@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
}
.section-one{
    height: 80vh;
}
@media(max-width: 992px){
    .section-one{
        height: 37vh;
        
        
    }
}  
@media(max-width: 500px){
    .section-one{
        height: 26vh;
    }
}  
@media(max-width: 400px){
    .section-one{
        height: 31vh;
    }
}
.cover {
    width: 100%;
    height: 80vh;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: absolute;
}
.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    
}
.cover img.active {
    opacity: 1;
}

@media(max-width: 992px){
    .cover{
        height: auto;

    }

}
.box-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.sec_two_container_one {
    width: 80%;
    background: linear-gradient(60deg, #117200 0%, #1cb900e3 60%);
    box-shadow: 0px 1px 4px 0px #000000;
    border-radius: 0px 0px 9px 9px;
    border-bottom: 15px solid #0b4401;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.sec_two_container_one_small_one {
    display: flex;
    width: 20%;
    justify-content: center;
}
.small_one {
    width: 75px;
    height: 62px;
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px;
}
.small_two {
    display: flex;
    text-align: left;
    color: white;
    align-items: center;
    justify-content: center;
}
.para_two {
    font-size: 14px;
    font-weight: 600;
}
.para_two span {
    color: rgb(252, 247, 247);
    font-weight: 500;
    font-size: 12px;
}
.sec_two_container_two {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.text_para {
    font-size: 16px;
    color: rgb(255, 254, 254);
    padding: 1px 30px;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 15px;
}
@media (max-width:1000px) {
    .sec_two_container_one_small_one {
        width: 25%;
    }
    .para_two {
        font-size: 12px;
    }
    .para_two span {
        font-size: 10px;
    }
    .small_one {
        width: 50px;
        height: 50px;
    }
    .small_one i {
        font-size: 28px;
    }
}
@media (max-width:700px) {
    .sec_two_container_one_small_one {
        width: 28%;
    }
    .text_para {
        font-size: 16px;
    }
    .small_one {
        width: 52px;
        height: 50px;
    }
    .small_one i {
        font-size: 24px;
    }
    .para_two {
        font-size: 11px;
    }
}
@media (max-width:520px) {
    .sec_two_container_one {
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0px 30px;
    }
    .sec_two_container_one_small_one {
        width: 100%;
        justify-content: flex-start;
    }
}
@media (max-width:500px) {
    .para_one {
        font-size: 24px;
    } 
}
.sec-two{
    display: flex;
    justify-content: center;
    vertical-align: center;
}
@media (max-width:500px) {
    .sec-two{
    height: auto;
    }
}    
.sec-two-container-one-heading{
    text-align: center;
    font-size: 24px;
    margin: 5px;
    color: #0c0c0f;
}
.sec-two-container-one-Content{
    font-size: 17px;
    line-height: 26px;
    margin: 1px 13px 1px 13px;
}
.bottom-button{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    vertical-align: center;
}
.sec-three{
    display: flex;
    justify-content: center;
    vertical-align: center;
    margin-top: 7px;
    background-color: #ebebebf1;   
}
.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 30px;
}
  .card {
    background: transparent;
    width: 300px;
    height: 420px;
    text-align: center;
    margin: 35px 40px;
  }
  .card img {
    width: 100%;
    height: 400px;
    box-shadow: 0 2px 3px 0 rgba(14, 15, 13, 0.904), 0 2px 6px 0 rgba(18, 22, 17, 0.979);
  }
  .card-body {
    margin-top: -20px;
    display: flex;
    justify-content: center;
  }
  .card-title {
    background: white;
    border: 1px solid black;
    margin: auto;
    font-size: 20px;
    padding: 5px 45px;
    border-radius: 10px;
  }
  .card h3 {
    color: #333;
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
  }
  .card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
  }
  @media(max-width: 800px) {
    .card {
      /* margin: 20px 20px; */
    }
  }
  @media(max-width: 500px) {
    .card {
      /* margin: 17px 0px; */
    }
  }
  .catlog {
      width: 100%;
      min-height: 50vh;
      height: auto;
      position: relative;
      overflow: hidden;
  }
  .cat-title {
      font-size: 24px;
      margin: auto;
      text-align: center;
      color: #000000;
      font-weight: 500;
  }
  .cat-content {
      font-size: 17px;
      line-height: 29px;
      margin: auto;
      text-align: center;
      color: #0e0606; 
  }
  .catlog-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 10px;
  }
  .catlog-row {
      width: 280px;
      height: 200px;
      margin: 15px 17px;
  }
  .catlog-child-one {
      display: flex;
      justify-content: center;
  }
  .catlog-child-one img {
      width: 100%;
      height: 33vh;
  }
  .catlog-child-two {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .catlog-child-two-title {
      width: 70%;
      margin-top: -17px;
      height: 35px;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(60deg, #117200 0%, #1cb900e5 60%);
      box-shadow: 0px 1px 6px 0px #454840;
      border-radius: 5px;
  }
  .catlog-child-two-title p a {
      color: rgb(187, 187, 187);
      font-size: 16px;
      text-decoration: none;
  }
  .catlog-child-two-title:hover,
  .catlog-child-two-title p a:hover{
      background-color:#0c4c91;
      color: white;
  }
  @media(max-width:1025px){
      .cat-title {
          font-size: 20px;
      }
      .cat-content {
          font-size: 12px;
      }
      .catlog-row {
          width: 240px;
          height: 280px;
          margin: 15px 17px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 18vh;
      }
  }
  @media(max-width:900px){
      .cat-title {
          font-size: 20px;
      }
      .cat-content {
          font-size: 12px;
      }
      .catlog-row {
          width: 240px;
          height: 180px;
          margin: 15px 17px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 28vh;
      }
  }
  @media(max-width:821px){
      .cat-title {
          font-size: 20px;
      }
      .cat-content {
          font-size: 12px;
      }
      .catlog-row {
          width: 240px;
          height: 200px;
          margin: 15px 17px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 15vh;
      }
  }
  @media(max-width:600px){
      .cat-title {
          font-size: 16px;
      }
      .cat-content {
          font-size: 10px;
      }
      .catlog-row {
          width: 190px;
          height: 160px;
          margin: 10px 7px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 22vh;
      }
      .catlog-child-two-title p a {
          color: black;
          font-size: 11px;
      }
  }
  @media(max-width:451px){
      .cat-title {
          font-size: 12px;
      }
      .cat-content {
          font-size: 8px;
      }
      .catlog-row {
          width: 150px;
          height: 145px;
          margin: 10px 10px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 15vh;
      }
      .catlog-child-two-title p a {
          color: black;
          font-size: 11px;
      }
      .catlog-child-two-title {
          width: 80%;
          margin-top: -17px;
          height: 25px;
      }
  }
  @media(max-width:400px){
      .cat-title {
          font-size: 12px;
      }
      .cat-content {
          font-size: 8px;
      }
      .catlog-row {
          width: 145px;
          height: 130px;
          margin: 10px 10px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 16vh;
      }
      .catlog-child-two-title p a {
          color: black;
          font-size: 11px;
      }
      .catlog-child-two-title {
          width: 80%;
          margin-top: -17px;
          height: 25px;
      }
}  
.four{
    width: 100%;
    height: 60vh;
    background: white;
    display:flex;
    justify-content: center;
    vertical-align: center;
    border-top: 5px solid rgb(11, 235, 22);
}
.sec-four-container-one{
    width: 80%;
    height: 50vh;
    display: flex;
    margin-top: 30px;
    background: linear-gradient(60deg,  #1cb900e3 0%,  #117200 60%);
    box-shadow: 0px 1px 4px 0px #000000;
    outline: 1px solid #000002;
}
.sec-four-container-one-img{
    width: 40%;  
    display: flex;
    justify-content: center;
    vertical-align: center;
    background: #454840;
}
.sec-four-container-one-img img{
    width: 100%;   
} 
.sec-four-container-one-content{
    width: 60%;
    height: 45vh;
    margin: 15px;
    padding: 20px;
    background: #0f5e01;
    margin-top: 18px;
    border: 1px solid #ffffff6b;
    border-radius: 3px 23px 2px 23px;
}
.sec-four-heading{
    font-size: 33px;
    color: white;
} 
.sec-four-title{
    color: white;
    font-size: 17px;
    line-height: 27px;
}
.sec-four-heaing{
    font-size: 25px;
}
@media (max-width:750px) {
    .four{
        height: auto;
    }    
    .sec-four-container-one{
        display: grid;
        height: 93vh;        
    }
    .sec-four-container-one-img,.sec-four-container-one-content {
        width: 100%;        
    } 
    .sec-four-container-one-content {   
        width: 93%;
        height: 86%;
    }   
}
@media (max-width:450px) {
    .sec-four-container-one{
        height: 110vh;
        width: 95%;     
    }
}
.five{
    width: 100%;
    height: 60vh;
    display:flex;
    justify-content: center;
    vertical-align: center;
    border-bottom: 5px solid rgb(11, 235, 22); 
}
.sec-four-container-two{
    width: 80%;
    height: 50vh;
    display: flex;
    margin-top: 30px;
    background: linear-gradient(60deg,  #1cb900e3 0%,  #117200 60%);
    box-shadow: 0px 1px 4px 0px #000000;
    outline: 1px solid #000002;
}
.sec-four-container-two-img {
    width: 40%;  
    display: flex;
    justify-content: center;
    vertical-align: center;
    background: #454840;
}
.sec-four-container-two-img img {
    width: 100%;
} 
.sec-four-container-two-content {
    width: 60%;
    height: 45vh;
    margin: 15px;
    padding: 20px;
    background: #0f5e01;
    margin-top: 18px;
    border: 1px solid #ffffff6b;
    border-radius: 23px 3px  23px 2px;
}
.sec-four-heaing {
    font-size: 25px;
}
@media (max-width:750px) {
    .four {
        height: 103;
        margin: 3px;
    }    
    .sec-four-container-two {
        display: grid;
        height: 93vh;
    }
    .sec-four-container-two-img, .sec-four-container-two-content {
        width: 100%;
    } 
    .sec-four-container-two-content { 
        width: 93%;
        height: 86%;
    }        
.sec-four-container-two-img{
    order: -1;
    width: 100%;
 }    
}
@media (max-width:450px) {
    .five{
       height: 121vh;
    }
    .sec-four-container-two {
        height: 110vh;
        width: 95%;
    }
}
.sec-six{
background: url(img/cover-new.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
overflow: hidden; 
height: 75vh;
border-bottom: 3px solid white;
}
@media (max-width:950px){
.sec-six{
    height: 40vh;
 }
}