@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: 'new_orderbold';
    src: url('../fonts/neworder/new_order_bold-webfont.woff2') format('woff2'),
         url('../fonts/neworder/new_order_bold-webfont.woff') format('woff'),
         url('../fonts/neworder/new_order_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'new_orderlight';
    src: url('../fonts/neworder/new_order_light-webfont.woff2') format('woff2'),
         url('../fonts/neworder/new_order_light-webfont.woff') format('woff'),
         url('../fonts/neworder/new_order_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'new_ordermedium';
    src: url('../fonts/neworder/new_order_medium-webfont.woff2') format('woff2'),
         url('../fonts/neworder/new_order_medium-webfont.woff') format('woff'),
         url('../fonts/neworder/new_order_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'new_orderregular';
    src: url('../fonts/neworder/new_order_regular-webfont.woff2') format('woff2'),
         url('../fonts/neworder/new_order_regular-webfont.woff') format('woff'),
         url('../fonts/neworder/new_order_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'new_ordersemibold';
    src: url('../fonts/neworder/new_order_semibold-webfont.woff2') format('woff2'),
         url('../fonts/neworder/new_order_semibold-webfont.woff') format('woff'),
         url('../fonts/neworder/new_order_semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: 'new_ordermedium';
    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:10px 0;}
header .container{display:flex;flex-direction:row;align-items:center;gap:100px;}
header .logo{max-width:175px;flex:0 0 175px;}
header .logo img{display:block;max-width:100%;height:auto;}
header .menu{flex-basis:0;flex:1;position:relative;}
header .menu>.menu-bar{display:none;}
header .menu>ul{display:flex;flex-direction:row;justify-content:flex-end;gap:50px;margin:0;padding:0;list-style:none;}
header .menu>ul>li>a{display:block;font-family: 'new_ordermedium';font-size:1.2em;color:#272B5E;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;}
header .menu>ul>li>a:hover{transform:scale(1.1);}
@media only screen and (max-width:991px){
    header .container{flex-direction:unset;align-items:unset;gap:unset;display:block;}
    header .logo{max-width:100%;flex:0 0 100%;margin-bottom:20px;}
    header .logo img{margin:0 auto;}
    header .menu>.menu-bar{display:block;padding:10px;font-size:1.2em;background:#272B5E;color:#fff;}
    header .menu>ul{display:none;flex-direction:unset;justify-content:unset;position:absolute;background:rgba(0, 0, 0, .9);width:100%;z-index:99;padding:10px;}
    header .menu>ul>li>a{border-bottom:1px solid #666;color:#fff;line-height:35px;padding:10px;}
    header .menu>ul>li:last-child>a{border:0;}
}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{}
.slider .swiper-slide{position:relative;}
.slider .swiper-slide img{width:100%;height:100vh;object-fit:cover;}
.slider .swiper-slide .text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;}
.slider .swiper-slide .text .box{width:50%;}
.slider .swiper-slide .text .box h2{font-size:3.93em;font-family: 'new_orderbold';color:#fff;margin-bottom:40px;}
.slider .swiper-slide .text .box p{font-size:1.6em;color:#fff;font-family: 'new_orderlight';margin-bottom:40px;}
.slider .swiper-slide .text .box .more{display:block;width:fit-content;padding:0 20px;line-height:45px;border-radius:5px;background:#fff;}
.slider .swiper-nav{border:1px solid red;position:absolute;right:10%;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:fit-content;height:100%;}
.slider .swiper-nav .swiper-pagination{position:relative;width:fit-content;height:fit-content;flex-direction:column;display:flex;border-left:1px solid #fff;}
.slider .swiper-nav .swiper-pagination span{width:70px;height:70px;display:flex;justify-content:center;align-items:center;font-size:2em;color:#fff;position:relative;}
.slider .swiper-nav .swiper-pagination .swiper-pagination-bullet{border-radius:0;background:unset;font-weight:400}
.slider .swiper-nav .swiper-pagination .swiper-pagination-bullet-active{font-weight:700;}
.slider .swiper-nav .swiper-pagination .swiper-pagination-bullet-active:before{content:'';width:5px;height:100%;position:absolute;left:-7px;background:#fff;top:0;border-radius:5px;}
.section-main{background:url('../images/bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
@keyframes leftToRight{
    0%{
        object-position:right;
    }
    100%{
        object-position:left;
    }
}
@media only screen and (max-width: 991px){
    .slider .swiper-slide .text .box{width:75%;}
    .slider .swiper-slide img{height:65vh;}
    .slider .swiper-slide-active img{animation: leftToRight infinite 7s linear;}
    .slider .swiper-slide .text .box h2{font-size:3em;}
    .slider .swiper-slide .text .box p{font-size:1.1em;}
    .slider .swiper-nav{right:15px;}
}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{overflow:hidden;}
.m1 .m1-wrapper{display:flex;}
.m1 .m1-wrapper>div{max-width:50%;flex:0 0 50%;}
.m1 .m1-wrapper .img img{width:100%;height:100%;object-fit:cover;}
.m1 .m1-wrapper .m1-left{position:relative;}
.m1 .m1-wrapper .m1-left:before{content:'';width:115px;height:115px;background:#272B5E;position:absolute;bottom:0;right:0;transform:translate(100%,100%);}
.m1 .m1-wrapper .m1-right{}
.m1 .m1-wrapper .box{display:flex;justify-content:space-between;padding:15%;flex-direction:column;height:100%;}
.m1 .m1-wrapper .box h2{font-size:1.68em;color:#272B5E;text-transform:uppercase;}
.m1 .m1-wrapper .box span{display:block;font-size:3.37em;color:#000000;}
.m1 .m1-wrapper .box .text{font-size:1.28em;}
.m1 .m1-wrapper .box .more{display:block;font-size:1.68em;color:#272B5E;font-family: 'new_orderbold';}
@media only screen and (max-width:991px){
    .m1 .m1-wrapper{flex-direction:column-reverse;gap:30px;}
    .m1 .m1-wrapper>div{max-width:100%;flex:0 0 100%;}
    .m1 .m1-wrapper .box{padding:30px;}
    .m1 .m1-wrapper .box span{font-size:2.5em;line-height:1.2em;margin-bottom:30px;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:150px 0;overflow:hidden;height:fit-content;}
.m2 .title{margin-bottom:50px;}
.m2 .title h2{font-size:1.68em;text-transform:uppercase;font-family: 'new_ordermedium';}
.m2 .title p{width:40%;font-size:1.2em;}
.m2 .m2-body{position:relative;width:150%;margin-bottom:50px;}
.m2 .m2-body .box{border-radius:50%;position:relative;overflow:hidden;margin-bottom:30px;}
.m2 .m2-body .box img{width:100%;height:auto;aspect-ratio:1/1;border-radius:50%;}
.m2 .m2-body .box .mask{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;}
.m2 .m2-body .box .mask:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background: transparent linear-gradient(180deg, #3BBAC6 0%, #272B5E 100%) 0% 0% no-repeat padding-box;mix-blend-mode: multiply;border-radius:50%;}
.m2 .m2-body .box .mask>*{position:relative;z-index:99;}
.m2 .m2-body .box .mask h3{font-size:1.93em;color:#fff;font-family: 'new_orderlight';text-align:center;text-transform:uppercase;line-height:1.2;min-height:2.4em;}
.m2 .m2-body .box .mask img{width:42px;height:42px;object-fit:contain;display:block;margin:0 auto;}
.m2 .swiper-nav{display:flex;flex-direction:row;gap:10px;}
.m2 .swiper-nav>div{width:35px;height:35px;border-radius:5px;line-height:35px;text-align:center;border:2px solid #444;}
.m2 .swiper-nav>div:active{opacity:.5;}
.m2 .more{display:block;font-size:1.68em;color:#272B5E;font-family: 'new_orderbold';width: fit-content;margin:0 auto;}
@media only screen and (max-width:767px){
    .m2 .title{text-align:center;}
    .m2 .title p{width:75%;margin:0 auto;}
    .m2 .m2-body{width:100%;}
    .m2 .swiper-nav{justify-content:center;}
}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:50px 0;}
.m3 .title{margin-bottom:50px;}
.m3 .title h2{font-size:2.4em;font-family: 'new_ordermedium';text-align:center;color:#272B5E;text-transform:uppercase;}
.m3 .title p{padding:0 30%;text-align:center;font-size:1.3em;color:#9A9A9A;font-family: 'new_orderlight';}
.m3 .list{margin-bottom:50px;}
.m3 .list>ul{list-style:none;margin:0;padding:0;justify-content:space-between;display:flex;flex-direction:row;}
.m3 .list>ul>li{border-right:1px solid #707070;flex:1;position:relative;}
.m3 .list>ul>li:last-child{border:0;}
.m3 .list>ul>li>button{background:unset;border:0;position:relative;font-size:1.12em;text-align:center;width:100%;line-height:1.1em;min-height:3.3em;position:relative;}
.m3 .list>ul>li>.active:before{content:'';width:50px;position:absolute;left:0;right:0;bottom:0;margin:0 auto;background:#000000;height:4px;border-radius:8px;}
.m3 .list-body{position:relative;}
.m3 .list-body .list-body-item{position:absolute;top:0;left:0;width:100%;height:fit-content;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;}
.m3 .list-body .list-body-item-active{position:relative;opacity:1;visibility:visible;}
.m3 .product-box{background:#FAFAFA;border-radius:29px;padding:20px;box-shadow: 5px 7px 8px #00000017;margin-bottom:30px;}
.m3 .product-box .img{width:100%;height:fit-content;aspect-ratio:1/1;background:#fff;border-radius:29px;overflow:hidden;}
.m3 .product-box .img img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;}
.m3 .product-box .content{padding-top:20px;}
.m3 .product-box .content h3{font-size:1.2em;color:#000000;line-height:1.2;min-height:6em;text-align:center;}
.m3 .product-box .content .whatsapp{display:flex;align-items:center;width:fit-content;margin:0 auto;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 3px 6px #00000029;border-radius: 8px;color:#59C86C;line-height:40px;padding:0 20px;gap:20px;}
.m3 .product-box .content .whatsapp>i{width:20px;height:20px;border-radius:50%;background:#59C86C;color:#fff;text-align:center;line-height:20px;border-radius:50%;}
@media only screen and (max-width:767px){
    .m3 .title p{padding:0 30px;}

    .m3 .list{overflow:scroll;padding:10px 0;}
    .m3 .list>ul>li{flex:0 0 35%;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:50px 0 0 0;position:relative;}
.m4 .title{margin-bottom:50px;}
.m4 .title h2{font-size:2.4em;font-family: 'new_ordermedium';text-align:center;color:#272B5E;text-transform:uppercase;}
.m4 .title h2>strong{font-family: 'new_orderbold';}
.m4 .list{position:relative;z-index:9;}
.m4 .list>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;}
.m4 .list>ul>li{max-width:calc(50% - 20px);flex:0 0 calc(50% - 20px);}
.m4 .list>ul>li>strong{display:block;font-size:1.4em;font-family: 'new_ordersemibold';margin-bottom:30px;}
.m4 .list>ul>li>p{font-size:1.1em;line-height:1.1;min-height:6em;}
.m4 .m4-icon{text-align:center;position:relative;}
.m4 .m4-icon:before{content:'';width:100%;height:2px;background:#707070;position:absolute;top:50%;left:0;}
.m4 .m4-icon>div{background:#fff;position:relative;z-index:9;width:fit-content;border-radius:50%;display:block;margin:0 auto;padding:20px;max-width:50%;}
.m4 .m4-icon>div>img{max-width:100%;height:auto;}
.m4 .bg{position:absolute;top:0;right:0;height:100%;width:auto;z-index:0;}
@media only screen and (max-width:767px){
    .m4 .list{position:relative;z-index:9;}
    .m4 .m4-icon{margin-bottom:30px;}
    .m4 .bg{opacity:.5;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m4 .bg{opacity:.5;}
}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{margin-bottom:100px;}
.m5 ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;}
.m5 ul>li{flex:1;}
.m5 ul>li>strong{display:block;text-align:center;font-size:2.87em;font-family: 'new_orderbold';}
.m5 ul>li>span{display:block;text-align:center;font-size:.9em;color:#494A5A;}
@media only screen and (max-width:767px){
    .m5 ul{flex-wrap:wrap;}
    .m5 ul>li{flex:0 0 50%;max-width:50%;}
}
/*--- M6 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m6{padding:50px 0;}
.m6 .title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:30px;}
.m6 .title h2{font-size:2.4em;font-family: 'new_ordermedium';color:#272B5E;text-transform:uppercase;margin:0;}
.m6 .swiper-nav{display:flex;flex-direction:row;gap:10px;}
.m6 .swiper-nav>div{width:30px;height:30px;line-height:30px;text-align:center;font-size:2.4em;color:#272B5E;}
.m6 .box{border:1px solid #E0E0E0;padding:50px;margin-bottom:30px;}
.m6 .box h3{font-size:1.25em;font-family: 'new_orderbold';color:#363636;line-height:1.2em;min-height:2.4em;}
.m6 .box p{margin:0;padding:0;line-height:1.1;min-height:6em;font-family: 'new_orderlight';}
.m6 .box .more{display:block;width:fit-content;color:#333333;font-weight:.8em;font-family: 'new_orderbold';;padding:20px;}
.m6 .box .more>i{color:#3BBAC6;}
.m6 .all{display:block;width:fit-content;margin:0 auto;font-size:1.4em;color:#272B5E;font-family: 'new_orderbold';}
strong{font-family: 'new_orderbold';}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 0 0 0;background:var(--bg-color);color:#fff;}
footer a{color:#fff;}
footer .f-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:50px;}
footer .f-top .f-top-left{max-width:33.33%;flex:0 0 33.33%;font-size:1.62em;color:#fff;font-family: 'new_orderbold'}
footer .f-top .f-top-right{max-width:33.33%;flex:0 0 33.33%;display:flex;justify-content:flex-end;}
footer .f-top .f-top-right a{display:block;width:fit-content;border:1px solid #fff;border-radius:28px;line-height:40px;padding:0 30px;color:#fff;text-transform:uppercase;}
footer h3{font-size:1.06em;margin-bottom:20px;text-transform:uppercase;}
footer .logo{margin-bottom:50px;}
footer .logo img{width:100%;height:auto;}
footer .list{margin-bottom:50px;padding-top:50px;position:relative;}
footer .list:before{content:'';width:90%;position:absolute;top:0;left:0;right:0;margin:0 auto;border-top:1px solid #3AB9C6;}
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 .sm>ul>li>a{text-transform:uppercase;}
footer .box{margin-bottom:50px;padding-top:50px;position:relative;}
footer .box:before{content:'';width:90%;position:absolute;top:0;left:0;right:0;margin:0 auto;border-top:1px solid #3AB9C6;}
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: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;}
@media only screen and (max-width:767px){
    footer .f-top{flex-direction:column;}
    footer .f-top .f-top-left{max-width:100%;flex:0 0 100%;text-align:center;margin-bottom:30px;}
    footer .f-top .f-top-right{max-width:100%;flex:0 0 100%;}
}
/*--- 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;}
.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;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);}