@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.woff2') format('woff2'),
        url('Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    border: none;
    scroll-behavior: smooth;
    font-family: "Lato", sans-serif;
}

.header{
    width: 100%;
    background-color: #fff;
    max-width: 1583px;
    margin: 0 auto;
    height: 107px;
}

#header {
    width: 100%;
    background: #fff;
    padding: 10px 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 69;
    max-width: 1583px;
    margin: 0 auto;
}

#header .header-top{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top .logo img{
    width: 215.44px;
    padding: 10px 0;
}

.nav-menu{
    margin-bottom: 5px;
    margin-left: 3px;
}

.nav-menu .nav-menu_ul {
    list-style: none;
    padding: 0;
    padding-left: 15px;
    line-height: 50px;
}

.nav-menu .nav-menu_ul li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    text-transform: uppercase;
}

.nav-menu .nav-menu_ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 1px;
}

.nav-menu-sale{
    color: #934538 !important;
    font-size: 16px !important;
    font-weight: bold;
}

#nav-menu-sale{
    color: #934538 !important;
}

.line::after {
    content: "";
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 5px;
    transition: all 0.5s;
}

.line:hover::after {
    width: 100%;
}

.nav-menu .nav-menu_ul li ul {
    display: none;
    position: absolute;
    background: #000;
    padding: 0;
    top: 50px;
    left: -10px;
    z-index: 100;
    list-style: none;
    margin: 0;
    width: 260px; 
    height: auto;
    padding: 5px 0;
    background: #fff;
}

.nav-menu .nav-menu_ul li:hover ul {
    display: block;
}

.nav-menu .nav-menu_ul li ul li {
    display: block;
    margin: 0;
}

.nav-menu .nav-menu_ul li ul li a {
    padding: 0px 10px;
    font-size: 14px;
    white-space: nowrap;
    background-color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 28px !important;
    margin: 0px;
    width: 100%;
    white-space: nowrap;
    /* background: 0 0 !important; */
    min-width: 224px;
    float: left;
    position: relative;
}

.nav-menu .fa-solid {
    display: none;
}

.nav_menu_ul_top{
    display: none;
}

.nav_menu_ul_bottom{
    display: none !important;
}

.navmenu_contact_section{
    display: none;
}

.navmenu_contact_section p{
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.navmenu_contact_section a{
    line-height: 20px;
    text-align: center;
    color: #000;
}

.navmenu_contact_section_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-top: 17px;
}

.navmenu-img{
    display: none;
}

#navmenu-logo2{
    display: none;
}

.open_menubar{
    display: none;
}
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    /* padding: 12px 0; */
    color: #000;
    font-size: 14px;
    border: none;
    background: none;
    /* outline: none; */
    /* font-family: sans-serif; */
    letter-spacing: 1px;
    line-height: 40px;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: fit-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    padding-left: 10px;
  }
  .accordion .accordion-content p {
    font-size: 14px;
    color: #000;line-height: 35px;
  }

  #accordion{
    display: none;
}

#header .header-bottom{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.header-bottom-text{
    padding-right: 9px;
}

.header-bottom-text a{
    color: #000;
    font-size: 16px;
    padding-right: 5px;
}

.header-bottom-text span{
    padding-right: 5px;
    color: #000;
}

.header-bottom-img a{
    padding-left: 11px;
}

.header-bottom-img a svg{
    height: 17px;
    width: 17px;
    margin-bottom: -3px;
}

.navmenu-close{
    display: none;
}













/*-- Main img Section --------------------------------------------*/

.main-img{
    /* padding-top: 102px; */
    height: auto;
    width: 100%;
}

.main-img img{
    width: 100%;
    margin-bottom: -3px;
}

.main-bottom{
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0;
}

.main-bottom-img-text-section{
    width: 1583px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.main-bottom-box1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19.7%;
}

.main-bottom-box1 img{
    width: 67.5px;
    height: auto;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 0;
}

.main-bottom-box1 h3{
    color: #666666;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.9px;
}

