@import url('../textfont/stylesheet.css');
@import url('line-awesome.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('aos.css');


.lity-container {
    background-color: transparent;
    /* Arka plan rengini şeffaf yapın */
    box-shadow: none;
    /* Gölgeyi kaldırın */
    border: none;
    /* Sınırları kaldırın */
    max-width: none;
    /* Maksimum genişliği kaldırın */
    padding: 0;
    /* Kenar boşluklarını kaldırın */
}

/* Lity modal içeriği */
.lity-content {
    background-color: transparent;
    /* Modal içeriğin arka plan rengini şeffaf yapın */
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ol,
ul {
    padding: 0px;
    margin: 0px;
}

main {
    overflow: hidden;
    width: calc(100vw - 5px);
    min-height: 100vh;
}

body {
    position: relative;
    font-family: Gilroy;
}


:root {
    --anarenk: #001D3D;
    --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 - 100px);
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 35px 40px;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}

.btn-siyah {
    border-radius: 11px;
    border: 1px solid rgba(100, 100, 100, 0.30);
    background: radial-gradient(130.84% 351.58% at 17.26% 30.88%, rgba(252, 252, 252, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(151, 151, 151, 0.10) 100%);
    backdrop-filter: blur(17px);
    color: #fff;
}

.btn-siyah:hover {
    border-radius: 11px;
    border: 1px solid rgba(100, 100, 100, 0.30);
    background: radial-gradient(130.84% 351.58% at 17.26% 30.88%, rgba(252, 252, 252, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(151, 151, 151, 0.10) 100%);
    backdrop-filter: blur(17px);
    color: #fff;
}

.btn-outline-kirmizi {
    border-radius: 10px;
    border: none;
    color: #fff;
}

.btn-outline-kirmizi:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    border-radius: 10px;
    border: none;
    color: #fff;
}

.btn-outline-light {
    border-radius: 10px;
    border: none;
    background: transparent;
    color: #fff;
}

.btn-outline-light:hover {
    border-radius: 10px;
    border: none;
    background: #fff;
    color: #A70000;
}

.btn-kirmizi {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    border-radius: 10px;
    border: none;
    color: #fff;
}

.btn-kirmizi:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    border-radius: 10px;
    border: none;
    color: #fff;
}

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

.sonuc,
.loader {
    margin-top: 50px;
    font-family: 'Poppins';
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
    font-family: Jost;
	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 {
	position:relative;
	z-index:10;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	padding:0px 30px;
	height:52px;
	border-radius:5px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 4.2px;
	font-family: Jost
}
.btn-lg {
	padding:18px 30px;
	height:86px;
	justify-content:flex-start;
}
.btn .res {
	height:40px;
}
.btn:hover .res {
	filter:brightness(0);
}
.btn .icon {
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	opacity:0.3;
	z-index:-1;
}

.dikeyortala .sag .btn-ana {
    box-shadow: 0 .5rem 5rem #fff!important;
    background: #ffffff;
    border: 5px solid #03738a;
    color: #000000;
}

.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:var(--yesil);
}

.btn-ana:hover {
	background:var(--yesil);
	border:1px solid var(--yesil);
	color:var(--anarenk);
}
.btn-yesil {
	background:var(--yesil);
	border:1px solid var(--yesil);
	color:var(--anarenk);
}

.btn-yesil:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:var(--yesil);
}


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

#header {
    display: flex;
}

#header .hsol {
    background-color: #001D3D;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .hsag {
    width: 100%;
}

#header .ust {
    background: #FFF;
    flex-shrink: 0;
    border-bottom: 1px solid #EEE;
}

#header .ust .sol {
    display: flex;
    margin-right: auto;
}

#header .ust .sol .mail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}

#header .ust .sol .mail span {
    color: #666;
    font-family: Barlow;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

#header .ust .sol .mail img {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

#header .ust .sol .adres {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .ust .sol .adres span {
    color: #666;
    font-family: Barlow;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

#header .ust .sol .adres img {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

#header .ust .sag .saat {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .ust .sag .saat span {
    color: #666;
    font-family: Barlow;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

#header .ust .sag .saat img {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

#header .ust .sag .sosyal {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 30px;
    padding: 10px 0px 10px 10px;
}

#header .alt {
    background-color: #FFF;
    margin-right: auto;
    display: flex;
    align-items: center;
}

#header .alt .alan {
    padding: 30px 0px;
}

