@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}
ol,ul {
	padding:0px;
	margin:0px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: 'Sora', sans-serif;
	background:#E9F0EC;
}


:root {
  --anarenk: #c28741;
  --ikirenk: #07182a;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 40px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	grid-gap:5px;
	padding:0px 30px;
	height:60px;
	border-radius:30px;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 176.923% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.btn i {
	font-size: 18px;
}
.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}

.btn-ana:hover {
	background:var(--ikirenk);
	border:1px solid var(--ikirenk);
	color:#fff;
}
.btn-outline-turkuaz {
	background:transparent;
	border:1px solid #00A5CF;
	color:#00A5CF;
}

.btn-outline-turkuaz:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}

/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--anarenk);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:calc(50% - 3.5px);
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--anarenk);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--ikirenk);
}
#header .alan {
	display:flex;
	align-items:center;
	padding:30px 20px;
}
#header.heading .alan {
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:100px;
}

#header .menu {
	margin-right:20px;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: var(--ffffff, #FFF);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 833.333% */
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
#header .menu .link-item:hover {
    color: #fff;
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .alan .sag {
	display:inline-flex;
	grid-gap:10px;
	margin-right:20px;
}
#header .alan .sag a i {
	font-size: 24px;
}
#header .alan .bilgi {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
}
#header .alan .bilgi span {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 48px;
	height: 48px;
	border-radius:50%;
	background:#fff;
	font-size:24px;
	color:#000;
}
#header .alan .aramabuton {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 48px;
	height: 48px;
	border-radius:50%;
	background:#fff;
	font-size:24px;
	color:#000;
}
#header .alan .make {
	background:#E9F0EC;
	padding:30px;
	border-radius:0px 22px 0px 22px;
	margin:-30px -20px -30px 0px;
}
#header.heading .make {
	display:none;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
	margin-right:40px;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-transform:uppercase;
	background:#fff;
}
#header .dil .default img {
	height:35px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	margin-bottom:5px;
	background: #fff;
	color:#000;
}
#header .dil:hover .acilan {
	display:block;
}


/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:100%;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}


/*------------------slider----------------------*/

#slider {
	position:relative;
	padding:20px 0px 0px 0px;
	z-index:30;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
	border-radius:22px;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	display:inline-block;
	padding:2px 24px;
	border-radius:30px;
	border:1px solid #c28741;
	color: var(--7-ae-582, #c28741);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom:22px;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 80px; /* 100% */
	margin-bottom:20px;
}
#slider .item .bilgi .yazi3 {
	color: var(--ffffff, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom:22px;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}
#slider .patientguide {
	position:relative;
	display:block;
	z-index:20;
}
#slider .patientguide:before {
	position:absolute;
	content:"";
	top:-20px;
	left:-20px;
	width:50%;
	height:calc(100% + 40px);
	background:#c28741;
	border-radius: 30px 0px 0px 30px;
	z-index:-1;
}
#slider .patientguide .res {
	width:100%;
	border-radius:20px;
}
#slider .patientguide .adi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:20px;
	color: var(--ffffff, #FFF);
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 123.077% */
}
#slider .patientguide span {
	position:absolute;
	bottom:0px;
	right:0px;
	width:80px;
	height:80px;
	border-radius:20px 0px 20px 0px;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:30px;
	color:#000;
}
#slider .patientguide span i {
	transform:rotate(-45deg);
}

/*------------------slideralt----------------------*/

#slideralt {
	position:relative;
	z-index:20;
	margin-top:-30px;
}
#slideralt .alan {
	position:relative;
	padding:95px 30px 65px 30px;
	border-radius:0px 0px 22px 22px;
	background: #e3ae6f !important;
}
#slideralt .sol {
	display:flex;
	align-items:center;
	grid-gap:25px;
}
#slideralt .sol img {
	height:57px;
}
#slideralt .sol div {
	color: #181A17;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 141.176% */
}
#slideralt .sol div b {
	color: var(--7-ae-582, #c28741);
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}
#slideralt .orta {
	display:flex;
	align-items:center;
	justify-content:center;
}
#slideralt .orta img {
	height:135px;
}
#slideralt .sag {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#slideralt .sag .yazi {
	width:70%;
	padding-right:10px;
	color: var(--181-a-17, #181A17);
	text-align: right;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 141.176% */
}
#slideralt .sag .video {
	position:relative;
	width:30%;
}
#slideralt .sag .video .res {
	width:100%;
	border-radius:20px;
}
#slideralt .sag .video span {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#slideralt .sag .video span img {
	width:50px;
	height:50px;
}

