@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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');
/*
font-family: "Playfair Display", serif;
font-family: "Poppins", sans-serif;
*/

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;
    }
}
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{position:absolute;left:0;top:0;width:100%;height:auto;padding-top:75px;z-index:9;}
header .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
header .logo{}
header .logo img{display:block;max-width:100%;height:auto;}
header .menu{position:relative;}
header .menu .menu-bar{display:none;}
header .menu>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;}
header .menu>ul>li>a{display:block;font-size:1.25em;color:#ffffff;text-shadow: 0px 3px 6px #000000AD;padding:0 30px;}
@media only screen and (max-width:767px){
    header{padding-top:25px;}
    header .container{flex-direction:column;align-items:unset;justify-content:unset;}
    header .logo{margin-bottom:20px;}
    header .logo img{margin:0 auto;}
    header .menu .menu-bar{display:block;padding:10px;font-size:1.5em;background:#ffffff;}
    header .menu>ul{position:absolute;left:0;width:100%;flex-direction:column;background:rgba(0,0,0,.8);padding:10px;display:none;}
    header .menu>ul>li>a{padding:10px;border-bottom:1px dashed #444444;}
    header .menu>ul>li:last-child>a{border:0;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    header{padding-top:25px;}
    header .container{flex-direction:column;align-items:unset;justify-content:unset;}
    header .logo{margin-bottom:20px;}
    header .logo img{margin:0 auto;}
    header .menu .menu-bar{display:block;padding:10px;font-size:1.5em;background:#ffffff;}
    header .menu>ul{position:absolute;left:0;width:100%;flex-direction:column;background:rgba(0,0,0,.8);padding:10px;display:none;}
    header .menu>ul>li>a{padding:10px;border-bottom:1px dashed #444444;}
    header .menu>ul>li:last-child>a{border:0;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header{padding-top:25px;}
    header .menu>ul>li>a{padding:0 10px;font-size:1em;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    header{padding-top:50px;}
    header .menu>ul>li>a{padding:0 20px;font-size:1.12em;}
}
/*--- M-Title ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m-title{display:none;margin:0;padding:0;opacity:0;visibility:hidden;width:0;height:0;}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{}
.slider .swiper-slide{position:relative;}
.slider .swiper-slide .bg{width:100%;height:auto;}
.slider .swiper-slide .text{position:absolute;left:17%;top:0;height:100%;display:flex;flex-direction:column;justify-content:center;width:40%;gap:80px;}
.slider .swiper-slide .text h2{font-size:3.37em;font-weight:700;color:#ffffff;text-shadow: 0px 3px 6px #0000005C;transform:translate(50px,0);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;}
.slider .swiper-slide-active .text h2{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.3s;}
.slider .swiper-slide .text .more{display:flex;flex-direction:row;gap:10px;text-shadow: 0px 3px 6px #000000A0;align-items:center;width:fit-content;font-size:1.06em;color:#ffffff;transform:translate(50px,0);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;}
.slider .swiper-slide-active .text .more{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.6s;}
@keyframes leftToRight{
    0%{
        object-position:left;
    }
    100%{
        object-position:right;
    }
}
@media only screen and (max-width:767px){
    .slider .swiper-slide .bg{height:90vh;object-fit:cover;}
    .slider .swiper-slide-active .bg{animation: leftToRight infinite 6s alternate;}
    .slider .swiper-slide .text{left:30px;width:75%;}
    .slider .swiper-slide .text h2{font-size:2.25em;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider .swiper-slide .bg{height:75vh;object-fit:cover;}
    .slider .swiper-slide-active .bg{animation: leftToRight infinite 6s alternate;}
    .slider .swiper-slide .text{left:45px;width:75%;}
    .slider .swiper-slide .text h2{font-size:3em;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider .swiper-slide .text{left:6%;}
    .slider .swiper-slide .text h2{font-size:2.25em;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .slider .swiper-slide .text{left:7%;}
    .slider .swiper-slide .text h2{font-size:3em;}
}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:120px 0 50px 0;background:#F6F4F1;position:relative;}
.m1 .icon{position:absolute;top:50px;right:30px;max-width:35%;height:auto;}
.m1 .box{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;z-index:9;gap:40px;}
.m1 .box h2{font-size:2.06em;letter-spacing: 2.4px;text-transform:uppercase;font-weight:300;margin:0;}
.m1 .box h2 a{color:#333C4B;}
.m1 .box .t1{display:block;color:#B25F4A;font-family: "Playfair Display", serif;font-size:2.25em;}
.m1 .box .t2{display:block;color:#333C4B;font-family: "Playfair Display", serif;font-size:3.37em;}
.m1 .box .t2 img{box-shadow: 14px -18px 10px #00000021;}
.m1 .box .more{display:flex;flex-direction:row;gap:10px;align-items:center;color:#B25F4A;font-size:1.06;font-weight:500;}
@media only screen and (max-width:767px){
    .m1 .box .t2{font-size:2.25em;}
    .m1 .box .t2 img{max-width:40%;height:auto;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:50px 0;background:#EFECE6;}
.m2 .title{display:flex;flex-direction:column;margin-bottom:50px;justify-content:center;align-items:center;text-align:center;position:relative;z-index:9;gap:10px;}
.m2 .title h2{font-size:2.06em;letter-spacing: 2.4px;text-transform:uppercase;font-weight:300;margin:0;}
.m2 .title h2 a{color:#333C4B;}
.m2 .title span{display:block;color:#B25F4A;font-family: "Playfair Display", serif;font-size:2.25em;}
.m2 .all a{display:block;width:fit-content;font-size:1.06em;color:#333C4B;font-weight:600;margin:0 auto;}
/*service*/
.service-box{margin-bottom:30px;}
.service-box .content{padding:55px;}
.service-box .content h3{font-size:2.7em;font-family: "Playfair Display", serif;margin-bottom:30px;}
.service-box .content h3 a{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:30px;color:#333C4B;}
.service-box .content h3 a .icon{width:57px;height:57px;background:#333C4B;border-radius:50%;line-height:57px;text-align:center;}
.service-box .content h3 a .icon img{transform:rotate(-45deg) translate(5px,-5px);width:100%;height:auto;padding:15px;}
.service-box .content .text{width:75%;color:#767774;font-size:1.06em;}
.service-box .image .bg{width:100%;height:60vh;object-fit:cover;}
@media only screen and (min-width:992px){
    .service-box-reverse{display:flex;flex-direction:column-reverse;}
    .service-box-1 .image{position:relative;height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;}
    .service-box-1 .image .icon{position:absolute;left:0;bottom:0;width:fit-content;height:fit-content;}
    .service-box-1 .image a{width:60%;height:auto;box-shadow: 14px -18px 10px #00000022;margin-right:30px;}
    .service-box-1 .image a .bg{width:100%;height:auto !important;}
}

.service-box-0{background:#FFFFFF;}
.service-box-1{background:#F6F4F1;box-shadow: 7px 11px 15px #0000001A;}


/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:50px 0;background:#F6F4F1;}
.m3 .title{display:flex;flex-direction:column;margin-bottom:50px;justify-content:center;align-items:center;text-align:center;position:relative;z-index:9;gap:10px;}
.m3 .title h2{font-size:2.06em;letter-spacing: 2.4px;text-transform:uppercase;font-weight:300;margin:0;}
.m3 .title h2 a{color:#333C4B;}
.m3 .title span{display:block;color:#B25F4A;font-family: "Playfair Display", serif;font-size:2.25em;}
.m3 .m3-body{display:grid;grid-template-columns:repeat(5, 1fr);gap:30px;margin-bottom:50px;}
.m3 .box{background:#ffffff;box-shadow:0px 3px 6px #00000029;border-radius:13px;padding:15px;}
.m3 .box .image{padding:20px;}
.m3 .box .image img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;}
.m3 .box .content h3{line-height:1.2em;min-height:4.8em;text-align:center;font-size:1em;font-weight:300;}
.m3 .box .content h3 a{color:#333C4B;}
.m3 .box .whatsapp{margin-bottom:20px;}
.m3 .box .whatsapp a{display:flex;flex-direction:row;width:90%;margin:0 auto;gap:10px;align-items:center;justify-content:center;color:#707070;font-size:.56em;box-shadow: 0px 3px 6px #00000015;border: 1px solid #E8E4E4;border-radius: 11px;line-height:47px;}
.m3 .all a{display:block;width:fit-content;font-size:1.06em;color:#333C4B;font-weight:600;margin:0 auto;}
@media only screen and (max-width:767px){
    .m3 .m3-body{grid-template-columns:repeat(2, 1fr);}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m3 .m3-body{grid-template-columns:repeat(3, 1fr);}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m3 .box{padding:10px;}
    .m3 .box .whatsapp a{width:100%;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:50px 0;background:#EFECE6;}
.m4 .title{display:flex;flex-direction:column;margin-bottom:50px;justify-content:center;align-items:center;text-align:center;position:relative;z-index:9;gap:10px;}
.m4 .title h2{font-size:2.06em;letter-spacing: 2.4px;text-transform:uppercase;font-weight:300;margin:0;}
.m4 .title h2 a{color:#333C4B;}
.m4 .title span{display:block;color:#B25F4A;font-family: "Playfair Display", serif;font-size:2.25em;}
.m4 .box{margin-bottom:30px;border-radius:21px;overflow:hidden;position:relative;}
.m4 .box .bg{width:100%;height:auto;aspect-ratio:1/.4;object-fit:cover;}
.m4 .box .content{position:absolute;bottom:0;left:0;width:100%;height:auto;padding:30px;background:rgba(255,255,255,.2);box-shadow: 10px 26px 11px #00000067;border-radius: 21px;opacity: 1;backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);font-family: "Playfair Display", serif;text-shadow: 0px 3px 6px #00000090;}
.m4 .box .content .date{display:block;color:#ffffff;font-size:1.81em;}
.m4 .box .content h3{font-size:2.63em;color:#ffffff;text-shadow: 0px 3px 6px #00000090;}
.m4 .box-2{margin-bottom:30px;border-radius:21px;overflow:hidden;position:relative;}
.m4 .box-2 .bg{width:100%;height:auto;aspect-ratio:1/.6;object-fit:cover;}
.m4 .box-2 .content{position:absolute;bottom:0;left:0;width:100%;height:auto;padding:30px;background:rgba(255,255,255,.2);box-shadow: 10px 26px 11px #00000067;border-radius: 21px;opacity: 1;backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);font-family: "Playfair Display", serif;text-shadow: 0px 3px 6px #00000090;}
.m4 .box-2 .content .date{display:block;color:#ffffff;font-size:1.31em;}
.m4 .box-2 .content h3{font-size:1.93em;color:#ffffff;text-shadow: 0px 3px 6px #00000090;}
.m4 .all a{display:block;width:fit-content;font-size:1.06em;color:#333C4B;font-weight:600;margin:0 auto;}
@media only screen and (max-width:767px){
    .m4 .box .content h3, .m4 .box-2 .content h3{font-size:2em;}
    .m4 .box .bg, .m4 .box-2 .bg{aspect-ratio:1/1;}
}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 0;background:var(--bg-color);color:#ffffff;}
footer a{color:#ffffff;}
footer h3{font-size:1.06em;font-weight:300;}
footer .logo{margin-bottom:50px;}
footer .logo img{max-width:75%;height:auto;display:block;margin-bottom:10px;}
footer .logo span{display:block;font-size:1.25em;font-family: "Playfair Display", serif;}
footer .list{margin-bottom:50px;}
footer .list>ul{list-style:none;margin:0;padding:0;}
footer .list>ul>li{display:flex;align-items:center;}
footer .list>ul>li>i{margin-right:10px;}
footer .list>ul>li>span,footer .list>ul>li>a{display:inline-block;font-size:.9em;font-family: "Playfair Display", serif;line-height:2em;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
footer .list>ul>li>span:hover,footer .list>ul>li>a:hover{padding-left:5px;}
footer .workhour{margin-bottom:50px;}
footer .map{margin-bottom:50px;}
footer .map>iframe{width:100%;height:250px;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;}
footer .swa{margin-bottom:1px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;filter:invert(100%);}
footer .contracts{margin-bottom:50px;padding-top:50px;display:flex;flex-wrap:wrap;position:relative;justify-content:center;}
footer .contracts:before{content:'';position:absolute;top:0;left:20px;right:20px;border-top:1px solid #FFFAEF;}
footer .contracts a{display:inline-block;padding:0 10px;font-size:.8em;margin:0 0 5px 0;}
@media only screen and (max-width:767px){
    footer{text-align:center;}
    footer .logo img{margin:0 auto;}
    footer .list>ul>li>span,footer .list>ul>li>a{width:100%;}
}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:250px 0 50px 0;background:var(--bg-color);}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;color:#ffffff;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;color:#ffffff;}
.page .page-head .breadcrumb{font-size:.8em;color:#ffffff;}
.page .page-head .breadcrumb-item+.breadcrumb-item::before{color:#ffffff;}
.page .page-head .breadcrumb-item.active{color:#aaaaaa;}
.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;display:none;}
.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);}