* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: Poppins-Regular;
}

html {
    scroll-padding-top: 130px;
}

@font-face {
    font-family: Poppins-Thin;
    font-style: normal;
    src: local('Poppins-Thin'), local('Poppins-Thin'), url('../fonts/Poppins-Thin.ttf') format("truetype")
}


@font-face {
    font-family: Poppins-Light;
    font-style: normal;
    src: local('Poppins-Light'), local('Poppins-Light'), url('../fonts/Poppins-Light.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-ExtraLight;
    font-style: normal;
    src: local('Poppins-ExtraLight'), local('Poppins-ExtraLight'), url('../fonts/Poppins-ExtraLight.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Regular;
    font-style: normal;
    src: local('Poppins-Regular'), local('Poppins-Regular'), url('../fonts/Poppins-Regular.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Medium;
    font-style: normal;
    src: local('Poppins-Medium'), local('Poppins-Medium'), url('../fonts/Poppins-Medium.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-SemiBold;
    font-style: normal;
    src: local('Poppins-SemiBold'), local('Poppins-SemiBold'), url('../fonts/Poppins-SemiBold.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Bold;
    font-style: normal;
    src: local('Poppins-Bold'), local('Poppins-Bold'), url('../fonts/Poppins-Bold.ttf') format("truetype")
}

@font-face {
    font-family: LEMONMILK;
    font-style: normal;
    src: local('LEMONMILK'), local('LEMONMILK'), url('../fonts/LEMONMILK-Regular.otf') format("opentype")
}

@font-face {
    font-family: LEMONMILK-Medium;
    font-style: normal;
    src: local('LEMONMILK-Medium'), local('LEMONMILK-Medium'), url('../fonts/LEMONMILK-Medium.otf') format("opentype")
}

@font-face {
    font-family: LEMONMILK-Light;
    font-style: normal;
    src: local('LEMONMILK-Light'), local('LEMONMILK-Light'), url('../fonts/LEMONMILK-Light.otf') format("opentype")
}

@font-face {
    font-family: BOOWIE;
    font-style: normal;
    src: local('BOOWIE'), local('BOOWIE'), url('../fonts/BOOWIE.ttf') format("truetype")
}

@media (max-width: 5120px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 2000px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1800px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1600px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1400px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media only screen and (max-width: 1300px) {
    .container-new-big {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .container-new-big {
        padding: 0 40px;
    }

    .navbar_baner_section .aries_logo {
        bottom: -280px;
    }

}

@media only screen and (max-width: 560px) {
    .container-new-big {
        padding: 0 20px;
    }
}

body {
    margin: 0 auto;
    max-width: 1680px;
}

.top-nav {
    text-align: end;
    padding: 14px 0px;
    background-color: #6b654e;
    font-family: Poppins-Regular;
}

.top-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.top-nav .shop {
    display: inline-block;
    margin-right: 20px;
}

.top-nav span {
    display: inline-block;
    margin: 0px 5px;
    color: #fff;
}

header {
    /* position: fixed;
    top: 0px; */
    z-index: 9;
    margin: 0 auto;
    max-width: 1680px;
    width: 100%;
    font-family: Poppins-Regular;
    /* transition: 2s ease 0s;
    transition: 1s; */

}


header .white-logo {
    display: none;
}

header.navbar-scroll .navbar-brand img {
    display: none;
}

header.navbar-scroll .navbar-brand .white-logo {
    display: block;
}

.navbar-scroll {
    background-color: #6b654e;
    position: fixed;
    top: 0px;
}

.navbar-scroll .container-fluid {
    padding: 10px 83px 0px 83px;
}

.navbar-scroll .navbar-nav {
    gap: 19px;
    border-bottom: none;
    padding-bottom: 0px;
    align-items: center;
    /* transition: 2s ease 0s; */
}

header .navbar {
    background-color: transparent;
}

header .dropdown.maga-product {
    position: initial;
}

header .dropdown.maga-product .dropdown-menu.show {
    width: 95%;
    padding: 20px;
    transition: 2s ease 0s;
    margin: 0 auto;
    left: -27px !important;
    inset: 25px auto auto 38px !important;
    margin: 55px auto 0px;
}

/* header.navbar-scroll .dropdown.maga-product .dropdown-menu.show {
    width: 100%;
    left: 0px;
} */

.nav-product-list ul {
    list-style: none;
    padding-left: 0px;
}

.nav-product-list ul li {
    margin-bottom: 15px;
    text-align: center;
}

.nav-product-list ul li a:hover p {
    color: #df7425;
}

.nav-product-list ul li a {
    text-decoration: none;
    color: #6b654e;
    display: inline-block;
}

.nav-product-list ul li a:hover p {
    color: #df7425 !important;
}

.nav-product-list ul li a img {
    width: auto;
    height: 30px;
    margin: auto;
}

.nav-product-list.concept-link ul li a img {
    margin: 0 auto 0px;
    height: 40px;
}

.nav-product-list.concept-link ul li a p {
    margin-bottom: 0px;
}

.nav-product-list.concept-link ul li {
    margin-bottom: 0px;
}

header .navbar .inner-sub-drop {
    position: relative !important;
}

header .navbar .inner-sub-drop .nav-link {
    padding-bottom: 0px;
}

.cart-count-badge {
    position: absolute;
    top: -5px;
    right: -14px;
    background-color: #df7425;
    color: white;
    border-radius: 53%;
    padding: 1px 6px;
    font-size: 0.6rem;
}

.navbar-scroll .cart-count-badge {
    top: 4px;
}

.concept .nav-product-list .inner-sub-drop li {
    margin-bottom: 0px;
    text-align: left;
    border-bottom: 1px solid transparent;
    padding-top: 3px;
    padding-left: 7px;
}

.concept .nav-product-list .inner-sub-drop li a p {
    padding-bottom: 0px;
}

header.navbar-scroll .nav-link p {
    color: #3f3f3f !important;
}

header .nav-link {
    font-size: 14px;
    font-family: 'Poppins-Medium';
    color: #3f3f3f !important;
    padding: 0px 0px 5px 0px !important;
    text-transform: uppercase;
}

header .nav-item.mob.cart-count {
    position: relative;
}

header .nav-link img.white {
    display: none;
    transition: 1s;
}

header.navbar-scroll .nav-link {
    color: #ffff !important;
    padding: 5px 4px 5px 4px !important;
}

header.navbar-scroll .nav-link::before {
    content: none;
}

header.navbar-scroll .nav-link:hover,
header.navbar-scroll .nav-link.active {
    background-color: #df7425 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

header.navbar-scroll .nav-product-list .nav-link.active,
header.navbar-scroll .nav-product-list .nav-link:hover {
    background-color: transparent !important;
    columns: #df7425 !important;
}

.inner-sub-menu .nav-link {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    padding: 0px 0px 0px 0px !important;
}

header .navbar-scroll .inner-sub-menu .drodown:hover,
header .navbar-scroll .inner-sub-menu .nav-link.active,
header .navbar-scroll .inner-sub-menu .nav-link:hover {
    background-color: #fff !important;
    color: #f8ab37 !important;
}

/* 
header.navbar-scroll .nav-link img {
    display: none;
} */

header.navbar-scroll .nav-link img.white {
    display: block;
    position: relative;
    top: -13px;
}


header .navbar-nav {
    gap: 26px;
    /* transition: 2s ease 0s; */
}

header .nav-item.mob.one {
    position: relative;
    left: 40px;
}

header .nav-item.mob.two {
    position: relative;
    left: 12px;
}

header.navbar-scroll .nav-item.mob.one {
    position: relative;
    left: 20px;
}

header.navbar-scroll .nav-item.mob.two {
    position: relative;
    left: initial;
}

header.navbar-scroll .nav-item.mob .nav-link.active,
header.navbar-scroll .nav-item.mob .nav-link:hover {
    background-color: transparent !important;
}

header.navbar-scroll .nav-item.mob .nav-link {
    padding: 4px 0px 0px 0px !important;
}

header .nav-link:hover,
header .nav-link.active {
    color: #df7425 !important;
    background-color: transparent !important;
    border-radius: 0px !important;
}

header .nav-item .active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

header .navbar-collapse {
    justify-content: end;
}



header .hvrnav {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

header .hvrnav:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #df7425;
    height: 2px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin-left: 2px;
    margin-right: 2px;
}

header .hvrnav:hover:before,
.hvrnav:focus:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.modal .modal-header {
    background-color: transparent;
    padding: 0px;
    border-bottom: transparent;
    align-items: center;
}

.modal {
    font-family: Poppins-Regular;
}

.modal .modal-header input {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #fff;
}

.modal .modal-header input:focus-visible,
.modal .modal-header input:focus {
    border: 1px solid #fff;
    box-shadow: none;
    outline: none;
}

.modal-content {
    background-color: transparent;
    border: transparent;
}

.btn-close {
    color: #fff;
}

.modal .modal-footer button {
    background-color: #df7425;
}

.modal-body .form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

.btn-close {
    --bs-btn-close-bg: none;
    opacity: 1;
    padding: 5px 7px !important;
    top: 0px;
    position: relative;
}

.btn-close:focus {
    box-shadow: none;
}

#banner {
    position: relative;
}

.mobile-icon {
    display: none;
    margin: 0px 4px;
    position: absolute;
    right: 130px;
}

.mobile-icon a {
    display: inline-block;
    padding: 0px 7px;
}

#banner .carousel-caption {
    text-align: left;
    right: 15%;
    top: 30%;
    left: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    /* color: #fff; */
    animation: infinite linear 4s bannermotion;
}

#banner .carousel-caption h5 {
    font-size: 60px;
    font-family: LEMONMILK;
    color: #6b654e;
    line-height: 50px;
    width: 45%;
}

#banner .carousel-caption h5 span {
    font-size: 40px;
    font-family: 'Poppins-Thin';
}

#banner .carousel-caption p {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    color: #6b654e;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#banner .carousel-control-next {
    display: none;
}

#banner .carousel-control-prev {
    display: none;
}

#banner .carousel-caption a {
    font-size: 16px;
    font-family: 'Poppins-semibold';
    background-color: #df7425;
    display: flex;
    width: 132px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    color: #fefefe;
    text-decoration: none;
    text-transform: uppercase;
}

#banner .carousel-indicators {
    justify-content: left;
    margin-left: 5%;
}