.home {
    height: 100vh;
    background-color: #faca22;
}

.about {
    height: 100vh;
    background-color: #120f2d;
}










/*-- modren furniture Section --------------------------------------------*/

.modern-furniture-section{
    width: 100%;
    height: auto;
    padding: 22.5px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modern-furniture-container{
    width: 1400px;
    max-width: 100%;
    height: auto;
}

.modern-furniture-text{
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
}

.modern-furniture-text h1{
    font-size: 22px;
    font-weight: inherit;
    color: #666;
    letter-spacing: 0.050em;
}

.modern-furniture-slider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.modern-furniture-img-text {
    position: relative !important;
    height: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 1400px;
    max-width: 100%;
}

.modern-furniture-img-text-portion{
    height: auto;
    padding: 0 10px;
}

.modern-furniture-img-portion{
    height: auto;
    width: 100%;
    display: flex;
    gap: 0;
    position: relative;
    cursor: pointer;
}

.modern-furniture-img-portion img{
    width: 100%;
}

.modern-furniture-text-portion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modern-furniture-text-portion h3{
    font-size: 16px;
    color: #666666;
    margin-bottom: 3px;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: center;
}

.modern-furniture-text-icon{
    padding: 10px;
    display: flex;
}

.modern-furniture-text-bottom span{
    margin-right: 8px;
    color: #934538;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
}

.modern-furniture-text-line{
    font-size: 16px !important;
    font-weight: bold !important;
    color: #666666 !important;
    letter-spacing: initial !important;
    margin-right: 0 !important;
    position: relative;
}

.modern-furniture-text-line::after{
    content: '';
    position: absolute;
    top: 8px;
    height: 1.8px;
    width: 64px;
    /* color: #666666; */
    background: #666666;
    left: 0;
}

.orange-text {
    color: #EEC170 !important;
}


.overlay1 {
    position: absolute;
    top: 0;
    left: 0px;
    background-color: rgba(3, 2, 2, 0.633);    
    overflow: hidden;
    width: 100%;
    opacity: 0;
    height: 100%;
    transition: 0.4s;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}

.overlay1:hover{
    opacity: 1;
}

/* Hide default Slick Slider arrows */
.slick-prev,
.slick-next {
    display: none !important;
}

/* Custom arrow styles */
.custom-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 99%;
}

.custom-arrows button {
    background: transparent;
    /* border: 3px solid #323548; */
    cursor: pointer;
    font-size: 30px;
    color: #323548;
    height: 57px;
    width: 57px;
    border-radius: 50%;
    opacity: 1;
}

.custom-arrows button:hover {
    color: black;
}

.custom-arrows .prev-arrow {
    left: 10px;
    position: relative;
    top: 15px;
}

.custom-arrows .next-arrow {
    right: 10px;
    position: absolute;
    top: 15px;
}










/*-- sofa bed Section --------------------------------------------*/


.sofa-bed-section{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22.5px 50px;
}

.sofa-bed-container{
    height: auto;
    width: 1400px;
    max-width: 100%;
    display: flex;
    gap: 15px;
}

.sofa-bed-left{
    height: auto;
    width: 67%;
}

.sofa-bed-left a img{
    width: 100%;
    padding: 10px 15px;
}