#header .alt .alan .menu {
    margin-right: auto;
}

#header .telefon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    border-left: 1px solid #EEE;
    padding: 25px 40px;
}

#header .telefon1 .title {
    color: #91A3B0;
    font-family: Barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

#header .telefon1 .text {
    color: #000814;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

#header .telefon1 img {
    background: #FFF;
    border-radius: 50%;
    padding: 10px;
    width: 65px;
    height: 65px;
}

#header .quote {
    background-color: var(--anarenk);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 50px;
}

#header .quote .yazi1, i {
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}

#header.sabit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100001;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, rgba(12, 9, 13, 0.70) 0%, rgba(12, 9, 13, 0.00) 100%);
}

#header.heading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100001;
    background: var(--anarenk);
}

#header .alan {
    position:relative;
    display: flex;
    align-items: center;
}

#header .alan .logo {
    margin-right: auto;
}

#header .alan .logo img {
    width: 100%;
}

#header .menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
}

#header .menu .link-li {
    /*position: relative;*/
}

#header .menu .link-item {
    color: #000814;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 30px 0px;
}

/*
#header .menu .link-item:hover {
    text-decoration: none;
    border-bottom: 5px solid #B4A374;
}

#header .menu .link-item.active {
    text-decoration: none;
    border-bottom: 5px solid #B4A374;
}

#header .menu .link-item:hover:before {
    top: calc(50% - 8px);
    left: 0px;
    width: 16px;
    height: 16px;
}
*/
#header .menu .mega {
    position: absolute;
    display: none;
    top: calc(100% - 15px);
    left: 0px;
    width: 150%;
    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);
    z-index: 999;
}
#header .menu .link-li:hover .mega {
	display:block;
}
#header .menu .megatab {
	display:none;
	
}
#header .menu .megatab.active {
	display:block;
}
#header .mega .megasollink {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	height:60px;
	padding:0px 15px;
	margin-bottom:10px;
    border-radius: 5px;
}

#header .mega .megasollink .sollink-text {
    color: #001D3D;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

#header .mega .megasollink.active {
    background: #001D3D;
}

#header .mega .megasollink.active .sollink-text {
    color: #FFF;
}
#header .mega .megasagust {
	display:block;
    color: var(--anarenk);
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
	margin: 8px 0px 8px;
}
#header .mega .megasaglink {
	position: relative;
    display: block;
    color: var(--anarenk);
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    
    transition: all 0.3s ease;
}


#header .mega .megasaglink:hover {
    transform: scale(1.2);
}

#header .menu .acilan {
    position: absolute;
    display: none;
    top: calc(100% - 15px);
    left: 0px;
    width: 100%;
    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);
    z-index: 999;
}

#header .menu .link-li:hover .acilan {
    display: block;
}

#header .menu .acilan ul {
    display: flex;
    align-items: center;
    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 20px;
}

#header .dil {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
    height: 100%;
    background-color: #000814;
    padding: 5px 8px;
}

#header .dil .default {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    color: #FFF;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 0.63px;
    text-transform: uppercase;
}

#header .dil .default img {
    height: 50%;
}

#header .sol .dil .default i {
    color: #fff;
    font-size: 20px;
}

#header .dil .acilan {
    position: absolute;
    top: 100%;
    right: calc(100% - 65px);
    width: 100%;
    padding-top: 10px;
    z-index: 100;
    display: none;
    z-index: 10000;
}

#header .dil .acilan .default {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
    background: #F5F5F5;
    padding: 5px;
    border: 1px solid #fff;
}

#header .dil .acilan .dil-text {
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.95px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    color: #000814;
}

#header .dil .acilan .default:before {
    display: none;
}

#header .dil:hover .acilan {
    display: block;
}

#header .alan .sag {
    display: flex;
    align-items: center;
    grid-column-gap: 30px;
}

#header .alan .sag a {
    color: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.95px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

#header .alan .sag a i {
    font-size: 16px;
}

#header .alan .sag a.online {
    border-radius: 40px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #79BDEA;
    border: 2px solid #79BDEA;
	padding: 12px 25px;
    margin-left: 20px;
}

#header .arama {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 101;
    width: 45px;
    height: 45px;
    border: 1px solid #79BDEA;
    border-radius: 21px;
    margin-left: 15px;
    margin-right: 15px;
}

#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 {
    width: 36px;
    height: 36px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 9px;
    padding: 0px 25px;
    justify-content: center;
}

