body{
  background-color: #1e1e1e !important;
  font-family: "Rubik", sans-serif!important;
  font-size: 1.05rem!important;
  color: #909090 !important;
}

.logo {
  width: 100px;
}

.width-100 {
  width: 100%;
}

a{
  text-decoration:none!important;
  color: #909090 !important;
}

.height-100-vh {
  height: 93vh;
}

.inner-slider {
  height: 350px;
}

.height-100-percent{
  height: 100%;
}

.gallery-image {
    height: 190px;
    overflow: hidden;
}

img {
    width: 100%;
}

.nav .active {
  color: #00ffd7 !important;
}

.button {
  border: 1px solid #00ffd7 !important;
  padding: 13px 23px;
  transition:.5s;
  background: none;
  color: #909090 !important;
}

.button:hover {
  background: #00ffd7 !important;
  transition:.5s;
  color:#1e1e1e!important;
}


.header {
    padding: 20px 0px;
    transition: .5s;
}

.header.background-brown {
    background: #000000c2 !important;
    transition: .5s;
}
















@media only screen and (min-width: 600px) {
/* For tablets: */
.mobile{
  display:none;
}
}

@media only screen and (max-width: 600px) {
/* For tablets: */
.desktop{
  display:none;
}
}

button.no-design {
background: none;
color: #ffffff;
border: none;
font-size: 40px;
}

li.mobile-nav a {
  width: 100%;
  font-size: 2rem;
  display: block;
  text-align: center;
  line-height:5rem;
}

div#exampleModal {
  background: #000000c9!important;
}

.no-design {
  background: none!important;
  border:none!important;
}

.tab {
  border-bottom: 1px solid;
}

.tab .active {
  color: #00ffd7!important;
  border-bottom: 4px solid #00ffd7!important;
  position: relative;
  top: 2px;
  margin-bottom: 0px;
  line-height: 22px;
}

.tab a{
  min-width: 145px;
  text-align:center;
}

.tab a:hover{
  color: #00ffd7!important;
  border-bottom: 4px solid #00ffd7!important;
  position: relative;
  top: 2px;
  margin-bottom: 0px;
  line-height: 22px;
}

a:hover {
    color: #00ffd7!important;
    transition:.3s;
}


a {transition:.5s;
}

.effect-3 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
  &:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: $hover;
    transform:  translateX(-100%);
  }
  &:hover:before {
    transform:  translateX(0);
  }
}

.modal-content {
  border-radius: 0px!important;
  background: #282828!important;
}

.modal-header {
  border-bottom: 2px solid #181818 !important;
  box-shadow: 0px 1px 0px #363636;
}

.green {
  color: #00ffd7 !important;
}

.image-1 {
  width: 300px;
  height: 200px;
  background:#f2f2f2;
}

.image-2 {
  width: 300px;
  height: 200px;
  background:#391c1c;
}

.image-3 {
  width: 300px;
  height: 200px;
  background:#345740;
}

.tab {
    position: sticky;
    top: 97px;
    background: #1e1e1ebd;
    padding-top: 20px;
    backdrop-filter: saturate(180%) blur(20px);
}

.icon {
  width: 20px;
  filter: invert(110%) sepia(158%) saturate(1265%) hue-rotate(56deg) brightness(160%) contrast(75%);
}

body{
  background-color: #1e1e1e !important;
  font-family: "Rubik", sans-serif!important;
  font-size: 1.05rem!important;
  color: #f3f3f3 !important;
}

.logo {
  width: 165px;
  transition: .5s;
}

.width-100 {
  width: 100%;
}

a{
  text-decoration:none!important;
  color: #f3f3f3 !important;
}

.height-100-vh {
  height: 93vh;
}

.inner-slider {
  height: 100vh;
}

.height-100-percent{
  height: 100%;
}

.gallery-image {
    height: 320px;
    overflow: hidden;
}

img {
    width: 100%;
}

.nav .active {
  color: #00ffd7 !important;
}

.button {
  border: 1px solid #00ffd7 !important;
  padding: 13px 23px;
  transition:.5s;
  background: none;
  color: #f3f3f3 !important;
  display: inline-block;
}

.button:hover {
  background: #00ffd7 !important;
  transition:.5s;
  color:#1e1e1e!important;
}


