: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;
            --sha: rgba(255, 255, 255, 0.44);
        }

        *{
            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: 40px;
    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;
    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: flex-start;
  align-items: center;
  padding: 130px 0 ;
  flex-direction: column;
  gap: 30px;

}

.section1-div{
     width: 100%;  
  height: 920px;
  display: flex;
  justify-content:center;
  align-items: center;
gap: 30px;
flex-direction: column;
background-image: url(img/curve.png);
background-position: top;
background-repeat:no-repeat ;
background-size: cover;
}
.section1-title{
  color: var(--redL);
font-family: "Chill Chirp";
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: normal;  
}
.section1-text{
color: var(--black);
text-align: center;
font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal; 
width: 40%; 
}
.section1-rect {
  width: 82px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 7px solid var(--greenL);
  background: var(--sha);
  box-shadow: 0 13px 4px 0 var(--greenD);
  padding: 0;
  gap: 0;
  overflow: hidden;
  animation: expandSearch 0.75s ease-in-out 1s forwards;
}

@keyframes expandSearch {
  0% {
    width: 82px;
    border-radius: 50%;
    padding: 0;
    gap: 0;
  }
  100% {
    width: 609px;
    border-radius: 61px;
    padding: 20px;
    gap: 10px;
    justify-content: flex-start;
  }
}

.section1-icon {
  width: 33px;
  height: auto;
  flex-shrink: 0;
  opacity: 0;
   animation: fadeInInput 0.25s ease-in-out 1s forwards;
}

.section1-rect input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 24px;
  font-family: Jost;
  opacity: 0;
  animation: fadeInInput 0.25s ease-in-out 1s forwards;
}

@keyframes fadeInInput {
  to {
  
    opacity: 1;
  }
}

.section1-rect input::placeholder {
  color: var(--grayL);
  font-family: Jost;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}
.section1-div2 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0 100px;      
  flex-wrap: nowrap;        
  position: relative;
  top: -230px;               
}

