@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: "Sour Gummy", sans-serif;
  }

  nav {
    background: #fff;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    animation: slideTop 1.5s ease-in;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0 30px; 
  }

  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  


  label.logo {
    color: #46b740;
    font-size: 50px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
  }

  nav ul {
    float: right;
    margin-right: 30px;
  }

  nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  }

  nav ul li a {
    color: #46b740;
    font-size: 18px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }

  a.active,
  a:hover {
    background: #46b740;
    color: #fff;
    transition: 0.5s;
  }

  .checkbtn {
    font-size: 22px;
    color: #46b740;
    float: right;
    line-height: 80px;
    margin-right: 30px;
    cursor: pointer;
    display: none;
  }

  #check {
    display: none;
  }


  .button {
    height: 60px;
    width: 250px;
    border: none;
    border-radius: 30px;
    background-color: #46b740;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  
  .button:hover {
    background-color: #fff;
    color: #46b740;
  }

  .content-box {
    background-image: url(../zou-images/productsbackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    height: 70vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 80px;
    padding: 0 10%;
    position: relative; 
    gap: 50px;
}

.content{
    position: relative;
    z-index: 2;
}

  .content h2 {
    color: #fff;
    animation: slideLeft 1.5s ease-in;
    animation-fill-mode: forwards;
    font-weight: 600;
    font-size: 12vmin;
    margin-bottom: 20px;
  }

  .second-section {
    width: 100%; 
    margin: 50px auto;
    padding: 0 20px; 
    box-sizing: border-box; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px; 
}

.secondsection-content {
    width: 38%;
    margin: 0;
    padding: 0; 
}

.secondsection-image img {
    border-radius: 10px;
    width: 600px;
    height: 400px;
    height: auto; 
    display: block; 
    margin: 0 auto; 
}

  .secondsection-content h3{
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .secondsection-content p{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .secondsection-content ul{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .secondsection-content ul li{
    color: #7d7987;
    font-size: 20px;
    margin: 5px;
    cursor: pointer;
  }
  
  .info h4{
    color: #46b740;
    font-size: 25px;
    font-weight: 500;
  }

  .info p{
    font-size: 18px;
    font-weight: 400;
  }


  .secondsection-content,
.secondsection-image {
    width: calc(50% - 25px);
    box-sizing: border-box;
}

.contact {
  gap: 1rem;
  padding: 0 30px;
  margin-top: 130px;
}

.contact-text h2 {
  color: #46b740;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  margin-bottom: 100px;    
}




.contact-formm form input, form textarea {
  border: none;
  outline: none;
  width: 100%;
  padding: 18px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}

.contact-formm textarea {
  resize: none;
  height: 220px;
}

.contact-contentt {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: auto;
  background-color: #e6f1de;
  padding: 50px;
  border-radius: 20px;
}




.btn-11,
.btn-11 *,
.btn-11 :after,
.btn-11 :before,
.btn-11:after,
.btn-11:before {
border: 0 solid;
box-sizing: border-box;
justify-content: center;
}

.btn-11 {
-webkit-tap-highlight-color: transparent;
background-color: #000;
background-image: none;
width: 100%;
color: #fff;
cursor: pointer;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
  Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
  Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
font-size: 100%;
font-weight: 900;
line-height: 1.5;
margin: 0;
padding: 0;
text-transform: uppercase;
}

.btn-11:disabled {
cursor: default;
}

.btn-11:-moz-focusring {
outline: auto;
}



.btn-11 [hidden] {
display: none;
}

.btn-11 {
border-radius: 99rem;
border-width: 2px;
overflow: hidden;
padding: 0.8rem 3rem;
position: relative;
}

.btn-11 span {
mix-blend-mode: difference;
}

.btn-11:after,
.btn-11:before {
background: linear-gradient(
  90deg,
  #fff 25%,
  transparent 0,
  transparent 50%,
  #fff 0,
  #fff 75%,
  transparent 0
);
content: "";
inset: 0;
position: absolute;
transform: translateY(var(--progress, 100%));
transition: transform 0.2s ease;
}

.btn-11:after {
--progress: -100%;
background: linear-gradient(
  90deg,
  transparent 0,
  transparent 25%,
  #fff 0,
  #fff 50%,
  transparent 0,
  transparent 75%,
  #fff 0
);
z-index: -1;
}

.btn-11:hover:after,
.btn-11:hover:before {
--progress: 0;
}



.blog-section {
  width: 90%;
  margin: 100px auto;
  text-align: center;
}

.blog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.blog-title h2 {
  font-size: 3rem;
  color: #112D58;
}

.read-all-btn {
  padding: 12px 24px;
  font-size: 1rem;
  color: white;
  background-color: #46b740;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.read-all-btn:hover {
  background-color: #3a9238;
}

.blog-cards {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-card {
  border-radius: 30px;
  padding: 20px;
  width: calc(33.333% - 20px);
  background-color: #e6f1de;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: scale(1.03);
}

.blog-card img {
  border-radius: 20px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
}

.blog-date {
  font-size: 1rem;
  color: #7d7987;
  margin-bottom: 10px;
}

.blog-heading {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 10px;
}

.blog-description {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

 
.characteristics {
  display: flex;
  justify-content: space-around;
  gap: 65px;
  margin: 70px;
  flex-wrap: wrap;
}

.characteristics-container {
  background-color: #e6f1de;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
}

footer{
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  background-color: #46b740;
  padding: 60px 8%;
}

ul{
  list-style: none;
}

.footer-col{
  width: 15%;
  margin: 0px 30px
}


.footer-col h4{
  position: relative;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}



ul li:not(:last-child){
  margin-bottom: 8px;
}

footer ul li a{
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  font-weight: 200;
  transition: 0.4s;
  padding: 5px;
}

footer ul li{
  display: block;
  margin: 10px 0px;
}

footer ul li a:hover{
border-radius: 5px;
  padding-left: 2px;
}


.input {
  width: 100%;
  margin-top: 20px;
  max-width: 150px;
  height: 15px;
  padding: 12px;
  border-radius: 12px;
  border: 1.5px solid lightgrey;
  outline: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0px 0px 20px -18px;
}

.firstfooter-p{
  color: #fff;
}

.secondfooter-p{
  color: #fff;
  margin-top: 15px;
}

@media (max-width: 920px){
  .footer-col{
      width: 50%;
      margin-bottom: 30px;
      text-align: center;
      margin: auto;
  }

  footer ul li a{
      margin: 20px 0px;
  }

  .footer-col h4::before{
      all: unset;
  }
}

@media(max-width: 576px){
  .footer-col{
      width: 100%;
      margin: 20px 0px;
  }
}

.copyright{
  display: flex;
  justify-content: center;
  justify-content: space-between;
  border-top: 1px solid lightgray;
  background-color: #46b740;
  padding: 35px;
  text-align: center;
  color: lightgray;
  font-weight: 300;
}





@media (max-width: 890px) {
    nav ul {
      position: fixed;
      top: 80px;
      left: -100%;
      width: 100%;
      height: calc(100vh - 80px);
      background: #46b740;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all 0.5s ease-in-out;
    }

    nav ul li {
      margin: 20px 0;
    }

    nav ul li a {
      color: #fff;
      font-size: 20px;
    }

    #check:checked ~ ul {
      left: 0;
    }

    .checkbtn {
      display: block;
    }

    label.logo {
      font-size: 45px; 
      padding: 0; 
      text-align: center; 
  }
  
   nav ul {
      padding: 0; 
  }
}

@media (max-width: 1300px) {
    body {
      font-size: 18px;
    }

    .content-box {
        padding: 0 15%;
        height: 75vh;
      }
    
      .secondsection-content {
        width: 35%;
      }

      .secondsection-image img{
        margin-top: 30px;
      }

      .secondsection-content {
        width: 50%;
      }

      .secondsection-image img{
        margin-top: 20px;
      }

      .secondsection-content{
        text-align: center;
        width: 90%;
      }
      .secondsection-image img{
        width: 600px;
      }

      .content h2{
        font-size: 10vmin;
      }

      .clientt img {
        width: 90%;
      }

      .contact-contentt{
        width: 100%;
      }
      .blog-card {
        width: calc(50% - 15px);
      }
    }

    @media (max-width: 768px){
        .secondsection-content,
        .secondsection-image {
            width: 100%;
      }

      .blog-title {
        flex-direction: column;
        gap: 20px;
      }
    
      .read-all-btn {
        width: fit-content;
      }
    
      .blog-cards {
        flex-direction: column;
        align-items: center;
      }
    
      .blog-card {
        width: 100%;
      }
      .characteristics {
        gap: 80px;
      }
    }
    
    
@media (max-width: 600px){
    .secondsection-image img{
        width: 300px;
      }

      .content h2{
        font-size: 13vmin;
      }
}

@media (max-width: 1024px) {
  .second-section {
    flex-direction: column; 
    text-align: center; 
  }

  .secondsection-content,
  .secondsection-image {
    width: 100%; 
  }

  .secondsection-image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; 
  }

  .secondsection-content h3 {
    font-size: 36px;
  }

  .secondsection-content p {
    font-size: 16px; 
  }

  .info h4 {
    font-size: 20px;
  }

  .info p {
    font-size: 16px; 
  }
}



@keyframes slideTop {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

