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

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

/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{border-top:50px solid #408A89;padding:20px 0 0 0;position:absolute;top:0;left:0;width:100%;z-index:9;}
header:before{content:'';width:100%;height:100%;background:#fff;border-radius:0 0 50px 50px;position:absolute;top:0;left:0;}
header .container{display:grid;grid-template-columns: 300px 1fr;gap:50px;align-items:center;position:relative;z-index:9;}
header .logo{margin-bottom:20px;}

header .menu .menu-bar{display:none;cursor:pointer;}
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;font-size:1.12em;color:#000000;border-left:2px solid #000000;padding-left:5px;}

@media only screen and (max-width: 767px){
    header .container{display:block;grid-template-columns:unset;gap:unset;align-items:unset;}
    header .logo{text-align:center;}
    header .menu{position:relative;margin-bottom:30px;}
    header .menu .menu-bar{display:block;background:#408A89;color:#fff;padding:10px;border-radius:5px;}
    header .menu ul{position:absolute;left:0;width:100%;flex-direction:column;justify-content:unset;background:rgba(0, 0, 0, .9);padding:10px;display:none;}
    header .menu ul>li>a{padding:10px;color:#fff;border-bottom:1px solid #333;}
    header .menu ul>li:last-child>a{border:0;}
}

/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{position:relative;}


.slider .swiper-slide{position:relative;}
.slider .swiper-slide:before{content:'';width:100%;height:100%;z-index:2;position:absolute;top:0;left:0;background: transparent linear-gradient(271deg, #5AA56600 0%, #165554 100%) 0% 0% no-repeat padding-box;mix-blend-mode: multiply;}

.slider .bg{width:100%;height:auto;position:relative;z-index:1;}

.slider .text{position:absolute;top:0;left:0;height:100%;width:100%;z-index:999;display:flex;flex-direction:column;justify-content:center;}
.slider .text .content{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;}
.slider .text .content h2{font-size:3.06em;font-weight:700;color:#fff;line-height:1.5em;opacity:0;visibility:hidden;transform:translate(30px,0);transition:all .3s ease-in-out;}
.slider .swiper-slide-active .text .content h2{opacity:1;visibility:visible;transform:translate(0,0);transition-delay:.3s;}
.slider .text .content p{font-size:1.5em;color:#fff;opacity:0;visibility:hidden;transform:translate(30px,0);transition:all .3s ease-in-out;}
.slider .swiper-slide-active .text .content p{opacity:1;visibility:visible;transform:translate(0,0);transition-delay:.6s;}

.slider .swiper-nav{position:absolute;bottom:0;left:0;bottom:30px;width:100%;z-index:9999;display:flex;flex-direction:row;justify-content:center;gap:30px;}
.slider .swiper-nav>div{font-size:1.4em;color:#fff;line-height:1.7em;padding:0 20px;}
.slider .swiper-nav .swiper-s-prev{border-left:2px solid #fff;border-bottom:2px solid #fff;border-radius:0 0 0 20px;}
.slider .swiper-nav .swiper-s-prev:active{transform:translate(-5px,0);}
.slider .swiper-nav .swiper-s-next{border-right:2px solid #fff;border-bottom:2px solid #fff;border-radius:0 0 20px 0;}
.slider .swiper-nav .swiper-s-next:active{transform:translate(5px,0);}

@media only screen and (max-width:767px){
    .slider .bg{height:100vh;object-fit:cover;}
    .slider .text .content{width:100%;padding:0 15px;}
    .slider .text .content h2{font-size:2.5em;}
    .slider .text .content p{font-size:1.4em;}
}

/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:60px 0;}
.m1 .box{}
.m1 .box h2{font-size:2.43em;font-weight:700;color:#408A89;text-align:center;padding-bottom:20px;position:relative;text-transform:uppercase;margin-bottom:20px;}
.m1 .box h2:before{content:'';width:130px;height:3px;background:#408A89;border-radius:2px;position:absolute;left:0;right:0;bottom:0;margin:0 auto;}
.m1 .box .p1{text-align:center;font-size:.93em;margin-bottom:30px;}
.m1 .box .p2{font-size:1.68em;color:#408A89;text-align:center;margin-bottom:30px;}
.m1 .box .p3{font-size:1.06em;text-align:center;margin-bottom:20px;}
.m1 .box .p4{font-size:1.06em;text-align:center;}

/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{position:relative;overflow:hidden;height: fit-content;padding:50px 0;margin-bottom:30px;}
.m2 .m2-body-1{width:150%;left:-12.5%;position:relative;margin-top:100px;}
.m2 .swiper-services-1 .swiper-slide{}
.m2 .swiper-services-1 .swiper-slide-prev{opacity:0;}
.m2 .swiper-services-1 .swiper-slide-active{opacity:1;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-services-1 .box{border-radius:50px;overflow:hidden;position:relative;}
.m2 .swiper-services-1 .box img{width:100%;height:auto;aspect-ratio: 1/1;position:relative;z-index:1;}
.m2 .swiper-services-1 .box h3{font-size:1.93em;font-weight:700;color:#fff;position:absolute;bottom:15%;text-align:center;z-index:9;width:100%;opacity:0;text-transform:uppercase;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-services-1 .swiper-slide-active .box h3{opacity:1;}

.m2 .m2-body-2{width:30%;position:absolute;top:0;left:17.2%;height:100%;}
.m2 .m2-body-2:before{content:'';position:absolute;top:0%;left:-20%;width:140%;height:140%;background:#408A89;}
.m2 .m2-body-2>*{position:relative;z-index:999;}

.m2 .m2-body-2 .title{margin:30px 0;}
.m2 .m2-body-2 .title .t-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
.m2 .m2-body-2 .title h2{font-size:2.43em;text-transform:uppercase;position:relative;line-height:2em;}
.m2 .m2-body-2 .title h2:before{content:'';width:130px;height:3px;background:#FFFFFF;position:absolute;bottom:0;left:0;}
.m2 .m2-body-2 .title h2>a{color:#fff}
.m2 .m2-body-2 .title p{font-size:.93em;color:#fff;}
.m2 .m2-body-2 .title .swiper-nav{display:flex;flex-direction:row;gap:20px;}
.m2 .m2-body-2 .title .swiper-nav>div{}
.m2 .m2-body-2 .title .swiper-nav>div:active{opacity:.5;}

.m2 .m2-body-2 .swiper-services-2{width:100%;}
.m2 .m2-body-2 .swiper-slide{opacity:0;}
.m2 .m2-body-2 .swiper-slide-active{opacity:1;}

.m2 .m2-body-2 .box{display:flex;flex-direction:column;gap:20px;justify-content:center;height:100%;min-height:565px;overflow:hidden;padding-top:30px;}
.m2 .m2-body-2 .box h3{font-size:2.43em;font-weight:700;transform: translate(0,-30px);opacity:0;visibility:hidden;text-transform:uppercase;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 .m2-body-2 .swiper-slide-active .box h3{transform: translate(0,0);opacity:1;visibility:visible;}
.m2 .m2-body-2 .box h3>a{color:#fff;}
.m2 .m2-body-2 .box .text{transform: translate(0,-30px);color:#fff;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;margin-bottom:50px;}
.m2 .m2-body-2 .swiper-slide-active .box .text{transform: translate(0,0);opacity:1;visibility:visible;}
.m2 .m2-body-2 .box .more{display:block;width:fit-content;color:#fff;position:relative;transform: translate(0,-30px);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;}
.m2 .m2-body-2 .swiper-slide-active .box .more{transform: translate(0,0);opacity:1;visibility:visible;}
@media only screen and (max-width:991px){
    .m2 .m2-body-2 .box{height:auto;}
    .m2{display:flex;flex-direction:column-reverse;padding:0 15px;margin:0;}
    .m2 .m2-body-2{width:100%;position:relative;top:0;left:0;height:400px;padding-top:30px;margin-bottom:30px;}
    .m2 .m2-body-1{width:100%;left:0%;position:relative;margin-bottom:30px;}
    .m2 .swiper-services-1 .swiper-slide-prev{opacity:1;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m2 .m2-body-2{left:45px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .m2 .m2-body-2{left:17%;}
}

/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:75px 0 0 0;background:url('../images/m3-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m3 .box-1{margin-bottom:75px;padding:0 15px;}
.m3 .box-1 h2{margin-bottom:45px;width:80%;padding-bottom:20px;position:relative;color:#fff;font-size:3.06em;text-transform:uppercase;font-weight:600;}
.m3 .box-1 h2:before{content:'';width:130px;height:3px;border-radius:3px;background:#fff;position:absolute;bottom:0;left:0;}
.m3 .box-1 p{color:#fff;margin-bottom:20px;}


.m3 .box-2{margin-bottom:75px;position:relative;padding:0 15px;}
.m3 .box-2:before{content:'';width:3px;height:80%;position:absolute;left:-15px;top:10%;background:#fff;border-radius:3px;}
.m3 .box-2 h3{font-size:1.43em;color:#fff;font-weight:700;padding-bottom:15px;margin-bottom:15px;position:relative;}
.m3 .box-2 h3:before{content:'';width:130px;height:3px;background:#fff;border-radius:3px;position:absolute;bottom:0;left:0;}
.m3 .box-2 ul{color:#fff;list-style:none;margin:0;padding:0;margin-bottom:20px;}
.m3 .box-2 p{color:#fff;margin-bottom:20px;}

.m4{width:100%;height: fit-content;overflow:hidden;}
.m4 img{width:100%;height:auto;aspect-ratio: 1 / 1;}

.m4{padding:75px 0;}
.m4 .title{margin-bottom:50px;}
.m4 .title h2{font-size:2.43em;font-weight:700;color:#408A89;text-align:center;padding-bottom:20px;position:relative;text-transform:uppercase;margin-bottom:20px;}
.m4 .title h2:before{content:'';width:130px;height:3px;background:#408A89;border-radius:2px;position:absolute;left:0;right:0;bottom:0;margin:0 auto;}
.m4 .title p{text-align:center;font-size:.93em;margin-bottom:30px;}

.m4 .list-wrapper{width:100%;height:fit-content;}
.m4 .list-wrapper .list-head{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:30px;padding:0 10%;margin-bottom:50px;}
.m4 .list-wrapper .list-head button{border:1px solid #968564;background:unset;color:#408A89;border-radius:25px;height:50px;width:100%;text-transform:uppercase;}
.m4 .list-wrapper .list-head .active{background:#408A89;border:1px solid #408A89;color:#fff;box-shadow: 0px 3px 3px #00000029;}
.m4 .list-wrapper .list-head .content{padding:20px;}
.m4 .list-wrapper .list-head .content>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:15px;}
.m4 .list-wrapper .list-head .content>ul>li{position:relative;line-height:20px;padding-left:40px;font-size:.8em;}
.m4 .list-wrapper .list-head .content>ul>li:before{content:'\f00c';font-family: 'Font Awesome 5 Free';font-weight:900;width:30px;height:30px;line-height:30px;text-align:center;position:absolute;left:0;top:0;}
.m4 .list-wrapper .list-body{position:relative;}
.m4 .list-wrapper .list-body .list-body-item{opacity:0;visibility:hidden;position:absolute;top:0;left:0;transition:all .3s ease-in-out;}
.m4 .list-wrapper .list-body .list-body-item-active{opacity:1;visibility:visible;position:relative;}

.m4 .swiper-nav{display:flex;flex-direction:row;gap:20px;justify-content:center;align-items:center;padding:20px 0;}

@media only screen and (max-width:767px){
    .m4 .list-wrapper .list-head{padding:0 15px;gap:10px;grid-template-columns: 1fr 1fr;}
}

/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 20px;position:relative;color:#fff;}
footer a{color:#fff;}
footer:before{content:'';width:calc(100% - 40px);height:100%;position:absolute;z-index:-999;left:20px;right:20px;top:0;background:#408A89;border-radius:70px 70px 0 0;}
footer .f-top{display:flex;flex-direction:row;gap:50px;align-items:center;margin-bottom:50px;}
footer .f-top .f-logo{width:300px;max-width:100%;}
footer .f-top .f-logo img{width:100%;height:auto;filter:invert(100%) grayscale(100%);}
footer .f-top .f-menu{flex:1;}
footer .f-top .f-menu>ul{list-style:none;margin:0;padding:30px;display:flex;flex-direction:row;justify-content:space-between;}
footer .f-top .f-menu>ul>li>a{display:block;font-size:.8em;}
footer .f-body{overflow:hidden;margin-bottom:50px;}
footer .f-body ul{list-style:none;margin:0;padding:30px 0;display:flex;flex-direction:row;width:fit-content;margin:0 auto;border:1px solid #fff;border-radius:45px;position:relative;}
footer .f-body ul:before{content:'';width:100%;height:1px;background:#fff;position:absolute;left:0;top:50%;transform:translate(-100%,0);}
footer .f-body ul:after{content:'';width:100%;height:1px;background:#fff;position:absolute;left:0;top:50%;transform:translate(100%,0);}
footer .f-body ul>li{border-right:1px solid #fff;padding:0 15px;}
footer .f-body ul>li:last-child{border:0;}
footer .f-foot{display:flex;flex-direction:row;justify-content:space-between;}
footer .f-foot span,footer .f-foot a{display:block;color:#fff;font-size:.9em;}

@media only screen and (max-width:767px){
    footer .f-top{flex-direction:column;}
    footer .f-top .f-menu>ul{flex-direction:column;}
    footer .f-top .f-menu>ul>li>a{text-align:center;}
    footer .f-body ul{flex-direction:column;align-items:center;}
    footer .f-body ul>li{border:0;line-height:40px;}
    footer .f-foot{flex-direction:column;justify-content:center;gap:20px;align-items:center;text-align:center;}
}
footer .swa{margin-bottom:50px;text-align:center;margin-top:50px;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;filter:invert(100%);}

/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:230px 0 35px 0;background:var(--bg-color);}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;}
.page .page-head .breadcrumb{font-size:.8em;}
.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;}

/*--- 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);display:none;}