.section1-squ,
.section1-squ1 {
  width: 256px;
  height: 80px;
  border-radius: 36px;
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.section1-squ {
  background: var(--redL);
  border: none;
  color: var(--white);
  box-shadow: 0 13px 6px 0 var(--redD);
}

.section1-squ1 {
  background: var(--white);
  border: 5px dashed var(--redL);
  color: var(--black);
  box-shadow: 0 13px 6px 0 var(--redD);
}.section2{
    width: 100%;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    box-sizing: border-box;
    align-items: center;
  }

  .section2-div{
     width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-sizing: border-box;
    align-items: center;
  }


  .pap{
    width: 100%;
    min-height: 530px;
    background-image: url("img/pap.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 78px;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
  }


  .pap-div{
    width: 62%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 2;
  }

  .section2-title{
    color: var(--redL);
    font-family: "Chill Chirp";
    font-size: 36px;
    margin: 0;
  }
  .section2-title1{
    color: var(--greenL);
    font-family: Jost;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
  }
  .section2-text{
    color: var(--black);
     font-family: Jost;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
  }

  .section2-div1{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-top: 6px;
  }

  .sec-div1{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }

  .sec-text2{
    color: var(--white);
    font-family: Jost;
    font-size: 28px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    background: var(--redL);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    user-select: none;
  }
  .sec-text2:hover{ background: var(--redD); }

  .sec-text{
    color: var(--black);
    font-family: Jost;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    min-width: 36px;
    text-align: center;
  }

  .ctar, .ctag{
    width: 142px;
    height: 56px;
    border-radius: 37px;
    box-shadow: 0 4px 8px 0 var(--shadowcta);
    color: var(--white);
    font-family: Jost;
    font-size: 18px;
    border: none;
    cursor: pointer;
  }

  .ctar{ background: var(--redL); }
  .ctar:hover{ background: var(--redD); }

  .ctag{ background: var(--greenL); }
  .ctag:hover{ background: var(--greenD); }

  .tart-3dd{
    width: 440px;
    height: 500px;
    position: absolute;
    right: -62px;
    bottom: -24px;
    z-index: 1;
   
    transform: translateY(12px);
  }

.section3-bar {
    width: 100%;
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    margin: 210px 0;
    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: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    background-image: url(img/paper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
display: flex;
padding: 170px;
justify-content: flex-start;
align-items: center;
gap: 20px;
    min-height: 1600px;
    margin-top: 50px;
}
.section4-title{
  color: var(--redL);
font-family: "Chill Chirp";
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: normal;  
}
.section4-text{
    color: var(--black);
font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
width: auto;
text-align: center;
}
.tart-3d {
    width: 970px;
    height: 726.452px;
    transform: scale(1.5);
}

.tart {
    margin: 0;
    padding: 20px;
    font-family: Jost;
    min-height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model-viewerr {
    width: 100%;
    max-width: 900px;
    height: 600px;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: var(--shadowmv);
}



.Hotspot {
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    z-index: 20;
}


.Hotspot::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: var(--white);
    border: 3px solid var(--greenL);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    box-shadow: var(--shadowhot);
}


.Hotspot::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid var(--greenD);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.Hotspot:hover::before {
    background: var(--redL);
    border-color: var(--redL);
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: var(--shadowred);
}



.HotspotSquare {
    width: 163px;
    height: 58px;
    border-radius: 10px;
    background: var(--redL);
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    padding: 0 20px;
    cursor: pointer;
    z-index: 10000 !important;
}


.HotspotHoverSquare {
    width: 163px;
    height: 160px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--white);
    position: absolute;
    left: 40px;
    top: calc(50% + 40px);
    transform: translateY(0) scale(0);
    opacity: 0;
    pointer-events: none;
    box-shadow: var(--shadowhot);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999 !important;
}

.HotspotHoverSquare.active {
    transform: translateY(0) scale(1);
    opacity: 1;
}


.HotspotHoverText {
    color: var(--black);
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Hotspot.left-side .HotspotSquare {
    left: auto;
    right: 40px;
}

.Hotspot.left-side .HotspotHoverSquare {
    left: auto;
    right: 40px;
}

.HotspotAnnotation {
    display: none;
}

.HotspotDescription {
    display: none;
}
  .ctaaa{
            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;
            display: none;
                position: relative;
    top: 50px;
        }

        .ctaaa:hover{
            background: var(--greenD);
        }
.section5 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 100px 0 100px 100px;
}

.section5-div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.section5-img {
  width: 41%;
  height: auto;
}
.section5-text{
    color: var(--black);
font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
width: auto;
text-align: left;
}
.form {    margin: 0 100px;
    padding: 100px;
background-color: var(--redL);
box-shadow: var(--shadow1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 797px;

    border-radius: 80px;
    margin: 0 100px;
        margin-bottom: 70px;
}

.form-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.row-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.label-div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.label {
  color: var(--white);
  font-family: Jost;
  font-size: 24px;
  font-weight: 700;
}


.input-box {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  border: 3px solid var(--redL);
  background: var(--white);
  padding: 10px 15px;
  font-size: 18px;
  outline: none;
}

.textarea-box {
  width: 100%;
  height: 180px;
  border-radius: 12px;
 border: 3px solid var(--redL);
  background: var(--white);
  padding: 15px;
  resize: none;
  font-size: 18px;
  outline: none;
}
@media screen and (min-width: 1281px) and (max-width: 1640px) {
    .header{height:130px;padding:0 95px;}
    .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; }
   .section1-title { font-size: 55px; }
  .section1-text { font-size: 22px; width: 55%; }
  .section1-rect { width: 78px; height: 78px; }
  .section1-rect input { font-size: 22px; }
 .section1-div { height: 790px; background-size: cover;     }
 .section1-squ,
  .section1-squ1 {
    width: 240px;
    height: 74px;
    font-size: 22px;
  }
       @keyframes expandSearch {
  0% {
    width: 22px;
    border-radius: 100%;
    padding: 0;
    gap: 0;
  }
  100% {
    width: 560px;
    border-radius: 61px;
    padding: 20px;
    gap: 10px;
    justify-content: flex-start;
  }}
  .section2 {
    padding: 60px 80px;
    gap: 30px;
  }
.pap {
    width: 100%;
    min-height: 570px;
  padding: 60px 36px;}
  .tart-3dd {
    width: 400px;
    height: 400px;
    right: -40px;
    bottom: -10px;
  }

.section2-div1 {

    flex-direction: column;
    align-items: flex-start;
}

 .tart-3d {
        width: 900px;
        height: 673.68px;
        transform: scale(1.4);
    }

    .model-viewerr {
        max-width: 850px;
        height: 580px;
    }

    .Hotspot::before {
        width: 22px;
        height: 22px;
        border-width: 3px;
    }

    .Hotspot::after {
        width: 22px;
        height: 22px;
    }

    .HotspotSquare {
        width: 155px;
        height: 55px;
        font-size: 15px;
        left: 38px;
    }

    .HotspotHoverSquare {
        width: 155px;
        height: 150px;
        left: 38px;
        padding: 18px;
    }

    .HotspotHoverText {
        font-size: 19px;
    }

    .Hotspot.left-side .HotspotSquare {
        right: 38px;
    }

    .Hotspot.left-side .HotspotHoverSquare {
        right: 38px;
    }
        .section3-bar {
        margin: 70px 0;
    }
    .section5 {
    padding: 80px 0 ;
  }
  .section5-div {
    width: 48%;
    padding: 0 90px;
  }
  .section5-img {
    width: 45%;
  }
.form {
        padding: 60px;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 900px;
        margin: 0 60px;
        margin-bottom: 50px;
  }

}

    
@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; }
       @keyframes expandSearch {
  0% {
    width: 22px;
    border-radius: 100%;
    padding: 0;
    gap: 0;
  }
  100% {
    width: 560px;
    border-radius: 61px;
    padding: 20px;
    gap: 10px;
    justify-content: flex-start;
  }}
  .section4{min-height:2000px ;}

    .tart-3d {
        width: 850px;
        height: 636.13px;
        transform: scale(1.35);
    }

    .model-viewerr {
        max-width: 800px;
        height: 560px;
    }

    .Hotspot::before {
        width: 21px;
        height: 21px;
        border-width: 2.5px;
    }

    .Hotspot::after {
        width: 21px;
        height: 21px;
    }

    .HotspotSquare {
        width: 150px;
        height: 53px;
        font-size: 15px;
        left: 36px;
    }

    .HotspotHoverSquare {
        width: 150px;
        height: 145px;
        left: 36px;
        padding: 17px;
    }

    .HotspotHoverText {
        font-size: 18px;
    }

    .Hotspot.left-side .HotspotSquare {
        right: 36px;
    }

    .Hotspot.left-side .HotspotHoverSquare {
        right: 36px;
    }
      .section3-bar {
        margin: 70px 0;
    }}

    