/*------------------tedaviler----------------------*/

#tedaviler {
	position:relative;
	z-index:20;
	padding:40px 0px;
}
#tedaviler .baslik {
	display:inline-block;
	padding:2px 24px;
	border-radius:30px;
	border:1px solid #07182a;
	color: var(--7-ae-582, #07182a);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom:22px;
}
#tedaviler .ust {
	display:flex;
	align-items:center;
	padding:22px 0px;
	margin-bottom:22px;
	border-top: 1px solid rgba(0, 78, 100, 0.50);
}
#tedaviler .altbaslik {
	color: var(--25-a-18-e, #c28741);
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 125% */
	margin-right:auto;
}
#tedaviler .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#tedaviler .butonlar div {
	display: flex;
	width: 60px;
	height: 50px;
	padding: 13px 0px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 5px;
	border: 1px solid var(--004-e-64, #07182a);
	font-size:30px;
	color:#07182a;
}
#tedaviler .item {
	position:relative;
	display:flex;
	flex-direction:column;
	border-radius:22px;
	background:rgba(255,255,255,0.6);
	padding:40px 35px;
	transition:all 0.3s ease;
}
#tedaviler .item:hover {
	background:rgb(194 133 79 / 49%);
}
#tedaviler .item .kategori {
	position:relative;
	color: #181A17;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 266.667% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom:8px;
	padding-left:13px;
}
#tedaviler .item .kategori:before {
	position:absolute;
	content:"";
	top:calc(50% - 4px);
	left:0px;
	width:8px;
	height:8px;
	border-radius:4px;
	background:#c28741;
}
#tedaviler .item .adi {    
	display: -webkit-box;
    -webkit-line-clamp: 2; /*Kaç Stırda sınırlamak istiyorsanız */
    -webkit-box-orient: vertical; 
	overflow:hidden;
	color: #181A17;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 123.077% */
	margin-bottom:31px;
}
#tedaviler .item .icon {    
	width:80px;
	height:80px;
	object-fit:contain;
}
#tedaviler .item .circ {    
	position:absolute;
	bottom:0px;
	right:0px;
	width:80px;
	height:80px;
	border-radius:22px 0px 0px 0px;
	background:#E9F0EC;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:30px;
	color:#000;
}
#tedaviler .item .circ i {    
	transform:rotate(-45deg);
	transition:all 0.3s ease;
}
#tedaviler .item:hover .circ i {    
	transform:rotate(0deg);
}

/*------------------aboutus----------------------*/

#aboutus {
	position:relative;
	z-index:20;
	padding:40px 0px;
}
#aboutus .resim {
	width:100%;
	border-radius:22px;
}
#aboutus .numara {
	font-size: 120px;
	font-style: normal;
	font-weight: 400;
	line-height: 120px; /* 100% */
	color: #E9F0EC;
	text-shadow: rgb(68, 140, 116) 2px 0px 0px, rgb(68, 140, 116) 1.75517px 0.958851px 0px, rgb(68, 140, 116) 1.0806px 1.68294px 0px, rgb(68, 140, 116) 0.141474px 1.99499px 0px, rgb(68, 140, 116) -0.832294px 1.81859px 0px, rgb(68, 140, 116) -1.60229px 1.19694px 0px, rgb(68, 140, 116) -1.97998px 0.28224px 0px, rgb(68, 140, 116) -1.87291px -0.701566px 0px, rgb(68, 140, 116) -1.30729px -1.5136px 0px, rgb(68, 140, 116) -0.421592px -1.95506px 0px, rgb(68, 140, 116) 0.567324px -1.91785px 0px, rgb(68, 140, 116) 1.41734px -1.41108px 0px, rgb(68, 140, 116) 1.92034px -0.558831px 0px;
}
#aboutus .baslik {
	display:inline-block;
	padding:2px 24px;
	border-radius:30px;
	border:1px solid #07182a;
	color: var(--7-ae-582, #07182a);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom:22px;
}
#aboutus .ust {
	display:flex;
	align-items:center;
	padding:22px 0px;
	margin-bottom:22px;
	border-top: 1px solid rgba(0, 78, 100, 0.50);
}
#aboutus .altbaslik {
	color: #181A17;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 112.5% */
	margin-right:auto;
}
#aboutus .alan {
	position:relative;
}
#aboutus .alan .alt{
	position:absolute;
	bottom:0px;
	right:0px;
	width:80%;
	padding:21px;
	background: #E9F0EC;
	border-radius:22px 0px 0px 0px;
}
#aboutus .alan .alt .kutu {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 22px;
	background: rgba(255,255,255,0.6);
	padding:21px;
}
#aboutus .alan .alt .kutu .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:80px;
	height:80px;
	border-radius:40px;
	background:rgb(194 135 65);
}
#aboutus .alan .alt .kutu .icon img {
	max-width:50%;
	max-height:50%;
}
#aboutus .alan .alt .kutu .yazi {
	width:calc(100% - 80px);
	padding-left:10px;
	color: var(--181-a-17, #181A17);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 125% */
}

