*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: 'Poppins', sans-serif;
    /* position: relative; */
}
p{
    text-align: justify;
}


.topbar{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
    z-index: 999;
   
}
.herosection{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    /* margin-top: -120px; */
    
}

.logo-wraper{
    display: flex;
    justify-content: space-between;
    align-items: center;  
    padding: 20px 10px
 
}
.logo-wraper a img{
    max-width: 200px;
    filter: drop-shadow(0px 0px 0px white);
}
.logo-wraper h2{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.logo-wraper h2 span{
    color: #ff0000;
}
.herocontent h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
}
.herocontent p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #e6e6e6;
}
.herocontent h3{
       font-size: 61px;
    font-weight: 700;
    line-height: 1.3;
    color: #ff0000;
    text-transform: uppercase;

}


.herosection .herolist{
    margin: 20px 0px;
    padding-left: 0px;
    max-width: 300px;
}

.herosection .herolist li{ 
 
  margin: 5px 0px;
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  display: inline;
  
}
.herosection .herolist li p{
    color: #fff;
    font-size: 16px;
  font-weight: 500;
      border-top: 1px solid;
      padding: 10px 0px;
}
.herosection .herolist li p:last-of-type{
    color: #fff;
    font-size: 20px;
  font-weight: 500;
    border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}
.btn-wraper{
    margin-top:30px;
    margin-bottom: 30px;
}
.btn-wraper .coustom-btn{
padding: 15px 30px;
    color: #fff;
    background-color: #ff0000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}
.btn-wraper .coustom-btn:hover{
    background-color: #fff;
    color: #ff0000;
}
.btn-wraper .coustom-btn2{
    padding: 15px 30px;
    color: #111111;
    background-color: #e9e9e9;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    border: 1px solid #242424;
}
.btn-wraper .coustom-btn2:hover{
    background-color: #ff0000;
    color: #ffffff;
}

.trust-sec{background-color:#ededed;
padding: 50px 0px;
text-align: center;
}
.trust-sec1{
    background-color: #fff;
    padding: 50px 0px;
    text-align: center;
}

.trust-sec p{
    text-align: center;
}
.trust-sec1 p{
    text-align: center!important;
}
.trust h2{
    font-size: 35px;
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 20px;
}
.trust p{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.natural{
    padding: 50px 0px;
}

.trust-sec{background-color:#ededed;
padding: 50px 0px;
text-align: center;
}
.trust1 h2{
    font-size: 35px;
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 20px;
}
.trust1 p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
.natural1{
    padding: 50px 0px;
    background-color: #111111;
}
.natcon1 p{
    color: #fff;
}


.img-wrp img{
    border-radius: 20px;
        box-shadow: 0px 0px 12px #ffffff33;
        margin: 10px 0px;
}
.testi{
    padding: 60px 0px;
    background-color: #ededed;
}

.title h2{
   font-size: 35px;
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 20px;
}
.footerbar{
    padding: 15px 0px;
}



   

    .swiper {
      width: 100%;
      height: 100%;
    }
    .cardcon{
        text-align: center;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
    
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img { 
      width: 64px;  
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 25px;
    }

    .cardin h2{
        font-size: 16px;
        font-weight: 700;
    }
    .cardin p{
        font-size: 14px;
        font-weight: 400;
    }

@media screen and (max-width: 768px) {
    .logo-wraper a img{
        max-width: 230px;
    }
    .logo-wraper h2{
        font-size: 20px;
    }
    .herocontent h1{
        font-size: 35px;
    }
    .herocontent p{
        font-size: 16px;
    }
    .herocontent h3{
        font-size: 30px;
    }
      

    .herosection .herolist li p:last-of-type{
        font-size: 14px;
    }
    
}