.sofa-bed-right{
    height: auto;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sofa-bed-right-text{
    padding: 10px 15px;
}

.sofa-bed-right-text h2{
    color: #666;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: 0.050em;
}

.sofa-bed-right-text p{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    letter-spacing: 0.065em;
    line-height: 25px;
}

.sofa-bed-right-btn{
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.sofa-bed-right-btn a{
    line-height: 54px;
    padding: 18px 25px;
    background: #243746;
    color: #ffffff;
    border-radius: 60px;
    transition: 0.7s;
}


.sofa-bed-right-btn a:hover{
    background: #EEC170;
}












/*-- new bed Section --------------------------------------------*/

.new-bed-section {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22.5px 50px;
}

.new-bed-container {
    height: auto;
    width: 1400px;
    max-width: 100%;
    display: flex;
    gap: 15px;
}

.new-bed-left {
    height: auto;
    width: 33%;
    display: flex;
    align-items: center;
}

.new-bed-right {
    height: auto;
    width: 67%;
}

.new-bed-right a img {
    width: 100%;
    padding: 10px 15px;
}











/*-- video slider Section --------------------------------------------*/

.video-slider-section{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-slider-text{
    padding: 2.5px 0 0;
    height: auto;
    width: 100%;
}

.video-slider-text h2{
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 26px;
    color: #666;
    line-height: normal;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.050em;
}

.video-slider-container{
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    flex-direction: column;
}

.video-slider-portion{
    position: relative !important;
    height: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 1400px;
    max-width: 100%;
    padding-top: 20px;
}

.video-box1{
    height: auto !important;
    width: auto;
    padding: 0 10px;
}

.video-box1 img{
    height: auto;
    width: 100%;
}



/* Hide default Slick Slider arrows */
.slick-prev,
.slick-next {
    display: none !important;
}

/* Custom arrow styles */
.custom-arrows01 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 94%;
}

.custom-arrows01 button {
    background: #fcfcff;
    /* border: 3px solid #323548; */
    cursor: pointer;
    font-size: 30px;
    color: #323548;
    height: 57px;
    width: 57px;
    border-radius: 50%;
    opacity: 1;
    margin: -27px;
    box-shadow: 0px 1px 10px -2px;
}

.custom-arrows01 button:hover {
    background: #ececec;
}

.custom-arrows01 button:hover {
    color: black;
}

.custom-arrows01 .prev-arrow01 {
    left: 0;
    position: relative;
    top: 15px;
}

.custom-arrows01 .next-arrow01 {
    right: 0;
    position: absolute;
    top: 15px;
}










/*-- people saying Section --------------------------------------------*/

.people-saying-section{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    width: 1583px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 75px;
}

.people-saying-text{
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.people-saying-text h2{
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.050em;
    color: #666;
    padding: 10px 0;
    margin: 20px;
    position: relative;
    display: flex;
    justify-content: center;
}

.people-saying-text h2::after{
    position: absolute;
    bottom: 9px;
    height: 2px;
    width: 250px;
    content: '';
    background: #202020;
}

.people-saying-slider{
    position: relative !important;
    height: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.people-saying-box1{
    height: auto !important;
    cursor: pointer;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.people-saying-box1-img{
    height: auto;
    width: 100%;
}

.people-saying-box1-img a{
    display: flex;
    justify-content: center;
}

.people-saying-box1-img img{
    width: 70%;
}

.people-saying-box1-icon{
    margin: 30px 0 10px;
}

.people-saying-box1-icon a i{
    color: #EEC170;
    font-size: 23px;
}

.people-saying-box1-text{
    padding: 15px 30px 0;
}

.people-saying-box1-text p{
    font-size: 15px;
    color: #000 !important;
    text-transform: capitalize;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.050em;
    padding-top: 5px;
}

.people-saying-box1-text span{
    font-size: 14px;
    color: #000 !important;
    text-transform: capitalize;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.050em;
}

.people-box1-text-top{
    font-size: 14px;
    color: #000 !important;
    text-transform: capitalize;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.050em;
    padding-bottom: 5px;
}



/* Hide default Slick Slider arrows */
.slick-prev,
.slick-next {
    display: none !important;
}

/* Custom arrow styles */
.custom-arrows02 {
    position: absolute;
    top: 60%;
    z-index: 1;
    width: 99%;
}

.custom-arrows02 button {
    background: transparent;
    /* border: 3px solid #323548; */
    cursor: pointer;
    font-size: 40px;
    color: #323548;
    height: 57px;
    width: 57px;
    border-radius: 50%;
    opacity: 1;
}

.custom-arrows02 button:hover {
    color: black;
}

.custom-arrows02 .prev-arrow02 {
    left: 0;
    position: relative;
    top: 15px;
}

.custom-arrows02 .next-arrow02 {
    right: 0;
    position: absolute;
    top: 15px;
}














/*-- template Section --------------------------------------------*/

.template_section{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22.5px 20px;
}

.template_container{
    height: auto;
    width: 1400px;
    max-width: 100%;
}

.template_section_box{
    height: auto;
    width: 100%;
    padding: 22.5px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.template_section_box1{
    width: 20%; 
    margin-bottom: 20px;
    height: auto;
}

.template_box1_img{
    height: auto;
    width: 100%;
} 

.template_box1_img a{
    display: flex;
    justify-content: center;
}

.template_box1_img img{
    width: 20%;
}

.template_box1_text h3{
    font-size: 18px;
    color: #666;
    line-height: normal;
    letter-spacing: 0.050em;
    margin: 10px 0;
    text-align: center;
    font-weight: 400;
}

.template_box1_text p{
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    font-weight: 400;
    text-align: center;
    line-height: 1.6em;
    letter-spacing: 0em;
}




.accordion1{
    width: 435px;
    max-width: 100%;
    display: none;
}

.accordion1-item{
    position: relative;
}

.accordion1-item::before{
    content: '';
    position: absolute;
    top: -10px;
    width: 435px;
    max-width: 100%;
    height: 1px;
    background-color: #ebebeb;
}
  
.accordion1-title{
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 30px;
}
  
.accordion1-title img{
    width: 50px;
}
  
.accordion1-title h3{
    font-size: 18px;
    color: #666;
    line-height: normal;
    letter-spacing: 0.050em;
    margin: 10px 0;
    font-weight: 400;
}
  
.accordion1 button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    /* padding: 12px 0; */
    color: #000;
    font-size: 14px;
    border: none;
    background: none;
    /* outline: none; */
    /* font-family: sans-serif; */
    letter-spacing: 1px;
    line-height: 40px;
}
    
.accordion1 button .icon {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}
    
.accordion1 button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: #666;
}
.accordion1 button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: #666;
}
    
.accordion1 button[aria-expanded='true'] .icon::after {
    width: 0;
}
.accordion1 button[aria-expanded='true'] + .accordion1-content {
    opacity: 1;
    max-height: fit-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    margin-bottom: 30px;
}

.accordion1 .accordion1-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    padding-left: 10px;
}

.accordion1-content P{
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0em;
}












/*-- spaze community Section --------------------------------------------*/

.spaze-community-section{
    height: auto;
    width: 100%;
    background-color: #f5f5f5;
    padding: 22.5px 15px;
    display: flex;
    justify-content: center;
}

.spaze-community-container{
    width: 94.5%;
    max-width: 1383px;
}

.spaze-community-text{
    margin-left: 1.04166667%;
    margin-right: 1.04166667%;
}

.spaze-community-text h2{
    text-align: center;
    padding: 10px 0;
    color: #666;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.050em;
}

.spaze-community-text p{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #666;
    max-width: 60%;
    margin: 0 auto;
}

.spaze-community-searchbar-button{
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spaze-community-searchbar-button form{
    width: 47.91666667%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter_input{
    width: 50%;
    border: 1px solid #243746;
    border-radius: 0;
    background: transparent;
    margin-bottom: 0;
    color: #000;
    height: 54px;
    line-height: 54px;
    text-indent: 17px;
    font-size: 16px;
}

.spaze-community-searchbar-button a{
    width: 25%;
}

.spaze-community-searchbar-button span{
    background: #243746;
    /* padding: 17px 27px; */
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: 0.5s;
}

.spaze-community-searchbar-button span:hover{
    background: #EEC170;
}
















/*-- footer Section --------------------------------------------*/


.footer-section{
    height: auto;
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #243746
}

.footer-container{
    width: 92%;
    max-width: 1583px;
}

.footer-top{
    height: auto;
    width: 100%;
    display: flex;
}

.footer-top-box1{
    margin-bottom: 30px;
    width: 25%;
    height: auto;
}

.footer-top-box1 img{
    max-width: 70%;
}

.footer-top-box1-icon{
    margin: 15px 0 30px;
}

.footer-top-box1-icon a{
    margin: 0 5px;
    color: #fff;
    font-size: 27px;
}

.footer-top-box1-icon a:hover{
    color: #aaaaaa;
}

.footer-top-box1 p{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: 0.050em;
    color: #fff;
}

.footer-top-box1 ul{
    margin: 15px 0;
}

.footer-top-box1 ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.050em;
    font-weight: 400;
}

.footer-top-box1 ul li a:hover{
    text-decoration: underline;
}

.footer-bottom{
    height: auto;
    width: 100%;
}

.footer-bottom p{
    line-height: 1.6em;
    font-size: 16px;
    letter-spacing: 0.050em;
    margin-bottom: 10px;
    color: #fff;
}

.footer-bottom p:hover{
    text-decoration: underline;
}




.accordion2{
    width: 100%;
    display: none;
}

.accordion2-content{
    margin-bottom: 15px;
}
  
.accordion2-title{
    display: flex;
    align-items: center;
}
  
.accordion2-title p{
    font-size: 15.6px;
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: 0.050em;
    color: #fff;
}
  
  .accordion2 button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    /* padding: 12px 0; */
    color: #000;
    font-size: 14px;
    border: none;
    background: none;
    /* outline: none; */
    /* font-family: sans-serif; */
    letter-spacing: 1px;
    line-height: 40px;
  }
    
.accordion2 button .icon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}
    
.accordion2 button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: #fff;
} 

