
        .swiper-pagination-service {
            position: absolute;
            text-align: center;
            transition: .3s opacity;
            transform: translate3d(0, 0, 0);
            z-index: 10;
        }

*::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}
  
*::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #279461, #89f1a6);
    border-radius: 100px;
    border: 1px solid #a4f7bb;
}
  
body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #279461, #89f1a6);
    border-radius: 100px;
}
  
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #3cd88f, #a4f7bb);
}


body::-webkit-scrollbar {
    width: 10px;
}

*{
    font-family: sans-serif !important;
}

body{
    overflow-x: hidden !important;
}

.swiper{
    cursor: grab;
}
p{
    font-weight:100; letter-spacing: .2px;
}
.thin-text{
    font-weight: 100 !important;
}
.swiper {
    width: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider-img-cent{
    justify-content: center !important;
  }








.sideMenu{
    width: 30px;
    margin-right: 20px;
    cursor: pointer;
    display: none;
}

.sideMenu div{
    width: 100%;
    height:2px;
    background-color: white;
    border-radius: 20px;
    margin: 8px 0;
}



  .swiper-slide .newImg{
      height: 25px
  }
  .swiper-slide .womImg{
      height: 35px
  }


  .vanity{
    height: 100vh; 
    width: 300px; 
    background: black; 
    position: fixed; 
    z-index: 20000000; 
    top:0; 
    padding-left: 25px;
    padding-top: 10px;
    right:-300px;
    transition: .3s;
  }

  .vanity .close span{
    color: white;
    cursor: pointer;
  }
  .vanity .close span{
    color: white;
  }
  .vanity .menu{
    margin-top:50px;
  }
  .vanity .menu a{
    text-decoration: none;
  }
  .vanity .menu a div{
    width: 100%;
    color: white;
    padding:10px 0;
    padding-left:15px;
    border-radius: 100px 0 0 100px;
  }
  .vanity .menu a div:hover{
    background-color: white;
    color: black;
  }


/* Slider Style ends here */

.top{
    width: 100%;
    background: linear-gradient(180deg, #5FAF62, #309767) ;
}
.motorWeight{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height:35px;
}

.socials{
    margin-left: 20px;
    display: flex;
    width: 60px;
    justify-content: space-between;
}

.socials a{
    color: white;
    text-decoration: none;
    margin: 10px 5px;
}

.contacts{
    margin-right: 10px;
}

.contacts a{
    color: white;
    text-decoration: none;
    font-size: 80%;
    font-weight: 100;
    letter-spacing: 1px;
}
.contacts a:nth-child(1){
    border-right: 1px solid white;
    padding:0 6px;
}

header{
    z-index: 3;
}

#main-navigation{
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15));
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    border: 1px solid rgba(20, 46, 22,0.7);
    z-index: 3;
}

.main-banner{
    border-radius: 0 0 25% 100%;
    width: 100%;
    min-height: 90vh;
    background-color: black;
    overflow: hidden;
    z-index: 1;
}
.main-banner .overlay{
    width: 100%;
    min-height: 90vh;
    background: linear-gradient(200deg, rgba(0,0,0,0),rgba(0,0,0,0), #112913a2, #112913);
}

.main-form form{
    width: 80%;
}

.main-form form div{
    width: 100%;
}

.main-form form div input,
.main-form form div textarea{
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
    border-bottom: 1px solid #22542D;
}

.main-form form div input[type='submit']{
    border: 1px solid white;
    background-color: white;
    color: #031b07;
    width: fit-content;
    border: none; 
    padding: none;
    height: fit-content;
    padding: 10px 20px;
    font-size: 90%;
    font-weight: bold;
    border-radius: 100px;
    transition: .2s;
}
.main-form form div input[type='submit']:hover{
    background-color: #204223;
    color: white;
}

#main-navigation .menu-containers{
    display: flex;
    align-items: center;
}

#main-navigation .menu-containers menu{
    display: flex;
    height: 26px;
}

#main-navigation .menu-containers menu div{
    margin: 0 15px;
    width: 60px;
    height: 25px;
    padding: 0;
    transition: .2s;
}
#main-navigation .menu-containers menu div:hover{
    cursor: pointer;
}

