
  @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&family=Inter:wght@300;400;500;600;700;800&family=Libre+Bodoni:wght@400;500;600;700&family=PT+Serif:wght@400;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&family=Public+Sans:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400&family=Rancho&family=Roboto+Condensed:wght@400;700&family=Roboto+Mono:wght@300;400&family=Roboto:wght@500&family=Staatliches&family=Yeseva+One&display=swap');

  
  @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&family=Inter:wght@300;400;500;600;700;800&family=Libre+Bodoni:wght@400;500;600;700&family=PT+Serif:wght@400;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&family=Public+Sans:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400&family=Rancho&family=Roboto+Condensed:wght@400;700&family=Roboto+Mono:wght@300;400&family=Roboto:wght@500&family=Staatliches&family=Yeseva+One&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}
body{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    background: rgb(239, 242, 241);
    flex-direction: column;
    overflow-x: hidden;
}
header{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    justify-content: space-around;
    padding: 1rem 2rem;
    width: 100%;
    height: auto;
   
    background: transparent;
      align-items: center;
  }

  header .logo{
    font-size: 2rem;
    color: #fff;
    position: relative;
    right: 5%;
    font-weight: 600;
  }
  .logo .grey{
    color: #f9bf29;
  }
  header ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    background: transparent;
  }
  .bar__nav-toggle{
    font-size: 1.3rem;
    display: none;
    cursor: pointer;
}

input[type="checkbox"]{
    display: none;
}
.nav{
    display: none;
}
  header ul .navlink{
    text-decoration: none;
    list-style: none;
    color: #483c32;
    font-weight: 600;
    font-family: 'PT', sans-serif;
    position: relative;
    font-size: 0.8rem;
    margin-left: 2rem;
    letter-spacing: 1.5px;
  
    background: transparent;
    margin-right: 1rem;
    transition: .5s ease;
  }
 
  .navlink:hover{
    color: #fff;
  }
  .navlink::after{
    content: "";
    position: absolute;
    left: 0;
    background: #f9bf29;
    height: 2px;
    width: 0;
    bottom: -10px;
    transition: .5s ease;
  }
  #active{
    color: #fff;
  }
  #active::after{
    content: "";
    position: absolute;
    left: 0;
    background: #f9bf29;
    height: 2px;
    width: 100%;
    bottom: -10px;
    

  }
  .navlink:hover::after{
    width: 100%;
    
  }
  header  ul .btn{
    display: flex;
    justify-content: space-around;
    width: 7rem;
    position: relative;
    animation-name: fadein;
    
    right: -10%;
  }
  

.container{
    position: relative;
    left: 0;
    top: 0;
    background: url(bg.jpg);
    height:100dvh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
 
    display: flex;
    width:100%;
}

