*{
 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: 400;
    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: 99;
    top: 0;
    left: 0;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:#000000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-in-out;
    z-index: 9999;
}
.fixed .inner-header {
    padding: 10px 0;
}
@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 13px;
}
.header-social-icons ul li a{
    display: inline-block;
}
.header-social-icons ul li a img{
    width: auto;
    height: 20px;
}
.hover-effect::before {
    right: 0;
    opacity:0.7;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}


.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.hover-effect {
    position: relative;
    display: inline-block;
}
.header-social-icons ul li a img:hover{
    filter: brightness(0) saturate(100%) invert(56%) sepia(65%) saturate(277%) hue-rotate(358deg) brightness(97%) contrast(97%);
}
.fixed .header-social-icons ul li a img:hover{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(2deg) brightness(101%) contrast(102%);
}
.inner-header {
    padding: 30px 0;
}
.navigation {
    height: 55px;
    /* position: relative; */
    z-index: 9999;
    display: flex;
    justify-content: end;
}
.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 20px;
}
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;
}
nav ul li a:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 42%;
    top: -10px;
    opacity: 0;
    transition: opacity 0.4s ease-in, top 0.4s ease-in-out;
}
nav > ul > li > a:hover:before{
opacity: 1;
top: 0px;
}
.fixed nav ul li a:hover {
    color: #C19A5B;
  }
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 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;
}
.inter-dcor-logo{
   display: inline-block;
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 40px;
    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;
}
.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.7);
     left: calc(50% - 724px / 2);
     top: calc(50% - 333px / 2 + 41.5px);
}
.inner-floors-that-work h4 {
    font-size: 80px;
    color: #fff;
    font-family: 'BerlingskeSerif-Md';
    letter-spacing: 2px;
    position: relative;
}
.products-inner-content h4 , .projects-inner-content h4 , .visualizer h4 , .selector h4 , .inner-our-products h4  , .inner-privacy-policy h4 , .header-content-about-us h4 , .our-offers h4 , .inner-our-downloads h4{
    font-size: 64px;
    color: #fff;
    font-family: 'BerlingskeSerif-Md';
    letter-spacing: 2px;
    position: relative;
}
.inner-our-projects h4{
    font-size: 48px;
    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 , .header-content-our-products p{
    font-size: 20px;
    font-family: 'Graphik-Regular'; 
    font-weight: 400;
    position: relative;
    color: rgb(255 255 255 / 70%);
}

.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;
    transition: 0.4s;
    height: 40px;
}

.inner-floors-that-work a svg, .products-inner-content a svg,.projects-inner-content a svg, .visualizer a svg, .selector a svg{
    transition: all 0.4s ease-in-out;
}
.inner-floors-that-work a:hover svg, .products-inner-content a:hover svg,.projects-inner-content a:hover svg, .visualizer a:hover svg, .selector a:hover svg{
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
 }