/*------------------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;
    color: #000;
}

#mobilheader .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

#mobilheader .logo img {
    max-width: 200%;
    max-height: 200%;
}

#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;
    row-gap: 15px;
    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 {
    color: #3C372B;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

#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;
    color: #3C372B;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 15px;
}

#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);
}

/*------------------breadanasayfa----------------------*/


#bread-anasayfa {
    position: relative;
    z-index: 0;
    background-size: calc(100% - 340px) auto !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
}

#bread-anasayfa .anasayfa-alan {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 9%;
    height: 80vh;
}

#bread-anasayfa .anasayfa-alan .yazi1 {
    color: #000814;
    font-family: Jost;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px; /* 116.667% */
}

#bread-anasayfa .anasayfa-alan .yazi2 {
    color: #444;
    font-family: Barlow;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 90%;
}

#bread-anasayfa .anasayfa-alan a.btn.slider-btn {
    background: #001D3D;
    width: 100%;
}

#bread-anasayfa .anasayfa-alan a.btn.slider-btn .btn-text{
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#bread-anasayfa .anasayfa-alan a.btn.slider-btn2 {
    background: transparent;
    width: 100%;
}

#bread-anasayfa .anasayfa-alan a.btn.slider-btn2 .btn-text{
    color: #000814;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#bread-anasayfa .mobil-anasayfa-alan {
    display: none;
}

/*------------------ozgecmis----------------------*/

#ozgecmis {
    position: relative;
    padding: 0px 0px 100px 0px;
    z-index: 10;
}

#ozgecmis .container-fluid {
    margin-top: -50px;
    padding: 50px;
    background: #F9F9F9;
    border-radius: 5px;
}

#ozgecmis .card {
    padding: 20px;
    border-radius: 5px;
    background: var(--white, #FFF);
    border: none;
    max-height: 300px;
}

#ozgecmis .card .card-img-top {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

#ozgecmis .card .card-body .card-title {
    color: #3C372B;
    text-align: center;
    font-family: Ovo;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 31.2px */
}

#ozgecmis .card .card-body .card-text {
    color: #4C4A43;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 200% */
}

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

#anasayfa-tedaviler {
    background: #FFF;
    padding: 50px 0px 100px 0px;
}

#anasayfa-tedaviler .tedavi-title {
    color: #001D3D;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
    
    display: flex;
    align-items: center;
}

#anasayfa-tedaviler .tedavi-buttons {
    padding-bottom: 15px;
    text-align: right;
}

#anasayfa-tedaviler .tedavi-buttons .tedavi-btn {
    border: 2px solid #91A3B0;
    padding: 25px 30px;
    height: 100%;
}

#anasayfa-tedaviler .tedavi-buttons .tedavi-btn:hover {
    border: 1px solid #001D3D;
    background: #001D3D;
}

#anasayfa-tedaviler .tedavi-buttons .tedavi-btn:hover .kat-name {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 130.435% */
}

#anasayfa-tedaviler .tedavi-buttons .tedavi-btn.active {
    border: 1px solid #001D3D;
    background: #001D3D;
    padding: 25px 30px;
    height: 100%;
}

#anasayfa-tedaviler .tedavi-buttons .tedavi-btn .kat-name {
    color: #91A3B0;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 130.435% */
}

#anasayfa-tedaviler .tedavi-buttons .tedavi-btn.active .kat-name {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 130.435% */
}

#anasayfa-tedaviler .row.tedavi-detay {
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 0px 200px;
}

#anasayfa-tedaviler .row.tedavi-detay .icerik {
    display: none;
}

#anasayfa-tedaviler .row.tedavi-detay .icerik.active {
    display: block;
}

#anasayfa-tedaviler .tedavi-baslik {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
}

#anasayfa-tedaviler .tedavi-aciklama {
    color: #91A3B0;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

#anasayfa-tedaviler .row.tedavi-detay .tedaviler {
    margin-top: 30px;
    display: none;
}

#anasayfa-tedaviler .row.tedavi-detay .tedaviler.active {
    margin-top: 30px;
    display: block;
}

#anasayfa-tedaviler .row.tedavi-detay .tedaviler .tedavi-ad {
    color: #91A3B0;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 208.696% */
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

#anasayfa-tedaviler .row.tedavi-detay .tedaviler .tedavi-ad:hover {
    color: #F5F5F5;
    padding-left: 10px;
}