#banner .carousel-indicators button {
    width: 100px;
    height: 4px;
    background-color: #d2d0ca;
}

#banner .carousel-indicators button:hover,
#banner .carousel-indicators button.active {
    background-color: #df7425;
}

/* #banner .carousel-indicators {
    flex-direction: column;
    align-items: end;
    margin-right: 70px;
    gap: 5px;
    justify-content: end;
    bottom: 23%;
}

#banner .carousel-indicators .active {
    background-color: #ea5524;
}

#banner .carousel-indicators button {
    height: 90px;
    width: 5px;
    border-radius: 200px !important;
    border: none;
} */



#banner-bottom {
    position: relative;
}

#banner-bottom .row {
    padding-left: 83px;
    /* align-items: center; */
}

#banner-bottom .row .banner-bottom-left {
    padding: 50px 0px;
}

#banner-bottom .row h2 {
    font-size: 50px;
    font-family: 'Poppins-semibold';
    margin-bottom: 0px;
    padding-bottom: 2px;
    color: #1e1e1e;
    animation: head 5s infinite linear;
}

#banner-bottom .row h3 {
    font-size: 22px;
    font-family: 'Poppins-medium';
    padding-bottom: 15px;
    color: #1e1e1e;
}

#banner-bottom .row p {
    font-size: 17px;
    font-family: 'Poppins-regular';
    line-height: 27px;
    color: #1e1e1e;
}

#banner-bottom a {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    background-color: #ea5524;
    display: flex;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fefefe;
    text-decoration: none;
    margin-top: 25px;
    text-transform: uppercase;
    /* hide  */
    display: none !important;
}

#banner-bottom .banner-bottom-right {
    position: relative;
}

#banner-bottom .banner-bottom-right .banner-right-img {
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0px;
    right: 0px;
}

#banner-bottom .banner-bottom-right .banner-right-img img {
    width: 100%;
    height: 100%;
}

.figureone img {
    height: 520px;
    object-fit: cover;
}

/* ================================================================================ */

.collection-section {
    padding: 120px 0px;
}

.collection-section h2 {
    font-size: 50px;
    font-family: 'Poppins-Thin';
    color: #6b654e;
    margin-bottom: 60px;
    text-align: center;
}

.collection-section .collect-img {
    padding: 25px;
    height: 260px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 20px 0px;
    /* padding: 20px 40px; */
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: 1s ease-in-out;
}

.collection-section .owl-item:hover .collect-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.collection-section .collect-img img {
    width: 100%;
    object-fit: contain;
}

.collection-section h3 {
    /* font-family: BOOWIE; */
    font-family: LEMONMILK-Light;
    font-size: 24;
    text-align: center;
    color: #6b654e;
    font-weight: 300;
    margin-top: 40px;
}

.collection-section .slick-slide {
    padding: 20px;
}


.collection-owl .slick-slide .item {
    width: 100px;
    height: 4px;
    border-radius: 0px;
    /* background-color: #d2d0ca; */
}

.collection-owl a {
    text-decoration: none;
}

.collection-owl .owl-dots .owl-dot:hover span,
.collection-owl .owl-dots .owl-dot.active span {
    background-color: #df7425;
}

.collection-owl .owl-dots {
    margin-top: 50px !important;
}

.custom-section {
    font-family: Poppins-Regular;
}

.custom-section h2 {
    font-size: 40px;
    font-family: Poppins-Light;
    color: #6b654e;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
}

.custom-section h2 span {
    font-family: Poppins-Medium;
}

.custom-section p {
    width: 90%;
    margin-bottom: 15px;
}

.custom-section a {
    width: 136px;
    height: 50px;
    border: 1px solid #6b654e;
    color: #6b654e;
    font-size: 16px;
    font-family: Poppins-SemiBold;
    display: inline-block;
    padding: 12px 0px;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
}