/*------------------kategoriler----------------------*/

#kategoriler {
	position:relative;
	z-index:20;
}
#kategoriler .alan {
	position:relative;
	z-index:20;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	padding:50px 0px;
	border-radius:22px;
}
#kategoriler .alan:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgb(7 24 42 / 73%);
	z-index:-1;
	border-radius:22px;
}
#kategoriler .tablar {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	align-content: center;
    justify-content: center;
	grid-gap:15px;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}
#kategoriler .tablar a {
	display:flex;
	align-items:center;
	border-radius: 30px;
	border: 1px solid var(--ffffff, #FFF);
	padding: 2px 24px;
	height:32px;
	color: var(--ffffff, #FFF);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
#kategoriler .tablar a.active {
	border: 1px solid #c28741;
	color: #07182a;
	background:#c28741;
}
#kategoriler .tabic {
	display:none;
}
#kategoriler .tabic.active {
	display:block;
}
#kategoriler .tabic .bas {
	color: var(--7-ae-582, #c28741);
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 55px; /* 125% */
	margin-bottom:20px;
	text-align: center;
}
#kategoriler .tabic .desc {
	color: var(--ffffff, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 150% */
	margin-bottom:50px;
}
.teditem {
	position:relative;
	display:block;
	margin-bottom: 20px;
}
.teditem .resim {
	width:100%;
	aspect-ratio:332/312;
	max-height:500px;
	object-fit:cover;
	border-radius:22px;
}
.teditem .adi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:22px;
	background:rgb(194 133 79 / 49%);
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:22px 90px 40px 22px;
	color: #181A17;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 123.077% */
	transition:all 0.3s ease;
}
.teditem:hover .adi {
	background: rgb(0 0 0 / 11%);
    color: #fff;
}
.teditem .circ {    
	position:absolute;
	bottom:0px;
	right:0px;
	width:80px;
	height:80px;
	border-radius:22px 0px 22px 0px;
	background:#E9F0EC;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:30px;
	color:#000;
}
.teditem .circ i {    
	transform:rotate(-45deg);
	transition:all 0.3s ease;
}
.teditem:hover .circ i {    
	transform:rotate(0deg);
}
/*------------------videolar----------------------*/

#videolar {
	position:relative;
	z-index:20;
	padding:40px 0px;
}
#videolar .baslik {
	display:inline-block;
	padding:2px 24px;
	border-radius:30px;
	border:1px solid #07182a;
	color: var(--7-ae-582, #07182a);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom:22px;
}
#videolar .ust {
	display:flex;
	align-items:center;
	padding:22px 0px;
	margin-bottom:22px;
	border-top: 1px solid rgba(0, 78, 100, 0.50);
}
#videolar .altbaslik {
	color: var(--25-a-18-e, #c28741);
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 125% */
	margin-right:auto;
}
#videolar .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#videolar .butonlar div {
	display: flex;
	width: 60px;
	height: 50px;
	padding: 13px 0px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 5px;
	border: 1px solid var(--004-e-64, #07182a);
	font-size:30px;
	color:#07182a;
}
.videoitem {
	position:relative;
	display:block;
}
.videoitem .resim {
	position:relative;
	display:block;
	margin-bottom:13px;
}
.videoitem .resim img {
	width:100%;
	aspect-ratio:456/257;
	max-height:350px;
	object-fit:cover;
	border-radius:22px;
}
.videoitem .resim .circ {    
	position:absolute;
	top:0px;
	right:0px;
	width:80px;
	height:80px;
	border-radius:0px 22px 0px 22px;
	background:#E9F0EC;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:40px;
	color:#07182a;
}

