
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rotis';
  src: url('../font/RotisSerif.woff2') format('woff2'),
       url('../font/RotisSerif.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LeagueSpartanCustom';
  src: url('../font/LeagueSpartan.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* vietnamese */
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ_LZmXD4ZhoJo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ-LZmXD4ZhoJo.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZwLZmXD4Zh.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ_LZmXD4ZhoJo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ-LZmXD4ZhoJo.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZwLZmXD4Zh.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}





/* Fonts */
:root {
    --default-font: "Gotham",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Rotis", "Tangerine", "Raleway", sans-serif;
    --nav-font: "Gotham", "Tangerine", "Poppins",  sans-serif;
  }
  
  /* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
  :root { 
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #272829; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #45505b; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #ffffff; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #888888; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #363636; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  }
  
  /* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
  :root {
    --nav-color: #45505b;  /* The default color of the main navmenu links */
    --nav-hover-color: #494949; /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #0e1013; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
  }
  
  /* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */
  
  .light-background {
    --background-color: #f9f9f9;
    --surface-color: #ffffff;
  }
  
  .dark-background {
    --background-color: #060606;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525;
    --contrast-color: #ffffff;
  }
  
  /* Smooth scroll */
  /*:root {*/
  /*  scroll-behavior: smooth;*/
  /*}*/
  
  /*--------------------------------------------------------------
  # General Styling & Shared Classes
  --------------------------------------------------------------*/
  body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
    margin: 0;
    width: 100vw;
    min-height: 100vh;
  }
  
  a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
  }
  
  a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--heading-color);
    /* font-family: var(--heading-font); */
    font-family: Rotis;
  }
  
 html, body {
     max-width: 100vw;
     overflow-x: hidden;
 }
 html {
  height: 100%;   
 }
  
.section {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.section h2 {
  font-size: 36px;
  font-weight: bold;
  
}
.product p {
  font-size: 24px;
}
.section .find-more {
  margin-top: 20px;
  background-color: rgba(51, 51, 51, 0.678);
  padding: 10px 25px;
  font-size: 18px;
  border-radius: 20px;
  border: 0;
  /* width: fit-content; */
  box-shadow: 0px 0px 20px 0px;
  text-align: center;
  width: 100%;
}
.section .request-btn {
  margin-top: 20px;
  background-color: rgba(51, 51, 51, 0.678);
  padding: 10px 25px;
  font-size: 18px;
  border-radius: 20px;
  border: 0;
  /* width: fit-content; */
  box-shadow: 0px 0px 20px 0px;
  text-align: center;
  width: 100%;
}
.hero {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  /* background-image: url(/assets/img/smokebg/default.png);
  background-size: auto 100%;
  background-repeat: no-repeat;  
  background-position: right; */
}
.no-select {
    user-select: none; /* Disable text selection */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For Internet Explorer/Edge */
}

.hero h1 {
    font-size: 64px;
    font-family: League Spartan;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    height: 120px;
    align-items: center;
}  

.city-icon {
    background-size: contain;
    background-image: url(/assets/img/smoke-c.webp);
    color: #ffffff00;
    background-repeat: no-repeat;
    height: 120px;
    width: 80px;
    background-position: right;
}

.hero video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover; /* Ensures the video fills the entire container */
  z-index: -1; /* Keeps the video behind the content */

}


.hero .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero .logo{
    width: 150px;
    position: absolute;
    height: auto;
    top: 5%;
    left: 5%;
}

.hero p {
  font-size: 24px;
}
.gallery {
  overflow: none!important;
}

.gallery {
    display: grid;
    --g: 20px;
    width: 60%;
}

.gallery img {
    transition: .5s ease, z-index 0s .3s ease;
    grid-area: 1/1;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    cursor: pointer;
    z-index: 0;
    border: 3px solid;
    transform: translate(var(--_x,0),var(--_y,0));
    
}
.gallery img:hover {
    --_i: 1;
    z-index: 1;
    transition: transform .5s ease, clip-path .3s .4s ease, z-index 0s ease;
}
.gallery:hover img {
    transform: translate(0,0);
}
.gallery img:nth-child(1) {
    clip-path: polygon(0% 0%, 33.33% 0%, 33.33% 100%, 0% 100%);
    --_x: calc(-1*var(--g));
    --_y: calc(-1*var(--g));
}       

.gallery img:nth-child(2) {
    clip-path: polygon(33.33% 0%, 66.66% 0%, 66.66% 100%, 33.33% 100%);
}

