* {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media (max-width:420px) {
    .container {
        background-color: black  !important

    }
}






a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

button {
    cursor: pointer;
    transition: all 0.5s linear;
}

button:hover {
    background-color: rgb(247, 247, 247);
    color: white;

}

.over {
    background-color: rgb(252, 249, 249);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    animation: op 0.5s linear forwards;
    pointer-events: none;
    z-index: 99999;
}

@keyframes move {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
        overflow: hidden;
    }
}

.brandname div {
    animation: move 8s infinite linear;
}

@keyframes op {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.container {
    width: 100%;
    margin: 0px auto;

}

.frame1 {
    width: 100%;
    height: 38px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.frame1 p {
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.frame1 a {
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.framep {
    position: relative;
    left: 504px;
}

.nav {
    height: 41px;
    width: 85%;
    /* background-color: #F2F0F1; */
    margin: 40px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.SHOP {
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
}

.navlist {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.search {
    height: 48px;
    width: 577px;
    background-color: #F0F0F0;
    border-radius: 50px;
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.icon {
    width: 62px;
    height: 24px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.search input:focus {
    outline: none;
    font-size: 16px;
}

.btne {
    width: 100%;
    background-color: black;
    border: 1px solid white;
}

.btne:hover {
    background-color: black;
}

.main {
    height: 663px;
    width: 100%;
    background-image: url(./images/Rectangle\ 2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
}

.maintext {
    height: 80%;
    width: 50%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.maintext h1 {
    width: 577px;
    height: 173px;
    font-weight: 900;
    font-style: bold;
    line-height: 64px;
    font-size: 64px;
    margin-left: 20px;
}

.maintext p {
    font-size: 16px;
    height: 33px;
    width: 550px;
    font-weight: 400;
    line-height: 22px;
    color: gray;
}

.shopbtn {
    width: 210px;
    height: 52px;
    border-radius: 50px;
    background-color: black;
    color: white;
    font-weight: 500;
    font-size: 16px;
    font-style: bold;
    margin-right: 340px;
    cursor: pointer;
}

.shopbtn:hover {
    transform: scale(102%);
    background-color: black;
}

.mainimg1 {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 300px;
    left: 50%;
}

.mainimg2 {
    width: 104px;
    height: 104px;
    position: absolute;
    right: 50px;
    top: 50px;
}

.brandname {
    height: 122px;
    width: 100%;
    background-color: black;
    overflow: hidden;
}

.newarrival {
    height: 58px;
    width: 403px;
    font-size: 48px;
    font-weight: 900;
    margin: 50px auto;
}

.box {
    /* display: flex;
    justify-content: space-around;
    align-items: center; */
    height: 395px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 22%);
    grid-template-rows: 298px 97px;
    /* grid-template-areas: "img1" "img2" "img3" "img4", "txt1" "txt2" "txt3" "txt4"; */
    gap: 22px;
    justify-content: center;
}

.innerbox {
    height: 100%;
    width: 100%;
    background-color: #F0EEED;
    border-radius: 20px;
}

.innertxt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.innertxt h3 {
    height: 27px;
    font-weight: 700;
    text-transform: capitalize;
}

.innertxt p {
    font-style: bold;
    font-weight: 500;
    font-size: 27px;
    line-height: 22px;
}

.btn {
    width: 218px;
    height: 52px;
    border: 1px solid #0000001A;
    background-color: transparent;
    border-radius: 50px;
    font-weight: 600;
    position: relative;
    top: 70px;
    left: 44%;
    transition: background-color 1s linear;
}

.btn:hover {
    background-color: black;
    color: white;
}

.btn:active {
    transform: scale(1.09);
}

.topselling {
    height: 58px;
    width: 346px;
    font-size: 48px;
    font-weight: 900;
    margin: 50px auto;
}

.style {
    height: 800px;
    width: 90%;
    background-color: #F0F0F0;
    ;
    margin: 20px auto;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 407px 277px 407px;
    grid-template-rows: 120px 289px 289px;
    gap: 16px;
    justify-content: center;

}

.style h1 {
    height: 100%;
    width: 100%;
    font-size: 48px;
    font-weight: 900;
    grid-column: 1/4;
    text-align: center;
    margin-top: 30px;
}

.stylebox {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.box1 {
    grid-column: 1/4;
}

.box2 {
    grid-column: 1/2;
}

.box3 {
    grid-column: 2/4;
}

.box3 img {
    height: 100%;
    width: 100%;
}

.box4 {
    grid-column: 1/3;
}

.box4 img {
    width: 100%;
    height: 100%;
}

.box5 {
    grid-column: 3/4;
    margin-right: 40px;
}

.happy {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0px 60px 40px 60px;
}

.happy h1 {
    height: 60px;
    width: 634px;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.arrowimg {
    width: 55px;
}

.comment {
    display: flex;
    gap: 20px;
    justify-content: center;

}

.txtcmt {
    height: 280px;
    width: 30%;
    border-radius: 30px;
    border: 1px solid gray;
    padding: 40px;
    box-sizing: border-box;
}

.txtcmt h2 {
    padding: 20px 0px;
}

.text {
    height: 110px;
    width: 336px;
    font-size: 18px;
}

.lastblack {
    height: 180px;
    width: 90%;
    background-color: black;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 90px;
}

.headblack {
    height: 94px;
    width: 551px;
    font-size: 40px;
    font-weight: 900;
    color: white;
    padding: 40px;
    margin-left: 50px;
}

.gmail {
    height: 110px;
    width: 360px;
    margin-right: 60px;
    ;
}

.email {
    width: 100%;
    height: 48px;
    border-radius: 50px;
    background-color: white;
    padding-left: 30px;
    box-sizing: border-box;
    outline: none;
}

.gmail button {
    height: 48px;
    width: 100%;
    border-radius: 50px;
    background-color: white;
    margin-top: 10px;
    font-weight: 500;

}

.last {
    height: 500px;
    width: 100%;
    background: #F0F0F0;
    padding-top: 140px;
    box-sizing: border-box;

}

.footer {
    height: 180px;
    width: 90%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: 250px 104px 136px 150px 150px;
    gap: 120px;

}

.fbox {
    width: 100%;
    height: 100%;
    position: relative;
}

.fbox h1 {
    margin-bottom: 10px;
    font-weight: 900;
}

.fbox span {
    font-size: 14px;
    color: gray;
    margin-top: 20px
}

.fbox div {
    /* position: absolute; */
    margin-top: 0px;
    display: flex;
    gap: 4px;

}

.fbox .p1 {
    letter-spacing: 2px;
    font-family: 500;
    color: black;
    font-size: 17px;
}

.fbox p {
    margin-top: 15px;
    color: gray;
    font-size: 15px;
}

.card {
    display: flex;
    justify-content: space-around;
}