#anasayfa-tedaviler .row.tedavi-detay .tedaviler .detay-btn {
    border-radius: 5px;
    background: var(--Gold, #B4A374);
    box-shadow: 0px 8px 14px 0px rgba(35, 52, 95, 0.20);
    padding: 15px 30px;
    
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

/*------------------anasyfa-saglikturizm----------------------*/

#saglikturizm {
    position: relative;
}

#saglikturizm .section-subtitle {
    color: #001D3D;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
}

#saglikturizm .section-desc {
    color: #444;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

#saglikturizm .card {
    border: none;
}

#saglikturizm .card .card-img-top {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
}

#saglikturizm .card .card-title {
    color: #000814;
    text-align: center;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

#saglikturizm .card .card-text {
    color: #444;
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

/*------------------servisler----------------------*/

#servisler{
    position: relative;
    background-color: #001D3D;
    padding-top: 100px;
}

#servisler .section-subtitle {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
    
    margin-bottom: 50px;
}

#servisler .servis-buttons {
    margin-bottom: 50px;
}

#servisler .servis-buttons .servis-btn .servis-name {
    color: #91a3b0;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 130.435% */
}

#servisler .servis-buttons .servis-btn:hover .servis-name {
    color: #F5F5F5;
}

#servisler .servis-buttons .servis-btn.active .servis-name {
    color: #F5F5F5;
}

#servisler .servis-icerik {
    display: none;
}

#servisler .servis-icerik.active {
    display: flex;
}

#servisler .servis-baslik {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
    
    margin-bottom: 30px;
}

#servisler .servis-aciklama {
    color: #91A3B0;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

/*------------------anasayfavideo----------------------*/

#video {
    position: relative;
    padding: 100px 0px;
}

#video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 49%;
  height: 100%;
  background-color: #FFF;
  z-index: -1;
}

#video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 49%;
  width: 51%;
  height: 100%;
  background-color: #001D3D;
  z-index: -1;
}

#video .section-subtitle {
    color: #001D3D;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
    
    margin-bottom: 75px;
}

#video .video-btn {
    background: #000814;
    
    color: #F5F5F5;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
    
    margin-bottom: 75px;
}

#video .item {
    position: relative;
}

#video .video-baslik {
     position: absolute;
     top: 180px;
     left: 40px;
    
    color: #F5F5F5;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 130.435% */
}

/*------------------anasyfablog----------------------*/

#anasyafablog{
    position: relative;
    padding: 100px 0px;
}

#anasyafablog .section-subtitle{
    color: #001D3D;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
}

#anasyafablog .blog-link{
    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
    
    margin-bottom: 15px;
}

#anasyafablog .blog-link:hover{
    color: #001D3D;
}

#anasyafablog .blog-detay .blog-baslik{
    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
    
    margin-top: 30px;
}

#anasyafablog .blog-detay .blog-aciklama{
    color: #001D3D;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 130.435% */
    
    margin-top: 15px;
}

/*------------------yolculuk----------------------*/

#yolculuk {
    position: relative;
    padding: 100px 0px;
}

#yolculuk .yolculuk-btn {
    padding: 30px;
    border-radius: 5px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

#yolculuk .yolculuk-btn .yolculuk-baslik {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

#yolculuk .yolculuk-btn:hover {
    padding: 30px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 20px 80px 0px rgba(35, 52, 95, 0.09);
}

#yolculuk .yolculuk-btn:hover .yolculuk-baslik {
    background: var(--1, linear-gradient(272deg, #AE9D6F 14.12%, #B4A374 14.12%, #E3CA87 50.95%, #8F815A 92.76%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#yolculuk .yolculuk-btn.active {
    padding: 30px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 20px 80px 0px rgba(35, 52, 95, 0.09);
}

#yolculuk .yolculuk-btn.active .yolculuk-baslik {
    background: var(--1, linear-gradient(272deg, #AE9D6F 14.12%, #B4A374 14.12%, #E3CA87 50.95%, #8F815A 92.76%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#yolculuk .yolculuk-bg {
    background: #F8F5EF;
    padding: 80px 100px;
}

#yolculuk .yolculuk-bg .yolculuk-baslik {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
}

#yolculuk .yolculuk-bg .yolculuk-aciklama {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

#yolculuk .row.icerik {
    display: none;
}

#yolculuk .row.icerik.active {
    display: flex;
}



