@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{padding:20px 0;}
header .h-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
header .brands{display:flex;gap:30px;flex-direction:row;justify-content:flex-end;margin-bottom:20px;}
header .brands a{display:block;box-shadow: 0px 3px 6px #00000029;border-radius: 13px;padding:5px 20px;}
header .brands a img{width:150px;height:32px;object-fit:contain;}
header .brands a span{display:block;color:#545B64;font-size:.81em;font-weight:700;text-align:center;}
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;gap:30px;}
header .menu>ul>li{}
header .menu>ul>li>a{display:block;color:#58595B;font-size:1.1em;font-weight:300;}

@media only screen and (min-width:992px) and (max-width:1199px){
    header .menu>ul{gap:15px;}
    header .menu>ul>li>a{font-size:.9em;}
}

/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{padding:0 20px;}
.slider .swiper-slide{border-radius:40px;overflow:hidden;position:relative;}
.slider .swiper-slide img{width:100%;height:auto;}
.slider .swiper-slide .text{position:absolute;right:20%;top:0;width:40%;height:100%;display:flex;flex-direction:column;justify-content:center;text-align:right;gap:20px;align-items:flex-end;}
.slider .swiper-slide .text .t1{display:block;color:#FFFFFF;padding:10px;width:fit-content;font-size:1.25em;background:transparent linear-gradient(89deg, #5A8D8D 0%, #5A8D8D00 100%) 0% 0% no-repeat padding-box;border-radius:10px;}
.slider .swiper-slide .text .t2{display:block;font-size:3.06em;color:#FFFFFF;width:fit-content;}
.slider .swiper-slide .text .t2 strong{display:block;}
.slider .swiper-slide .text .more{display:block;width:fit-content;padding:10px 20px;border:1px solid #A4C7C7;border-radius:10px;color:#A4C7C7;}
.slider .swiper-nav{position:absolute;left:0;right:0;bottom:30px;margin:30px auto;width:50%;z-index:9;display:flex;flex-direction:row;justify-content:space-between;z-index:9;}
.slider .swiper-nav .swiper-slide-prev{font-size:20px;padding:0 15px;color:#ffffff;border-left:1px solid #ffffff;border-bottom:1px solid #ffffff;border-radius:0 0 0 50px;}
.slider .swiper-nav .swiper-slide-next{font-size:20px;padding:0 15px;color:#ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-radius:0 0 50px 0;}
.slider .swiper-nav .swiper-slide-pagination{text-align:center;}
.slider .swiper-nav .swiper-pagination-bullet{width:30px;height:2px;border-radius:2px;background:#dddddd;}
.slider .swiper-nav .swiper-pagination-bullet-active{background:#ffffff;}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:100px 0;}
.m1 .box{display:flex;flex-direction:column;justify-content:center;gap:30px;height:100%;}
.m1 .box .more{display:block;width:fit-content;padding:10px 50px 10px 30px;background: transparent linear-gradient(89deg, #5A8D8D 0%, #5A8D8D00 100%) 0% 0% no-repeat padding-box;color:#ffffff;border-radius:10px;}
.m1 .box .t1{display:block;color:#5A8D8D;font-size:1.81em;}
.m1 .box .t1 strong{display:block;color:#545B64;font-size:1.2em;}
.m1 .box .text{color:#182732;font-size:1.37em;}
.m1 .box .l{display:flex;flex-direction:row;gap:10px;align-items:center;font-size:1.12em;color:#182732;line-height:1.5;}
.m1 .box .l img{width:50px;height:auto;}
.m1 .images{display:grid;grid-template-columns:155px 1fr;}
.m1 .images .i-left{background: transparent linear-gradient(0deg, #5A8D8D 0%, #5A8D8D00 100%) 0% 0% no-repeat padding-box;border-radius: 100px 0px 0px 0px;display:flex;flex-direction:column;justify-content:space-between;padding:30px 0;align-items:center;margin-bottom:100px;}
.m1 .images .i-right{padding-top:150px;}
.m1 .images .i-right img{width:100%;height:auto;border-radius:0 100px 0 0;}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:100px 0;background:url('../images/m2-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m2 .title{margin-bottom:50px;text-align:center;}
.m2 .title h2{font-size:35px;font-weight:700;}
.m2 .title h2 a{color:#545B64;}
.m2 .title h2 span{color:#5A8D8D;}
.m2 .title p{font-size:25px;color:#5A8D8D;}
.m2 .box .img{border-radius:20px;overflow:hidden;position:relative;}
.m2 .box .img img{width:100%;height:370px;object-fit:cover;position:relative;z-index:8;}
.m2 .box .img:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background: transparent linear-gradient(180deg, #545B6400 0%, #545B64 100%) 0% 0% no-repeat padding-box;z-index:9;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 .box:hover .img:before{background: transparent linear-gradient(360deg, #5A8D8D 0%, #5A8D8D00 100%) 0% 0% no-repeat padding-box;}
.m2 .box .content{padding:30px 0;}
.m2 .box .content .text{margin-bottom:20px;min-height:130px;}
.m2 .box .content .more{display:block;width:fit-content;overflow:hidden;border:1px solid #5A8D8D;border-radius:10px;color:#5A8D8D;line-height:42px;padding:0 20px;position:relative;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 .box .content .more:before{content:'';width:0;height:100%;opacity:0;visibility:hidden;position:absolute;top:0;left:0;background: transparent linear-gradient(89deg, #5A8D8D 0%, #5A8D8D00 100%) 0% 0% no-repeat padding-box;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;z-index:8;}
.m2 .box .content .more:hover:before{width:100%;opacity:1;visibility:visible;}
.m2 .box .content .more:hover{color:#ffffff;}
.m2 .box .content .more *{position:relative;z-index:9;}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:75px 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 .title{margin-bottom:50px;text-align:center;}
.m3 .title h2{font-size:35px;font-weight:700;}
.m3 .title h2 a{color:#545B64;}
.m3 .title h2 span{color:#5A8D8D;}
.m3 .title p{font-size:25px;color:#5A8D8D;}
.m3 .box .img{border-radius:20px;overflow:hidden;position:relative;}
.m3 .box .img img{width:100%;height:370px;object-fit:cover;position:relative;z-index:8;}
.m3 .box .img:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background: transparent linear-gradient(180deg, #545B6400 0%, #545B64 100%) 0% 0% no-repeat padding-box;z-index:9;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 .box:hover .img:before{background: transparent linear-gradient(360deg, #5A8D8D 0%, #5A8D8D00 100%) 0% 0% no-repeat padding-box;}
.m3 .box .content{padding:30px 0;}
.m3 .box .content .text{margin-bottom:20px;min-height:130px;}
.m3 .box .content .more{display:block;width:fit-content;overflow:hidden;border:1px solid #5A8D8D;border-radius:10px;color:#5A8D8D;line-height:42px;padding:0 20px;position:relative;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 .box .content .more:before{content:'';width:0;height:100%;opacity:0;visibility:hidden;position:absolute;top:0;left:0;background: transparent linear-gradient(89deg, #5A8D8D 0%, #5A8D8D00 100%) 0% 0% no-repeat padding-box;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;z-index:8;}
.m3 .box .content .more:hover:before{width:100%;opacity:1;visibility:visible;}
.m3 .box .content .more:hover{color:#ffffff;}
.m3 .box .content .more *{position:relative;z-index:9;}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:50px 0;}
.m4 .title{margin-bottom:50px;overflow:hidden;}
.m4 .title h2{font-size:35px;font-weight:700;width:fit-content;position:relative;padding-right:50px;}
.m4 .title h2:before{content:'';width:400%;height:1px;background:#5A8D8D;top:50%;right:0;transform:translate(100%,0);position:absolute;}
.m4 .title h2 a{color:#545B64;}
.m4 .title h2 span{color:#5A8D8D;}
.m4 .box{display:flex;flex-direction:column;height:100%;justify-content:center;gap:50px;}
.m4 .box .text{font-size:22px;color:#182732;}
.m4 .box .list .list-item{font-size:25px;color:#5A8D8D;font-weight:700;}
.m4 .box .list .list-item i{color:#A4C7C7;}
.m4 .img img{width:100%;height:auto;}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:75px 0;overflow:hidden;}
.m5 .title{margin-bottom:-30px;overflow:hidden;}
.m5 .title h2{font-size:35px;font-weight:700;width:fit-content;position:relative;padding-right:50px;}
.m5 .title h2 a{color:#545B64;}
.m5 .title h2 span{color:#5A8D8D;}
.m5 .box{display:flex;flex-direction:column;height:100%;justify-content:center;gap:50px;padding-left:50px;padding-top:50px;padding-bottom:50px;padding-right:25%;position:relative;}
.m5 .box:before{content:'';width:500%;height:80%;border-radius:20px 0 0 20px;position:absolute;top:10%;left:0;z-index:-9;background:url('../images/m5-bg.jpg') no-repeat  center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m5 .box h2{font-size:27px;color:#ffffff;position:relative;}
.m5 .box h2:before{content:'';width:175px;bottom:-30px;left:-20px;height:1px;background:#ffffff;position:absolute;}
.m5 .box .text{color:#ffffff;font-weight:200;}
.m5 .box .more{display:block;width:fit-content;background:#ffffff;line-height:60px;padding:0 30px;color:#545B64;font-weight:600;}
.m5 .img{box-shadow: 0px 8px 120px #00000026;border-radius: 10px;overflow:hidden;}
.m5 .img img{width:100%;height:auto;}

/*--- M6 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m6{padding:50px 0 150px 0;background:url('../images/m6-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m6 .title{margin-bottom:75px;}
.m6 .title h2{text-align:center;font-size:35px;font-weight:700;}
.m6 .title h2 a{color:#545B64;}
.m6 .list{display:flex;flex-direction:row;gap:30px;width:90%;left:0;right:0;margin:0 auto;flex-wrap:wrap;margin-bottom:50px;}
.m6 .list-item{max-width:calc(11.11% - 30px);flex:0 0 calc(11.11% - 30px);}
.m6 .list-item button{border:2px solid transparent;background:unset;width:100%;opacity:.5;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;}
.m6 .list-item button img{display:block;width:100%;height:50px;object-fit:contain;}
.m6 .list-item button:hover, .m6 .list-item .active{opacity:1;border:2px solid #A4C7C7;}
.m6 .list-body{position:relative;}
.m6 .list-body .list-body-item{position:absolute;top:0;left: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;}
.m6 .list-body .list-body-item-active{position:relative;opacity:1;visibility:visible;}
.m6 .box{padding:30px;border:1px solid #A4C7C7;margin-bottom:30px;border-radius:15px;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;}
.m6 .box:hover{box-shadow: 0px 5px 13px #00000029;background:#ffffff;border:1px solid transparent;}
.m6 .box h3{font-size:20px;line-height:1.2em;min-height:2.4em;}
.m6 .box h3 a{color:#00387D;}
.m6 .box .img{background:#fff;border-radius:15px;margin-bottom:30px;}
.m6 .box .img img{width:100%;height:350px;object-fit:contain;}
.m6 .box .more{border-top:1px solid #A4C7C7;}
.m6 .box .more a{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px 0;}
.m6 .box .more a i{color:#A4C7C7;font-size:22px;}

/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 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;}
footer .f-blog-title{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:50px;}
footer .f-blog-title h2{font-size:35px;font-weight:700;margin:0;padding:0;}
footer .f-blog-title h2 a{color:#545B64;}
footer .f-blog-title h2 span{color:#5A8D8D;}
footer .swiper-nav{display:flex;flex-direction:row;border:1px solid #A4C7C7;border-radius:15px;align-items:center;}
footer .swiper-nav div{width:48px;height:48px;line-height:48px;text-align:center;position:relative;color:#A4C7C7;}
footer .swiper-nav div:active{opacity:.5;}
footer .swiper-nav .swiper-b-prev:before{content:'';width:1px;height:60%;top:20%;right:0;background:#A4C7C7;position:absolute;}
footer .b-box{border:1px solid #E4F5F5;border-radius:20px;padding:15px;background:#ffffff;margin-bottom:30px;}
footer .b-box .content{margin-bottom:20px;}
footer .b-box .content h3{font-size:14px;font-weight:700;line-height:1.2;min-height:3.6em;}
footer .b-box .content h3 a{color:#5A8D8D;}
footer .b-box .content .text{font-size:12px;color:#182732;line-height:20px;min-height:80px;}
footer .b-box .content .more{display:block;width:fit-content;font-size:13px;overflow:hidden;border:1px solid #5A8D8D;border-radius:10px;color:#5A8D8D;line-height:42px;padding:0 20px;position:relative;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;}
footer .b-box .content .more:before{content:'';width:0;height:100%;opacity:0;visibility:hidden;position:absolute;top:0;left:0;background: transparent linear-gradient(89deg, #5A8D8D 0%, #5A8D8D00 100%) 0% 0% no-repeat padding-box;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;z-index:8;}
footer .b-box .content .more:hover:before{width:100%;opacity:1;visibility:visible;}
footer .b-box .content .more:hover{color:#ffffff;}
footer .b-box .content .more *{position:relative;z-index:9;}
footer .b-box .img{border-radius:15px;overflow:hidden;}
footer .b-box .img img{width:100%;height:175px;object-fit:cover;}
footer .whatsapp-line{margin:50px 0;overflow:hidden;}
footer .whatsapp-line a{display:flex;flex-direction:row;position:relative;left:0;right:0;margin:0 auto;align-items:center;gap:20px;line-height:75px;padding:0 30px;color:#FFFFFF;font-size:18px;width:fit-content;background:transparent linear-gradient(180deg, #5A8D8D 0%, #A4C7C7 100%) 0% 0% no-repeat padding-box;border-radius:60px;font-weight:700;}
footer .whatsapp-line a i{font-size:30px;}
footer .whatsapp-line a:before{content:'';width:300%;position:absolute;top:50%;left:0;transform:translate(calc(-100% - 40px),0);height:1px;background:#A4C7C7;}
footer .whatsapp-line a:after{content:'';width:300%;position:absolute;top:50%;right:0;transform:translate(calc(100% + 40px),0);height:1px;background:#A4C7C7;}
footer h3{font-size:18px;font-weight:700;margin-bottom:20px;color:#5A8D8D;}
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 .f-bottom{border-top:1px solid #A4C7C7;padding:50px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
footer .social-media{display:flex;flex-direction:row;gap:15px;}
footer .social-media a{display:block;border:1px solid rgba(0, 0, 0, .5);width:50px;height:50px;line-height:50px;text-align:center;border-radius:50%;}
footer .contracts{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;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;}
footer .swa{text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;}

@media (max-width: 1400px) {
.container{max-width:1140px}
.slider .swiper-slide .text{right:10%;width:50%}
.slider .swiper-slide .text .t2{font-size:2.5em}
}
@media (max-width: 1200px) {
.container{max-width:960px}
header .brands a{padding:5px 15px}
header .brands a img{width:120px}
.slider .swiper-slide .text{right:5%;width:55%}
.slider .swiper-slide .text .t2{font-size:2em}
.m1 .box .t1{font-size:1.5em}
.m1 .box .text{font-size:1.2em}
.m2 .box .img img,.m3 .box .img img{height:300px}
.m4 .box .list .list-item{font-size:20px}
.m5 .box{padding-right:15%}
.m6 .list-item{max-width:calc(14.28% - 30px);flex:0 0 calc(14.28% - 30px)}
.m6 .box .img img{height:280px}
}
@media (max-width: 992px) {
    .container{max-width:720px}
    header .h-wrapper{flex-direction:column;gap:15px}
    header .h-left{width:100%;text-align:center}
    header .logo{display:inline-block}
    header .h-right{width:100%}
    header .brands{justify-content:center;margin-bottom:15px;flex-wrap:wrap}
    header .menu{width:100%}
    header .menu .menu-bar{display:block;background:#5A8D8D;color:#fff;padding:12px 20px;border-radius:30px;cursor:pointer;text-align:center;font-weight:600;width:100%;box-sizing:border-box}
    header .menu > ul{display:none;flex-direction:column;background:#fff;position:absolute;top:100%;left:0;right:0;z-index:100;box-shadow:0 10px 20px #0000001a;border-radius:0 0 20px 20px;gap:0;margin-top:5px}
    header .menu > ul > li{border-bottom:1px solid #eee}
    header .menu > ul > li > a{padding:12px 20px;font-weight:400;display:block}
    .slider .swiper-slide{position:relative;min-height:400px;display:flex;align-items:center}
    .slider .swiper-slide img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}
    .slider .swiper-slide .text{position:relative;right:auto;top:auto;width:90%;height:auto;margin:0 auto;text-align:center;align-items:center;background:#0009;padding:20px;border-radius:20px;z-index:2;gap:15px}
    .slider .swiper-slide .text .t1,.slider .swiper-slide .text .t2{color:#fff;text-align:center}
    .slider .swiper-slide .text .t2{font-size:1.8em}
    .slider .swiper-nav{width:80%;bottom:20px;top:auto;margin:0 auto;z-index:3}
    .m1 .images{grid-template-columns:1fr;margin-top:40px}
    .m1 .images .i-left{flex-direction:row;justify-content:center;gap:30px;margin-bottom:0;border-radius:20px}
    .m1 .images .i-right{padding-top:30px}
    .m2 .box .content .text,.m3 .box .content .text{min-height:auto}
    .m4 .title h2:before,.m5 .title h2:before{display:none}
    .m4 .box,.m5 .box{text-align:center;align-items:center;padding:30px}
    .m5 .box{padding:40px 20px}
    .m5 .box:before{width:100%;border-radius:20px;height:100%;top:0;left:0;right:0}
    .m5 .box h2:before{left:50%;transform:translateX(-50%);width:100px;bottom:-20px}
    .m5 .row{flex-direction:column-reverse}
    .m5 .col-lg-6{width:100%;margin-bottom:30px}
    .m5 .img{margin-top:20px}
    .m6 .list{gap:15px;justify-content:center}
    .m6 .list-item{max-width:calc(20% - 15px);flex:0 0 calc(20% - 15px)}
    .m6 .box .img img{height:200px}
    footer .f-blog-title{flex-direction:column;align-items:center;gap:20px}
    footer .b-box{margin-bottom:20px}
    footer .whatsapp-line a:before,footer .whatsapp-line a:after{display:none}
    footer .f-bottom{flex-direction:column;gap:20px;text-align:center}
    footer .contracts{justify-content:center}
}
@media (max-width: 768px) {
    .container{max-width:540px}
    header .brands a{padding:5px 10px}
    header .brands a img{width:100px}
    header .brands a span{font-size:.7em}
    .slider .swiper-slide{min-height:450px}
    .slider .swiper-slide .text .t2{font-size:1.4em}
    .slider .swiper-slide .text .more{font-size:.9em;padding:8px 16px}
    .slider .swiper-nav .swiper-slide-prev,.slider .swiper-nav .swiper-slide-next{font-size:14px}
    .m2 .title h2,.m3 .title h2,.m4 .title h2,.m5 .title h2,.m6 .title h2,footer .f-blog-title h2{font-size:28px}
    .m2 .title p,.m3 .title p{font-size:18px}
    .m1 .box .t1{font-size:1.3em}
    .m1 .box .text{font-size:1.1em}
    .m1 .box .l{font-size:1em}
    .m2 .box .img img,.m3 .box .img img{height:250px}
    .m4 .box .text{font-size:18px}
    .m4 .box .list .list-item{font-size:18px}
    .m5 .box h2{font-size:22px}
    .m5 .box .more{line-height:50px;padding:0 20px;font-size:14px}
    .m5 .box .text{font-size:14px}
    .m6 .list-item{max-width:calc(25% - 15px);flex:0 0 calc(25% - 15px)}
    .m6 .box{padding:15px}
    .m6 .box h3{font-size:16px}
    .m6 .box .img img{height:160px}
    footer .b-box .content h3{font-size:13px}
    footer .b-box .content .text{font-size:11px;min-height:auto}
    footer .b-box .img img{height:140px}
}
@media (max-width: 576px) {
    .container{max-width:100%;padding:0 15px}
    header .brands{align-items:center;gap:10px}
    header .brands a{width:45%;text-align:center;padding:8px 15px}
    header .menu .menu-bar{border-radius:20px;padding:10px;font-size:14px}
    .slider{padding:0 10px}
    .slider .swiper-slide{min-height:450px}
    .slider .swiper-slide .text{width:95%;padding:15px}
    .slider .swiper-slide .text .t1{font-size:.9em}
    .slider .swiper-slide .text .t2{font-size:1.2em}
    .slider .swiper-nav{width:95%;bottom:10px}
    .slider .swiper-nav .swiper-slide-prev,.slider .swiper-nav .swiper-slide-next{font-size:12px;padding:0 8px}
    .m1,.m2,.m3,.m4,.m5,.m6{padding:40px 0}
    .m2 .row,.m3 .row{row-gap:30px}
    .m2 .box .img img,.m3 .box .img img{height:200px}
    .m4 .box .list .list-item{font-size:16px}
    .m4 .box .text{font-size:16px}
    .m5 .box{padding:30px 15px}
    .m5 .box h2{font-size:20px}
    .m5 .box .more{line-height:44px;padding:0 15px;font-size:13px}
    .m6{padding-bottom:80px}
    .m6 .list{gap:10px}
    .m6 .list-item{max-width:calc(33.33% - 10px);flex:0 0 calc(33.33% - 10px)}
    .m6 .list-item button img{height:35px}
    .m6 .box .img img{height:130px}
    .m6 .box h3{font-size:14px;min-height:auto}
    .m6 .box .more a{padding:10px 0}
    footer{padding:30px 0}
    footer .whatsapp-line a{font-size:14px;line-height:50px;padding:0 20px;gap:10px}
    footer .whatsapp-line a i{font-size:22px}
    footer .logo{margin-bottom:20px}
    footer .list{margin-bottom:30px;text-align:center}
    footer .list > ul > li{justify-content:center}
    footer .f-bottom{padding:30px 0}
    footer .social-media{justify-content:center}
    footer .contracts a{font-size:.7em;padding:0 5px}
    footer .copyright{font-size:10px}
}
@media (max-width: 400px) {
    .m2 .title h2,.m3 .title h2,.m4 .title h2,.m5 .title h2,.m6 .title h2,footer .f-blog-title h2{font-size:22px}
    .m2 .title p,.m3 .title p{font-size:14px}
    .m6 .list-item{max-width:calc(50% - 10px);flex:0 0 calc(50% - 10px)}
    .slider .swiper-slide .text .t2{font-size:1em}
    .slider .swiper-slide .text .t1{font-size:.8em}
}
/*--- 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;}
.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: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);}