@media(max-width:768px){
    /* Hero Sectopn */
    #hero{
        padding: 0 15px 0px;
        background-size: cover;
    }
    .ubrand{
        display: none;
    }
    .heroBox{
        padding: 120px 30px 30px;
    }
    .wellness {
        width: 175px;
        position: absolute;
        top: -75px;
        transform: translateX(-50%);
        left: 50%;
    }
    .title{
        font-size: 40px;
        letter-spacing: -3px;
        text-align: center;
    }
    .subtitle{
        font-size: 20px;
        text-align: center;

        span {
            img {
                width: 30px;
                margin-top: -4px;
            }
        }
    }
    .subpara{
        font-size: 20px;
        text-align: center;
    }
    .formBoxTop{
        margin-top: 0px;
        .formNote{
            font-size: 12px;
        }
    }
    .corner {
        position: absolute;
        width: 80px;
        right: -15px;
        bottom: -38px;
    }
    .buttonsGroup{
        display: none;
    }
    .formDiv{
        position: relative;
        bottom: -90px;
    }
    /* End Hero Sectopn */

    /* timer section */
    #timerSection {
        padding: 165px 20px 60px;

        .para {
            font-size: 25px;
            padding: 60px 10% 50px;
        }
    }
    .play{
        width: 85px;
    }
    .counter{
        gap: 20px;
        margin-top: 0;

        .titleDigit{
            font-size: 12px;
        }
    }
    .number{
        font-size: 40px;
        width: 80px;
        height: 94px;
    }
    /* end timer section */

    /* last section */
    .lastSection{
        margin-top: 300px !important;
        min-height: auto;
        padding: 50px 20px;
        margin: 0 16px;
    }
    .unicorn {
        position: absolute;
        top: -330px;
        height: 330px;
        min-height: auto;
        left: 46%;
        transform: translateX(-50%);
    }
    #invitation{
        padding: 30px 16px 70px;
        .one, .two{
            font-size: 30px;
            text-align: center;
            margin-bottom: 5px;
        }
        .three{
            font-size: 50px;
            text-align: center;
            margin-bottom: 40px;
        }

        .submitBtn{
            position: absolute;
            bottom: -16px;
            left: 50%;
            transform: translateX(-50%);
            min-width: 52%;
            color: #000000;
            font-weight: 400;
        }
    }
    .jasmin{
        display: none;
    }
    /* last section */

    /* footer */
    #footer{
        .footerImg{
            border-radius: 0;
        }
        p{
            font-size: 10px;
            text-align: center;
        }
        .socialMedia{
            justify-content: center;
            margin-top: 16px;
        }
    }
    hr{
        display: none;
    }
   
}

