* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none;
    width: 90%;
    margin: auto;
}

body hr {
    margin: auto;
}

img {
    vertical-align: middle;
}

.slideshow-container {
    position: relative;
    margin: auto;
    width: 100%;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 62%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 1.5%;
    left: unset;
}

.prev {
    left: 2%;
    right: unset;
}

.dot {
    cursor: pointer;
    height: 2px;
    width: 29%;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 10px;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #303ab2;
}

.slideIn {
    animation-name: slideIn;
    animation-duration: 0.5s;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0%);
    }
}

#offer {
    width: 100%;
    color: white;
    font-weight: 600;
    background-color: #303ab2;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 30px;
}

/* carousel section ends */
/* flat off section starts */
#flat-off {
    padding-top: 120px;
    width: 90%;
    margin: auto;
    cursor: pointer;
}

#flat-off>hr {
    border-color: rgb(73, 76, 79);
    width: 100%;
    height: 0.5px;
    margin-top: 70px;
    margin-bottom: 70px;
    /* margin: auto;  */
}

/* flat off section ends */




/* back-to-work section starts */
.back-to-work {
    width: 90%;
    height: 500px;
    margin: auto;
    margin-bottom: 120px;
    cursor: pointer;
}

.back-to-work>img {
    width: 100%;
}

.back-to-work>p {
    font-size: 40px;
}

.back-to-work>img+hr {
    width: 100%;
    height: 0.5px;
    border-color: rgb(73, 76, 79);
    margin-top: 70px;
}

/* back-to-work section ends */




/* Shop-Plus-Size section starts */
#Shop-Plus-Size {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-around;
    gap: 15px;
    margin-bottom: 60px;
    text-align: center;
    cursor: pointer;
}


#Shop-Plus-Size>div>img {
    width: 100%;
    height: 85%;

}

#Shop-Plus-Size>div>p {
    font-size: 18px;
    font-weight: bold;
}

#outer-Shop-Plus-Size {
    width: 90%;
    margin: auto;
    padding-top: 120px;
}

#outer-Shop-Plus-Size>p {
    font-size: 35px;
}


/* Shop-Plus-Size section starts */





/* Shop-By-Category section starts  */
#Shop-By-Category {
    display: flex;
    width: 100%;
    margin: auto;
    gap: 15px;
    margin-bottom: 60px;
    text-align: center;

}


#Shop-By-Category div img {
    width: 100%;
    height: 85%;
}

#Shop-By-Category div p {
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
}

#outer-Shop-By-Category {
    width: 90%;
    margin: auto;
    padding-top: 60px;
}

#outer-Shop-By-Category p {
    font-size: 35px;
}

#box1:hover {
    cursor: pointer;
}

/* Shop-By-Category section ends  */

/* Trending stores, budget zone, youth store, summer trends section starts */
.Trending-Stores {
    display: flex;
    width: 100%;
    margin: auto;
    gap: 15px;
    cursor: pointer;
}

.Trending-Stores div img {
    width: 100%;
}

.outer-Trending-Stores {
    width: 90%;
    margin: auto;
}

.outer-Trending-Stores p {
    font-size: 35px;
}

.outer-Trending-Stores hr {
    margin-bottom: 60px;
    margin-top: 60px;
}

/* Trending stores, budget zone, youth store, summer trends section endss */


/* Connect-with-us section starts */
.outer-Connect-with-us {
    width: 90%;
    margin: auto;
}

.outer-Connect-with-us p {
    font-size: 35px;
}

.Connect-with-us div img {
    width: 100%;
}

.outer-Connect-with-us hr {
    margin-bottom: 60px;
    margin-top: 60px;
}

/* Connect-with-us section endss */


/* Gifting-Zone section starts */
#outer-Gifting-Zone {
    width: 90%;
    margin: auto;
}

#outer-Gifting-Zone div {
    width: 100%;
    margin: auto;
}

#Gifting-Zone a img {
    width: 100%;
}

#outer-Gifting-Zone hr {
    margin-bottom: 60px;
    margin-top: 60px;
}

#outer-Gifting-Zone p {
    font-size: 35px;
}

/* Gifting-Zone section ends */

hr {
    border-color: rgb(239, 226, 226);
}

/* img {
    width: 100%;
} */