@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;}

    .section2-div1 {

    flex-direction: row;
    align-items: flex-start;
}

 .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-div { height: 690px; background-size: cover;     gap: 25px}
.section1{background-size: cover; height: 95vh;}
.section1-title { font-size: 42px; }
  .section1-text { font-size: 20px; width: 60%; }
  .section1-rect { width: 420px; height: 72px; }
  .section1-rect input { font-size: 20px; }
      @keyframes expandSearch {
  0% {
    width: 82px;
    border-radius: 50%;
    padding: 0;
    gap: 0;
  }
  100% {
    width: 560px;
    border-radius: 61px;
    padding: 20px;
    gap: 10px;
    justify-content: flex-start;
  }}
 .section1-squ,
  .section1-squ1 {
    width: 220px;
    height: 70px;
    font-size: 20px;
  }
.section2 {
    padding: 60px;
    flex-direction: column;
    gap: 50px;
  }

  .section2-div {
    width: 100%;
  }

.pap {
        padding: 100px;
        min-height: 670px;
    }

  .section2-text {
    font-size: 24px;
  }

  .tart-3dd {
    width: 550px;
    height: 550px;
    right: -20px;
    bottom: -10px;
  }

  .ctar, .ctag {
    width: 130px;
    height: 52px;
    font-size: 17px;
  }
     .section4{min-height:1240px ;}
    .section4-title{font-size:40px ;}
    .section4-text , .section5-text{font-size: 20px;}
 .tart-3d {
        width: 750px;
        height: 561.35px;
        transform: scale(1.2);
    }

    .model-viewerr {
        max-width: 700px;
        height: 500px;
    }

    .Hotspot::before {
        width: 20px;
        height: 20px;
        border-width: 2.5px;
    }

    .Hotspot::after {
        width: 20px;
        height: 20px;
    }

    .HotspotSquare {
        width: 140px;
        height: 50px;
        font-size: 14px;
        left: 32px;
    }

    .HotspotHoverSquare {
        width: 140px;
        height: 135px;
        left: 32px;
        padding: 16px;
    }

    .HotspotHoverText {
        font-size: 17px;
    }

    .Hotspot.left-side .HotspotSquare {
        right: 32px;
    }

    .Hotspot.left-side .HotspotHoverSquare {
        right: 32px;
    }

    #ar-button {
        padding: 10px 20px;
        font-size: 15px;
    
      }
           .section3-bar {
        margin: 70px 0;
    }
     .section5 {
    padding: 70px 0;
  }
  .section5-div {
    width: 100%;
    padding: 0 80px;
  }
  .section5-img {
    width: 40%;
    margin-top: 40px;
  }