.custom-product .custom-img {
    width: 170px;
    height: 205px;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.custom-product .custom-img a {
    width: 100%;
    height: 100%;
    border: transparent;
    margin-top: 0px;
    padding: 5px;
    display: inline-block;
}

.custom-product .custom-img:hover img {
    filter: grayscale(100%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.custom-product .custom-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    transition: .5s ease-in-out
}

.custom-product h5 {
    font-size: 16px;
    color: #6b654e;
    font-family: Poppins-SemiBold;
    text-align: center;
    margin: 20px 0px 40px 0px;
}

.custom-carousel .owl-dots .owl-dot span {
    width: 100px;
    height: 4px;
    border-radius: 0px;
}

.custom-carousel .owl-dots .owl-dot:hover span,
.custom-carousel .owl-dots .owl-dot.active span {
    background-color: #df7425;
}

.custom-carousel .owl-dots {
    text-align: right;
}

/* .chair-section {
    background-image: url(../images/comfy-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    border-bottom: 10px solid #6b654e;
    margin-top: 80px;
    position: relative;
    padding: 70px 0px;

} */

.chair-section {
    background-image: url(../images/comfy-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
    border-bottom: 10px solid #6b654e;
    margin-top: 80px;
    position: relative;
    padding: 70px 0px 30px;
}

.chair-section .chair-cnt {
    display: flex;
    height: auto;
}

.chair-section .chair-one {
    height: auto;
}

.chair-section .chair-one img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chair-carousel .owl-stage-outer {
    overflow: initial;
}

.chair-section .chair-cnt .chair-two {
    border-right: 1px solid #6b654e;
    margin-right: 30px;
    padding-right: 30px;
}

.chair-section .chair-cnt .chair-two h5 {
    font-size: 34px;
    font-family: Poppins-Light;
    color: #6b654e;
    margin-bottom: 0px;
}

.chair-section .chair-cnt .chair-two h2 {
    font-size: 65px;
    color: #6b654e;
    font-family: LEMONMILK-Light;
    line-height: .9;
}

.chair-section .chair-cnt .chair-two h2 span {
    color: #df7425;
}

.chair-section .chair-cnt .chair-two p {
    font-size: 22px;
    color: #6b654e;
    font-family: Poppins-ExtraLight;
}

.chair-section .chair-cnt .chair-three {
    padding: 20px 0px;
}

.chair-section .chair-cnt .chair-three p {
    font-family: Poppins-Light;
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 10px;
    line-height: 1;
}

.chair-section .chair-cnt .chair-three p span {
    color: #6b654e;
}

.chair-section .chair-cnt .chair-three h5 {
    color: #6b654e;
    font-family: LEMONMILK-Light;
    font-size: 23px;
    margin-bottom: 30px;
}

.chair-section .chair-cnt .chair-three h5 span {
    color: #df7425;
    text-decoration: underline;
}

.chair-section .chair-cnt .chair-three a {
    width: 136px;
    height: 50px;
    border: 1px solid #6b654e;
    color: #6b654e;
    font-size: 16px;
    font-family: Poppins-SemiBold;
    display: inline-block;
    padding: 12px 0px;
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
}

.chair-carousel .carousel-item {
    transition: transform .6s ease-in-out;
}

.chair-carousel .owl-dots .owl-dot span {
    width: 100px;
    height: 4px;
    background-color: #d1d0c7;
    border-radius: 0px;
}

.chair-carousel .owl-dots .owl-dot.active span,
.chair-carousel .owl-dots .owl-dot:hover span {
    background-color: #df7425;
}

.chair-carousel .owl-dots {
    text-align: right;
    margin-top: 20px !important;
}

/* ----------------------------------------- */
.new-arrival-section {
    background-image: url(../images/new-arrival-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 40px solid #6b654e;
    padding: 240px 0px 100px;
    position: relative;
}

.new-arrival-section h2 {
    font-size: 50px;
    color: #6b654e;
    font-family: Poppins-ExtraLight;
    line-height: 1;
    margin-bottom: 15px;
}

.new-arrival-section h2 span {
    font-family: Poppins-Medium;
}

.new-arrival-section p {
    margin-bottom: 15px;
    font-size: 17px;
    font-family: Poppins-Regular;
    color: #6b654e;
}

.new-arrival-section a.btntra {
    width: 136px;
    height: 50px;
    border: 1px solid #6b654e;
    color: #6b654e;
    font-size: 16px;
    font-family: Poppins-SemiBold;
    display: inline-block;
    padding: 12px 0px;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
}

.new-right .new-arrival .new-img {
    width: 170px;
    height: 200px;
    background-color: #fff;
    position: relative;
    margin: 0 auto 30px;
    object-fit: cover;
    overflow: hidden;
}

.new-right .new-arrival .new-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.01);
    object-fit: cover;
    cursor: pointer;
}

.new-right .new-arrival .new-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1.1);
    -webkit-transition: .1s ease-in-out;
    transition: 1s ease-in-out;
    object-fit: contain;
}

.new-right .new-arrival .new-img p {
    color: #fff;
    background-color: #df7425;
    padding: 3px 5px;
    position: absolute;
    left: 0px;
    top: 20px;
}

.new-right .new-arrival h5 {
    margin-top: 30px;
    text-align: center;
    color: #6b654e;
    font-size: 16px;
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
}

.new-right .slick-slider .slick-next,
.new-right .slick-slider .slick-prev {
    /* width: 150px;
    height: 4px; */
    display: none !important;
}

.new-arrival-carousel .owl-dots {
    text-align: right;
    margin-top: 40px !important;
}

.new-arrival-carousel .owl-dots .owl-dot span {
    width: 100px;
    height: 5px;
    background-color: #c9c6be;
    border-radius: 0px;
}

.new-arrival-carousel .owl-dots .owl-dot:hover span,
.new-arrival-carousel .owl-dots .owl-dot.active span {
    background-color: #df7425;
}

/* ----------------------------------------------------------------------- */
.testimonials-section {
    text-align: center;
    padding: 100px 0px;
    font-family: 'Poppins-Regular';
}

.testimonials-section h3 {
    font-size: 30px;
    font-family: 'Poppins-medium';
    text-transform: capitalize;
    color: #6b654e;
    margin-bottom: 20px;
}

.testimonials-section p {
    width: 80%;
    margin: 0 auto 40px;
}

.test-slider {
    width: 75%;
    margin: 0 auto;
}

.test-slider.mobile {
    display: none;
}

.first-btm-cnt {
    text-align: center;
}

.first-btm-cnt img {
    margin: auto;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.slick-cnt {
    margin-top: 40px;
}

.first-slider {
    margin: 0 auto;
    width: 83%;
    align-items: center;
}

.slick-dots li button {
    display: none;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.slick-dots li {
    height: 3px !important;
}

.slick-dots li button {
    background-color: #d2d0ca;
    margin: 2px;
    width: 100px;
    height: 4px;
    cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    color: #fff;
}

/* .slick-dots li button {
    width: 80px !important;
    height: 3px !important;
    background-color: #c9c6be !important;
    color: #fff !important;
    padding: 2px !important;
    margin: 0px 3px !important;
} */

.slick-dots li button {
    width: 70px !important;
    height: 3px !important;
    background-color: #c9c6be !important;
    color: #fff !important;
    padding: 2px !important;
    margin: 0px 3px !important;
}

.slick-dots li.slick-active button {
    background-color: #df7425 !important;
}

.slick-dots li {
    margin: 0px 3px !important;
    width: 80px !important;
    height: 3px !important;
}

.slick-dots li.slick-active button:before {
    opacity: .75 !important;
    color: #fff !important;
}

.slick-dots li button:before {
    display: none !important;
}

.slick-dots li::marker {
    content: none;
}

.ji .first-btm-cnt {
    opacity: 0.5;
}

.ji .first-btm-cnt img {
    width: 100px;
    margin: auto;
}

.ji.slick-slide.slick-current.slick-active.slick-center .first-btm-cnt {
    opacity: 1;
}

.ji.slick-slide.slick-current.slick-active.slick-center .first-btm-cnt img {
    width: 120px;
    margin: auto;
}

/* ----------------------------------------------------------------- */
.clients-section {
    background-image: url(../images/pure-bg.webp);
    padding: 100px 0px;
    background-size: cover;
}

.clients-section .boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.clients-section .boxes .box {
    width: 205px;
    height: 205px;
    background-color: #fff;
    margin-right: 30px;
    padding: 40px 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.clients-section .boxes .box h2 {
    font-family: LEMONMILK-Medium;
    font-size: 45px;
    color: #df7425;
}

.clients-section .boxes .box p {
    font-size: 24px;
    font-family: 'Poppins-medium';
    color: #6b654e;
    line-height: 1.1;
}

/* ------------------------------- */
.our-project-section {
    text-align: center;
    padding: 100px 0px;
    font-family: Poppins-Regular;
}

.our-project-section h2 {
    color: #6b654e;
    font-size: 30px;
    font-family: 'Poppins-medium';
    margin-bottom: 20px;
}

.our-project-section h2 br {
    display: none;
}

.our-project-section p {
    margin-bottom: 40px;
}

.our-project-carousel {
    margin-top: 50px;
}

.our-project-carousel .owl-dots {
    margin-top: 30px !important;
}

.our-project-carousel .owl-dots .owl-dot span {
    width: 100px;
    height: 5px;
    background-color: #d2d0ca;
    border-radius: 0px;
}

.our-project-carousel .owl-dots .owl-dot.active span,
.our-project-carousel .owl-dots .owl-dot:hover span {
    background-color: #df7425;
}

.our-project-section .project-img {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-project-section .project-img img {
    width: 100%;
    object-fit: contain;
}

/* ------------------------------------------------------------------ */
.spec-section {
    display: flex;
    font-family: Poppins-Regular;
}

.spec-section .spec-left {
    width: 40%;
    background-color: #6b654e;
    padding: 85px;
}

.spec-section .spec-left h3 {
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 30px;
    margin-bottom: 30px;
}

.spec-section .spec-left ul {
    padding-left: 0px;
    list-style: none;
    width: 90%;
}

.spec-section .spec-left ul li {
    display: flex;
    align-items: center;
    padding: 20px 0px 15px;
    border-bottom: 1px solid #fff;
}

.spec-section .spec-left ul li p {
    padding-left: 15px;
    color: #fff;
    font-size: 22px;
}

.spec-section .spec-right {
    width: 60%;
    position: relative;
}

.spec-section .spec-right .spce-right-img {
    width: 100%;
    height: 100%;

}

.spec-section .spec-right .spce-right-img img {
    width: 100%;
    height: 100%;
}

.spec-section .spec-right .right-cnt {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.spec-section .spec-right .right-cnt h6 {
    font-size: 27px;
    color: #fff;

}

.spec-section .spec-right .right-cnt h2 {
    font-size: 43px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    line-height: 1;

}

#footer {
    padding: 110px 83px 90px 83px;
}

#footer .footer-logo {
    display: flex;
    justify-content: center;
}

#footer .list-one {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 55px;
    padding-left: 0px;
    flex-wrap: wrap;
}

#footer .list-one li {
    list-style-type: none;
    font-family: 'Poppins-medium';
    font-size: 17px;
}

#footer .list-one li a {
    color: #1e1e1e;
    text-decoration: none;
}