.accordion2 button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: #fff;
}
    
.accordion2 button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion2 button[aria-expanded='true'] + .accordion2-content {
    opacity: 1;
    max-height: fit-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
} 

.accordion2 .accordion2-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion2-content ul{
    margin: 15px 0;
}

.accordion2-content ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.050em;
    font-weight: 400;
}

.accordion-footer{
    display: none;
}










/*--Responsive Section--------------------------------------------*/


@media(max-width:1418px) {

    /* ----- main img section ----- */

    .main-bottom-box1 {
        width: auto;
    }
}

@media(max-width:1170px) {

    /* ----- header ----- */
    #header {
        padding: 10px 34px;
    }

    .header-top .logo img {
        width: 166.47px;
    }

    .nav-menu .nav-menu_ul li a {
        font-size: 12px;
        letter-spacing: 0.8px;
    }

    .nav-menu-sale {
        color: #934538 !important;
        font-size: 12px !important;
        font-weight: bold;
    }

    .header-bottom-text a {
        font-size: 13px;
    }

    .nav-menu {
        margin-bottom: 2px;
    }

    .nav-menu .nav-menu_ul li {
        margin-right: 10px;
    }

    /* ----- footer section ----- */

    .footer-box1{
        width: 22%;
    }

    .footer-box2{
        width: 23%;
    }
    
    .footer-box3{
        width: 30%;
    }
    
    


}


