 :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)
        }

        *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

@font-face {
    font-family: 'ChillChirp';
    font-display: swap;
    src: url('../font/ChillChirp.woff2') format('woff2'),
         url('../font/ChillChirp.woff') format('woff');
          url('../font/ChillChirp.ttf') 
         
}




body {
    font-family: 'ChillChirp', sans-serif;
}




        @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: "ChillChirp";
    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: "ChillChirp";
    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);
}
.section1{
    width: 100%;
    height: 2310px;
    margin-top: 130px;
    display: flex;
  max-height: 2180px;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.section1-title{
    color: var(--redL);
    text-align: center;
    font-family: "ChillChirp";
    font-size: 88px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
}

.section1-circtext{
    width: 100%;
    height: auto;
    position: relative;
    top: 76px;
    animation: rotate 30s linear infinite;
     max-width: 1020px;
 
   
}



@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.napikan-tree{
    width: 100%;
    height: auto;
    position: relative;
    top: -477px;
    z-index: 6;
}
.hero-area {
    position: absolute;
    width: 100%;
    height: 80vh;
    z-index: -1;
}
.floating-element {
    opacity: 0;
}
.leaf{
    position: absolute;
    width: 12.5%;
    top: 12%;
    left: 5%;
}

.straw{
    position: absolute;
      width: 8.7%;
    top: 55%;
    left: 5.3%;
}

.hstraw{
      position: absolute;
    width: 8.8%;
    top: 33%;
    left: 18.5%;
}

.sdrop{
    position: absolute;
    width: 4%;
    top: 25%;
    left: 30%;
}

.drop{
    position: absolute;
     width: 4.4%;
    top: 84%;
    left: 18%;
}



.drop1{
    position: absolute;
     width: 4%;
    top: 25%;
    right: 30%;
}

.leaf1{
    position: absolute;
    width: 13.8%;
     top: 35%;
    right: 11.5%;
}

.straw1{
    position: absolute;
width: 8.4%;
    top: 74%;
    right: 13%;

}

.sdrop1{
    position: absolute;
       width: 4%;
      top: 62%;
    right: 5%;
}

.hstraw1{
    position: absolute;
     width: 12.7%;
    top: 11%;
    right: 3.3%;
}



.section2{
    width: 100%;
    padding: 100px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 20px;
}
.section2-title{
  color: var(--redL);
font-family: "ChillChirp";
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: normal;  
}
.section2-text{
 color: var(--black);
font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal; 
width: 88%;
margin-bottom: 20px;  
}

.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);
}

.section3{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    background-image: url(img/jam.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 979px;
    min-height: 980px;
}

.section3-title{
     color: var(--white);
    font-family: "ChillChirp";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 176px;
    margin-bottom: 90px;
}

.flav-div{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flav-div1{
    width: auto;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flav-3d {
    width: 200px;
    height: 200px;
    transition: transform 0.3s ease;
    transform: scale(1.5);
}

.flav-3d:hover {
    transform: scale(1.85); 
    cursor: grab;
}

.flav-3d:active {
    cursor: grabbing;
}

.flav-3d model-viewer {
    width: 100%;
    height: 100%;
}

.section3-text{
    color: var(--white);
    font-family: "ChillChirp";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    margin-top: 20px; 
}

.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: 270px;
justify-content: flex-start;
align-items: center;
gap: 20px;
    min-height: 1600px;
}
.section4-title{
  color: var(--redL);
font-family: "ChillChirp";
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: normal;  
}
.section4-text{
    color: var(--black);
text-align: center;
font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
width: auto;
}
.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;
}



.section5{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 100px;
    padding: 100px;
}


.section5-img{
width: 40%;
}



.section5-div{
    width: 43%;
    display: flex;
    flex-direction: column;
    gap: 40px;

}


.section5-title{
color: var(--redL);
font-family: "ChillChirp";
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.section5-text{
display: flex;
align-items: center;
gap: 10px;
font-family: Jost;
font-size: 24px;
font-weight: 600;
width: 80%;
}
.section5-text .dot{
width: 16px;
height: 16px;
background: var(--greenL);
border-radius: 50%;
min-width:14px;
}
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: "ChillChirp", 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;

}

@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;}
    .section1{margin-top:130px;max-height:1600px;}
    .section1-title{font-size:88px;}
    .section1-circtext{top:60px;max-width:800px;}
    .napikan-tree{top:-357px;}
    .leaf{width:120px;height:120px;top:310px;left:80px;}
    .straw{width:140px;height:135px;top:485px;left:150px;}
    .hstraw{width:110px;height:110px;top:0;left:275px;}
    .sdrop{width:65px;height:56px;top:235px;left:315px;}
    .drop{width:70px;height:60px;top:790px;left:470px;}
    .drop1{width:70px;height:60px;top:235px;right:315px;}
    .leaf1{width:120px;height:120px;top:310px;right:80px;}
    .straw1{width:140px;height:135px;top:485px;right:150px;}
    .sdrop1{width:65px;height:56px;top:790px;right:470px;}
    .hstraw1{width:110px;height:110px;top:0;right:275px;}
    .section2{padding:100px;}
    .section2-title{font-size:40px;}
    .section2-text{font-size:24px;}
    .section3{min-height:831px;}
    .flav-div{width: 90%;}
    .section3-title{        font-size: 49px;
        margin-top: 150px;
        margin-bottom: 45px;}
    .flav-3d{width:180px;height:180px;}
    .flav-div1{height:180px;}
    .section3-text{font-size:22px;}
    .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;
    }
 .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; }

}