.icon-bar {
    position: fixed;
    top: 70%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: #fff !important;
    font-size: 15px;
    margin-bottom:5px;
}

.icon-bar a:hover {
    background: #144272;
    color: #fff !important;
}
.icon-bar .instagram {
    background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
    color: white;
        border-radius: 5px;
}
.icon-bar .facebook {
    background: #1e77f0;
    color: white;
        border-radius: 5px;
}
.icon-bar .youtube {
    background: red;
    color: white;
        border-radius: 5px;
}


/*------------------hastayorum----------------------*/

#hasta-yorum {
    position: relative;
    padding: 50px 0px 100px 0px;
}


#hasta-yorum .ust {
	display:flex;
	align-items:center;
	margin-bottom:100px;
}

#hasta-yorum .ust .google {
	margin-right:20px;
}

#hasta-yorum .ust .puan {
	color: #3C372B;
    text-align: center;
    font-family: Lato;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 20px;
}

#hasta-yorum .ust .puan small {
	color: #3C372B;
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

#hasta-yorum .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 350px;
    min-height: 350px;
    padding: 40px;
	border-radius: 15px;
    border: 1px solid var(--Gold, #B4A374);
    background: linear-gradient(0deg, #F8F5EF 0%, #F8F5EF 100%), var(--white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(55, 65, 81, 0.10);
}

#hasta-yorum .item .yorum-text {
    color: #3C372B;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

#hasta-yorum .item .yorum-kisi {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

#hasta-yorum .item .yorum-kisi .kisi-img {
    width: 60px;
    height: 60px;
}

#hasta-yorum .item .yorum-kisi .kisi-bilgi .ad {
    color: var(--Black, #3C372B);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px; /* 90% */
}

#hasta-yorum .item .yorum-kisi .kisi-bilgi .title {
    color: var(--Black, #3C372B);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px; /* 120% */
}

#hasta-yorum .yorumlar-btn {
    margin-top: 100px;
    width: auto;
    padding: 30px;
    border-radius: 5px;
    background: var(--Gold, #B4A374);
    box-shadow: 0px 8px 14px 0px rgba(35, 52, 95, 0.20);
}

#hasta-yorum .yorumlar-btn .btn-text {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}


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

#footer-form {
    position: relative;
    padding-top: 50px;
}

#footer-form .footer-form-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#footer-form .form-bg {
    padding: 80px 80px 10px 80px;
    background: #F8F5EF;
}

#footer-form .form-bg .form-title {
    color: #333;
    font-family: Ovo;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 72px */
    margin-bottom: 20px;
}

#footer-form .form-bg .form-desc {
    color: #000;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 133.333% */
    margin-bottom: 50px;
}

#footer-form .form-bg input[type="checkbox"] {
    border: 1px solid #B4A374;
    border-radius: 0px;
    width: 30px;
    height: 30px;
}

#footer-form .form-bg .form-check-label {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-left: 15px;
}

#footer-form .form-bg input:not([type="checkbox"]) {
    border: none;
    margin-bottom: 15px;
    background: inherit;
    border-bottom: 1px solid;
    border-radius: 0px;
    padding: 10px 0px;
    font-style: italic;
    color: #333;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;
}

#footer-form .form-bg textarea {
    border: none;
    background: inherit;
    border-bottom: 1px solid;
    border-radius: 0px;
    padding: 10px 0px;
    font-style: italic;
    color: #333;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;
}

#footer-form .form-bg textarea:focus {
    box-shadow: none;
}

#footer-form .form-bg .footer-form-btn {
    margin-top: 50px;
    padding: 25px 45px;
    border-radius: 5px;
    background: var(--white, #FFF);
}

#footer-form .form-bg .footer-form-btn:hover {
    box-shadow: 0px 20px 40px 0px #E7DBBE;
}

#footer-form .form-bg .btn-text {
    text-align: center;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    background: linear-gradient(272deg, #AE9D6F 14.12%, #B4A374 14.12%, #E3CA87 50.95%, #8F815A 92.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*------------------cerrahiisler----------------------*/

#medya {
    position: relative;
    padding: 50px 0px;
    background-color: #FFF;
}

#medya .medya-baslik {
    color: #FFF;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 20px;
}

#medya .medya-alt-baslik {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#medya .medya-resim {
    position: relative;
}

#medya .medya-resim .play-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 140px;
    left: 288px;
}

#medya .swiper.medya {
    margin-top: 50px;
}