.gallery img:nth-child(3) {
    clip-path: polygon(66.66% 0%, 100% 0%, 100% 100%, 66.66% 100%);
    --_x: var(--g);
    --_y: var(--g);
}
.gallery img:nth-child(1):hover,
.gallery img:nth-child(2):hover,
.gallery img:nth-child(3):hover {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.gallery img.show {
    transform: translate(0,0);
}
.gallery img.active {
    --_i: 1;
    z-index: 1;
    transition: transform .5s ease, clip-path .3s .4s ease, z-index 0s ease;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

    

.section.active .demo {
  position: relative;
  width: 80%;
  min-height: 80vh;
  padding-top: 50%;
  margin: 2rem auto;
}

.section.active .demo > .block {
  position: absolute;
  height: 100%;
  width: 45%;
  perspective: 1000px;
  transition: transform 1.1s ease-out;
  transform-style: preserve-3d;

  /* Block-specific styles */
  &:nth-of-type(1) {
    height: 70%;
    top: 10%;
    left: 0%;
    width: 30%;
    transition: top 1s 0.5s ease;
  }

  &:nth-of-type(2) {
    top: 0;
    left: 30%;
    height: 90%;
    transition: top 1s ease;
  }

  &:nth-of-type(3) {
    height: 70%;
    top: 10%;
    left: 70%;
    width: 30%;
    transition: top 1s 0.5s ease;
  }
}

.section.active .demo > .block > .side {
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto 100%;
  box-shadow: -1vw 0.5vw 1vw rgba(255, 239, 239, 0);

  /* Side-specific styles */
  &.-main {
    height: 100%;
    width: 100%;
    transform: rotateY(30deg);
    transform-origin: 0 50%;
  }

  &.-left {
    height: 100%;
    width: 20%;
    transform-origin: 0 50%;
    transform: rotateY(-60deg) translateX(-100%);
    filter: brightness(40%);
  }
}

/* Customize individual blocks */
.section.active .demo > .block:nth-of-type(1) > .side {
  &.-main {
    background-position: 4% 50%;
    background-size: auto 130%;
  }

  &.-left {
    background-position: 0 50%;
    background-size: auto 130%;
  }
}

.section.active .demo > .block:nth-of-type(2) > .side {
  &.-main {
    background-position: 50% 0;
  }

  &.-left {
    background-position: 28.5% 0;
  }
}

.section.active .demo > .block:nth-of-type(3) > .side {
  &.-main {
    background-position: 96% 50%;
    background-size: auto 130%;
  }

  &.-left {
    background-position: 78% 50%;
    background-size: auto 130%;
  }
}

/* Product-specific background images */
#product-1 .demo .block > .side.-left,
#product-1 .demo .block > .side.-main {
  background-image: url(/assets/img/products/gallery/lobby-1.png);
}

#product-1 .demo .block:nth-of-type(1) > .side.-left,
#product-1 .demo .block:nth-of-type(1) > .side.-main {
  background-image: url(/assets/img/products/gallery/hallway-1.png);
}
#product-1 .demo .block:nth-of-type(3) > .side.-left,
#product-1 .demo .block:nth-of-type(3) > .side.-main {
  background-image: url(/assets/img/products/gallery/hallway-2.png);
}

/* Remaining products */
#product-2 .demo .block > .side.-left,
#product-2 .demo .block > .side.-main {
 background-image: url(/assets/img/products/gallery/lobby-2.png);
}

#product-2 .demo .block:nth-of-type(1) > .side.-left,
#product-2 .demo .block:nth-of-type(1) > .side.-main {
  background-image: url(/assets/img/products/gallery/hallway-3.png);
}
#product-2 .demo .block:nth-of-type(3) > .side.-left,
#product-2 .demo .block:nth-of-type(3) > .side.-main {
  background-image: url(/assets/img/products/gallery/hallway-4.png);
}

#product-3 .demo .block > .side.-left,
#product-3 .demo .block > .side.-main {
  background-image: url(/assets/img/products/gallery/front-desk-1.png);
}
#product-3 .demo .block:nth-of-type(1) > .side.-left,
#product-3 .demo .block:nth-of-type(1) > .side.-main {
  background-image: url(/assets/img/products/gallery/room-1.png);
}
#product-3 .demo .block:nth-of-type(3) > .side.-left,
#product-3 .demo .block:nth-of-type(3) > .side.-main {
  background-image: url(/assets/img/products/gallery/lobby-3.png);
}