.inner-floors-that-work a svg , .products-inner-content a svg , .projects-inner-content a svg{
    margin-left: 5px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.inner-floors-that-work a:hover svg , .products-inner-content a:hover svg , .projects-inner-content a:hover svg{
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
}
.inner-visualizer-selector{
    display: flex;
        align-items: center;
        justify-content: center;
}
.visualizer{
    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-repeat: no-repeat;
    background-size: 100% 100%;
    height: 800px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
/* Home Page Css */

/* Our Products Css */
.our-products{
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    position: relative;
}
.our-products-home{
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
}
.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}
.bg-image img{
    transition: transform 0.9s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-image:hover img {
    transform: scale(1.05);
}
.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;
}
.inner-slider-container .owl-prev {
    width: 35px;
    height: 35px;
    color: #fff !important;
    background: #c19a5b !important;
    align-items: center;
    display: flex;
    font-size: 35px !important;
    position: relative;
}
.inner-slider-container .owl-prev span{
    position: absolute;
    top: -13px;
    width: 100%;
    left: 0px;
}
.inner-slider-container .owl-next {
    width: 35px;
    height: 35px;
    color: #fff !important;
    background: #c19a5b !important;
    align-items: center;
    display: flex;
    font-size: 35px !important;
    position: relative;
}
.inner-slider-container .owl-next span{
    position: absolute;
    top: -13px;
    width: 100%;
    left: 0px;
}
.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.9;
    color: #C19A5B;
    margin-top: 20px;
    font-family: 'Graphik';
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.cat-wrap img{
    width: 140px !important;
    height: 140px;
    object-fit: cover;
    border-radius: 100%;
}
.wrap {
    margin: 0 auto;
    width: 100%;
  }
  .gallery-wrap,
  #gallery {
    overflow: hidden;
    display: flex;
        flex-wrap: wrap;
        padding: 5px 0;
  }
  .prod-cat-portfolio.product-listing {
    padding-top: 40px;
    padding-bottom: 40px;
}

  #filters {
    margin:0px 20px 48px 20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  
  #filters li {
    margin: 0px 32px;
  }
  
  #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;
  }
  
  .gallery-item {
    width: 33.33%;
    padding: 10px;
    position: relative;
    z-index: 10;

  }
  
  .inside {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
  }
  
  .details,
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* opacity: 0; */
  }
  
  .details {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .gallery-item:hover .details{
    background: #0000004d;
  }
  .gallery-item .details h2 {
    color: #fff;
    font-size: 28px;
    font-family: 'Graphik';
    text-align: center;
    margin: 0;
    text-transform: capitalize;
  }
   
  .gallery-item .details p {
    color: #fff;
    font-size: 1em;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
  }
  .inside img {
    float: left;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  
  .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;
  }
  .details .text {
    padding-bottom: 30px;
    width: 100%;
}
  /* .gallery-item:hover .details,
  .gallery-item:hover .overlay {
    opacity: 1;
  } */
  

/* Our Products Css */

/* Our Projects Css */
.our-projects {
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}
.our-projects-home {
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
#filters-our-projects{
    margin: 48px 20px 40px 20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#filters-our-projects li {
    margin: 0px 16px;
}
#filters-our-projects li a {
    display: block;
    padding: 8px 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 a.active {
    background: #C19A5B;
    color: #fff;
}
.gallery-item-our-projects {
    float: left;
    width: 33.333%;
    padding: 2px;
    position: relative;
    z-index: 10;
    display: none;
}
/* .prod-cat-portfolio {
    padding: 60px 0;
} */
a.gallery-item-our-projects-updated {
    width: 33.33%;
    display: inline-block;
    float: left;
    padding: 10px;
    height: 350px;
}
/* .gallery-item-our-projects-updated:nth-child(3n + 1),
.gallery-item-our-projects-updated:nth-child(3n + 4),
.gallery-item-our-projects-updated:nth-child(3n + 7),
.gallery-item-our-projects-updated:nth-child(3n + 10),
.gallery-item-our-projects-updated:nth-child(3n + 13),
.gallery-item-our-projects-updated: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;
}
.inside-our-projects img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: 32px;
    font-family: 'BerlingskeSerif-Md';
    text-align: center;
    margin: 0;
    text-transform: capitalize;
    max-height: 1px;
  }
  .details-our-projects , .overlay-projects {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000033;
}
.cat-projects {
    text-align: center;
    width: 100%;
}
.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;
 transition: 0.4s;
 text-transform: capitalize;
}
.cat-projects span:hover{
  background-color: #C19A5B;

}
/* Our Projects Css */

/* Products */
section.prod-show-case {
    padding: 80px 0;
}
.prod-header-color{
 background: #111111;
}
.prod-inner-discription {
    width: 50%;
    padding: 80px;
}
.prod-image-show {
    width: 100%;
    padding-top: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}
.prod-inner-discription a{
    text-decoration: none;
    color: #C19A5B;
    font-family: 'Graphik';
    font-size: 14px;
    font-weight: 300;
}
.cat-stock {
    display: flex;
    justify-content: space-between;
    padding-top: 64px;
}
.cat-carpet {
    color: #333333;
    font-family: 'Graphik';
    width: 50%;
    font-weight: 300;
}
.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;
    gap: 24px;
    padding-top: 24px;
}
.variations-wrap ul li a img{
    border-radius: 100%;
}
.variations-wrap ul li a span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding-top: 15px;
}
.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;
}
.prod-image-show a:nth-child(2){
    font-family: 'Graphik';
    font-size: 16px;
    font-weight: 500;

}
.prod-image-show a:nth-child(2) span{
    margin-left: 12px;
}
/* Products */

/* product listing */


/* product listing ends */