.form {
        padding: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 888px;
        margin: 0 50px;
        margin-bottom: 50px;}

  .row-input {
    flex-direction: column;
    gap: 25px;
  }

  .label-div {
    width: 100%;
  }
}





    
@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;}

       .section2-div1 {

    flex-direction: row;
    align-items: flex-start;
} 
  .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-div { height: 590px; background-size: contain;     gap: 25px}
  .section1-title { font-size: 36px; }
  .section1-text { font-size: 20px; width: 70%; }
  .section1-rect {  height: 85px; }
  .section1-rect input { font-size: 18px; }
     @keyframes expandSearch {
  0% {
    width: 82px;
    border-radius: 50%;
    padding: 0;
    gap: 0;
  }
  100% {
    width: 560px;
    border-radius: 61px;
    padding: 20px;
    gap: 10px;
    justify-content: flex-start;
  }

}

 .section1-div2 {
    flex-wrap: wrap;  
    justify-content: center;
    padding-left: 36px;
    padding-right: 36px;
  }

  .section1-squ,
  .section1-squ1 {
    width: 200px;
    height: 64px;
    font-size: 20px;
  }
.section2 {
    padding: 60px;
    flex-direction: column;
    gap: 50px;
  }

  .section2-div {
    width: 100%;
  }

      .pap {
        padding: 100px 50px;
        min-height: 550px;
    }

  .section2-title {
    font-size: 30px;
  }
  .section2-title1 {
    font-size: 26px;
  }
  .section2-text {
    font-size: 18px;
  }

  .tart-3dd {
    width: 440px;
    height: 440px;
    right: -20px;
    bottom: -10px;
  }

  .ctar, .ctag {
    width: 130px;
    height: 52px;
    font-size: 17px;
  }
    .section3-bar {  margin: 60px 0;}
     .section4{min-height:940px ;     padding: 140px;}
    .section4-title{font-size:40px ;}
    .section4-text , .section5-text{font-size: 20px;}
  .tart-3d {
        width: 650px;
        height: 486.58px;
        transform: scale(1.1);
    }

    .model-viewerr {
        max-width: 600px;
        height: 450px;
    }

    .Hotspot::before {
        width: 18px;
        height: 18px;
        border-width: 2px;
    }

    .Hotspot::after {
        width: 18px;
        height: 18px;
    }

    .HotspotSquare {
        width: 130px;
        height: 46px;
        font-size: 13px;
        left: 28px;
        border-radius: 8px;
    }

    .HotspotHoverSquare {
        width: 130px;
        height: 125px;
        left: 28px;
        padding: 14px;
        border-radius: 8px;
    }

    .HotspotHoverText {
        font-size: 16px;
    }

    .Hotspot.left-side .HotspotSquare {
        right: 28px;
    }

    .Hotspot.left-side .HotspotHoverSquare {
        right: 28px;
    }

    #ar-button {
        padding: 10px 18px;
        font-size: 14px;}
     .section5 {
    padding: 60px 0 ;
      flex-direction: column;
  }
  .section5-div {
    width: 100%;
    padding: 0 60px;
  }
  .section5-img {
    width: 90%;
    margin-top: 20px;
    align-self: flex-end;
  }
    .form {
        padding: 45px;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 868px;
        margin: 0 45px;
        margin-bottom: 50px;}

  .row-input {
    flex-direction: column;
    gap: 25px;
  }

  .label-div {
    width: 100%;
  }
}

    @media screen and (min-width: 501px) and (max-width: 767px) {
    .header{height:80px;padding:0 20px;}
    .logo{font-size:24px;}
    .hed-div{gap:15px;}
    .cta{display:none;}
    .ctaa{width:130px;height:44px;font-size:16px;}
    .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;}

       .section2-div1 {

    flex-direction: row;
    align-items: flex-start;
}
.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-div { height: 590px; background-size: contain;    gap: 20px }
.section1{ padding: 82px 0;}
  .section1-title { font-size: 36px; }
  .section1-text { font-size: 18px; width: 80%; }

  .section1-rect {
 height: 75px;
    padding: 15px;
    gap: 10px;
  }