@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;}
    .section1{margin-top:130px;max-height:1390px;}
    .section1-title{font-size:85px;}
    .section1-circtext{top:50px;max-width:750px;}
    .napikan-tree{top:-357px;}
    .leaf{width:115px;height:115px;top:300px;left:80px;}
    .straw{width:135px;height:130px;top:470px;left:150px;}
    .hstraw{width:110px;height:110px;top:650px;left:270px;}
    .sdrop{width:65px;height:55px;top:0;left:310px;}
    .drop{width:70px;height:60px;top:760px;left:460px;}
    .drop1{width:70px;height:60px;top:230px;right:310px;}
    .leaf1{width:115px;height:115px;top:300px;right:80px;}
    .straw1{width:135px;height:130px;top:470px;right:150px;}
    .sdrop1{width:65px;height:55px;top:760px;right:460px;}
    .hstraw1{width:110px;height:110px;top:0;right:270px;}
    .section3{min-height:580px;}
    .section3-title{font-size:36px;margin-top:100px;}
    .flav-3d{width:160px;height:160px;}
    .flav-div1{height:160px;}
    .section3-text{font-size:20px;}
    .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;
    }
    .section5{
        padding: 40px 0;
    }
    .section5-title{font-size: 50px;}
     .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; }
}

@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;}
    .section1{margin-top:115px;max-height:1170px;}
    .section1-title{font-size:75px;}
    .section1-circtext{top:41px;max-width:650px;}
    .napikan-tree{top:-357px;}
    .leaf{width:100px;height:100px;top:280px;left:70px;}
    .straw{width:120px;height:115px;top:440px;left:130px;}
    .hstraw{width:95px;height:95px;top:0;left:240px;}
    .sdrop{width:55px;height:48px;top:210px;left:280px;}
    .drop{width:60px;height:52px;top:720px;left:420px;}
    .drop1{width:60px;height:52px;top:210px;right:280px;}
    .leaf1{width:100px;height:100px;top:280px;right:70px;}
    .straw1{width:120px;height:115px;top:440px;right:130px;}
    .sdrop1{width:55px;height:48px;top:720px;right:420px;}
    .hstraw1{width:95px;height:95px;top:0;right:240px;}
    .section2{padding:0 56px;}
    .section2-title{font-size:36px;}
    .section2-text{font-size:18px;}
    .section3{min-height:632px;}
    .section3-title{        font-size: 42px;
        margin-top: 120px;
        margin-bottom: 30px;}
    .flav-3d{width:140px;height:140px;transform:scale(1.3);}
    .flav-3d:hover{transform:scale(1.5);}
    .flav-div1{height:140px;}
    .section3-text{font-size:18px;}
       .section4{min-height:1240px ;}
    .section4-title{font-size:40px ;}
    .section4-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;
    }
    .section5-title{font-size: 48px;}

 .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;
    }

}



@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;}
    .section1{margin-top:100px;max-height:1170px;}
    .section1-title{font-size:60px;}
    .section1-circtext{top:30px;max-width:550px;}
    .napikan-tree{top:-300px;}
    .leaf{width:80px;height:80px;top:230px;left:50px;}
    .straw{width:95px;height:90px;top:360px;left:100px;}
    .hstraw{width:75px;height:75px;top:0;left:190px;}
    .sdrop{width:45px;height:38px;top:170px;left:220px;}
    .drop{width:48px;height:42px;top:580px;left:330px;}
    .drop1{width:48px;height:42px;top:170px;right:220px;}
    .leaf1{width:80px;height:80px;top:230px;right:50px;}
    .straw1{width:95px;height:90px;top:360px;right:100px;}
    .sdrop1{width:45px;height:38px;top:580px;right:330px;}
    .hstraw1{width:75px;height:75px;top:0;right:190px;}
    .section2{padding:0 56px;}
    .section2-title{font-size:36px;}
    .section2-text{font-size:18px;}
    .section3{min-height:507px;}
    .section3-title{font-size:28px;margin-top:90px; margin-bottom: 0;}
    .flav-3d{width:120px;height:120px;transform:scale(1.2);}
    .flav-3d:hover{transform:scale(1.4);}
    .flav-div1{height:120px;}
    .section3-text{font-size:18px;}
       .section4{min-height:940px ;     padding: 140px;}
    .section4-title{font-size:40px ;}
    .section4-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{flex-direction: column-reverse;}
 .section5-img{
width: 70%;
}
.section5-div{
    width: 70%;}
