@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/productsbackground2.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;
  }
  


  .secondsection-content,
.secondsection-image {
    width: calc(50% - 25px);
    box-sizing: border-box;
}

  .section-2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 110px;
  }

  .title {
    text-align: center;
    margin-bottom: 40px;
  }

  .title h2 {
    font-size: 5vmin;
    color: #112D58;
    font-weight: 600;
  }

  .div-dec {
    width: 50px;
    height: 4px;
    background: #46b740;
    margin: 20px auto;
  }

  .box-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    color: gray;
    width: 90%;
    margin: 0 auto;
  }

  .client img {
    border-radius: 20px;
    width: 80%;
    margin: auto;
  }

  .client h3{
    color: #112D58;
  }

  .client p {
    line-height: 25px;
  }

  .client {
    width: 30%;
    height: 400px;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.51s;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .client h3 {
    font-size: 3vmin;
  }

  .client:hover {
    background-color: #46b740;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 1s;
  }


  .section-3 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 110px;
  }

  .title2 {
    text-align: center;
    margin-bottom: 40px;
  }

  .title2 h2 {
    font-size: 5vmin;
    color: #112D58;
    font-weight: 600;
  }

  .div-dec {
    width: 50px;
    height: 4px;
    background: #46b740;
    margin: 20px auto;
  }

  .box-groupp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    color: gray;
    width: 90%;
    margin: 0 auto;
  }

  .clientt img {
    border-radius: 20px;
    width: 80%;
    margin: auto;
  }

  .clientt h3{
    color: #112D58;
  }

  .clientt p {
    line-height: 25px;
  }

  .clientt {
    width: 30%;
    height: 400px;
    padding: 30px;
    margin-top: 20px;
    transition: 0.51s;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .clientt h3 {
    margin-top: 10px;
    font-size: 3vmin;
  }

  .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;
}

.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 {
    padding: 10px;
    width: calc(33.333% - 20px);
    background-color: white;
    border-radius: 8px;
    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: 10px;
    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: #46b740;
    margin-bottom: 10px;
  }
  
  .blog-description {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
  }

   
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;
  }


  @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;
    }
  }




  
  @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;
    }

    .box-group {
        flex-direction: column;
        width: 100%;
      }
  
      .client {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
      }
  
      .stats-title p{
        width: 100%;
      }
      .client img {
        width: 70%;
      }


      .box-groupp {
        flex-direction: column;
        width: 100%;
      }
  
      .clientt {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
      }
  
      .clientt img {
        width: 50%;
      }

      .characteristics {
        gap: 80px;
      }

      .clientt img {
        width: 50%;
      }
      label.logo {
        font-size: 45px; 
        padding: 0; 
        text-align: center; 
    }
    
     nav ul {
        padding: 0; 
    }
}



@media (max-width: 1200px) {
    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%;
      }

      .titlee p{
        padding: 30px;
      }

      .characteristics {
        gap: 60px;
        justify-content: space-around;
      }

      .clientt {
        width: 45%;
    }

    .clientt img {
        width: 90%;
    }

    .title2 h2{
      font-size: 7vmin;
    }
      
}

@media (max-width: 768px) {
    .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%;
    }

    .secondsection-content,
    .secondsection-image {
        width: 100%;
  }

  .clientt {
    width: 75%;
}

.clientt img {
    width: 90%;
}

.box-groupp {
  flex-direction: column;
  align-items: center;
}

.clientt {
  width: 50%;
  margin: 50px auto;
}

}  

@media (min-width: 1440px) {
  .box-groupp {
      gap: 40px; 
  }

  .clientt {
      width: 28%; 
      margin-bottom: 20px; 
  }

}



@media (max-width: 600px){
    .secondsection-image img{
        width: 350px;
      }

      .title h2 {
        font-size: 35px;
      }
  
      .title p{
        padding: 20px;
      }

      .client img {
        width: 90%;
      }

      .client h3{
        font-size: 22px;
      }


      .title2 h2 {
        font-size: 35px;
      }
  
      .titlee p{
        padding: 30px;
      }

      .clientt img {
        width: 90%;
      }

      .clientt h3{
        font-size: 25px;
      }

      .characteristics {
        flex-direction: column;
        align-items: center;
        gap: 40px;
      }

      .content h2{
        font-size: 10vmin;
      }
      .clientt {
        width: 90%; 
        margin-bottom: 20px; 
    }
}

@media (max-width: 400px){
    .secondsection-image img{
        width: 300px;
      }

}


@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; 
  }
}