@media(max-width:1050px) {

    /* ----- main img section ----- */

    .main-bottom-box1 img {
        width: 90.5px;
    }
}

@media(max-width:1000px) {

    /* ----- main img section ----- */

    .accordion1{
        display: block;
    }

    .template_section{
        justify-content: start;
    }

    .template_container{
        display: none;
    }
}

@media(max-width:980px) {

    .nav-menu{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .navmenu-img{
        display: block;
    }

    .navmenu-img svg{
        width: 17px;
        height: 17px;
        color: #202020;
        margin-top: 3px;
    }

    #navmenu-img1 svg{
        width: 16px;
        height: 16px;
        color: #202020;
        margin-top: 0px;
    }

    .nav-menu .fa-solid{
        display: block;
        color: #000;
        font-size: 22px;
    }

    .nav-menu .nav-menu_ul{
        background-color: #fff;
        position: absolute;
        right: -285px;
        top: 0;
        width: 285px;
        height: 100vh;
        padding-top: 80px;
        z-index: 2;
        transition: all 0.5s; 
        overflow: auto;
        padding-left: 0;
    }

    .nav-menu .nav-menu_ul li{
        display: block;
        color: #faca22;
        margin: 0 20px;
        text-transform: capitalize;
    }

    .nav-menu .nav-menu_ul li a {
        line-height: 40px;
    }

    .nav-menu .nav-menu_ul .fa-solid{
        position: absolute;
        right: 25px;
        top: 25px;
        cursor: pointer;
    }

    #accordion{
        display: block;
    }

    .drop_down_section{
        display: none !important;
    }

    .line::after{
        display: none;
    }

    .nav_menu_ul_top{
        display: block;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav_menu_ul_bottom{
        display: block !important;
    }

    .navmenu_contact_section{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 20px;
    }

    #navmenu-logo1{
        display: none;
    }

    #navmenu-logo2{
        display: block;
        width: 160px;
    }

    .header{
        height: 62px;
    }

    #header{
        width: 100%;
        background: #fff;
        padding: 5px 20px;
        justify-content: space-between;
        padding-right: 15px;
    }

    #header .header-top {
        width: 100%;
        justify-content: space-between;
        display: flex;
    }

    .open_menubar{
        display: block;
    }

    .header-bottom{
        display: none !important;
    }

    .navmenu-close{
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 25px;
        top: 25px;
        cursor: pointer;
    }

    .navmenu-close-line1{
        height: 1px;
        width: 20px;
        background-color: #000;
        color: #000;
        rotate: 45deg;
        position: absolute;
        top: 0;
    }

    .navmenu-close-line2{
        height: 1px;
        width: 20px;
        background-color: #000;
        color: #000;
        rotate: -45deg;
    }

    /* ----- main img section ----- */

    .main-bottom-box1 img {
        width: 85px;
    }

    .modern-furniture-section{
        padding: 45px 0;
    }

    .modern-furniture-container{
        width: 720px;
        max-width: 100%;
    }

    /* ----- sofa bed section ----- */

    .sofa-bed-container{
        width: 720px;
        max-width: 100%;
    }

    /* ----- new bed section ----- */

    .new-bed-container {
        width: 720px;
        max-width: 100%;
    }

    /* ----- video slider section ----- */

    .video-slider-section{
        padding: 45px 0;
    }

    .video-slider-container {
        width: 720px;
        max-width: 100%;
    }

    /* ----- spaze community section ----- */

    .spaze-community-searchbar-button form {
        width: 100%;
    }

}

