*{
 box-sizing: border-box;
}
body{
    margin: 0;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Black.woff2') format('woff2'),
        url('../fonts/Graphik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Bold.woff2') format('woff2'),
        url('../fonts/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Semibold.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Light.woff2') format('woff2'),
        url('../fonts/Graphik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Super.woff2') format('woff2'),
        url('../fonts/Graphik-Super.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Extralight.woff2') format('woff2'),
        url('../fonts/Graphik-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Medium.woff2') format('woff2'),
        url('../fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Thin.woff2') format('woff2'),
        url('../fonts/Graphik-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik-Regular';
    src: url('../fonts/Graphik-Regular400.woff2') format('woff2'),
        url('../fonts/Graphik-Regular400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Berlingske Serif ExtBd';
    src: url('../fonts/BerlingskeSerif-ExtBdIta.woff2') format('woff2'),
        url('../fonts/BerlingskeSerif-ExtBdIta.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BerlingskeSerif-Blk';
    src: url('../fonts/BerlingskeSerif-Blk.woff2') format('woff2'),
        url('../fonts/BerlingskeSerif-Blk.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berlingske Serif';
    src: url('../fonts/BerlingskeSerif-Bold.woff2') format('woff2'),
        url('../fonts/BerlingskeSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BerlingskeSerif-Md';
    src: url('../fonts/BerlingskeSerif-Md.woff2') format('woff2'),
        url('../fonts/BerlingskeSerif-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BerlingskeSerif-Lt';
    src: url('../fonts/BerlingskeSerif-Lt.woff2') format('woff2'),
        url('../fonts/BerlingskeSerif-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berlingske Serif';
    src: url('../fonts/BerlingskeSerif-Regular.woff2') format('woff2'),
        url('../fonts/BerlingskeSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berlingske Serif ExtBd';
    src: url('../fonts/BerlingskeSerif-ExtraBold.woff2') format('woff2'),
        url('../fonts/BerlingskeSerif-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berlingske Serif SemBd';
    src: url('../fonts/BerlingskeSerif-SemiBold.woff2') format('woff2'),
        url('../fonts/BerlingskeSerif-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
header {
    position: absolute;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: transparent;
    background: linear-gradient(180deg, #000000 -25.77%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
header.product-detail {
    background: #000;
    position: relative;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background: rgb(193 154 91); */
    background: #000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-in-out;
    z-index: 9999;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.header-social-icons ul{
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: end;

}
.header-social-icons ul li {
    padding: 0px 18px;
}
.header-social-icons ul li a {
    display: inline-block;
}
.header-social-icons ul li a img {
    width: auto;
    height: 20px;
}
.inner-header {
    padding: 28px 0;
}
header.fixed .inner-header {
    padding: 10px 0;
}
.navigation {
    height: 55px;
    /* position: relative; */
    z-index: 9999;
    display: flex;
    justify-content: end;
    /* position: relative; */
}
.nav-container {
    width: 100%;
}
.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em;
}
.brand a, .brand a:visited {
    color: #ffffff;
    text-decoration: none;
}
.nav-container {
    /* max-width: 1000px;
    margin: 0 auto; */
}
nav {
    float: right;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    /* position: relative; */
    padding: 0 12px;
}
nav ul li a,nav ul li a:visited {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #262626 ;
    text-decoration: none;
}
nav ul li:last-child a, nav ul li:last-child a:visited{
    padding-right: 0px;
}
nav ul li a{
    background: transparent;
    color: #FFF;
    font-family: 'Graphik';
    font-weight: 300;
}
nav ul li a:hover, nav ul li a:visited:hover {
    color: #ffffff;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}
/* nav ul li ul li {
    min-width: 190px;
} */
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}
.navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
.inner-header img:focus-visible{
  outline: none;
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}
#navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    z-index: 99;
}
#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#navbar-toggle span:before {
    top: -10px;
}
#navbar-toggle span:after {
    bottom: -10px;
}
#navbar-toggle.active span {
    background-color: transparent;
}
#navbar-toggle.active span:before, #navbar-toggle.active span:after {
    top: 0;
}
#navbar-toggle.active span:before {
    transform: rotate(45deg);
}
#navbar-toggle.active span:after {
    transform: rotate(-45deg);
}

/* Home Page Css */
.floors-that-work{
 background: url(../../assets/img/Banners/0_Large_Room_1920x1080\ 1.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 height: 900px;
}

.our-projects{
    background: url(../../assets/img/Banners/modern-minimalist-office.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.our-brands{
    background: url(../../assets/img/Banners/our-brand-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
section.our-brands:before {
    content: "";
    background: #00000066;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inner-floors-that-work , .inner-our-products , .inner-our-projects , .inner-privacy-policy, .inner-about-us, .inner-our-offers, .inner-our-downloads{
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100%;
    align-items: center;
}
.header-content , .products-inner-content , 
.projects-inner-content , 
.header-content-our-products , .header-content-our-projects , .header-content-privacy-policy , .header-content-about-us , .header-content-our-offers , .header-content-our-downloads{
 position: relative;
 width: 800px;
}
.over-relay-banner , 
.over-relay-banner-our-products , 
.over-relay-banner-our-projects, .over-relay-banner-privacy-policy, .over-relay-banner-about-us, .over-relay-banner-our-offers , .over-relay-banner-our-downloads{
     filter: blur(100px);
     border-radius: 32px;
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     left: calc(50% - 724px / 2);
     top: calc(50% - 333px / 2 + 41.5px);
}
.inner-floors-that-work h4 , .products-inner-content h4 , .projects-inner-content h4 , .visualizer h4 , .selector h4 , .inner-our-products h4 , .inner-our-projects h4 , .inner-privacy-policy h4 , .header-content-about-us h4 , .our-offers h4 , .inner-our-downloads h4{
    font-size: 80px;
    color: #fff;
    font-family: 'BerlingskeSerif-Md';
    letter-spacing: 2px;
    position: relative;
}
.inner-floors-that-work p , .products-inner-content p , .projects-inner-content p , .visualizer p , .selector p , .inner-our-projects p{
    color: #fff;
    font-size: 24px;
    font-family: 'Graphik';
    font-weight: 300;
    position: relative;
}

.inner-floors-that-work a , .products-inner-content a ,.projects-inner-content a , .visualizer a , .selector a{
    color: #fff;
    text-decoration: none;
    font-family: 'Graphik';
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
}
.inner-floors-that-work a svg , .products-inner-content a svg , .projects-inner-content a svg{
    margin-left: 15px;
    position: relative;
}
.inner-visualizer-selector{
    display: flex;
        align-items: center;
        justify-content: center;
}
.visualizer{
    background: url(../../assets/img/Box-type-images/modern-architectural-marvel.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 800px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;

}
.selector{
    background: url(../../assets/img/Box-type-images/Tranquil\ Minimalist\ Bedroom.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 800px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
/* Home Page Css */

/* Our Products Css */
.our-products{
    background: url(../../assets/img/Banners/Modern_Minimalist.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.input-type input[type="text"]{
    background: transparent;
    border: 1px solid rgb(255 255 255 / 60%);
    padding: 20px 24px;
    width: 438px;
    border-radius: 100px;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    text-transform: capitalize;
    font-family: 'Graphik';
    font-weight: 300;
    font-size: 16px;
}
input:focus-visible{
    outline: none;
}
.input-type input[type="text"]::placeholder {
 color: #fff;
 font-size: 16px;
}
.search-bar {
    position: relative;
    margin-top: 30px;
}
.inner-slider-container {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    padding-bottom: 48px;
}
.products-categries-slider {
    margin: 48px 0 48px 0;
}
.cat-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cat-wrap h5 {
    opacity: 0.5;
    color: #C19A5B;
    margin-top: 20px;
    font-family: 'Graphik';
    font-size: 18px;
    font-weight: 500;
}
.cat-wrap img{
    width: 140px !important;
    height: 140px;
    object-fit: cover;
}
.wrap {
    margin: 0 auto;
    width: 100%;
  }
  .gallery-wrap,
  #gallery {
    overflow: hidden;
  }
  
  #filters {
    margin:0px 20px 48px 20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  
  #filters li {
    margin: 0px 16px;
  }
  
  #filters li span {
    display: block;
    padding: 12px 50px;
    text-decoration: none;
    color: rgb(193 154 91 / 50%);
    cursor: pointer;
    text-transform: capitalize;
    transition: all ease-in-out 0.25s;
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 18px;
    border-radius: 100px;
    border: 1px solid rgb(193 154 91 / 50%);
  }
  
  #filters li:hover span {
    color: #c19a5b;
  }
  
  #filters li span.active {
    background: #C19A5B;
    color: #fff;
  }
  div#gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.cat-seven div#gallery {
    justify-content: center;
}
.prod-cat-portfolio.cat-seven {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
  .gallery-item {
    float: left;
    width: 30.2%;
    padding: 2px;
    position: relative;
    z-index: 10;
    display: none;
  }
section.related-product {
    padding-top: 80px;
    padding-bottom: 80px;
}
.related-title h2 {
    font-size: 40px;
    color: #000;
    font-family: 'BerlingskeSerif-Md';
}
.related-title a.rel-view-all img {
    margin-left: 12px;
}
.related-pro-inn .gallery-item{
    display: block;
}
.related-pro-inn {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}
.related-pro-item .text h2 {
    font-size: 24px;
    color: #fff;
    font-family: 'Graphik';
    font-weight: 500;
}
.related-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.related-title a.rel-view-all {
    font-size: 18px;
    color: #C19A5B;
    font-weight: 500;
    text-decoration: none;
}
.product-info {
    background: #c19b5c0d;
    padding-top: 80px;
    padding-bottom: 80px;
}
.pro-info-inner .pro-info-title h2 {
    font-size: 28px;
    font-family: 'BerlingskeSerif-Md';
    color: #000;
}
.pro-info-title {
    margin-bottom: 40px;
}
.pro-info-list-inner {
    display: flex;
    gap: 64px;
}
.pro-info-left, .pro-info-right {
    flex: 0 0 47.5%;
}
.pro-info-left, .pro-info-right {
    flex: 0 0 47.5%;
    display: flex;
}
.pro-info-left .pro-left-title, .pro-info-right .pro-left-title {
    flex: 0 0 50%;
    background: #F3F1ED;
}
.pro-info-left .pro-left-text, .pro-info-right .pro-left-text {
    flex: 0 0 50%;
    background: #fff;
}
.pro-info-list-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pro-info-list-inner ul li {
    padding: 24px;
    border-bottom: 1px solid hsl(0deg 0% 0% / 10%);
}
.pro-info-list-inner ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #0000001a;
    height: 100px;
    display: flex;
    align-items: center;
}
.pro-info-list-inner ul li:last-child {
    border: 0;
}
.pro-info-left .pro-left-title li, .pro-info-right .pro-left-title li {
    font-family: 'Graphik';
    font-weight: 500;
}
.pro-info-left .pro-left-text li, .pro-info-right .pro-left-text li {
    font-family: 'Graphik-Regular';
}

.pro-img-slider-inn .slick-track, .pro-img-slider-inn .slick-slide {
/*    width: 100% !important;*/
}



  .inside {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  
  .details,
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* opacity: 0; */
  }
  
  .details {
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease-in-out;

  }
  .gallery-item .details h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Graphik';
    text-align: center;
    margin: 0;
  }
   
  .gallery-item .details p {
    color: #fff;
    font-size: 1em;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
  }
  .inside img {
    object-fit: cover;
    float: left;
    width: 100%;
    height: 378px !important;
  }
  
  .overlay {
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    transition: all 0.7s ease-in-out;
  }
  .text {
    padding-bottom: 50px;
}
  /* .gallery-item:hover .details,
  .gallery-item:hover .overlay {
    opacity: 1;
  } */
  

/* Our Products Css */

/* Our Projects Css */
.our-projects {
    background: url(../../assets/img/Banners/modern-minimalist-office-our-project.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
#filters-our-projects{
    margin: 48px 20px 48px 20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#filters-our-projects li {
    margin: 0px 32px;
}
#filters-our-projects li span {
    display: block;
    padding: 12px 50px;
    text-decoration: none;
    color: rgb(193 154 91 / 50%);
    cursor: pointer;
    text-transform: capitalize;
    transition: all ease-in-out 0.25s;
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 18px;
    border-radius: 100px;
    border: 1px solid rgb(193 154 91 / 50%);
}
#filters-our-projects li span.active {
    background: #C19A5B;
    color: #fff;
}
.gallery-item-our-projects {
    float: left;
    width: 33.333%;
    padding: 2px;
    position: relative;
    z-index: 10;
    display: none;
}
.gallery-item-our-projects:nth-child(3n + 1),
.gallery-item-our-projects:nth-child(3n + 4),
.gallery-item-our-projects:nth-child(3n + 7),
.gallery-item-our-projects:nth-child(3n + 10),
.gallery-item-our-projects:nth-child(3n + 13),
.gallery-item-our-projects:nth-child(3n + 16) {
    width: 100%;
}

.gallery-item-our-projects {
    width: 50%;
}
.gallery-wrap-our-projects, #gallery-our-projects {
    overflow: hidden;
}
.inside-our-projects {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.details-our-projects{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.text-our-projects {
    padding-bottom: 50px;
}
.text-our-projects h2 {
    color: #fff;
    font-size: 48px;
    font-family: 'BerlingskeSerif-Md';
    text-align: center;
    margin: 0;
    text-transform: capitalize;
  }
  .details-our-projects , .overlay-projects {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* opacity: 0; */
}
.cat-projects {
    text-align: center;
}
.cat-projects span {
    background: rgb(17 17 17 / 50%);
    display: inline-block;
    padding: 10px 24px;
    font-size: 18px;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    font-family: 'Graphik';
    margin-bottom: 24px;
    border: 1px solid #A9977D;
}

/* Our Projects Css */

.breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #c19b5cb3;
    margin: 0;
}

span.current-page {
    color: C19A5B;
    font-weight: 500;
}

/* Products */
/* section.prod-show-case {
    padding: 80px 0;
} */

section.prod-show-case {
    max-width: 1920px;
    margin: 0 auto;
}
.prod-header-color{
 background: #111111;
}
.pord-show-inner {
    display: flex;
}
.prod-inner-discription {
    flex: 0 0 50%;
    padding: 80px;
}
.product-show-image {
    flex: 0 0 50%;
    max-width: 50%;
    max-height: 1150px;
    padding: 80px;
}
div#custom-thumbs .slick-track .slick-slide {
    width: 100px;
    height: 100px;
    margin-bottom: 32px;
    overflow: hidden;
}
div#custom-thumbs .slick-track {
    display: flex;
    flex-direction: column;
    /* gap: 32px; */
}
.pro-img-slider-inn .slick-slide.slick-current.slick-active {
/*    position: absolute !important;*/
    /*top: 0 !important;
    left: 0 !important;*/
}
.pro-img-slider-inn .slick-list .slick-track .slick-slide img {
    max-height: 600px;
    object-fit: cover;
}

div#custom-thumbs {
    width: 100px;
    position: absolute;
    top: 15%;
    right: 24px;
}
.pro-img-slider {
    position: relative;
    height: auto;
}
.pro-img-slider-inn, .pro-img-slider-inn .slick-list, .pro-img-slider-inn .slick-list .slick-track, .pro-img-slider-inn .slick-list .slick-track .slick-slide, .pro-img-slider-inn .slick-list .slick-track .slick-slide div, .pro-img-slider-inn .slick-list .slick-track .slick-slide img {
/*    height: auto !important;*/
}
.pro-img-slider div#custom-thumbs .slick-slide.slick-current {
    border: 5px solid #fff;
}
.pro-img-slider p.pro-tage {
    position: absolute;
    z-index: 3;
    color: #fff;
    background: #1111114d;
    border-radius: 100px;
    padding: 8px 24px;
    top: 24px;
    left: 24px;
    font-size: 14px;
    font-family: 'Graphik-Regular';
    font-weight: 500;
}
.link-to-room a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #C19A5B;
    padding: 18px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
    font-family: 'Graphik';
    text-transform: capitalize;
}

.prod-image-show {
    width: 100%;
    padding-top: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.prod-inner-discription a{
    text-decoration: none;
    color: #C19A5B;
    font-family: 'Graphik';
    font-size: 14px;
    font-weight: 300;
}
li.active img {
    border: 3px solid #C19A5B;
}
.cat-stock {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    padding-top: 64px;
}
.cat-carpet {
    color: #333333;
    font-family: 'Graphik-Regular';
    width: 50%;
}
.cat-stock-tag {
    width: 50%;
    text-align: right;
}
.cat-stock-tag span{
    background: rgb(193 154 91 / 10%);
    color: #C19A5B;
    padding: 8px 24px;
    border-radius: 100px;
    font-family: 'Graphik';
    font-weight: 500;
}
.main-content-about h5{
    font-size: 48px;
    font-family: 'BerlingskeSerif-Md';
    margin-top: 20px;
}
.main-content-about p{
    color:#333333;
    font-family: 'Graphik';
    font-weight: 300;
    padding-top: 30px;
}
.variations-wrap {
    padding-top: 60px;
}
.variations-wrap h4{
    font-size: 20px;
    font-family: 'Graphik';
}
.variations-wrap ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    row-gap: 24px;
    /* gap: 24px; */
    padding-top: 24px;
    flex-wrap: wrap;
    max-width: 650px;
    overflow: auto;
    height: 755px;
    justify-content: space-between;
}
.variations-wrap ul li{
    position: relative;
    flex: 0 0 190px;
    /* flex: 0 0 30%; */
}
.variations-wrap ul li a img{
    width: 100%;
    height: 190px;
}
.variations-wrap ul li a span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding-top: 15px;
}
.variations-wrap ul li a span.stock-bage {
    position: absolute;
    background: #11111166;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 13px 0;
    text-transform: capitalize;
}
.prod-image-show a:first-child{
    border: none;
    background: #C19A5B;
    color: #fff;
    padding: 18px 60px;
    border-radius: 40px;
    display: inline-block;
    font-family: 'Graphik';
    font-weight: 600;
    width: 250px;
    text-align: center;
    font-size: 14px;
}
.prod-image-show a:nth-child(2){
    font-family: 'Graphik';
    font-size: 14px;
    font-weight: 500;

}
.prod-image-show a:nth-child(2) span{
    margin-left: 12px;
}
.pro-img-slider div#custom-thumbs .owl-thumb-item{
    width: 100px;
    background: transparent;
    border: 0;
    padding: 0;
    display: block;
}
.pro-img-slider div#custom-thumbs .owl-thumb-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

/* Products */
/* About Us Css */
.about-us{
    background: url(../../assets/img/Banners/Modern_Spiraling_Staircase_in_a_Luxurious_Interior.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
section.our-story {
    padding: 80px 0;
}
.inner-our-story {
    display: flex;
    flex-direction: row;
    gap: 80px;
}
.our-story-content {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.our-story-content h5{
    font-family: 'BerlingskeSerif-Md';
    font-size: 48px;
    text-transform: capitalize;
    color: #000000;
}
.our-story-content p{
    font-size: 18px;
    font-family: 'Graphik';
    font-weight: 300;
}
.our-story-featured {
    width: 70%;
}
.inner-project-partners{
    display: flex;
        flex-direction: row;
        gap: 120px;
}
section.project-partners {
    padding-bottom: 80px;
}
.project-partners-left {
    width: 40%;
}
.project-partners-right {
    width: 70%;
    padding-top: 100px;
}
.inner-content-project-partners {
    padding-top: 48px;
}
.inner-content-project-partners h5{
    font-family: 'BerlingskeSerif-Md';
    font-size: 48px;
    text-transform: capitalize;
    color: #000000;
}
.inner-content-project-partners p{
    font-size: 18px;
    font-family: 'Graphik';
    font-weight: 300;
}
section.global-expertise {
    background: #111111;
}
.inner-global-expertise {
    display: flex;
    align-items: center;
}
.inner-global-expertise  .left-content {
    width: 50%;
    padding: 100px;
}
.inner-global-expertise  .right-content {
    width: 50%;
}
.left-content h4 {
    font-size: 48px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'BerlingskeSerif-Md';
}
.left-content p{
    color: #fff;
    font-size: 18px;
    font-family: 'Graphik';
    font-weight: 300;
}
.company-profile-poster{
    padding:80px 0;
}
.inner-main-post-profile {
    display: flex;
        gap: 64px;
}
.inner-company-profile {
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 24px 32px;
    display: flex;
    gap: 40px;
}
.inner-material-postcard{
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 24px 32px;
    display: flex;
    gap: 40px;
}
.company-inner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.postcard-inner-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box-title-discription h4{
    color: #000000;
    font-family: 'BerlingskeSerif-Md';
    text-transform: capitalize;
    font-size: 30px;
}
.box-title-discription p{
    font-family: 'Graphik';
    font-size: 18px;
    font-weight: 300;
}
.box-featured-image a{
    color: #C19A5B;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Graphik';
    font-weight: 500;
}
section.get-in-touch {
    padding: 80px 0;
    background: #FBFAF8;
}
.inner-get-touchs h4{
 font-size: 48px;
 font-family: 'BerlingskeSerif-Md';
 text-transform: capitalize;
 color: #000000;
}
.form-main-wrap p{
    font-family: 'Graphik';
    font-size: 18px;
    font-weight: 300;
}
.get-in-touch-image{
padding-top: 65px;
}
.form-main-wrap {
    padding-left: 65px;
}
.form-main-wrap form{
    padding-top: 65px;
}
.form-name {
    display: flex;
    gap: 18px;
}
.form-Email {
    margin-top: 55px;
}
.form-name input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    color: #555555;
    width: 50%;
    padding: 18px 0;
    font-size: 18px;
    font-family: 'Graphik';
    font-weight: 300;
}
input[type="text"]::placeholder{
    color: #555555; 
}
.form-Email input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    color: #555555;
    width: 100%;
    padding: 18px 0;
    font-size: 18px;
    font-family: 'Graphik';
    font-weight: 300;
}
input[type="email"]::placeholder{
    color: #555555; 
}
.form-Message textarea{
    background: transparent;
    width: 100%;
    border: none;
    height: 128px;
    margin-top: 55px;
    font-family: 'Graphik';
    font-weight: 300;
    border-bottom: 1px solid #D9D9D9;
}
.form-Message textarea:focus-visible{
    outline: none;
}
.form-submit {
    margin-top: 55px;
}
.form-submit input[type="button"]{
    background: #C19A5B;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Graphik';
    font-weight: 300;
    padding: 15px 28px;
    border-radius: 100px;
}
.follow-us-wrap{
    padding: 65px 0 0 0;
}
.feeds-cols {
    justify-content: center;
    display: flex;
    gap: 16px;
    padding-top: 48px;
}
.inner-follow-us {
    text-align: center;
}
.inner-follow-us h4{
    font-size: 48px;
    font-family: 'BerlingskeSerif-Md';
    text-transform: capitalize;
}
.inner-follow-us span{
    color: #000000;
    opacity: 0.7;
    font-size: 18px;
    font-family: 'Graphik';
    font-weight: 300;
}
/* About Us Css */

/* Offers Css */
.our-offers{
    background: url(../../assets/img/Banners/offers-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.offer-categories{
    display: grid;
    grid-template-columns: 33.2% 33.2% 33.2%;
    padding-top: 80px;
    gap: 2px;
}
.offer-box-cat {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
.offer-box-cat-content{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.offer-box-cat-content button{
    background: #C19A5B;
    border: none;
    color: #fff;
    font-family: 'Graphik';
    font-weight: 300;
    padding: 10px 24px;
    border-radius: 100px;
    position: relative;
    margin-bottom: 25px;
    font-size: 16px;
}
.offer-box-cat-content button span{
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 20px;
}
.offer-cat-name{
    font-family: 'Graphik';
    font-weight: 500;
    color: #fff;
    font-size: 28px;
    display: block;
    margin-bottom: 37px;
    z-index: 999;
    position: relative;
}
.cat-overelay-bg{
    position: absolute;
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
}
.pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}
.pagination-inner a{
    border: 1px solid #F1F1F1;
    /* padding: 15px; */
    display: inline-block;
    margin: 0 10px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    color: #C19A5B;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Graphik';
    font-weight: 300;
}
.pagination-inner a.active,
.pagination-inner a:hover {
  background: #C19A5B;
  color: #fff;
}
/* Offers Css */

/* Downloads */
.our-downloads{
    background: url(../../assets/img/Banners/3d-dowloads.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.inner-profiles-pdfs{
    padding: 30px 0 0px 0;
}
.inner-profiles-pdfs:first-child {
    padding: 80px 0 0px 0;
}
.inner-profiles-pdfs:last-child {
    padding: 15px 0px 40px 0 !important;
}
.inner-profiles-pdfs .col-md-4 {
    padding: 0 8px;
}
.pdfs-wrap-inner-heading{
    font-size: 28px;
    font-family: 'BerlingskeSerif-Md';
    color: #000000;
    margin-bottom: 15px;
}
.pdfs-wrap-inner a{
    text-decoration: none;
    display: block;
    background: rgb(169 151 125 / 10%);
    padding: 12px;
}
.pdfs-wrap-inner a img{
    width: 44px;
    height: 64px;
}
.name-mag{
    font-size: 12px;
    color: #000;
    padding: 10px;
    font-family: 'Graphik';
    font-weight: 300;
    width: 78%;
    display: inline-block;
}
.inner-sub-title {
    font-size: 20px;
    font-family: 'Graphik';
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    color: #111111;
}
/* Downloads */

/* Media */
.our-media {
    background: url(../../assets/img/Banners/Tranquil\ Minimalist\ Bedroom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.media-category{
    padding: 80px 0;
}
.inner-media-btns ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.inner-media-btns ul li{
    display: inline-block;
    margin-right: 50px;
}
.inner-media-btns ul li a{
    text-decoration: none;
    color: #c19a5b;
    border: 1px solid #C19A5B;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 100px;
    font-size: 18px;
    font-family: 'Graphik';
    font-weight: 500;
} 
.inner-media-btns ul li a.active {
    color: #fff;
    text-decoration: none;
    background-color: #C19A5B;
}
.search-patch {
    text-align: right;
    position: relative;
}
.search-patch input[type="text"]{
    border: 1px solid rgb(17 17 17 / 20%);
    padding: 0px 30px;
    border-radius: 100px;
    width: 438px;
    height: 52px;
    font-family: 'Graphik';
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
}
.search-patch::after{
    content: url(../../assets/img/Icons/search-icon.svg);
    position: absolute;
    right: 8px;
    top: 17px;
}

.recent-posts-listing{
    background-color: rgb(169 151 125 / 5%);
    padding: 80px 0;
    transition: all 0.3s ease-in-out;
}
.recent-posts-title h5{
   font-size: 40px;
   font-family: 'BerlingskeSerif-Md';
   color: #111111;
}
.recent-post-now {
    margin-top: 32px;
    display: flex;
    gap: 25px;
}
.recent-post-featured {
    width: 40%;
    position: relative;
}
.recent-post-featured img{
height: 100%;
object-fit: cover;
}
.recent-post-pasts{
    width: 60%;
}
.recent-item {
    display: flex;
    gap: 23px;
}
.recent-item:not(:last-child){
    margin-bottom: 27px;
}
.recent-post-content {
    position: absolute;
    bottom: 30px;
    padding: 0 24px;
}
.recent-post-content span{
    color: #fff;
    font-family: 'Graphik';
    font-size: 14px;
    font-weight: 300;
}
.recent-post-content h4{
    color: #fff;
    font-family: 'Graphik';
    font-size: 24px;
    padding: 16px 0;
}
.recent-post-content a{
    color: #C19A5B;
    font-family: 'Graphik';
    font-weight: 300;
    text-decoration: none;
}
.recent-post-content a svg {
    margin-left: 5px;
    width: 6px;
    height: 12px;
}
.past-featured {
    width: 45%;
}
.past-content {
    width: 55%;
}
.past-content span{
    color: #737057;
    font-family: 'Graphik';
    font-weight: 300;
}
.past-content h4{
    font-size: 22px;
    font-family: 'Graphik';
    margin: 12px 0 0 0;
}
.past-content a{
    color: #C19A5B;
    text-decoration: none;
    font-family: 'Graphik';
    font-weight: 500;
    padding-top: 65px;
    display: inline-block;
}
.blogs-listing-main{
    padding: 80px 0;
}
.blog_listing_content span{
    color: #737057;
    margin-top: 12px;
    font-size: 14px;
    font-family: 'Graphik';
    font-weight: 300;
    opacity: 0.7;
    display: inline-block;
}
.blog_listing_content h4{
    font-size: 22px;
    font-family: 'Graphik';
    margin-top: 12px;
}
.blog_listing_content a {
    color: #C19A5B;
    text-decoration: none;
    font-family: 'Graphik';
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
}
.inner-main-vedio-listing{
    padding-bottom: 0px;
    transition: all 0.3s ease-in-out;
}
.inner-main-vedio-listing img{
    padding-top: 65px;
}
.inner-main-vedio-listing .col-md-6{
    position: relative;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
}
.play-icon img{
    padding: 0;

}

/* Media */

/* Media Detail */
.blog-detail-main {
    padding-top: 60px;
    position: relative;
}
.inner-detail-blog h4{
 font-size: 48px;
 font-family: 'BerlingskeSerif-Md';
 color: #111111;
 margin-bottom: 30px;
}
.back-to-listing{
padding-top: 65px;
}
.back-to-listing a{
    color: #C19A5B;
    text-decoration: none;
    font-family: 'Graphik';
    font-size: 16px;
    font-weight: 500;
}
.blog-detail-header{
 background-color: #000000;
 position: relative;
}
.blog-date {
    display: flex;
        justify-content: space-between;
        padding-top: 30px;
}
.blog-date span{
    font-size: 19px;
    font-family: 'Graphik';
    opacity: 0.6;
    font-weight: 300;
}
.blog-date ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.blog-text {
    padding-top: 60px;
}
.blog-text p{
    font-family: 'Graphik';
    font-size: 18px;
    font-weight: 300;
}
.blog-text h4{
    font-size: 32px;
    font-family: 'BerlingskeSerif-Md';
}
.blog-bullets-text ul{
    list-style-type: none;
    padding: 0;
}
.blog-bullets-text ul li{
    font-size: 18px;
    font-family: 'Graphik';
    font-weight: 300;
    padding: 20px 0;
    position: relative;
}
.blog-bullets-text ul li span {
    display: inline-block;
    padding-right: 20px;
}
/* .blog-bullets-text ul li::before{
    content: url(../../assets/img/Icons/Polygon-bullet.svg);
    position: absolute;
    width: 100%;
    height: 100%;
} */
.blog-bullets-points {
    display: flex;
    padding-top: 70px;
}
.blog-bullets-text {
    width: 45%;
}
.blog-lapped-featured {
    width: 55%;
    display: flex;
    gap: 32px;
}
.blog-info {
    padding-bottom: 80px;
}
.related-blogs{
    background-color: #FBFAF8;
    padding: 80px 0;
}
.view-related-blogs{
 color: #C19A5B;
 text-decoration: none;
 font-size: 18px;
     font-family: 'Graphik';
    font-weight: 300;
}
.related-blogs h4{
 color: #000000;
 font-size: 40px;
 font-family: 'BerlingskeSerif-Md';
}
.related-blogs-header .row{
   align-items: center;
}
.related-blogs-header .row .col-md-6:last-child{
    text-align: right;
}
.related-blogs-content {
    padding: 50px 0;
}
.related-blogs-content span {
    color: #737057;
    margin-top: 12px;
    font-size: 14px;
    font-family: 'Graphik';
    font-weight: 300;
    opacity: 0.7;
    display: inline-block;
}
.related-blogs-content h5 {
    font-size: 22px;
    font-family: 'Graphik';
    margin-top: 12px;
}
.related-blogs-content a {
    color: #C19A5B;
    text-decoration: none;
    font-family: 'Graphik';
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
}
/* Media Detail */

/* Contact Us */
.our-contact{
    background: url(../../assets/img/Banners/3d-rendering-grand-luxury-hotel-reception-hall-entrance-lounge-contact-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.ctc-main-wrap{
    padding: 80px 0;
}
.ctc-touch-col h4{
  font-size: 48px;
  font-family: 'BerlingskeSerif-Md';
  text-transform: capitalize;
}
.ctc-touch-col img{
 padding-top: 65px;
}
.contect-form-feilds span{
    font-size: 18px;
    font-family: 'Graphik';
    font-weight: 300;
}
.ct-form-container{
    padding-top: 65px;
    display: flex;
    flex-wrap: wrap;
}
.form-group {
    width: 50%;
}
.form-group-email{
    width: 100%;
}
.form-group-message{
    width: 100%;
}
.contect-form-feilds {
    padding-left: 65px;
}
.ct-form-container input[type="text"]{
    border: none;
    border-bottom: 1px solid #D9D9D9;
    padding: 55px 0 18px 0;
    font-family: 'Graphik';
    font-weight: 300;
    font-size: 18px;
    Color:#555555;
    width: 100%;
}
.ct-form-container textarea{
    border: none;
    border-bottom: 1px solid #D9D9D9;
    padding: 55px 0 55px 0;
    font-family: 'Graphik';
    font-weight: 300;
    font-size: 18px;
    Color:#555555;
    width: 100%;
}
.form-group-submit button{
    background: #C19A5B;
    border: none;
    color: #fff;
    padding: 15px 26px;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 40px;
    font-family: 'Graphik';
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 16px;
}
section.inter-decor-locations {
    background: #FBFAF8;
    padding: 80px 0;
}
.location-dubai-office {
    background: #ffffff;
    padding: 25px 40px;
    height: 290px;
}
.location-dubai-office h4{
    font-size: 28px;
    font-family: 'BerlingskeSerif-Md';
}
.location-dubai-office ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.location-dubai-office ul li a{
    text-decoration: none;
    color: #707070;
    font-family: 'Graphik';
    font-weight: 300;
    padding: 10px 0;
    display: inline-block;
}
.location-dubai-office ul li a svg {
    margin-right: 16px;
}
.uaq-warehouse{
    background: #ffffff;
    padding: 25px 40px;
    height: 290px;
}
.uaq-warehouse h4{
    font-size: 28px;
    font-family: 'BerlingskeSerif-Md';
}
.uaq-warehouse ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.uaq-warehouse ul li{
    position: relative;
    margin-left: 25px;
}
.uaq-warehouse ul li a{
    text-decoration: none;
    color: #707070;
    font-family: 'Graphik';
    font-weight: 300;
    padding: 10px 0;
    display: inline-block;
}
.uaq-warehouse ul li a svg{
    position: absolute;
    left: -30px;
    top: 15px;
}
/* Contact Us */

/* Privacy Policy Css */
.privacy-policy{
    background: url(../../assets/img/Banners/3d-renering-elegant-lounge-lobby-area-library-with-working-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.privacy-policy-points h5{
   font-size: 24px;
   color: #000000;
   font-family: 'BerlingskeSerif-Md';
}
.privacy-policy-points{
    padding: 80px 0;
}
.privacy-policy-points p{
    font-size: 18px;
    color: #000000;
    font-family: 'Graphik';
    font-weight: 300;

}
/* Privacy Policy Css */

footer{
    background: #111111;
    padding: 58px 0 80px;
    position: relative;
}
.quick-links-menu{
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.quick-links-menu li a{ 
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    opacity: 0.7;
    display: inline-block;
    padding: 10px 0;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    transition: 0.4s;
    text-transform: capitalize;
}
.quick-links-menu li a:hover{
    color: #C19A5B;
}
.ft-heading{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Graphik';
} 
.social-icons{
margin:35px 0 0 0;
padding: 0;
list-style-type: none;
}
.social-icons li{
    display: inline-block;
}
.social-icons li a {
    padding: 0 9px;
    display: block;
    opacity: 0.7;
}
.social-icons li a img{
    width: auto;
    height: 20px !important;
}
.social-icons li a img:hover{
    filter: brightness(0) saturate(100%) invert(56%) sepia(65%) saturate(277%) hue-rotate(358deg) brightness(97%) contrast(97%);
}
.ctc-us-list{
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0 0;
} 
.ctc-us-list li a{
    text-decoration: none;
}
.ctc-us-list li a span{
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    padding: 10px 0px;
    display: inline-block;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    font-size: 14px;
    padding-left: 15px;
    transition: 0.4s;
}
.ctc-us-list li a span:hover{
    color: #C19A5B;
}
.ctc-us-list li a svg{
 text-decoration: none;
}
.copyright-text {
    background: #111111;
    padding: 22px 0;
    border-top: 1px solid rgb(242 242 242 / 10%);
}
.copyright-text span{
    color: rgb(255 255 255 / 50%);
    font-family: 'Graphik-Regular';
    font-weight: 400;
    font-size: 14px;
}
.footer-whatapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100000;
}
.footer-whatapp-icon .whatsapp-icon {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    /* font-size: 50px; */
    box-shadow: rgb(0 0 0 / 14%) 0px 20px 24px, rgb(0 0 0 / 7%) 0px -12px 30px, rgb(0 0 0 / 4%) 0px 4px 6px, rgb(0 0 0 / 12%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    display: block;
}
.footer-whatapp-icon .fa-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 42px;
}
.footer-whatapp-icon img {
    padding: 10px;
}
.footer-whatapp-icon:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bottom-bar-links{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}
.bottom-bar-links li a{
    color: #fff;
    text-decoration: none;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    opacity: 0.5;
    font-size: 14px;
    transition: 0.4s;
}
.bottom-bar-links li a:hover{
    color: #C19A5B;
}

.our-products .bg-image img,
.our-projects .bg-image img {
    object-fit: cover;
}
.name-mag {
    text-transform: capitalize; 
    }
   #filters-our-projects {
    flex-wrap: wrap;
}
#filters-our-projects li {
    margin: 0px 8px 20px;
}
.ctc-touch-inner h4 {
    font-size: 48px;
    font-family: 'BerlingskeSerif-Md';
    text-transform: capitalize;
    text-align: center;
}
.footer-whatapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100000;
}
.footer-whatapp-icon .whatsapp-icon {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    /* font-size: 50px; */
    box-shadow: rgb(0 0 0 / 14%) 0px 20px 24px, rgb(0 0 0 / 7%) 0px -12px 30px, rgb(0 0 0 / 4%) 0px 4px 6px, rgb(0 0 0 / 12%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    display: block;
}
.footer-whatapp-icon .fa-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 42px;
}
.footer-whatapp-icon img {
    padding: 10px;
}
.footer-whatapp-icon:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.category-slider .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: 0;
}
.category-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: 0;
}
.category-slider .owl-nav button.owl-next span, .category-slider .owl-nav button.owl-prev span {
    display: none;
}
.category-slider .owl-nav button.owl-next:before {
    content: "";
    background: url(https://interdecor-v2.scdwapps.com/html_pages/assets/img/right-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    visibility: visible;
    display: block;
}
.category-slider .owl-nav button.owl-prev:before {
    content: "";
    background: url(https://interdecor-v2.scdwapps.com/html_pages/assets/img/left-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    visibility: visible;
    display: block;
}
.category-slider .owl-nav button:hover{
    background: transparent;
}
.category-slider .owl-nav button:focus-visible {
    border: 0;
    outline: 0;
}



/* product new style */

.pro-listing-inn {
    display: flex;
    flex-wrap: unset;
    gap: 40px;
}

.product-listing-main {
    padding-top: 48px;
}
.pro-listing-inn .pro-list-filter {
    flex: 0 0 250px;
    max-width: 250px;
}
.pro-collect-list-inn li.nav-item button {
    font-size: 16px;
    color: #30303080;
    font-weight: 500;
    padding: 0;
    padding-bottom: 10px;
        font-family: 'Graphik';
    font-weight: 500;
}
.pro-collect-list-inn .nav-tabs .nav-link.active {
    color: #1D1D1D;
    border: 0;
    border-bottom: 1px solid;
}
.pro-collect-list-inn ul#myTab {
    gap: 32px;
    border: 0;
    border-bottom: 1px solid #0000001A;
    width: 100%;
}
.pro-collection-listing {
    flex: 0 0 76%;
    max-width: 76%;
}
.category-selected {
    margin-top: 32px;
}
.category-selected {
    background: #F2F2F2;
    padding: 16px;
}
.category-selected .cat-select-inn {
    display: flex;
    gap: 12px;
}
.category-selected .cat-select-inn .c-label {
    font-size: 16px;
    color: #303030;
}
.category-selected .cat-select-inn .c-item, .category-selected .cat-select-inn .c-item span.values
 {
    font-size: 16px;
    color: #303030b3;
}
.pro-filter-inn .filter-title h2 {
    font-size: 32px;
    color: #111111;
    border-bottom: 1px solid #0000001A;
    font-family: 'BerlingskeSerif-Md';
    font-weight: 500;
}
.f-feature input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 2px solid #303030;
    margin-right: 16px;
}
.filter-items div {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #0000001A;
    font-family: 'Graphik';
    font-weight: 500;
}
.filter-items div:last-child {
    border-bottom: 0px;
}
.filter-items div span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: flex;
    /* justify-content: space-between; */
    cursor: pointer;
    gap: 20px;
}
.collection-list {
    padding-top: 32px;
    /* padding-bottom: 48px; */
}
/* .collection-list .gallery-item{
    padding: 20px;
} */
.filter-items .f-feature span {
    display: inline-flex;
    align-items: center;
}
ul.f-sub-option {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    padding: 0;
    gap: 5px;
}
.color-element{
    display: none;
    padding: 0 !important;
}
ul.f-sub-option li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 2px;
    padding-top: 15px;
}
ul.f-sub-option li:last-child {
    border-bottom: 0px;
}

/* product new style ends */

/* megamenu */

.submenu-mg {
    position: absolute;
    background: #000000D9;
    padding: 48px 64px;
    width: 100%;
    left: 0px;
    display: none;
    transition: 0.7s ease-in all;
    z-index: 4;
}
.submenu-mg ul{
    gap: 100px;
    row-gap: 40px;
    display: grid;
    grid-template-columns: 18% 18% 18% 18%;
    padding-left: 50px;
}

.submenu-mg li {
    padding: 0;
    float: unset;
}
.submenu-mg li a {
    font-size: 15px;
    color: #fff !important;
    padding: 0;
}
.submenu-mg li a:hover, .submenu-mg li a:visited:hover {
    color: #C19A5B !important;
    text-decoration: underline;
}

@media (min-width: 991px) {

ul.nav-list li:hover .submenu-mg {
    display: block !important;
}

.our-offers-categroris .offer-categories .offer-box-cat{
    height: 422px;
    width: 100%;
}

}


.variations-title {
    padding-top: 20px !important;
}


ul.ctc-us-list a {
    display: flex;
    align-items: center;
}

.pro-info-left .pro-left-title li, .pro-info-right .pro-left-title li {
    padding-left: 10px;}
    
.pro-info-left .pro-left-text li, .pro-info-right .pro-left-text li {
    padding-left: 10px;
}


.our-offers .img-fluid {
    max-width: 100% !important;
    height: auto !important;
}

.footer .img-fluid img {
    height: auto !important;
}

.pord-show-inner .variations-wrap ul {
    height: auto !important;
}


.privacy-policy {
 
    height: 550px !important;
}


.pro-left-text {
       max-height: max-content;
}
 
.pro-left-title {
      max-height: max-content;
}


/* brands page */

div#our-brand-item-list {
    overflow: hidden;
}
a.brand-item {
    width: 33.33%;
    display: inline-block;
    float: left;
    padding: 10px;
    height: 350px;
}
.inside-brand-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.details-brand-item, .overlay-brand {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #111111cc, #11111100);
}
.details-brand-item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    padding: 12px;
}
.details-brand-item .text-brand-item {
    width: 100%;
}
.inside-brand-item img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-name {
    margin-top: 50px;
    margin-bottom: 15px;
}
.brand-name h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-family: 'Graphik';
    font-weight: 500;
    margin: 0;
}
.cat-brand span {
    background: rgb(17 17 17 / 50%);
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    font-family: 'Graphik';
    margin-bottom: 10px;
    border: 1px solid #A9977D;
    transition: 0.4s;
    text-transform: capitalize;
}
.cat-brand {
    text-align: center;
}
.our-b-list-inner {
    padding: 50px 25px;
}
.text-brand-item p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-family: 'Graphik-Regular';
    text-align: center;
}
.brand-logo {
    text-align: center;
}

/* brands details  */

.o-brand-details .brand-logo {
    margin-bottom: 40px;
}
.brand-logo {
    width: 313px;
    overflow: hidden;
    margin: 0 auto;
    height: 100px;
}
.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.o-brand-details h4 {
    font-size: 48px;
    margin-bottom: 8px;
}
.o-brand-details .inner-our-projects p {
    font-size: 18px;
    width: 543;
    margin: 0 auto;
}
.b-d-about-inn {
    display: flex;
    align-items: center;
    gap: 107px;
}
section.brand-detail-about {
    padding-top: 80px;
    padding-bottom: 60px;
}
section.brand-detail-about .b-d-about-img {
    width: 57%;
}
.b-d-about-txt {
    width: 38%;
}
.b-d-abt-txt-inn h2 {
    font-size: 48px;
    font-family: 'BerlingskeSerif-Md';
    font-weight: 500;
    margin-bottom: 50px;
}
.b-d-abt-txt-inn p {
    font-size: 18px;
    font-family: 'Graphik-Regular';
    color: #000000cc;
}
.b-d-abt-link {
    margin-top: 50px;
}
.b-d-abt-link a {
    background: #C19A5B;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 18px 23px 17px;
    border-radius: 50px;
    font-family: 'Graphik-Regular';
}
.b-d-abt-link a img {
    margin-left: 15px;
}
.pro-collect-list {
    overflow: hidden;
}
section.pro-collection {
    background: #FBFAF8;
    padding-top: 80px;
    padding-bottom: 80px;
}
.pro-collrct-title-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.p-col-title h2 {
    font-size: 40px;
    font-family: 'BerlingskeSerif-Md';
}
.p-col-link a {
    color: #C19A5B;
    font-size: 16px;
    font-family: 'Graphik-Regular';
    text-decoration: none;
}
.p-col-link a img {
    margin-left: 13px;
}

section.gallery-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.gallery-sec-title h2 {
    font-size: 48px;
    font-family: 'BerlingskeSerif-Md';
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}
.g-item-list-inn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gallery-img {
    flex: 0 0 32%;
    max-width: 32%;
    height: auto;
}
.gallery-img img {
    width: 100%;
}
.gallery-img:nth-child(5), .gallery-img:nth-child(6), .gallery-img:nth-child(8), .gallery-img:nth-child(9) {
    margin-top: -38px;
}
.gt-title h2 {
    font-size: 48px;
    font-family: 'BerlingskeSerif-Md';
    text-align: center;
    margin-bottom: 40px;
}
.get-in-touch-form-sec {
    display: flex;
    gap: 109px;
    align-items: center;
}
section.get-in-touch-sec {
    padding-bottom: 80px;
}
.get-in-touch-form {
    width: 45%;
}
.get-in-touch-img {
    width: 48%;
}
.gt-form input.form-control {
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Graphik-Regular';
    padding: 0;
    padding-bottom: 23px;
    color: #555;
}
.gt-form textarea.form-control {
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Graphik-Regular';
    padding: 0;
    padding-bottom: 23px;
    color: #555;
}
.gt-form .row{
    padding: 0;
}
.gt-form .col-12 {
    margin-top: 55px;
    padding: 0;
}
.gt-form .col-auto {
    padding: 0;
    width: 50%;
}
.gt-form button.get-in-touch-btn.mb-3 {
    background: #C19A5B;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 19px 26px 19px;
    border-radius: 50px;
    font-family: 'Graphik-Regular';
    border: 0;
}
.gt-form .col-auto.gt-btn {
    margin-top: 40px;
}
button.get-in-touch-btn img {
    margin-left: 15px;
}
.b-d-abt-img-inn img, .g-t-img-inn img {
    width: 100%;
}

nav ul li a {
    display: block;
    font-size: 18px;
    line-height: 55px;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-family: 'Graphik-Regular';
    font-weight: 400;
}
