
:root {
  --nav-font: "Poppins", sans-serif;
}

:root { 
  --heading-color: #273d4e;
  --accent-color: #273d4e;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}

:root {
  --nav-color: #e5eaee;
  --nav-hover-color: #273d4e;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #444444;
  --nav-dropdown-hover-color: #273d4e;
}

select {
  box-sizing: border-box;
  appearance: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border-top-width: unset;
  border-right-width: unset;
  border-bottom-width: 1px;
  border-left-width: unset;
  border-top-style: unset;
  border-right-style: unset;
  border-bottom-style: solid;
  border-left-style: unset;
  color: unset;
  background-color: canvas;
  align-items: unset;
  white-space-collapse: unset;
  text-wrap-mode: unset;
  -webkit-rtl-ordering: unset;
  cursor: pointer;
}

.aboreto-regular {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.light-background {
  --surface-color: #ffffff;
}

.dark-background {
  --heading-color: #ffffff;
  --surface-color: #28323a;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
  color: #2E2E2E;
  background-color: #ffffff;
  font-family: var(--default-font);
}

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: #2E2E2E;
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: #ffffff;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 47%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.5s;
  z-index: 997;
}

.header .nav-top {
  padding: 5px 40px;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 20px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .cta-btn,
.header .cta-btn:focus {
  color: var(--contrast-color);
  font-size: 13px;
  padding: 7px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  text-transform: uppercase;
  border: 2px solid var(--contrast-color);
}

.header .cta-btn:hover,
.header .cta-btn:focus:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.products-menu {
  background-color: #fff;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 0;
  }

  .header .cta-btn {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

@media (max-width: 992px) {
  .header .nav-top {
    padding: 20px 40px;
  }

}

@media (max-width: 414px) {
  .header .logo img {
    width: 130px;
  }
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  background-color:#22324B;
  background: #22324B;;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 20px;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #e5eaee;
    font-size: 12px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: color-mix(in srgb, #e5eaee 90%, white 15%);
    font-weight: 500;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  .nav-item {
    padding: 15px 0 15px 20px;
  }

  .nav-item .nav-lang {
    padding-left: 15px;
  }

  .nav-item .nav-lang a{
    color: #fff;
    font-family: "Poppins", sans-serif;;
    font-weight: 400;
    font-size: 12px;
  }

  .nav-item .nav-lang a.active{
    font-weight: 600;
    text-decoration: underline;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #e5eaee;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 0 0 0;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    background-color: var(--nav-mobile-background-color);
    border: 0px solid color-mix(in srgb, #000, transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    color: #444444;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 0 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: #fff;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

@media (max-width: 1024px) {

  .nav-item .nav-lang {
    padding-left: 15px;
  }

  .nav-item .nav-lang a{
    color: #fff;
    font-family: "Poppins", sans-serif;;
    font-weight: 400;
    font-size: 12px;
  }

  .nav-item .nav-lang a.active{
    font-weight: 600;
    text-decoration: underline;
  }

  .navmenu {
    order: 2;
    padding-left: 15px;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  background-color: #22324B;
  font-size: 14px;
  position: relative;
}

.footer .footer-logo {
  text-align: center;
  margin-bottom: 3rem;
}

.footer .footer-top {
  padding-top: 80px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about h3 {
  color: #fff;
  font-size: 20px;
}

.footer .footer-about p {
  font-size: 12px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #000, transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, #000, transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 12px;
  padding-bottom: 12px;
}

.footer h4 a{
  color: #fff;
  text-transform: capitalize;
}

.footer h4 a:hover {
  font-weight: 600 ;
}

.footer h4.poppins-extralight a:hover {
  font-weight: 400 ;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-contact p a{
  color: #fff;
}

.footer .copyright {
  padding: 25px .75rem;
  border-top: 1px solid #fff;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .copyright h4 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer .copyright h4 a{
  color: #fff;
}

.footer .social {
  width: 130px;
}

.footer .social img{
  margin-bottom: 1rem;
}

.footer-contact {
  margin-bottom: 1.5rem;
}

.footer .footer-links .pl-social{
  padding-left: 50px;
}

.pl-footer-desktop {
  padding-left: 100px !important;
}

@media (max-width: 2240px) {
  .footer .footer-links .pl-social{
    padding-left: 55px;
  }
}

@media (max-width: 1368px) {
  .footer .footer-links .pl-social{
    padding-left: 40px;
  }

  .footer .social img{
    width: 35px;
  }

  .pl-footer-desktop {
    padding-left: 85px !important;
  }
}

@media (max-width: 1280px) {
  .footer .footer-links .pl-social{
    padding-left: 35px;
  }

  .footer .social img{
    width: 30px;
  }
}

@media (max-width: 1024px) {
  .footer .footer-links .pl-social {
    padding-left: 15px;
  }

  .footer .social {
    width: 100%;
  }

  .pl-footer-desktop {
    padding-left: 15px !important;
  }
}

@media (max-width: 992px) {
  .footer .social {
    width: 80px;
  }

  .footer .copyright h4 {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .footer .footer-links .pl-social{
    padding-left: 15px;
  }
  .footer .social {
    width: 100%;
  }

}

@media (max-width: 375px) {
  .footer .footer-logo {
    margin-bottom: 2rem;
  }

  .footer .footer-about h3 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #2E2E2E;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: #2E2E2E;
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: #000;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background: color-mix(in srgb, #ffffff, transparent 30%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, #000, transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: #2E2E2E;
  background-color: #ffffff;
  padding: 100px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

.btn-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.btn-white:hover {
  background: #fff;
  color: #000;
}

.btn-dark {
  background: transparent;
  color: #2E2E2E;
  border: 1px solid #2E2E2E;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.btn-dark:hover {
  background: #2E2E2E;
  color: #ffffff;
}

.btn-blue {
  background: #22324B;
  color: #fff;
  border: 1px solid #22324B;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.btn-blue:hover {
  border: 1px solid #22324B;
  background: #fff;
  color: #22324B;
}

.btn-dense-dark {
  background: #2E2E2E;
  color: #fff;
  border: 1px solid #2E2E2E;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.btn-dense-dark:hover {
  border: 1px solid #2E2E2E;
  background: #fff;
  color: #2E2E2E;
}

  .checkbox-wrapper-12 {
    position: relative;
  }
  .checkbox-wrapper-12 > svg {
    position: absolute;
    top: -130%;
    left: -170%;
    width: 110px;
    pointer-events: none;
  }
  .checkbox-wrapper-12 * {
    box-sizing: border-box;
  }
  .checkbox-wrapper-12 input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    margin: 0;
  }
  .checkbox-wrapper-12 input[type="checkbox"]:focus {
    outline: 0;
  }
  .checkbox-wrapper-12 .cbx {
    width: 20px;
    height: 20px;
    top: calc(50vh - 10px);
    left: calc(50vw - 10px);
  }
  .checkbox-wrapper-12 .cbx input {
    background-color: #2E2E2E;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #2E2E2E;
    border-radius: 50%;
  }
  .checkbox-wrapper-12 .cbx label {
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: url("#goo-12");
    filter: url("#goo-12");
    transform: trasnlate3d(0, 0, 0);
    pointer-events: none;
  }
  .checkbox-wrapper-12 .cbx svg {
    position: absolute;
    top: 3px;
    left: 2px;
    z-index: 1;
    pointer-events: none;
  }
  .checkbox-wrapper-12 .cbx svg path {
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
    transition: stroke-dashoffset 0.3s ease;
    transition-delay: 0.2s;
  }
  .checkbox-wrapper-12 .cbx input:checked + label {
    animation: splash-12 0.6s ease forwards;
  }
  .checkbox-wrapper-12 .cbx input:checked + label + svg path {
    stroke-dashoffset: 0;
  }
  @-moz-keyframes splash-12 {
    40% {
      background: #2E2E2E;
      box-shadow: 0 -18px 0 -8px #2E2E2E, 16px -8px 0 -8px #2E2E2E, 16px 8px 0 -8px #2E2E2E, 0 18px 0 -8px #2E2E2E, -16px 8px 0 -8px #2E2E2E, -16px -8px 0 -8px #2E2E2E;
    }
    100% {
      background: #2E2E2E;
      box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
  }
  @-webkit-keyframes splash-12 {
    40% {
      background: #2E2E2E;
      box-shadow: 0 -18px 0 -8px #2E2E2E, 16px -8px 0 -8px #2E2E2E, 16px 8px 0 -8px #2E2E2E, 0 18px 0 -8px #2E2E2E, -16px 8px 0 -8px #2E2E2E, -16px -8px 0 -8px #2E2E2E;
    }
    100% {
      background: #2E2E2E;
      box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
  }
  @-o-keyframes splash-12 {
    40% {
      background: #2E2E2E;
      box-shadow: 0 -18px 0 -8px #2E2E2E, 16px -8px 0 -8px #2E2E2E, 16px 8px 0 -8px #2E2E2E, 0 18px 0 -8px #2E2E2E, -16px 8px 0 -8px #2E2E2E, -16px -8px 0 -8px #2E2E2E;
    }
    100% {
      background: #2E2E2E;
      box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
  }
  @keyframes splash-12 {
    40% {
      background: #2E2E2E;
      box-shadow: 0 -18px 0 -8px #2E2E2E, 16px -8px 0 -8px #2E2E2E, 16px 8px 0 -8px #2E2E2E, 0 18px 0 -8px #2E2E2E, -16px 8px 0 -8px #2E2E2E, -16px -8px 0 -8px #2E2E2E;
    }
    100% {
      background: #2E2E2E;
      box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
  }

.hover-zoom {
  overflow: hidden;
}

.hover-zoom img{
  transition: transform .5s ease;
}

.hover-zoom:hover img{
  transform: scale(1.2);
}


.more {
  margin-top: 3rem;
}

.more span {
  color: #2E2E2E;
  opacity: .35;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.more span svg{
 width: 14px;
 margin-left: 5px;
}

.more span:hover {
  opacity: 1;
}

ul.navigator {
  display: flex;
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  justify-content: center;
  margin-bottom: 5rem;
}

ul.navigator li a, ul.navigator li{
  color: #ADADAD;
}

ul.navigator li{
  padding: 0 10px;
}

ul.navigator li.active a{
  color: #22324B;
  text-transform: uppercase;
}

@media (max-width: 1368px) {
  .btn-dark {
    padding: 10px 20px;
  }
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }

}

@media (max-width: 540px) {
  section, .section {
    padding: 80px 0;
  }

  .footer .footer-links {
    margin-top: 20px;
  }

}

@media (max-width: 414px) {
  ul.navigator {
    font-size: 10px;
    margin-bottom: 3rem;
    padding-left: 0;
  }

  .btn-dark, .btn-blue, .btn-white  {
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, #000, transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}

.text-center-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.text-center-content h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
}

.text-center-content p {
  color: #fff;
  font-size: 16px;
}

.text-center-content .btn {
  margin-top: 1rem;
}

.text-end-content h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.text-end-content h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

.text-end-content p {
  color: #fff;
  font-size: 14px;
}

.text-end-content .btn {
  margin-top: 1rem;
}

.text-start-content h2 {
  font-size: 30px;
  color: #22324B;
  line-height: 1.5;
  margin-top: 1rem;
}

.text-start-content p {
  color: #22324B;
  font-size: 14px;
}

.text-start-content .btn {
  margin-top: 4rem;
}

@media (max-width: 1368px) {
  .text-start-content .btn {
    margin-top: 2rem;
  }
}

@media (max-width: 1280px) {
  .text-center-content h2 {
    font-size: 35px;
  }

  .text-end-content p {
    font-size: 12px;
  }

  .text-start-content p {
    font-size: 12px;
  }

  .text-center-content p {
    font-size: 14px;
  }

  .text-end-content h2 {
    font-size: 25px;
  }

  .text-start-content h2 {
    font-size: 25px;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .section-title p {
    font-size: 24px;
  }

  .text-center-content h2 {
    font-size: 30px;
  }

}

@media (max-width: 600px) {
  .text-center-content {
    width: 550px;
  }

  .text-start-content .btn {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
  }

}

@media (max-width: 540px) {
  .text-center-content {
    width: 500px;
  }
}

@media (max-width: 480px) {
  .text-center-content {
    width: 440px;
  }
}

@media (max-width: 448px) {
  .text-center-content {
    width: 400px;
  }
}

@media (max-width: 414px) {
  .text-center-content {
    width: 390px;
  }

}

@media (max-width: 375px) {
  .text-center-content h2 {
    font-size: 25px;
  }

  .text-end-content h2 {
    font-size: 20px;
  }

  .text-start-content h2 {
    font-size: 20px;
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;

}

.hero img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  margin: 0;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

.hero p {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.hero .mt-btn {
  margin-top: 3rem;
}

@media (max-width: 1536px) {
  .hero p {
    font-size: 14px;
  }
}

@media (max-width: 1368px) {
  .hero h1 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero h1 {
    font-size: 30px;
  }

}

@media (max-width: 480px) {
  .hero p {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .hero h1 {
    font-size: 25px;
  }

  .hero p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/
.about {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 1600px;
  position: relative;
}

.about .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 60%;
}

.about .text h2 {
  color: #fff;
  line-height: 1.5;
  font-size: 30px;
}
.about.about-bottom .text h2 {
  color: #fff;
  line-height: 1.5;
  font-size: 27px;
  font-weight: 300;
}
.about .text p {
  color: #fff;
}

.about .text .btn {
  margin-top: 2rem;
}

.shop h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 4rem;
}

.shop .shop-slide h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 2.5rem;
}

.shop .shop-slide p {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #ADADAD;
}

.shop-slide {
	margin: 0 auto;
}
.shop-slide .item {
	text-align: center;
  padding: 0 15px;
}

.shop-slide .owl-nav button.owl-prev,
.shop-slide .owl-nav button.owl-next {
	z-index: 1;
	position: absolute;
	top: 40%;
	transform: translatey(-40%);
}

.shop-slide .owl-nav button.owl-prev:hover,
.shop-slide .owl-nav button.owl-next:hover {
  background: transparent;
  color: #000;
}

.owl-nav button span {
	font-size: 30px;
	height: 100%;
	display: block;
	width: 100%;
}

.shop-slide .owl-nav button.owl-prev {
	left: -50px;
}

.shop-slide .owl-nav button.owl-next {
	right: -50px;
}

.shop-slide .owl-nav {
	margin: 0;
}

.content .blue {
  background-color: #22324B;
}

.content .blue img {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

.content .blue .text h3 {
  color: #fff;
  font-size: 16px;
}

.content .blue .text h2 {
   color: #fff;
   font-size: 48px;
   margin: 20px 0;
}

.content .blue .text p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.content .white {
  background-color: #fff;
}

.content .white img {
  width: -webkit-fill-available;
}

.content .white .text h3 {
  color: #2E2E2E;
  font-size: 16px;
}

.content .white .text h2 {
   color: #2E2E2E;
   font-size: 48px;
   margin: 20px 0;
}

.content .white .text p {
  color: #2E2E2E;
  font-size: 14px;
  margin-bottom: 0;
}

.content .cream {
  background-color: #F5F2EC;
}

.content .cream img {
  width: -webkit-fill-available;
}

.content .cream .text h3 {
  color: #2E2E2E;
  font-size: 16px;
}

.content .cream .text h2 {
   color: #2E2E2E;
   font-size: 48px;
   margin: 20px 0;
}

.content .cream .text p {
  color: #2E2E2E;
  font-size: 14px;
  margin-bottom: 0;
}

.content .text {
  padding: 0 120px;
}

.contact-us {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 900px;
  position: relative;
}

.contact-us .text {
  text-align: center;
}

.contact-us .text h2 {
  font-family: "Aboreto", system-ui;
  margin-bottom: 2rem;
  font-size: 40px;
}

.contact-us .text p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #2E2E2E;
  font-size: 14px;
  margin-bottom: 0;
}

.contact-us .btn {
  position: absolute;
  bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}

.contact-us .btn h3{
  color: #fff;
  font-size: 20px;
  margin-bottom: 3rem;
}

.email {
  height: 320px;
}

.email h3 {
  color: #2E2E2E;
  font-size: 20px;
  margin-bottom: 3rem;
}

.email .search-wrapper {
  width: 450px;
  margin: 50px auto 50px auto;
}

.email .search-wrapper input {
  padding-left: 20px;
    width: 330px;
    height: 25px;
    padding: 10px 5px;
    float: left;   
    border: 0;
    background: #fff;
    border-radius: 40px;
    border-top-style: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.email .search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.8) inset;
}

.email .search-wrapper input::-webkit-input-placeholder {
  color: #2E2E2E;
  font-size: 14px;
}

.email .search-wrapper input:-moz-placeholder {
    color: #2E2E2E;
    font-size: 14px;
}

.email .search-wrapper input:-ms-input-placeholder {
    color: #2E2E2E;
    font-size: 14px;
    border-style: none;
}   

.email .search-wrapper button {
  background: transparent;
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #2E2E2E;
  text-transform: uppercase;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #000;
}

.email .search-wrapper button:hover{    
/*     background: #e54040; */
}  

.email .search-wrapper button:active,
.email .search-wrapper button:focus{  
    background: #198cff;
    outline: 0;  
}

.email .search-wrapper button:focus:before,
.email .search-wrapper button:active:before{
    border-right-color: #c42f2f;
}     

.email .search-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}  

.email .search-wrapper hr {
  position: absolute;
  bottom: -400%;
  width: 450px;
  border-top: 1px solid #2e2e2e;
  opacity: 1;
}

.footer-menu-pc {
  display: block;
}

.footer-menu-mb {
  display: none;
}

@media (max-width: 2304px) {
  .about {
    min-height: 800px;
  }
}

@media (max-width: 1620px) {
  .about .text h2 {
    font-size: 28px;
  }
  .about.about-bottom .text h2 {
    font-size: 25px;
  }
  .content .blue .text h2, .content .white .text h2, .content .cream .text h2 {
    font-size: 45px;
  }
}

@media (max-width: 1504px) {
  .about .text h2 {
    font-size: 25px;
  }
  .about.about-bottom .text h2 {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .content .blue .text h2, .content .white .text h2, .content .cream .text h2 {
    font-size: 35px;
  }
}

@media (max-width: 1368px) {
  .about .text h2 {
    font-size: 24px;
  }
  .about.about-bottom .text h2 {
    font-size: 24px;
  }
}

@media (max-width: 1280px) {
  .about .text h2 {
    font-size: 22px;
  }

  .about.about-bottom .text h2 {
    font-size: 19px;
  }

  .contact-us .text p {
    font-size: 12px;
  }

  .content .blue .text p, .content .white .text p, .content .cream .text p {
    font-size: 12px;
  }

  .content .blue .text h2, .content .white .text h2, .content .cream .text h2 {
    font-size: 30px;
  }

  .about .text p {
    font-size: 12px;
  }
  }

@media (max-width: 1200px) {
  .shop-slide .owl-nav button.owl-prev {
    left: -25px;
  }

  .shop-slide .owl-nav button.owl-next {
    right: -25px;
  }
}

@media (max-width: 992px) {
  .content .text {
    padding: 0 50px;
  }
}

@media (max-width: 768px) {
  .contact-us .text h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .about .text {
    width: 550px;
  }

  .shop-slide .item {
    padding: 0 3px;
  }

  .shop h2 {
    margin-bottom: 2rem;
  }

  .shop-slide .owl-nav button.owl-prev,
  .shop-slide .owl-nav button.owl-next {
    top: 35%;
    transform: translatey(-35%);
  }

  .shop .shop-slide h3 {
      font-size: 14px;
      margin-top: 1rem;
  }

  .content .blue .text, .content .white .text, .content .cream .text {
    padding: 100px 50px;
  }

  .footer-menu-pc {
    display: none;
  }

  .footer-menu-mb {
    display: block;
  }

  .about .text p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .about .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%) !important;

  }
}

@media (max-width: 540px) {
  .shop-slide .owl-nav button.owl-prev {
    left: 0;
  }

  .shop-slide .owl-nav button.owl-next {
    right: 0;
  }

  .shop-slide .owl-nav button.owl-prev,
  .shop-slide .owl-nav button.owl-next {
    top: 40%;
    transform: translatey(-40%);
  }

  .about .text {
    width: 500px;
  }

}

@media (max-width: 480px) {
  .about .text {
    width: 450px;
  }

  .about .text h2 {
    font-size: 20px;
  }

  .about.about-bottom .text h2 {
    font-size: 17px;
  }

  .shop h2 {
    font-size: 20px;
  }

  .contact-us .text h2 {
    font-size: 25px;
  }

}

@media (max-width: 448px) {
  .email .search-wrapper hr, .email .search-wrapper {
    width: 375px;
  }

  .about .text {
    width: 400px;
  }

  .email .search-wrapper input {
    width: 300px;
  }
}

@media (max-width: 432px) {
  .email .search-wrapper hr, .email .search-wrapper {
    width: 410px;
  }
}

@media (max-width: 414px) {
  .email .search-wrapper hr, .email .search-wrapper {
    width: 390px;
  }

  .shop .shop-slide p {
    font-size: 10px;
  }

}

@media (max-width: 400px) {
  .about .text {
    width: 380px;
  }
}

@media (max-width: 393px) {
  .email .search-wrapper hr, .email .search-wrapper {
    width: 368px;
  }
}

@media (max-width: 385px) {
  .email .search-wrapper hr, .email .search-wrapper {
    width: 368px;
  }

  .email .search-wrapper input {
    width: 220px;
  }

}

@media (max-width: 375px) {
  .about .text h2 {
    font-size: 18px;
  }

  .about.about-bottom .text h2 {
    font-size: 17px;
  }

  .about .text {
    width: 360px;
  }

  .shop h2 {
    font-size: 18px;
  }

  .shop .shop-slide h3 {
    font-size: 12px;
  }

  .content .blue .text h2, .content .white .text h2, .content .cream .text h2 {
    font-size: 25px;
  }

  .content .blue .text h3, .content .white .text h3, .content .cream .text h3 {
    font-size: 14px;
  }

  .contact-us .text h2 {
    font-size: 22px;
  }

  .contact-us .btn h3 {
    font-size: 16px;
    margin-bottom: 2rem;
  }

  .email .search-wrapper hr, .email .search-wrapper {
    width: 290px;
  }
}

/*--------------------------------------------------------------
# Products Page
--------------------------------------------------------------*/
.sub-nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}

.sub-nav ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 20px 60px;
}

.sub-nav ul li.active {
  font-weight: 600;
  border-bottom: 1px solid #2E2E2E;
}

.sub-nav ul li a{
  color: #2E2E2E;
  text-transform: uppercase;
}

.sub-nav.sticky {
  position: fixed;
  top: 64px;
  z-index: 9999;
  width: -webkit-fill-available;
  background: #fff;
}

.product-content1 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left !important;
  min-height: 620px;
  position: relative;
}

.product-content2 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left !important;
  min-height: 620px;
  position: relative;
}

.product-content3 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left !important;
  min-height: 500px;
  position: relative;
}

.product-content3 .container {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}

.inspired-item {
  text-align: center;
}

.inspired-item h3{
  margin-top: 2rem;
  font-size: 16px;
  text-transform: uppercase;
}

.inspired-item p{
  font-size: 12px;
  color: #ADADAD;
  text-transform: uppercase;
}

.product-content3 .text-end-content, .product-content6 .text-end-content {
    width: 100%;
    padding-left: 100px;
  }

.product-content6 .container {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}

.product-contact .content h2 {
  color: #2E2E2E;
  font-size: 25px;
}

.product-contact .content h3 {
  color: #2E2E2E;
  font-size: 18px;
}

.product-contact .content h4 {
  color: #2E2E2E;
  font-size: 35px;
}

.product-contact .content p {
  color: #2E2E2E;
  font-size: 14px;
}

.product-contact .content .btn {
  margin-top: 2rem;
}

.product-contact hr {
  opacity: 1;
  color: #2E2E2E;
  margin: 70px 0;
}

.project {
  margin-top: 70px;
}

.project h3 {
  font-size: 35px !important;
}

.project img {
  height: 230px;
  object-fit: cover;
  width: -webkit-fill-available;
}

.project h4 {
  color: #ADADAD;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 25px;
}

.project h5 {
  color: #22324B;
  font-size: 16px;
  text-transform: uppercase;
}

.project .item {
  margin-bottom: 2rem;
}

.project .item h3{
  margin-top: 3rem;
}

.type-detail {
  background-color: #F5F2EC;
}

.type-detail ul.navigator {
  display: flex;
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  justify-content: center;
  margin-bottom: 5rem;
}

.type-detail ul.navigator.collection {
  margin-bottom: 0 !important;
}

.type-detail {
  background-color: #F5F2EC;
}

.type-detail ul.navigator li a, .type-detail ul.navigator li{
  color: #ADADAD;
}

.type-detail ul.navigator li{
  padding: 0 10px;
}

.type-detail ul.navigator li.active a{
  color: #22324B;
}

.products-all .filter {
  margin-bottom: 3rem;
}

.products-all .filter h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.products-all .filter select {
  min-width: 85% !important;
  display: inline-block !important;
  justify-content: left !important;
}

.products-all .filter select,
.products-all .filter ::picker(select) {
  appearance: base-select !important;
  font-size: 14px !important;
  cursor: pointer !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 10px 0 !important;
  background-color: transparent !important;
}

.products-all .filter select {
  border-bottom: 1px solid #000 !important;
  background: transparent !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M207 381.5L12.7 187.1c-9.4-9.4-9.4-24.6 0-33.9l22.7-22.7c9.4-9.4 24.5-9.4 33.9 0L224 284.5l154.7-154c9.4-9.3 24.5-9.3 33.9 0l22.7 22.7c9.4 9.4 9.4 24.6 0 33.9L241 381.5c-9.4 9.4-24.6 9.4-33.9 0z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position-x: 100% !important;
  background-position-y: 21px !important;
  background-size: 11px !important;
  margin-right: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 15px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  height: 45px;
}

.products-all .filter .option-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0.7rem 0.5rem;
  cursor: pointer;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.products-all .filter option {
  padding: 4px 10px;

  &::checkmark {
    display: none;
  }

  &:checked {
    font-weight: 600;
  }
}

.products-all .filter ::picker(select) {
  margin-top: 10px;
  border-radius: 6px;
}

.products-all .filter ::picker-icon {
  display: none;
}

.products-all .filter select:hover {
  background-color: transparent !important;
}

.products-all .item h4 {
  font-size: 18px;
  margin-top: 2rem;
}

.products-all .item p {
  font-size: 14px;
  color: #ADADAD;
  margin-bottom: 2rem;
}

.product-detail {
  background-color: #F5F2EC;
}

.product-detail {
  background-color: #fff;
}

.product-detail .product-image-carousels {
  display: flex;
  justify-content: center;
}

.product-detail .product-image-carousels {
  display: flex;
  justify-content: center;
}

.product-detail .wrapper {
  margin: 0 auto;
  text-align: center;
}

.product-detail .image-gallery {
  margin: 0 auto;
  display: flex;
}

.product-detail .primary {
  width: 100%;
  height: 525px;
  padding-right: 60px;
}

.product-detail .thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
}

.product-detail .thumbnail-image {
  width: 120px;
  height: 120px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid transparent;
  cursor: pointer;
}

.product-detail .primary img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}

.product-detail .thumbnails {
  width: 200px;
  height: 525px;
  overflow-y: auto;
  overflow-x: hidden;
}

.product-detail .thumbnail{
  display: none;
}

.product-detail .thumbnail.show {
  display: block;
}

.product-detail h2 {
  margin-bottom: 2.5rem;
}

.product-detail p {
  margin-bottom: 10px;
  font-size: 14px;
}

.product-detail p span {
  font-weight: 500;
}

.product-detail .select-color {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  max-width: 400px;
  margin-top: 1rem;
}
.product-detail .select-color .color {
  height: 35px;
  width: 35px;
  margin-bottom: 15px;
}

.product-detail .select-color .color.active {
  padding: 3px;
  border: 1px solid #000;
}

.product-detail .select-color .color span {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.product-detail .text p {
  margin-bottom: 5px;
}

.product-detail h6 {
  font-size: 14px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-detail .btn-download {
  margin-top: 1.5rem;
}

.product-detail .btn-download .btn-blue img, .product-detail .btn-download .btn-dark img {
  height: 100%;
  width: 18px;
  margin-left: 5px;
}

.product-detail .btn-download .btn-blue {
  width: max-content;
}

.product-detail .btn-download .btn-dark {
  width: max-content;
  align-items: center;
}

.product-content {
  background-color: #22324B;
}

.product-content h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 2rem;
}

.product-content p {
  color: #fff;
  font-size: 14px;
  margin-right: 50px;
}

.product-gallery {
  padding-top: 28px;
  padding-bottom: 0;
}

.product-gallery img {
  width: -webkit-fill-available;
}

.product-gallery .img-full {
    height: -webkit-fill-available;
    object-fit: cover;
}

.product-gallery .img-half:first-child {
  margin-bottom: 12px;
}

.product-gallery .img-half:last-child {
  margin-top: 12px;
}

.product-feature .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.product-feature .media img {
  width: 50px;
}

.product-feature .media-body {
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    padding-left: 25px;
    padding-top: 5px;
    padding-right: 4rem;
}

.product-feature h2 {
  margin-bottom: 2rem;
}

.product-feature h3 {
  font-size: 18px;
}

.product-feature p {
  font-size: 14px;
}

.product-feature ul{
  padding-left: 1rem;
  font-size: 14px;
}

.product-feature hr {
  opacity: 1;
  color: #2E2E2E;
  margin: 100px 0;
}

.similar h3 {
  font-size: 30px;
  margin-bottom: 3rem;
}

.similar h4 {
  font-size: 16px;
}

.similar img {
  margin-bottom: 2rem;
}

.similar .half {
  margin-bottom: 3rem;
}

@media (max-width: 2560px) {
  .product-content3 .container, .product-content6 .container {
    left: 20%;
  }
}

@media (max-width: 2048px) {
  .product-content3 .container, .product-content6 .container {
    left: 15%;
  }
}

@media (max-width: 1664px) {
  .product-content3 .text-end-content, .product-content6 .text-end-content {
      width: 75%;
      padding-left: 0px;
  }
}

@media (max-width: 1664px) {
  .product-content3 .container, .product-content6 .container {
    left: 10%;
  }
}

@media (max-width: 1368px) {
  .product-detail .primary {
    padding-right: 0;
  }

  .product-detail .primary img {
    height: 488px;
  }

  .product-detail .thumbnail-image {
    width: 110px;
    height: 110px;
  }

  .product-detail .thumbnails {
    height: 488px;
  }

  .product-detail h2 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 1280px) {
  .product-content h2 {
    font-size: 30px;
  }

  .product-content p {
    font-size: 12px;
  }

  .product-feature p {
    font-size: 12px;
  }

  .product-feature h3 {
    font-size: 16px;
  }

  .product-feature .media-body {
    padding-right: 1rem;
  }

}

@media (max-width: 600px) {
  .products-all .filter select {
    min-width: 100% !important;
  }

  .products-all .filter {
    margin-bottom: 2rem;
  }

  .product-detail .thumbnails {
    width: 160px;
  }

  .product-content-2 {
    display: none;
  }

  .mt-detail-gallery {
    margin-top: 24px;
  }

  .product-feature ul {
    font-size: 12px;
  }   

  .similar h4 {
    font-size: 10px;
  }

  .project h5 {
    font-size: 14px;
  }

  .product-content p {
    margin-right: 0;
  }

  .product-detail p {
    font-size: 12px;
  }

}

@media (max-width: 540px) {
  .sub-nav ul li {
    margin: 20px 10px;
  }

  .similar h4 {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }

}

@media (max-width: 480px) {
  .product-detail .thumbnail-image {
    width: 60px;
    height: 60px;
  }

  .product-detail .thumbnails {
    width: 80px;
  }

  .product-detail .primary img {
    height: 360px;
  }

  .product-detail .primary {
    height: auto;
  }

  .product-detail .thumbnails {
    height: auto;
  }

}

@media (max-width: 414px) {
  .inspired-item h3 {
    font-size: 14px;
  }

  .inspired-item p {
    font-size: 10px;
  }

  .products-all .item h4 {
    font-size: 14px;
  }

  .products-all .item p {
    font-size: 10px;
  }

}

@media (max-width: 360px) {
  .sub-nav ul li {
    font-size: 10px;
  }

  .sub-nav ul li {
    margin: 10px 10px;
  }
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-history {
  padding-bottom: 50px;
}

.about-content .text, .about-history .text {
  display: inline-block;
  width: 70%;
}

.about-content .text h2 {
  margin-bottom: 2rem;
  font-size: 30px;
}

.about-content .text p {
  font-size: 14px;
}

.about-history .text h2 {
  color: #fff;
  margin-bottom: 2rem;
}

.about-history .text p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 14px;
}

.about-history .text .bottom {
  margin-top: 20rem;
}

.about-bg2 h2 {
  font-size: 20px;
}

.about-bg2 .quote {
  color: #fff;
  font-size: 40px;
}

@media (max-width: 1280px) {
  .about-content .text p {
    font-size: 12px;
  }

  .about-history .text p {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .about-content .text, .about-history .text {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact-address {
  background-color: #FAF9F7;
}

.mt-contact {
  margin-top: 3rem;
}

.contact-address h1 {
  font-size: 35px;
}

.contact-address h2 {
  font-size: 16px;
}

.contact-address h3 {
  font-size: 21px;
}

.contact-address p {
  margin-bottom: 0;
  font-size: 14px;
}

.contact-address .contact {
  border-right: 1px solid #000;
  padding-right: 5rem;
}

.contact-address .customer-service {
  padding-left: 5rem;
}

.contact-map iframe {
  width: 100%;
  padding-right: 4rem;
}

.contact-map .form {
  margin-bottom: 3rem;
}

.contact-map .form h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.contact-map .form select {
  min-width: 100%;
  display: inline-block;
  justify-content: left;
}

.contact-map .form select,
.contact-map .form ::picker(select) {
  appearance: base-select;
  font-size: 14px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 0;
  border: 0;
  padding: 10px 0;
  background-color: transparent;
}

.contact-map .form select {
  border-bottom: 1px solid #000;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 15px;
  background-size: 10px;
  margin-right: 2rem;
  padding-right: 2rem;
  margin-bottom: 1.5rem;
  font-size: 14px;
  padding: 10px 0;
}

.contact-map .form .option-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0.7rem 0.5rem;
  cursor: pointer;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-map .form option {
  padding: 4px 10px;

  &::checkmark {
    display: none;
  }

  &:checked {
    font-weight: 600;
  }
}

.contact-map .form ::picker(select) {
  margin-top: 10px;
  border-radius: 6px;
}

.contact-map .form ::picker-icon {
  display: none;
}

.contact-map .form select:hover {
  background-color: transparent !important;
}

.contact-map .form h6 {
  font-size: 14px;
}

.contact-map .form textarea {
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.contact-map .form p {
  font-size: 14px;
}

textarea:focus-visible {
    outline: 0px;
}

.contact-store {
  background-color: #22324B;
}

.contact-store select {
  min-width: 85%;
  display: inline-block;
  justify-content: left;
}

.contact-store  select,
.contact-store ::picker(select) {
  appearance: base-select;
  font-size: 14px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  border-radius: 0;
  border: 0;
  padding: 10px 0;
  background-color: transparent;
}

.contact-store select {
  border-bottom: 1px solid #fff;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M207 381.5L12.7 187.1c-9.4-9.4-9.4-24.6 0-33.9l22.7-22.7c9.4-9.4 24.5-9.4 33.9 0L224 284.5l154.7-154c9.4-9.3 24.5-9.3 33.9 0l22.7 22.7c9.4 9.4 9.4 24.6 0 33.9L241 381.5c-9.4 9.4-24.6 9.4-33.9 0z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 15px;
  background-size: 15px;
  margin-right: 2rem;
  padding-right: 2rem;
  color: #fff;
  padding: 10px 0;
  font-weight: 200;
}

.contact-store select selectedcontent {
  color: #fff;
}

.contact-store .option-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0.7rem 0.5rem;
  cursor: pointer;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-store option {
  padding: 4px 10px;

  &::checkmark {
    display: none;
  }

  &:checked {
    font-weight: 600;
  }
}

.contact-store ::picker(select) {
  margin-top: 10px;
  border-radius: 6px;
}

.contact-store ::picker-icon {
  display: none;
}

.contact-store select:hover {
  background-color: transparent !important;
}

.contact-store h2 {
  color: #fff;
  margin-bottom: 1.5rem;
}

.contact-store h3 {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 16px;
}

.contact-store h4 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 20px;
}

.contact-store h5 {
  margin-top: 2rem;
  color: #fff;
  font-size: 20px;
}

.contact-store p, .contact-store p a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.contact-store .address {
  margin-top: 5rem;
}

.contact-store p.detail {
 margin-bottom: 2rem;
}

.contact-store .address .item {
  margin-bottom: 5rem;
}

@media (max-width: 1280px) {
  .contact-address h3 {
    font-size: 15px;
  }

  .contact-address p {
    font-size: 12px;
  }

  .contact-address h2 {
    font-size: 14px;
  }

  .contact-store p {
    font-size: 12px;
  }

  .contact-store p.detail {
    margin-bottom: 1rem;
  }
}

@media (max-width: 992px) {
  .contact-address .customer-service {
      padding-left: 0rem;
  }

  .contact-address h1 {
    font-size: 30px;
  }

  .contact-map iframe {
    padding-right: 2rem;
  }

  }

@media (max-width: 768px) {
  .contact-address .contact {
    border-right: 1px solid #000;
    padding-right: 1rem;
  }
}

@media (max-width: 600px) {
  .contact-address h2 {
    margin-bottom: 1.5rem;
  }

  .contact-map .form {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .contact-store h3 {
    margin-bottom: 1rem;
  }

  .contact-store h5 {
    font-size: 16px;
  }

  .contact-store p, .contact-store p a {
    font-size: 12px;
  }

  .contact-map iframe {
    padding-right: 0;
  }

  .contact-map .form p {
    font-family: 12px;
  }
}

@media (max-width: 540px) {
  .contact-store h2 {
    margin-bottom: 0;
  }

  .continent-mt {
    margin-top: 1.5rem;
  }

  .contact-store select {
    min-width: 50%;
  }

  .contact-store .address .item {
    margin-bottom: 2rem;
  }

}

@media (max-width: 414px) {
  .contact-address h1 {
    font-size: 25px;
  }
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/

.project-detail {
  background-color: #22324B;
  padding-top: 200px ;
}

.project-detail h2 {
  color: #fff;
  font-size: 40px;
}

.project-detail h3 {
  color: #fff;
  font-size: 18px;
}

.project-detail h4 {
  color: #fff;
  font-size: 16px;
}

.project-detail p {
  color: #fff;
  font-size: 14px;
}

.select-year {
  margin-top: 2rem;
}

.select-year select {
  min-width: 85%;
  display: inline-block;
  justify-content: left;
}

.select-year  select,
.select-year ::picker(select) {
  appearance: base-select;
  font-size: 14px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  border-radius: 0;
  border: 0;
  padding: 10px 0;
  background-color: transparent;
}

.select-year select {
  border-bottom: 1px solid #fff;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M207 381.5L12.7 187.1c-9.4-9.4-9.4-24.6 0-33.9l22.7-22.7c9.4-9.4 24.5-9.4 33.9 0L224 284.5l154.7-154c9.4-9.3 24.5-9.3 33.9 0l22.7 22.7c9.4 9.4 9.4 24.6 0 33.9L241 381.5c-9.4 9.4-24.6 9.4-33.9 0z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 15px;
  background-size: 15px;
  margin-right: 2rem;
  padding-right: 2rem;
  padding-top: 15px;
  font-family: "Prompt", sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  height: 45px;
  color: #fff;

}

.select-year select selectedcontent {
  color: #fff;
}

.select-year .option-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0.7rem 0.5rem;
  cursor: pointer;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.select-year option {
  padding: 4px 10px;

  &::checkmark {
    display: none;
  }

  &:checked {
    font-weight: 600;
  }
}

.select-year ::picker(select) {
  margin-top: 10px;
  border-radius: 6px;
}

.select-year ::picker-icon {
  display: none;
}

.select-year select:hover {
  background-color: transparent !important;
}

.project-gallery h5 {
  color: #fff;
  font-size: 18px;
}

.project-gallery h6 {
  color: #fff;
  font-size: 14px;
}

.project-gallery .text {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 80%;
}

.project-gallery .gallery1-col-left .item, .project-gallery .gallery1-col-right .item, .project-gallery .gallery2-col-left .item, .project-gallery .gallery2-col-right .item {
  height: 100%;
}

.project-gallery .gallery1-col-left .item img, .project-gallery .gallery1-col-right .item img, .project-gallery .gallery2-col-left .item img, .project-gallery .gallery2-col-right .item img {
  height: inherit;
  width: -webkit-fill-available;
}

.project-gallery .gallery1-col-center .item img {
  width: -webkit-fill-available;
  height: 100%;
}

.project-gallery .gallery1-col-center .item .hover-zoom img {
  height: 100%;
}

.project-gallery .gallery1-col-center .height {
  height: 100%;
}

.project-gallery .item::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  background: #000000;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 47%, rgba(255, 255, 255, 0) 100%);
  height: 200px;
  width: 100%;
}

.project-gallery .gallery1{
  display: grid;
  grid-template-columns: 35% 30% 35%;
}

.project-gallery .gallery2{
  display: grid;
  grid-template-columns: 65% 35%;
}

.project-gallery .more {
  margin-top: 0;
}

.project-gallery .item {
  height: 100%;
}

.project-gallery .hover-zoom {
  height: 100%;
}

.project-gallery .gallery1-col-center.more .item{
  height: 100%;
}

.project-gallery .gallery1-col-center.more .item img {
  width: -webkit-fill-available;
  height: 100%;
}

.project-gallery .gallery1-col-center.more .item .hover-zoom img {
  height: 100%;
}

.project-gallery .item img {
  width: -webkit-fill-available;
  height: 100%;
  object-fit: cover;
}

.project-nav, .project-content {
  background-color: #FAF9F7;
}

.project-content .title {
  margin-bottom: 3rem;
}

.project-content .title .text h1 {
  font-size: 40px;
}

.project-content .title .text h2 {
  font-size: 20px;
}

.project-content .title .location span {
  vertical-align: bottom;
  margin-left: 10px;
  font-size: 18px;
}

.project-detail-item {
  padding-left: 2rem;
}

.project-detail-item .detail {
  padding-top: 2rem;
}

.project-detail-item .detail h6 {
  width: max-content;
  font-size: 20px;
  margin-right: 3rem;
}

.project-detail-item .detail p {
  font-size: 16px;
}

.thumbs-slide .swiper-slide img {
  width: 100%;
  height: 147px;
  object-fit: cover;
}

.project-pc {
  display: block;
}

.project-mb {
  display: none;
}
@media (max-width: 1536px) {
  .project-content .title .text h1 {
    font-size: 35px;
  }

  .project-content .title .location span {
    font-size: 16px;
  }

  .thumbs-slide .detail h6 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .project-detail h2 {
    font-size: 35px;
  }
}

@media (max-width: 1368px) {
  .project-gallery h5 {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .project-detail p {
    font-size: 12px;
  }

  .select-year {
    margin-top: 1rem;
  }

  .project-detail h2 {
    font-size: 30px;
  }

  .project-detail h3 {
    font-size: 16px;
  }

  .project-detail h4 {
    font-size: 14px;
  }

  .select-year select {
    background-size: 12px;
  }

  .project-content .title .text h1 {
    font-size: 30px;
  }

  .project-content .title .text h2 {
    font-size: 18px;
  }

  .project-content .title .location span {
    font-size: 14px;
  }

  .project-content .location img {
    width: 20px;
  }

  .thumbs-slide .detail h6 {
    font-size: 16px;
  }

  .thumbs-slide .swiper-slide img {
    height: 128px;
  }

}

@media (max-width: 992px) {
  .thumbs-slide .swiper-slide img {
    height: 100px;
  }

  .project-pc {
    display: none;
  }

  .project-mb {
    display: block;
  }

  .project-gallery .gallery1 {
    grid-template-columns: 50% 50%;
  }

  .project-gallery .gallery1.gallery1-mb {
    grid-template-columns: 100%;
  }
}

@media (max-width: 600px) {
  .project-detail {
    padding-top: 100px;
  }

  .select-year select {
    min-width: 50%;
  }

  .project-gallery h5 {
    font-size: 14px;
  }

  .project-gallery h6 {
    font-size: 12px;
  }
  
  .project-detail-item {
    padding-left: 0;
  }

}

@media (max-width: 480px) {
  .project-content .title .text h1 {
    font-size: 25px;
  }

  .project-content .title .text h2 {
    font-size: 14px;
    margin-bottom: 1rem;
  }

  .project-content .title {
    margin-bottom: 2rem;
  }

  .project-detail-item h6, .project-detail-item p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .project-detail-item .detail {
    margin-top: 1rem;
  }

  .project-detail-item .detail p{
    font-size: 12px;
  }

  .project h3 {
    font-size: 25px !important;
  }

}

@media (max-width: 448px) {
  .project-gallery .gallery2 {
    grid-template-columns: 60% 40%;
  }
}

@media (max-width: 432px) {
    .thumbs-slide .swiper-slide img {
        height: 87px;
    }
}

/*--------------------------------------------------------------
# Materials
--------------------------------------------------------------*/

.materials-detail, .material-detail-content {
  background-color: #FAF9F7;
}

.materials-detail img {
  width: 100%;
}

.materials-detail h4 {
  margin-top: 2rem;
  font-size: 20px;
}

.materials-detail p {
  font-size: 16px;
  color: #000000;
}

.materials-detail .row {
  width: 70%;
}

.material-detail-content .content {
  margin-top: 3rem;
}

.material-detail-content .content img {
  margin-bottom: 1.5rem;
}

.materials-list img {
  margin-bottom: 1.7rem;
}

.materials-list h2 {
   margin-bottom: 3rem;
}

.materials-list h4 {
  font-size: 20px;
}

.materials-list p {
  font-size: 14px;
  color: #ADADAD;
}

.materials-list .item {
  margin-bottom: 2rem;
}

.materials-list .row {
  width: 90%;
}

.materials-more {
  background-color: #FAF9F7;
}

.materials-more h2 {
  font-size: 40px;
  margin-bottom: 3rem
}

.materials-more h4 {
  font-size: 20px;
  margin-top: 2rem;
}

.banner.swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1 !important;
  background: #fff !important;
}

.banner .swiper-pagination-bullet {
  width: 30px !important;
  height: 3px !important;
  display: inline-block !important;
  border-radius: 0 !important;
  background: #fff !important;
  opacity: .2 !important;
}

.banner-desktop {
  display: block !important;
}

.banner-mobile {
  display: none !important;
}

@media (max-width: 1536px) {
  .materials-content p, .material-detail-content p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .materials-detail p {
    font-size: 14px;
  }
  
  .materials-more h2, .material-detail-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 1368px) {
  .materials-list h4 {
    font-size: 16px;
  }

  .materials-more h4 {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .materials-content p, .material-detail-content p {
    font-size: 12px;
  }

  .materials-detail p {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .banner-desktop {
    display: none !important;
  }

  .banner-mobile {
    display: block !important;
  }

  .materials-detail h4 {
    font-size: 16px;
  }

  .materials-detail .row {
    width: 100%;
  }
  
  .materials-more h2, .material-detail-content h2 {
    font-size: 25px;
  }

  .materials-list h4 {
    font-size: 14px;
  }

  .materials-list p {
    font-size: 12px;
  }

}

@media (max-width: 480px) {
  .materials-content h2{
    font-size: 25px;
  }
}

.products-menu {
  display: none;
  margin-top: -10px;
}

.products-menu img {
  margin-bottom: 20px;
}

.products-menu h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.products-menu .row {
  padding: 40px 0;
}

@media (max-width: 1280px) {
  .products-menu h3 {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .products-menu {
      display: none;
      margin-top: -10px;
      position: relative;
      z-index: 99999999;
      top: 60px;
  }
}

.policy h1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.contact-input {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #000;
  width: -webkit-fill-available;
  margin-bottom: 1.5rem;
}

input:focus-visible {
    outline: 0px;
}

.search-page {
  background: #22324bf7;
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  display: none;
}

.search-page .search {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.search-page .search img {
  width: 25px;
}

.search-page .search input {
  border: 0;
  background: transparent;
  margin-left: 10px;
  color: #fff;
}

.search-page .search input::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.search-page .search .fast-search .title {
  color: #707172;
  opacity: 4.7;
  font-size: 16px;
  margin-bottom: 10px;
}

.search-page .search .fast-search .keyword a {
  color: #FFF;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.search-page .search .fast-search {
  width: 500px;
  padding: 10px;
}

.search-page .search .fast-search .keyword {
  margin-bottom: 5px;
}

.search-page .close {
  cursor: pointer;
}

.search-page .close img {
  position: absolute;
  top: 10%;
  left: 95%;
  width: 20px;
}

.btn-dark.clear {
  margin-top: 30px;
}

.dropdown-products {
  display: block;
}

.dropdown-products-mb {
  display: none;
}

.text-start-content {
  padding-right: 100px;
}

.pr-end {
  padding-right: 3rem;
}

@media (max-width: 1368px) {
  .text-start-content {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .dropdown-products {
    display: none;
  }

  .dropdown-products-mb {
    display: block;
  }

  .pr-end {
    padding-right: 3rem;
  }
}

@media (max-width: 600px) {
  .search-page .close img {
    top: 3%;
    left: 90%;
  }
}

@media (max-width: 480px) {
  .search-page .search {
    width: 300px;
  }
}