.videoitem .kategori {
	position:relative;
	color: #181A17;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 266.667% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	padding:0px 30px 0px 43px;
}
.videoitem .kategori:before {
	position:absolute;
	content:"";
	top:calc(50% - 4px);
	left:30px;
	width:8px;
	height:8px;
	border-radius:4px;
	background:#c28741;
}
.videoitem .adi {    
	display: -webkit-box;
    -webkit-line-clamp: 2; /*Kaç Stırda sınırlamak istiyorsanız */
    -webkit-box-orient: vertical; 
	overflow:hidden;
	color: #181A17;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 123.077% */
	margin-bottom:31px;
	padding:0px 30px;
}
/*------------------holiday----------------------*/

#holiday {
	position:relative;
	z-index:20;
	padding:20px 0px;
}
#holiday .alan {
	position:relative;
	z-index:20;
	background:#c28741;
	background-size:contain;
	border-radius:22px;
}
#holiday .alan .sol {
	padding:100px 0px 100px 0px;
}
#holiday .alan .sol .yazi1 {
	display:inline-block;
	padding:2px 24px;
	border-radius:30px;
	border:1px solid #fff;
	color: #07182a;
	background:#fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom:22px;
}
#holiday .alan .sol .yazi2 {
	color: var(--004-e-64, #07182a);
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 125% */
	padding:22px 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.50);
}
#holiday .alan .sol .yazi3 {
	color: var(--ffffff, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
#holiday .alan .sol .yazi3 a {
	color: var(--004-e-64, #07182a);
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}
#holiday .alan .ortaresim {
	width:100%;
}
#holiday .alan .adimlar {
	padding:100px 0px 100px 0px;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
#holiday .alan .adimitem {
	display:flex;
	flex-wrap:wrap;
}
#holiday .alan .adimitem .sayi {
	display:flex;
	align-items:center;
	justify-content:center;
	width:68px;
	height:68px;
	border-radius:50%;
	background: #07182a;
	color: var(--7-ae-582, #c28741);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 81.25% */
	border:2px solid #c28741;
}
#holiday .alan .adimitem .yazi {
	width:calc(100% - 68px);
	padding-left:10px;
}
#holiday .alan .adimitem .yazi b {
	display:block;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 136.364% */
	margin-bottom:10px;
}
#holiday .alan .adimitem .yazi small {
	color: rgba(255, 255, 255, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
/*------------------servisler----------------------*/

#servisler {
	position:relative;
	z-index:30;
	margin-top:-70px;
	padding-bottom:30px;
}
#servisler .servisitem {
	position:relative;
	display:block;
	z-index:20;
}
#servisler .servisitem .resim {
	width:100%;
	aspect-ratio:455/364;
	object-fit:cover;
	max-height:400px;
	border-radius:22px;
}
#servisler .servisitem .adi {
	color: var(--00-a-5-cf, #00A5CF);
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 125% */
	margin-bottom:10px;
}
#servisler .servisitem .desc {
	color: var(--181-a-17, #181A17);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
/*------------------yorumlar----------------------*/

#yorumlar {
	position:relative;
	z-index:20;
	padding:20px 0px;
}
#yorumlar .alan {
	position:relative;
	z-index:20;
	background:#c28741;
	background-size:contain;
	border-radius:22px;
}
#yorumlar .alan .resim {
	width:100%;
	border-radius:22px 0px 0px 22px;
}
#yorumlar .alan .ust {
	padding:23px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	margin-bottom:23px;
}
#yorumlar .alan .ust .baslik {
	display:inline-block;
	padding:2px 24px;
	border-radius:30px;
	border:1px solid #fff;
	color: #07182a;
	background:#fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
