.myNav_content {
    padding: 16px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    place-items: center;
}

.logo img {
    width: 300px;
    object-fit: contain;
}

.menu ul {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.menu ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-transform: capitalize;
    font-size: .8125rem;
    color: #434343;
    font-weight: 300;
    gap: 5px;
}

.menu ul li a img {
    width: 15px;
}

.myNav {
    position: relative;
}

.cart {
    position: relative;
}

.cart span {
    position: absolute;
    right: -9px;
    top: -12px;
    color: var(--black-color);
    font-size: 14px;
}

.cart-no {
    position: relative;
}

.cart-no span {
    position: absolute;
    right: -18px;
    color: #434343;
    bottom: 0;
    font-size: 13px;
}

.search--input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 3.7rem;
    opacity: 0;
    transition: .3s ease-in;
    visibility: hidden;
    padding: 1rem;
    background: #fff;
}

.search--input.show {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 1px rgba(0, 0, 0.13);
    transition: .3s ease-in;
}

.search--input-box {
    position: relative;
}

.search--input-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #131313;
    color: #fff;
    padding: 0 1rem;
}

.search--input input {
    width: 100%;
    padding: 8px;
    border: 1px solid #131313;
    outline: none;
}

.search--input {
    display: none;
}

.search input {
    font-family: "TT-Norms-Pro", "Open Sans", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 2.5rem;
    padding: 0 0 0 .625rem;
    font-size: .8125rem;
    border: 1px solid;
    border-color: #c3bfba;
    border-radius: inherit;
    color: inherit;
    background-color: #fff;
    letter-spacing: normal;
    width: 100%;
    outline: none;
}

.search {
    position: relative;
    width: 75%;
}

.search-btn button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.search-btn button i {
    font-size: 22px;
    color: #000;
}

.bottom-menu ul {
    padding: 0 2rem !important;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.bottom-menu ul li a {
    padding: 14px 0;
    display: block;
    text-transform: capitalize;
    color: #010101;
    font-size: 15px;
    font-size: 15px;
}

/* .dropmenu {
    position: relative;
} */

.bottom-menu ul {
    position: relative;
}

.dropmenu_list {
    z-index: 9;
    /* width: max-content;
    min-width: 12.5rem;
    max-width: 17.5rem; */
    width: 100%;
    left: 0;
    background: #fff;
    color: var(--black-color);
    border-width: 0 1px 1px;
    padding-block: 1.125rem;
    position: absolute;
    opacity: 0;
    transition: .3s ease-in-out;
    visibility: hidden;
    inset-block-start: calc(100% - 2px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.589);
}

.dropmenu:hover .dropmenu_list {
    opacity: 1;
    transition: .3s ease-in-out;
    visibility: visible;
}

.dropmenu_list a {
    display: block !important;
    padding: .375rem 1.5625rem !important;
}

.dropmenu_list a:hover {
    color: var(--black-color);
    text-decoration: underline !important;
    /* background-color: var(--main-color); */
    transition: .3s ease;
}

.dropmenu_list__flex {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.menu_list h6 {
    font-weight: 600;
    padding: 6px 25px;
    /* margin-bottom: 10px !important; */
    margin-top: 1rem;
    font-size: 16px;
}

.menu_heading {
    margin-top: 1rem;
}

.menu_heading a {
    font-weight: 600;
}

.dropdown_img {
    margin-top: 1rem;
}

.dropdown_img img {
    width: 400px;
    height: 450px;
    object-fit: cover;
}





















.offer {
    background-color: #F2EFEB;
    padding: 1rem 0;
}

.offer_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;

}

.offer_info p {
    display: flex;
    flex-direction: column;
    gap: 1px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    color: #010101;
    width: 100%;
    text-align: center;
    border-right: 1px solid #000;
}

.offer_info p:last-child {
    border-right: 0;
}

.banner_top__flex {
    display: flex;
}

.offer_info p a {
    color: #010101;
    text-transform: capitalize;
}

.banner_video__content {
    position: relative;
}

.banner_video__content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.589);
    height: 100%;
    width: 100%;
}