#product-4 .demo .block > .side.-left,
#product-4 .demo .block > .side.-main {
  background-image: url(/assets/img/products/gallery/meeting-room-1.png);
}
#product-4 .demo .block:nth-of-type(1) > .side.-left,
#product-4 .demo .block:nth-of-type(1) > .side.-main {
    background-image: url(/assets/img/products/gallery/lobby-4.png);
}
#product-4 .demo .block:nth-of-type(3) > .side.-left,
#product-4 .demo .block:nth-of-type(3) > .side.-main {
  background-image: url(/assets/img/products/gallery/hallway-5.png);
}
#product-5 .demo .block > .side.-left,
#product-5 .demo .block > .side.-main {
   background-image: url(/assets/img/products/gallery/lobby-4.png);
}
#product-5 .demo .block:nth-of-type(1) > .side.-left,
#product-5 .demo .block:nth-of-type(1) > .side.-main {
   background-image: url(/assets/img/products/gallery/hallway-3.png);
}
#product-5 .demo .block:nth-of-type(3) > .side.-left,
#product-5 .demo .block:nth-of-type(3) > .side.-main {
 background-image: url(/assets/img/products/gallery/hallway-1.png);
}

#product-6 .demo .block > .side.-left,
#product-6 .demo .block > .side.-main {
  background-image: url(/assets/img/products/gallery/lobby-3.png);
}
#product-6 .demo .block:nth-of-type(1) > .side.-left,
#product-6 .demo .block:nth-of-type(1) > .side.-main {
  background-image: url(/assets/img/products/gallery/hallway-2.png);
}
#product-6 .demo .block:nth-of-type(3) > .side.-left,
#product-6 .demo .block:nth-of-type(3) > .side.-main {
  background-image: url(/assets/img/products/gallery/lobby-1.png);
}

/* Non-active sections */
.section:not(.active) .demo .block {
  &:nth-of-type(1) {
    top: -100%;
  }

  &:nth-of-type(2) {
    top: -100%;
    left: 200%;
  }

  &:nth-of-type(3) {
    top: 180%;
  }
}

.home-icon {
    font-size: 2rem;
    cursor: pointer;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 100;
}


.product .container {
  max-width: 100vw;
}