#main-navigation .menu-containers menu div .hoverThisEffect{
    width: 0.000000001%;
    height:2px;
    margin:0;
    padding:0;
    background-color: rgba(43, 109, 48, 1);
    transition: .4s ease-in;
}
#main-navigation .menu-containers menu div:hover .hoverThisEffect{
    width: 100%;
}

#main-navigation .menu-containers menu div a .option-name{
    width: 60px;
    line-height: 26px;
    font-size:90%;
    font-weight: 100;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

#main-navigation .menu-containers menu div a{
    text-decoration: none;
    color: unset;
}

/* .randobin::after{
    content: '';
    width: 20px;
    height: 10px;
    background-color: red;
} */

#main-navigation .menu-containers menu div .dropDown{
    background: transparent;
    width: 140px;
    margin:0;
    padding:0;
    opacity: 0;
    animation-delay: 0s;
    animation: disappear_if_none .2s forwards;
    cursor: default;
    border-radius: 5px;
    overflow: hidden;
}

#main-navigation .menu-containers menu div .dropDown a{
    text-decoration: none;
    color: unset;
}

#main-navigation .menu-containers menu div .dropDown a div{
    width: 100%;
    padding:5px 10px;
    font-size:70%;
    transition: .2s;
    margin:0;
}
#main-navigation .menu-containers menu div .dropDown a div:hover{
    background-color: #309767;
    color: white;
    cursor: pointer;
}


#main-navigation .menu-containers menu div:hover .dropDown{
    animation: appear_if_none .5s forwards;
}


@keyframes disappear_if_none{
    0%{
        margin-top:0;
        opacity: 1;
        display: block;
        visibility:visible;
        z-index: 1;
    }
    100%{
        margin-top:20px;
        opacity: 0;
        display: none;
        visibility: hidden;
        z-index: -10;
    }
}

@keyframes appear_if_none{
    0%{
        margin-top:20px;
        opacity: 0;
        display: none;
        visibility: hidden;
        z-index: -10;
    }
    100%{
        margin-top:0;
        opacity: 1;
        display: block;
        visibility:visible;
        z-index: 1;
    }
}
.call-to-action button{
    border: none;
    outline: none;
    background-color: #64B449;
    color: white;
    padding: 4px 10px;
    border-radius: 7px;
    margin-right:25px;
}

.banner-conter{
    min-height: calc(70vh - 70px);
    position: absolute;
    width: 100%;    
    top:110px;
    z-index: 2;
    display: flex;
    align-items: center;
}

.banner-conter .inner-1 .inner-2 .inner-3 h1{
    color: white;
    font-weight: 1000;
    font-size: 290%;
    line-height: 40px;
}
.banner-conter .inner-1 .inner-2 .inner-3 p{
    color: white;
    font-size: 100%;
    font-weight: 100;
    letter-spacing: .5px;
    margin-top:15px;
}

.banner-buttons{
    margin-top:20px;
    margin-bottom:20px;
}

.banner-buttons button{
    outline: none;
    border: none;
    padding: 6px 12px;
    font-size: 90%;
    border: 1px solid #FFF;
    background-color: transparent;
    color: white;
    font-weight: 100;
    margin-right: 5px;
    border-radius: 300px;
    transition: .2s;
}

.banner-buttons button:nth-child(1){
    color: #112913;
    background-color: white;
}

.banner-buttons button:hover{
    background-color: #4BA564;
    color: white;
    border: 1px solid #4BA564;
}

.main-section{
    margin-top: -150px;
    height:300px; 
    background: transparent; 
    z-index: 4 !important;
}

