.main-section{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lower-img img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.shop-now{
    width: 100%;
}
.shop-now button{
    min-width: 40%;
    display: block;
    margin: 0px auto;
    padding: 10px 24px;
    background: var(--main-clr);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100vw;
    border: none;
    outline: none;
    z-index: 10;
}
.l1{
    position: absolute;
    left: 10%;
    bottom: 45%;
    z-index: 1;
    width: 60px;
}
.l2{
    position: absolute;
    top: 3%;
    right: 30px;
    z-index: 1;
    width: 60px;
}
.l3{
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 1;
    transform: translateY(-50%);
    width: 60px;
}
.l4{
    position: absolute;
    top: 20%;
    left: 50px;
    z-index: 1;
    transform: translateY(-50%);
    width: 60px;
}
.l5{
    position: absolute;
    top: 30%;
    right: 100px;
    z-index: 1;
    transform: translateY(-50%);
    width: 60px;
}

.logo svg{
    position: absolute;
    top: -5px;
    left: 30px;
    z-index: 1;
}


@media(height <= 668px){
    .shop-now button{
        margin-bottom: 30px;
    }
}

.first-page{
    width: 100%;
    height: 100vh;
    overflow: hidden;position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-clr);
    z-index: 10;
}
.first-page .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo img{
    width: 80%;
    z-index: 20;
    position: relative;
    display: block;
    margin: 0px auto;
}

.powerdby{
    position: fixed;
    z-index: 1000;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    font-size: 20px;
    color: #000;
}