#medya .swiper.medya .medyaitem {
    position: relative;
}

#medya .swiper.medya .medyaitem .play-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#medya .swiper.medya .medya-aciklama {
    color: #3C372B;
    text-align: center;
    
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 150% */
    margin-top: 50px;
}

/*------------------hakkinda----------------------*/

#hakkinda {
    position: relative;
    padding: 150px 300px;
}

.section-title {
    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
    
    margin-bottom: 15px;
}

.section-title::after {
    content: '';
    border-bottom: 2px solid #91A3B0;
    width: 35px;
    display: block;
}

#hakkinda .hakkinda-baslik {
    color: #001D3D;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
}

#hakkinda .hakkinda-aciklama {
    color: #444;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

#hakkinda .hakkinda-btn {
    background: #001D3D;
}

#hakkinda .hakkinda-btn .btn-text {
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#hakkinda .hakkinda-img {
    position: absolute;
    width: 400px;
    padding: 20px;
    right: -78px;
    bottom: -150px;
    background: #FFF;
}

/*------------------klinikpage----------------------*/

#klinikpage {
    position: relative;
    padding: 100px 0px;
}

/*------------------ekippage----------------------*/

#ekippage {
    position: relative;
    padding: 100px 0px;
    background-color: #001D3D;
}

#ekippage .ekip-card .card-body {
    padding: 30px;
}

#ekippage .ekip-card .card-body .ekip-adi {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 130.435% */
    
    margin-bottom: 10px;
}

#ekippage .ekip-card .card-body .ekip-aciklama {
    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
}

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

#iletisimpage {
    position: relative;
    padding: 100px 0px;
}

#iletisimpage .mapiframe {
    margin-bottom: 100px;
}

#iletisimpage .iletisim-card {
    padding: 50px 0px;
    border: 1px solid #EEE;
    margin-bottom: 100px;
}

#iletisimpage .iletisim-card .icon {
    text-align: center;
    margin-bottom: 20px;
}

#iletisimpage .iletisim-card .baslik {
    color: #000814;
    text-align: center;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 200% */
    letter-spacing: -0.5px;
}

#iletisimpage .iletisim-card .icerik a {
    color: #666;
    text-align: center;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px; /* 170% */
}

#iletisimpage .iletisim-form {
    padding: 100px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
}

#iletisimpage .iletisim-form .form-baslik {
    margin-bottom: 65px;
    
    color: #001D3D;
    text-align: center;
    font-family: Jost;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 114.286% */
    letter-spacing: -0.5px;
}

#iletisimpage .iletisim-form form input[type="text"] {
    padding: 25px;
    margin-bottom: 30px;
    
    color: #001D3D;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#iletisimpage .iletisim-form form input[type="mail"] {
    padding: 25px;
    margin-bottom: 30px;
    
    color: #001D3D;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#iletisimpage .iletisim-form form label {
    color: #001D3D;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

#iletisimpage .iletisim-form form textarea {
    padding: 25px;
    margin-bottom: 30px;
    
    color: #001D3D;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#iletisimpage .iletisim-form form .btn-form {
    background: #001D3D;
    margin-top: 30px;
    
    color: #FFF;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

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

#bread {
    background: linear-gradient(90deg, #000814 44.09%, rgba(0, 8, 20, 0.00) 100%);
    position: relative;
    z-index: 0;
}

#bread .alan {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 39vh;
    row-gap: 30px;
}

#bread .alan .tedavi-adi {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px; /* 116.667% */
}

#bread .alan .linkler a {
    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
}

#bread .alan .bread-title {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
}

#bread .alan .bread-desc {
    color: #F5F5F5;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

/*------------------bread2----------------------*/

#bread2 {
    position: relative;
    z-index: 0;
}

#bread2 .alan {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70vh;
    row-gap: 70px;
}

#bread2 .alan .tedavi-adi {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px; /* 116.667% */
}

#bread2 .alan .linkler a {
    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
}

#bread2 .alan .bread-title {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
}

#bread2 .alan .bread-desc {
    color: #F5F5F5;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

#bread2 .alanalt-tedaviler {
    display: flex;
    align-items: center;
    column-gap: 70px;
}

#bread2 .alanalt-tedaviler .tedavi-surec .baslik {
    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
    
    text-align: center;
    margin-bottom: 15px;
}

#bread2 .alanalt-tedaviler .tedavi-surec .aciklama {
    color: #F5F5F5;
    text-align: center;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 130.435% */
}

