@media screen and (max-width:900px){

  body{
    width: 100%;
    overflow-x: hidden;
  }

    .slider {
        margin-top: 0px;
    }

    .slider .swiper-slide {
        width: 100%;
        height: 500px;
    }

    .slider .swiper-slide .text {
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
        padding: 20px;
    }

    .slider .swiper-slide .text h1 {
        font-size: 32px;
    }

    .slider .swiper-slide .text p {
        font-size: 15px;
    }

    .slider .swiper-slide .text button {
        font-size: 12px;
        
    }

    .slider .swiper-slide .text button img {
        width: 20px;
    }

    .slider .slider1 {
        background-size: 150% 100%;
    }

    .slider .slider2 {
        background-size: 150% 100%;
    }

    .slider .slider3 {
        background-size: 150% 100%;
    }

    .slider .slider4 {
        background-size: 150% 100%;
    }

    .slider .slider5 {
        background-size: 150% 100%;
    }

    .slider .slider6 {
        background-size: 150% 100%;
    }


    .sliderbtn {
        width: 100%;
        margin-left: 0;
        display: flex;
        
      }
      
      .sliderbtn .bt {
        width: 100%;
        display: flex;
        position: relative;
        left: -10%;
        /* margin-left: -300px; */
        place-items: center;
    }

    .sliderbtn img {
        width: 40px;
        height: 40px;
    }

    .sliderbtn .prev {
        transform: rotate(-180deg);
        margin: 0;
    }

    .sliderbtn .next {
        transform: rotate(360deg);
        margin: 0;
    }

    .sliderbtn .line {
        transform: rotate(-90deg);
    }


    .sec1 {
        margin-top: 20px;
        padding-bottom: 00px;
    }
    
    .sec1 .shape {
        margin-top: -16%;
        height: 500px;
    
    }
    
    .sec1 h5 {
        font-size: 15px;
    }
    
    .sec1 h1 {
        font-size: 30px;
        /* text-align: left; */
        margin-top: 10px;
    }
    
    .sec1 .swiper {
        margin-bottom: 20px;
        padding-bottom: 10px;
        margin-top: 20px;
    }
    
    .sec1 .swiper-slide h3 {
        font-size: 25px;
        margin-top: 10px;
    }
    
    .sec1 .swiper-slide p {
        font-size: 14px;
        margin-top: 0;
        margin: 0;
    }
    
    .sec1 .swiper-slide img {
        width: 60px;
    }
    
    .sec2-container {
        width: 100%;
        margin-top: 30px;
    }
    
    .sec2-container img {
        width: 100%;
        height: 250px;
        margin-left: 0;
        padding: 0 20px;
    }
    
    .sec2-container .text {
        width: 100%;
        padding: 30px 20px;
    }
    
    .sec2-container .text h1 {
        font-size: 27px;
        margin-top: 0;
    }
    
    .sec2-container .text p {
        width: 95%;
        font-size: 14px;
        margin-top: 0;
        margin-left: 3px;
    }
    
    .sec2-container .text button {
        font-size: 14px;
        padding: 8px 15px;
    }
        
    
    .sec3 {
        padding: 20px;
        padding-bottom: 200px;
        flex-wrap: wrap;
        margin-left: -1px;
    }

    .sec3 .img-container .png {
        width: 60%;
        margin-top: -40px;
        margin-left: 45%;
    }

    .sec3 .img-container .png2 {
        width: 50%;
        margin-left: -20px;
        margin-top: 250px;
        padding: 10px;
        display: flex;
    }


    @keyframes mymove {
        0% {
            margin-top: 200px;
        }

        50% {
            margin-top: 230px;
        }

        100% {
            margin-top: 200px;
        }
    }

    .sec3 .img-container .png2 h3 {
        margin-bottom: 0;
    }

    .sec3 .img-container .png2 h3 p {
        margin-top: 0;
    }

    .sec3 .img-container {
        width: 100%;
    }

    .sec3 .img-container .img-sec img:first-child {
        border-radius: 50%;
        height: 200px;
    }


    .sec3 .text {
        width: 100%;
        margin-top: 45px;
        margin-left: 10px;
    }

    .sec3 .text h1 {
        font-size: 25px;
    }

    .sec3 .text h3 {
        width: 100%;
        margin-top: 10px;
        font-size: 16px;
        margin-bottom: 0;
    }

    .sec3 .text h5 {
        font-size: 13px;
    }

    .sec3 .text p {
        font-size: 14px;
        margin-top: 10px;
    }

    .sec3 .text ul{
      margin-left: -10px;
    }
    .sec3 .text ul li img {
        width: 45px;
    }

    .sec3 .text ul li h6 {
        font-size: 13px;
    }

    .sec3 .text ul li {
        font-size: 13px;
    }

    .sec3 .text button {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .sec3 .text button img {
        width: 25px;
    }

    .sec4 {
      width: 98%;
        padding: 20px;
        padding-bottom: 200px;
        flex-wrap: wrap;
    }
    .sec4 .swiper{
      margin-right: 50px;
    }
    .sec4 .img-container .png {
        width: 60%;
        margin-top: -40px;
        margin-left: 45%;
    }
    
    .sec4 .img-container .png2 {
        width: 50%;
        margin-left: -20px;
        margin-top: 250px;
        padding: 10px;
        display: flex;
    }
    
    
    @keyframes mymove {
        0% {
            margin-top: 200px;
        }
    
        50% {
            margin-top: 230px;
        }
    
        100% {
            margin-top: 200px;
        }
    }
    
    .sec4 .img-container .png2 h3 {
        margin-bottom: 0;
    }
    
    .sec4 .img-container .png2 h3 p {
        margin-top: 0;
    }
    
    .sec4 .img-container {
        width: 100%;
    }
    
    .sec4 .img-container .img-sec img:first-child {
        border-radius: 50%;
        height: 200px;
    }
    
    .sec4 .tx h1{
      font-size: 25px;
      width: 100%;
    }
    .sec4 .text {
        width: 100%;
        margin-top: 45px;
    }
    
    .sec4 .text h1 {
        font-size: 25px;
    }
    
    .sec4 .text h3 {
        width: 100%;
        margin-top: 10px;
        font-size: 16px;
        margin-bottom: 0;
    }
    
    .sec4 .text h5 {
        font-size: 13px;
    }
    
    .sec4 .text p {
        font-size: 14px;
        margin-top: 10px;
    }
    
    .sec4 .text ul li img {
        width: 45px;
    }
    
    .sec4 .text ul li h6 {
        font-size: 13px;
    }
    
    .sec4 .text ul li {
        font-size: 13px;
    }
    
    .sec4 .text button {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 500;
    }
    
    .sec4 .text button img {
        width: 25px;
    }
    
    
    .sec5 {
        padding: 50px 20px;
    }
    
    .sec5 img {
        width: 100%;
    }
    
    .sec5 .text {
        width: 100%;
    }
    
    .sec5 .text h1 {
        font-size: 35px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    
    .sec5 .text p {
        font-size: 16px;
    }

    .sec6 {
        flex-wrap: wrap;
    }
    
    .sec6 .text {
        width: 97%;
        padding: 20px;
        padding-bottom: 0;
        margin-bottom: -30px;
      }
      
      .sec6 .text h1 {
        font-size: 32px;
      }
      
      .sec6 .text p {
        width: 97%;
        margin: 0;
        margin-top: 10px;
        /* margin-left: -25px; */
    }
    
    .sec6 .text button {
        font-weight: 500;
    }
    
    .sec6 img {
        width: 100%;
        ;
    }


    .sec7 {
        margin-top: 0px;
        padding-bottom: 30px;
      }
    
    .sec7 h5 {
        font-size: 15px;
        padding-bottom: 5px;
    }
    
    .sec7 h1 {
        width: 110%;
        margin: auto;
        font-size: 25px;
        font-weight: 600;
        margin-left: -15px;
        margin-top: 10px;
    }
    
    .sec7-container {
      background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(../image/png\ desing\ -\ Copy.PNG);
      background-position: center;
      background-size: 110% 100%;
      padding: 100px 0;
      margin-top: 10px;
    }
    
    .sec7-container .box {
      width: 100%;
      /* margin-left: 20px; */
      margin-top: 50px;
    }
    
    .sec7-container .box h4 {
        margin-top: 15px;
    }

    .sec8 {
        flex-wrap: wrap-reverse;
    }
    
    .sec8 h1 {
        font-size: 25px;
        padding: 10px 50px;
        margin-top: -50px;
    
    }
    .sec8 .swiper-slide{
        width: 60%;
    }
    
    .sec8 .swiper-slide h4 {
        font-size: 20px;
    }
    
    .sec8 .swiper-slide p {
        font-size: 12px;
        letter-spacing: normal;
        margin-top: 0;
    
    }

    .sec9 {
        margin-bottom: 20px;
    }
    
    .sec9 h1 {
        font-size: 22px;
    }
    
    .sec9-container {
        margin-top: 40px;
    }
    
    .sec9-container .box {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .sec10 {
        padding: 20px;
        padding-bottom: 30px;
        padding: 20px 10px;
        padding-bottom: 30px;
        margin-top: 10px;
    }

    .sec10 .text-sec {
        width: 100%;
        padding: 30px;
    }

    .sec10 .text-sec h1 {
        font-size: 28px;
        font-weight: 500;
        text-align: center;
    }

    .sec10 .text-sec button {
        font-weight: 500;
    }

    .sec10 .form-sec h4 {
        font-size: 18px;
    }

    .sec10 .form-sec h1 {
        width: 100%;
        font-size: 20px;
        margin-bottom: -10px;
        margin-left: 10px;
        
    }

    .sec10 .form-sec {
        width: 90%;
        margin-left: -40px;
        
    }

    .sec10 .form-sec form {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

    .sec10 .form-sec h3 {
        width: 100%;
        margin-left: -25px;

    }


    .sec10 .form-sec .input-con {
        width: 100%;
        margin-top: 10px;
        margin-left: -10px;
    }

    .sec10 img {
        width: 100%;
        display: none;
    }

    .sec10 .input-con .box button {
        margin-left: 30%;
    }

    .sec11 {
        padding: 20px;
        padding-bottom: 20px;
    }
    
    .sec11 .text {
        width: 100%;
        padding: 0 20px;
        margin-top: 0;
    }
    
    .sec11 .text h1 {
        font-size: 28px;
        text-align: center;
        margin-top: 10px;
    }
    
    .sec11 .contact {
        width: 100%;
        padding: 20px;
        flex-wrap: wrap;
        margin-left: -40px;
    
    }
    
    .sec11 .contact .btn {
        padding: 0;
        width: 100%;
    }
    
    .sec11 .contact input {
        width: 90%;
        margin-left: 20px;
    }
    
    .sec11 .contact h5 {
        width: 100%;
        font-size: 20px;
        font-style: 10px;
        margin-top: 0;
        margin-left: 40px;
    }
    

}

@media screen and (max-width: 800px) {
    .footer {
      padding-top: 130px;
      margin-top: 100px;
    }
  
    .sec2-text .line {
      width: 50%;
      height: 0.5px;
    }
  
    .footer-container {
      padding: 0 20px;
    }
  
    .sec2-text {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 10px;
    }
  
  
    #sec2-other-links2 {
      width: 40%;
    }
  
    #sec2-other-links {
      width: 60%;
    }
  
    .footer-base {
      padding: 10px 20px;
      /* background: #000; */
      text-align: center;
      justify-content: center;
    }
  
    .footer-base .tx p {
      color: rgba(255, 255, 255, 0.419);
      margin-top: 10px;
    }
  
    .footer-base p {
      font-size: 15px;
      margin: 0;
      text-align: center;
    }
  
  }

  
  /* Responsive Styles for Mobile */
  

  @media (max-width: 768px) {
    .footer {
      padding: 80px 20px 30px;
    }
  
    .footer-text {
      width: 100%;
      margin-bottom: 30px;
    }
  
    .footer-base {
      padding: 10px 20px;
    }
  }
  
  /* Tablet and larger mobile devices */
  @media (min-width: 768px) and (max-width: 1024px) {
    
    .footer-text {
      width: 45%;
      margin-bottom: 30px;
    }
  }
  
  