@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);
}
@media only screen and (min-width:1441px){
    body{
        font-size:16px;
    }
}
@media only screen and (min-width:1600px){
    .container{
        max-width: 1570px;
    }
}


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

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

/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{padding:20px 0;position:absolute;top:0;left:0;width:100%;z-index:999999;}
header .h-wrapper{display:flex;flex-direction:row;justify-content:space-between;}
header .h-wrapper .h-left{}
header .h-wrapper .h-right{display:flex;flex-direction:row;gap:30px;align-items:center;}

header .logo img{max-width:100%;height:auto;}

header .randevu-buton{background:linear-gradient(to bottom, #C6B8AA, #635C55);display:flex;flex-direction:row;align-items:center;color:#fff;gap:30px;padding:0 20px;line-height:52px;text-transform:uppercase;border-radius:30px;font-weight:300;}

header .menu-bar{display:flex;flex-direction:row;align-items:center;color:#635C55;gap:10px;font-size:1.25em;text-transform:uppercase;cursor:pointer;}
header .menu-bar .icon{width:38px;height:38px;position:relative;display:grid;grid-template-columns:repeat(2, 1fr);gap:8px;}
header .menu-bar .icon span{width:15px;height:15px;border:2px solid #908274;border-radius:50%;transition:all .3s ease-in-out;}

header .menu-bar-active{}
header .menu-bar-active>span{opacity:0;visibility:hidden;}
header .menu-bar-active .icon span:nth-child(1){position:absolute;top:0;left:0;width:100%;height:100%;}
header .menu-bar-active .icon span:nth-child(2),header .menu-bar-active .icon span:nth-child(3){display:none;}
header .menu-bar-active .icon span:nth-child(4){position:absolute;width:9px;height:9px;background:#908274;left:0;right:0;top:calc(50% - 4.5px);margin:0 auto;}

header .langs{width:30px;height:30px;}
header .langs>div:hover ~ ul{opacity:1;visibility:visible;margin-top:5px;}
header .langs>ul:hover{opacity:1;visibility:visible;margin-top:5px;}
header .langs>ul{position:absolute;list-style:none;margin:0;padding:0;margin-top:10px;opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}


.menu{position:absolute;opacity:0;visibility:hidden;top:-100%;left:0;width:100%;z-index:99999;background:#fff;height:auto;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;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;}
.menu-active{opacity:1;visibility:visible;top:0;}

.menu:before{content:'';width:50%;height:100%;background:radial-gradient(#e3d9cf,#edeae4);position:absolute;top:0;left:0;}

.menu .menu-wrapper{position:relative;z-index:9;display:flex;flex-direction:row;height:100%;}
.menu .menu-wrapper .m-left{max-width:60%;flex:0 0 60%;}
.menu .menu-wrapper .m-left img{width:100%;height:auto;border-radius:30px;}

.menu .menu-wrapper .m-right{max-width:40%;flex:0 0 40%;padding-left:100px;display:flex;flex-direction:column;justify-content:space-evenly;}

.menu .menu-wrapper .m-right .lists{display:flex;flex-direction:row;align-items:center;}
.menu .menu-wrapper .m-right .lists .list1{list-style:none;margin:0;padding:0;max-width:50%;flex:0 0 50%;}
.menu .menu-wrapper .m-right .lists .list1>li>a{font-size:1.93em;color:#908274;font-weight:200;}
.menu .menu-wrapper .m-right .lists .list2{list-style:none;margin:0;padding:0;max-width:50%;flex:0 0 50%;border-left:1px solid #C6B8AA;padding-left:30px;}
.menu .menu-wrapper .m-right .lists .list2>li>a{font-size:1.25em;color:#908274;font-weight:200;}

.menu .menu-wrapper .m-right .h-contact>span{display:block;font-size:1.37em;color:#58514A;font-weight:700;margin-bottom:30px;}
.menu .menu-wrapper .m-right .h-contact .h-contact-top{display:flex;flex-direction:row;align-items:center;gap:30px;margin-bottom:30px;}
.menu .menu-wrapper .m-right .h-contact .h-contact-top .h-left{}
.menu .menu-wrapper .m-right .h-contact .h-contact-top .h-left a{width:130px;height:140px;border-radius:30px;border:2px solid #C6B8AA;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#908274;gap:20px;}
.menu .menu-wrapper .m-right .h-contact .h-contact-top .h-left a i{font-size:2em;}
.menu .menu-wrapper .m-right .h-contact .h-contact-top .h-left a span{font-size:1.06em;font-weight:200;}
.menu .menu-wrapper .m-right .h-contact .h-contact-top .h-right ul{list-style:none;margin:0;padding:0;}
.menu .menu-wrapper .m-right .h-contact .h-contact-top .h-right ul>li>a{display:block;font-size:1.25em;color:#908274;}

.menu .menu-wrapper .m-right .h-contact .h-contact-body span{display:block;font-size:1.25em;color:#908274;font-weight:200;}

@media only screen and (max-width:767px){
    header .h-wrapper{flex-direction:column;}
    header .logo{margin-bottom:20px;text-align:center;}

    header .h-wrapper .h-right{justify-content:space-between;}

    .menu{padding-top:200px;}
    .menu .menu-wrapper{flex-direction:column-reverse;}
    .menu .menu-wrapper .m-left{max-width:100%;flex:0 0 100%;padding:50px 0;}
    .menu .menu-wrapper .m-right{max-width:100%;flex:0 0 100%;padding-left:0;gap:30px;padding:50px 0;}
    .menu .menu-wrapper .m-right .h-contact .h-contact-top{gap:30px;}
}


/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
main{background:url('../images/slide-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
.slider{padding-top:150px;padding-bottom:150px;}
.slider .slider-wrapper{display:flex;flex-direction:row;}
.slider .slider-wrapper .s-left{max-width:35%;flex:0 0 35%;padding-right:150px;}
.slider .slider-wrapper .s-left .content{height:100%;display:flex;flex-direction:column;justify-content:space-evenly;}
.slider .slider-wrapper .s-left .content .text{}
.slider .slider-wrapper .s-left .content .text strong{display:block;font-size:.9em;color:#58514A;text-transform:uppercase;margin-bottom:20px;}
.slider .slider-wrapper .s-left .content .text p{font-size:1.18em;color:#58514A;}
.slider .slider-wrapper .s-left .content .line{width:100%;height:1px;background:#C6B8AA;position:relative;}
.slider .slider-wrapper .s-left .content .line:before{content:'';width:72px;height:4px;position:absolute;top:-2px;left:0;background:#FFFFFF;}
.slider .slider-wrapper .s-left .content h2{font-size:1.93em;line-height:1.5em;color:#58514A;text-transform:uppercase;width:75%;font-weight:300;}
.slider .slider-wrapper .s-left .content .more{display:inline-block;padding:0 30px;color:#fff;width:fit-content;border-radius:30px;line-height:52px;background:linear-gradient(to bottom, #C6B8AA, #635C55);}

.slider .slider-wrapper .s-right{max-width:65%;flex:0 0 65%;position:relative;}
.slider .slider-wrapper .s-right .images{position:relative;width:100%;height:100%;display:flex;align-items:center;gap:30px;height:75vh;}
.slider .slider-wrapper .s-right .img1{max-width:calc(36% - 30px);flex:0 0 calc(36% - 30px);}
.slider .slider-wrapper .s-right .img1 img{width:100%;height:100%;object-fit:cover;border-radius:30px;}
.slider .slider-wrapper .s-right .img2{max-width:64%;flex:0 0 64%;border-radius:30px;overflow:hidden;}
.slider .slider-wrapper .s-right .img2 img{border-radius:30px;width:100%;height:530px;object-fit:cover;}
.slider .slider-wrapper .s-right .icon{position:absolute;bottom:0;right:0;z-index:9;max-width:25%;height:auto;}
.slider .slider-wrapper .s-right .icon img{width:100%;height:auto;}

.progressbar{display:flex;flex-direction:column;justify-content:center;align-items:center;width:290px;height:290px;position:absolute;left:0;top:calc(50% - 145px);transform:translate(-50%, 0);z-index:9;}
.progressbar:before{content:'';width:80%;height:1px;background:#C6B8AA;left:0;top:0;transform:rotate(45deg);transform-origin: -10% -10%;}
.progressbar .circle{position:absolute;top:calc(50% - 47.2px);left:0;right:0;margin:0 auto;z-index:1;width:95px;height:95px;background:#908274;border-radius:50%;font-size:20px;color:#FFFFFF;line-height:95px;text-align:center;}

.ring {transform: rotate(-90deg);}
circle {fill: none;stroke-width:2;}
circle:first-child {stroke: #fff;}
.progress {stroke: #C6B8AA;stroke-linecap: round;transition: stroke-dashoffset 0.05s linear;}

@media only screen and (max-width:767px){
    .slider{padding-top:200px;padding-bottom:30px;}
    .slider .slider-wrapper{flex-direction:column-reverse;}
    .slider .slider-wrapper .s-left{max-width:100%;flex:0 0 100%;padding-right:0;}
    .slider .slider-wrapper .s-left .content{gap:30px;padding:30px 0;}
    .slider .slider-wrapper .s-right{max-width:100%;flex:0 0 100%;}
    .slider .slider-wrapper .s-right .images{gap:15px;height:unset;}
    .slider .slider-wrapper .s-right .img1{max-width:calc(36% - 15px);flex:0 0 calc(36% - 15px);}
    .slider .slider-wrapper .s-right .img1 img{width:125%;position:relative;z-index:9;}
    .slider .slider-wrapper .s-right .img2{}
    .slider .slider-wrapper .s-right .icon{transform:translate(-20px,50%);}
    .progressbar{transform: scale(.7) translate(-50px,0);left:0;right:0;margin:0 auto;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider{padding-top:200px;padding-bottom:30px;}
    .slider .slider-wrapper{flex-direction:column-reverse;}
    .slider .slider-wrapper .s-left{max-width:100%;flex:0 0 100%;padding-right:0;}
    .slider .slider-wrapper .s-left .content{gap:30px;padding:30px 0;}
    .slider .slider-wrapper .s-right{max-width:100%;flex:0 0 100%;}
    .slider .slider-wrapper .s-right .images{gap:15px;height:unset;}
    .slider .slider-wrapper .s-right .img1{max-width:calc(36% - 15px);flex:0 0 calc(36% - 15px);}
    .slider .slider-wrapper .s-right .img1 img{width:125%;position:relative;z-index:9;}
    .slider .slider-wrapper .s-right .img2{}
    .slider .slider-wrapper .s-right .icon{transform:translate(-20px,50%);}
    .progressbar{transform: scale(.7) translate(-50px,0);left:0;right:0;margin:0 auto;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider .slider-wrapper .s-left{padding-right:20px}
    .slider .slider-wrapper .s-right .img1 img{width:135%;position:relative;z-index:9;}
    .slider .slider-wrapper .s-right .icon{transform: translate(30px, 50%);}
    .progressbar{transform: scale(.7) translate(-50px,0);left:0;right:0;margin:0 auto;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .slider .slider-wrapper .s-left{padding-right:20px}
    .slider .slider-wrapper .s-right .img1 img{width:115%;position:relative;z-index:9;}
    .slider .slider-wrapper .s-right .icon{transform: translate(30px, 50%);}
}

/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:50px 0;}
.m1 .title{margin-bottom:50px;position:relative;width:fit-content;clear:both;}
.m1 .title span{display:block;font-size:2.5em;color:#58514A;font-weight:900;position:relative;z-index:9;white-space:nowrap;}
.m1 .title img{position:absolute;bottom:0;right:75px;z-index:8;}

.m1 .content{display:flex;flex-direction:column;justify-content:space-evenly;padding-right:25%;height:calc(100% - 30px);}
.m1 .content .text{color:#908274;font-size:1.18em;line-height:35px;}
.m1 .content .more{display:flex;width:fit-content;gap:20px;}
.m1 .content .more span{font-weight:700;color:#58514A;line-height:43px;display:inline-block;border-bottom:1px solid #58514A;}
.m1 .content .more i{width:43px;height:43px;border:1px solid #58514A;border-radius:50%;line-height:43px;text-align:center;}
.m1 .img{border-radius:30px;overflow:hidden;position:sticky;top:30px;bottom:30px;}
.m1 .img img{width:100%;height:auto;aspect-ratio:6/4;}

@media only screen and (max-width:991px){
    .m1 .title span{font-size:1.7em;white-space:unset;}
    .m1 .title img{right:0;width:100%;height:auto;}
    .m1 .content{padding-right:0;margin-bottom:30px;}
    .m1 .content .text{line-height:30px;}
}

/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{overflow:hidden;padding:75px 0;}

.m2 .m2-left{height:100%;}
.m2 .m2-left .swiper{width:100%;height:340px;}

.m2 .m2-right{width:150%;}

.m2 .m2-relative{position:relative;}

.m2 .title{margin-bottom:50px;}
.m2 .title h2{font-size:1.8em;color:#58514A;font-weight:700;line-height:35px;}

.m2 .box{display:flex;flex-direction:column;gap:30px;}
.m2 .box h3{width:fit-content;font-size:1.81em;color:#58514A;position:relative;font-weight:300;padding:0 25px;}
.m2 .box h3 a{position:relative;z-index:2;}
.m2 .box h3 .icon{position:absolute;left:0;top:0;width:100%;height:auto;z-index:1;}
.m2 .box .text{font-size:1.18em;color:#908274;line-height:2em;}
.m2 .swiper-nav{display:flex;flex-direction:column;background:#fff;height:140px;position:absolute;top:calc(50% - 70px);right:0;border-radius:32px;overflow:hidden;z-index:9;transform: translate(50%,0);}
.m2 .swiper-nav>div{width:60px;height:70px;line-height:70px;text-align:center;font-size:1.5em;color:#908274;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;}
.m2 .swiper-nav>.swiper-service-prev:active{transform:translate(-5px,0);}
.m2 .swiper-nav>.swiper-service-next:active{transform:translate(5px,0);}
.service-box{position:relative;border-radius:30px;overflow:hidden;margin-bottom:30px;}
.service-box .bg{width:100%;height:530px;object-fit:cover;border-radius:35px;position:relative;z-index:5;}
.service-box .icon{position:absolute;bottom:-5px;right:-5px;z-index:6;transform:translate(100%,0);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;}
.service-box h3{font-size:1.37em;color:#58514A;position:absolute;left:30px;bottom:30px;z-index:6;font-weight:300;}
.service-box:hover .icon{transform:translate(0,0);}
.service-box:before{content:'';width:100%;height:50%;position:absolute;bottom:0;left:0;background:linear-gradient(transparent,#E2D9CE);z-index:6;border-radius:35px;}
@media only screen and (max-width:767px){
    .m2 .m2-right{width:100%;}
    .m2 .swiper-nav{transform:translate(-30px,0);}
    .service-box .bg{height:400px;}
}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:75px 0;overflow:hidden;}
.m3 .title{margin-bottom:75px;}
.m3 .title h2{width:fit-content;font-size:1.81em;color:#58514A;position:relative;font-weight:300;padding:0 25px;text-transform:uppercase;}
.m3 .title h2 a{position:relative;z-index:2;}
.m3 .title h2 .icon{position:absolute;left:0;top:0;width:100%;height:auto;z-index:1;}
.m3 .m3-wrapper{margin-bottom:75px;padding-bottom:75px;position:relative;}
.m3 .m3-wrapper:before{content:'';width:200%;border-bottom:1px solid #E2D9CE;position:absolute;left:-50%;bottom:0;transform:rotate(-20deg);}
.m3 .m3-wrapper .image{width:75%;padding-top:75px;padding-right:75px;position:relative;}
.m3 .m3-wrapper .image:before{content:'';width:calc(100% - 75px);height:calc(100% - 75px);position:absolute;top:0;right:0;background:linear-gradient(to bottom, #F9F8F6, #E2D9CE);z-index:8;}
.m3 .m3-wrapper .image img{width:100%;height:555px;object-fit:cover;position:relative;z-index:9;}
.m3 .m3-wrapper .content{position:relative;height:100%;padding:30px 0;}
.m3 .m3-wrapper .content:before{content:'';position:absolute;left:-65px;top:0;height:100%;border-left:1px solid #E2D9CE;}
.m3 .m3-wrapper .content h3{font-size:1.56em;color:#58514A;font-weight:300;margin-bottom:20px;}
.m3 .m3-wrapper .content p{margin-bottom:30px;color:#908274;font-size:1.12em;width:75%;}
.m3 .m3-wrapper .content .more{display:flex;width:fit-content;gap:20px;}
.m3 .m3-wrapper .content .more span{font-weight:300;color:#58514A;line-height:43px;display:inline-block;border-bottom:1px solid #58514A;transition:all .3s ease-in-out;}
.m3 .m3-wrapper .content .more i{width:43px;height:43px;border:1px solid #58514A;border-radius:50%;line-height:43px;text-align:center;transition:all .3s ease-in-out;}
.m3 .m3-wrapper .content .more:hover span{color:#C6B8AA;border-bottom:1px solid #C6B8AA;}
.m3 .m3-wrapper .content .more:hover i{color:#C6B8AA;border:1px solid #C6B8AA;}
.m3 .flex-lg-row-reverse .image{float:right;}
.m3 .flex-lg-row-reverse .content{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:75px;text-align:right;align-items:flex-end;}
.m3 .flex-lg-row-reverse .content:before{content:'';position:absolute;left:unset;right:-65px;top:0;height:100%;border-right:1px solid #E2D9CE;}
.m3 .container .m3-wrapper:nth-child(3):before,.m3 .container .m3-wrapper:nth-child(4):before {
    display:none;
}
@media only screen and (max-width:767px){
    .m3 .title{margin-bottom:50px;}
    .m3 .m3-wrapper{margin-bottom:0;padding-bottom:0;}
    .m3 .m3-wrapper .image{width:100%;padding-top:30px;padding-right:30px;}
    .m3 .m3-wrapper .image:before{width:calc(100% - 30px);height:calc(100% - 30px);}
    .m3 .m3-wrapper .image img{height:350px;}
    .m3 .flex-lg-row-reverse .content{text-align:left;align-items:flex-start;}
}
.m3 .m3-wrapper .image,.m3 .m3-wrapper .content{opacity: 0;transform: translateY(40px);transition: opacity 900ms ease, transform 900ms ease;will-change: opacity, transform;}
.m3 .m3-wrapper .content{transition-delay: 150ms;}
.m3 .m3-wrapper .is-visible{opacity: 1;transform: translateY(0);}
@media (prefers-reduced-motion: reduce){
  .m3 .m3-wrapper .image, .m3 .m3-wrapper .content{transition: none;transform: none;opacity: 1;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:160px 0;background:url('../images/m4-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m4 .image{position:relative;}
.m4 .image>.bg{width:calc(100% - 50px);border-radius:50px;height:100%;}
.m4 .image>.text{position:absolute;width:55%;right:0;bottom:75px;border-radius:100px;padding:75px 40px;background:url('../images/m4-text-bg.svg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m4 .image>.text .icon1{}
.m4 .image>.text p{margin:20px 0;font-weight:700;font-size:1.37em;color:#fff;}
.m4 .image>.text .icon2{float:right;clear:both;}
.m4 .content{display:flex;flex-direction:column;justify-content:center;gap:20px;height:100%;}
.m4 .content h2{width:fit-content;font-size:1.81em;color:#58514A;position:relative;font-weight:300;padding:0 25px;text-transform:uppercase;}
.m4 .content h2 a{position:relative;z-index:2;}
.m4 .content h2 .icon{position:absolute;left:0;top:0;width:100%;height:auto;z-index:1;}
.m4 .content .text{color:#908274;font-size:1.12em;font-weight:300;line-height:43px;}
.m4 .content .more{display:flex;width:fit-content;gap:20px;}
.m4 .content .more span{font-weight:700;color:#58514A;line-height:43px;display:inline-block;border-bottom:1px solid #58514A;transition:all .3s ease-in-out;}
.m4 .content .more i{width:43px;height:43px;border:1px solid #58514A;border-radius:50%;line-height:43px;text-align:center;transition:all .3s ease-in-out;}
.m4 .content .more:hover span{color:#C6B8AA;border-bottom:1px solid #C6B8AA;}
.m4 .content .more:hover i{color:#C6B8AA;border:1px solid #C6B8AA;}
@media only screen and (max-width:1199px){
    .m4{padding:100px 0;}
    .m4 .image{margin-bottom:50px;}
    .m4 .image>.text{border-radius:50px;padding:20px;bottom:30px;max-width:75%;}
    .m4 .image>.text p{font-size:.9em;margin:10px 0;font-weight:500;}
    .m4 .image>.text .icon1{max-width:30px;height:auto;}
    .m4 .image>.text .icon2{max-width:30px;height:auto;}
    .m4 .content .text{line-height:35px;}
}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:75px 0;overflow:hidden;position:relative;}
.m5:before{content:'';width:100%;height:50%;position:absolute;bottom:0;left:0;z-index:0;background:url('../images/m5-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m5 .title{margin-bottom:120px;display:flex;flex-direction:row;justify-content:space-between;position:relative;}
.m5 .title h2{width:fit-content;font-size:1.81em;color:#58514A;position:relative;font-weight:300;padding:0 25px;text-transform:uppercase;}
.m5 .title h2 a{position:relative;z-index:2;}
.m5 .title h2 .icon{position:absolute;left:0;top:0;width:100%;height:auto;z-index:1;}
.m5 .title .icon1{position:absolute;right:0;bottom:0;transform:translate(-80%,80%);}
.m5 .title .icon1 img{height:170px;width:auto;}
.m5 .m5-wrapper{width:120%;}
.m5 .swiper-nav{display:flex;flex-direction:row;gap:20px;position:relative;z-index:9;}
.m5 .swiper-nav>div{width:43px;height:43px;border:1px solid #58514A;text-align:center;line-height:43px;border-radius:50%;cursor:pointer;}
.m5 .swiper-nav>div:active{opacity:.5;}
.m5 .swiper-nav>.swiper-h-prev:active{transform:translate(-5px,0);}
.m5 .swiper-nav>.swiper-h-next:active{transform:translate(5px,0);}
.team-1-box{margin-bottom:50px;}
.team-1-box .img{position:relative;}
.team-1-box .img:before{content:'';width:100%;height:60%;position:absolute;bottom:0;left:0;background:linear-gradient(to bottom,transparent,#635C55);border-radius:0 0 50px 50px;z-index:9;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}
.team-1-box:hover .img:before{opacity:0;visibility:hidden;}
.team-1-box .img img{width:100%;border-radius:50px;height:600px;object-fit:cover;filter:grayscale(100%);transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}
.team-1-box:hover .img img{filter:grayscale(0);}
.team-1-box .content{padding-top:40px;}
.team-1-box .content h3{font-size:1.37em;font-weight:700;color:#58514A;text-align:center;}
.team-1-box .content h4{font-size:1.37em;font-weight:200;color:#58514A;text-align:center;margin-bottom:20px;}
.team-1-box .content .social-media{}
.team-1-box .content .social-media>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:10px;justify-content:center;}
.team-1-box .content .social-media>ul>li>a{color:#C6B8AA;font-size:1.5em;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}
.team-1-box .content .social-media>ul>li>a:hover{color:#58514A;}
@media only screen and (max-width:767px){
    .m5 .m5-wrapper{width:100%;}
}
/*--- M6 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m6{padding:75px 0;overflow:hidden;position:relative;width:100%;}
.m6 .title{margin-bottom:120px;}
.m6 .title h2{width:fit-content;font-size:1.81em;color:#58514A;position:relative;font-weight:300;padding:0 25px;text-transform:uppercase;}
.m6 .title h2 a{position:relative;z-index:2;}
.m6 .title h2 .icon{position:absolute;left:0;top:0;width:100%;height:auto;z-index:1;}
.m6 .m6-wrapper{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:50px;padding-right: 5%;}
.m6 .m6-wrapper .m6-body{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px;flex:0 0 105%;}
.m6 .m6-wrapper .m6-body .box{}
.m6 .m6-wrapper .m6-body .box .img img{width:100%;height:310px;object-fit:cover;border-radius:30px 30px 0 0;}
.m6 .m6-wrapper .m6-body .box .content{background:#fff;border-radius:30px 30px 0 0;padding:75px 40px;}
.m6 .m6-wrapper .m6-body .box .content span{display:block;font-size:1.18em;font-weight:700;color:#C6B8AA;margin-bottom:20px;}
.m6 .m6-wrapper .m6-body .box .content h3{position:relative;font-weight:300;font-size:1.63em;color:#908274;line-height:47px;}
.m6 .m6-wrapper .m6-body .box .content h3 a{position:relative;z-index:9;}
.m6 .m6-wrapper .m6-body .box .content h3 .icon{position:absolute;bottom:0;left:0;width:100%;height:auto;}
.m6 .m6-wrapper .m6-more{display:flex;flex-direction:row;justify-content:center;}
.m6 .m6-wrapper .m6-more a{display:block;}
.m6 .m6-wrapper .m6-more a i{display:block;width:103px;height:103px;left:0;right:0;margin:0 auto 20px auto;font-size:2em;border-radius:50%;line-height:103px;text-align:center;color:#58514A;border:1px solid #58514A;}
.m6 .m6-wrapper .m6-more a strong{display:block;text-align:center;color:#58514A;font-weight:700;font-size:1.5em;}
@media only screen and (max-width:767px){
    .m6 .title{margin-bottom:50px;}
    .m6 .m6-wrapper{padding-right: 0;flex-direction:column;justify-content:unset;padding:0 15px;}
    .m6 .m6-wrapper .m6-body{grid-template-columns: 1fr;flex: 0 0 100%;}
    .m6 .m6-wrapper .m6-body .box{}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m6 .m6-wrapper .m6-body{grid-template-columns:repeat(2, 1fr);flex:1;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m6 .m6-wrapper .m6-body{grid-template-columns:repeat(2, 1fr);flex:1;}
}
/*--- M7 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m7{padding:50px 0;width:100%;position:relative;}
.m7:before{content:'';width:100%;height:200%;position:absolute;left:0;bottom:0;z-index:-1;background:url('../images/m7-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m7 .faqs-wrapper{display:flex;flex-direction:row;gap:40px;width:100% !important;height:fit-content !important;overflow:hidden;}
.m7 .faqs-wrapper .faqs-left{flex:1;overflow:hidden;}
.m7 .faqs-wrapper .faqs-left .title{margin-bottom:50px;position:relative;border-bottom:1px solid #58595B;padding:40px 0;}
.m7 .faqs-wrapper .faqs-left .title:before{content:'';width:26px;height:26px;background:#58595B;position:absolute;bottom:0;right:0;transform:rotate(45deg) translate(75%,0%);}
.m7 .faqs-wrapper .faqs-left h2{width:fit-content;font-size:1.81em;color:#58514A;position:relative;font-weight:300;padding:0 25px;text-transform:uppercase;}
.m7 .faqs-wrapper .faqs-left h2 a{position:relative;z-index:2;}
.m7 .faqs-wrapper .faqs-left h2 .icon{position:absolute;left:0;top:0;width:100%;height:auto;z-index:1;}
.m7 .faqs-wrapper .faqs-left .faqs-list{position:relative;height:400px;width:100%;min-height:100px;position:relative;overflow:hidden;}
.m7 .faqs-wrapper .faqs-left .faqs-list:before{content:'';width:37px;height:37px;background:url('../images/tirnak-ust.svg') no-repeat center center;background-size:contain;-webkit-background-size:contain;-o-background-size:contain;-moz-background-size:contain;position:absolute;left:0;top:0;}
.m7 .faqs-wrapper .faqs-left .faqs-list .swiper{width:100% !important;height:100%;}
.m7 .faqs-wrapper .faqs-left .faqs-list .swiper .swiper-slide{width:100%;height:100%;position:relative;padding-right:15%;max-width:100%;overflow:hidden;}
.m7 .faqs-wrapper .faqs-left .faqs-list .swiper .swiper-slide:before{content:'';width:40px;height:40px;position:absolute;left:0;top:0;font-size:5em;color:#58595B;text-align:center;background:url('../images/faq-icon.svg') no-repeat center center;background-size:contain;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;}
.m7 .faqs-wrapper .faqs-left .faqs-list .swiper .swiper-slide h3{font-size:2.81em;font-weight:700;margin-bottom:30px;color:#58514A;margin-left:75px;}
.m7 .faqs-wrapper .faqs-left .faqs-list .swiper .swiper-slide p{font-size:1.18em;color:#908274;width:75%;line-height:43px;font-weight:300;}
.m7 .faqs-wrapper .faqs-right{flex-basis:0;width:100px;height:405px;padding-top:40px;}
.m7 .faqs-wrapper .faqs-right img{background:#E2D9CE;width:100px;height:100px;border-radius:50%;}
.m7 .faqs-wrapper .faqs-right .swiper{width:100px;height:100%;}
.m7 .faqs-wrapper .faqs-right .swiper .swiper-slide{height:100px;opacity:.5;}
.m7 .faqs-wrapper .faqs-right .swiper .swiper-slide-active{opacity:1;}
.m7 .faqs-wrapper .faqs-right .swiper .swiper-slide img{width:100%;height:auto;}
@media only screen and (max-width:767px){
    .m7 .faqs-wrapper{gap:10px;}
    .m7 .faqs-wrapper .faqs-left .faqs-list{height:450px;}
    .m7 .faqs-wrapper .faqs-left .faqs-list .swiper .swiper-slide{padding-right:0;}
    .m7 .faqs-wrapper .faqs-left .faqs-list .swiper .swiper-slide:before{width:30px;height:30px;}
    .m7 .faqs-wrapper .faqs-left .faqs-list .swiper .swiper-slide h3{font-size:1.6em;margin-left:50px;}
    .m7 .faqs-wrapper .faqs-left .faqs-list .swiper .swiper-slide p{font-size:1em;line-height:30px;width:100%;}
    .m7 .faqs-wrapper .faqs-right{width:75px;height:405px;padding-top:80px;}
    .m7 .faqs-wrapper .faqs-right img{width:75px !important;height:75px !important;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m7 .faqs-wrapper .faqs-left .faqs-list .swiper .swiper-slide p{width:100%;}    
}
/*--- M7 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m8{padding:75px 0;overflow:hidden;position:relative;width:100%;}
.m8 .title{margin-bottom:120px;}
.m8 .title h2{width:fit-content;font-size:1.81em;color:#58514A;position:relative;font-weight:300;padding:0 25px;text-transform:uppercase;margin-bottom:20px;}
.m8 .title h2 a{position:relative;z-index:2;}
.m8 .title h2 .icon{position:absolute;left:0;top:0;width:100%;height:auto;z-index:1;}
.m8 .title p{font-size:1.37em;color:#908274;width:40%;}
.m8 .m8-body{position:relative;}
.m8 .m8-body:before{content:'';width:100%;height:50px;background:#fff;position:absolute;left:0;bottom:0;z-index:999999;}
.m8 .uri{}
.m8 .uri a{display:flex;color:#908274;font-size:1.18em;align-items:center;gap:10px;justify-content:center;}
.m8 .uri a>i{font-size:1.5em;}
@media only screen and (max-width:767px){
    .m8 .title p{width:100%;}
}
@media only screen and (min-width: 1140px){
    .no-scroll {
        overflow: hidden;
    }
}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:225px 0 75px 0;overflow:hidden;background:url('../images/footer-bg.jpg') no-repeat top center;background-size:cover;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;}
footer .f-left{position:relative;padding-top:75px;}
footer .f-left:before{content:'';border-right:1px solid #E2D9CE;height:300%;position:absolute;right:0;top:-255px;}
footer .f-left:after{content:'';width:200%;position:absolute;top:0;right:0;border-top:1px solid #E2D9CE;}
footer .f-left h3{font-size:1em;font-weight:700;color:#58514A;}
footer .f-left ul{list-style:none;margin:0;padding:0;margin-bottom:30px;}
footer .f-left ul>li>a{font-size:1.25em;font-weight:200;color:#58514A;line-height:32px;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;}
footer .f-left ul>li>a:hover{color:#C6B9AA;}
footer .f-right{}
footer .f-right .f-right-top{margin-bottom:75px;padding:0 10%;}
footer .f-right .f-right-top h3{font-size:3.12em;color:#908274;font-weight:200;position:relative;width:fit-content;}
footer .f-right .f-right-top h3 span{position:relative;z-index:9;}
footer .f-right .f-right-top h3 .icon{position:absolute;right:-10%;bottom:0;max-width:55%;height:auto;}
footer .f-right .f-right-center{margin-bottom:75px;padding:0 10%;}
footer .f-right .f-right-center .f-flex{display:flex;flex-direction:row;}
footer .f-right .f-right-center .f-flex>div{max-width:50%;flex:0 0 50%;}
footer .f-right .f-right-center .f-flex .f-flex-left a{display:block;font-size:2.5em;color:#58514A;font-weight:200;line-height:1.6em;}
footer .f-right .f-right-center .f-flex .f-flex-right{display:flex;flex-direction:row;gap:20px;}
footer .f-right .f-right-center .f-flex .f-flex-right .whatsapp-btn{background:#fff;width:120px;border-radius:20px;min-height:120px;}
footer .f-right .f-right-center .f-flex .f-flex-right .whatsapp-btn a{color:#C6B8AA;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;gap:20px;}
footer .f-right .f-right-center .f-flex .f-flex-right .whatsapp-btn i{font-size:2em;}
footer .f-right .f-right-center .f-flex .f-flex-right .whatsapp-btn span{font-weight:200;}
footer .f-right .f-right-center .f-flex .f-flex-right .social-media{background:#fff;border-radius:20px;flex-grow:1;}
footer .f-right .f-right-center .f-flex .f-flex-right .social-media>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:0;justify-content:space-evenly;align-items:center;height:100%;}
footer .f-right .f-right-center .f-flex .f-flex-right .social-media>ul>li>a{color:#C6B9AA;display:block;font-size:1.7em;}
footer .f-right .f-right-bottom{padding:75px 0;position:relative;}
footer .f-right .f-right-bottom:before{content:'';width:150%;height:1px;position:absolute;top:0;left:-25px;background:#E2D9CE;}
footer .f-right .f-right-bottom:after{content:'';width:150%;height:1px;position:absolute;bottom:0;left:-25px;background:#E2D9CE;}
footer .f-right .f-right-bottom .f-flex{display:flex;flex-direction:row;align-items:center;}
footer .f-right .f-right-bottom .f-flex .working-hours{max-width:50%;flex:0 0 50%;padding:0 10%;}
footer .f-right .f-right-bottom .f-flex .working-hours h3{font-size:1.37em;font-weight:700;color:#58514A;margin-bottom:20px;}
footer .f-right .f-right-bottom .f-flex .working-hours p{font-size:1.68em;color:#58514A;margin:0;font-weight:300;}
footer .f-right .f-right-bottom .f-flex .meeting{max-width:50%;flex:0 0 50%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;position:relative;}
footer .f-right .f-right-bottom .f-flex .meeting:before{content:'';width:1px;height:calc(100% + 174px);position:absolute;left:0;top:-86px;background:#E2D9CE;}
footer .f-right .f-right-bottom .f-flex .meeting a{display:flex;flex-direction:column;justify-content:center;align-items:center;}
footer .f-right .f-right-bottom .f-flex .meeting a>img{position:relative;z-index:9;}
footer .f-right .f-right-bottom .f-flex .meeting a>span{position:relative;width:fit-content;}
footer .f-right .f-right-bottom .f-flex .meeting a>span>span{position:relative;z-index:9;text-align:center;font-size:1.56em;color:#908274;display:block;font-weight:200;line-height:50px;}
footer .f-right .f-right-bottom .f-flex .meeting a>span>.icon{position:absolute;bottom:0;left:-10%;width:120%;height:auto;}
footer .swa{margin-bottom:50px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;}
@media only screen and (max-width:767px){
    footer .f-left h3{text-align:center;}
    footer .f-left ul>li>a{display:block;text-align:center;}
    footer .f-left:before{display:none;}
    footer .f-right .f-right-top{padding:0;}
    footer .f-right .f-right-center{padding:0;}
    footer .f-right .f-right-top h3{text-align:center;}
    footer .f-right .f-right-top h3 .icon{left:0;right:0;margin:0 auto;}
    footer .f-right .f-right-center .f-flex{flex-direction:column;}
    footer .f-right .f-right-center .f-flex>div{max-width:100%;flex:0 0 100%;}
    footer .f-right .f-right-center .f-flex .f-flex-left{margin-bottom:30px;}
    footer .f-right .f-right-center .f-flex .f-flex-left a{font-size:2em;text-align:center;}
    footer .f-right .f-right-bottom .f-flex{flex-direction:column;gap:40px;}
    footer .f-right .f-right-bottom .f-flex .working-hours{max-width:100%;flex:0 0 100%;padding:0 15px;text-align:center;}
    footer .f-right .f-right-bottom .f-flex .meeting{max-width:100%;flex:0 0 100%;}
    footer .f-right .f-right-bottom .f-flex .meeting:before{display:none;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    footer .f-right .f-right-top{padding:0;}
    footer .f-right .f-right-center{padding:0;}
    footer .f-right .f-right-bottom .f-flex .working-hours{padding:0;}
    footer .f-right .f-right-bottom .f-flex .meeting{justify-content:center;align-items:center;}
    footer .f-left:before{display:none;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    footer .f-right .f-right-center .f-flex .f-flex-left a{font-size:1.7em;}
    footer .f-right .f-right-bottom .f-flex .working-hours p{font-size:1.2em;}
}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page{position:relative;min-height:100vh;background:url('../images/page-bg.jpg') no-repeat top center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.page .page-head{padding:220px 0 35px 0;}
.page .page-head h1{text-align:center;font-size:7em;color:#908274;font-weight:200;}
.page .page-head p{display:none;}
.page .page-head .breadcrumb{font-size:1.12em;justify-content:center;color:#908274;}
.page .page-head .breadcrumb .active{font-weight:700;}
.page .page-cover{display:flex;flex-direction:row;}
.page .page-cover .line{max-width:15%;flex:0 0 15%;display:flex;flex-direction:column;align-items:center;padding-top:50px;}
.page .page-cover .line>div{position:relative;height:100%;}
.page .page-cover .line>div>span{writing-mode:vertical-lr;transform:rotate(180deg);padding:20px 0;color:#908274;}
.page .page-cover .line>div:before{content:'';width:1px;height:calc(100% - 172px);background:#707070;position:absolute;left:0;right:0;margin:0 auto;bottom:0;}
.page .page-cover .line>div:after{content:'';width:150%;left:50%;height:1px;bottom:0;background:#707070;position:absolute;}
.page .page-cover .image{max-width:85%;flex:0 0 85%;}
.page .page-cover .image img{width:100%;height:790px;object-fit:cover;border-radius:110px 0 0 0;object-position:top;}
.page .page-body{padding:50px 0 20px 0;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}
@media only screen and (max-width:767px){
    .page .page-head h1{font-size:3em;}
    .page .page-head .breadcrumb{font-size:1em;}
    .page .page-cover .image img{height:250px;}
}
/*--- corporate ---------------------------------------------------------*/
.corporate-page .corporate-content{padding:50px 0;}
.corporate-page .corporate-content h2{font-size:2.5em;color:#908274;font-weight:300;text-align:center;margin-bottom:65px;}
.corporate-page .corporate-content h2 span{position:relative;z-index:9;}
.corporate-page .corporate-content h2>*{position:relative;z-index:9;}
.corporate-page .corporate-content h2 strong{position:relative;display:inline-block;width:fit-content;font-weight:700;}
.corporate-page .corporate-content h2 strong .icon{position:absolute;bottom:0;right:-5%;width:110%;height:auto;z-index:0;}
.corporate-page .corporate-content .text{font-size:1.12em;color:#908274;text-align:center;}
.corporate-page .m3 .container .m3-wrapper:nth-child(2):before{
    display:none;
}
.tedavilerimiz-page .m3 .title{display:none;}
/*--- 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;}
.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);display:none;}