* {
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}



body {
    font-family: 'Poppins', sans-serif;

}


body::-webkit-scrollbar {
    width: 0;
}
.offer-bar {
    background-color: #1D232C;
    color: #E2E1E1;
    padding: 5px;
    text-align: center;
    font-size: 1.5vw;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Main Navigation Bar*/
.navbar {
    display: flex;
    justify-content: space-between;
    color: #1D232C;
    align-items: center;
    position: sticky;
    top: 0px;
    background-color: white;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 3;
}

.navbar-links {
    display: flex;
    width: 50%;
    justify-content: space-around;
    align-items: center;
}

.navbar-links a {
    text-decoration: none;
    color: #1D232C;
}

.navbar-links a:hover {
    text-decoration: underline;
    color: #1D232C;
}

.navbar-search {
    border: solid #1D232C 1px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 95%;
}

.navbar-search input {
    border: none;
    width: 100%;
    background-color: transparent;

}

input:focus {
    outline: none;
}

.navbar-menu-toggle {
    display: none;
}

/*0 to 800px */

@media screen and (max-width:900px) {

    .navbar-menu-toggle {
        display: block;
    }

    .navbar-links {
        display: none;
    }



}

/* Side Navbar */
.side-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #1D232C;
    color: #E2E1E1;
    margin-left: -60%;
    transition-duration: 1s;
    z-index: 10;
    padding: 20px;

}

.side-navbar-link {
    margin-bottom: 30px;
}

.side-navbar-links a {
    text-decoration: none;
    color: #E2E1E1;
}

.side-navbar-links a:hover {
    text-decoration: underline;
    color: #E2E1E1;
}

.side-navbar-search {
    border: solid #E2E1E1 1px;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
}

.side-navbar-search input {
    border: none;
    background: transparent;
}

/*Slider*/

.slider {
    overflow: hidden;
    display: flex;
    width: 100%;
    position: relative;

    border-radius: 5px;

}

.slider-image-container {
    display: flex;
    transition: 2s;
}

.slider-image {
    width: 100vw;
}

.slider-left-button {
    position: absolute;
    top: 35%;
    left: 5%;
    z-index: 1;
}

.slider-left-button i {
    font-size: 10vw;

}

.slider-right-button {
    position: absolute;
    top: 35%;
    right: 5%;
}

.slider-right-button i {
    font-size: 10vw;
}

.slider-content {
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
    top: 20%;
}

.slider-content h1 {
    font-size: 5vw;
}

.slider-content button {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #1D232C;
}

/* Brands*/
.brands {
    display: flex;
    margin-top: 2vw;

    justify-content: space-between;


}

.brands-icon {
    width: 4vw;
    align-items: center;

}

.brands-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 2vw;
}

.servives-container-1 {
    margin-top: 5vw;
    margin-bottom: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5vw;
}

.servives-container-2 {

    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 10px;
    font-size: 1vw;

}

.servives-container-2 div {
    border-radius: 5px;
    background-color: #F2F4F7;
    padding: 10px;



}

.new-arrival {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;


}

.new-arrival-container {
    position: relative;


}

.new-arrival-container img {
    border-radius: 2%;


}


.overlay {
    border-radius: 2%;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
    top: 0;
    opacity: 0.6;
}



.new-arrival button {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 10px;
    font-size: 1.2vw;
    color: #1D232C;
    border-radius: 10px;
    position: absolute;
    border: none;
    top: 50%;
    left: 18%;
    z-index: 2;


}

.most-wanted {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
    overflow-x: scroll;
    gap: 20px;


}

.most-wanted-container {
    position: relative;
}

.most-wanted img {
    border-radius: 2%;


}

.sale-overlay {
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 2vw;
    background-color: red;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10%;
}

.most-wanted::-webkit-scrollbar {
    appearance: none;

}

.like-button {
    position: absolute;
    width: 15%;
    bottom: 12%;
    right: 5%;
}

.limited-offer {
    display: flex;
    justify-content: center;

    align-items: center;
    background-color: #1D232C;
    color: #E2E1E1;
    padding: 20px;
    font-size: 2vw;
}

.limited-offer img {
    width: 100%;
    height: 100%100%;
}

.limited-offer-text {
    padding: 5%;
}

.limited-offer button {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    margin-top: 10px;
    font-size: 1.2vw;
    color: #1D232C;
    border-radius: 10px;

    border: none;



}

/* Scroll Animate */

.initial-scroll-animate {

    transition: 3s;
}

.reveal-scroll-animate {
    opacity: 0;
}

.news {
    font-size: 2vw;
    margin-top: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news input {
    padding: 11px;
    width: 80vw;
    margin-bottom: 10px;
    border: solid #1D232C 3px;

}

.news input:focus {
    outline: none;

}

.news a {

    margin-top: 10px;
    font-size: 1.8vw;
    color: #E2E1E1;
    background-color: #1D232C;
    border-radius: 10px;
    border: none;
    padding: 10px
}


.icon {
    width: 40px;
    margin: 2vw;

}

/* footer  */
.footer{
    background-color:#1D232C;
    padding: 40px;
    color: #E2E1E1;
}
.footer h2{
    font-size: 40px;
}
.footer h3{
    font-size: 28px;
    font-weight: 400;
}
.footer h4{
    font-size: 28px;
    font-weight: 400;
}
.footer a{
    font-size: 28px;
    font-weight: 400;
    text-decoration: none;
    color: #E2E1E1;
}
.footer ul{
    list-style-type:none;
    display: flex;
    gap:60px;
    padding: 20px;
}

/* Collections */

.divide-section {
    display: flex;
}

.filter-section {
    flex-basis: 25%;
    position: relative;
    font-size: 2vw;
}

.product-section {
    flex-basis: 75%;
    position: relative;
}

.vertical-line {
    border: none;
    border-left: 3px solid #1D232C;
    /* Adjust color and width as needed */
    height: 100%;
    /* Adjust height as needed */
    margin: 0 20px;
    /* Adjust margin as needed */
    position: absolute;
    top: 0px;
    right: 0px
}

.filter-section-price,
.filter-section-arrivals,
.filter-section-occasion,
.filter-section-colors {
    margin-top: 3vw;
    margin-bottom: 10px;

}

.product-section {
    padding: 10px;
}

.products {
    margin-top: 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1vw;
}


@media(max-width:990px) {
    .collections {
        display: flex;
        padding: 50px 20px;
        flex-direction: column;
    }

    .collections .collections__left {
        border-right: none;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .collections .collections__right {
        width: 100%;
        padding: 10px 25px;
    }

    .collections .collections__left h2 {
        font-size: 32px;
        margin-top: 0px;
        color: #1D232C;
    }
}

@media(max-width:800px) {
    .collections .collections__rightbox {
        width: 48%;
        padding-top: 50px;
    }
}

@media(max-width:600px) {
    .collections .collections__rightbox h2 {
        font-size: 20px;
    }

    .collections .collections__left h2 {
        font-size: 26px;
        margin-top: 0px;
        color: #1D232C;
    }

    .collections .collections__left label {
        font-size: 22px;
    }

    .collections .collections__right {
        width: 100%;
        padding: 20px 0px;
    }

    .collections .collections__left {
        border-right: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}

@media(max-width:500px) {
    .collections .collections__rightbox {
        width: 100%;
        padding-top: 50px;
    }

    .collections .collections__rightbox h2 {
        font-size: 30px;
    }

    .collections .collections__rightbox p {
        font-size: 30px;
    }

    .collections .collections__left {
        border-right: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        padding: 0px 20px;
    }

}