@media screen and (min-width: 426px) {
  .sec-2 {
    overflow-x: hidden;
  }
  
}

@media screen and (max-width: 1024px) {
  .heading {
    font-size: 60px;
  }
  .head-desc {
    font-size: 15px;
  }
  .description {
    font-size: 24px;
  }
  .discover-btn button {
    padding: 8px 30px;
    font-size: 22px;
  }
  .poster img {
    height: 350px;
    width: 350px;
  }
  .sec-2-head {
    font-size: 60px;
  }
  .sec-2-option{
   
    margin-left: 30px;
    
    
  }

  .sec-2-desc {
    font-size: 22px;
  }
  .company-name {
    font-size: 60px;
  }
  .company-work {
    font-size: 19px;
  }
  .company-desc {
    font-size: 22px;
  }
  .contact-btn {
    font-size: 22px;
    padding: 8px 30px;
  }
  .sec-4-head {
    font-size: 40px;
  }
  .sec-4-desc {
    font-size: 20px;
  }

  .contact-info img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  .map {
    width: 400px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    /* 25% {
        transform: translateX(-100%);
      } */
    50% {
      transform: translateX(-230%);
    }
    /* 75% {
        transform: translateX(-105%);
      } */
    100% {
      transform: translateX(0);
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0);
    }
    /* 25% {
        transform: translateX(-100%);
      } */
    50% {
      transform: translateX(-103%);
    }
    /* 75% {
        transform: translateX(-105%);
      } */
    100% {
      transform: translateX(0);
    }
  }
}

@media screen and (max-width: 768px) {
  

  .hamburger {
    display: block;
  }

  .nav-items {
    background-color: rgb(186, 185, 185);
    flex-direction: column;
    height: auto;
    align-items: center;
    position: absolute;
    left: 100%;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    /* border: 1px black solid; */
    transition: 0.5s all;
  }
  .toggle {
    left: 0;
  }
  .items {
    padding: 25px;
  }
  .items a {
    font-size: 20px;
    color: rgb(0, 0, 0);
  }

  .heading {
    font-size: 50px;
  }
  .head-desc {
    font-size: 15px;
  }
  .description {
    font-size: 22px;
  }
  .discover-btn button {
    padding: 8px 30px;
    font-size: 20px;
  }
  .poster img {
    height: 300px;
    width: 300px;
  }
  .sec-2-head {
    font-size: 60px;
  }
  .sec-2-desc {
    font-size: 22px;
  }
  .company-name {
    font-size: 60px;
  }
  .company-work {
    font-size: 19px;
  }
  .company-desc {
    font-size: 22px;
  }
  .contact-btn {
    font-size: 22px;
    padding: 8px 30px;
  }
  .sec-4-head {
    font-size: 40px;
  }
  .sec-4-desc {
    font-size: 20px;
  }

  .contact-info img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  .map {
    width: 400px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    /* 25% {
        transform: translateX(-100%);
      } */
    50% {
      transform: translateX(-340%);
    }
    /* 75% {
        transform: translateX(-105%);
      } */
    100% {
      transform: translateX(0);
    }
  }
  @keyframes scroll2 {
    0% {
      transform: translateX(0);
    }
    /* 25% {
        transform: translateX(-100%);
      } */
    50% {
      transform: translateX(-170%);
    }
    /* 75% {
        transform: translateX(-105%);
      } */
    100% {
      transform: translateX(0);
    }
  }
}

@media screen and (max-width: 425.7px) {
  .sec-2-option{
   
    margin-left: 0;
    margin: 0 auto;
    
    
  }
  .sec-1-2 {
    display: none;
  }
  .heads {
    padding: 0 30px;
  }
  .description {
    /* width: 80%; */
    font-size: 17px;
    padding: 0 30px;
  }
  .discover-btn {
    padding: 0 30px;
  }
  .sec-1-1 {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.8)
      ),
      url("./images/bgsec1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .sec-2 {
    /* padding: 100px 0 ; */
    
    /* margin-bottom: 300px; */
    padding-top: 100px;
    height: auto;
  }
  .sec-2-head {
    font-size: 40px;
  }
  .sec-2-desc {
    font-size: 16px;
  }
  .sec-2-poster {
    padding: 10px 0;

    justify-content: center;
    flex-wrap: wrap;
    /* overflow-x:visible; */
    animation: none;
  }

  .sec-2-poster-product{
    padding: 10px 0;

    justify-content: center;
    flex-wrap: wrap;
    /* overflow-x:visible; */
    animation: none;
  }
  .poster-box {
    font-size: 15px;
    padding: 10px ;
    margin: 10px ;
  }
  .poster-box img {
    width: 130px;
    height: 100px;
  }
  .poster-name {
    max-width: 150px;
    font-size: 14px;
  }
  .company-logo {
    width: 110px;
    height: 110px;
    margin: 0;
  }
  .company-name {
    font-size: 40px;
  }
  .company-work {
    font-size: 15px;
  }
  .company-desc {
    font-size: 17px;
    text-align: justify;
  }
  .sec-4 {
    padding-bottom: 40px;
  }
  .sec-4-2 {
    flex-direction: column;
  }

  .sec-4-1 img {
    width: 60px;
    height: 60px;
  }
  .sec-4-head {
    font-size: 30px;
  }
  .sec-4-desc {
    font-size: 18px;
  }
  .map {
    /* border-radius: 10px; */
    width: 300px;
    height: 300px;
    margin: 30px 10px;
  }
  .sec-4-2-2 {
    text-align: center;
    padding: 0;
  }
  .contact-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .margin {
    margin: 10px 0;
  }
  .address {
    width: 80%;
  }
}

@media screen and (max-width: 325px) {
  .heading {
    font-size: 40px;
  }
  .heads {
    padding: 0px 20px;
  }
  .head-desc {
    font-size: 15px;
  }
  .description {
    /* width: 80%; */
    padding: 0 20px;
    font-size: 15px;
  }
  .discover-btn {
    padding: 0 20px;
  }
  .poster-box img {
    width: 70px;
    height: 70px;
  }
  .poster-box {
    text-align: center;
    background-color: rgb(0, 0, 0);
    font-size: 13px;
    padding: 9px;
    color: white;
    transition: 0.2s all;
    margin: 10px 10px;
    box-shadow: 0px 0px 20px 0px rgb(62, 62, 62);
    border-radius: 10px;
  }

  /* .sec-2{
        padding: 100px 0 ;
        margin-bottom: 100px;
    } */
}
