: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: 100vh;   
 position: relative;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 flex-direction: column; margin-top: 130px;

}
.section-1-rec {
    width: 100%;
    background: var(--redL);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}

.section-1-dev {
    width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: nowrap;
    flex-direction: column;
}

.section1-rec{
 width: 100%;
 height: 182px;   
 position: relative;

 background-color: var(--redL);
 }
.section1-div{
    width: 80%;
     display: flex;
 justify-content: center;
 align-items: center;
   padding: 100px;
   gap: 40px;
       position: relative;
    top: -189px;
    height: 850px;
}


.tart-3d{
width: 350.49px;
height: 376.49px;
margin-bottom: 50px;
}
.paper-div{
    width: 580px;
    height: 710px;
    background-image: url(img/paper1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.paper-div1{
    width: 580px;
    height: 710px;
    background-image: url(img/paper2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sec-div1{
width: 170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.sec-text2{
 color: var(--white);
font-family: Jost;
font-size: 32px;
font-style: normal;
font-weight: 700;
 width: 40px;
height: 40px;
background: var(--redL);
display: flex;
justify-content: center;
align-items: center;
border-radius: 100px;
translate: all 2s ease-in-out;
}
.sec-text2:hover{
    background: var(--redD);


}
.sec-title1{
 color: var(--redL);
font-family: "Chill Chirp";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;   
}

.sec-text1{
  color: var(--black);
font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;  
}


.section2{
    width: 100%;
    padding: 0 100px 100px;
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    display: flex;
    position: relative;
    flex-direction: column;

}
.sec-text{
 color: var(--black);
font-family: Jost;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;   
}
.sec-title{
 color: var(--redL);
font-family: "Chill Chirp";
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: normal;   
}
.sec2-div1{
   display: flex;
width:100%;
height: auto;
align-items: flex-start;   
flex-direction: column;
gap: 10px;
}

.section3{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px;
    flex-direction: column;
}
.payment-section {
    width: 100%;
}


.cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}

.rec {
    width: 24%;
    height: 130px;
    background: var(--greenL);
    filter: drop-shadow(var(--shadow1));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: rotate(0deg);
    border-radius: 16px;
    gap: 20px;
    padding: 20px;
     cursor: pointer;
    transition: all 0.5s ease-in-out;
    transition: 0.2s;
}

.rec:hover {
    background: var(--greenD); 
}

.rec.active {
    background: var(--greenD); 
}


.text-box {
    text-align: center;
}

.sec-img {
    width: 95px;
    height: auto;
}



.summary {
    margin-top: 40px;
    width: 100%;
    display: flex;
gap: 40px;
flex-direction: column;
}
.sec3-text1{
  color: var(--black);
font-family: Jost;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;  
}
.row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.grand .sec-text {
    font-size: 40px;
    font-weight: 700;
}


.sec-textt{
 color: var(--white);
font-family: Jost;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;   
}
.sec-textt1{
  color: var(--white);
font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;  
}
.section4 {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 100px;
}

  .promo-box {
            position: relative;
            width: 100%;
            border: 3px solid var(--greenL);
            border-radius: 16px;
            padding: 30px;
            display: flex;
            align-items: center;
            gap: 34px;
            background: transparent;
            height: 135px;
            transition: transform 0.3s ease;
        }

        .promo-box.celebrating {
            animation: celebrate 0.6s ease-out;
        }

        @keyframes celebrate {
            0%, 100% {
                transform: translateY(0);
            }
            25% {
                transform: translateY(-20px);
            }
            50% {
                transform: translateY(-10px);
            }
            75% {
                transform: translateY(-15px);
            }
        }

        .promo-icon {
            width: 60px;
            height: auto;
            position: relative;
            z-index: 1;
        }

        .promo-box input {
            width: 100%;
            border: none;
            outline: none;
            font-family: Jost;
            font-size: 28px;
            font-weight: 500;
            color: var(--black);
            background: none;
            position: relative;
            z-index: 1;
        }

        .promo-box input::placeholder {
            color: var(--black);
            opacity: 1;
        }

       
        .scratch-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 13px;
            cursor: pointer;
            z-index: 10;
            overflow: hidden;
        }

        .scratch-canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .scratch-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-family: Jost;
            font-size: 28px;
            font-weight: 500;
            color: white;
            text-align: center;
            pointer-events: none;
            width: 90%;
            line-height: 1.3;
        }

        .hidden {
            display: none;
        }


.checkout-btn {
    width: 100%;
    height: 95px;
    background: var(--redL);
    border-radius: 20px;
    border: none;
    color: var(--white);
    font-size: 24px;    
    font-family: Jost;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 150px;
}
.checkout-btn:hover {
     background: var(--redM);}

@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 {
    width: 100%;     margin-top: 80px;

            }    .section1-div {
       width: 100%;
    height: 730px;}
   .cards-container {
        flex-wrap: nowrap;
    }
    .rec {
        width: 24%;
    }
        .promo-box input { font-size: 28px; }

 .footer{
    padding: 130px 80px 60px; 
    height: 700px;
  }

  .footer-logo{
    font-size: 310px;
  }
.promo-box {
                padding: 28px;
                gap: 32px;
            }

            .promo-icon {
                width: 58px;
            }

            .promo-box input,
            .scratch-text {
                font-size: 26px;
            }
        
  .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 {
    width: 100%;    margin-top: 80px;

    height: 70vh;}
    .section1-div {
       width: 100%;
    height: 720px;}
    .section-1-dev {
        gap: 40px;
    }
        .promo-box input { font-size: 27px; }
             .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 {
    width: 100%;    margin-top: 120px;

    height: 70vh;}
    .section1-div {
       width: 100%;
    height: 580px;}
    .section2 {
        padding: 80px;
        gap: 35px;
    }

    .sec-title {
        font-size: 36px;
    }

    .sec-text {
        font-size: 30px;
    }

    .sec-text1 {
        font-size: 22px;
    }
 .section-1-dev {
        gap: 30px;
    }

    .paper-div,
    .paper-div1 {
        width: 500px;
        height: 650px;
    }

    .sec-title1 { font-size: 36px; }
    .sec-text { font-size: 28px; }
    .sec-text1 { font-size: 22px; }

 .cards-container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .rec {
        width: 48%;
        justify-content: flex-start;
        height: auto;
                padding: 20px;

    }
    .section3 {
        align-items: flex-start;
    }
    .promo-box { padding: 16px 20px; }
    .promo-icon { width: 36px; }
    .promo-box input { font-size: 24px; }
    .checkout-btn { height: 85px; font-size: 22px; }
    
 .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;
    }
 .promo-box {
                padding: 25px;
                gap: 28px;
            }

            .promo-icon {
                width: 55px;
            }

            .promo-box input,
            .scratch-text {
                font-size: 24px;
            }
        
}





    
@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 {
    width: 100%;
    height: 70vh;}
    .section1-div {
       width: 100%;
    height: 580px;}
     .section2 {
        padding: 70px;
        gap: 30px;
    }

    .sec-title {
        font-size: 34px;
    }

    .sec-text {
        font-size: 28px;
    }

    .sec-text1 {
        font-size: 20px;
    }