#footer .list-one li a:hover {
    color: #df7425;
}

#footer .list-two {
    display: flex;
    justify-content: center;
    gap: 35px;
    padding-left: 0px;
    padding-bottom: 10px;
}

#footer .list-two li {
    list-style-type: none;
    font-family: 'Poppins-regular';
    font-size: 17px;
}

#footer .list-two li a {
    color: #1e1e1e;
    text-decoration: none;
}

#footer .list-two li a:hover {
    color: #df7425;
}

#footer h3 {
    font-family: 'Poppins-medium';
    font-size: 17px;
    color: #3f3f3f;
    text-align: center;
    margin-top: 30px;
}

#footer p {
    font-family: 'Poppins-regular';
    font-size: 17px;
    text-align: center;
    color: #1e1e1e;
}

#footer p span {
    display: inline-block;
    margin: 0px 10px;
}

#footer a {
    text-decoration: none;
    color: #1e1e1e;
}

#footer .list-three {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 40px;
}

#footer .list-three a {
    width: 32px;
    height: 32px;
    background-color: #6b654e;
    border: 1.3px solid #6b654e;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

#footer .list-three a:hover {
    color: #6b654e;
    background-color: transparent;
}

#footer .parabo {
    font-size: 16px;
    font-family: 'Poppins-regular';
    color: #1e1e1e;
    margin-top: 35px;
    margin-bottom: 5px;
}

#footer .parato {
    font-size: 16px;
    font-family: 'Poppins-regular';
    color: #1e1e1e;
    margin-bottom: 0px;
}

/* back-to-top  */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 100000000000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #e65125;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lightScrollIcon::after {
    color: #ecedf3 !important;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #e65125;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item.show,
.dropdown-item:active,
.headdropdown .dropdown-item:hover,
.headdropdown .dropdown-item.active,
.headdropdown .dropdown-item:active {
    background-color: #6b654e !important;
    color: #fff !important;
}




.dropdown-menu {
    .dropdown-toggle {

        &::before,
        &::after {
            position: absolute;
            top: 0.85em;
        }

        &::before {
            left: 0.6em;
        }

        &::after {
            right: 0.6em;
        }
    }
}

.concept .nav-product-list ul li {
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #c9c6be;
    padding-top: 3px;
}

.concept .nav-product-list ul li h5 {
    color: #df7425;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 13px;
    margin-bottom: 0px;
}

.concept .nav-product-list ul li a p {
    margin-bottom: 0px;
    padding-bottom: 13px;
}

.concept .nav-product-list ul li a p.sub-head {
    color: #df7425;
    font-weight: 600;
}

.nav-product-list ul li a .inner-active {
    color: #df7425 !important;
}

.slick-dots {
    margin-top: 20px !important;
    position: relative !important;
}

.sale-new-arrivals .slick-dots {
    position: relative !important;
    margin-bottom: 30px !important;
}

.sale-new-arrivals p.text-center.mt-4 {
    font-family: Poppins-Regular;
    position: relative;
    margin-top: 20px !important;
    padding-top: 20px !important;
}

.custom-right-desktop .slick-dots {
    bottom: 25px;
}

.chair-section .slick-dots {
    display: block;
    right: -33%;
    top: 36%;
    position: absolute !important;
    z-index: 1;
}

/* ============ desktop view .end// ============ */
/* @media screen and (min-width: 1300px) {
    .chair-section .chair-one {
        height: auto;
        width: 70%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1600px) {
    .chair-section .chair-one {
        height: auto;
        width: 74%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1530px) {
    .chair-section .chair-one {
        height: auto;
        width: 74%;
    }
}

@media screen and (max-width: 1430px) {
    .chair-section .chair-one {
        height: auto;
        width: 80%;
    }
}

@media screen and (max-width: 1300px) {
    .chair-section .chair-one {
        height: auto;
        width: 100%;
    }
} */

@media screen and (min-width: 1300px) {
    .chair-section .chair-one {
        height: 499px;
        width: 100%;
        margin: 0 auto;
    }
}
 
@media screen and (max-width: 1600px) {
    .chair-section .chair-one {
        height: 499px;
        width: 100%;
        margin: 0 auto;
    }
}
 
@media screen and (max-width: 1530px) {
    .chair-section .chair-one {
        height: 499px;
        width: 100%;
    }
}
 
@media screen and (max-width: 1430px) {
    .chair-section .chair-one {
        height: 499px;
        width: 100%;
    }
}
 
@media screen and (max-width: 1300px) {
    .chair-section .chair-one {
        height: 499px;
        width: 100%;
    }
}

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    .mobile-icon {
        right: 160px;
    }

    header .nav-link p {
        color: #3f3f3f !important;
    }
}

@media (max-width:1500px) {}

@media (max-width:1400px) {}

@media (max-width:1390px) {
    .custom-product .custom-img {
        width: 145px;
    }
}

@media (max-width:1300px) {

    .collection-section .collect-img {
        height: 240px;
        width: 240px;
    }

    .custom-product .custom-img {
        width: 145px;
        height: 194px;
        overflow: hidden;
    }

    .concept .nav-product-list ul li a p {
        font-size: 14px;
    }


}

@media (max-width:1266px) {}

@media (max-width:1200px) {}

