@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');

@font-face {
    font-family: 'newyorkregular';
    src: url('../fonts/newyork_personal_use-webfont.woff2') format('woff2'),
         url('../fonts/newyork_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: "Poppins", sans-serif;
    color:var(--text-color);
    background:#F0ECEA;
}
@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{padding:40px 0;}
header .container{display:grid;grid-template-columns: 1fr 3fr;gap:75px;align-items:center;}

header .logo{}
header .logo img{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;justify-content:space-between;}
header .menu ul>li>a{display:flex;flex-direction:row;gap:5px;align-items:center;font-size:1.06em;}
header .menu ul>li>a>.circle{display:block;width:5px;height:5px;background:#000;border-radius:50%;}

@media only screen and (max-width:991px){
    header .container{display:block;grid-template-columns:unset;gap:unset;align-items:unset;}
    header .logo{margin-bottom:30px;}
    header .logo img{display:block;margin:0 auto;}
    header .menu .menu-bar{display:block;padding:10px 20px;background:#B29640;border-radius:10px;}
    header .menu ul{position:absolute;left:0;width:100%;background:rgba(0, 0, 0, .9);z-index:9;flex-direction:unset;justify-content:unset;display:none;padding:20px;border-radius:10px;}
    header .menu ul>li>a{display:block;color:#fff;line-height:40px;border-bottom:1px solid #B29640;padding:0 10px;}
    header .menu ul>li:last-child>a{border:0;}
}

/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider .swiper-slide{position:relative;}
.slider .swiper-slide .bg{width:100%;height:auto;object-fit:cover;}

.slider .swiper-slide .container{position:absolute;left:0;right:0;top:0;margin:0 auto;z-index:9;height:100%;}

.slider .swiper-slide .text{width:50%;display:flex;flex-direction:column;justify-content:center;height:100%;gap:30px;}
.slider .swiper-slide .text .icon{display:block;max-width:100%;height:auto;}
.slider .swiper-slide .text h2{font-size:4.06em;color:#FBDB79;font-family: 'newyorkregular';}
.slider .swiper-slide .text p{width:75%;font-size:1.06em;color:#fff;}
.slider .swiper-slide .text .more{display:block;width:fit-content;border:1px solid #FBDB79;line-height:63px;width:190px;text-align:center;color:#fff;position:relative;font-size:.81em;}
.slider .swiper-slide .text .more:before{content:'';width:1px;height:25px;background:#FBDB79;position:absolute;right:30px;bottom:0;}

.slider .swiper-nav{position:absolute;left:20px;right:0;width:fit-content;bottom:20px;display:flex;flex-direction:row;gap:10px;z-index:9;}
.slider .swiper-nav>div{width:30px;height:30px;line-height:30px;border-radius:50%;text-align:center;border:1px solid #fff;color:#aaa;}
.slider .swiper-nav>.swiper-slide-prev:active{transform:translate(-5px,0);opacity:.5;}
.slider .swiper-nav>.swiper-slide-next:active{transform:translate(5px,0);opacity:.5;}

@media only screen and (max-width:767px){
    .slider .swiper-slide .bg{height:50vh;}
    .slider .swiper-slide .text{width:75%;}
    .slider .swiper-slide .text h2{font-size:2em;}
    .slider .swiper-slide .text p{font-size:.9em;}
    .slider .swiper-slide .text .more{line-height:40px;width:150px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider .swiper-slide .bg{height:50vh;}
    .slider .swiper-slide .text{width:60%;}
    .slider .swiper-slide .text h2{font-size:2.7em;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider .swiper-slide .text{width:60%;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){

}
@media only screen and (min-width:1441px){
    
}

/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:50px 0;}

.m1 .img{}
.m1 .img img{position:relative;margin-top:-25%;z-index:9;max-width:100%;height:auto;}
.m1 .box h2{line-height:1;margin-bottom:50px;}
.m1 .box h2 span{display:block;white-space:nowrap;}
.m1 .box h2 span:nth-child(1){font-size:2.5em;color:#B29640;font-weight:300;}
.m1 .box h2 span:nth-child(1) strong{font-weight:500;}
.m1 .box h2 span:nth-child(2){font-size:2.7em;color:#000000;font-family: 'newyorkregular';text-align:right;font-weight:300;}
.m1 .box .text{margin-bottom:50px;}
.m1 .box .more{display:block;width:fit-content;border:1px solid #FBDB79;line-height:63px;width:190px;text-align:center;color:#fff;position:relative;font-size:.81em;background:#000000;}
.m1 .box .more:before{content:'';width:1px;height:25px;background:#FBDB79;position:absolute;right:30px;bottom:0;}

@media only screen and (max-width:767px){
    .m1 .box h2 span:nth-child(1){font-size:2em;}
    .m1 .box h2 span:nth-child(2){font-size:2.2em;}
}

/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:50px 0 20px 0;background:#3F3833;}
.m2 .title{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:75px;}
.m2 .title h2{font-size:4.62em;color:#FBDB79;font-family: 'newyorkregular';}
.m2 .title p{font-size:1.43em;color:#fff;}
.m2 .title .more{display:block;width:fit-content;border:1px solid #FBDB79;line-height:63px;width:190px;text-align:center;color:#fff;position:relative;font-size:.81em;}
.m2 .title .more:before{content:'';width:1px;height:25px;background:#FBDB79;position:absolute;right:30px;bottom:0;}

.m2-pagination{padding:30px 5%;}
.m2-pagination .swiper-service-pagination{position:relative;}
.m2-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#3F3833;}

.services-box{position:relative;margin-bottom:30px;}
.services-box .bg{width:100%;height:auto;aspect-ratio: 4 / 6;position:relative;z-index:5;}
.services-box .mask{position:absolute;top:0;left:0;width:100%;height:100%;background: transparent linear-gradient(180deg, #3F383300 0%, #3F3833 100%) 0% 0% no-repeat padding-box;mix-blend-mode: multiply;z-index:8;}
.services-box .text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:75px 30px;z-index:9;}
.services-box .text .icon{transform:translate(0,-100%);opacity:0;visibility:hidden;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;text-align:center;font-size:5em;color:#fff;}
.services-box:hover .text .icon{transform:translate(0,0);opacity:1;visibility:visible;}
.services-box .text h3{font-size:2.06em;color:#fff;text-align:center;font-family: 'newyorkregular';line-height:1.1em;min-height:2.2em;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;}
.services-box .text p{font-size:1.06em;text-align:center;color:#fff;line-height:1.3em;min-height:3.9em;}

@media only screen and (max-width:767px){
    .m2 .title{flex-direction:column;gap:30px;}
}

/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:225px 0;background:url('../images/m3-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
.m3 .box h2{font-size:3.12em;color:#fff;font-family: 'newyorkregular';margin-bottom:30px;}
.m3 .box p{color:#fff;margin-bottom:30px;}
.m3 .box .buttons{display:flex;flex-direction:row;gap:20px;}
.m3 .box .buttons .more{display:block;width:fit-content;border:1px solid #FBDB79;line-height:63px;width:190px;text-align:center;color:#fff;position:relative;font-size:.81em;}
.m3 .box .buttons .more:before{content:'';width:1px;height:25px;background:#FBDB79;position:absolute;right:30px;bottom:0;}
.m3 .box .buttons .whatsapp{display:flex;width:fit-content;background:#fff;line-height:1;width:190px;position:relative;font-size:.81em;justify-content:center;align-items:center;padding:0 20px;}
.m3 .box .buttons .whatsapp:before{content:'';width:1px;height:25px;background:#333333;position:absolute;right:30px;bottom:0;}
.m3 .box .buttons .whatsapp span{text-align:center;}

/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:40px 0;backgound:#F5F5F5;}
.m4 .title{margin-bottom:75px;}
.m4 .title h2{font-size:4.62em;color:#000000;font-family: 'newyorkregular';text-align:center;}
.m4 .title p{width:40%;margin:0 auto;font-size:1.06em;color:#000000;text-align:center;font-weight:500;}

.m4 .box .img{position:relative;height:fit-content;}
.m4 .box .img .bg{width:100%;height:auto;aspect-ratio:4/4.5;position:relative;z-index:8;}
.m4 .box .img .date{position: absolute;bottom:0;width:110px;left:0;background:#fff;height:110px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:47px;z-index:9;}
.m4 .box .img .date small{display:block;font-size:18px;}
.m4 .box .content{padding:20px 0;}
.m4 .box .content h3{font-size:1.37em;line-height:1.2em;min-height:3.6em;border-bottom:2px solid #3F3833;margin-bottom:30px;}
.m4 .box .content .text{font-size:1em;}

@media only screen and (max-width:767px){
    .m4 .title p{width:80%;}
}

/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:40px 0;backgound:#F5F5F5;}
.m5 .title{margin-bottom:35px;}
.m5 .title h2{font-size:3em;color:#000000;font-family: 'newyorkregular';text-align:center;}
.m5 .title p{font-size:1.56em;color:#000000;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;}
.m5 .m5-body{position:relative;paddin-bottom:50px;}
.m5 .m5-body:before{content:'';width:100%;height:30px;background:#F0ECEA;position:absolute;bottom:0;left:0;z-index:999999;}

/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 0;background:#3F3833;color:#fff;}

footer .f-flex{display:grid;grid-template-columns: 3fr 2fr 5fr;gap:50px;align-items:center;padding:100px 0;}

@media only screen and (max-width:991px){
    footer .f-flex{grid-template-columns: 1fr;}
    footer .list>ul>li>span,footer .list>ul>li>a{text-align: center !important;width:100%;}
}

footer a{color:#fff;}

footer h3{font-size:18px;font-weight:700;margin-bottom:20px;}

footer .logo{margin-bottom:30px;}
footer .logo img{width:100%;height:auto;filter: invert(100%);}

footer .social-media{}
footer .social-media>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:20px;justify-content:center;}
footer .social-media>ul>li>a{font-size:2em;}

footer .list{}
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:block;font-weight:200;line-height:40px;font-size:1.12em;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{border-radius:20px;overflow:hidden;height:300px;}
footer .map>iframe{width:100%;height:100%;object-fit:cover;}

footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;}
footer .swa{margin-bottom:50px;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;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;}

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