.text{
    background: transparent;
    display: flex;
    flex-direction: column;
    width: 45%;
    align-items: center;
    text-align: center;
    position: relative;
    bottom: 12%;
    right: 2%;
    animation-name: slideleft;
    animation-duration: 2s ;
    height: fit-content;
    justify-content: center;
}
@keyframes slideleft{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.text h1{
    color:#483c32;
    font-family: 'Libre Bodoni', serif;
    font-size:3.3REM;
    font-weight: 400;
    bottom: 10%;

    position: relative;
}
.text h4{
    
    font-size: 0.8rem;
    color:#fff;
    margin-top: 0.7rem;
    letter-spacing: 2px;
    line-height: 1.5rem;
    font-family: 'PT',sans-serif;
    font-weight: 500;
}
.text .shop{
    background: #483c32;
    border: none;
    
    position: relative;
    width: 7rem;
    height: 3rem;
    margin-top: 1rem;
    position: absolute;
    top: 14rem;
    left: 27%;
    color: #fff;
    font-family: 'Pt', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    transition: .3s ease;
    border-radius: 2rem;
}
.shop:hover{
    background: #f9bf29;
}
.text .explore{
    background: #dce5e4;
    border: none;
    position: absolute;
    top: 15rem;
    left: 52%;
    border-radius: 2rem;
    width: 7rem;
    height: 3rem;
    font-family: 'Pt', sans-serif;
    font-weight: 0.8rem ;
    letter-spacing: 2px;
    color: #483c32;
    transition: .3s ease;
    font-weight: 700;
}


.container1{
    position: relative;
    left: 0;
    top: 0%;
    background: rgb(239, 242, 241);
    height:80dvh;
    justify-content: space-evenly;
    padding: 2rem 2rem;
    align-items: center;
    display: flex;
    width:100%;
}
.container1 .left-side{
    width: 20%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 95%;
    position: relative;
    right: 0%;
    background: transparent;
    align-items: left;
    justify-content: center;
    gap: 2rem;
}
.left-side h1{
    color: rgb(47, 47, 47);
    font-weight: 500;
}
.left-side h5{
    color: rgb(47, 47, 47);
    font-weight: 400;
}
.left-side .explore{
    background: rgb(47, 47, 47);
    border: 2px solid #9095a7;
    border-radius: 2rem;
    width: 7rem;
    height: 3rem;
    color: #fff;
    transition: .3s ease;
    font-weight: 500;

}

 .product-container{
    width: 16rem;
    height: 90%;
    display: block;
    position: relative;
    bottom: 10%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
    object-fit: contain;
    background: transparent;
}
.product-container::before{
    content: "";
    background: #dce5e4;
    z-index: -1;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16rem;
    border-radius: 1rem;
    transition: .7s ease;
}
.product-container:hover:before{
    height: 60%;
}
.product-container:hover img{
    transform: translatey(-10px);
}
.product-container h3{
    position: relative;
    color: rgb(47, 47, 47);
    top: 29%;
}
.product-container h4{
    position: relative;
    color: rgb(47, 47, 47);
    top: 29%;
    font-weight: 500;
}
.product-container .add{
    position: relative;
    transition: .3s ease;
    top: 30%;
   opacity: 0;
}
.product-container:hover .add{
    opacity: 1;
    top: 31%;
}
.product-container img{
    width: 100%;
    position: relative;
    top: 20%;
    height: 55%;
    z-index: 0;
    display: block;
    object-fit: contain;
    transition: .3s ease;

}
.reason-container{
    position: relative;
    height: 100dvh;
    background: rgb(239, 242, 241);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    left: 0;
    top: 0;
}
.reason-container .reason-text{
    height: 95%;
    width: 45%;
    background: transparent;
    justify-content: space-evenly;
}
.reason-text .heading{
    width: 80%;
    height: 30%;
    justify-content: center;
    align-items: left;
    display: flex;
    flex-direction: column;
    background: transparent;

}
.heading h1{
    color: rgb(47, 47, 47);
    font-weight: 500;
}
.heading h4{
    color: #6a6a6a;
    font-weight: 300;
    font-size: 0.9rem;
    margin-top: 1rem;
}
.reason-text .logo-reason{
    height: 65%;
    width: 100%;
    background: transparent;
  

    display:grid;
    grid-template-columns: 1fr 1fr;
}
.logo-reason .logo-container1{
    display: flex;
    flex-direction: column;
    background: transparent;
    z-index: 1;
}
.logo-container1 .ball{
    border-radius: 50%;
    height: 2rem;
    left: 1rem;
    width: 2rem;
    position: relative;
    top: 5%;
    background: #ccd5d5;
    opacity: 1;
    z-index: 0;

}
.ball svg{
    position: relative;
    right: 60%;
    bottom: 30%;
}
.logo-container1 h4{
    color: rgb(47, 47, 47);
    font-weight: 600;
    margin-top: 1rem;
    font-size: 0.9rem;
}
.logo-container1 h5{
    color:#6a6a6a;
    font-weight: 300;
    width: 80%;
    margin-top: 1rem;
    font-size: 0.8rem;
}
.logo-reason .logo-container2{
    display: flex;
    flex-direction: column;
    background:transparent;
}
.logo-container2 .ball{
    border-radius: 50%;
    height: 2rem;
    left: 1rem;
    width: 2rem;
    position: relative;
    top: 5%;
    background: #ccd5d5;
    opacity: 1;
    z-index: 0;

}
.logo-container2 h4{
    color: rgb(47, 47, 47);
    font-weight: 600;
    margin-top: 1rem;
    font-size: 0.9rem;
}
.logo-container2 h5{
    color: #6a6a6a;
    font-weight: 300;
    width: 80%;
    margin-top: 1rem;
    font-size: 0.8rem;
}
.logo-reason .logo-container3{
    display: flex;
    flex-direction: column;
    background: transparent;
}
.logo-container3 .ball{
    border-radius: 50%;
    height: 2rem;
    left: 1rem;
    width: 2rem;
    position: relative;
    top: 5%;
    background: #ccd5d5;
    opacity: 1;
    z-index: 0;

}
.logo-container3 h4{
    color: rgb(47, 47, 47);
    font-weight: 600;
    margin-top: 1rem;
    font-size: 0.9rem;
}
.logo-container3 h5{
    color: #6a6a6a;
    font-weight: 300;
    width: 80%;
    margin-top: 1rem;
    font-size: 0.8rem;
}
.logo-reason .logo-container4{
    display: flex;
    flex-direction: column;
    background: transparent;
}
.logo-container4 .ball{
    border-radius: 50%;
    height: 2rem;
    left: 1rem;
    width: 2rem;
    position: relative;
    top: 5%;
    background: #ccd5d5;
    opacity: 1;
    z-index: 0;

}
.logo-container4 h4{
    color: rgb(47, 47, 47);
    font-weight: 600;
    margin-top: 1rem;
    font-size: 0.9rem;
}
.logo-container4 h5{
    color: #6a6a6a;
    font-weight: 300;
    width: 80%;
    margin-top: 1rem;
    font-size: 0.8rem;
}
.reason-img{
    width: 28rem;
    background: url(why-choose-us-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 80%;
    border-radius: 2rem;
    overflow: hidden;
    z-index: 100;
  
}
.reason-img img{
    width: 100%;
    height: 100%;
}
.SVG{
    position: absolute;
    right: 23rem;
    top: 0rem;
    background-color: transparent;
opacity: 0.7;
background-image: radial-gradient(#f9bf29 3px, transparent 2px);
background-size:30px 30px;
z-index: 1;
    height:35dvh;
    justify-content: center;
    align-items: center;
    display: flex;
    width:20%;

}
.help{
    position: relative;
    height: 130dvh;
    overflow: hidden;
    background: rgb(239, 242, 241);
    display: grid;
    grid-template-columns:1fr 1fr;
    width: 100%;
    left: 0;
    top: 0;
}
.help .help-container1{
    background: transparent;
 
}
.Svg{
    position: absolute;
    left: 0rem;
    top: 5rem;
    background-color: transparent;
opacity: 0.75;
background-image: radial-gradient(#9095a7 3.5px, transparent 2px);
background-size:30px 30px;
z-index: 0;
    height:35dvh;
    justify-content: center;
    align-items: center;
    display: flex;
    width:20%;

}
.help-container1 img{
    width: 64%;
    height: 80dvh;
    position: relative;
    border-radius: 1.5rem;
    left: 17%;
    top: 17.5%;
}
.help-container1 #img2{
    width: 29%;
    position: relative;
    top: -17.5%;
    left: 19.5%;
    height: 30dvh;
}
.help-container1 #img3{
    position: relative;
    top: -16%;
    left: 64.5%;
    width: 50%;
    height: 62dvh;

}
.help .help-container2{
    background: transparent;
    align-items: left;
    width: 80%;
    text-align: left;
    position: relative;
    height: 50%;
    top: 15%;
    left: 20%;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;

}
.help-container2 .key-points{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    height: 30%;
    background: transparent;
}
.key-points .key-text{
    background: transparent;
    display: flex;
    text-align: left;
    color: #6a6a6a;
 
    font-weight: 300;
    font-size: 0.8rem;
    align-items: center;

}
.key-text .strong{
    font-size: 2rem;
    position: relative;
    top: -27%;
    color: #064e40;
}
.help-container2 h1{
    font-weight: 500;
    color: rgb(47, 47, 47);
}
.help-container2 h4{
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #6a6a6a;
    font-weight: 300;
}
.help-container2 .help-btn{
    width: 7rem;
    height: 3.2rem;
    border-radius: 1.5rem;
    border: none;
    background: rgb(47, 47, 47);
    font-size: 1rem;
    font-weight:600;
    position: relative;
    color: #fff;
}
.product-info{
    background:rgb(239, 242, 241);
    width: 80%;
    height: 30dvh;
    position: relative;
    gap: 1rem;
    left: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}
.product-info .product-card{
    background: transparent;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    text-align: left;
    align-items: center;
    font-size: 0.8rem;
    color: #6a6a6a;
}
.product-card .card-img{
    width: 30%;
    height: 100%;
    position: relative;
    
}

.card-img img{
    height: 7.5rem;
    width: 7.5rem;
  
}
#card1 .card-bg{
    background: #dce5e4;
    height: 50%;
    width: 30%;
    left: 2%;
    border-radius: 1.7rem;
    top: 5%;
    position: absolute;
}
#card2 .card-bg{
    background: #dce5e4;
    height: 50%;
    width: 30%;
    left: 0%;
    border-radius: 1.7rem;
    top: 5%;
    position: absolute;
}
#card2 .heading{
    position: absolute;
    left: 38%;
}
#card3 .heading{
    position: absolute;
    left: 38%;
}
#card3 .card-bg{
    background: #dce5e4;
    height: 50%;
    width: 30%;
    left: 2%;
    border-radius: 1.7rem;
    top: 5%;
    position: absolute;
}
.product-card .heading{
    position: absolute;
    top: 10%;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgb(47, 47, 47);
}
.product-card a{
    position: absolute;
    top: 50%;
    list-style: none;
    text-decoration: none;
    color:rgb(47, 47, 47);
    font-size: 0.9rem;
    font-weight: 300;
    transition: .3s ease;
}
.product-card a:hover{
    color: #6a6a6a;
}
.product-card .main-text{
    position: relative;
    top: -15%;
    left: 8%;
}
.testimonial{
    width: 100%;
    height: 120dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial h1{
    font-weight: 500;
    color: rgb(47, 47, 47);
}
.testimonial .slider{
    width: 80%;
    height: 50%;
    position: relative;
    top: 5%;
    background: transparent;
}
.slider .testimonial-slide{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}
.slider .priv_arrow{
    height: 3rem;
    width: 3rem;
    background:#ccd5d5a5;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: 40%;
  
    left: -5%;
    align-items: center;
    transition: .3s ease;
    line-height: 3rem;
    cursor: pointer;
    color: #000;
}
.slider .priv_arrow:hover{
    background: #064e40;
    color: #fff;
}
.slider .next_arrow{
    height: 3rem;
    width: 3rem;
    background:#ccd5d5a5;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -2rem;
    bottom: 45%;
    text-align: center;
    align-items: center;
    line-height: 3rem;
    cursor: pointer;
    transition: .3s ease;
    color: #000;
}
.slider .next_arrow:hover{
    background: #064e40;
    color: #fff;
}



.testimonial-slide .testimonial-text{
    width:60%;
    text-align: center;
    position: relative;
    left: 20%;
    line-height: 2rem;
    font-size: 1.1rem;
    font-weight: 400;
    color: #6a6a6a;
}
.testimonial-slide .testimonial-img{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    
}
.testimonial-img h4{
    color: rgb(47, 47, 47);
    font-weight: 500;
    margin-top: 0.5rem;
}
.testimonial-img h5{
    color: #6a6a6a;
    font-weight: 400;
    margin-top: 0.2rem;
}
.testimonial-img img{
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
}
.blog{
    height: 100dvh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
    background: rgb(239, 242, 241);
}
.blog h1{
    color: rgb(47, 47, 47);
    font-weight: 500;
    position: relative;
    left: 7%;
    top: -10%;
}
.blog a{
    list-style: none;
    position: absolute;
    right: 10%;
    top: 8%;
    color: rgb(47, 47, 47);
    font-size: 0.9rem;
    transition: .4s ease;
    font-weight: 600;
}
.blog a:hover{
    text-decoration: none;
}
.blog .blog-container{
    height: 50%;
    position: relative;
    left: 5%;
    top: -20%;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  
}
.blog-container .blog-sub-container{
    background: #000;
    height: 15.375rem;
    border-radius: 1.25rem;
    overflow: hidden;
    transition: .4s ease;
    width: 22.25rem;
}
.blog-sub-container:hover{
    opacity: 0.5;
}
.blog-sub-container img{
    width: 100%;
    height: 100%;
}
.blog-container .blog-text{
    background: transparent;
    position: relative;
    width: 22.25rem;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    height: 3rem;
    top: -20%;
}
.blog-text h4{
    color:rgb(47, 47, 47);
    font-size: 0.98rem;
    font-weight: 500;
    margin-left: 1.2rem;
}
.blog-text h5{
    color: #6a6a6a;
    position: relative;
    top: -20%;
    font-size: 0.9rem;
    font-weight: 400;
    margin-left: 1.2rem;
}
.blog-text h5 .strong{
    color: rgb(47, 47, 47);
    font-weight: 600;
}
.footer{
    position: relative;
    height: 110dvh;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    background: #fff;
}
.footer .input{
    background: transparent;
    display: flex;
    align-items: center;
    height: 30dvh;
    justify-content: space-evenly;
}
.input h3{
    position: absolute;
    top: 9%;
    color: #3b5d50;
    font-weight: 500;
    left: 9%;
}
h3 .email{
    color: #ced4da;
    font-size: 1.5rem;
    position: relative;
    top: 10%;
    margin-right: 0.5rem;
}
.input form{
    width: 60%;
    height: 50%;
    position: relative;
    top: 15%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
form .input-text{
    border-radius: 0.62rem;
    outline: none;
    font-size: 0.8rem;
    text-align: left;
    border: 1px solid #ced4da;
}
.input-text:focus{
    outline: 0.5px solid #000;
}
form .input-email{
    border-radius: 0.62rem;
    position: relative;
  right: 5%;
    outline: none;
    font-size: 0.8rem;
    text-align: left;
    border: 1px solid #ced4da;
}
.input-email:focus{
    outline: 0.5px solid #000;
}
form .go{
    height: 3rem;
   
    background: #3b5d50;
    width: 4.5rem;
    position: relative;
    right: 10%;
    border-radius: 0.7rem;
    border: none;
    transition: .4s ease;
}
.go:hover{
    background: #064e40;
}
::placeholder{
   position: relative;
   left: 5%;
}
.input img{
    width: 23.75rem;
    position: relative;
    top: -40%;
    right: 6%;
    height: 20.56rem;
}
.footer .main{
    background: transparent;
    height: 60dvh;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 20% 65% ;
}
.main .main-text{
    background: transparent;
    justify-content: center;
    align-items: left;
    display: flex;
    position: relative;
    left: 40%;
    flex-direction: column;
}
.main-text h1{
    color: #3b5d50;
    font-weight: 500;
}
h1 .h1-grey{
    color: #8f94a6;
}
.main-text h4{
    color: #6a6a6a;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.main-text .social{
    width: 100%;
    display: flex;
    margin-top: 1rem;
    height: fit-content;
}
.social .icon {
    background: #dce5e4;
    height: 2.5rem;
    display: flex;
    position: relative;
    right: 5%;
    margin-left: 0.5rem;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    border-radius: 50%;
    transition: .3s ease;
}
.icon i{
    color: #3b5d50;
   
}
.icon:hover{
    background: #3b5d50;
   
}
.icon:hover i{
    color: #fff;
}
.main .main-nav{
 background: transparent;
    
}
.footer .end{
    background: #483c32;
    height: 20dvh;
}
@media screen and (max-width:500px) {
   
    header{
        padding: 0rem 0rem;
        justify-content: space-between;
        height: 3rem;
        text-align: left;
    }
    header .logo{
        font-size: 1.5rem;
        left: 1rem;
        position: relative;
    }
    header ul{
        display: none;
    }
    input[type="checkbox"]{
        display: block;
    }
    .bar__nav-toggle{
        display: block;
        color :#fff;
        position: relative;
       right: 2rem;
       
    }
    #inpNavToggle{
        display: none;
    }
    #inpNavToggle:checked ~ .nav{
        display: flex;
        z-index: 100;
    }
    .nav{
        display: none;
        flex-direction: column;
        position: fixed;
        top:3.1rem;
        left: 0;
        width: 100%;
        height: 100dvh;
        padding: 2rem;
        
        background: #b2a592
        ;
        align-items: center;
        box-sizing: border-box;
    }
    .nav__link{
        font-weight: 600;
        padding: 1rem 0;
        text-decoration: none;
        color: #fff;
        
        width: 100%;
        letter-spacing: 2px;
        align-items: center;
        text-align: center;
        font-size: 0.8rem;
        border-bottom:  1px solid #483c32;
    }
    .container{
        display: block;
        background: url(bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        
    }
    
    .container .text{
        width: 80%;
        left: 10%;
        height: 20%;
        position: relative;
        text-align: left;
        top: 20%;
    }
    .text h1{
        color: #483c32;
    
        font-size:2.2REM;
        font-weight: 700;
        bottom: 10%;
        position: relative;
    }
    .text h4{
        margin-top: 1rem;
        font-size: 0.8rem;
        letter-spacing: 0px;
        font-weight: 400;
    }
    .text .shop{
        background: #f9bf29;
        border: none;
        padding: 0.9rem 1.2rem;
        margin-top: 2rem;
        color: #483c32;
        left: 0;
        letter-spacing: 1.5px;
        top: 10rem;
      
        font-size: 0.7rem;
        font-weight: 700;
        border-radius: 2rem;
    }
    .text .explore{
        background: transparent;
        border: 2px solid #9095a7;
        border-radius: 2rem;
        padding: 0.8rem 1rem;
        margin-left: 1rem;
        top: 12rem;
        font-size: 0.7rem;
        left: 6rem;
        
        color: #fff;
        transition: .3s ease;
        font-weight: 700;
    }
    .explore:hover{
        border:  2px solid #fff;
    }
    .container .img{
        width: 110%;
        height: 50%;
        position: relative;
        top: 40%;
    }
    .svg{
        position: absolute;
        right: 0rem;
        bottom: 5rem;
        background-color: #3b5d50;
    opacity: 0.7;
    background-image: radial-gradient(#8f94a6 3px, #3b5d50 2px);
    background-size:30px 30px;
    z-index: 0;
        height:30%;
        justify-content: center;
        align-items: center;
        display: flex;
        width:55%;
    
    }
    .img{
        z-index: 0;
    }
    .container1{
        padding: 0rem 0rem;
        display: block;
        top: -10%;
        height: fit-content;
        justify-content: center;
        align-items: center;
        
    }
    .container1 .left-side{
        display: block;
        height: 20%;
        justify-content: center;
        margin-top: 3rem;
        margin-bottom: 4rem;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .left-side h5{
        margin-top: 1rem;
    }
    .left-side .explore{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }   
     .container1 .product-container{
        width: 80%;
        z-index: 0;
        margin-left: 2rem;
    }
    .product-container::before{
        width: 100%;
    }
    .reason-container {
        display: none;
        flex-direction: column;
    }
    .SVG{
        display: none;
    }
    .container1{
        display: none;
    }
    .blog{
        display: none;
    }
   .product-info{
    display: none;
   }
    .help{
        grid-template-columns: 1fr;
        height: fit-content;
    }
    .product-info{
        grid-template-columns: 1fr;
    }
    .help{
        display: none;
    }
    .testimonial{
        display: none;
    }
    .blog .blog-container{
        grid-template-columns:1fr;
        display: none;
        gap: 1rem;
    }
    .footer{
        display: none;
    }
}