.header {
    padding: 20px 0px;
    transition: .5s;
    /* background: #00000070; */
    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 20%, rgb(0 0 0 / 65%) 74%);
}

.header.background-brown {
    background: #0000009e !important;
    transition: .5s;
    backdrop-filter: saturate(180%) blur(20px);
}



.background-brown .scroll-top {
  padding-top: 0px;
}















@media only screen and (min-width: 600px) {
/* For tablets: */
.mobile{
  display:none;
}
}

@media only screen and (max-width: 600px) {
/* For tablets: */
.desktop{
  display:none;
}
}

button.no-design {
background: none;
color: #ffffff;
border: none;
font-size: 40px;
}

li.mobile-nav a {
  width: 100%;
  font-size: 2rem;
  display: block;
  text-align: center;
  line-height:5rem;
}

div#exampleModal {
  background: #000000c9!important;
}

.no-design {
  background: none!important;
  border:none!important;
}

.tab {
  border-bottom: 1px solid;
}

.tab .active {
  color: #00ffd7!important;
  border-bottom: 4px solid #00ffd7!important;
  position: relative;
  top: 2px;
  margin-bottom: 0px;
  line-height: 22px;
}

.tab a{
  min-width: 145px;
  text-align:center;
}

.tab a:hover{
  color: #00ffd7!important;
  border-bottom: 4px solid #00ffd7!important;
  position: relative;
  top: 2px;
  margin-bottom: 0px;
  line-height: 22px;
}

a:hover {
    color: #00ffd7!important;
    transition:.3s;
}

.active {
    color: #00ffd7!important;
    transition:.3s;
}

a {transition:.5s;
}

.effect-3 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
  &:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: $hover;
    transform:  translateX(-100%);
  }
  &:hover:before {
    transform:  translateX(0);
  }
}

.modal-content {
  border-radius: 0px!important;
  background: #282828!important;
}

.modal-header {
  border-bottom: 2px solid #18181800 !important;
  box-shadow: 0px 1px 0px #36363600;
}

.green {
  color: #00ffd7 !important;
}

.image-1 {
  width: 300px;
  height: 200px;
  background:#f2f2f2;
}

.image-2 {
  width: 300px;
  height: 200px;
  background:#391c1c;
}

.image-3 {
  width: 300px;
  height: 200px;
  background:#345740;
}

.tab {
    position: sticky;
    top: 155px;
    background: #1e1e1ebd;
    padding-top: 20px;
    backdrop-filter: saturate(180%) blur(20px);
}

.icon {
  width: 20px;
  filter: invert(110%) sepia(158%) saturate(1265%) hue-rotate(56deg) brightness(160%) contrast(75%);
}

.breacrumb li {
  list-style: none;
  font-size: 20px;
}

.breacrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-link:after {
  content: "\F285";
  padding: 0px 15px;
  font-family: "bootstrap-icons";
  font-size: 10px;
}

.breadcrumb-link:before {
    content: "\F424";
    padding: 0px 11px;
    font-family: "bootstrap-icons";
    font-size: 16px;
    color: #00ffd7!important;
}

.capitalise {
  text-transform: capitalize;
}

.background-inner-home {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    /* background: #000; */
    /* background: rgb(0,0,0); */
    background: linear-gradient(180deg, rgb(0 0 0) 55%, rgb(0 0 0 / 0%) 100%);
}

.background-inner-home img {
  /* top: -50%; */
  position: relative;
  opacity: 0.4;
}

.background-inner {
    position: absolute;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    z-index: -1;
    background: #000;
    /* background: rgb(0,0,0); */
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 55%, rgb(0 0 0 / 0%) 100%); */
}

.background-inner img {
    /* top: -50%; */
    position: relative;
    opacity: .4;
}

.header.background-brown .logo {
    width: 100px!important;
    transition: .5s;
}

h1.big-header {
    font-size: 4rem;
    font-weight: 100!important;
}

.white {
    background: #00000045;
}

.inner-slider-70-vh {
  height: 70vh;
  overflow: hidden;
}

.black-background {
  background: #000000;
}

h1.big-header-secondary {
    font-size: 3.5rem;
    font-weight: 100;
}

.product{
  height: 450px;
}