@media (max-width:1180px) {
    .first-slider {
        width: 98%;
    }

    header .nav-link {
        font-size: 13px;
    }

    header .navbar-nav {
        gap: 24px;
    }
}



@media (max-width:1100px) {}

@media (max-width:1050px) {
    .clients-section .boxes .box {
        margin-top: 30px;
    }

    .navbar-scroll .navbar-nav {
        gap: 15px;
    }

    .chair-section .slick-dots {
        top: 74%;
    }

    .first-slider {
        width: 100%;
    }

    header .navbar-nav {
        gap: 22px;
        padding-bottom: 15px;
    }

    .collection-section .collect-img {
        height: 200px;
        width: 200px;
        padding: 40px 30px;
    }

    .collection-section .collect-img img {
        width: 100%;
        object-fit: contain;
        height: 100%;
    }

    .custom-right-desktop .slick-prev:before,
    .custom-right-desktop .slick-next:before {
        color: #df7425;
    }

    .custom-right-desktop .slick-prev,
    .custom-right-desktop .slick-next {
        color: #df7425 !important;
    }

    .custom-product .custom-img {
        margin: 0 auto;
    }

    .custom-right-desktop .slick-dots {
        display: none !important;
    }

    .navbar-scroll .navbar-nav {
        /* gap: 16px; */
        border-bottom: none;
        padding-bottom: 0px;
    }

    header .nav-link {
        font-size: 11px;
        font-family: 'Poppins-semibold';
        padding: 0px 0px 5px 0px !important;
    }

    .chair-section .chair-one img {
        width: 80%;
        height: 100%;
    }

    .chair-section .chair-cnt .chair-three h5 {
        font-size: 20px;
    }

    .chair-section .chair-cnt .chair-three a {

        margin-top: 10px;
    }

    .new-arrival-section {
        padding: 140px 0px 100px;
    }

    .spec-section .spec-left {
        padding: 40px;
    }

}

@media (max-width:1024px) {
    #banner .carousel-caption h5 {
        font-size: 50px;
        font-family: 'Poppins-bold';
        line-height: 45px;
    }

    #banner-bottom .banner-bottom-right .banner-right-img {
        width: 95%;
        /* margin-top: 33%; */
    }

}

@media (max-width:1000px) {
    #banner .carousel-indicators button {
        height: 75px;
        width: 5px;
        border-radius: 200px !important;
        border: none;
    }

    .owl-next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #6b654e !important;
        border: solid 2px #6b654e !important;
        color: #fff !important;
        border-radius: 200px !important;
        margin-top: 20px !important;

    }

    .owl-next .fa-solid,
    .owl-prev .fa-solid {
        padding-top: 4px !important;
    }

    .owl-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #6b654e !important;
        border: solid 2px #6b654e !important;
        color: #fff !important;
        border-radius: 200px !important;
        margin-top: 20px !important;
    }

    .owl-prev:hover {
        background-color: transparent !important;
        color: #6b654e !important;
        border-radius: 200px !important;
    }

    .owl-next:hover {
        background-color: transparent !important;
        color: #6b654e !important;
        border-radius: 200px !important;
    }


}

@media (max-width:991px) {
    .navbar-scroll .navbar-nav {
        align-items: start;
    }

    header .dropdown.maga-product .dropdown-menu.show {
        inset: initial !important;
    }

    .concept .nav-product-list ul li a p {
        font-size: 16px;
    }

    .concept .nav-product-list ul li h5 {
        font-size: 20px;
    }

    .nav-product-list.concept-link ul li {
        margin-bottom: 30px;
    }

    .nav-product-list.concept-link ul li a img {
        margin: 0px auto 5px;
    }

    header .navbar-brand img {
        display: none;
    }

    header .navbar-brand .white-logo {
        display: block;
    }

    .chair-section .chair-cnt .chair-two h2 {
        font-size: 45px;
    }

    .chair-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .test-slider.desktop {
        display: none;
    }

    .test-slider.mobile {
        display: block;
    }

    .bottom {
        margin-top: 40px;
    }

    #banner-bottom .banner-bottom-left {
        width: 100%;
        text-align: center;
    }

    #banner-bottom .banner-bottom-right {
        display: none;
    }

    #banner-bottom .row {
        padding: 70px;
        align-items: center;
    }

    #banner-bottom a {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #fefefe;
        text-decoration: none;
        margin: 25px auto 0px auto;
        text-transform: uppercase;
    }

    header .navbar-toggler-icon {
        background-image: none;
    }

    header .navbar-toggler-icon i {
        color: #ffff;
        font-size: 30px;
        font-weight: 600;
    }

    header .navbar-toggler {
        box-shadow: none !important;
        border: none !important;
    }

    header .navbar-toggler-icon {
        box-shadow: none !important;
        border: none !important;
    }

    header .navbar-nav {
        gap: 25px;
        border-bottom: none;
        padding-bottom: 20px;
        margin-top: 20px;
        padding-left: 10px;
    }

    .navbar-scroll .navbar-nav {
        gap: 25px;
        border-bottom: none;
        padding-bottom: 20px;
        margin-top: 20px;
        padding-left: 10px;
    }

    header {
        position: sticky;
        top: 0px;
        z-index: 99;
        margin: 0 auto;
        max-width: 1680px;
        width: 100%;
        background-color: #6b654e;
    }


    header .navbar-nav {
        gap: 25px;
        border-bottom: none;
        padding-bottom: 15px;
    }

    #banner .carousel-caption {
        text-align: left;
        right: 15%;
        top: 22%;
        left: 70px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }

    #banner .carousel-indicators {
        flex-direction: row;
        align-items: start;
        margin-right: 70px;
        gap: 5px;
        justify-content: start;
        bottom: 10%;
        margin-left: 70px;
    }

    #banner .carousel-indicators button {
        height: 5px;
        width: 90px;
        border-radius: 200px !important;
        border: none;
    }

    header .nav-link {
        color: #fff !important;
        font-size: 20px;
    }

    header .nav-item.mob {
        display: none;
    }

    #banner .carousel-caption {
        display: block;
        z-index: 1;
    }

    .collection-section {
        padding: 80px 0px;
    }

    .custom-section {
        text-align: center;
    }

    .custom-right-desktop {
        margin-top: 50px;
    }

    .custom-product .custom-img {
        width: auto;
        height: 240px;
    }

    .chair-section {
        height: auto;
    }

    .new-arrival-section {
        text-align: center;
        padding: 80px 0px;
    }

    .new-right {
        margin-top: 70px;
    }

    .new-right .new-arriavl .new-img {
        width: 76%;
        height: 350px;
    }

    .clients-section .boxes .box {
        margin-top: 40px;
    }

    .our-project-section p {
        width: 80%;
        margin: 0 auto;
    }

    .our-project-section p br {
        display: none;
    }

    .our-project-carousel {
        margin-top: 40px;
    }

    .spec-section .spec-left {
        width: 100%;
        background-color: #6b654e;
        padding: 85px;
    }

    .spec-section .spec-right {
        width: 100%;
        position: relative;
    }

    .spec-section {
        display: initial;
        text-align: center;
    }

    .spec-section .spec-left ul {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .spec-section .spec-left ul li {
        margin: 0px 15px;
        border-bottom: none;
    }

    .mobile-icon {
        display: block;
    }

    .chair-section .chair-one {
        position: initial;
        margin: 0 auto 40px;
    }

    .mobile-icon {
        top: 29px;
    }

    header .dropdown.maga-product .dropdown-menu.show {
        height: 400px;
        overflow-y: scroll;
    }
}

