:root{
            --redL:#BC0003;
            --greenL:#4C9414;
            --shadowcta:0 4px 4px 0 rgba(0, 0, 0, 0.43);
            --white:#fff;
            --black:#1E1E1E;
            --greenD:#32600E;
            --grd:linear-gradient(179deg, rgba(226, 79, 73, 0.78) 4.46%, #BC0003 98.78%);
            --redD:#780002;
            --shadowhot: 0 2px 8px rgba(0,0,0,0.2);
            --shadowred:0 4px 16px rgba(255, 59, 59, 0.4);
            --shadowmv: 0 20px 60px rgba(0,0,0,0.3);
            --grayL:#b3b3b3;
            --shadow1:(0 6px 6.5px rgba(0, 0, 0, 0.25));
            --redM:#aa0003;
        }

        *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        @font-face {
            font-family: Chill Chirp;
            src: url(font/ChillChrip.ttf);
        }

        @font-face {
            font-family: DG Bebo;
            src: url(font/DGBebo.ttf);
        }

        a, li{
            list-style-type: none;
            text-decoration: none;
        }

        body{
            width: 100%;
          height: auto;
            position: relative;
            overflow-x: hidden;
            background-image: url(img/bk.png);
            background-repeat: no-repeat;
            background-position: top;
            background-size: cover;
        }

.header{
    width: 100%;
    height: 130px;
    background-image: url(img/bk.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.hed-div{
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}

.logo{
    color: var(--redL);
    font-family: "Chill Chirp";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}

.cta{
    width: 200px;
    height: 56px;
    border-radius: 37px;
    background: var(--greenL);
    box-shadow: var(--shadowcta);
    color: var(--white);
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.cta:hover{
    background: var(--greenD);
}

.header-ic {
    width: 47px;
    height: 47px;
    filter: none;
    transition: filter 0.2s ease;
    cursor: pointer;
}

.header-ic:hover {
filter: brightness(0) saturate(100%) invert(9%) sepia(77%) saturate(5335%) hue-rotate(-8deg) brightness(89%) contrast(127%);

}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: var(--grd);
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.menu-overlay ul {
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.menu-overlay a {
    position: relative;
    color: var(--white);
    font-family: "Chill Chirp";
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.menu-overlay a::after {
    content: "";
    position: absolute;
    bottom: -8px; 
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 5px; 
    background: var(--white);
    transition: transform 0.35s ease;
}

.menu-overlay a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.ctaa{
    width: 200px;
    height: 56px;
    border-radius: 37px;
    background: var(--greenL);
    box-shadow: var(--shadowcta);
    color: var(--white);
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    border: none;
}

.ctaa:hover{
    background: var(--greenD);
}

footer{
width: 100%;
    height: 800px;
    min-height: 400px;
    box-sizing: border-box;
    background-image: url(img/footer.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 150px 100px 70px;
    gap: 40px;
font-family: Jost;
}


.footer-logo{
    color: var(--white);
    font-family: "Chill Chirp", Jost, sans-serif;
    font-size: 383px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    user-select: none;
}


.footer-div2{
    width: 100%;
   
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    box-sizing: border-box;
}


.footer-div3{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 0%;
    min-width: 0;
}


.footer-title{
    color: var(--white);
    font-family: Jost;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}

.footer-text{
    color: var(--white);
    font-family: Jost;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.footer-text1{
    color: var(--white);
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}


.footer-contact-row{
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-ic{
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}


.footer-soicalic{
    width: 192px;
    height:auto;
    cursor: pointer;
    object-fit: contain;
}

.footer-right-img{
    width: 240px;
    height: auto;
    object-fit: contain;
}

.footer-copyright{
    color: var(--white);
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    margin-top: 95px;

}
.section1{
  width: 100%;  
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 200px 100px 100px;

}
.section1-div{
     width: 50%;  
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
gap: 30px;
flex-direction: column;
}
.section1-title{
  color: var(--redL);
font-family: "Chill Chirp";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;  
}
.section1-div1{
color: var(--black);
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: Jost;
    font-size: 24px;
    font-weight: 600;
    width: 80%;
}
.section1-div1 .dot {
    width: 16px;
    height: 16px;
    background: var(--greenL);
    border-radius: 50%;
    min-width: 16px;
}
.section1-div2{
    width: 580px;
    height: 570px;
display: flex;
justify-content: center;
align-items: center;
padding: 50px;
background-image: url(img/circ1.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.tart-3d{
    width: 449px;
    height: 641px;
}
.section2 {
    width: 100%;
    min-height: 800px;
    background-image: url("img/ab.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    padding: 100px;
    text-align: center;
    gap: 40px;
}


.section2-title {
    color: var(--white);
    font-family: "Chill Chirp";
    font-size: 60px;       
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 36px;
}


.section2-cards {
    width: 100%;
    max-width: 1430px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;     
    gap: 24px;
}


.section2-card {
    width: 32%;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
}


.section2-icon {
    width: 136px;         
    height: auto;
    object-fit: contain;
}


.section2-card-title {
    color: var(--white);
    font-family: "Chill Chirp";
    font-size: 40px;       
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.section2-text {
    color: var(--white);
    font-family: Jost;
    font-size: 24px;       
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 320px;
}.section3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;            
    box-sizing: border-box;
}

.section3-div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 100px 0;  
    gap: 40px;
    box-sizing: border-box;
}


.section3-title {
    color: var(--redL);
    font-family: "Chill Chirp", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.section3-text {
    color: var(--black);
    font-family: Jost, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    width: 100%;
}

.section3-img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;
    position: relative;
    top: 20px;
    z-index: -2;
}

.section3-bar {
    width: 100%;
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 12px;
    background-color: var(--redL);
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
}

.marquee-item {
    color: var(--white);
    font-family: "Chill Chirp", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    padding-right: 60px;
    display: inline-block;
    text-transform: uppercase;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.marquee-track {
  animation: marquee-scroll 30s linear infinite;
}
.section4{
    width: 100%;
    height: 1920px;
    background-image: url(img/abb.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
    padding: 270px 270px 372px;
    margin-top: 150px;
}

.section4-top{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.section4-top-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section4-title{
    color: var(--redL);
    font-family: "Chill Chirp", sans-serif;
    font-size: 60px;
    font-weight: 400;
    margin: 0;
}

.section4-text1{
    color: var(--black);
    font-family: Jost, sans-serif;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    width: 1290px;
}

.section4-text{
    color: var(--black);
    font-family: Jost, sans-serif;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    width: 86%;
}

.section4-img{
    width: 560px;
    height: auto;
    flex-shrink: 0;
}
.section5{
width: 100%;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.section5-input{
  width: 634px;
  height: 96px;
  border-radius: 61px;
  border: 7px solid var(--black);
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0 13px 4px var(--grayL);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.section5-input input{
   border: none;
   outline: none;
   background: transparent;
   width: 100%;
   font-size: 24px;
   font-family: Jost;
}

.section5-input input::placeholder{
   color: var(--grayL);
   font-family: Jost;
   font-size: 24px;
   font-style: italic;
   font-weight: 300;
}



.ctaa{
    width: 200px;
    height: 56px;
    border-radius: 37px;
    background: var(--greenL);
    box-shadow: var(--shadowcta);
    color: var(--white);
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.ctaa:hover{
    background: var(--greenD);
}


@media screen and (min-width: 1281px) and (max-width: 1640px) {
    .header{height:130px;padding:0 77px;}

    .logo{font-size:40px;}
    .hed-div{gap:40px;}
    .cta{width:200px;height:56px;font-size:20px;}
    .header-ic{width:47px;height:47px;}
    .menu-overlay li{font-size:40px;}
    .menu-overlay ul{gap:35px;}


 .footer{
    padding: 130px 80px 60px; 
    height: 700px;
  }

  .footer-logo{
    font-size: 310px;
  }

  .footer-title{ font-size: 28px; }
  .footer-text, .footer-text1, .footer-copyright{ font-size: 18px; }
  .footer-right-img{ width: 200px; }
  .section2 {
    width: 100%;
    min-height: 680px;}
   .section2-title { font-size: 52px; }
    .section2-icon { width: 86px; height: 86px; }
    .section2-card-title { font-size: 22px; }
    .section2-text { font-size: 22px; max-width: 300px; }
     .section1 {
        padding: 150px 80px 80px;
        gap: 40px;
    }

    .section1-div {
        width: 50%;
    }

    .section1-div2 {
       width: 600px;
        height: 600px;
    }

    .tart-3d {
        width: 400px;
        height: 560px;
    }
 .section3-div { padding: 100px 80px 0; }
    .section3-title { font-size: 60px; }
    .section3-text , .section4-text { font-size: 24px; }
    .marquee-item { font-size: 96px; padding-right: 60px; }
    .marquee-track { animation-duration: 30s; }
  .section4 {
        padding: 220px 164px;
        height: 1500px;
        background-size: cover;
    }
    .section4-img {
        width: 480px;
    }
     .section4-text , .section4-text1 { font-size: 20px; }
     .section4-text1{width: 1080px;}
}



    
@media screen and (max-width: 1280px) {
    .header{height:130px;padding:0 90px;}
    .logo{font-size:42px;}
    .hed-div{gap:40px;}
    .cta{width:200px;height:58px;font-size:21px;}
    .header-ic{width:48px;height:48px;}
    .menu-overlay li{font-size:42px;}
    .menu-overlay ul{gap:38px;}

             .footer{
        padding: 120px 50px 0;
        height: 631px;  }

  .footer-logo{
    font-size: 259px;
  }

  .footer-title{ font-size: 26px; }
  .footer-text, .footer-text1, .footer-copyright{ font-size: 18px; }
  .footer-right-img{ width: 180px; }
  .section2 { padding: 80px; min-height: 700px; gap: 36px; }
    .section2-title { font-size: 60px; }
    .section2-icon { width: 120px; }
    .section2-card-title { font-size: 40px; }
    .section2-text { font-size: 24px; max-width: 300px; }
    .section2-card { width: 32%; }

.section3-title { font-size: 64px; }
     .section3-text { font-size: 26px;  }
    .marquee-item { font-size: 110px; padding-right: 80px; }
    .marquee-track { animation-duration: 32s; }
      .section4-text , .section4-text1 { font-size: 20px; }
     .section4-text1{width: 1000px;}
}

    
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .header{height:115px;padding:0 70px;}
    .logo{font-size:36px;}
    .hed-div{gap:30px;}
    .cta{width:180px;height:52px;font-size:19px;}
    .header-ic{width:43px;height:43px;}
    .menu-overlay li{font-size:38px;}
    .menu-overlay ul{gap:32px;}

    
 .footer{
               padding: 80px 36px 36px;
        gap: 20px;
        height: 580px;
  }

  .footer-logo{
    font-size: 240px;
  }

  .footer-title{ font-size: 24px; }
  .footer-text, .footer-text1, .footer-copyright{ font-size: 18px; }
.footer-copyright{
    margin-top: 111px;
}
    .footer-soicalic {
        width: 156px;
        height: auto;
        margin-top: 10px;

    }
    .footer-div3{
        gap: 30px;
    }
    .section1 {
        padding: 130px 60px 60px;
        gap: 40px;
        width: 100%;

    }

    .section1-div {
        width: 50%;
                gap: 20px;

    }

    .section1-div2 {
             width: 550px;
        height: 520px;
    }

    .tart-3d {
          width: 391px;
        height: 510px;
    }
     .section2 { padding: 36px 40px; min-height: 420px; }
    .section2-title { font-size: 48px; }
    .section2-icon { width: 76px; height: 76px; }
    .section2-card-title { font-size: 20px; }
    .section2-text { font-size: 20px; max-width: 260px; }

   .section2 { padding: 80px 60px; min-height: 640px; gap: 34px; }
    .section2-title { font-size: 56px; }
    .section2-icon { width: 110px; }
    .section2-card-title { font-size: 36px; }
    .section2-text { font-size: 22px; max-width: 300px; }
    .section2-card { width: 32%; }

.section3-div { padding: 80px 60px 0; }
    .section3-title { font-size: 56px; }
    .section3-text , .section4-text  { font-size: 22px; }
    .marquee-item { font-size: 80px; padding-right: 48px; }
    .marquee-track { animation-duration: 28s; }
   .section4 {
        padding: 200px 160px 361px;
        height: auto;
        background-size: cover;
    }

    .section4-title { font-size: 46px; }

    .section4-text,
    .section4-text1 { font-size: 19px; }

    .section4-img { width: 400px; }
         .section4-text1{width: 914px;}
   .section5-input{
      width: 520px;
      height: 80px;
      border-width: 6px;
      border-radius: 55px;
      padding: 18px;
   }
   .section5-input input::placeholder{
      font-size: 22px;
   }
}




    
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header{height:100px;padding:0 50px;}
    .logo{font-size:32px;}
    .hed-div{gap:25px;}
    .cta{width:160px;height:48px;font-size:18px;}
    .header-ic{width:40px;height:40px;}
    .menu-overlay li{font-size:35px;}
    .menu-overlay ul{gap:28px;}

    
  .footer-logo{
    font-size: 170px;
    padding-bottom: 8px;
  }

  .footer-div2{
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }


  .footer-right{
    align-items: flex-start;
  }

  .footer-ic{ width: 38px; height: 38px; }


   .footer{
     
        gap: 40px;
        height: 650px;
          padding: 80px 36px 36px;
  }


  .footer-title{ font-size: 24px; }
  .footer-text, .footer-text1, .footer-copyright{ font-size: 18px; }
.footer-copyright{
    margin-top: 36px;
}
    .footer-soicalic {
        width: 136px;
        height: auto;
        margin-top: 10px;

    }
    .footer-div3{
        gap: 10px;
    }
     .section1 {
        flex-direction: column;
        padding: 130px 60px 60px;
        text-align: left;
        gap: 40px;
                width: 100%;
                align-items: center;
               

    }

    .section1-div {
        width: 100%;
        align-items: flex-start;
        gap: 20px;
    }

    .section1-div2 {
        width: 550px;
        height: 540px;
        padding: 0;
    }

    .tart-3d {
            width: 400px;
        height: 490px;
    }

   .section2 { padding: 64px 40px; min-height: 630px; gap: 28px; }
    .section2-title { font-size: 44px; margin-bottom: 28px; }
    .section2-icon { width: 96px; }
    .section2-card-title { font-size: 30px; }
    .section2-text { font-size: 20px; max-width: 260px; }
    .section2-card { width: 30%; min-width: 160px; }
    .section2-cards { flex-wrap: nowrap; }   .section3-div { padding: 64px 48px 0; }
    .section3-title { font-size: 44px; }
    .section3-text , .section4-text  { font-size: 20px;  }
    .marquee-item { font-size: 72px; padding-right: 40px; }
    .marquee-track { animation-duration: 24s; }
 .section4 {
        padding: 100px 35px 550px;
        height: auto;
        gap: 30px;
        background-size: cover;
    }

    .section4-top {
        flex-direction: column;   
        gap: 25px;
        align-items: center;
        text-align: center;
    }

    .section4-title {
        font-size: 32px;         
    }

    .section4-text,
    .section4-text1 {
        font-size: 18px;          
        width: 100%;
    }

    .section4-img {
        width: 360px;             
        margin: 0 auto;
    }
             .section4-text1{width: 790px;}


 .section5-input{
        width: 510px;
        height: 90px;
      border-width: 6px;
      border-radius: 50px;
      padding: 16px;
   }
   .section5-input input::placeholder{
      font-size: 20px;
   }
}


    @media screen and (min-width: 501px) and (max-width: 767px) {
    .header{height:80px;padding:0 20px;}
    
    .hed-div{gap:15px;}
    .cta{display:none;}
    .ctaa{width:130px;height:44px;font-size:16px;}
   .logo{font-size:32px;}
     .header-ic{width:32px;height:32px;}
    .menu-overlay li{font-size:28px;}
    .menu-overlay ul{gap:22px;}
    .menu-overlay li::after{height:3px;bottom:-5px;}

   
.footer-logo{
    font-size: 150px;
    padding-bottom: 8px;
  }

  .footer-div2{
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }


  .footer-right{
    align-items: flex-start;
  }

  .footer-ic{ width: 38px; height: 38px; }


   .footer{
     
        gap: 40px;
        height: 650px;
          padding: 80px 36px 36px;
  }


  .footer-title{ font-size: 24px; }
  .footer-text, .footer-text1, .footer-copyright{ font-size: 18px; }
.footer-copyright{
    margin-top: 36px;
}
    .footer-soicalic {
        width: 136px;
        height: auto;
        margin-top: 10px;

    }
    .footer-div3{
        gap: 10px;
    }
      .section1 {
        width: 100%;
        flex-direction: column;
        padding: 130px 36px;    align-items: center;      gap: 40px;
    }

    .section1-div {
        width: 100%;
        align-items: flex-start;
        gap: 20px;
    }

    .section1-div1 {
        font-size: 20px;
        width: 100%;
    }

  .section1-div2 {
        width: 410px;
        height: 400px;
        padding: 0;
    }

    .tart-3d {
    width: 300px;
        height: 340px;
    }


     .section2 {
        padding: 48px 28px;
      min-height: 1080px;             
        gap: 28px;
        background-position: center top;
                  
    }
    .section2-title { font-size: 32px; margin-bottom: 20px; }
    .section2-cards {
        flex-direction: column;        
        align-items: center;
        justify-content: flex-start;
        gap: 28px;
        flex-wrap: nowrap;              
    }
    .section2-card {
        width: 100%;
        max-width: 560px;
        min-width: 0;
        align-items: center;
        gap: 16px;
    }
    .section2-icon { width: 96px; }
    .section2-card-title { font-size: 28px; }
    .section2-text { font-size: 20px; max-width: 520px; }  .section3-div { padding: 48px 28px 0; gap: 28px; }
    .section3-title { font-size: 32px; }
   .section3-text , .section4-text  { font-size: 20px; }
    .section3-img { margin-top: 24px; top: 20px; }
    .marquee-item { font-size: 66px; padding-right: 30px; }
    .marquee-track { animation-duration: 18s; }
    .section3-bar { height: 180px; }
 .section4 {
        padding: 100px 35px 550px;
        height: auto;
        gap: 30px;
        background-size: cover;
    }

    .section4-top {
        flex-direction: column;   
        gap: 25px;
        align-items: center;
        text-align: center;
    }

    .section4-title {
        font-size: 32px;         
    }

    .section4-text,
    .section4-text1 {
        font-size: 18px;          
        width: 100%;
    }

    .section1-title {
        font-size: 32px;
    }

    .section4-img {
        width: 360px;             
        margin: 0 auto;
    }
     .section4-text1{width: 640px;}
         .ctaa{width:130px;height:44px;font-size:16px;}
.section5-input{
           width: 390px;
        height: 70px;
      border-width: 5px;
      border-radius: 45px;
      padding: 14px;
   }
   .section5-input input::placeholder{
      font-size: 18px;
   }
}





    @media screen and (max-width: 500px) {
    .header{height:80px;padding:0 36px;}
    
    .logo{font-size:32px;}
     .header-ic{width:32px;height:32px;}
    .hed-div{gap:15px;}
    .cta{display:none;}
        .ctaa{width:130px;height:44px;font-size:16px;}
       
    .menu-overlay li{font-size:28px;}
    .menu-overlay ul{gap:22px;}
    .menu-overlay li::after{height:3px;bottom:-5px;}

.footer-logo{
    font-size: 90px;
    padding-bottom: 8px;
  }

  .footer-div2{
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

.ctaa{width:130px;height:44px;font-size:16px;}
  .footer-right{
    align-items: flex-start;
  }

  .footer-ic{ width: 38px; height: 38px; }


   .footer{
     
        gap: 40px;
        height: 600px;
          padding: 80px 36px 36px;
  }


  .footer-title{ font-size: 24px; }
  .footer-text, .footer-text1, .footer-copyright{ font-size: 18px; }
.footer-copyright{
    margin-top: 36px;
}
    .footer-soicalic {
        width: 136px;
        height: auto;
        margin-top: 10px;

    }
    .footer-div3{
        gap: 10px;
    }
    .section1 {
        width: 100%;
        flex-direction: column;
              padding: 81px 36px;    align-items: center;      gap: 40px;
    }

    .section1-div {
        width: 100%;
        align-items: flex-start;
    }

    .section1-title {
        font-size: 32px;
    }

    .section1-div1 {
        font-size: 18px;
        width: 100%;
    }

    .section1-div2 {
        width: 410px;
        height: 400px;
        padding: 0;
    }

    .tart-3d {
    width: 300px;
        height: 340px;
    }
 .section2 {
        padding: 28px 18px;
        min-height: 940px;
        gap: 20px;
        background-position: center top;
    }
    .section2-title { font-size: 32px; margin-bottom: 16px; }
    .section2-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .section2-card {
        width: 100%;
        max-width: 420px;
        padding: 8px 0;
        gap: 12px;
    }
    .section2-icon { width: 72px; }
    .section2-card-title { font-size: 20px; }
    .section2-text { font-size: 18px;  }   .section3-div { padding: 40px 18px 0; gap: 20px; }
    .section3-title { font-size: 32px; }      
     .section3-text , .section4-text  { font-size: 18px; }      
    .section3-img {
        width: 630px;                        
        height: auto;
        display: block;
        margin-top: 40px;                     
        position: relative;
        top: 20px;
        z-index: -2;
    }
    .marquee-item { font-size: 66px; padding-right: 24px; }
    .marquee-track { animation-duration: 12s; }
    .section3-bar { height: 120px; }

 .section4 {
        padding: 100px 35px 550px;
        height: auto;
        gap: 30px;
        background-size: cover;
    }

    .section4-top {
        flex-direction: column;   
        gap: 25px;
        align-items: center;
        text-align: center;
    }

    .section4-title {
        font-size: 32px;         
    }

    .section4-text,
    .section4-text1 {
        font-size: 18px;          
        width: 100%;
    }

    .section4-img {
        width: 360px;             
        margin: 0 auto;
    }
 .section5-input{
      width: 343px;
      height: 68.909px;
      border-width: 4px;
      border-radius: 40px;
      padding: 12px;
   }
   .section5-input input::placeholder{
      font-size: 16px;
   }

}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; transform: translateX(0); }}