#yorumlar .yorumitem {
	position:relative;
	padding-left:100px;
}
#yorumlar .yorumitem .icon {
	position:absolute;
	top:0px;
	left:0px;
	width:80px;
}
#yorumlar .yorumitem .icon img {
	width:100%;
}
#yorumlar .yorumitem .yildiz {
	display:flex;
	align-items:center;
	grid-gap:4px;
	font-size:16px;
	color:rgba(253, 207, 0, 1);
	margin-bottom:23px;
}
#yorumlar .yorumitem .yorum {
	color: #181A17;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px; /* 150% */
	margin-bottom:23px;
}
#yorumlar .yorumitem .profil {
	display:flex;
	align-items:center;
}
#yorumlar .yorumitem .profil .res {
	width:55px;
	height:55px;
	border-radius:50%;
	object-fit:cover;
}
#yorumlar .yorumitem .profil .adi {
	width:calc(100% - 55px);
	padding-left:10px;
}
#yorumlar .yorumitem .profil .adi b {
	display:block;
	color: #181A17;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 122.222% */
}
#yorumlar .yorumitem .profil .adi small {
	color: rgba(24, 26, 23, 0.70);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px; /* 125% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
#yorumlar .dots {
	position:absolute;
	bottom:0px;
	right:0px;
	width:200px;
	padding:30px;
	border-radius:22px 0px 22px 0px;
	background: #D9D9D9;
}
#yorumlar .dots .yorumlar-pagination {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:4px;
}
#yorumlar .dots .yorumlar-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #c28741;
    opacity: .2;
}
#yorumlar .dots .yorumlar-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c28741;
}

/*------------------ekibimiz----------------------*/

#ekibimiz {
	position:relative;
	z-index:20;
	padding:40px 0px;
}
#ekibimiz .baslik {
	display:inline-block;
	padding:2px 24px;
	border-radius:30px;
	border:1px solid #07182a;
	color: var(--7-ae-582, #07182a);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom:22px;
}
#ekibimiz .ust {
	display:flex;
	align-items:center;
	padding:22px 0px;
	margin-bottom:22px;
	border-top: 1px solid rgba(0, 78, 100, 0.50);
}
#ekibimiz .altbaslik {
	color: var(--25-a-18-e, #c28741);
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 125% */
	margin-right:auto;
}
#ekibimiz .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#ekibimiz .butonlar div {
	display: flex;
	width: 60px;
	height: 50px;
	padding: 13px 0px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 5px;
	border: 1px solid var(--004-e-64, #07182a);
	font-size:30px;
	color:#07182a;
}
.ekipitem {
	position:relative;
	display:block;
}
.ekipitem .resim {
	position:relative;
	display:block;
	margin-bottom:13px;
}
.ekipitem .resim img {
	width:100%;
	aspect-ratio:338/424;
	max-height:550px;
	object-fit:cover;
	border-radius:22px;
}
.ekipitem .resim .circ {    
	position:absolute;
	bottom:0px;
	right:0px;
	width:80px;
	height:80px;
	border-radius:22px 0px 22px 0px;
	background:#E9F0EC;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:40px;
	color:#07182a;
}

.ekipitem .adi {    
	display: -webkit-box;
    -webkit-line-clamp: 2; /*Kaç Stırda sınırlamak istiyorsanız */
    -webkit-box-orient: vertical; 
	overflow:hidden;
	color: #181A17;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 123.077% */
	margin-bottom:31px;
	padding:0px 30px;
}

/*------------------kutular----------------------*/

#kutular {
	position:relative;
	z-index:20;
	padding:40px 0px;
}
.journey {
	position:relative;
	z-index:20;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background-size:cover !important;
	border-radius:22px;
	height:100%;
	padding:40px;
}
.journey .yazi1 {
	display:inline-flex;
	padding:2px 24px;
	border-radius:30px;
	border:1px solid #fff;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom:22px;
}
.journey .yazi2 {
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px; /* 138.889% */
	margin-bottom:22px;
}
#kutular .subscribe {
	position:relative;
	z-index:20;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background:#c28741;
	border-radius:22px;
	height:100%;
	padding:40px;
}
#kutular .subscribe .ust {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:55px;
}
#kutular .subscribe .ust .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 125px;
	height: 125px;
	border-radius:50%;
	background:#c28741;
}
#kutular .subscribe .ust .icon img {
	max-width:70%;
	max-height:70%;
}
#kutular .subscribe .ust .yazi {
	width: calc(100% - 125px);
	padding-left:15px;
	color: #181A17;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 112.5% */
}
#kutular .subscribe .form {
	position:relative;
}
#kutular .subscribe .form .form-control {
	height:65px;
	border:0px;
	border-radius:35px;
	background:#fff;
}
#kutular .subscribe .form .btn {
	position:absolute;
	top:0px;
	right:0px;
	height:65px;
}