.section  .product-details {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.section  .product-details h2{
  font-size: 64px;
}
.product-details p{
  font-size: 18px;
}
.product .container {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.bottom {
  overflow: hidden;
}
.right,
.left {
  padding: 0px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  /* padding: 0 80px; */
}
.right {
  text-align: left;
  align-items: flex-start;
}
.left {
  text-align: right;
  align-items: flex-end;
}
.left .logo {
  align-self: flex-end;
}
 
.section.active .smoke-frame {
  animation: rotate 180s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.right .smoke-frame{
  position: absolute;
  top: -50%;
  left: 30%;
  height: 200vh;
  pointer-events: none;
  width: auto;
}

.left .smoke-frame{
  position: absolute;
  top: -50%;
  right: 40%;
  height: 200vh;
  pointer-events: none;
  width: auto;
}

.product-image {
  width: 300px;
  height: auto;
  z-index: 11;
}
.product-details .logo {
    height: auto;
    width: 100px;
}

@media screen and (min-width: 1020px) {
    .clients .row {
        max-height: 60%;
        overflow-y: auto;
    }
    
}
@media screen and (max-width: 760px) {
    .right, .left {
        overflow: none!important;
    }
    .clients img {
        width: 70%!important;
        height: auto;
        padding: 0px;
    }
    .hero .container {
        padding: 0 50px;
    }
    .hero h1 {
        font-size: 48px;
    }
    
    .hero p {
        font-size: 14px;
    }
    .hero .logo {
        max-width: 100px;
    }
    .product-image {
      height: 50%;
      width: auto;
    }
    .smoke-frame {
        max-height: 100vh;
    }
    .section .product-details h2 {
        font-size: 32px;
    }
    .free-trial h3,
    .scents h3 {
        font-size: 32px!important;
    }
    .free-trial .content p,
    .scents .content p {
        font-size: 12px!important;
    }
    
    .product-details p {
        font-size: 12px;
    }
    .section.active .demo {
        width: 80%;
        min-height: 40vh;
    }
    
    .right,
    .left {
        height: 50vh;
        min-height: 0;
    }
    .section .product-details {
        text-align: center;
        height: 100%;
        padding-bottom: 10px;
    }
    .product-details .logo {
        height: auto;
        width: 50px;
    }
    .section .request-btn,
    .section .find-more {
        margin-top: 0px;
        margin-bottom: 5px;
        background-color: rgba(51, 51, 51, 0.678);
        padding: 10px 15px;
        font-size: 12px;
        border-radius: 20px;
        border: 0;
        /* width: fit-content; */
        box-shadow: 0px 0px 20px 0px;
        text-align: center;
        width: 150px;
        align-self: center;
    }
}



/*.pagination {*/
/*  position: fixed;*/
/*  top: 50%;*/
/*  right: 0;*/
/*}*/

/*.pagination ul{*/
/*  display: flex;*/
/*  padding: 0;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.pagination li{*/
/*  display: flex;*/
/*  margin: 10px 10px 0 10px;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  background-color: rgba(255, 255, 255, 0.548);*/
/*  color: black;*/
/*  font-size: 16px;*/
/*  border-radius: 50%;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*}*/
/*.pagination li a {*/
/*  text-align: center;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  color: black;*/
/*}*/
/*.pagination li.active {*/
/*  background-color: rgb(255, 255, 255);*/
/*  color: black;*/
/*}*/

.information-block .content{
  position: absolute;
  top: 10%;
  right: 5%;
  bottom: 5%;
  left: 5%;
  overflow-y: auto;
  color: black!important;
}

.information-block h4 {
    color: black;
    font-weight: bold;
    font-family: var(--default-font);
    font-size: 16px;
    padding: 10px 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}
.information-block .detail-list {
  list-style: none;
  column-count: 2;
  column-gap: 20px;
}
.information-block .detail-list li {
  font-size: 16px;
  font-family: var(--default-font);
}
.information-block p {
  color: black;
  font-family: var(--default-font);
  font-size: 16px;
  padding-bottom: 20px;
}
.information-block .logo {
  max-width: 150px;
  height: auto;
  padding-bottom: 20px;
  /* position: absolute;
  top: 5%;
  left: 5%; */
}
.information-block h3 {
  font-family: var(--heading-font);
  color: black;
  font-size: 84px;
  font-weight: bold;
  padding: 20px 0 10px;
}
.information-block {
  position: fixed;
  background-color: rgb(255, 255, 255);
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 90vw;
  min-height: 90vh;
  border-radius: 20px;
  z-index: 1000;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: top 1s ease, opacity 0.5s ease;
}

.information-block.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0.5s; /* Opacity changes immediately, visibility waits for the animation */
}

.information-block:not(.show) {
  transition-delay: 0s, 0s; /* Visibility becomes hidden as soon as the transition ends */
  top: -50%;
  opacity: 0;
}


.content .product {
  max-width: 500px;
  height: auto;
  width: 70%;
  min-width: 250px;
}

.content .product-additional-images {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.content .product-additional-images img{
    height: auto;
    width: 30%;

}

@media screen and (max-width: 760px) {
    /*.content .product-additional-images.desktop {*/
    /*    display: none;*/
    /*}*/
}
@media screen and (min-width: 760px) {
    .content .product-additional-images.mobile {
        display: none;
    }
}
@media screen and (max-width: 600px) {

  .information-block h3 {
    font-size: 36px;
    padding-top: 0;
  }
  .information-block h4,
  .information-block li {
    font-size: 12px!important;
  }
}
.content .image-container {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: fit-content;
  min-height: 100%;
  background-image: url(/assets/img/smokebg/default.webp);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  overflow: none;
}

@media screen and (max-width: 600px) {

  .content .image-container {
      min-height: 0;
    }
    .content .product {
      max-width: 500px;
      height: auto;
      width: 70%;
      min-width: 100px;
    }
    .information-block .logo {
      max-width: 70px;
      height: auto;
      padding-bottom: 10px;
    }
}

.mega-menu {
  position: fixed;
  background-color: rgb(255, 255, 255);
  top: -120%;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  transition: top 1s ease;
  z-index: 100;
}
header .mega-menu.show{
  position: fixed;
  top: 0!important;
}

.menu-icon {
  position: fixed;
  top: 2%;
  left: 95%;
  width: 50px;
  height: 50px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.menu-icon i {
  font-size: 28px;
  color: #ffffff;
  cursor: pointer;
}
.close-menu-icon i {
  font-size: 28px;
  color: #000000;
  cursor: pointer;
}
.close-menu-icon {
  position: absolute;
  top: 2%;
  left: 95%;
  width: 50px;
  height: 50px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.close-info-icon i {
  font-size: 28px;
  color: #000000;
  cursor: pointer;
}
.close-info-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  transition: all ease-in-out 0.3s;
  overflow-y: auto;
  z-index: 997;
  min-width: 200px;
  background-color: var(--background-color); /* Optional: set a base background color */
      z-index: 9999;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/assets/img/smokebg/default.png);
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: bottom right;
  transform: scaleX(-1); /* Flip the image horizontally */
  z-index: -1; /* Place it behind the content of .header */
  opacity: 0.5; /* Adjust opacity if needed */
}


.header .logo {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
}
@media (max-width: 4000px) {
  .header {
    background-color: var(--background-color);
    border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    width: 300px;
    min-width: 300px;
    left: -100%;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .header~main {
    margin-left: 160px;
  }

  .header~main .hero {
    margin-left: -160px;
    width: 100vw;
  }
}

.header.header-show {
  left: 0;
}

.header .header-toggle {
  color: white;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9999;
  transition: background-color 0.3s;
}

.header .header-toggle:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color) 90%, rgb(0, 0, 0) 15%);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navmenu {
  padding: 0;
  z-index: 200;
  overflow-y: auto;
}

.nav-list-heading {
    display: inline-flex;
    color: white;
    font-family: "Gotham";
    padding: 10px 18px;
    font-size: 20px;
    font-weight: bold;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    height: 56px;
    width: 100%;
    overflow: hidden;
    align-items: center;
}
.navmenu ul {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
  width: 100%;
}

.navmenu a,
.navmenu a:focus {
  color: white;
  font-family: "Gotham";
  display: flex;
  align-items: center;
  padding: 5px 9px;
  margin-bottom: 8px;
  font-size: 20px;
  border-radius: 50px;
  background: color-mix(in srgb, black, transparent 80%);
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.navmenu a i,
.navmenu a:focus i {
  font-size: 20px;
}

.navmenu a span,
.navmenu a:focus span {
  padding: 0 5px 0 7px;
}

@media (min-width: 992px) {

  .navmenu a,
  .navmenu a:focus {
    max-width: 56px;
  }

  .navmenu a span,
  .navmenu a:focus span {
    display: none;
  }
}

.navmenu a:hover,
.navmenu .active,
.navmenu .active:focus,
.navmenu li:hover>a {
    border-radius: 0px;
  color: var(--contrast-color);
  /*border-bottom: 1px solid rgb(255, 255, 255);*/
  background: var(--nav-hover-color);
}

.navmenu a:hover,
.navmenu li:hover>a {
  max-width: 100%;
  color: var(--contrast-color);
}

.navmenu a:hover span,
.navmenu li:hover>a span {
  display: block;
}
.navmenu li span {
  display: block;
}
.navmenu li a {
  max-width: 100%;
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  text-align: center;
  padding: 30px 0 0;
  position: relative;
  font-family: "Roboto";
  box-shadow: 0px -5px 10px #4f4f4f;
}
.footer .logo {
  max-width: 200px;
  height: auto;
}

.footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

.footer p {
  font-size: 16px;
  font-style: italic;
  padding: 0;
  margin: 0 0 30px 0;
}

.footer .social-links {
  margin: 0 0 30px 0;
}

.footer .social-links a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  color: var(--contrast-color);
  line-height: 1;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  text-decoration: none;
}

.footer .copyright {
  padding: 5px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .credits {
  font-size: 13px;
  padding-top: 5px;
}

.left .product-image{
  align-self: center;
}
.right .product-image{
  align-self: center;
}

button {
  position: relative;
  z-index: 1000;
}

.client {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
/*.client img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

.footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li{
    padding: 0px 0px 10px 0px;
    display: flex;
    align-items: center;
    font-size: 14px !important;
}

.footer h4 {
    font-size: 32px;
}

.scents .scent-bg {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.scents h3 {
    font-size: 48px;
    letter-spacing: .2em;
    font-family: Rotis;
    font-weight: bold;
}
.scents p{
    font-size: 16px;
}
/*.scents .content {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    width: 100%;*/
/*    min-height: 250px;*/
/*}*/
/*.scents .logo {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/



/*}*/
.scent {
    width: 100%;
    height: 100%;
}

.scent-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    padding: 0;
    margin: 0 25px;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.scent-list li {
  opacity: 1;
  transition: opacity 1s ease;
  text-align: center;
  background-color: var(--background-color);
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  height: fit-content;
  overflow: visible;
}

.scent-list img {
  border-radius: 5px 0 5px 0;
}

.information-block .scent .scents-info {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 1px solid #d9d9d9;
    background-color: black;
    padding: 15px;
    transition: opacity 0.3s ease-in-out;
    box-sizing: border-box;
}
.more-info {
    background: white;
    color: black;
    padding: 0px 0px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.scent:hover .more-info {
     padding: 20px 5px;
    opacity: 1;
    max-height: 400px; 
}

.free-trial .trial-bg {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.free-trial .content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
}
.free-trial .content h3{
    font-size: 48px;
    letter-spacing: .2em;
    font-family: Rotis;
    font-weight: bold;
}
.free-trial .content p{
    font-size: 16px;
}
.clients {
    background-color: white;
}
.clients .container {
    height: 100vh;
    color: black!important;
}
.clients img {
    width: 100px;
    height: auto;
    padding: 0px;
}
.section-header h3 {
    margin-top: 100px;
    font-size: 48px;
    letter-spacing: .2em;
    font-family: Rotis;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: black;
}


@media screen and (max-width: 760px) {
    .section-header h3 {
        margin-top: 50px;
        font-size: 32px;
        letter-spacing: .2em;
    }
    .section-header p {
        font-size: 12px!important;
        padding-bottom: 20px!important;
        width: 50%;
    }
}

.free-trial,
.clients,
.scents {
    padding: 0 10%;
}
.section-header p {
    text-align: center;
    margin: auto;
    font-size: 16px;
    padding-bottom: 60px;
    width: 50%;
}

 .contact-form {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
}
.contact-form h3 {
    text-align: center;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    font-weight: bold;
}
.form-group input, 
.form-group textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: black;
    
}
.form-group button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 0 10px 5px white;
    z-index: 0;
}
.form-group button:hover {
    background-color: #0056b3;
}

/* Popup Notification Styles */
#popupNotification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #4caf50; /* Green for success */
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    transition: opacity 0.5s ease;
}

/* Hidden state */
.hidden {
    display: none;
}

/* Error Popup Styling */
#popupNotification.error {
    background-color: #f44336; /* Red for error */
}


.free-trial .container{
    background-image: url(/assets/img/products/machines-bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 20%;
    padding-top: 10%;
}


@media screen and (max-width: 720px) {
    .free-trial .container{
        background-image: url(/assets/img/products/machines-portrait-bg.gif);
        background-size: contain;
        background-position: center;
        padding: 10%;
         padding-top: 50%;
    }
    
}

.pagination li{
    color: var(--accent-color);
    border: none;
}

.page-item.active a{
    color: var(--contrast-color);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}
.page-item a{
    color: var(--accent-color);

}
.article-list .card {
    height: 500px;
    box-shadow: 5px -5px 0 0 #fff;
    overflow-y: hidden;
}

.article-list .card .card-title {
    font-weight: bold;
}
.article-list .card img{
    width: 100%;
    height: 40%;
    min-height: 40%;
    object-fit: cover;
}
.article-list .card-text{
    max-height: 100px;
    overflow-y: hidden;
    font-size: 12px;
}

@media screen and (max-width: 1000px) {
    .article-list .card-text{
        display: none;
    }
}
.article-list .card .card-body {
    height: 70%;
    overflow-y: hidden;
}
.article-list .btn-container {
    width: 100%;
    height: 20%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-list .btn {
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  border: 0;
  background-color: var(--accent-color);
  color: black;
}

.page-item .page-link {
    cursor: pointer;
}

.pagination {
    margin: 0;
}

.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
  font-size: 12px;
}

.section-title h4 {
  margin-bottom: 0;
  color: gold!important;
  font-size: 12px;
  font-weight: bold;
}

/*.articles {*/
/*    align-items: normal;*/
/*}*/

/*.scent img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: contain;*/
/*}*/

/*.scent h3 {*/
/*    font-size: 24px;*/
/*    font-family: Rotis;*/
/*}*/

/*swiper-container {*/
/*      width: 100%;*/
/*      height: 100%;*/
/*      margin-left: auto;*/
/*      margin-right: auto;*/
/*    }*/

/*    swiper-slide {*/
/*        overflow: hidden;*/
/*      text-align: center;*/
/*      font-size: 18px;*/
/*      border: 1px solid #d9d9d9;*/
/*      height: calc((100% - 30px) / 2) !important;*/
/*      display: flex;*/
/*      justify-content: center;*/
/*      align-items: center;*/
/*      border-radius: 25px;*/
/*    }*/