@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:1200px){
    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;}

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

header{position:absolute;top:0;left:0;width:100%;z-index:99;}
header .container{display:flex;flex-direction:row;justify-content:space-between;}
header .logo{background:#000;padding:35px 30px;border-radius:0 0 68px 68px;}
header .logo img{max-width:100%;height:auto;}
header .menu{padding-top:90px;max-width:calc(100% - 330px);flex:0 0 calc(100% - 330px);}
header .menu .menu-bar{display:none;}
header .menu>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;justify-content:space-between;}
header .menu>ul>li>a{display:block;color:#fff;font-weight:200;text-transform:uppercase;}
@media only screen and (max-width:767px){
    header .container{display:block;flex-direction:unset;justify-content:unset;}
    header .logo{display:block;width:fit-content;margin:0 auto;padding:15px 10px;margin-bottom:20px;}
    header .logo img{max-width:100%;height:auto;}
    header .menu{padding-top:0;max-width:100%;flex:0 0 100%;position:relative;}
    header .menu .menu-bar{display:block;padding:10px;background:#fff;}
    header .menu>ul{padding:10px;display:none;flex-direction:unset;justify-content:unset;position:absolute;left:0;width:100%;background:rgba(0, 0, 0, .9);}
    header .menu>ul>li{border-bottom:1px solid #444;}
    header .menu>ul>li:last-child{border:0;}
    header .menu>ul>li>a{padding:10px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    header .logo{width:25%;padding:15px 10px;}
    header .menu{max-width:calc(100% - 25%);flex:0 0 calc(100% - 25%);padding-left:20px;}
    header .menu>ul{justify-content:space-between;}
}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{overflow:hidden;}
.slider .swiper-slide>img{width:100%;height:auto;min-height:100vh;object-fit:cover;}
.slider .swiper-slide .text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;}
.slider .swiper-slide .text h2{font-size:5.06em;color:#fff;font-weight:100;line-height:1.4em;width:50%;transform:translate(30px,0);opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-oout;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.slider .swiper-slide-active .text h2{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.3s;}
.slider .swiper-slide .text h2>strong{display:block;font-weight:700;}
.slider .swiper-slide .text p{font-size:1.75em;color:#fff;width:50%;transform:translate(30px,0);opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-oout;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.slider .swiper-slide-active .text p{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.6s;}
.slider .swiper-nav{position:absolute;bottom:15%;z-index:99;width:100%;}
.slider .swiper-nav .container{display:flex;flex-direction:row;gap:20px;}
.slider .swiper-nav .container .swiper-slider-prev:active{opacity:.5;transform:translate(-5px,0);}
.slider .swiper-nav .container .swiper-slider-next:active{opacity:.5;transform:translate(5px,0);}
@keyframes leftToRight{
    0%{
        object-position: left;
    }
    100%{
        object-position: right;
    }
}
@media only screen and (max-width:767px){
    .slider .swiper-slide-active img{animation: leftToRight 10s infinite linear;}
    .slider .swiper-slide .text{padding-top:175px;}
    .slider .swiper-slide .text h2{width:75%;font-size:3em;}
    .slider .swiper-slide .text p{width:75%;font-size:1.2em;}
}
@media only screen and (min-width:768px) and (max-width:991px){

}
@media only screen and (min-width:992px) and (max-width:1200px){
    .slider .swiper-slide img{min-height:150vh;}
    .slider .swiper-slide .text h2{font-size:4em;}
    .slider .swiper-slide .text p{font-size:1.4em;}
}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:160px 0;overflow:hidden; background:url('../images/m1-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
.m1 .box{margin-bottom:50px;}
.m1 .box h2{font-size:2.18em;font-weight:200;text-align:center;text-transform:uppercase;margin-bottom:40px;letter-spacing: 0px;}
.m1 .box h2>a{color:#D19E40;}
.m1 .box .text{color:#AAAAAA;font-size:1.31em;text-align:center;}
.m1 .box .b-bottom{padding:0 30px;padding:20px 30px;width:fit-content;display:block;margin:0 auto;position:relative;}
.m1 .box .b-bottom:before{content:'';width:100%;height:1px;background:#ffffff;position:absolute;bottom:0;left:0;}
.m1 .box .b-bottom:after{content:'';width:56px;height:7px;background:#D19E40;position:absolute;bottom:-4px;left:55%;border-radius:4px;}
.m1 .box .b-bottom p{font-size:1.25em;color:#AAAAAA;text-align:center;}
.m1 .box .b-bottom strong{color:#ffffff;font-size:1.37em;text-align:center;display:block;}
.m1 .box-2{margin-bottom:50px;}
.m1 .box-2 h3{font-size:2.18em;color:#D19E40;font-weight:200;text-align:center;text-transform:uppercase;margin-bottom:40px;letter-spacing: 0px;}
.m1 .box-2 .box-item{margin-bottom:40px;}
.m1 .box-2 .box-item h4{font-size:1.31em;color:#fff;line-height:1.2em;min-height:2.4em;margin-bottom:20px;padding-right:20%;}
.m1 .box-2 .box-item p{font-size:1em;color:#fff;}
.m1 .all a{display:block;width:fit-content;border-radius:28px;line-height:37px;padding:0 30px;color:#fff;border:1px solid #fff;font-size:.9em;margin:0 auto;}
@media only screen and (max-width:767px){
    .m1 .box-2 .box-item h4{min-height:unset;margin-bottom:10px;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{display:flex;flex-direction:row;overflow:hidden;}
.m2 .m2-left{max-width:65%;flex:0 0 65%;}
.m2 .m2-left video{width:100%;height:845px;object-fit:cover;vertical-align:middle;}
.m2 .m2-right{max-width:35%;flex:0 0 35%;background:#EDEDED;}
.m2 .m2-right .box{display:flex;flex-direction:column;height:100%;gap:30px;justify-content:center;padding:60px;}
.m2 .m2-right .box img{display:block;margin:0 auto;max-width:100%;height:auto;}
.m2 .m2-right .box h3{font-size:2.93em;color:#000000;font-weight:600;width:fit-content;padding:20px 35px;text-align:center;position:relative;margin:0 20px;}
.m2 .m2-right .box h3:before{content:'';width:80%;height:1px;background:#272727;position:absolute;bottom:0;left:0;right:0;margin:0 auto;}
.m2 .m2-right .box h3:after{content:'';width:56px;height:7px;background:#272727;position:absolute;bottom:-3px;left:0;right:0;margin:0 auto;border-radius:4px;}
.m2 .m2-right .box p{font-size:1.68em;color:#707070;text-align:center;}
.m2 .m2-right .box strong{display:block;text-align:center;font-size:1.68em;font-style:italic;color:#000;}
.m2 .m2-right .box .more{display:block;width:fit-content;margin:0 auto;background:#fff;line-height:55px;background:#fff;padding:0 80px;border-radius:28px;font-size:1.43em;color:#000;}
@media only screen and (max-width:767px){
    .m2{flex-direction:column;}
    .m2 .m2-left{max-width:100%;flex:0 0 100%;}
    .m2 .m2-left video{height:450px;}
    .m2 .m2-right{max-width:100%;flex:0 0 100%;}

    .m2 .m2-right .box{font-size:11px;}
    .m2 .m2-right .box h3{padding:20px 0;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m2 .m2-left{max-width:60%;flex:0 0 60%;}
    .m2 .m2-left video{height:700px;}
    .m2 .m2-right .box{font-size:11px;}
    .m2 .m2-right{max-width:40%;flex:0 0 40%;}
}
@media only screen and (min-width:1200px) and (max-width:1400px){
    .m2 .m2-left{max-width:60%;flex:0 0 60%;}
    .m2 .m2-left video{height:700px;}
    .m2 .m2-right .box{font-size:11px;}
    .m2 .m2-right{max-width:40%;flex:0 0 40%;}
}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:90px 0;background:#EDEDED;overflow:hidden;overflow:hidden;}
.m3 .m3-list{margin-bottom:50px;}
.m3 .m3-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:75px;position:relative;}
.m3 .m3-list ul:before{content:'';width:100%;height:1px;background:#D19E40;position:absolute;left:48%;top:calc(50%);}
.m3 .m3-list ul:after{content:'';width:56px;height:7px;background:#D19E40;position:absolute;left:55%;top:calc(50% - 3px);border-radius:4px;}
.m3 .m3-list ul>li>button{background:unset;border:0;font-size:1.31em;}
.m3 .m3-list ul>li>.active{font-weight:900;}
.m3 .proje-ozellikleri{}
.m3 .proje-ozellikleri p{font-size:1.18em;font-weight:600;margin-bottom:30px;}
.m3 .proje-ozellikleri ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:30px;}
.m3 .proje-ozellikleri ul>li{max-width:33.33%;flex:0 0 33.33%;display:flex;flex-direction:row;align-items:center;margin-bottom:20px;gap:10px;}
.m3 .galeri{}
.m3 .galeri p{font-size:1.18em;color:#000000;font-weight:600;margin-bottom:50px;text-align:center;}
.m3 .galeri ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;}
.m3 .galeri ul>li{max-width:33.33%;flex:0 0 33.33%;padding:0 15px;margin-bottom:30px;}
.m3 .galeri ul>li img{width:100%;height:290px;object-fit:cover;}
.m3 .m3-list-body{position:relative;}
.m3 .m3-list-body .m3-list-body-item{position:absolute;top:0;left:0;opacity:0;visibility:hidden;}
.m3 .m3-list-body .m3-list-body-item-active{position:relative !important;opacity:1 !important;visibility:visible !important;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;}
.m3 .lokasyon{display:flex;flex-direction:row;}
.m3 .lokasyon .l-left{max-width:40%;flex:0 0 40%;padding-right:100px;}
.m3 .lokasyon .l-left p{font-size:1.18em;font-weight:600;display:flex;flex-direction:column;gap:50px;margin-bottom:30px;}
.m3 .lokasyon .l-left ul{list-style:none;margin:0;padding:0;margin-bottom:30px;}
.m3 .lokasyon .l-left ul>li{margin-bottom:20px;display:flex;flex-direction:row;align-items:center;gap:15px;}
.m3 .lokasyon .l-left ul>li:before{content:'';width:15px;height:15px;line-height:30px;text-align:center;background:url('../images/check-icon.svg') no-repeat center center;background-size:contain;-webkit-background-size:contain;-o-background-size:contain;-moz-background-size:contain;}
.m3 .lokasyon .l-left .map-btn{display:block;width:fit-content;border:1px solid #272727;border-radius:28px;line-height:55px;padding:0 30px;background:#fff;font-size:.9em;}
.m3 .lokasyon .l-left .map-btn>i{color:#D19E40;}
.m3 .lokasyon .l-right{max-width:60%;flex:0 0 60%;}
.m3 .lokasyon .l-right iframe{width:100% !important;height:100% !important;object-fit:cover;}
.m3 .m3-list-body .proje-ozellikleri ul>li, .m3 .m3-list-body .lokasyon ul>li{display:flex;flex-direction:row;gap:20px;align-items:center;}
.m3 .m3-list-body .proje-ozellikleri ul>li:before, .m3 .m3-list-body .lokasyon ul>li:before{content:'';width:15px;height:15px;background:url('../images/check-icon.svg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
@media only screen and (max-width:767px){
    .m3{pading:0;}
    .m3 .m3-list{}
    .m3 .m3-list ul{gap:unset;justify-content:space-between;}
    .m3 .m3-list ul:before{display:none;}
    .m3 .m3-list ul:after{display:none;}
    .m3 .proje-ozellikleri ul>li{max-width:100%;flex:0 0 100%;}
    .m3 .galeri ul>li{max-width:50%;flex:0 0 50%;}
    .m3 .lokasyon{flex-direction:column;}
    .m3 .lokasyon .l-left{max-width:100%;flex:0 0 100%;margin-bottom:30px;padding-right:0;}
    .m3 .lokasyon .l-right{max-width:100%;flex:0 0 100%;}
    .m3 .lokasyon .l-right iframe{height:350px !important;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:90px 0;background:#EDEDED;overflow:hidden;}
.m4 .title{font-size:2.18em;color:#D19E40;font-weight:200;margin-bottom:30px;text-transform:uppercase;}
.m4 .m4-body{display:flex;flex-direction:row;background:#fff;border-radius:55px;overflow:hidden;margin-bottom:90px;}
.m4 .m4-body .image{max-width:50%;flex:0 0 50%;}
.m4 .m4-body .image img{width:100%;height:auto;aspect-ratio:1/0.9;border-radius:0 55px 55px 0;}
.m4 .m4-body .content{max-width:50%;flex:0 0 50%;display:flex;flex-direction:column;padding:40px;gap:40px;justify-content:center;position:relative;}
.m4 .m4-body .content h3{font-size:1.87em;font-weight:700;position:relative;line-height:1.5em;}
.m4 .m4-body .content h3:before{content:'';width:65%;border-bottom:1px solid #707070;position:absolute;bottom:-20px;left:0;}
.m4 .m4-body .content h3>a{color:#272727;}
.m4 .m4-body .content p{color:#707070;font-size:1.06em;}
.m4 .m4-body .content .more{position:absolute;bottom:40px;right:40px;}
.m4 .m4-foot{display:flex;flex-direction:row;margin-bottom:40px;}
.m4 .m4-foot>div{flex:0 0 50%;max-width:50%;display:flex;flex-direction:row;gap:30px;padding:0 50px;}
.m4 .m4-foot>div:first-child{border-right:3px solid #707070;}
.m4 .m4-foot>div .img{width:105px;height:105px;border-radius:50%;}
.m4 .m4-foot>div .img img{width:105px;height:105px;object-fit:cover;border-radius:50%;}
.m4 .m4-foot>div .text h3{font-size:1.43em;font-weight:700;}
.m4 .m4-foot>.before{}
.m4 .m4-foot>.before h3{text-align:right;}
.m4 .m4-foot>.before .more img{transform:scaleX(-1);}
.m4 .m4-foot>.after .more{display:block;text-align:right;}
.m4 .all a{display:block;width:fit-content;border:1px solid #272727;border-radius:28px;line-height:40px;padding:0 20px;margin:0 auto;}
@media only screen and (max-width:767px){
    .m4 .m4-body{flex-direction:column;}
    .m4 .m4-foot>div{flex:0 0 100%;max-width:100%;margin-bottom:30px;padding:0;}
    .m4 .m4-foot>div:first-child{border:0;}
    .m4 .m4-body .image{max-width:100%;flex:0 0 100%;}
    .m4 .m4-body .image img{border-radius:0 0 55px 55px;}
    .m4 .m4-body .content{max-width:100%;flex:0 0 100%;}
    .m4 .m4-foot{flex-direction:column;}
}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:80px 0;background:url('../images/m5-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
.m5 .m5-body{position:relative;}
.m5 .m5-body:before{content:'';width:25%;height:calc(100% - 80px);border-top:1px solid #fff;border-right:1px solid #fff;position:absolute;right:0;top:40px;}
.m5 .m5-body:after{content:'';width:80%;height:1px;border-top:1px solid #fff;border-right:1px solid #fff;position:absolute;right:0;bottom:40px;}
.m5 .m5-body h3{font-size:3.68em;font-weight:700;color:#fff;margin-bottom:30px;}
.m5 .m5-body .form .form-group label{display:none;}
.m5 .m5-body .form .form-group .form-control{background:rgba(255,255,255,.3) !important;border:0;border-radius:50px;color:#fff;}
.m5 .m5-body .form .form-group .form-control::placeholder{color:#fff !important;}
.m5 .m5-body .form .security-group label{display:none;}
.m5 .m5-body .form .security-group input{background:rgba(255,255,255,.3) !important;border:0;border-radius:50px;color:#fff;}
.m5 .m5-body .form .security-group input:placeholder{color:#fff !important;}
.m5 .m5-body .form .form-checkbox-group{color:#fff;}
.m5 .m5-body .form textarea{padding:15px;}
.m5 .m5-body .form .btn{background:#fff;border-radius:50px;padding:0 40px;color:#000;line-height:40px;}
.m5 .m5-body .bg{position:absolute;bottom:-80px;right:0;z-index:9;}
@media only screen and (max-width:767px){
    .m5 .m5-body .bg{max-width:42%;}
}
/*--- M6 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m6{background:#EDEDED;padding:80px 0;}
.m6 .title{margin-bottom:40px;}
.m6 .title h2{font-size:2.18em;color:#D19E40;font-weight:200;margin-bottom:15px;text-transform:uppercase;text-align:center;}
.m6 .title p{text-align:center;color:#272727;font-size:1.06em;}
.m6 .m6-body img{width:100%;height:auto;}
.projects-page .box{border-radius:13px;overflow:hidden;position:relative;margin-bottom:30px;}
.projects-page .box img{width:100%;height:560px;object-fit:cover;border-radius:13px;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;}
.projects-page .box:hover img{transform:scale(1.1);}
.projects-page .box span{position:absolute;width:260px;line-height:51px;text-align:center;border-radius:14px;background:#fff;left:0;right:0;margin:0 auto;bottom:30px;z-index:99;}
.projects-page .box .img-filter{filter:grayscale(100%);}
.projects-page .box:hover .img-filter{filter:grayscale(0);}
.project-page{background:#EDEDED;}
.project-page .page-cover{border-radius:13px;overflow:hidden;margin-bottom:50px;}
.project-page .page-cover img{width:100%;height:auto;aspect-ratio: 1/1;}
.project-page .page-content{font-size:1.68em;color:#707070;margin-bottom:50px;}
.project-page .page-content .buttons{display:flex;flex-direction:column;margin-top:30px;gap:20px;font-size:16px;}
.project-page .page-content .buttons a{display:flex;flex-direction:row;align-items:center;border:1px solid #272727;background:#fff;padding:0 10px;width:195px;line-height:55px;border-radius:28px;font-size:.75em;gap:10px;}
.project-page .page-content .buttons a i{width:26px;height:26px;font-size:1.5em;line-height:26px;text-align:center;}
.project-page .page-content .buttons a:first-child i{color:#D19E40;}
.project-page .page-content .buttons a:last-child i{color:#fff;border-radius:50%;background:#37a71b;}
.project-page .page-gallery{margin-bottom:50px;}
.project-page .page-gallery .title{margin-bottom:30px;text-align:center;}
.project-page .page-gallery .title h2{font-size:2.18em;font-weight:200;color:#D19E40;text-transform:uppercase;}
.project-page .page-gallery .gallery-box{margin-bottom:30px;position:relative;overflow:hidden;}
.project-page .page-gallery .gallery-box img{width:100%;height:295px;object-fit:cover;}
.project-page .page-gallery .gallery-box .content{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, .4);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;opacity:0;visibility:hidden;top:-100%;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.project-page .page-gallery .gallery-box:hover .content{top:0;opacity:1;visibility:visible;}
.project-page .page-gallery .gallery-box .content h3{margin:0;}
.project-page .page-gallery .gallery-box .content p{margin:0;}
.project-page .kat-plani{margin-bottom:50px;}
.project-page .kat-plani h2{font-size:2.18em;font-weight:200;color:#D19E40;text-transform:uppercase;margin-bottom:30px;text-align:center;}
.project-page .kat-plani img{width:100%;height:auto;}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:100px 0;overflow:hidden;background:url('../images/footer-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;}
footer .f-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:40px;}
footer .f-top p{font-size:1.62em;color:#fff;font-weight:700;max-width:45%;flex:0 0 45%;}
footer .f-top a{display:block;width:fit-content;border:1px solid #fff;line-height:37px;padding:0 30px;border-radius:28px;color:#fff;text-transform:uppercase;}
footer .box{position:relative;margin-bottom:50px;padding-top:40px;}
footer .box:before{content:'';width:100%;height:1px;background:#D19E40;position:absolute;top:0;left:0;}
footer .box:after{content:'';width:56px;height:7px;background:#D19E40;position:absolute;top:-3px;right:65px;border-radius:4px;}
footer .row .col-lg-4:nth-child(2) .box:after{left:0;right:0;margin:0 auto;}
footer .row .col-lg-4:nth-child(3) .box:after{right:unset;left:65px;}
footer .box h3{font-weight:200;color:#fff;margin-bottom:30px;text-transform:uppercase;}
footer .box p{color:#fff;font-size:0.87em;width:80%;}
footer .box ul{list-style:none;margin:0;padding:0;}
footer .box ul>li{margin-bottom:10px;}
footer .box ul>li>i{display:none;}
footer .box ul>li>a{font-size:1.06em;color:#fff;display:flex;flex-direction:row;gap:10px;align-items:center;}
footer .box ul>li>span{font-size:1.06em;color:#fff;}
footer .box ul>li>a>img{filter: brightness(0) invert(1) opacity(0.8);width:17px;height:17px;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;color:#fff;}
footer .swa{margin-bottom:50px;text-align:center;color:#fff;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;filter:invert(100%);}
footer .contracts{margin-bottom:50px;display:flex;flex-wrap:wrap;justify-content:center;}
footer .contracts a{display:inline-block;padding:0 10px;font-size:.8em;margin:0 0 5px 0;color:#fff;}
.text-uppercase{text-transform:uppercase;}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:300px 0 50px 0;background:url('../images/cover.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.page .page-head h1{font-size:3.31em;font-weight:100;margin-bottom:25px;color:#fff;text-align:center;text-transform:uppercase;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;text-align:center;color:#fff;}
.page .page-head .breadcrumb{font-size:1.12em;text-transform:uppercase;justify-content:center;}
.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;}
.page .page-head .title nav ol li{color:#fff;}
.page .page-head .title nav ol li a{color:#fff;}
.page .page-head .title .breadcrumb-item+.breadcrumb-item::before{color:#fff;}
/*--- 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);}