@media(max-width:880px) {

    /* ----- footer section ----- */

    .footer-top{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    .footer-box1{
        width: 100%;
    }

    .footer-box2{
        width: 100%;
    }

    .footer-box3{
        width: 100%;
    }

    .footer-top-box1{
        width: 100%;
    }
}



@media(max-width:850px) {

    /* ----- main img section ----- */

    .main-bottom-box1 img {
        width: 73.5px;
    }

    .main-bottom-box1 h3 {
        font-size: 12px;
    }

}

@media (max-width: 750px) {

    /* ----- main img section ----- */

    .main-bottom-box1 {
        width: 33.3%;
        flex-direction: column;
    }

    .main-bottom-box1 img {
        width: inherit;
    }
}

@media (max-width: 740px) {

    /* ----- main img section ----- */
    
    .modern-furniture-section {
        padding: 22.5px 25px;
    }

    .modern-furniture-text-portion h3 {
        font-size: 13.6px;
        letter-spacing: 0.5px;
    }

    .modern-furniture-text-bottom span {
        font-size: 18px;
    }

    .modern-furniture-text-line {
        font-size: 13px !important;
    }

    .modern-furniture-text h1 {
        font-size: 15.5px;
    }

    .modern-furniture-text {
        padding: 0;
    }

    /* ----- sofa bed section ----- */

    .sofa-bed-container{
        display: block;
    }

    .sofa-bed-left{
        width: 100%;
    }

    .sofa-bed-right{
        width: 100%;
    }

    .sofa-bed-section {
        padding: 22.5px 0;
        padding-bottom: 0;
    }

    /* ----- new bed section ----- */

    .new-bed-section {
        padding: 22.5px 0;
        padding-bottom: 0;
    }

    .new-bed-container {
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }

    .new-bed-left {
        width: 100%;
    }

    .new-bed-right {
        width: 100%;
    }

    /* ----- video slider section ----- */

    .video-slider-text {
        padding: 0;
    }

    .video-slider-text h2 {
        font-size: 15.5px;
    }

    .video-slider-section {
        padding: 22.5px 10px;
    }

    /* ----- footer section ----- */

    .footer-top-box1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-top-box1-icon {
        margin: 0;
    }

    .footer-top-box1 img {
        position: relative;
        left: 25px;
    }

    .footer-section{
        padding: 25px 0;
        flex-direction: column;
    }

    .footer-container{
        display: none;
    }

    .accordion2{
        display: block;
        padding: 0 30px;
    }

    .footer-bottom {
        padding: 0 30px;
    }

    .accordion-footer{
        display: block;
    }



}



@media(max-width:580px) {

    .custom-arrows01{
        display: none;
    }

    .people-saying-text h2 {
        font-size: 18px;
        font-weight: bold;
    }
}

@media(max-width:580px) {

    .sofa-bed-right-text h2 {
        font-size: 18px;
    }

    .custom-arrows02 {
        top: 35%;
    }

    /* ----- spaze community section ----- */

    .spaze-community-text h2 {
        font-size: 18px;
        font-weight: 700;
        padding-top: 0;
    }

    .spaze-community-text p {
        text-align: center;
        font-size: 13.6px;
    }
}

@media(max-width:520px) {

    /* ----- spaze community section ----- */

    .spaze-community-text p{
        max-width: 100%;
    }
}

@media(max-width:480px) {

    /* ----- main img section ----- */

    .modern-furniture-text h1 {
        font-size: 15.5px;
        font-weight: bold;
    }

    /* ----- video slider section ----- */

    .video-slider-text h2 {
        font-size: 18px;
        font-weight: bold;
        padding: 0;
    }

    .video-box1{
        padding: 0;
    }

    .video-left{
        padding-right: 5px;
    }

    .video-right{
        padding-left: 5px;
    }

     /* ----- template section ----- */

    .accordion1-title h3 {
        font-size: 16px;
    }

    .accordion1-title img {
        width: 40px;
    }

    .accordion1-title {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .accordion1-content P {
        font-size: 12px;
    }    

    /* ----- footer section ----- */

    .footer-top-box1 img {
        position: relative;
        left: 15px;
    }
    
}


@media(max-width:414px) {

    /* ----- modern furniture section ----- */
    .custom-arrows .prev-arrow {
        left: 0px;
        position: relative;
        top: 50%;
    }

    .custom-arrows .next-arrow {
        right: 0;
        position: absolute;
    }
}


@media(max-width:390px) {

    /* ----- header ----- */

    #navmenu-logo2 {
        width: 123.19px;
    }

    #header {
        padding: 9px 20px;
        padding-bottom: 5px;
        padding-right: 15px;
    }

    /* ----- main img section ----- */

    .modern-furniture-section {
        padding: 22.5px 0px;
    }

    .modern-furniture-text-bottom span {
        margin-right: 0;
    }

    .modern-furniture-text-bottom{
        display: flex;
        gap: 8px;
    }

    .modern-furniture-text-line::after {
        content: '';
        position: absolute;
        top: 12px;
    }

    .modern-furniture-text-portion {
        margin-top: 15px;
    }

    .custom-arrows .prev-arrow {
        left: 0;
        position: relative;
        top: 3px;
        height: auto;
        width: auto;
    }

    .custom-arrows .next-arrow {
    right: 0;
    position: absolute;
    top: 3px;
    height: auto;
    width: auto;
}
}