.banner_video__content img {
    width: 100%;
    height: 870px;
    object-fit: cover;
}

.banner_video__content video {
    width: 100%;
    height: auto;
}

.banner_video__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.banner_video {
    position: relative;
}

.banner_video__text h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.banner_video__text h1 {
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 1rem !important;
    max-width: 835px;
    margin: 0 auto;
}

.shop-now {
    margin-top: 1.2rem;
}


/* elements_wrapper */
.elements_wrapper__content {
    background-color: #F5F4F2;
    margin-bottom: 50px;
}

.top-img {
    margin-bottom: 2rem;
}

.element_content {
    /* margin: 0 4.166% !important; */
    padding-bottom: 32px !important;
}

.element_content .swiper-button-next {
    background-color: #fff;
    right: 0;
}

.element_content .swiper-button-prev {
    background-color: #fff;
    left: 0;
}

.element_content .swiper-slide img {
    height: 600px;
    object-fit: cover;
}

.element_content .swiper-button-next:after,
.element_content .swiper-button-prev:after {
    font-size: 22px !important;
    color: #131313;
    font-weight: 700 !important;
}

.slider-container {
    overflow-x: scroll;
    white-space: nowrap;
}

.image-row {
    display: inline-block;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    width: 100%;
}

.imagerollover {
    display: inline-block;
    margin-right: 10px;
    width: 30%;
}

.imagerollover img {
    width: 100%;
    /* height: 600px; */
    object-fit: cover;
}

.main_heading h3 {
    color: #333333;
    text-transform: capitalize;
    font-size: 40px;
    padding: 2rem;
}

.collection_heading h3 {
    padding-left: 0;
    font-family: "tt-font";
}

.main_heading h4 {
    padding: 2rem;
    color: #333333;
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.holiday_heading h3 {
    color: #fff;
    text-align: center;
}

.holiday_grid__box img {
    width: 100%;
    height: 600px;
    object-position: top;
    object-fit: cover;
}

.holiday_grid__box p {
    text-align: center;
    color: #fff;
    margin-top: 12px;
    text-transform: capitalize;
    font-size: 20px;
}

.bestseller_wrapper,
.furniture_wrapper {
    margin: 4rem 0;
}

/* Track */
.slider-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.slider-container::-webkit-scrollbar-thumb {
    background: #000;
    height: 1px !important;
    width: 4px !important;
    border-radius: 15px;
    scrollbar-width: thin !important;
}

/* Handle on hover */
.slider-container::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

/* shubham scroll bar */

/* WebKit browsers */
.slider-container::-webkit-scrollbar {
    height: 12px;
    /* Horizontal scrollbar height */
}

.slider-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.slider-container::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

.slider-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* holiday_wrapper */
.holiday_wrapper__content {
    background-color: #343a3f;
    padding-bottom: 50px;
}

.holiday_img img {
    width: 100%;
}

.holiday_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 4.66%;
}

.white_bg img {
    width: 100%;
}

/* nightstand_wrapper */
.nightstand_wrapper {
    background-color: #f5f4f2;
    padding: 50px 0;
}

.nightstand_content {
    margin: 0 12.26%;
}

.nightstand_content__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.nightstand_content__left p {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    text-transform: capitalize;
}

.nightstand_content__left img {
    height: 690px;
    object-fit: cover;
    width: 100%;
}

.nightstand_content__right {
    position: relative;
}

.nightstand_content__right p {
    position: absolute;
    left: 2rem;
    top: 0;
    background-color: #fff;
    padding: 6px 30px;
    color: var(--black-color);
    text-transform: capitalize;
}

.nightstand_content__right img {
    height: 843px;
    object-fit: cover;
    width: 100%;
}

/* furniture_img */
.furniture_img img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.furniture_img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background: rgba(0, 0, 0, .14); */
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.589) 100%);

}

.furniture_img {
    position: relative;
}

