@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

header{
    width: 100%;
    height: 60px;
    padding-top: 5px;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    top: 0px;
}

.sub-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0px auto;
}

.logo{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

.menu ul{
    list-style-type: none;
    display: flex;
    font-size: 15px;
    gap: 40px;
}

.menu a{
    text-decoration: none;
    color: rgb(199, 197, 197);
}

.hero-btn{
    font-size: 15px;
    background-color: #4DFCDC;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    color: rgb(134, 133, 133);
    cursor: pointer;
}

.hero-btn:hover{
    background-color: #fff;
    border: 2px solid #4DFCDC;
}

main{
    height: 100%;
    max-height: 90vh;
    width: 95%;
    margin: 0px auto;
    background-color: rgb(245,231,252);
    display: flex;
    border-radius: 25px;
    margin-top: 60px;
}

.main-text{
    padding: 25px 25px;
    width: 44%;
    z-index: 10;
}

.sub-text{ 
    font-size: 69px;
    font-weight: 700;
    padding-left: 20px;
    letter-spacing: 2px;
    position: relative;    
}

.bg-hero1{
    position: absolute;
    width: 49%;
    height: 100px;
    background-color: #4DFCDC;
    top: 1px;
    left: 0px;
    transform: skewY(-4deg);
    z-index: -1;
}

.bg-hero2{
    position: absolute;
    width: 74%;
    height: 100px;
    background-color: #fff;
    bottom: 105px;
    left: 0px;
    transform: skewY(-4deg);
    z-index: -1;
}

.main-text p{
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.main-prompts{
    margin-top: 20px;
    margin-left: 20px;
    display: flex;
    gap: 20px;
}

.main-shop{
    background-color: #000;
    padding: 15px 25px;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 23px;
    cursor: pointer;
}

.main-shop:hover{
    background-color: #0e0d0d;
}

.main-explore{
    background-color: rgb(245,231,252);
    font-size: 23px;
    padding: 15px 25px;
    color: #000;
    border: 1px solid black;
    border-radius: 7px;
    font-weight: 500;
    cursor: pointer;
}

.main-explore:hover{
    padding: 10px 20px;
}

.main-img{
    width: 56%;
}

.main-img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.label{
    margin-top: 30px;
    background-color: #4DFCDC;
}

.sub-label{
    width: 90%;
    margin: 0px auto;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.label-sec{
    display: flex;
    align-items: center;
    gap: 15px;
}

.icn img{
    width: 45px;
}

.icn-text{
    padding-bottom: 10px;
}

.icn-text h4{
    font-size: 13px;
}

.icn-text p{
    font-size: 10px;
    padding-top: 20px;
    opacity: 0.6;
}

.arrivals{
    width: 94%;
    margin: 20px auto;
}

.arr-head{
    position: relative;
}

.arr-head h2{
    font-size: 35px;
}

.leaf{
    position: absolute;
    top: 27px;
    z-index: -1;
    left: 140px;
}

.leaf img{
    width: 130px;
    height: 40px;
}

.arr-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 40px;
}

.cloth img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.more img{
    width: 30px;
    cursor: pointer;
}

.cloth-type{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.promo{
    width: 100%;
    max-height: 100vh;
    display: flex;
}

.promo-img{
    width: 50%;
    position: relative;
}

.girlb{
    width: 100%;
    height: 100%;
    object-position: center;
    cursor: pointer;
}

.exp a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.star img{
    width: 50px;
}

.star1{
    position: absolute;
    top: 110px;
    left: 100px;
}

.star2{
    position: absolute;
    bottom: 256px;
    left: 136px;
}

.star3{
    position: absolute;
    top: 75px;
    right: 100px;
}

.star4{
    position: absolute;
    bottom: 160px;
    right: 55px;
}

.promo-cont{
    width: 50%;
    height: auto;
    z-index: -10;
    background-color: #4DFCDC;
    padding: 80px 0px;
    padding-left: 30px;
    padding-right: 100px
}

.payt{
    padding-left: 10px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}

.bg-payt{
    position: absolute;
    width: 53%;
    height: 70px;
    background-color: #fff;
    top: 8px;
    left: 0;
    transform: skewY(-3deg);
    z-index: -1;
}

.promcon{
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 25px;
}

.date{
    font-size: 28px;
    font-weight: 700;
}

.promo-button{
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 45px;
    border-radius: 10px;
    border: none;
}

.leaff img{
    width: 130px;
    height: 20px;
}

.leaff{
    position: absolute;
    top: 30px;
    z-index: -1;
    left: 205px;
}

.fav-cont{
    display: flex;
    gap: 40px;
    margin-top: 50px;
}

.insta,
.prices{
    width: 50%;
}

.instaimg img{
    width: 100%;
    cursor: pointer;
}

.newletter{
    width: 100%;
    height: 55vh;
    background-color: #4DFCDC;
    text-align: center;
    padding: 40px 300px;
}

.newletter h1{
    font-size: 43px;
    font-weight: 900;
}

.newletter p{
    font-size: 25px;
    font-weight: 500;
    padding: 10px 0px;
}

.get-info{
    position: relative;
}

input{
    width: 60%;
    padding: 20px 20px;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    outline: none;
}

.get-info button{
    position: absolute;
    padding: 8px 30px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    right: 160px;
    top: 12px;
    cursor: pointer;
    transition: 0.7;
}

.get-info button:hover{
    background-color: #1a1919;
}

footer{
    background-color: #000;
    height: 55vh;
    color: #fff;
    display: flex;
}

.sub-footer{
    width: 94%;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.left-foot{
    width: 20%;
}

.left-text{
    font-size: 16px;
    line-height: 1.5;
}

.social-foot{
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.box{
    height: 35px;
    width: 35px;
    background-color: #4DFCDC;
    border-radius: 10px;
    position: relative;
}

.box img{
    cursor: pointer;
}

.fb{
    width: 10px;
    position: absolute;
    left: 12px;
    top: 8px;
}

.twet{
    width: 20px;
    position: absolute;
    left: 9px;
    top: 9px;
}

.inst{
    width: 20px;
    position: absolute;
    left: 8px;
    top: 7px;    
}

.boxl{
    background-color: #4DFCDC;
    border-radius: 10px;
    position: relative;
    padding: 0px 7px;
    padding-top: 2px;
}

.linkedin{
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.right-foot{
    display: flex;
    width: 55%;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
}

.about{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about a{
    text-decoration: none;
    color: #fff;
}