.ctaaa{
  display: flex;width:130px;height:44px;font-size:16px
}
  .section1-icon { width: 28px; }
  .section1-rect input { font-size: 18px; }
  .section1-rect input::placeholder { font-size: 18px; }
   @keyframes expandSearch {
  0% {
    width: 82px;
    border-radius: 50%;
    padding: 0;
    gap: 0;
  }
  100% {
    width: 460px;
    border-radius: 61px;
    padding: 20px;
    gap: 10px;
    justify-content: flex-start;
  }

}
.section1-div2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .section1-squ,
  .section1-squ1 {
    width: 200px;
    height: 60px;
    font-size: 18px;
  }

.section2 {
    padding: 36px;
    flex-direction: column;
  }

  .pap {
         padding: 70px ;
        min-height: 680px;
  }

  .pap-div {
    width: 100%;
    align-items: center;
    gap: 10px;
  }

  .section2-title {
    font-size: 34px;
  }
  .section2-title1 {
    font-size: 24px;
  }
  .section2-text {
    font-size: 20px; 
    text-align: center;
  }

  .sec-text2 {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .sec-text {
    font-size: 22px;
  }

  .ctar, .ctag {
    width: 115px;
    height: 45px;
    font-size: 15px;
  }

  .tart-3dd {
         width: 420px;
        height: 400px;
        right: 82px;
        bottom: -4px;
  }
    .section2-div{
    gap: 100px;
  }
 .marquee-item { font-size: 66px; padding-right: 30px; }
    .marquee-track { animation-duration: 18s; }
    .section3-bar {    margin: 80px 0;}
   .section4{min-height:888px ;    padding: 100px;}
    .section4-title{font-size:36px ;}
    .section4-text , .section5-text{font-size: 18px; }
    .tart-3d {
        width: 550px;
        height: 411.74px;
        transform: scale(1);
    }

    .model-viewerr {
        max-width: 500px;
        height: 400px;
    }

    .Hotspot::before {
        width: 16px;
        height: 16px;
        border-width: 2px;
    }

    .Hotspot::after {
        width: 16px;
        height: 16px;
    }

    .HotspotSquare {
        width: 120px;
        height: 42px;
        font-size: 12px;
        left: 24px;
        border-radius: 7px;
        padding: 0 15px;
    }

    .HotspotHoverSquare {
        width: 120px;
        height: 115px;
        left: 24px;
        padding: 12px;
        border-radius: 7px;
    }

    .HotspotHoverText {
        font-size: 14px;
    }

    .Hotspot.left-side .HotspotSquare {
        right: 24px;
    }

    .Hotspot.left-side .HotspotHoverSquare {
        right: 24px;
    }

    #ar-button {
        padding: 9px 16px;
        font-size: 13px;
    }

    .tart {
        padding: 15px;
    }
    .section5 {
    padding: 50px 0 ;
    flex-direction: column;
  }
  .section5-div {
    width: 100%;
    padding: 0 40px;
  }
  .section5-img {
    width: 90%;
    margin-top: 20px;
    align-self: flex-end;
  }
    .form {
        padding: 40px;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 848px;
        margin: 0 40px;
        margin-bottom: 50px;

  }

  .row-input {
    flex-direction: column;
    gap: 20px;
  }

  .label-div {
    width: 100%;
  }

  .label {
    font-size: 20px;
  }

  .input-box,
  .textarea-box {
    font-size: 16px;
  }
}




    @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;
  }


  .footer-right{
    align-items: flex-start;
  }

  .footer-ic{ width: 38px; height: 38px; }


   .footer{
     
        gap: 40px;
        height: 600px;
          padding: 80px 36px 36px;
  }
    .section2-div1 {

    flex-direction: row;
    align-items: flex-start;
}

  .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;
    }