@media (max-width:900px) {


    footer .list-one {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 55px;
        padding-left: 0px;
    }



    #banner .carousel-caption {
        text-align: left;
        position: absolute;
        right: 15%;
        top: 22%;
        left: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }

    #banner .carousel-indicators {
        flex-direction: row;
        align-items: start;
        margin-right: 70px;
        gap: 5px;
        justify-content: start;
        bottom: 4%;
        margin-left: 50px;
    }


}

@media (max-width:820px) {

    #banner .carousel-caption h5 {
        font-size: 45px;
        font-family: 'Poppins-bold';
        color: #ffffff;
        line-height: 40px;
    }

    #banner-bottom .row {
        padding: 70px 50px;
        align-items: center;
    }



    footer {
        padding: 110px 50px 90px 50px;
    }

    .collection-section .collect-img {
        margin: 0 auto;
    }

}

@media(max-width:800px) {
    #banner .carousel-caption h5 {
        width: 100%;
    }

    .mobile-icon {
        right: 100px;
    }
}

@media(max-width:700px) {
    #banner .carousel-caption {
        text-align: left;
        right: 15%;
        top: 16%;
        left: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }

    footer .list-one {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 55px;
        padding-left: 0px;
    }

    .figureone img {
        height: auto;
    }

}

@media(max-width:600px) {
    .collection-section .collect-img {
        padding: 50px 40px;
    }

    .custom-section {
        margin-top: 50px;
    }

    .custom-right-desktop .slick-prev:before,
    .custom-right-desktop .slick-next:before {
        font-size: 30px;
    }

    .custom-right-desktop .slick-prev {
        left: 10px;
    }

    .custom-right-desktop .slick-next {
        right: 10px;
    }

    .our-project-section .project-img {
        width: 200px;
        height: auto;
        margin: 0 auto;
        padding: 10px;
    }

    .our-project-section .project-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .our-project-section .slick-dots {
        margin-top: 0px !important;
    }

    header .dropdown.maga-product .dropdown-menu.show {
        height: 300px;
        position: relative !important;
        margin-top: 10px;
    }

    .chair-section .chair-cnt .chair-three p {
        margin-bottom: 0px;
    }

    .modal {
        top: 30px;
        z-index: 9999;
    }

    .modal .modal-header {
        width: 94%;
        margin: 0 auto;
    }

    .top-nav {
        background-color: #fff;
    }

    .top-nav a {
        color: #6b654e;
        font-size: 18px;
    }

    .chair-section .chair-one img {
        margin: 0 auto;
    }

    .chair-section {
        background-repeat: repeat;
        background-size: initial;
        overflow: hidden;
    }

    .chair-section .chair-cnt .chair-three p {
        font-family: Poppins-Medium;
        font-size: 22px;
    }

    .chair-section .chair-cnt .chair-three h5 {
        font-family: LEMONMILK;
        font-size: 26px;
    }

    .chair-section .chair-cnt .chair-two p {
        font-family: 'Poppins-Regular';
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .mobile-icon {
        right: 100px;
    }

    .collection-section .collect-img {
        height: 340px;
        width: 340px;
    }

    .spec-section .spec-left {
        padding: 45px;
        width: 100%;
    }

    .top-nav span {
        display: none;
    }

    #banner .carousel-caption a {
        display: none;
    }

    #banner .carousel-caption p {
        display: none;
    }

    #banner {
        background-color: #6b654e;
    }

    #banner .carousel-caption {
        text-align: left;
        position: initial;
        right: 15%;
        top: 33%;
        left: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
        background-color: #6b654e;
        padding: 20px 0px;
    }

    #banner .carousel-caption h5 {
        font-size: 40px;
        font-family: 'Poppins-bold';
        color: #ffffff;
        line-height: 40px;
    }

    #banner .carousel-indicators button {
        height: 5px;
        width: 56px;
        border-radius: 200px !important;
        border: none;
    }

    #banner .carousel-item .row {
        flex-direction: column-reverse;
    }

    footer {
        padding: 70px 50px 70px 50px;
    }

    footer .list-one {
        align-items: center;
        display: flex;
        justify-content: center;
        /* flex-direction: column; */
        gap: 15px;
        margin-top: 55px;
        padding-left: 0px;
    }

    footer .list-one li {
        list-style-type: none;
        font-family: 'Poppins-medium';
        font-size: 17px;
    }

    footer .list-two {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        padding-left: 0px;
        padding-bottom: 10px;
        align-items: center;
    }

    .testimonials-section p {
        width: 100%;
        margin: 0 auto 40px;
        font-size: 20px;
    }

    .test-slider {
        width: 100%;
        margin: 0 auto;
    }

    .first-btm-cnt img {
        height: 125px;
    }

    .chair-section .chair-cnt {
        display: flex;
        height: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }

    .first-btm-cnt {
        margin-top: 40px;
    }

    .chair-section .chair-cnt .chair-two {
        text-align: center;
        border-right: transparent;
        margin-right: 0px;
        padding-right: 0px;
    }

    .chair-section .chair-cnt .chair-three {
        text-align: center;
        padding: 0px 0px 10px;
    }

    .clients-section .boxes .box {
        margin: 20px 20px;
    }

    /* #banner .carousel-caption h5 {
        color: #6b654e !important;
    } */

    #banner .carousel-caption h5 span {
        font-size: 30px;
        font-family: 'Poppins-light';
    }

    .collection-section .collect-img {
        margin: 0 auto;
    }

    .chair-section .chair-cnt .chair-two h2 {
        margin: 20px 0px;
    }

    .chair-section .chair-cnt .chair-three a {
        margin-top: 0px;
    }

    .chair-section .chair-cnt .chair-three p {
        margin-top: 15px;
    }

    .chair-section .chair-cnt .chair-three h5 {
        margin-top: 15px;
    }

    .owl-nav {
        margin-top: 25px !important;
    }

    .top-nav {
        text-align: center;
    }

    .top-nav a {
        margin-bottom: 4px;
    }

    .collection-owl .owl-nav {
        margin-top: 10px !important;
    }

    .custom-carousel .owl-nav {
        margin-top: 10px !important;
    }

    .top-nav .shop {
        margin: 0 0px;
    }

    .custom-product .custom-img {
        width: 310px;
        height: 260px;
        margin: 50px auto 0;
    }

    .custom-section p {
        width: 100%;
    }

    .custom-right-desktop {
        margin-top: 20px;
    }

    .new-right .new-arriavl .new-img {
        width: 86%;
        height: 440px;
    }

    .chair-section .chair-cnt .chair-three a {
        width: 150px;
        font-size: 20px;
        padding: 9px 0px;
    }

    .new-arrival-section p {
        font-size: 20px;
    }

    .new-arrival-section a {
        width: 150px;
        font-size: 20px;
        padding: 9px 0px;
    }

    .new-right .new-arriavl h5 {
        font-size: 30px;
    }

    .new-arrival-section {
        background-repeat: repeat;
        background-size: initial;
    }

    .bottom h4 {
        font-size: 30px;
    }

    .bottom h6 {
        font-size: 22px;
    }

    .our-project-section {
        overflow: hidden;
    }

    .our-project-section h2 br {
        display: block;
    }

    .our-project-section h2 {
        font-size: 36px;
    }

    .our-project-section p {
        font-size: 20px;
    }

    .spec-section .spec-left ul li {
        margin: 0px 0px;
    }

    .spec-section .spec-left ul li {
        width: 100%;
    }

    .spec-section .spec-left ul li {
        display: flex;
        align-items: start;
    }

    .spec-section .spec-left h3 {
        font-size: 34px;
    }

    .spec-section .spec-left ul li p {
        font-size: 24px;
        text-align: left;
    }

    .custom-product h5 {
        font-size: 30px;
        margin: 20px 0px 20px 0px;
    }

    .test-carousel .owl-nav,
    .chair-carousel .owl-nav {
        margin-top: 0px !important;
    }

    .new-arrival-carousel .owl-nav {
        margin-top: 10px !important;
    }

    .chair-section .slick-dots {
        right: initial;
        top: 0%;
        position: initial !important;
    }

    .cart-count-badge {
        top: -6px;
        right: -6px;
    }

    .navbar-scroll .cart-count-badge {
        top: -6px;
    }
}

