@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&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: "Luckiest Guy", cursive;
font-family: "Poppins", sans-serif;
*/
html,body{
    width:100%;
    height:100%;
}
body{
    font-size:16px;
    font-family: "Poppins", sans-serif;
    color:var(--text-color);
}

@media only screen and (max-width:767px){
    body{
        font-size:13px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    body{
        font-size:14px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    body{
        font-size:13px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1400px){
    body{
        font-size:14px;
    }
}

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:9;}
header .h-container{padding:0 10%;}
header .h-top{display:flex;flex-direction:row;justify-content:center;}
header .h-top .logo{max-width:20%;flex:0 0 20%;transform:translate(0,75%);position:relative;z-index:99;}
header .h-top .logo img{display:block;margin:0 auto;max-width:100%;height:auto;}
header .h-body .menu{position:relative;}
header .h-body .menu .menu-bar{display:none;}
header .h-body .menu>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;}
header .h-body .menu>ul>li{max-width:20%;flex:0 0 20%;}
header .h-body .menu>ul>li:nth-child(2){margin-right:20%;}
header .h-body .menu>ul>li>a{display:block;font-size:1.31em;color:#fff;padding:10px;width:fit-content;margin:0 auto;border-bottom:1px solid #E20A17;text-transform:uppercase;}
@media only screen and (max-width:767px){
    header .h-container{padding:20px 15px;}
    header .h-top .logo{max-width:100%;flex:0 0 100%;transform:translate(0,0);margin-bottom:20px;}
    header .h-body .menu .menu-bar{display:block;background:#E20A17;color:#fff;padding:10px;}
    header .h-body .menu>ul{flex-direction:unset;padding:10px;position:absolute;left:0;width:100%;background:rgba(0,0,0,.9);display:none;}
    header .h-body .menu>ul>li{max-width:100%;flex:0 0 100%;}
    header .h-body .menu>ul>li:nth-child(2){margin-right:0%;}
    header .h-body .menu>ul>li>a{width:unset;}
    header .h-body .menu>ul>li:last-child>a{border:0;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    header .h-container{padding:20px 45px;}
    header .h-top .logo{max-width:100%;flex:0 0 100%;transform:translate(0,0);margin-bottom:20px;}
    header .h-body .menu .menu-bar{display:block;background:#E20A17;color:#fff;padding:10px;}
    header .h-body .menu>ul{flex-direction:unset;padding:10px;position:absolute;left:0;width:100%;background:rgba(0,0,0,.9);display:none;}
    header .h-body .menu>ul>li{max-width:100%;flex:0 0 100%;}
    header .h-body .menu>ul>li:nth-child(2){margin-right:0%;}
    header .h-body .menu>ul>li>a{width:unset;}
    header .h-body .menu>ul>li:last-child>a{border:0;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header .h-container{padding:0 45px;}
}
@media only screen and (min-width:1200px) and (max-width:1400px){
    header .h-container{padding:0 7%;}
}

.slide-video:before{content:'';width:100%;height:50%;position:absolute;top:0;left:0;background:linear-gradient(#000,transparent);}
.slide-video video{width:100%;height:100vh;object-fit:cover;}

/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider .swiper-slider .swiper-slide{position:relative;}
.slider .swiper-slider .swiper-slide .bg{width:100%;height:100vh;}
.slider .swiper-slider .swiper-slide .text{position:absolute;left:0;right:0;top:0;padding-top:20%;padding-left:15px;padding-right:15px;z-index:9;}
.slider .swiper-slider .swiper-slide .text span{display:block;font-size:4.37em;color:#fff;text-align:center;font-family: "Luckiest Guy", cursive;opacity:0;visibility:hidden;transform:translate(0,30px);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;text-shadow:2px 2px 5px #000;}
.slider .swiper-slider .swiper-slide-active .text span{opacity:1;visibility:visible;transform:translate(0,0);transition-delay:.3s;}
@keyframes leftToRight{
    0%{
        object-position: left;
    }
    100%{
        object-position: right;
    }
}
@media only screen and (max-width:767px){
    .slider .swiper-slider .swiper-slide-active .bg{object-fit:cover;animation:leftToRight 5s infinite linear;}
    .slider .swiper-slider .swiper-slide .text{padding-top:250px;height:100%;display:flex;flex-direction:column;justify-content:center;}
    .slider .swiper-slider .swiper-slide .text span{font-size:3.5em;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider .swiper-slider .swiper-slide-active .bg{object-fit:cover;animation:leftToRight 5s infinite linear;}
    .slider .swiper-slider .swiper-slide .text{height:100%;display:flex;flex-direction:column;justify-content:center;}
}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:80px 0;background:#F5F5F5;}
.m1 .m1-wrapper{padding:0 10%;display:flex;flex-direction:row;}
.m1 .m1-wrapper .box{max-width:35%;flex:0 0 35%;display:flex;flex-direction:column;justify-content:center;}
.m1 .m1-wrapper .box h2{font-size:2.37em;text-transform:uppercase;font-family: "Luckiest Guy", cursive;margin-bottom:50px;}
.m1 .m1-wrapper .box h2>a{color:#E20A17;}
.m1 .m1-wrapper .box .text{margin-bottom:50px;color:#595D64;}
.m1 .m1-wrapper .box .more{display:block;width:fit-content;text-align:right;}
.m1 .m1-wrapper .box .more>span{display:block;font-size:1.43em;color:#D90B01;}
.m1 .m1-wrapper .images{max-width:65%;flex:0 0 65%;position:relative;}
.m1 .m1-wrapper .images:before{content:'';width:40px;height:80%;position:absolute;top:10%;background:#E20A17;left:calc(20% - 40px);}
.m1 .m1-wrapper .images .bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:1;transform:translate(-50px,0);}
.m1 .m1-wrapper .images .img{width:80%;height:auto;aspect-ratio:1;object-fit:cover;margin-left:20%;position:relative;z-index:9;}
@media only screen and (max-width:767px){
    .m1 .m1-wrapper{padding:0 15px;flex-direction:column;}
    .m1 .m1-wrapper .box{max-width:100%;flex:0 0 100%;margin-bottom:30px;}
    .m1 .m1-wrapper .images{max-width:100%;flex:0 0 100%;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m1 .m1-wrapper{padding:0 45px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m1 .m1-wrapper{padding:0 45px;}
}
@media only screen and (min-width:1200px) and (max-width:1400px){
    .m1 .m1-wrapper{padding:0 7%;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{position:relative;background:url('../images/m2-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
.m2 .box{padding:250px 0;text-align:right;}
.m2 .box>span{display:block;font-size:2.62em;color:#fff;margin-bottom:50px;font-family: "Luckiest Guy", cursive;}
.m2 .box>.more{display:inline-block;width:fit-content;border:2px solid #00C74D;border-radius:36px;line-height:60px;color:#00C74D;padding:0 15px;}
.m2 .box>.more>span{display:inline-block;padding:0 15px;}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{background:#F5F5F5;padding:100px 0;}
.m3 .title{margin-bottom:75px;}
.m3 .title h2{font-size:2.37em;text-align:center;font-family: "Luckiest Guy", cursive;}
.m3 .title h2>a{color:#E20A17;}
/* product-box */
.pro-box{position:relative;margin-bottom:30px;}
.pro-box:before{content:'';width:85%;height:75%;border-radius:20px;position:absolute;left:0;right:0;margin:0 auto;box-shadow:0px 3px 20px #00000029;border: 1px solid #E5E5E5;}
.pro-box .content{width:90%;margin:0 auto;left:0;right:0;border-radius: 20px;padding:40px 20px;position:relative;z-index:9;}
.pro-box .content h3{font-size:1.5em;text-align:center;line-height:1;min-height:4em;font-weight:700;}
.pro-box .content h3>a{color:#595D64;}
.pro-box .content .whatsapp{display:flex;gap:10px;align-items:center;flex-direction:row;justify-content:center;border:1px solid #00C74D;padding:10px;color:#00C74D;line-height:1;border-radius:25px;width:fit-content;margin:0 auto;}
.pro-box .content .whatsapp>span{font-size:.8em;text-align:center;}
.pro-box .img{position:relative;z-index:9;}
.pro-box .img img{width:100%;height:275px;object-fit:contain;}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{position:relative;margin-bottom:15%;}
.m4 video{vertical-align:middle;margin:0;padding:0;width:100%;height:auto;min-height:100vh;object-fit:cover;}
.m4 .text{position:absolute;text-align:center;padding:30px;width:50%;left:0;right:0;margin:0 auto;background:#E20A17;color:#fff;font-size:2.62em;font-family: "Luckiest Guy", cursive;transform: translate(0,-50%);z-index:9;}
@media only screen and (max-width:767px){
    .m4 .text{width:100%;font-size:2em;position:relative;transform:translate(0,0);}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m4 .text{width:75%;font-size:1.5em;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m4 .text{width:75%;font-size:2.2em;}
}
@media only screen and (min-width:1200px) and (max-width:1400px){
    .m4 .text{width:75%;}
}
/*--- MARQUEE TEXT ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.marquee-text {width: 100%;overflow: hidden;position: relative;padding:20px 0;background: #fff;}
.marquee-inner {display: flex;width: max-content;animation: marquee 500s linear infinite;}
.marquee-inner img {display: block;margin-right: 20px;}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{position:relative;padding:15% 0 10% 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 .title{margin-bottom:30px;}
.m5 .title h2{font-family: "Luckiest Guy", cursive;font-size:3.87em;text-align:center;}
.m5 .title h2>a{color:#E20A17}
.m5 .title .more{display:block;width:fit-content;margin:0 auto;font-size:1.56em;}
.m5 .m5-body{position:relative;display:flex;}
.m5 .m5-body>.t{font-size:5em;writing-mode: vertical-lr;font-weight:900;margin-bottom:50px;transform:rotate(180deg) translate(-40px,0);color:#F7CB6A;-webkit-text-stroke-color:#F7CB6A;-webkit-text-stroke:2px;-webkit-text-fill-color:transparent;}
.m5 .m5-body .m5-body-wrapper{width:100%;position:relative;z-index:9;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.m5 .m5-body .m5-body-wrapper img{width:100%;height:auto;}
.m5 .m5-body .list{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:30px;padding:0 20px;}
.m5 .m5-body .list>.t{writing-mode: vertical-lr;font-size:1.3em;color:#F7CB6A;transform:rotate(180deg);}
.m5 .m5-body .list .line{display:inline-block;height: 150px;border-left:5px solid #F7CB6A;}
.m5 .m5-body .list ul{list-style:none;margin:0;padding:0;}
.m5 .m5-body .list ul>li>a{font-size:2.5em;color:#E20A17;}
.m5 .m5-body .list ul>li:nth-child(2n+1)>a{color:#F7CB6A;}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 0 0 0;color:#fff;background:url('../images/footer-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
footer a{color:#fff;}
footer h3{font-size:18px;font-weight:700;margin-bottom:20px;}
footer .logo{margin-bottom:50px;}
footer .logo img{max-width:100%;height:auto;}
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;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;border-top:1px solid #aaa;}
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:300px 0 35px 0;background:url('../images/footer-bg.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: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;}
.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;}
.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;}
.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: block;padding: 10px 20px;background: #aaa;color: #fff;text-align: center;text-decoration: none;}
@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:9999;}
.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);}