/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	z-index:20;
	padding:40px 0px;
}
#bloglar .baslik {
	display:inline-block;
	padding:2px 24px;
	border-radius:30px;
	border:1px solid #07182a;
	color: var(--7-ae-582, #07182a);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom:22px;
}
#bloglar .ust {
	display:flex;
	align-items:center;
	padding:22px 0px;
	margin-bottom:22px;
	border-top: 1px solid rgba(0, 78, 100, 0.50);
}
#bloglar .altbaslik {
	color: var(--25-a-18-e, #c28741);
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 125% */
	margin-right:auto;
}
#bloglar .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#bloglar .butonlar div {
	display: flex;
	width: 60px;
	height: 50px;
	padding: 13px 0px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 5px;
	border: 1px solid var(--004-e-64, #07182a);
	font-size:30px;
	color:#07182a;
}
.blogitem {
	position:relative;
	display:block;
}
.blogitem .resim {
	position:relative;
	display:block;
	margin-bottom:13px;
}
.blogitem .resim img {
	width:100%;
	aspect-ratio:457/340;
	max-height:450px;
	object-fit:cover;
	border-radius:22px;
}
.blogitem .resim .circ {    
	position:absolute;
	bottom:0px;
	right:0px;
	width:80px;
	height:80px;
	border-radius:22px 0px 22px 0px;
	background:#E9F0EC;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:40px;
	color:#07182a;
}
.blogitem .resim .kategori {    
	position:absolute;
	top:20px;
	left:25px;
	display:inline-flex;
	padding:2px 24px;
	border-radius:30px;
	border:1px solid #fff;
	color: #000;
	background: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.blogitem .yildiz {
	display:flex;
	align-items:center;
	grid-gap:4px;
	font-size:16px;
	color:rgba(253, 207, 0, 1);
	margin-bottom:4px;
	padding:0px 30px;
}
.blogitem .tarih { 
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #181A17;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 191.667% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom:3px;
	padding:0px 30px;
}
.blogitem .tarih i {    
	color: rgba(37, 161, 142, 1);
	font-size: 18px;
}
.blogitem .adi {    
	display: -webkit-box;
    -webkit-line-clamp: 2; /*Kaç Stırda sınırlamak istiyorsanız */
    -webkit-box-orient: vertical; 
	overflow:hidden;
	color: #181A17;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 123.077% */
	margin-bottom:31px;
	padding:0px 30px;
}

/*------------------footer----------------------*/

#footer {
	position:relative;
	z-index:20;
	background:#e3ae6f;
	background-size:contain;
}
#footer .ust {
	position:relative;
	z-index:20;
	padding:36px 0px;
	background:#07182a;
}
#footer .ust .footermenu {
	display:flex;
	align-items:center;
	grid-gap:10px;
	height:100%;
}
#footer .ust .footermenu a {
	color: var(--ffffff, #FFF);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 833.333% */
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
#footer .ust .bilgi {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: var(--9-fffcb, #e3ae6f);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
}
#footer .ust .bilgi span {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 48px;
	height: 48px;
	border-radius:50%;
	background:#e3ae6f;
	font-size:24px;
	color:#000;
}
#footer .orta {
	padding:36px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
#footer .logo {
	display:block;
	margin-bottom:50px;
}
#footer .logo img {
	height:130px;
}
#footer .uyari {
	color: var(--ffffff, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom:26px;
}

