@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: "Poppins", sans-serif;
    color:var(--text-color);
    background: #EAEFF5;
}
@media only screen and (min-width:1440px){
    body{
        font-size:16px;
    }
}
a{
    color:var(--text-color);
    text-decoration: none;
    transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
a:hover{
    color:var(--text-color-2);
}

p{margin-bottom:10px;}

video{
    vertical-align:middle;
}

.text-align{text-align:center;}

@media only screen and (min-width:1200px) and (max-width:1440px){
    .container{max-width:100%;padding:0 15px;}
}
@media only screen and (min-width:1441px){
    .container{max-width:100%;padding:0 10%;}
}

/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{padding:50px 0;position:absolute;top:0;left:0;width:100%;height:auto;min-height:200px;z-index:9;}
header .h-wrapper{display:grid;grid-template-columns:270px 1fr;gap:50px;align-items:center;}
header .h-right{display:grid;grid-template-columns:1fr 240px 60px;gap:30px;padding:10px 10px 10px 30px;align-items:center;background:#F2F3F7 0% 0% no-repeat padding-box;box-shadow:inset -16px 3px 16px #0000000D, 9px 10px 23px #0000001F;border-radius:23px;}
header .logo img{max-width:100%;height:auto;}
header .menu .menu-bar{display:none;max-width:75px;}
header .menu ul{display:flex;flex-direction:row;justify-content:space-between;list-style:none;margin:0;padding:0;}
header .menu ul>li>a{font-size:1em;}
header .menu ul>li>a:hover{color:#A68464;}
header .btn{box-shadow:inset 16px 3px 16px #0000000D;border-radius:17px;width:100%;}
header .btn a{display:flex;line-height:46px;gap:10px;justify-content:center;align-items:center;font-size:.75em;}
header .langs{width:fit-content;}
@media only screen and (max-width:767px){
    header{position:relative;padding:20px 0;}
    header .h-wrapper{display:unset;grid-template-columns:unset;gap:unset;align-items:unset;}
    header .h-right{gap:5px;padding:5px;grid-template-columns:1fr 200px 60px;}
    header .logo{margin-bottom:20px;}
    header .logo img{margin:0 auto;display:block;}
    header .menu .menu-bar{display:block;line-height:40px;font-size:.8em;padding:0 5px;border-radius:17px;border:1px solid #A68464;color:#A68464;}
    header .menu ul{display:none;border-radius:10px;box-shadow:0 0 5px #bababa;flex-direction:unset;justify-content:unset;position:absolute;background:#fff;padding:20px;width:50%;}
    header .menu ul>li>a{display:block;line-height:40px;border-bottom:#eeeeee;}
    header .btn a{line-height:30px;font-size:.7em;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    header{position:relative;padding:20px 0;}
    header .h-wrapper{display:unset;grid-template-columns:unset;gap:unset;align-items:unset;}
    header .h-right{gap:20px;padding:5px 5px 5px 15px;}
    header .logo{margin-bottom:20px;}
    header .logo img{margin:0 auto;display:block;}
    header .menu .menu-bar{display:block;line-height:40px;padding:0 10px;border-radius:17px;border:1px solid #A68464;color:#A68464;}
    header .menu ul{display:none;border-radius:10px;box-shadow:0 0 5px #bababa;flex-direction:unset;justify-content:unset;position:absolute;background:#fff;padding:20px;width:50%;}
    header .menu ul>li>a{display:block;line-height:40px;border-bottom:#eeeeee;}
    header .btn a{line-height:30px;font-size:.7em;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header .h-wrapper{grid-template-columns:170px 1fr;gap:20px;}
    header .h-right{gap:5px;padding:5px;grid-template-columns:1fr 200px 60px;}
    header .menu ul>li>a{font-size:.8em;}
    header .btn a{line-height:30px;font-size:.7em;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    header{padding:30px 0;}
}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{width:100%;height:auto;min-height:100vh;position:relative;z-index:8;}
.slider video{width:100%;height:100vh;object-fit:cover;}
.slider .text{width:20%;left:10%;position:absolute;bottom:50px;z-index:99;}
.slider .text .t1{font-size:1.25em;color:#303030;display:block;margin-bottom:20px;}
.slider .text .more{display:inline-block;line-height:30px;background:#303030;border-radius:25px;padding:0 20px;font-size:.87em;color:#fff;}
@media only screen and (max-width:767px){
    .slider{min-height:150px;}
    .slider video{width:100%;height:auto;object-fit:unset;}
    .slider .text{left:15px;bottom:15px;width:75%;}
    .slider .text .t1{font-size:.8em;margin-bottom:5px;}
}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:80px 0;position:relative;}
.m1 .icon1{position:absolute;bottom:0;left:0;}
.m1 .icon2{position:absolute;bottom:0;right:0;}
.m1 .box{display:flex;flex-direction:column;justify-content:center;height:100%;}
.m1 .box h2{font-size:3.87em;font-weight:100;margin-bottom:45px;text-transform:uppercase;}
.m1 .box .text{font-size:1.25em;color:#303030;margin-bottom:45px;}
.m1 .box .more{display:flex;font-size:.87em;color:#303030;font-weight:500;gap:15px;}
.m1 .box .more span{border-bottom:2px solid #303030;line-height:25px;}
.m1 .img{box-shadow: 0px 3px 42px #9EA8B176;border-radius: 0px 110px;overflow:hidden;}
.m1 .img img{width:100%;height:auto;min-height:70vh;}
@media only screen and (max-width:767px){
    .m1{padding:40px 0;}
    .m1 .icon1{width:80px;}
    .m1 .icon2{width:60px;}
    .m1 .box h2{font-size:2.5em;margin-bottom:30px;}
    .m1 .box .text{font-size:1.1em;margin-bottom:30px;}
    .m1 .img{margin-top:30px;border-radius:0px 60px;}
    .m1 .img img{min-height:auto;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m1{padding:60px 0;}
    .m1 .box h2{font-size:3em;margin-bottom:35px;}
    .m1 .img{margin-top:30px;}
    .m1 .img img{min-height:50vh;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m1 .box h2{font-size:3.2em;}
    .m1 .img img{min-height:60vh;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .m1 .box h2{font-size:3.5em;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{position:relative;}
.m2 .title h2{font-size:3.87em;font-weight:100;padding:50px 0;text-transform:uppercase;}
.m2 .text{font-size:1.18em;line-height:29px;display:flex;flex-direction:column;justify-content:center;height:100%;padding:50px 0;}
@media only screen and (max-width:767px){
    .m2 .title h2{font-size:2.5em;padding:30px 0;}
    .m2 .text{font-size:1em;line-height:26px;padding:0 0 30px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m2 .title h2{font-size:3em;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m2 .title h2{font-size:3.2em;}
}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{overflow:hidden;padding:100px 0;}
.m3 .m3-body{width:130%;}
.m3 .swiper-tedaviler-vertical{width:100%;height:100%;max-height:500px;}
.m3 .swiper-nav{display:flex;flex-direction:row;}
.m3 .swiper-nav .swiper-t-prev{transform:translate(0,10px);}
.m3 .swiper-nav .swiper-t-next{transform:translate(0,-10px);}
.m3 .swiper-nav div:active{opacity:.5;}
.service-box-vertical{padding-right:30px;margin-top:30px;}
.service-box-vertical h2{font-size:1.87em;text-transform:uppercase;color:#303030;width:fit-content;border-bottom:1px solid #A68464;padding:20px 50px 20px 0;}
.service-box-vertical h3{font-size:1.31em;color:#303030;font-weight:300;font-style:italic;margin-bottom:50px;}
.service-box-vertical .text{font-size:1em;color:#686F76;}
.service-box-horizontal{position:relative;}
.service-box-horizontal .bg{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;border-radius:75px;}
.service-box-horizontal .title{position:absolute;bottom:100px;left:20px;width:75%;}
.service-box-horizontal .title:before{content:'';width:6px;height:30px;border-radius:3px;background:#EAEFF5;position:absolute;left:0;top:calc(50% - 15px);}
.service-box-horizontal .title h2{font-size:1.31em;padding:0;padding-left:20px;font-weight:500;color:#EAEFF5;line-height:1.5em;min-height:3em;display:flex;flex-direction:column;justify-content:center;text-transform:uppercase;text-shadow:1px 1px 5px #333;}
.service-box-horizontal .btn{position:absolute;bottom:0;right:0;border-radius:75px 0 0 0;background:#EAEFF5;width:90px;height:110px;}
.service-box-horizontal .btn a{display:block;width:75px;height:75px;line-height:75px;text-align:center;border-radius:50%;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 3px 6px #00000029;transform:translate(10px,10px);}
.mb-50{margin-bottom:50px;}
@media only screen and (max-width:767px){
    .m3{padding:30px 0;}
    .m3 .swiper-tedaviler-vertical{max-height:300px;margin-bottom:30px;}
    .m3 .swiper-nav{margin-bottom:30px;}
    .service-box-vertical h2{font-size:1.4em;}
    .service-box-vertical h3{font-size:1em;}
    .service-box-vertical .text{font-size:.8em;}
    .m3 .m3-body{width:100%;}
    .service-box-horizontal .bg{aspect-ratio:1 / 1;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:160px 0 250px 0;background: transparent linear-gradient(118deg, #CCD5E0 0%, #E8EAF3 100%) 0% 0% no-repeat padding-box;position:relative;}
.m4 .images{position:relative;height:100%;}
.m4 .images .img1{width:80%;height:auto;box-shadow: 0px 11px 29px #686F76B7;border-radius:29px;}
.m4 .images .img2{width:45%;height:auto;box-shadow: 0px 11px 29px #686F76B7;border-radius:29px;position:absolute;right:0;bottom:0;transform: translate(0,25%);}
.m4 .images span{position:absolute;bottom:0;left:100px;font-size:1.31em;color:#303030;font-weight:300;font-style:italic;}
.m4 .box .title{font-size:5em;margin-left:-28%;margin-bottom:75px;line-height:1.3em;}
.m4 .box .title span{display:inline-block;}
.m4 .box .title .t1{font-weight:100;color:#303030}
.m4 .box .title .t2{color:#303030;font-weight:500;}
.m4 .box .title .t3{color:#B4BFCC;}
.m4 .box .text{color:#686F76;}
.m4 .box .more{display:inline-block;line-height:30px;background:#303030;border-radius:25px;padding:0 20px;font-size:.87em;color:#fff;}
.m4 .mb{margin-bottom:250px;}
.m4 .box-2{height:100%;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:9;}
.m4 .box-2 h2{font-size:5em;line-height:1.3em;color:#303030;font-weight:100;margin-bottom:75px;}
.m4 .box-2 h2 strong{display:block;font-weight:500;}
.m4 .box-2 .text{color:#686F76;margin-bottom:30px;}
.m4 .box-2 .more{display:inline-block;width:fit-content;line-height:30px;background:#303030;border-radius:25px;padding:0 20px;font-size:.87em;color:#fff;}
.m4 .images-2{position:relative;}
.m4 .images-2 .img1{position:absolute;left:0;bottom:50px;box-shadow:0px 11px 29px #686F76B7;border-radius:29px;width:45%;height:auto;z-index:2;}
.m4 .images-2 .img2{width:65%;height:auto;box-shadow:0px 11px 29px #686F76B7;border-radius:29px;position:relative;z-index:1;margin-left:35%;}
.m4 .icon1{position:absolute;left:0;top:50%;}
.m4 .icon2{position:absolute;right:0;top:50%;}
@media only screen and (max-width:767px){
    .m4{padding:80px 0 150px;}
    .m4 .images{margin-bottom:60px;}
    .m4 .images .img1{width:90%;}
    .m4 .images span{left:0;font-size:1.1em;width:50%;}
    .m4 .box .title{font-size:3em;margin-left:0;margin-bottom:40px;}
    .m4 .mb{margin-bottom:80px;}
    .m4 .box-2{margin-bottom:50px;}
    .m4 .box-2 h2{font-size:3em;margin-bottom:40px;}
    .m4 .images-2{min-height:300px;}
    .m4 .images-2 .img1{width:60%;bottom:20px;}
    .m4 .images-2 .img2{width:75%;margin-left:25%;}
    .m4 .icon1{width:60px;top:30%;height:auto;}
    .m4 .icon2{width:60px;top:70%;height:auto;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m4{padding:120px 0 200px;}
    .m4 .images{margin-bottom:50px;}
    .m4 .box .title{font-size:4em;margin-left:0;}
    .m4 .box-2 h2{font-size:4em;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m4 .box .title{font-size:3.2em;margin-left:-15%;margin-bottom:30px;}
    .m4 .box-2 h2{font-size:3.5em;}
    .m4 .images .img1{width:90%;}
    .m4 .images .img2{width:55%;}
    .m4 .images span{width:40%;left:0;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .m4 .box .title{font-size:4.5em;}
    .m4 .box-2 h2{font-size:4.5em;}
}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:80px 0;}
.m5 .title{margin-bottom:50px;}
.m5 .title h2{font-size:3.87em;font-weight:100;margin-bottom:50px;text-transform:uppercase;color:#303030;}
.m5 .title .swiper-info{display:flex;align-items:center;gap:50px;width:fit-content;}
.m5 .title .swiper-h-pagination{min-width:100px;}
.m5 .title .swiper-nav{display:flex;flex-direction:row;}
.m5 .title .swiper-nav .swiper-h-prev{transform:translate(0,10px);}
.m5 .title .swiper-nav .swiper-h-next{transform:translate(0,-10px);}
.m5 .title .swiper-nav div:active{opacity:.5;}
.m5 .text{display:flex;flex-direction:column;justify-content:center;}
.hekim-box{box-shadow: 4px 7px 12px #00000029;border-radius: 22px;overflow:hidden;position:relative;}
.hekim-box img{width:100%;height:auto;aspect-ratio:4/5;mix-blend-mode: luminosity;filter: grayscale(100%) brightness(1.1);object-fit:cover;}
.hekim-box h3{position:absolute;bottom:50px;left:50px;font-size:.93em;color:#CCD5E0;font-weight:700;opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.hekim-box h3 span{display:block;font-weight:500;}
.hekim-box:hover img{filter: grayscale(0%) brightness(1);}
.hekim-box-active h3{opacity:1;visibility:visible;}
.m5 .swiper-wrapper{padding:50px 0;}
.m5 .swiper-slide{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m5 .swiper-slide-active{transform:scale(1.15);position:relative;z-index:9;}
.m5 .swiper-slide-active .hekim-box img{filter: grayscale(0%) brightness(1);}
.m5 .swiper-slide-active .hekim-box h3{opacity:1;visibility:visible;}
@media only screen and (max-width:767px){
    .m5{padding:40px 0;}
    .m5 .title{margin-bottom:30px;}
    .m5 .title h2{font-size:2.5em;margin-bottom:30px;}
    .m5 .title .swiper-info{gap:20px;}
    .m5 .text{margin-bottom:20px;}
    .hekim-box{box-shadow:unset;}
    .hekim-box h3{bottom:30px;left:20px;}
    .m5 .swiper-wrapper{padding:20px 0;}
    .m5 .swiper-slide-active{transform:unset;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m5 .title h2{font-size:3em;}
    .hekim-box h3{bottom:30px;left:30px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m5 .title h2{font-size:3.2em;}
}
/*--- M6 --------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m6{padding:50px 0;overflow:hidden;}
.m6 .title{margin-bottom:50px;margin-top:50px;}
.m6 .title h2{font-size:3.87em;font-weight:100;margin-bottom:50px;text-transform:uppercase;color:#303030;}
.m6 .title h2 span{display:block;}
.m6 .title p{font-size:1.18em;color:#303030;margin-bottom:50px;}
.m6 .title .swiper-nav{display:flex;flex-direction:row;}
.m6 .title .swiper-nav .swiper-b-prev{transform:translate(0,10px);}
.m6 .title .swiper-nav .swiper-b-next{transform:translate(0,-10px);}
.m6 .title .swiper-nav div:active{opacity:.5;}
.m6 .m6-body{width:130%;}
.m6 .swiper-wrapper{padding:30px;}
.m6 .swiper-slide{height:auto;display:flex;}
.m6 .blog-box{border-radius:28px;height:100%;overflow:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m6 .blog-box:hover{background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 3px 30px #9EA8B1;}
.m6 .blog-box .img img{width:100%;height:auto;aspect-ratio:1/1;}
.m6 .blog-box .content{padding:30px;display:flex;flex-direction:column;justify-content:space-between;height:auto;aspect-ratio: 1 / .9;}
.m6 .blog-box .content h3{font-size:1.18em;color:#303030;font-weight:700;}
.m6 .blog-box .content .text{font-size:.93em;color:#303030;line-height:23px;}
.m6 .blog-box .content .more{display:inline-block;width:fit-content;line-height:30px;background:#303030;border-radius:25px;padding:0 20px;font-size:.87em;color:#fff;}
@media only screen and (max-width:767px){
    .m6{padding:30px 0;}
    .m6 .title{margin:30px 0;}
    .m6 .title h2{font-size:2.5em;margin-bottom:20px;}
    .m6 .title p{font-size:1em;margin-bottom:30px;}
    .m6 .m6-body{width:100%;}
    .m6 .swiper-wrapper{padding:0;}
    .m6 .blog-box .content{padding:20px;}
    .m6 .blog-box .content h3{font-size:1em;}
    .m6 .blog-box .content .text{font-size:.85em;line-height:20px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m6 .title h2{font-size:3em;}
    .m6 .title p{font-size:1.1em;}
    .m6 .blog-box .content{padding:20px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m6 .title h2{font-size:3.2em;}
    .m6 .blog-box .content{padding:25px;}
    .m6 .blog-box .content h3{font-size:1.1em;}
}
/*--- M7 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m7{padding:50px 0;}
.m7 .title{margin-bottom:50px;}
.m7 .title h2{font-size:3.87em;font-weight:100;margin-bottom:50px;text-transform:uppercase;color:#303030;}
.m7 .img{margin-bottom:75px;box-shadow:0px 3px 30px #9EA8B1;border-radius:22px;overflow:hidden;}
.m7 .img img{width:100%;height:auto;aspect-ratio: 1 / .9;}
.m7 .more{margin-bottom:30px;}
.m7 .more a{display:inline-block;width:fit-content;line-height:30px;background:#303030;border-radius:25px;padding:0 20px;font-size:.87em;color:#fff;}
.accordion-item{background:transparent;border:none;border-bottom:1px solid #C9D2DC;}
.accordion-item:first-child{border-top:1px solid #C9D2DC;}
.accordion-header{font-size:unset;}
.accordion-button{background:transparent;box-shadow:none;padding:60px 0;font-size:1.37em;color:#9EA8B1;}
.accordion-button:active,.accordion-button:focus{outline:0;box-shadow:unset;}
.accordion-button::after{display:none;}
.accordion-button:hover{color:#5F6C7B;}
.accordion-button:not(.collapsed){background:transparent;color:#2E3A46;}
.accordion-collapse{border:none;}
.accordion-body{padding:0 0 30px 0;font-size:.95em;line-height:1.7;color:#303030;}
.accordion-collapse{transition:all .3s ease;}
@media only screen and (max-width:767px){
    .m7{padding:30px 0;}
    .m7 .title h2{font-size:2.5em;}
    .m7 .img{margin-bottom:30px;}
    .accordion-button{padding:30px 0;font-size:1.2em;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m7 .title h2{font-size:3em;}
    .accordion-button{padding:40px 0;font-size:1.25em;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .accordion-button{padding:50px 0;font-size:1.3em;}
}
/*--- M8 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m8{padding:80px 0;}
.m8 .title{margin-bottom:50px;}
.m8 .title h2{font-size:3.87em;font-weight:100;margin-bottom:0;text-transform:uppercase;color:#303030;}
.m8 .title .more{display:flex;flex-direction:row;gap:10px;align-items:center;}
.m8 .text{margin-bottom:50px;}
.m8 .m8-body img{width:100%;height:auto;}
@media only screen and (max-width:767px){
    .m8{padding:40px 0;}
    .m8 .title h2{font-size:2.5em;}
    .m8 .text{margin-bottom:30px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m8 .title h2{font-size:3em;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m8 .title h2{font-size:3.2em;}
}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{overflow:hidden;width:100%;height:auto;padding:50px 0;background:#EAEFF5;}
footer .box-left .b-top{margin-bottom:50px;line-height:1.2;}
footer .box-left .b-top .t1{font-size:5.18em;color:#303030;display:inline-block;}
footer .box-left .b-top .t2{font-size:5.18em;color:#9EA8B1;display:inline-block;padding:0 20px;}
footer .box-left .b-top .t3{font-size:7.5em;font-weight:600;color:#303030;display:block;}
footer .box-left .b-body{margin-bottom:50px;}
footer .box-left .b-body ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap: 45px;}
footer .box-left .b-body ul>li>strong{font-weight:600;color:#303030;display:block;}
footer .box-right p{font-size:1.18em;margin-bottom:30px;}
footer .box-right .social-media{display:flex;flex-direction:row;gap:57px;margin-bottom:120px;}
footer .box-right .social-media a{color:#000000;font-size:1.2em;}
footer .box-right .randevu-form{margin-bottom:50px;}
footer .box-right .randevu-form .form-grid{display:grid;grid-template-columns: 1fr 1fr;gap:100px;margin-bottom:30px;}
footer .box-right .randevu-form .form-grid input,
footer .box-right .randevu-form .form-grid textarea{width:100%;font-size:1em;color:#9EA8B1;height:40px;background:unset;border:0;border-bottom:1px solid #9EA8B1;}
footer .box-right .randevu-form .form-grid input::placeholder,
footer .box-right .randevu-form .form-grid textarea::placeholder{color:#9EA8B1;}
footer .box-right .randevu-form .form-grid input:active,footer .box-right .randevu-form .form-grid input:focus,
footer .box-right .randevu-form .form-grid textarea:active,footer .box-right .randevu-form .form-grid textarea:focus{outline:0;box-shadow:unset;}
footer .box-right .randevu-form .form-grid .security-code{display:grid;grid-template-columns: 1fr 60px;gap:20px;align-items:center;}
footer .box-right .randevu-form .form-grid .security-code .img{background:rgba(0, 0, 0, .05);border-radius:5px;margin-bottom:0;}
footer .box-right .randevu-form .form-grid .security-code .img img{height:40px;width:100%;object-fit:contain;}
footer .box-right .randevu-form button{padding:0 20px;height:31px;font-size:.87em;color:#fff;background: #303030 0% 0% no-repeat padding-box;box-shadow: inset 16px 3px 16px #0000000D;border-radius: 54px;}
footer .img{width:100%;height:auto;overflow:hidden;margin-bottom:40px;}
footer .img img{width:120%;height:auto;left:-10%;position:relative;}
footer .contracts{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:25px;}
footer .contracts a{color:#9EA8B1;}
footer .icon{display:flex;justify-content:center;margin-bottom:25px;}
footer .icon img{max-width:100%;height:auto;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;color:#9EA8B1;}
footer .swa{margin-bottom:50px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;opacity:.5;}
@media only screen and (max-width:767px){
    footer .box-left .b-top .t1{font-size:1.6em;}
    footer .box-left .b-top .t2{font-size:1.6em;}
    footer .box-left .b-top .t3{font-size:4em;}
    footer .box-right .randevu-form .form-grid{grid-template-columns:1fr;gap:30px}
    footer .contracts{flex-direction:column;}
    footer .contracts a{display:block;text-align:center;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    footer .box-right .randevu-form .form-grid{gap:30px}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    footer .box-right .randevu-form .form-grid{gap:50px}
    footer .box-left .b-top .t1{font-size:1.6em;}
    footer .box-left .b-top .t2{font-size:1.6em;}
    footer .box-left .b-top .t3{font-size:4em;}
}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page{position:relative;}
.page .page-head{padding:250px 0 50px 0;position:relative;}
.page .page-head:before{content:'';width:100%;height:100vh;background:url('../images/page-top-bg.jpeg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;position:absolute;top:0;left:0;z-index:-1;}
.page .page-head h1{font-size:5em;text-align:center;color:#9EA8B1;font-weight:300;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;display:none;}
.page .page-head .breadcrumb{font-size:.8em;justify-content:center;font-size:1.06em;}
.page .page-head .breadcrumb .breadcrumb-item.active{font-weight:700;color:#686F76;}
.page .page-cover{display:grid;grid-template-columns:75px 1fr;gap:50px;margin-bottom:50px;}
.page .page-cover .scroll{display:flex;height:100%;flex-direction:column;justify-content:center;gap:30px;align-items:center;cursor:pointer;}
.page .page-cover .scroll .text{height:300px;display:flex;flex-direction:column;justify-content:center;position:relative;}
.page .page-cover .scroll .text:before{content:'';width:2px;height:100%;position:absolute;left:0;right:0;margin:0 auto;background:#9EA8B1;}
.page .page-cover .scroll .text span{writing-mode:vertical-lr;transform:rotate(180deg) translate(20px,0);display:block;line-height:40px;color:#9EA8B1;font-weight:300;font-size:1.06em;}
.page .page-cover .scroll .icon{animation:downToUp 1s infinite alternate;}
.page .page-cover .scroll .icon img{transform:rotate(90deg);}
@keyframes downToUp{0%{transform: translate(0,-10px);} 100%{transform: translate(0,10px);}}
.page .page-cover .image img{width:100%;height:65vh;object-fit:cover;border-radius:0 110px;}
.page .page-sub-title{margin-bottom:50px;font-size:3.87em;padding:0 15%;text-align:center;text-transform:uppercase;color:#303030;font-weight:100;}
.page .page-content{margin-bottom:50px;text-align:center;font-size:1.12em;}
.page .page-body{background:linear-gradient(#CCD5E0,#E8EAF3);padding:50px 0 0 0;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}
.corporate-page .vizyon{position:relative;margin-bottom:50px;}
.corporate-page .vizyon .bg{width:100%;height:auto;box-shadow: 0px 11px 29px #686F7676;border-radius: 110px 0px;}
.corporate-page .vizyon .content{position:absolute;top:0;left:0;width:40%;height:100%;padding:30px;display:flex;flex-direction:column;justify-content:center;}
.corporate-page .vizyon .content h2{font-size:2.06em;color:#E8EAF3;text-transform:uppercase;padding-bottom:25px;margin-bottom:30px;font-weight:100;position:relative;letter-spacing:0px;}
.corporate-page .vizyon .content h2:before{content:'';width:70%;height:1px;background:#E8EAF3;position:absolute;bottom:0;left:0;}
.corporate-page .vizyon .content .text{color:#E8EAF3;font-size:1.12em;}
.corporate-page .misyon .bg{width:100%;height:auto;margin-bottom:50px;box-shadow: 0px 11px 29px #686F7676;border-radius: 110px 0px;}
.corporate-page .misyon .content{display:flex;flex-direction:column;justify-content:center;}
.corporate-page .misyon .content h2{font-size:2.06em;color:#212121;text-transform:uppercase;padding-bottom:25px;margin-bottom:30px;font-weight:100;position:relative;letter-spacing:0px;text-align:right;}
.corporate-page .misyon .content h2:before{content:'';width:70%;height:1px;background:#212121;position:absolute;bottom:0;right:0;}
.corporate-page .misyon .content .text{color:#212121;font-sie:1.12em;text-align:right;}
.page .page-icon1{position:absolute;left:0;top:40%;z-index:1;}
.page .page-icon2{position:absolute;right:0;top:25%;z-index:1;}
.page .page-icon3{position:absolute;left:0;bottom:0;z-index:1;}
.page .page-icon4{position:absolute;right:0;bottom:-10%;z-index:1;}
@media only screen and (max-width: 767px){
    .page .page-head{padding:30px 0;}
    .page .page-head h1{font-size:2.5em;}
    .page .page-cover{grid-template-columns:50px 1fr;gap:0;}
    .page .page-cover .scroll .text{height:150px;}
    .page .page-cover .image img{height:50vh;}
    .page .page-sub-title{font-size:2.5em;}
    .corporate-page .vizyon .bg{height:211px;object-position:right;object-fit:cover;margin-bottom:30px;}
    .corporate-page .vizyon .content{position:relative;width:100%;padding:0;}
    .corporate-page .vizyon .content h2{color:#212121;}
    .corporate-page .vizyon .content h2:before{background:#212121;}
    .corporate-page .vizyon .content .text{color:#212121;}
    .page .page-icon1{width:50px;height:auto;}
    .page .page-icon2{width:65px;height:auto;}
    .page .page-icon3{width:50px;height:auto;}
    .page .page-icon4{width:50px;height:auto;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .page .page-head{padding:50px 0;}
    .page .page-head h1{font-size:3em;}
    .page .page-cover{grid-template-columns:50px 1fr;gap:0;}
    .page .page-cover .scroll .text{height:150px;}
    .page .page-cover .image img{height:50vh;}
}
/*--- COOKIE-POLICY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookie-accept {position:fixed;bottom:-100%;left:0;right:0;width:100%;z-index:99;border:1px solid #ddd;background:#fff;display:flex;justify-content:center;align-items:center;transition:bottom 1s ease-in-out;-webkit-transition:bottom 1s ease-in-out;-moz-transition:bottom 1s ease-in-out;-o-transition:bottom 1s ease-in-out;padding:20px;}
.cookie-accept.active {bottom:0;}
.cookie-accept .close {position:absolute;right:15px;top:-15px;width:30px;height:30px;border:1px solid #ddd;line-height:30px;text-align:center;font-size:1.5em;background:#fff;}
.cookie-accept .icon {text-align: center;}
.cookie-accept .icon i {font-size:4em;}
.cookie-accept .content {padding:1.5em;}
.cookie-accept .content strong {display:block;font-size:1.5em;line-height:1;margin-bottom:10px;}
.cookie-accept .content p {font-size:1.1em;font-weight:200;margin:0;}
.cookie-accept .buttons ul {list-style:none;margin:0;padding:0;display:flex;gap:10px;}
.cookie-accept .buttons ul > li {flex:1 1 auto;}
.cookie-accept .buttons ul > li > a{display:flex;padding:10px 20px;background:#aaa;color:#fff;text-align:center;text-decoration:none;align-items:center;height:100%;}
@media only screen and (max-width: 767px) {
    .cookie-accept {flex-direction: column;}
}
/*--- FORM --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:1em;font-weight:700;margin-bottom:5px;}
.form-group .form-control{min-height:45px;border:0;border:1px solid #eee;font-size:1em;}
.form-group .form-control::placeholder{font-size:1em;}
.form-group input[type="checkbox"]{width:25px;height:25px;}
.form-checkbox-group{display:flex;line-height: 25px;}
.form-checkbox-group>input{accent-color:var(--primary-color);}
.form-checkbox-group a{padding-left:15px;}
.form-group button{background-color:var(--primary-color);color:#fff;font-size:1em;}
.form-group button:hover{background-color:var(--secondary-color);color:#fff;}
/*rating*/
.stars {width:100%;text-align: center;border:1px solid #eee;border-radius:5px;overflow: hidden;display: flex;justify-content: center;flex-direction: row-reverse;margin-bottom:20px;}
.stars-focus{box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
input.star {display: none;}
label.star {margin:0;padding: 0 5px;font-size: 30px;color: #ddd;transition: all .2s;}
input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;font-weight: 900;}
input.star-5:checked ~ label.star:before {color: #FE7;}
input.star-1:checked ~ label.star:before {color: #F62;}
input.star-2:hover ~ label.star-1 {color: #F62;}
input.star-3:hover ~ label.star-1, input.star-3:hover ~ label.star-2 { color: #F62; }
input.star-4:hover ~ label.star-1, input.star-4:hover ~ label.star-2, input.star-4:hover ~ label.star-3 { color: #F62; }
input.star-5:hover ~ label.star-1, input.star-5:hover ~ label.star-2, input.star-5:hover ~ label.star-3, input.star-5:hover ~ label.star-4 {color: #F62;}
label.star:hover {color: #ffa300;}
label.star:before {content: '\f005';font-family: 'Font Awesome 5 Free';font-weight: 400;}
/*security-input*/
.security-group{margin-bottom:20px;position:relative;}
.security-group label{display: block;font-size:14px;font-weight:700;margin-bottom:5px;}
.security-group .img{position:absolute;bottom:0;left:0;}
.security-group .img img{min-height:45px;}
.security-group .img button{border:0;min-height:45px;min-width:45px;margin:0;background:transparent;}
.security-group input{text-indent:175px;min-height:45px;min-height:45px;border:1px solid #eee;font-size:1em;}
/*--- LOADING ---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loading{width:100%;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:9999999;display:flex;flex-direction:column;justify-content:center;align-items:center;}
@keyframes spin{to{transform: rotate(360deg);}from{transform: rotate(0);}}
#loading:before{content:'\f110';color:#fff;font-family: 'Font Awesome 6 Free';font-weight:900;animation: spin infinite 1s linear;}
/*--- NO-CONTENT --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.no-content{padding:40px 20px;border:1px dashed #eee;border-radius:10px;text-align:center;margin-bottom:30px;}
.no-content>i{font-size:30px;margin-bottom:15px;color:#aaa;}
.no-content>p{font-size:18px;padding:0;margin:0;font-weight:200;}
/*--- HEMEN ARA - WHATSAPP --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
.fixed-button{position:fixed;bottom:15px;left:15px;display:flex;flex-direction:column;gap:15px;z-index:999;}
.fixed-button>a{height:40px;width:40px;text-align: center;border-radius:80px;z-index: 999;color: white;position:relative;}
.fixed-button>a>i{line-height:40px;font-size:25px;}
.fixed-button>a .ripple{position: absolute;width:120px;height:120px;z-index: -1;left: 50%;top: 50%;opacity: 0;margin: -60px 0 0 -60px;border-radius:80px;-webkit-animation: ripple 1.8s infinite;animation: ripple 1.8s infinite;}
.fixed-button>a .ripple:nth-child(2) {animation-delay: .3s;-webkit-animation-delay: .3s;}
.fixed-button>a .ripple:nth-child(3) {animation-delay: .6s;-webkit-animation-delay: .6s;}
.whatsAppBg{background-color: #068404 !important;background-image: linear-gradient(90deg, #068404, #0ba909);}
.hemenAraBg {background-color: #004080 !important;background-image: linear-gradient(90deg, #004080, #0073e6);}