@media (max-width:550px) {
    .mobile-icon {
        right: 80px;
    }

}

@media (max-width:500px) {
    #banner .carousel-caption h5 {
        font-size: 35px;
        font-family: 'Poppins-bold';
        color: #ffffff;
        line-height: 35px;
    }

    #banner .carousel-caption {
        text-align: left;
        color: #fff;
    }

    #banner .carousel-indicators {
        display: none;
    }

    #banner-bottom .row {
        padding: 70px 15px;
        align-items: center;
    }

    .spec-section .spec-right .right-cnt {
        position: absolute;
        bottom: 25px;
        right: 25px;
        text-align: left;
    }

    .spec-section .spec-right .right-cnt h2 {
        font-size: 26px;
    }

    .spec-section .spec-right .right-cnt h6 {
        font-size: 17px;
    }

    #banner .carousel-caption h5 {
        font-size: 30px;
    }

    .collection-section h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .mail {
        display: none;
    }

    .collection-section {
        padding: 60px 0px 80px;
    }

    .custom-section p {
        font-size: 18px;
    }

    .custom-section a {
        font-size: 20px;
        padding: 8px 0px;
    }

    .chair-section .chair-cnt .chair-two p {
        font-family: 'Poppins-Medium';
    }
}

@media(max-width:600px) {}

@media(max-width:431px) {
    .chair-section .chair-cnt .chair-two h2 {
        margin: 7px 0px;
    }

    .top-nav .shop {
        margin: 5px 10px;
    }

    .mobile-icon a {
        padding: 0px 10px;
    }

    .mobile-icon {
        right: 70px;
    }
}

@media(max-width:420px) {
    .custom-right-desktop {
        margin-top: 50px;
    }
}

@media(max-width:400px) {
    .custom-product .custom-img {
        width: 290px;
        height: 246px;
    }

    #banner .carousel-caption h5 {
        font-size: 33px;
        font-family: 'Poppins-bold';
        color: #ffffff;
        line-height: 35px;
    }

    .collection-section .collect-img {
        height: 300px;
        width: 300px;
    }
}

@media(max-width:375px) {
    #banner .carousel-caption h5 {
        font-size: 30px;
        font-family: 'Poppins-bold';
        color: #ffffff;
        line-height: 30px;
    }

    #banner .carousel-indicators {
        flex-direction: row;
        align-items: start;
        margin-right: 70px;
        gap: 0px;
        justify-content: start;
        bottom: 4%;
        margin-left: 15px;
    }

    #banner .carousel-indicators button {
        height: 3px;
        width: 50px;
        border-radius: 200px !important;
        border: none;
    }

    #teams .hvr-icons a {
        background-color: #02538b;
        color: #aeeafe;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
        font-size: 20px;
    }




}

@media(max-width:330px) {
    header .navbar-brand .white-logo {
        width: 100px;
    }
}

.select {
    position: relative;
    display: flex;
    height: 100%;
    line-height: 3;
    overflow: hidden;
    border-radius: 0;
}

.tab-navigation {
    text-align: center;
    margin: 50px 0px 30px 0px;
}

select {
    word-wrap: normal;
    border: 1px solid #454545;
    color: #454545;
    font-size: 22px;
    font-family: 'Poppins-Medium';
    padding: 10px 32px;
    background-color: transparent;
}

.select::after {
    color: #fff;
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #02538b;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

/* button-hover  */
.btnbabo {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;
    border: solid 2px #e65125;

    span {
        color: #fff;
        transition: color 0.3s ease;
        z-index: 1;
    }

    &:before {
        content: '';
        background: #aeeafe;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    &:after {
        content: '';
        background: #aeeafe;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #000;
        }
    }
}

/* .btn {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;

    span {
        transition: color 0.3s ease;
        z-index: 1;
    }

    &:before {
        content: '';
        background: #e65125;
        color: #ffffff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    &:after {
        content: '';
        background: #e65125;
        color: #ffffff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #ffffff;
        }
    }
} */

.btntra {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;

    span {
        transition: color 0.3s ease;
        z-index: 1;
    }

    &:before {
        content: '';
        background: #df7425;
        color: #ffffff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
    }

    &:after {
        content: '';
        background: #df7425;
        color: #ffffff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #ffffff;
            z-index: 1;
            position: relative;
        }
    }
}

.btntran {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;
    border: solid 2px #df7425;

    span {
        transition: color 0.3s ease;
        z-index: 1;
    }

    &:before {
        content: '';
        background: #fff;
        color: #df7425;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
    }

    &:after {
        content: '';
        background: #fff;
        color: #df7425;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #df7425;
        }
    }
}

@keyframes bannermotion {

    0% {

        transform: translateX(0px);
        opacity: 1;

    }

    100% {

        transform: translateX(40px);
        opacity: .4;

    }
}

@keyframes head {

    0% {

        transform: translateX(20px);

    }

    50% {

        transform: translateX(0px);
        opacity: .5;

    }

    100% {

        transform: translateX(20px);

    }
}

@keyframes fade {

    0% {

        color: #1e1e1e;
    }

    50% {
        color: #02538b;
    }

    100% {
        color: #1e1e1e;

    }
}

@keyframes fadetwo {

    0% {

        color: #ffffff;
    }

    50% {
        color: #aeeafe;
    }

    100% {
        color: #ffffff;

    }
}

.figure {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.figureone img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: 2s ease-in-out;
}