#footer .sosyal {
	display:flex;
	align-items:center;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	border-radius:20px;
	font-size:20px;
	color:#fff;
	border:1px solid #fff;
	margin-right:5px;
}
#footer .sosyal a:hover {
	color: var(--anarenk);
}
#footer .slogan {
	color: var(--ffffff, #FFF);
	text-align: right;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 130.769% */
	margin-bottom:60px;
}
#footer .slogan span {
	color: var(--004-e-64, #07182a);
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
}
#footer .menubas {
	display:block;
	color: var(--004-e-64, #07182a);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	text-transform: capitalize;
	margin-bottom:10px;
}
#footer .menulink {
	display:block;
	color: var(--ffffff, #FFF);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 173.333% */
	margin-bottom:10px;
}
#footer .alt {
	display:flex;
	align-items:center;
	padding:36px 0px;
}
#footer .alt .copy {
	color: var(--004-e-64, #07182a);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	margin-right:auto;
}
#footer .alt .fav {
	color: var(--004-e-64, #07182a);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
}
#footer .alt .fav span {
	color: var(--7-ae-582, #c28741);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}

/*------------------bread----------------------*/

#bread {
	position:relative;
	z-index:20;
	padding:20px 0px;
}
#bread .alan {
	position:relative;
	z-index:20;
	padding:200px 0px 100px 0px;
	border-radius:22px;
	background: #e3ae6f !important;
}
#bread .filigran {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:22px;
	background:rgba(0, 78, 100, 0.60);
	z-index:-1;
}
#bread .baslik {
	color: #FFF;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px; /* 100% */
	margin-bottom:15px;
}
#bread .linkler {
	display:flex;
	align-items:center;
	grid-gap:5px;
	font-size:15px;
	color:#c28741;
	margin-bottom:15px;
}
#bread .linkler a {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 166.667% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
#bread .alan2 {
	position:relative;
	z-index:10;
	padding:80px 0px 40px 0px;
	border-radius:22px;
	margin-top:-40px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	grid-column-gap:10px;
	background: #07182a !important;
}
#bread .alan2 a {
	padding:0px 10px;
	border-radius:20px;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
#bread .alan2 a img {
	height:15px;
}
#bread .alan2 a.active {
	border:1px solid #fff;
}

/*------------------bloglarpage----------------------*/

#bloglarpage {
	position:relative;
	z-index:20;
	padding:20px 0px;
}

/*------------------blogdetay----------------------*/

#blogdetay {
	position:relative;
	z-index:20;
	padding:20px 0px;
}
#blogdetay .resim {
	width:100%;
	object-fit:cover;
	border-radius:16px;
	margin-bottom:16px;
}
#blogdetay .resim.resim1 {
	aspect-ratio:1/1;
}
#blogdetay .resim.resim2 {
	height:calc(100% - 16px);
}
#blogdetay .kategoriler {
	position:relative;
	z-index:20;
	padding:30px;
	border-radius: 30px;
	background: #FFF;
	margin-bottom:30px;
}
#blogdetay .kategoriler .bas {
	display:flex;
	align-items:center;
	grid-gap:20px;
	color: #181A17;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 141.667% */
	text-transform: capitalize;
	margin-bottom:15px;
}
#blogdetay .kategoriler .bas span {
	color: #c28741;
	font-size: 24px;
}
#blogdetay .kategoriler .link {
	display:flex;
	align-items:center;
	position:relative;
	padding:10px 0px 10px 15px;
	color: rgba(24, 26, 23, 0.80);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 176.923% */
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(24, 26, 23, 0.10);
}
#blogdetay .kategoriler .link:last-child {
	border-bottom: 0px solid rgba(24, 26, 23, 0.10);
}
#blogdetay .kategoriler .link:before {
	position:absolute;
	top:calc(50% - 4px);
	left:0px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#c28741;
}
#blogdetay .kategoriler .link span {
	margin-left:auto;
	color: #8993A2;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
#blogdetay .sonyazilar {
	position:relative;
	z-index:20;
	padding:30px;
	border-radius: 30px;
	background: #FFF;
	margin-bottom:30px;
}
#blogdetay .sonyazilar .bas {
	display:flex;
	align-items:center;
	grid-gap:20px;
	color: #181A17;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 141.667% */
	text-transform: capitalize;
	margin-bottom:15px;
}
#blogdetay .sonyazilar .bas span {
	color: #c28741;
	font-size: 24px;
}
#blogdetay .sonyazilar .link {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:10px;
}
#blogdetay .sonyazilar .link img {
	width:90px;
	height:90px;
	border-radius:8px;
	object-fit:cover;
}
#blogdetay .sonyazilar .link div {
	width:calc(100% - 90px);
	padding-left:10px;
	color: #181A17;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	text-transform: capitalize;
}