.ctaaa{
  display: flex;width:130px;height:44px;font-size:16px
}
  
 .section1-div {
    height: 510px;
    background-size: contain;  
    background-position: top center;    gap: 20px
  }

  .section1-title {
    font-size: 32px;            
  }

  .section1-text {
    font-size: 18px;            
    width: 90%;
  }
.section1{background-size: cover; height: 82vh; padding: 80px 0;}
  .section1-rect {
    height: 65px;
    padding: 12px;
    gap: 8px;
    border-width: 5px;
  }

  .section1-icon {
    width: 25px;
  }

  .section1-rect input {
    font-size: 16px;            
  }

  .section1-rect input::placeholder {
    font-size: 16px;            
  }
  @keyframes expandSearch {
  0% {
    width: 82px;
    border-radius: 50%;
    padding: 0;
    gap: 0;
  }
  100% {
    width: 360px;
    border-radius: 61px;
    padding: 20px;
    gap: 10px;
    justify-content: flex-start;
  }

}
.section1-div2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding-left: 36px;
    padding-right: 36px;
    top: -180px;
  }

  .section1-squ,
  .section1-squ1 {
    width: 190px;
    height: 50px;
    font-size: 18px;
  }
.section2 {
    padding: 36px;
    flex-direction: column;
    position: relative;
    top: -80px;
  }

  .pap {
         padding: 60px 30px;
        min-height: 680px;
  }

 .pap-div {
    width: 100%;
    align-items: center;
    gap:8px ;
  }


  .section2-title {
    font-size: 32px;
  }
  .section2-title1 {
    font-size: 22px;
  }
  .section2-text {
    font-size: 18px; 
    text-align: center;
  }

  .sec-text2 {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .sec-text {
    font-size: 22px;
  }

  .ctar, .ctag {
    width: 115px;
    height: 45px;
    font-size: 15px;
  }

  .tart-3dd {
  width: 420px;
        height: 493px;
        right: -8px;
        bottom: -44px;
  }
  .section2-div{
    gap: 130px;
  }
    .marquee-item { font-size: 66px; padding-right: 24px; }
    .marquee-track { animation-duration: 12s; }
    .section3-bar { height: 120px;   margin: 90px 0; }
   .section4 {min-height:810px ; padding: 80px;  }
    .section4-title{font-size:36px ;}
    .section4-text , .section5-text{font-size: 18px; }
     .tart-3d {
        width: 332px;
        height: 225px;
        transform: scale(1.5);
    }

    .model-viewerr {
        max-width: 100%;
        height: 350px;
        border-radius: 15px;
    }

    .Hotspot::before {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }

    .Hotspot::after {
        width: 14px;
        height: 14px;
    }

    .HotspotSquare {
        width: 110px;
        height: 38px;
        font-size: 11px;
        left: 20px;
        border-radius: 6px;
        padding: 0 12px;
    }

    .HotspotHoverSquare {
        width: 110px;
        height: 105px;
        left: 20px;
        padding: 10px;
        border-radius: 6px;
        top: calc(50% + 30px);
    }

    .HotspotHoverText {
        font-size: 13px;
        line-height: 130%;
    }

    .Hotspot.left-side .HotspotSquare {
        right: 20px;
    }

    .Hotspot.left-side .HotspotHoverSquare {
        right: 20px;
    }

    #ar-button {
        padding: 8px 14px;
        font-size: 12px;
        border-radius: 6px;
    }

    .tart {
        padding: 10px;
    }

 .section5 {
    padding: 40px 0;
    flex-direction: column;
  
  }
  .section5-div {
    width: 100%;
    padding: 0 36px;
  }
  .section5-img {
    align-self: flex-end;
    width: 90%;
    margin-top: 20px;
  }
  .form {
        padding: 36px;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 828px;
        margin: 0 36px;
        margin-bottom: 50px;
        border-radius: 52px;
  
  }

  .row-input {
    flex-direction: column;
    gap: 20px;
  }

  .label-div {
    width: 100%;
  }

  .label {
    font-size: 18px;
  }

  .input-box,
  .textarea-box {
    font-size: 16px;
  }
}