.section-1-dev {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .paper-div,
    .paper-div1 {
        width: 450px;
        height: 630px;
    }

    .tart-3d {
        width: 300px;
    }

    .sec-title1 { font-size: 32px; }
    .sec-text { font-size: 26px; }
    .sec-text1 { font-size: 20px; }
    .sec-text2 { font-size: 28px; }
   .cards-container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .rec {
        width: 48%;
        justify-content: flex-start;
        height: auto;
                padding: 20px;

    }
    .section3 {
        align-items: flex-start;
    }

    .rec-content {
        flex-direction: row;
    }

    .sec-textt {
        font-size: 26px;
    }

    .sec-textt1 {
        font-size: 20px;
    }

    .sec-text {
        font-size: 26px;
    }

    .sec-text1 {
        font-size: 20px;
    }
 .promo-box { padding: 16px 20px; }
    .promo-icon { width: 34px; }
    .promo-box input { font-size: 22px; }
    .checkout-btn { height: 80px; font-size: 22px; }
    
  .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;
    }
 .promo-box {
                padding: 22px;
                gap: 24px;
                height: 120px;
            }

            .promo-icon {
                width: 50px;
            }

            .promo-box input,
            .scratch-text {
                font-size: 22px;
            }
     .section3 {
        align-items: flex-start;
        padding: 100px 60px;
    }}


    @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;}
    .section1 {
    width: 100%;
    height: 70vh;}
    .section1-div {
       
    height: 580px;}
      .section2 {
        padding: 50px;
        gap: 28px;
    }

    .sec-title {
        font-size: 32px;
    }

    .sec-text {
        font-size: 26px;
    }

    .sec-text1 {
        font-size: 18px;
    }

    .section-1-dev {
        flex-direction: column;
        gap: 40px;
    }

    .paper-div,
    .paper-div1 {
        width: 90%;
        height: auto;
        padding-bottom: 40px;
    }

    .tart-3d {
        width: 280px;
    }

    .sec-title1 { font-size: 30px; }
    .sec-text { font-size: 22px; }
    .sec-text1 { font-size: 18px; }
    .sec-text2 { font-size: 22px; }
        .cards-container {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .rec {
        width: 100%;
        justify-content: flex-start;
        height: auto;
        padding: 20px;
    }

    .section3 {
        align-items: flex-start;
        padding: 30px;
    }


    .sec-textt   { font-size: 26px; }
    .sec-textt1  { font-size: 18px; }
    .sec3-text1  { font-size: 22px; }
.section4{
    padding: 0 36px;
}
.promo-box { padding: 14px 18px; }
    .promo-icon { width: 30px; }
    .promo-box input { font-size: 18px; }
    .checkout-btn { height: 75px; font-size: 20px; }
 .grand .sec-text {
    font-size: 27px;
    font-weight: 700;
}   
.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;
    }
 .promo-box {
                padding: 20px;
                gap: 20px;
                height: auto;
                min-height: 100px;
            }

            .promo-icon {
                width: 45px;
            }

            .promo-box input,
            .scratch-text {
                font-size: 20px;
            }
            .sec-img {
    width: 85px;
    height: auto;
}
        }

    @media screen and (max-width: 500px) {
    .header{height:80px;padding:0 20px;}
    .logo{font-size:32px;}
    .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 {
        padding: 40px;
        gap: 25px;
    }

    .sec-title {
        font-size: 24px; 
    }

    .sec-text {
        font-size: 18px; 
    }

    .sec-text1 {
        font-size: 16px;
    }
   .section-1-dev {
        flex-direction: column;
        gap: 40px;
    }
.section1-div{
    flex-direction: column;
    padding: 0;
    top: 0;
    
        width: 100%;
        height: 840px;
    }

    .paper-div,
    .paper-div1 {
    width: 90%;
        height: auto;
        padding-bottom: 90px;
    }

.section1
{height: 1254px;margin-top: 80px;}
    .tart-3d {
        width: 250px;
        margin-bottom: 0;
    }

    .sec-title1 { font-size: 26px; }
    .sec-text { font-size: 20px; }
    .sec-text1 { font-size: 16px; }
    .sec-text2 { font-size: 20px; }
.cards-container {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .rec {
        width: 100%;
        justify-content: flex-start;
        height: auto;
        padding: 20px;
    }

    .section3 {
        align-items: flex-start;
        padding: 30px;
    }


    .sec-textt   { font-size: 22px; }
    .sec-textt1  { font-size: 16px; }
    .sec3-text1  { font-size: 20px; }

 .promo-box { padding: 12px 16px; }
    .promo-icon { width: 28px; }
    .promo-box input { font-size: 16px; }   
    .checkout-btn { height: 70px; font-size: 18px; }
    .section4{
    padding: 0 36px;
}
.grand .sec-text {
    font-size: 25px;
    font-weight: 700;
}
.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;
    }

 .promo-box {
                padding: 15px;
                gap: 15px;
                height: auto;
                min-height: 90px;
            }

            .promo-icon {
                width: 40px;
            }

            .promo-box input,
            .scratch-text {
                font-size: 16px;
            }
            .sec-img {
    width: 75px;
    height: auto;
}
        }