.section5-title{font-size: 40px;}
.section5-text{font-size: 18px;}   
 

  .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;
    }
}



@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;}
    .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;}
    .section1{margin-top:80px;max-height:880px;}
    .section1-title{font-size:40px;padding:0 15px;}
    .section1-circtext{top:35px;max-width:450px;}
    .leaf{width:55px;height:55px;top:160px;left:25px;}
    .straw{width:65px;height:62px;top:250px;left:55px;}
    .hstraw{width:50px;height:50px;top:0;left:120px;}
    .sdrop{width:32px;height:28px;top:120px;left:140px;}
    .drop{width:35px;height:30px;top:400px;left:210px;}
    .drop1{width:35px;height:30px;top:120px;right:140px;}
    .leaf1{width:55px;height:55px;top:160px;right:25px;}
    .straw1{width:65px;height:62px;top:250px;right:55px;}
    .sdrop1{width:32px;height:28px;top:400px;right:210px;}
    .hstraw1{width:50px;height:50px;top:0;right:120px;}
    .napikan-tree{top:-210px;}
    .section2{padding:0 36px;}
    .section2-title{font-size:32px;}
    .section2-text{font-size:16px;}
    .ctaa{width:130px;height:44px;font-size:16px;}
    .section3{min-height:400px;gap:15px;        padding: 100px 0 173px;}
    .section3-title{font-size:24px;margin-top:0px; margin-bottom: 0;}
    .flav-div{width:95%;gap:5px;flex-wrap:wrap;justify-content:center;}
    .flav-div1{width:30%;min-width:80px;}
    .flav-3d{width:80px;height:80px;transform:scale(1.9);}
    .flav-3d:hover{transform:scale(1.25);}
    .section3-text{font-size:16px;}
       .section4{min-height:888px ;    padding: 100px;}
    .section4-title{font-size:36px ;}
    .section4-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{flex-direction: column-reverse;}
.section5-title{font-size: 32px;}
.section5-text{font-size: 16px;}  
 .section5-img{
width: 70%;
}
.section5-div{
    width: 70%;}
.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;
    }
}

@media screen and (max-width: 500px) {
    .header{height:80px;padding:0 20px;}
    .logo{font-size:32px;}
    .hed-div{gap:15px;}
    .cta{display:none;}
    .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;}
    .section1{margin-top:80px;max-height:710px;}
    .section1-title{font-size:40px;padding:0 15px;}
    .section1-circtext{top:36px;max-width:420px;}
    .napikan-tree{top:-190px;}
    .leaf{width:55px;height:55px;top:160px;left:25px;}
    .straw{width:65px;height:62px;top:250px;left:55px;}
    .hstraw{width:50px;height:50px;top:0;left:120px;}
    .sdrop{width:32px;height:28px;top:120px;left:140px;}
    .drop{width:35px;height:30px;top:400px;left:210px;}
    .drop1{width:35px;height:30px;top:120px;right:140px;}
    .leaf1{width:55px;height:55px;top:160px;right:25px;}
    .straw1{width:65px;height:62px;top:250px;right:55px;}
    .sdrop1{width:32px;height:28px;top:400px;right:210px;}
    .hstraw1{width:50px;height:50px;top:0;right:120px;}
    .section2{padding:0 36px;}
    .section2-title{font-size:32px;}
    .section2-text{font-size:16px;}
    .ctaa{width:130px;height:44px;font-size:16px;}
    .section3{min-height:auto;        padding: 120px 0 213px 0;gap:12px;}
    .section3-title{font-size:30px;margin-top:0;  margin-bottom: 0;}
    .flav-div{width:95%;gap:8px;flex-wrap:wrap;justify-content:center;}
    .flav-div1{width:30%;min-width:55px;}
    .flav-3d{width:55px;height:55px;transform:scale(2);}
    .flav-3d:hover{transform:scale(2.2);}
    .section3-text{font-size:16px;}
       .section4{min-height:589px ;    padding: 60px 70px;}
    .section4-title{font-size:36px ;}
    .section4-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{flex-direction: column-reverse;}
.section5-title{font-size: 28px;}
.section5-text{font-size: 16px;} 
 .section5-img{
width: 70%;
}
.section5-div{
    width: 70%;}
.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;
  }


  .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;
    }
     .HotspotSquare {
        width: 80px;
        height: 38px;
        font-size: 9px}
            .HotspotHoverSquare {
        width: 80px;
        height: 80px;}
          .HotspotHoverText {
        font-size: 8px;
        line-height: 130%;
    }  
}