.furniture_wrapper__content {
    position: relative;
}

.furniture_content {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.furniture_content-first {
    left: 2rem !important;
    transform: none !important;
}

.furniture_content h3 {
    color: #34373c;
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    /* text-shadow: 0 0 3px rgba(0, 0, 0, .14); */
    text-transform: capitalize;
    text-align: center;
}

.furniture_content__btn {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
    justify-content: center;
}

.furniture_content__btn a {
    background-color: #f6f2ef;
    padding: 10px 40px;
    text-transform: uppercase;
    color: #34373c;
    font-size: 15px;
    letter-spacing: 1px;
}

.furniture_content__btn a:hover {
    background-color: var(--main-color);
    color: #fff;
    transition: .3s ease-in;
}

.furniture_bottom {
    position: absolute;
    bottom: 2rem;
    right: 10%;
}

.furniture_bottom p {
    /* color: #343a3f; */
    color: #fff;
    max-width: 400px;
    border-left: 1px solid #fff;
    padding-left: 12px;
}

.furniture_left {
    position: absolute;
    left: 1rem;
    bottom: 2rem;
}

.box {
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    height: 36px;
    width: 40px;
    overflow: hidden;
    background-color: white;
    padding-left: 40px;
    transition: width 1s;
    background-image: url('../images/cartbox.png');
    background-size: 40px auto;
    cursor: pointer;
}

.box-content {
    margin: auto 0;
    min-width: 150px;
    background-color: #F5F4F2;
    font-family: "TT-Norms-Pro";
    font-weight: 300;
    letter-spacing: 1.5px;
    font-size: 14px;

    height: 100%;
}

.furniture_left:hover .box {
    width: 180px;
}

.box-content p {
    display: flex;
    text-transform: uppercase;
    align-items: center;
    height: 100%;
    color: #34373c;
}

/* gathering_wrapper */

.gathering_wrapper__inner {
    background-color: #f5f4f2;
    padding: 3.125rem 4.6%;
}

.gathering_wrapper__content {
    position: relative;
}

.jewels_content {
    margin-top: 3rem;
}

/* categories_box */
.categories_box p {
    text-align: center;
    font-size: 20px;
    color: var(--black-color);
    text-transform: capitalize;
    margin-top: 14px;
}

.collection_bg {
    background-color: #4d3535 !important;
}

/* collection_wrapper */
.collection-bg {
    background-color: #4d4d35;
}

.collection_wrapper__content {
    padding: 50px 4.6%;
    border-bottom: 1px solid #ddd;
}

.collection_wrapper__left,
.collection_wrapper__right,
.bestseller_wrapper__left,
.bestseller_wrapper__right {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.collection_wrapper__left h1 {
    font-size: 55px;
    color: #fff;
    line-height: 1.1;
    font-weight: 600;
    font-family: "Kanit", sans-serif;
    text-transform: uppercase;
}

.collection_wrapper__left i {
    font-size: 30px;
    display: block;
    margin-top: 1rem;
    color: #fff;
    font-weight: 700;
}

.collection_wrapper__left h3 {
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.collection_wrapper__left h4 {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 3rem;
}

.collection_wrapper__left p {
    margin-top: 2rem !important;
    max-width: 600px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 auto;
}

.collection-btn {
    margin-top: 4rem;
}

.collection-btn a {
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 40px;
}

.collection-btn a:hover {
    background-color: #fff;
    color: #4d4d35;
    transition: .2s ease-in;
}

.collection_img img {
    width: 100% !important;
    height: 700px !important;
    object-fit: cover;
}

.wednesday_wrapper,
.design_wrapper {
    margin: 4rem 0;
}

.bestseller_wrapper__left {
    padding-left: 2rem;
}

.bestseller_wrapper__left img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.bestseller_wrapper__right h6 {
    font-size: 17px;
    color: #34373c;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.bestseller_wrapper__right h3 {
    font-size: 52px;
    margin-top: 1rem;
    text-transform: capitalize;
    color: #34373c;
}

.shop-now {
    margin-top: 2rem;
}

.shop-now a {
    font-size: 15px;
    letter-spacing: 1px;
    border: 1px solid #34373c;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #34373c;
}

.shop-now a:hover {
    background-color: #34373c;
    color: #fff;
    transition: .3s ease-in;
}

/* design_wrapper__content */
.design_wrapper__content {
    background-color: #475e4a;
    padding: 3rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.design_wrapper__content h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
}

.design_wrapper__content h3 {
    max-width: 73%;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    margin-top: 1rem !important;
    font-size: 24px;
    color: #fff;
}

.design-btn {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.design-btn a {
    padding: 0.625rem 1.875rem;
    border: 0.0625rem solid #fff;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
}

.design-btn a:hover {
    background-color: #fff;
    color: #34373c;
}

.insta_slider {
    background-color: #fff;
}

/* discover_heading */
.discover_wrapper {
    padding-bottom: 50px;
}

.discover_heading h6 {
    text-align: center;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 2rem !important;
}

.mySwiper2 img {
    height: 350px !important;
    object-position: top;
    object-fit: cover;
}

/* footer_wrapper */
.footer_wrapper {
    background-color: #e6e3df;
    padding: 50px 0;
}

.footer_wrapper__box h6 {
    font-size: 15px;
    color: #131313;
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 1rem;
}

.footer_links a {
    font-size: 13px;
    color: #333333;
    font-weight: 400;
}

.footer_links h6 {
    margin-top: 1rem;
    margin-bottom: 5px !important;
}

.footer_input {
    margin-top: 1rem;
    position: relative;
}

.footer_input input {
    width: 100%;
    border: 1px solid #000;
    padding: 8px;
    outline: none;
}

.footer_input button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 8px 13px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.footer_wrapper__box span {
    display: block;
    margin-top: 1rem;
    font-size: 14px;
    max-width: 400px;
    color: #333333;
}

.follow {
    margin-top: 2rem;
}

.follow h6 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 1rem !important;
}

.follow_links {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.follow_links a {
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    height: 28px;
    width: 28px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_links a:hover {
    color: #131313;
}

.footer_links img {
    width: 119px;
}

.copyright {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright p {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 13px;
    color: #333333;
}

.copyright a {
    color: #333333;
}

.mob-icon,
.menu_mob {
    display: none;
}


.mobile_nav {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.589);
    width: 100%;
    height: 100%;
    transition: .3s ease;
}

.mobile_nav.active {
    left: 0;
    transition: .3s ease;
}

.mobile_nav__content {
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: scroll;
    height: 100%;
    width: 70%;
    background-color: #fff;
}

.mobile_header {
    padding: 1rem;
    display: flex;
    justify-content: end;
    align-items: center;
    border: 1px solid #ddd;
}

.close-icon i {
    height: 30px;
    width: 30px;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 23px;
}

.mobile_menu ul li a {
    padding: 10px;
    text-transform: capitalize;
    font-size: 16px;
    color: #131313;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.mobile_menu ul li a i {
    font-size: 22px;
    transition: .3s ease-in;
}

.megaDrop,
.megadropBtn_list {
    height: 0;
    overflow: hidden;
}

.megaDrop a,
.megadropBtn_list a {
    padding: 0 10px !important;
    transition: .3s ease-in;
}

.dropBtn.megaDrop_active .megaDrop a {
    padding: 10px !important;
    transition: .3s ease-in;
}

.megadropBtn.active .dropBtn--active {
    background-color: #3b3b3b;
    color: var(--white-color);
}

.megadropBtn.active .megadropBtn_list a {
    padding: 10px !important;
    transition: .3s ease-in;
}

.dropBtn.megaDrop_active .megaDrop,
.megadropBtn.active .megadropBtn_list {
    height: auto;
    transition: .3s ease-in;
}

.dropBtn.megaDrop_active i,
.megadropBtn.active i {
    transform: rotate(90deg);
    transition: .3s ease-in;
}

.dropBtn.megaDrop_active .megadropBtn i {
    transform: rotate(0deg);
    transition: .3s ease-in;
}

.dropBtn.megaDrop_active .megadropBtn.active i {
    transform: rotate(90deg);
    transition: .3s ease-in;
}


/* mycollection__flex */
.mycollection {
    padding-bottom: 80px;
}

.mycollection_box__content p {
    text-align: center;
    margin-top: 7px;
    color: #333333;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.mycollection__flex {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}

.mycollection_box__img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media(max-width:1400px) {
    .bottom-menu ul {
        gap: 1rem;
    }

    .bottom-menu ul li a {
        font-size: 14px;
    }
}

@media(max-width:1200px) {
    .mycollection_box__img img {
        height: 230px;
    }

    .mycollection_box__content p {
        font-size: 12px;
    }

    .banner_video__content img {
        height: 600px;
    }

    .banner_video__text h1 {
        font-size: 50px;
    }

    .bottom-menu ul li a {
        font-size: 12px;
    }

    .menu ul {
        gap: 1rem;
    }

    .logo svg {
        width: 252px;
    }

    .nightstand_content__right img {
        height: 600px;
    }

    .nightstand_content__left img {
        height: 470px;
    }

    .footer_email {
        margin-top: 1rem;
    }
}

@media(max-width:992px) {
    .search--input {
        display: block;
    }

    .myNav_content.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #fff;
        padding: 1rem 14px;
        box-shadow: 0 0 1px rgba(0, 0, 0.13);
        transition: .3s ease-in;
    }

    .offer {
        margin-top: 4rem;
    }

    .bestseller_wrapper__left {
        padding-left: 0;
    }

    .search {
        display: none;
    }

    .menu ul {
        display: none;
    }

    .mob-icon,
    .menu_mob {
        display: flex;
        gap: 1rem;
        align-items: center;
        width: 100%;
    }

    .menu_mob {
        text-align: right;
        justify-content: end;
    }

    .menu {
        width: 100%;
    }

    .mob-icon i,
    .menu_mob i {
        font-size: 27px;
        color: #333333;
    }

    .bottom-menu ul {
        display: none;
    }

    .banner_video__text h1 {
        font-size: 42px;
    }

    .banner_video__text h3 {
        font-size: 23px;
    }

    .element_content .swiper-slide img {
        height: 400px;
    }

    .furniture_img img {
        height: 680px;
    }

    .collection_wrapper__content .collection_flex {
        flex-direction: column-reverse;
    }

    .collection_img img {
        height: 600px !important;
    }

    .collection_wrapper__left,
    .bestseller_wrapper__right,
    .nightstand_content__right {
        margin-top: 1rem;
    }

    .bestseller_wrapper__right h3 {
        font-size: 42px;
    }

    .design_wrapper__content h3 {
        font-size: 19px;
    }

    .collection_wrapper__left h1 {
        font-size: 44px;
    }

    .collection_wrapper__left h4 {
        margin-top: 1rem;
        font-size: 17px;
    }

    .collection_wrapper__left p {
        margin-top: 1rem !important;
    }

    .collection-btn {
        margin-top: 2rem;
    }

    .bestseller_wrapper__left img {
        height: 400px;
    }

    .nightstand_content__right img,
    .nightstand_content__left img {
        object-fit: cover;
    }
}

@media(max-width:768px) {
    .mycollection {
        padding-bottom: 40px;
    }

    .discover_wrapper {
        padding-bottom: 20px;
    }

    .elements_wrapper__content {
        margin-bottom: 20px;
    }

    .bestseller_wrapper,
    .furniture_wrapper {
        margin: 2rem 0;
    }

    .element_content {
        padding-bottom: 20px !important;
    }

    .main_heading h4 {
        font-size: 14px;
        line-height: 1.53;
    }

    .mycollection__flex {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        /* For smooth scrolling */
        gap: 16px;
        /* Optional: space between items */
        padding: 10px;
    }

    .mycollection__flex::-webkit-scrollbar {
        height: 1px;
    }

    .mycollection__flex::-webkit-scrollbar-thumb {
        background-color: #888;
        /* Scrollbar color */
        border-radius: 10px;
    }

    .mycollection__flex::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

    .mycollection_box {
        flex: 0 0 auto;
        /* Prevent items from shrinking */
        width: 250px;
        /* Set the width for each item */
    }


    .nightstand_content__right {
        margin-top: 2rem;
    }

    .nightstand_content__right p {
        left: 0;
    }

    .holiday_grid__box p {
        font-size: 17px;
        margin-top: 5px;
    }

    .banner_video__content img {
        height: 500px;
    }

    .offer {
        margin-top: 3.64rem;
    }

    .main_heading h3 {
        padding: 1.2rem 1rem;
        font-size: 22px;
    }

    .mobile_nav__content {
        width: 90%;
    }

    .collection_img img {
        height: 418px !important;
    }

    .nightstand_content {
        margin: 0 4%;
    }

    .copyright p {
        flex-wrap: wrap;
        justify-content: center;
    }

    .offer_info {
        grid-template-columns: repeat(2, 1fr);
    }

    .offer_info p:last-child {
        display: none;
    }

    .offer_info p:nth-child(2) {
        border-right: 0;
    }

    .banner_video__text h1 {
        font-size: 30px;
    }

    .banner_video__text h3 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    .nightstand_content__right img,
    .nightstand_content__left img {
        object-fit: cover;
        object-position: bottom;
    }

    .banner_top__flex {
        display: none;
    }

    .furniture_content h3,
    .bestseller_wrapper__right h3 {

        font-size: 24px;
    }

    .bestseller_wrapper__right {
        height: auto;
    }

    .furniture_content__btn,
    .design-btn {
        flex-direction: column;
        gap: 10px;
    }

    .design_wrapper__content {
        padding: 2rem 1rem;
    }

    .design_wrapper__content h3 {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.8;
    }

    .furniture_bottom {
        position: absolute;
        bottom: 4rem;
        right: 0;
    }

    .gathering_wrapper__inner {
        padding: 0;
        margin-top: 1rem;
    }

    .design-btn {

        margin-top: 1rem;
    }

    .furniture_content-first {
        left: 0 !important;
    }

    .jewels_content {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .collection_wrapper__left h1 {
        font-size: 30px;
    }

    .collection_wrapper__left h3 {
        font-size: 15px;
    }

    .collection_wrapper__left p {
        font-size: 13px;
    }

    .collection-btn a,
    .design-btn a {

        font-size: 14px;
    }

    .wednesday_wrapper,
    .design_wrapper {
        margin: 1rem 0;
    }

    .bestseller_wrapper__right {
        margin-bottom: 2rem;
    }

    .nightstand_content__right img,
    .nightstand_content__left img {
        height: 420px;
    }

    .furniture_img img {
        height: 560px;
    }

    .logo svg {
        width: 220px;
    }

    .mob-icon i,
    .menu_mob i {
        font-size: 21px;

    }

    .top-img {
        display: none;
    }

    .discover_heading h6 {
        font-size: 17px;
        margin-bottom: 1rem !important;
    }

    .holiday_grid {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

    .holiday_grid__box {
        flex: 0 0 auto;
        margin-right: 10px;
        /* Add some spacing between the images */
    }

    .holiday_grid__box img {
        max-width: 100%;
        height: 450px;
        object-fit: cover;
        display: block;
    }

    .collection_wrapper__content {
        padding: 30px 4.6% 50px 4.6%;
    }

    .sleep_img {
        display: none;
    }

    .footer_wrapper {
        padding: 30px 0 1rem 0;
    }
}

@media(max-width:576px) {
    .footer_wrapper__box h6 {
        margin-top: 12px;
    }

    .offer_info p {
        font-size: 12px;
    }
}

@media(max-width:380px) {
    .logo svg {
        width: 180px;
    }
}