/*------------------videolarpage----------------------*/

#videolarpage {
	position:relative;
	z-index:20;
	padding:20px 0px;
}
#videolarpage .videoitem {
	margin-bottom:20px;
}

/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	z-index:20;
	padding:20px 0px 0px 0px;
}
#iletisimpage .bilgi {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}
#iletisimpage .bilgi span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:92px;
	height:92px;
	border-radius:50%;
	background:#fff;
	border:1px solid #c28741;
	font-size:40px;
	color:#000;
}
#iletisimpage .bilgi div {
	width:calc(100% - 92px);
	padding-left:10px;
}
#iletisimpage .bilgi div b {
	display:block;
	color: #181A17;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 109.091% */
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid rgba(24, 26, 23, 0.10);
}

#iletisimpage .bilgi div small {
	display:block;
	color: #666;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
#iletisimpage .baslik {
	padding:30px 0px;
	border-bottom: 1px solid rgba(24, 26, 23, 0.10);
	margin-bottom:50px;
}
#iletisimpage .baslik span {
	display:inline-block;
	padding:7px 24px;
	border-radius: 30px;
	border: 1px solid #181A17;
	color: #181A17;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
#iletisimpage .altbaslik {
	color: #666;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom:50px;
}

#iletisimpage .formalan {
	padding:40px;
	border-radius: 30px;
	background: #FFF;
}
#iletisimpage .formalan .formbas {
	color: #181A17;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 46px; /* 127.778% */
	margin-bottom:30px;
}
#iletisimpage .formalan .form-control {
	border-radius:0px;
	border:0px;
	border-bottom:1px solid #000;
	height:54px;
}
#iletisimpage .formalan textarea.form-control {
	height:124px;
}

#iletisimpage .formsag {
	padding:40px;
	border-radius: 30px;
	background: var(--25-a-18-e, #c28741);
}
#iletisimpage .formsag .resim {
	width:calc(100% + 80px);
	border-radius:30px;
	margin:-40px -40px 30px -40px;
}
#iletisimpage .formsag .yazi1 {
	color: #FFF;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 37px; /* 108.824% */
	margin-bottom:20px;
}
#iletisimpage .formsag .yazi2 {
	color: var(--7-ae-582, #c28741);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 140% */
	margin-bottom:10px;
}
#iletisimpage .formsag .yazi3 {
	color: rgba(255, 255, 255, 0.80);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
}
#iletisimpage iframe {
	width:100%;
	height:400px;
	margin-top:40px;
}


.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
	border-radius:20px  !important;
	margin-bottom:20px;
}
.accordion-button {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    background-color: transparent !important;
    border: 0px !important;
	border-radius:20px !important;
	color: #03738A;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #c28741;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
}


.yorumitem2 {
	position:relative;
	border-radius:22px;
	background:#fff;
	padding:30px;
	margin-bottom:20px;
}
.yorumitem2 .icon {
	position:absolute;
	top:0px;
	right:0px;
	width:60px;
	height:60px;
	border-radius:0px 22px 0px 50%;
	background:#07182a;
	display:flex;
	align-items:center;
	justify-content:center;
}
.yorumitem2 .icon img {
	width:50%;
}
.yorumitem2 .yildiz {
	display:flex;
	align-items:center;
	grid-gap:4px;
	font-size:16px;
	color:rgba(253, 207, 0, 1);
	margin-bottom:23px;
}
.yorumitem2 .yorum {
	color: #181A17;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px; /* 150% */
	margin-bottom:23px;
}
.yorumitem2 .profil {
	display:flex;
	align-items:center;
}
.yorumitem2 .profil .res {
	width:55px;
	height:55px;
	border-radius:50%;
	object-fit:cover;
}
.yorumitem2 .profil .adi {
	width:calc(100% - 55px);
	padding-left:10px;
}
.yorumitem2 .profil .adi b {
	display:block;
	color: #181A17;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 122.222% */
}
.yorumitem2 .profil .adi small {
	color: rgba(24, 26, 23, 0.70);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px; /* 125% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}