.w-slidero{
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(180deg, #282828ee, #4d4c4cd3);
    border-radius: 20px;
}

.our-ideology p{
    font-weight: 100;
    font-size: 180%;
    color: #309767;
}
.our-ideology h2{
    font-weight: 800;
    line-height: 45px;
    font-size: 300%;
}


.stylest{
    font-size:1200%;
    font-weight: 1000;
    position: absolute;
    right:0;
    z-index:-12;
    margin:0;
    padding:0;
    text-transform: uppercase;
    color: #4BA564;
    opacity: 0.15;
    margin-top: -40px;
    letter-spacing: 3px;
}



.what-we-achieved{
    margin-top:40px;
    border-radius: 25px;
    background-color: #112913;
    background: url(../../assets/img/imgpsh_fullsize_anim.png);
    background-size: cover;
    background-position: center;
}
.what-we-achieved .mutu{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.what-we-achieved .mutu .brb{
    background-color: #22542D;
    width: 70%;
    height: 2px;
    margin-top:45px;
    border-radius: 20px;
}

.what-we-achieved .mutu h2{
    color: white;
    font-weight: 500;
    background-color: #16221B;
    margin-top:-25px;
    padding: 0 10px;
}




.our-folio p{
    font-weight: 100;
    font-size: 180%;
    color: #309767;
    text-align: center;
    margin-top: 40px;
}

.our-folio h2{
    font-weight: 800;
    font-size: 300%;
    text-align: center;
}

.our-folio .folio-nav{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top:20px;
}

.our-folio .folio-nav button{
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 80%;
    letter-spacing: .5px;
    margin: 0 15px;
    padding: 8px 17px;
    border-radius: 200px;
    transition: .2s;
}
.our-folio .folio-nav .active{
    background: linear-gradient(115deg,#204223, #4aa05d ) !important;
    color: white;
}

.service-card{
    padding: 25px 0 !important;
    width: 100%;
}
.ser-card-1{
    background-color: #000000;
}
.ser-card-2{
    background-color:#309767;
}
.ser-card-3{
    background-color:#16221B;
}
.ser-card-4{
    background-color:#5FAF62;
}

.box-innerts{
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: yellow; */
}

.box-innerts img{
    margin-bottom: 20px;
}
.box-innerts h2{
    color: white; 
    margin-bottom: 20px;   
}
.box-innerts p{
    color: white;    
    font-weight: 100;
    font-size: 90%;
}











.choose-us .row div h2{
    font-weight: 1000;
    margin: 20px 0;
    text-align: center;

}
.choose-us .row div p{
    text-align: center;
}
.why-us-div{
    width:100%;
    padding: 15px 25px;
    border-radius: 14px;
    transition: .4s;
}
.why-us-div::selection{
    background-color: none;
    color: inherit;
}
.why-us-div:hover{
    background-color: #30976715;
    cursor: default;
}

.why-us-div h3{
    font-weight: 1000;
    color: #7c9b8d;
    margin-top: 15px;
    margin-bottom: 5px;
}

.why-us-div .breaker{
    width: 65px;
    height: 1px;
    background-color: #2e9940;
    margin: 10px 0;
}

.why-us-div p{
    text-align: left !important;
    color: #333;
}



















.afford{
    min-height: 100vh;
    background-image: url(../../assets/img/123.png);
    background-size: cover;
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.afford-main h1{
    font-weight: 300%;
    font-weight: 1000;
    margin-bottom: 10px;
}
.afford-main h2,
.afford-main p{
    color: white;
    text-align: center;
}

.priceSec{
    width: 100%; 
    background: transparent;
    border-radius: 5px;
    border:1px solid rgba(255, 255, 255, 0.637);
}
.priceSec h4{
    text-align: center;
    padding: 20px 0;
    color: white;
    font-weight: 600;
}
.priceSec .contained-pricing{
    background-color: #000000;
    text-align: center;
}
.priceSec .contained-pricing span{
    color: white;
    font-weight: 1000;
    font-size: 350%;
    padding: 18px 0;
}

.featuresAffor{
    width: 100%;
    padding: 20px;
}

.featuresInner{
    width: 100%;
    height: 240px;
    overflow-y: scroll;
}

.downbow{
    color: white;
    font-size:90%;
    margin-bottom: 10px;
}
.downbow img{
    margin-right: 10px;
}



.yoto button{
    outline: none;
    border: none;
    border-radius: 100px;
    padding: 8px 14px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    cursor: pointer;
    transition: .2s;
    font-size: 80%;
    margin: 0 5px;
}
.yoto button:hover{
    background-color: white;
    color: black;
}

.edit div p a{
    color: unset;
    text-decoration: none;
}
.edit div h3{
    font-weight: 1000;
}












.left-process-img{
    width: 100%;
    background-size: cover;
    background-position: top;
    background-image: url(../img/process-bg.png);
}

.inner-card-section{
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    border-radius: 15px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    padding:20px 10px;
    transition: .3s;
}
.inner-card-section:hover{
    transform: scale(1.05);
    cursor: default;
    background-color: rgba(255,255,255,1);
}

.card-main-inner{
    width: 85px;
    height: 85px;
    background-image: url(../img/process-bg.png);
    background-size: cover;
    filter: grayscale(1) blur(.55px);
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 200%;
    font-weight: 1000;
    margin: 5px 0;
    transition: .2s;
}



.inner-card-section:hover div .card-main-inner{
    filter: grayscale(0) blur(.55px);
}

.inner-card-section h6{
    font-weight: 1000;
    font-size: 90%;
    text-align: center;
    margin: 10px 0;
}

.inner-card-section .overstste{
    padding-left: 5px;
    overflow-y: scroll;
    height: 90px;
    margin: 10px 0;
}

.inner-card-section .overstste p{
    font-size: 75%;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    color: #666666;
}

.revamp-right h2{
    font-weight: 1000;
}
.revamp-right p{
    font-size: 115%;
    font-weight: 100;
    color: #666;
    margin: 25px 0;
}

.revamp-right  .btn-container{
    
}

.revamp-right  .btn-container button{
    padding: 10px 20px;
    outline: none;
    border: none;
    border-radius: 100px;
    color: white;
    transition: .25s;
    font-size: 80%;
}
.revamp-right  .btn-container button:hover{
    transform: scale(1.04);
}

.revamp-right  .btn-container .primary{
    background: linear-gradient(145deg, #031b07, #067c1a);
}
.revamp-right  .btn-container .secondary{
    background-color: #000000;
}




























.footer{
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center;
    padding-top:30px;
}

.outline{
    margin-top:30px;
    /* outline */
    -webkit-text-stroke: 1px #333;
    -webkit-text-fill-color: transparent;
    /* fallback */
    color: #333;
    /* for demo purpose */
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
  }

.right-people a{
    padding:13px 23px;
    color: white;
    text-decoration: none;
    border-radius: 100px;
    font-size: 80%;
    margin: 0 4px;
    font-weight: bold;
    transition: .2s;
}

.right-people{
    margin:30px 0;
}

.right-people a:hover{
    transform: scale(1.05);
}

.right-people .secondary{
    background-color: black;
}

.right-people .primary{
    background: linear-gradient(145deg, #031b07, #067c1a);
}












































































@media screen and (max-width:1670px){
    .main-banner{
        border-radius: 0 0 15px 30%;
    }
}

@media screen and (max-width: 1339){
    .stylest{
        font-size:900% !important;
        font-weight: 1000;
    }
}

@media screen and (max-width:1260px){
    .main-banner{
        border-radius: 0 0 20% 50%;
    }
}

@media screen and (max-width: 1140px){
    .stylest{
        display: none;
        visibility: hidden;
        z-index: -3000000;
        opacity: 0;

    }
}

@media screen and (max-width:1030px){
    .main-banner{
        border-radius: 0 0 0% 30%;
    }
}

@media screen and (max-width: 991px) {
    .main-form{
        display: none;
    }
}

@media screen and (max-width: 767px){
    .what-we-achieved .mutu h1{
        border-bottom: #309767 1px solid;
        padding-bottom: 15px;
    }
    .main-banner{
        border-radius: 0;
    }
    .banner-conter{min-height: 90vh;}
    
    .main-section{
        margin-top: -60px;
    }
    .menu-containers{
        display: none;
        visibility: hidden;
        z-index: -3000000;
        opacity: 0;
        position: fixed;
    }
    .sideMenu{
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .w-slidero{
        width: 100%;
        background-color: #CCC;
        margin-top:0;
        border-radius: 0;
    }
    
    .main-section{
        margin-top: 0px;
    }
    .contacts{
        display: none;
    }
    .afford{
        height: 120vh;
    }
}


    @media screen and (max-width: 400px){
            .newImg{
                height:18px !important;
                margin:0 5px !important;
            }
        
    }




/* @media (max-width: 576px) {
    html.filereader.bloburls.canvas.todataurljpeg.todataurlpng.todataurlwebp.no-hiddenscroll.chrome.webkit.win.webp.webp-alpha.webp-animation.webp-lossless {
      height: 80% !important;
    }
    .brevo-conversations--mobile-widget.brevo-conversations--expanded:not(
        .brevo-conversations--transparent
      ) {
      max-height: 60% !important;
      top: unset !important;
      max-width: 80% !important;
      display: block !important;
    }
  } */