.figureone:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@keyframes myAnim {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes myAnimb {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes imghvr {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


img {
    pointer-events: none;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

img {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}




.dropdown .dropdown-menu {
    font-size: 15px;
}

.concept .dropdown:hover>.dropdown-menu,
.concept .dropend:hover>.dropdown-menu {
    display: block;
    margin-top: .1em;
    margin-left: .1em;
}

@media screen and (min-width:769px) {
    .concept .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
}

.chair-section .slick-list {
    height: auto !important;
    /* overflow: auto !important; */
    position: relative;
    z-index: 1;
}

.form-section-a-div .robot a {
    display: inline-block;
    width: 137px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 8px 0px;
    background-color: #df7425;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Poppins-SemiBold;
}

.new-arriavl {

    padding: 0px;
    border-radius: 8px;
    margin: 8px;
    text-align: center;
}

.list-three {
    list-style: none;
    /* Removes the bullet points */
}

.maga-product button:focus {
    /* background-color: #df7425; */
    border-radius: 0px;
}

.maga-product .btn-primary.show,
.maga-product .btn.show {
    background-color: #df7425;
    border-radius: 0px;
}

/* .maga-product .dropdown-menu.show {
    position: absolute;
    inset: 0px auto auto 0px;
    transform: translate3d(0px, 61.3333px, 0px);
  } */

.collection-section .container h2 {
    font-size: 50px;
    font-family: 'Poppins-Thin';
    color: #6b654e;
    margin-bottom: 60px;
    text-align: center;
}

.products .products-second .product-img {
    width: 300px !important;
}

.maga-product.show .btn.btn-primary {
    color: #df7425 !important;
    background-color: #ffffff;
}

.navbar-scroll .maga-product.show .btn.btn-primary:hover {
    color: #ffff !important;
}

.nav-item.active button {
    color: #e17425 !important;
}

.nav-product-list ul li a.active p {
    color: #df7425 !important;
}

.map-section .united-map h2 {
    margin-bottom: 30px;
    color: #df7425;
    font-family: 'Poppins-Medium';
    font-size: 30px;
}

.map-section .united-map h2.canada {
    margin-top: 30px;
}

.map-section .united-map .map {
    margin: 0 auto;
    width: 80%;
}

.map-section .united-map .map svg {
    height: 100%;
    width: 100%;
}

.clients-section.testimonials-section.project-page {
    background-image: none;
    padding: 50px 0px 50px;
}

.collection-section.project-map {
    padding: 70px 0px 0px;
}

.clients-section.testimonials-section.project-page h3 {
    margin-bottom: 30px;
}



.modal-header .btn-close {
    /* padding: calc(var(--bs-modal-header-padding-y)* .5) calc(var(--bs-modal-header-padding-x)* .5); */
    margin: calc(0.5* var(--bs-modal-header-padding-y)) calc(0.5* var(--bs-modal-header-padding-x)) calc(0.5* var(--bs-modal-header-padding-y)) auto !important;
}

.swal-footer {
    text-align: center !important;
}

.note {
    font-size: 0.9em;
    /* Slightly smaller font size */
    color: #666;
    /* Lighter color */
    font-style: italic;
    /* Italic style to differentiate as a note */
    margin-top: 10px;
    /* Adjust margin for spacing if necessary */
}



.ReactModal__Content {
    font-family: Poppins-Regular;
    text-align: left !important;
    height: auto !important;
    inset: 50% auto auto 50% !important;
    padding: 50px 10px 20px 20px !important;
}

.ReactModal__Content::-webkit-scrollbar-track {
    border: 1px solid transparent;
    padding: 2px 0;
    background-color: #ffff;
}

.ReactModal__Content::-webkit-scrollbar {
    width: 5px;
}

.ReactModal__Content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f4f6f9;
    border: transparent;
}

.ReactModal__Content h3 span {
    color: #df7425 !important;
}

.ReactModal__Content h3 {
    margin: 10px 0px;
}

.ReactModal__Content button {
    background-color: #fff !important;
    top: 0px !important;
    right: 0px !important;
    color: #6b654e !important;
    font-size: 32px !important;
    border: transparent !important;
    padding: 0px 10px 0px 10px !important;
}

.swal-button--danger {
    background-color: #df7425;
}

.swal-button--danger:not([disabled]):hover {
    background-color: #df7425;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #df7425 !important;
    color: #fff;
    font-size: 1em;
}

.dropdown.headdropdown {
    z-index: 2;
}

.dropdown.headdropdown .dropdown-item{
    text-wrap: auto;
}
/* Disable Bootstrap dropdown animations */
.dropdown-menu {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    display: none;
    /* Hide by default */
}

/* Show the dropdown menu without animation when parent is active */
.inner-sub-menu:hover .dropdown-menu {
    display: block !important;
    position: absolute;
    top: 100%;
    /* Align directly under the menu */
    left: 0;
    margin-top: 0;
    /* Remove any extra spacing */
}

/* modal */
/* LoadingModal.css */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background: #fff;
    padding: 30px 40px;
    border-radius: 8px;
    text-align: center;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    display: inline-block;
}

.modal-overlay.loadingmsg {
    background: transparent;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px dotted #df7425;
    border-top: 4px solid #df7425;
    border-radius: 50%;
    animation: spin 5s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-content p {
    font-size: 18px;
    color: #333;
    margin: 0;
}

/* newwly spinner----------------------- */

.lds-default,
.lds-default div {
    box-sizing: border-box;
}

.lds-default {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.lds-default div {
    position: absolute;
    width: 6.4px;
    height: 6.4px;
    background: #df7425;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 36.8px;
    left: 66.24px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22.08px;
    left: 62.29579px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11.30421px;
    left: 51.52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7.36px;
    left: 36.8px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11.30421px;
    left: 22.08px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22.08px;
    left: 11.30421px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 36.8px;
    left: 7.36px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 51.52px;
    left: 11.30421px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62.29579px;
    left: 22.08px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66.24px;
    left: 36.8px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62.29579px;
    left: 51.52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 51.52px;
    left: 62.29579px;
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

section#thankyou {
    padding: 100px 0px 60px 0px;
    text-align: center;
    background-color: #ffffff;
    color: #0c121c;
    font-family: Poppins-regular;
}

section#thankyou h2 {
    font-family: Poppins-semibold;
    font-size: 50px;
    color: #6b654e;
}

section#thankyou p {
    font-family: Poppins-regular;
    font-size: 20px;
}

section#thankyou a {
    font-family: Poppins-regular;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 200px;
    background-color: #6b654e;
    color: #ffffff;
    text-decoration: none;
    margin: 20px auto;
    line-height: 20px;
}

.quantity input[type="text"] {
    border: none;
}

.viewmore-offer {
    position: absolute;
    right: 50px;
    bottom: -20px;
    background-color: #df7425;
    border: 1px solid #df7425;
    color: #fff;
    font-family: Poppins-SemiBold;
    text-decoration: none;
    bottom: 30px;
    padding: 8px 10px;
    z-index: 2;
}

.viewmore-offer:hover {
    background-color: transparent;
    color: #df7425;
}



/* login */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
}

.login-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    font-family: Poppins-Regular;
}

.login-form form button.submit-button {
    background-color: #df7425 !important;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.error-message {
    color: red;
    text-align: center;
    margin-bottom: 20px;
}

.submit-button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.submit-button:disabled {
    background-color: #b0d0f1;
    cursor: not-allowed;
}

.MapModal {
    max-height: 80vh;
    /* Limit height to 80% of viewport height */
    overflow-y: auto;
    /* Enable vertical scrolling */
    /* padding: 1rem; */
    /* background: #fff; */
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.small-swal-popup {
    width: 300px !important;
    padding: 10px !important;
    font-size: 14px;
}

.small-swal-title {
    font-size: 16px !important;
    margin-bottom: 8px !important;
}

.small-swal-content {
    font-size: 14px !important;
}

.small-swal-confirm-button,
.small-swal-cancel-button {
    font-size: 14px !important;
    padding: 5px 10px !important;
}
/* custom page css */
.cust-section-h2{
    text-align: left;
}
  

td.text-center.align-items-center.justify-content-center {
    text-align: center !important;
    vertical-align: middle !important;
}

.ReactModalPortal{
    position: relative;
    z-index: 9;
}


/* banner */
#banner {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  
  .banner-slide {
    position: relative;
    width: 100vw;
    height: 100vh;
  }
  
  .media {
    width: 100%;
    height: 100vh;
    object-fit: cover; /* Ensures full coverage */
  }
  
  .overlay {
    position: absolute;
    bottom: 0px;
    left: 210px;
    width: 400px;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    font-family: Poppins-Regular;
    border-radius: 10px;
    padding: 40px 30px;
    border-radius: 0px;
}
#banner .carousel-indicators {
    bottom: 40px;
}
#banner .carousel-indicators button{
    height: 4px;
}
  
  .overlay h1 {
    font-size:40px;
    margin-bottom: 10px;
  }
  
  .overlay p {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  
  .overlay a{
    display: inline-block;
    background: #df7425;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 5px;
    transition: 0.3s;
  }
  
  .overlay a:hover {
    background: #fff;
    color:#df7425
  }
  
  .overlay a{
    border-radius: 0px;
  }

  .slider-nav-king-bed::-webkit-scrollbar {
    width: 3px;
    /* Adjust the width */
}
 
.slider-nav-king-bed {
    height: 570px;
    overflow-y: scroll;
} 
@media(max-width:992px) {
    .slider-nav-king-bed {
        height:  300px;
        overflow-y: initial;
    }
} 
img {
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
  }
  .new-arrival-section .slick-track{
    margin-left: 0px;
}