/* 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: 550px;
}
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-Regular';
    font-weight: 400;
}
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%;
}
.inner-global-expertise .right-content img{
   width: 100%;
}
.inner-global-expertise .hover-effect{
    width: 100%;
}
.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;
    width: 50%;
}
.inner-material-postcard{
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 24px 32px;
    display: flex;
    gap: 40px;
    width: 50%;
}
.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: 32px;
}
.box-title-discription p{
    font-family: 'Graphik';
    font-size: 18px;
    font-weight: 300;
}
.box-featured-image a{
    color: #C19A5B;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Graphik';
    font-weight: 500;
    text-transform: capitalize;
}
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-Regular';
    font-weight: 400;
}
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-Regular';
    font-weight: 400;
}
input[type="email"]::placeholder{
    color: #555555; 
}
.form-Message textarea{
    background: transparent;
    width: 100%;
    border: none;
    height: 128px;
    margin-top: 55px;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    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-Regular';
    font-weight: 400;
    padding: 15px 28px;
    border-radius: 100px;
}
.follow-us-wrap{
    padding: 65px 0 10px 0;
}
.feeds-cols {
    justify-content: center;
    display: flex;
    gap: 16px;
    padding-top: 48px;
}
.inner-follow-us {
    text-align: center;
}
.inner-follow-us a{
 text-decoration: none;
 font-family: 'Graphik-Regular';
 font-weight: 400;
}
.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-Regular';
    font-weight: 400;
}
.company-mag-image img{

}
/* About Us Css */

/* Offers Css */
.our-offers{
    background: url(../../assets/img/Banners/offers-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:550px;
}
.offer-categories{
    display: grid;
    grid-template-columns: 32.2% 32.2% 32.2%;
    padding: 80px 20px;
    gap: 20px;
}
.offer-box-cat {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer-box-cat-content{
    text-align: center;
    position: absolute;
    width: 100%;
}
.offer-box-cat-content button{
    background: #C19A5B;
    border: none;
    color: #fff;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    padding: 10px 24px;
    border-radius: 100px;
    position: relative;
    margin-bottom: 25px;
    font-size: 16px;
    transition: 0.4s;
}
.offer-box-cat-content button span{
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 18px;
}
.offer-box-cat-content button:hover{
    background-color: #fff;
    color: #C19A5B;
}
.offer-box-cat-content .newcollection{
  background-color: #D69035;
}
.offer-cat-name{
    font-family: 'Graphik';
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    display: block;
    margin-bottom: 37px;
    z-index: 999;
    position: relative;
}
.cat-overelay-bg{
    position: absolute;
    width: 100%;
    height: 100%;
}
.pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 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: 550px;
}
.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;
}
.inner-profiles-pdfs .col-md-6 {
    padding: 10px 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;
    height: 88px;
    display: flex;
    align-items: anchor-center;
    text-transform: capitalize;
}
.pdfs-wrap-inner a img{
    width: 44px;
    height: auto;
}
.name-mag{
    font-size: 18px;
    color: #000;
    padding: 10px;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    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:550px;
}
.media-category{
    padding: 60px 0;
}
.inner-media-btns ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.inner-media-btns ul li{
    display: inline-block;
    margin-right: 32px;
}
.inner-media-btns ul li a{
    text-decoration: none;
    color: #c19a5b;
    border: 1px solid #C19A5B;
    display: inline-block;
    padding: 8px 36px;
    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;
}
.form-check.form-check-inline a {
    text-decoration: none;
    color: #c19a5b;
    font-size: 14px;
    font-family: 'Graphik';
    font-weight: 500;
    display: inline-block;
    margin: 10px 0;
}
.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;
}
.post-overelay-featured {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.45%, rgba(0, 0, 0, 0.7) 104.2%);
    z-index: 1;
}
.recent-post-content {
    position: absolute;
    bottom: 30px;
    padding: 0 24px;
    z-index: 9;
}
.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: 600;
    text-decoration: none;
}
.recent-post-content a svg {
    margin-left: 5px;
    width: 6px;
    height: 12px;
}
.past-featured {
    width: 45%;
}
.recent-post-pasts .past-featured img{
  width: 100%;
  height: 208px;
  object-fit: cover;
}
.recent-post-pasts .past-featured .hover-effect{
  width: 100%;
}
.past-content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.past-content span{
    color: #737057;
    font-family: 'Graphik-Regular';
    font-weight: 400;
}
.past-content h4{
    font-size: 22px;
    font-family: 'Graphik';
    margin: 10px 0 10px 0;
    color: #000000;
}
.past-content a{
    color: #C19A5B;
    text-decoration: none;
    font-family: 'Graphik';
    font-weight: 500;

}
.past-content a:nth-child(2){
  margin: 12px 0 0 0;
}
.blogs-listing-main{
    padding: 80px 0 0px 0;
}
.blogs-pagination .pagination {
    padding-top: 0;
}
.no-blog-found{
    text-align: center;
}
.no-blog-found p{
    display: inline-block;
    background: #c19a5b;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Graphik-Regular';
    font-weight: 400;
}
.blog_listing_content span{
    color: rgb(115 112 87 / 70%);
    margin-top: 12px;
    font-size: 14px;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    display: inline-block;
}
.blog_listing_content h4{
    font-size: 22px;
    font-family: 'Graphik';
    margin-top: 12px;
    color: #000000;
}
.blog_listing_content a {
    color: #C19A5B;
    text-decoration: none;
    font-family: 'Graphik';
    font-weight: 500;
    margin-top: 20px;
    display: 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;
}
.inner-main-vedio-listing .col-md-6 iframe{
 margin-top: 30px;
}
.inner-blogs-listing .col-md-4 {
    margin-bottom: 80px;
}
.inner-blogs-listing .col-md-4 .hover-effect{
    width: 100%;
}
.inner-blogs-listing .col-md-4 img {
    height: 272px;
    width: 100%;
    object-fit: cover;
}
.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;
}
.inner-detail-blog .hover-effect{
   width: 100%;
}
.inner-detail-blog img{
  width: 100%;
}
.back-to-listing{
padding-top: 65px;
}
.back-to-listing a{
    color: #C19A5B;
    text-decoration: none;
    font-family: 'Graphik';
    font-size: 16px;
    font-weight: 500;
}
.back-to-listing a svg{
    margin-right: 10px;
}
.blog-detail-header{
 background-color: #000000;
 position: relative;
}
.blog-date {
    display: flex;
    align-items: center;
        justify-content: space-between;
        padding-top: 30px;
}
.blog-date span{
    font-size: 19px;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    color: rgb(0 0 0 / 60%);
}
.blog-date ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.blog-text {
    padding-top: 30px;
}
.blog-text p{
    font-family: 'Graphik-Regular';
    font-weight: 400;
    font-size: 18px;
    color: rgb(0 0 0 / 80%);
}
.blog-text ul li{
    font-family: 'Graphik-Regular';
    font-weight: 400;
    font-size: 18px;
    color: rgb(0 0 0 / 80%);
    list-style-type: none;
}
.blog-text strong{
    /* font-size: 22px; */
    font-family: 'BerlingskeSerif-Md';
    color: #000000;
    /* font-weight: 100; */
}
.blog-text p strong:first-child{
    text-transform: capitalize;
    /* font-size: 32px; */
}
.blog-bullets-text h3{
    font-family: 'BerlingskeSerif-Md';
}
.blog-bullets-text ul{
    list-style-type: none;
    padding: 0;
}
.blog-bullets-text p{
    font-size: 18px;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: baseline;
    padding-right: 30px;
}
.blog-bullets-text img{
    position: relative;
    right: 10px;
}
.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: 25%;
    display: flex;
    gap: 32px;
}
.blog-lapped-featured img {
    width: 100%;
}
/* .blog-info {
    padding-bottom: 80px;
} */
.related-blogs{
    background-color: #FBFAF8;
    padding: 25px 0;
}
.view-related-blogs{
 color: #C19A5B;
 text-decoration: none;
 font-size: 18px;
 font-family: 'Graphik-Regular';
 font-weight: 400;
}
.view-related-blogs svg{
    margin-left: 15px;
}
.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 .hover-effect{
    width: 100%;
}
.related-blogs-content span {
    color: #737057;
    margin-top: 12px;
    font-size: 14px;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    opacity: 0.7;
    display: inline-block;
}
.related-blogs-content h5 {
    font-size: 22px;
    font-family: 'Graphik';
    margin-top: 12px;
    color: #000;
}
.related-blogs-content a {
    color: #C19A5B;
    text-decoration: none;
    font-family: 'Graphik';
    font-weight: 500;
    margin-top: 20px;
}
.related-blogs-content img{
   width: 100%;
   height: 270px;
   object-fit: cover;
}
/* Media Detail */