/*------------------hakkindapage----------------------*/

#hakkindapage {
    position: relative;
    padding: 100px 0px;
}

#hakkindapage .hakkinda-baslik {
    color: #001D3D;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
}

#hakkindapage .hakkinda-aciklama {
    color: #444;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    
    margin-bottom: 100px;
}

#hakkindapage .hakkinda-img {
    position: absolute;
    width: 400px;
    padding: 20px;
    left: 350px;
    top: 500px;
    background: #FFF;
}



#hakkinda-ekip {
    position: relative;
    background-color: #001D3D;
    padding: 100px 0px;
}

#hakkinda-ekip .section-subtitle {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
}

#hakkinda-ekip .ekip-btn {
    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
}

#hakkinda-ekip .ekip-card .card-body {
    padding: 30px;
}

#hakkinda-ekip .ekip-card .card-body .ekip-adi {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 130.435% */
    
    margin-bottom: 10px;
}

#hakkinda-ekip .ekip-card .card-body .ekip-aciklama {
    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
}

/*------------------hastarehberi----------------------*/

#hastarehberi-page {
    position: relative;
    padding: 100px 0px;
}

#hastarehberi-page .card {
    border: none;
}

#hastarehberi-page .card .card-img-top {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
}

#hastarehberi-page .card .card-title {
    color: #000814;
    text-align: center;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

#hastarehberi-page .card .card-text {
    color: #444;
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}


#yolculukpage {
    position: relative;
    padding: 100px 0px;
}

#yolculukpage .yolculuk-aciklama{
    color: #444;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

#yolculukpage .yolculuk-1{
    margin-bottom: 100px;
}

#yolculukpage2 {
    position: relative;
    padding: 100px 0px;
}

#yolculukpage2 .yolculuk-3{
    margin-bottom: 100px;
}

#yolculukpage2 .yolculuk-aciklama{
    color: #444;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

/*------------------otellerimizpage----------------------*/

#otellerimizpage {
    position: relative;
    padding: 50px 0px;
}

#otellerimizpage .sayfa-resimler {
    margin-bottom: 10px;
}

#otellerimizpage .sayfa-resim {
    margin-bottom: 10px;
}

#otellerimizpage .otellerimiz-desc {
    color: #444;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

#otellerimizpage .otellerimiz-desc h2 {
    color: #000;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 125% */
}

#otellerimizpage .form {
    background-color: #001D3D;
    padding: 50px 100px;
}

#otellerimizpage .form .form-baslik {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
    
    margin-bottom: 20px;
}

#otellerimizpage .form form input {
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    
    border-radius: 0px;
    border: none;
}

#otellerimizpage .form form textarea {
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    
    border-radius: 0px;
    border: none;
}

#otellerimizpage .form form label {
    color: #F5F5F5;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

#otellerimizpage .form form .btn-form {
    width: 100%;
    
    background-color: #FFF;
    color: #001D3D;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

/*------------------blogpage----------------------*/

#bloglarpage {
    position: relative;
    padding: 100px 0px;
}

#bloglarpage .item {
    margin-bottom: 50px;
}

#bloglarpage .blog-img img {
    max-height: 319px;
    object-fit: cover
}

#bloglarpage .blog-detay .blog-baslik{
    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
    
    margin-top: 30px;
}

#bloglarpage .blog-detay .blog-aciklama{
    color: #001D3D;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 130.435% */
    
    margin-top: 15px;
}

/*------------------blogpage----------------------*/

#blogpage {
    position: relative;
    padding: 100px 0px;
}

#blogpage .blog-img {
    margin-bottom: 30px;
}

#blogpage .blog-img img {
    width: 100%;
}

#blogpage .blog-icerik {
    color: #444;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    
    margin-bottom: 50px;
}

#blogpage .blog-icerik h2 {
    color: #000;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 125% */
    
    margin-bottom: 25px;
}

#blogpage .son-bloglar {
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
    padding: 35px 30px;
    
    margin-bottom: 50px;
}

#blogpage .son-bloglar .baslik {
    color: #001D3D;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
    text-transform: capitalize;
    
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 30px;
}

#blogpage .son-bloglar .baslik::after {
    content: '';
    border-bottom: 2px solid #001D3D;
    width: 35px;
    display: block;
}

#blogpage .son-bloglar .sonblog-alan {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

#blogpage .son-bloglar .sonblog-alan .resim {
    margin-right: 15px;
}