.product.wardrobe {
    background-image: url(../../images/products/wardrobe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.product.glasswork {
    background-image: url(../../images/products/glasswork.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.product.kitchen {
    background-image: url(../../images/products/kitchen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.product.space-planning {
    background-image: url(../../images/products/space-planning.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.product.storage-system {
  background-image: url(../../images/products/storage-system.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

h1.product-content {
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align:center;
    padding: 35px;
}

.product-content h3 {
    /* background: #00ffd7 !important; */
    display: inline-block;
    padding: 20px 0px;
    color: #00ffd7 !important;
    width: 100%;
}

.top-30 {
  top: -30px;
}

.bottom-30 {
  bottom: -30px;
}

.overflow-black {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000bd;
    /* background: rgb(0,0,0); */
    background: linear-gradient(0deg, rgb(0 0 0 / 79%) 31%, rgb(0 0 0 / 0%) 64%);
}

.quote-background {
  height: 250px;
  background-image:url(../../images/galleries/ximula/commercial/4.jpg);
  background-size:cover;
  background-repeat: no-repeat;
}

.height-100 {
  height: 100%;
}

.overflow-black-1 {
  background: #000000ba;
  height: 100%;
  width: 100%;
}

.contact-icon {
  width: 70px;
  height: 70px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

button, input, select, textarea {
  padding: 12px 20px !important;
  /* width: 100% !important; */
  background: #313131;
  border: none;
  color: #d7d7d7 !important;
}

.background-solution-height {
  height: 500px;
}

.background-main-wardrobe {
  background-image: url('../../images/banner/home/alumix.jpg');
  background-size: cover;
  height: inherit;
}

.background-main-wardrobe-alumix {
  background-image: url('../../images/banner/home/ximula.jpg');
  background-size: cover;
  height: inherit;
}

.background-main-swing-door {
  background-image: url('../../images/banner/home/swing-door.jpg');
  background-size: cover;
  height: inherit;
}


.background-main-sliding-door {
  background-image: url('../../images/banner/home/sliding-door.jpg');
  background-size: cover;
  height: inherit;
}


.background-main-room-divider{
  background-image: url('../../images/banner/home/room-divider.jpg');
  background-size: cover;
  height: inherit;
}

.background-main-shower-screen{
  background-image: url('../../images/banner/home/shower-screen.jpg');
  background-size: cover;
  height: inherit;
}


.background-main-kitchen{
  background-image: url('../../images/banner/kitchen.jpg');
  background-size: cover;
  height: inherit;
}

.background-main-storage{
  background-image: url('../../images/banner/home/storage.jpg');
  background-size: cover;
  height: inherit;
}


.background-main-space-planning{
  background-image: url('../../images/banner/home/space-planning.jpg');
  background-size: cover;
  height: inherit;
}

button.btn-close {
  background-image: url(../../images/icons/close.svg)!important;;
}

.modal-header {
  padding-bottom: 0px!important;
}

li.mobile-nav {
  list-style: none;
}

#myDIV {
  display:none;
  /* position: absolute; */
  /* z-index: 9999; */
  /* height: 100vh; */
  /* width: 100%; */
  background: #1c1c1c;
  padding: 20px;
  margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100 !important;
}

button.dropdown-toggle {
  background: none!important;
  color: #f3f3f3 !important;
  padding: 0px!important;
}

ul.dropdown-menu.show {
  background: #000000db;
  border-radius: 0px;
  backdrop-filter: saturate(180%) blur(6px);
}

.dropdown-toggle::after {
  margin: 10px 13px !important;!i;!;
}

a.dropdown-item:hover {
    background: #000!important;
}

.dropdown-item {
    padding: 10px 20px!important;
}

.icon-small {
  width: 75px;
}


.background-main-wardrobe-alumix-in1 {
  background-image: url('../../images/banner/alumix-wardrobe.jpg');
  background-size: cover;
  height: inherit;
}

.background-main-wardrobe-alumix-in2 {
  background-image: url('../../images/banner/alumix-wardrobe2.jpg');
  background-size: cover;
  height: inherit;
}

.background-main-wardrobe-alumix-in3 {
  background-image: url('../../images/banner/alumix-wardrobe3.jpg');
  background-size: cover;
  height: inherit;
}

.background-main-wardrobe-alumix-in4{
  background-image: url('../../images/banner/alumix-wardrobe4.jpg');
  background-size: cover;
  height: inherit;
}

.dropdown-item.active {
  background: #000000 !important;
}