/* Contact Us */
.our-contact{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height:550px;
}
.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-Regular';
    font-weight: 400;
}
.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-Regular';
    font-weight: 400;
    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-Regular';
    font-weight: 400;
    font-size: 18px;
    Color:#555555;
    width: 100%;
}
.ct-form-container textarea:focus-visible{
    outline: none;
}
.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-Regular';
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: 0.4s;
}
.form-group-submit button:hover{
   background: #ffffff;
   color: #C19A5B;
   outline: 1px solid #C19A5B;
}
.form-group-submit button:hover svg{
    filter: brightness(0) saturate(100%) invert(64%) sepia(42%) saturate(445%) hue-rotate(358deg) brightness(92%) contrast(87%);
}
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-Regular';
    font-weight: 400;
    padding: 10px 0;
 display: flex;
}


.location-dubai-office ul li a svg {
    margin-right: 16px;
    width: 20px;
    height: 20px;
    min-width: 20px;
}
.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-Regular';
    font-weight: 400;
    padding: 10px 0;
    display: inline-block;
}
.uaq-warehouse ul li a svg{
    position: absolute;
    left: -30px;
    top: 15px;
    width: 20px;
    height: 20px;
    min-width: 20px;
}
/* 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: auto;
    min-height: 400px;
}
.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: rgb(0 0 0 / 70%);
    font-family: 'Graphik-Regular';
    font-weight: 400;

}
.privacy-policy-points ul li{
    font-size: 18px;
    color: rgb(0 0 0 / 70%);
    font-family: 'Graphik-Regular';
    font-weight: 400;
}
/* 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;
}
.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;
}
.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);
}

/* 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;

}

}

/* media queries */