#blogpage .son-bloglar .sonblog-alan .resim img {
    width: 100%;
    object-fit: cover;
    max-height: 75px;
}

#blogpage .son-bloglar .sonblog-alan .aciklama .blog-baslik {
    color: #000814;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.5px; /* 170% */
    text-transform: capitalize;
    
    margin-bottom: 10px;
}

#blogpage .son-bloglar .sonblog-alan .aciklama .blog-tarih {
    color: #91A3B0;
    font-family: Barlow;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px; /* 130.769% */
    text-transform: capitalize;
}

#blogpage .blog-kategoriler {
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
    padding: 35px 30px;
}

#blogpage .blog-kategoriler .baslik {
    color: #001D3D;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
    text-transform: capitalize;
    
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 30px;
}

#blogpage .blog-kategoriler .baslik::after {
    content: '';
    border-bottom: 2px solid #001D3D;
    width: 35px;
    display: block;
}

#blogpage .blog-kategoriler .kategoriler-alan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

#blogpage .blog-kategoriler .kategoriler-alan i {
    color: #666666!important;
    font-size: 18px!important;
}

#blogpage .blog-kategoriler .kategoriler-alan .kat-name {
    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
}

#blogpage .blog-kategoriler .kategoriler-alan .kat-sayi {
    border-radius: 50%;
    background-color: #001D3D;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    
    color: #FFF;
    font-family: Jost;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 192.308% */
    text-transform: capitalize;
}

/*------------------videopage----------------------*/

#videopage {
    position: relative;
    padding: 100px 0px;
}

#videopage .medya-item {
    margin-bottom: 30px;
    position: relative;
}

#videopage .medya-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000814 0%, rgba(0, 8, 20, 0.00) 71.21%);

}

#videopage .medya-item .video-baslik {
    position: absolute;
    bottom: 40px;
    left: 40px;
    
    color: #F5F5F5;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 130.435% */
}

#videopage .medya-item img {
    width: 100%;
    aspect-ratio: 400/250;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

#videopage .medya-item .play-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

#videopage .medya-item:hover .play-icon {
    opacity: 1;
}

/*------------------basinpage----------------------*/

#basinpage {
    position: relative;
    padding: 100px 0px;
}

/*------------------tedavipage----------------------*/

#tedavipage {
    position: relative;
    padding: 50px 0px;
}

#tedavipage .tedavi-img {
    margin-bottom: 30px;
}

#tedavipage .tedavi-img img {
    width: 100%;
}

#tedavipage .tedavi-icerik {
    color: #444;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 50px;
}

#tedavipage .tedavi-icerik ul, ol {
    padding-left:20px;
	margin-bottom:10px;
}

#tedavipage .tedavi-icerik h2 {
    color: #000;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 125% */
    
    margin-bottom: 25px;
}

#tedavipage .form {
    background-color: #001D3D;
    padding: 50px;
}

#tedavipage .form .form-baslik {
    color: #F5F5F5;
    font-family: Jost;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
    
    margin-bottom: 20px;
}

#tedavipage .form form input {
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    
    border-radius: 0px;
    border: none;
}

#tedavipage .form form textarea {
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    
    border-radius: 0px;
    border: none;
}

#tedavipage .form form label {
    color: #F5F5F5;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

#tedavipage .form form .btn-form {
    width: 100%;
    
    background-color: #FFF;
    color: #001D3D;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

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

#mobil-footer {
    display: none;
}

#footer {
    position: relative;
    z-index: 20;
    padding: 80px 0px 0px 0px;
    background: #000814;
}
#footer .logo {
	margin-bottom:60px;
}
#footer .logo img {
	max-height:70px;
	max-width:100%;
}

#footer .footer-iletisim {
	margin-bottom: 60px;
}

#footer .bilgi {
	display:flex;
	align-items:center;
	justify-content: center;
	margin-bottom:30px;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
#footer .bilgi .yazi {
    color: #F5F5F5;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

#footer .footer-menuler {
	margin-bottom: 60px;
}

#footer .menubas {
	display:block;

    color: #91A3B0;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: uppercase;
}

#footer .menulink {
	display: block;
    color: #F5F5F5;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}

#footer .alt {
    border-top: 1px solid #91A3B0;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .alt .copy {
    color: #91A3B0;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal; 
    font-weight: 400;
    line-height: 30.6px; /* 170% */
}