@media (max-width: 850.98px) {
header .nav-list {
    position: fixed;
    left: 0px;
    width: 100%;
    top: 120px;
    height: 250px;
    overflow: auto;
}
.fixed .nav-list{
    top: 99px;
}
header .nav-list li {
    padding: 0px;
}
header .nav-list li a:before
{
    display: none;
}
    #filters-our-projects li {
        margin-bottom: 20px !important;
    }

    #filters-our-projects li a {
         padding: 10px 10px !important; 
    }
    .ctc-touch-inner h4 {
    font-size: 32px; 
}
.cat-projects span{
    font-size: 12px;
}
.gallery-item .details h2{
    font-size: 20px;
}
}
@media(max-width: 767px)
{
    .bottom-bar-links {
     text-align: left;
}
 .our-products, .our-projects {
    margin: 0px 0px;
}
.inner-visualizer-selector .selector, .inner-visualizer-selector .visualizer 
{
    overflow: hidden;
    position: relative;
}
/* .inside{
    height: auto;
} */

.submenu-mg{
    position: relative;
    padding: 18px;
    background: #262626;
    height: 200px;
    overflow: scroll;
}
.submenu-mg ul {
    display: block;
    padding-left: 0px;
}
.submenu-mg ul li {
    margin-bottom: 9px;
}

.submenu-toggle{cursor:pointer;margin-right:8px;font-weight:bold;}
.submenu-toggle::after{
    content:'▼';
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 18px;
    right: 25px;
    z-index: 1;
}
.submenu-toggle.open::after{content:'▲';}

nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: unset;
}




}
@media(max-width: 375px){
    .fixed .nav-list{
        top: 99px;
    }
    .our-products-home {
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        position: relative;
        /* margin: 0px 0px 8px; */
    }
    .inner-our-offers, .inner-our-downloads {
        display: flex
    ;
        justify-content: center;
        text-align: center;
        height: 100%;
        align-items: center;
        margin-top: 8px;
    }
    .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;
        /* margin-top: 8px; */
    }
    
   
    .inner-visualizer-selector .selector, .inner-visualizer-selector .visualizer {
        /* margin: 0px 0px 8px; */
        overflow: hidden;
        position: relative;
    }
    .inner-visualizer-selector .selector, .inner-visualizer-selector .visualizer {
        overflow: hidden;
        position: relative;
        /* margin-top: 8px !important; */
        /* padding-bottom:  8px; */
    }

}

.inter-dcor-logo {
    display: inline-block;
    width: 170px !important;
}

.inter-dcor-logo img{
    object-fit: contain !important;
}

@media (min-width: 767px) and (max-width: 1367px) {
.selector {
    height: 700px;
  }
.visualizer {
    height: 700px;
}
.our-projects-home {
    height: 700px;
   }

.our-products-home {
    height: 700px;
}
.floors-that-work{
    height: 700px;
}
}

.submenu-toggle{cursor:pointer;margin-right:8px;font-weight:bold;}
.submenu-toggle::after{
    content:'▼';
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 18px;
    right: 25px;
    z-index: 1;
}
.submenu-toggle.open::after{content:'▲';}


@media(max-width: 991px)
{
    .submenu-mg{
    position: relative;
    padding: 18px;
    background: #262626;
    height: 200px;
    overflow: scroll;
}
.submenu-mg ul {
    display: block;
    padding-left: 0px;
}
.submenu-mg ul li {
    margin-bottom: 9px;
}
}

.pro-info-left .pro-left-title li, .pro-info-right .pro-left-title li {
    padding-left: 10px;

}
.lightbox .arrowl{
    display: none !important;
}
.footer img.img-fluid {
    height: auto !important;
}   
.privacy-policy {
 
    height: 550px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.pro-left-text {
       max-height: max-content;
}
 
.pro-left-title {
      max-height: max-content;
}

/* nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}
@media (max-width: 767px) {
    nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
        padding-left: 4px;
    }
} */

@media (max-width: 850.98px) {
    header .nav-list {
        overflow: visible !important;
    }
}