@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



/* -------------------- PRA -------------------- */
@font-face {
  font-family: "Albra";
  src: url("../fonts/Albra.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* -------------------- LUFGA -------------------- */
@font-face {
  font-family: "Brightclones";
  src: url("../fonts/Brightclones.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



/* html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 100%;
} */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  overflow-x: hidden !important;
  background-color: #F0EEE9;
  /* Hide scrollbar but keep scroll functionality */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

/* Hide hero text initially for reveal animation */
[data-reveal-text],
[data-reveal-subheader-text],
[data-reveal-video],
.xsso_collection_card,
.stat_number,
.stat_text,
.xsso_defines_divider,
.xsso_icon_item img,
.xsso_icon_item h5,
.footer_form_input_area,
.xsso_footer_info_area,
.xsso_footer_contact_area,
.xsso_footer_logo_area,
.xsso_footer_logo_area,
.footer_address_area,
.email_subscription_area,
.social_copyright_area,
.xsso_header_hero_image_area img,
.xsso_header_hero_content_area p,
.xsso_about_motto_image_content,
.xsso_about_motto_header_content h2,
.xsso_about_motto_header_content p,
.xsso_about_motto_feeatures_area,
.xsso_about_expertise_header_area h3,
.xsso_about_expertise_video_area,
.xsso_experise_content_leftcontentarea h2,
.xsso_experise_content_rightimagearea,
.xsso_experise_content_rightcontentarea p,
.our_team_main_title_area,
.our_team_title_description_area,
.single_team_member_area {
  opacity: 0;
}


span,
a,
a:hover {
  text-decoration: none;
  /* color: inherit; */
}

b {
  font-weight: 400;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 12px;
  padding: 8px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  background-image: none;
  border: 1px solid #ddd;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding-left: 25px;
}

input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #000000;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: transparent;
  border: 0px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  border: 0px solid transparent;
}

select {
  padding: 10px;
  border-radius: 1px;
}

table,
th,
tr,
td {
  border: 1px solid #f8f5f0;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

input[type="submit"] {
  font-weight: 400;
  text-transform: uppercase;
  background: #011900;
  color: #fff;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}



::-webkit-input-placeholder {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
}

blockquote {
  padding: 45px;
  display: block;
  position: relative;
  background-color: #f8f5f0;
  overflow: hidden;
  margin: 35px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
}

blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote:before {
  content: "\e645";
  font-family: "Themify";
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #222;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p a {
  color: inherit;
}

blockquote cite {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #011900;
  font-weight: 400;
}

blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #011900;
}


.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100%;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bold {
  font-weight: 600;
}

:root {
  scroll-behavior: auto;
}





/* ======= Modern Preloader Style ======= */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #023A3B;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Animated background pattern */
#preloader::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(238, 235, 226, 0.03) 50%, transparent 100%);
  opacity: 0;
  pointer-events: none;
}

.preloader-logo {
  position: absolute;
  top: 60px;
  right: 60px;
  opacity: 0;
  transform: translateY(-20px);
  filter: drop-shadow(0 0 30px rgba(238, 235, 226, 0.1));
}

.preloader-logo svg {
  width: 144px;
  height: auto;
}

.preloader-logo svg path {
  opacity: 0;
}

.preloader-counter {
  position: absolute;
  bottom: 80px;
  left: 60px;
  font-family: "Azeret Mono", monospace;
  font-size: 20px;
  font-weight: 400;
  color: #EEEBE2;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateX(0);
  transition: transform 0.3s ease-out;
}

.counter-number {
  display: inline-block;
  min-width: 3ch;
  text-align: right;
}

.counter-percent {
  opacity: 0.7;
}

.preloader-progress-bar {
  position: absolute;
  bottom: 60px;
  left: 60px;
  right: 60px;
  height: 2px;
  background: rgba(238, 235, 226, 0.15);
  overflow: visible;
  opacity: 0;
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #EEEBE2 0%, rgba(238, 235, 226, 0.6) 100%);
  transform-origin: left;
  box-shadow: 0 0 20px rgba(238, 235, 226, 0.3);
}

body.preloader-active {
  overflow: hidden;
}

/* Responsive */
@media (max-width: 991px) {
  .preloader-logo {
    top: 40px;
    right: 40px;
  }

  .preloader-logo svg {
    width: 120px;
  }

  .preloader-counter {
    font-size: 18px;
    bottom: 70px;
    left: 40px;
  }

  .preloader-progress-bar {
    left: 40px;
    right: 40px;
    bottom: 50px;
  }
}

@media (max-width: 576px) {
  .preloader-logo {
    top: 30px;
    right: 30px;
  }

  .preloader-logo svg {
    width: 100px;
  }

  .preloader-counter {
    font-size: 16px;
    bottom: 60px;
    left: 30px;
  }

  .preloader-progress-bar {
    left: 30px;
    right: 30px;
    bottom: 40px;
  }
}

body.preloader-active {
  overflow: hidden;
}


/* .loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #F37021;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
} */

/* @-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

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

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


.pre-num {
  height: 64px;
  line-height: 64px;
}


.section-padding {
  padding: 100px 0;
}






















.navbar {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 100px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.081);
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #1d1d1d;
  margin: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 40px;
  padding-left: 40px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

.navbar .navbar-nav .nav-link {
  position: relative;
}

.navbar .navbar-nav .nav-link span {
  position: relative;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Hover State - Subtle glow effect */
.navbar .navbar-nav .nav-link:hover {
  color: #023A3B;
}

.navbar .navbar-nav .nav-link:hover span {
  /* text-shadow: 0 0 20px rgba(2, 58, 59, 0.3); */
  transform: translateY(-1px);
}


/* --- Footer Hover Effects --- */

/* --- Footer Hover Effects --- */


.morson_footer_area a span,
.footer_quick_links_div ul li a span {
  /* Added check to ensure specificity */
  position: relative;
  display: inline-block;
}

.morson_footer_area a span::after,
.footer_quick_links_div ul li a span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #ffffff;
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.morson_footer_area a:hover span::after,
.footer_quick_links_div ul li a:hover span::after {
  width: 100%;
}

.morson_footer_area a:hover,
.footer_quick_links_div ul li a:hover {
  color: #ffffff;
}

/* Active State */
.navbar .navbar-nav .active {
  color: #1d1d1d !important;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 600;
}

.navbar .navbar-nav .active i {
  color: #023A3B;
}

.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  height: 90px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: #023A3B;
}

.nav-scroll .navbar-nav .nav-link {
  color: #222;
}

.nav-scroll .navbar-nav .active {
  color: #023A3B !important;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #fff;
}

.nav-scroll .logo-img {
  width: 160px;
}

.nav-scroll .logo-img {
  margin-bottom: 0px;
}


.logo-wrapper {
  float: left;
}

.logo {
  padding: 0;
}

.logo-img {
  padding: 0;
  width: 150px;
  text-align: center;
}

.dropdown .nav-link i {
  padding-left: 5px;
  font-size: 8px;
  color: rgba(0, 0, 0, 0.7);
}

.nav-scroll .dropdown .nav-link i {
  color: #222;
}

.nav-scroll .navbar-nav .active i {
  color: #023A3B;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 8px 0;
  font-size: 17px;
  font-weight: 400;
  color: #222;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #023A3B;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-menu {
  box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}

.navbar .dropdown-menu li {
  border-bottom: 1px solid #f4f4f4;
}

.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 220px;
    padding: 15px 25px;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    /* border: 0; */
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -10px;
    right: auto;
    min-width: 190px;
    transform: translateY(0);
  }

  .navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    /* background: transparent; */
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100px;
    /* Fixed height for header */
  }

  .nav-scroll {
    background: #fff;
  }

  .logo-wrapper {
    float: left;
    padding: 26px 0 26px 20px;
  }

  .nav-scroll .logo-wrapper {
    padding: 26px 0 26px 20px;
    background-color: transparent;
  }

  .nav-scroll .logo-img {
    width: 160px;
  }

  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }



  .logo-img {
    margin-bottom: 0px;
    padding: 0;
    width: 120px;
  }

  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    border: none;
    padding: 0;
  }

  .navbar button:hover {
    background: transparent;
  }

  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }

  .navbar .container {
    max-width: 100%;
    padding: 0;
    /* background: white; */
  }

  /* .navbar .nav-link {
    margin: 0px auto !important;
  } */
  .navbar .navbar-nav .nav-link {
    color: #000000;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #ffffff !important;
  }

  .nav-scroll .navbar-collapse .active {
    color: #E31E24 !important;
  }

  .navbar .dropdown-menu .dropdown-item {
    padding: 10px 0;
    font-size: 24px;
    /* Increased from 15px */
    line-height: 1.2;
    color: rgba(2, 58, 59, 0.7);
    font-weight: 300;
  }

  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 300;
  }

  .navbar .dropdown-menu {
    border: none;
    padding: 10px 0 20px 30px;
    /* Indented for clarity */
    border-radius: 0;
    margin: 0;
    background: transparent;
    /* No solid background */
    box-shadow: none;
  }

  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }

  .navbar .dropdown-menu li a {
    padding: 5px 0;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown .nav-link i {
    color: #222;
  }

  .nav-scroll .dropdown .nav-link i {
    color: #222;
  }

  .nav-scroll .dropdown .nav-link.active i {
    color: #E31E24;
  }
}

.navbar .navbar-nav .nav-link sup {
  display: none;
  /* Hidden on desktop */
}

.navbar {
  transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (max-width: 992px) {
  .navbar {
    z-index: 1002;
    background: transparent !important;
    transition: none;
  }

  /* Curtain Wipe Background Provider */
  .navbar .navbar-collapse {
    text-align: left;
    padding: 20px 40px 60px 40px;
    height: 100vh;
    overflow-y: auto;
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F0EEE9;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px;
    /* Curtain Closed State */
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    visibility: hidden;
    transition: clip-path 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, visibility 0s 0.25s;
  }

  /* Content Drift during Wipe */
  .navbar .navbar-collapse .navbar-nav,
  .navbar .navbar-collapse .mobile-menu-footer {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
    transform: translateY(-10px);
    opacity: 0;
  }

  .navbar-collapse.show {
    clip-path: inset(0 0 0 0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: clip-path 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, visibility 0s 0s;
  }

  .navbar-collapse.show .navbar-nav,
  .navbar-collapse.show .mobile-menu-footer {
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
    transition-delay: 0s;
  }

  /* Ensure the static header stays transparent during exit */
  .navbar.nav-open {
    background: transparent !important;
  }

  .navbar .navbar-nav {
    width: 100%;
  }

  .navbar .navbar-nav .nav-item {
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.25s ease;
    /* Elegant Exit */
  }

  .navbar-collapse.show .nav-item {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    /* Snappy Entry */
    transition-delay: calc(var(--i) * 0.03s);
  }

  .navbar .navbar-nav .nav-link {
    display: inline-block;
    padding: 15px 0;
    font-size: 46px;
    font-weight: 400;
    font-family: "Albra", serif;
    color: #023A3B;
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    width: 100%;
  }

  /* Next-Gen Hover/Active State */
  .navbar .navbar-nav .nav-link:active,
  .navbar .navbar-nav .nav-link.active {
    font-style: italic;
    padding-left: 15px;
    color: #023A3B !important;
  }

  .navbar .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #023A3B;
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .navbar .navbar-nav .nav-link:active::after,
  .navbar .navbar-nav .nav-link.active::after {
    width: 40px;
    left: 15px;
  }

  .navbar .navbar-nav .nav-link sup {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    margin-right: 12px;
    color: rgba(2, 58, 59, 0.3);
    font-style: italic;
    top: -0.8em;
  }

  /* Mobile Menu Footer */
  .menu-footer {
    padding-top: 40px;
    margin-top: 40px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 0.3s;
  }

  .navbar-collapse.show .menu-footer {
    opacity: 1;
    transform: translateY(0);
  }

  .menu-contact-info h6 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(2, 58, 59, 0.4);
    margin-bottom: 12px;
    font-weight: 600;
  }

  .menu-contact-info a {
    display: block;
    font-size: 18px;
    color: #023A3B;
    margin-bottom: 5px;
    font-weight: 300;
    transition: opacity 0.3s;
  }

  .menu-contact-info a:active {
    opacity: 0.6;
  }

  .menu-social-links {
    margin-top: 25px;
  }

  .menu-social-links ul {
    display: flex;
    gap: 20px;
    padding: 0;
  }

  .menu-social-links ul li a img {
    width: 20px;
    opacity: 0.6;
    transition: all 0.3s;
  }

  .menu-social-links ul li a:active img {
    opacity: 1;
    transform: scale(1.1);
  }

  body.noscroll {
    overflow: hidden;
  }

  /* Fixed Dropdown Animation - Downward Only */
  .navbar .dropdown-menu {
    border: none;
    padding: 0 0 0 30px;
    border-radius: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    transform: none !important;
  }

  .navbar .dropdown-menu.show {
    max-height: 500px;
    opacity: 1;
    padding: 10px 0 20px 30px;
  }

  .navbar .dropdown-menu .dropdown-item {
    padding: 10px 0;
    font-size: 20px;
    line-height: 1.2;
    color: rgba(2, 58, 59, 0.6);
    font-weight: 300;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .navbar .dropdown-menu.show .dropdown-item {
    opacity: 1;
    transform: translateY(0);
  }

  .navbar .dropdown-menu.show .dropdown-item:nth-child(1) {
    transition-delay: 0.1s;
  }

  .navbar .dropdown-menu.show .dropdown-item:nth-child(2) {
    transition-delay: 0.15s;
  }

  .navbar .dropdown-menu.show .dropdown-item:nth-child(3) {
    transition-delay: 0.2s;
  }

  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }

  .navbar .dropdown-menu li a {
    padding: 5px 0;
  }
}


.navbar-nav li:last-child a {
  padding-right: 0 !important
}

.navbar-nav li:first-child a {
  padding-left: 0 !important
}































.hero-header {
  position: relative;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-center-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  transform: translateY(-50%);
}

.hero-content {
  position: absolute;
  top: calc(50% + -41px);
  width: 100%;
  transform: translateY(0);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  justify-self: center;
}


.hero-left {
  width: 40%;
  position: relative;
  padding-top: 30px;
}

.hero-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #fff;
}


.hero-title {
  color: #FFF;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.hero-right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}

.hero-desc {
  max-width: 340px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.03em;
}







.product_overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product_overlaaay_main_text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.product_overlaaay_main_text h1 {
  color: #FFF;
  font-size: 84px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-align: center;
}

.product_overlaaay_main_text h5 {
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.03em;
}


.product_footer_bottom_overlay {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
}















@media screen and (max-width: 992px) {

  .mmt-50 {
    margin-top: 50px;
  }

}




/* go home */
.go-back {
  margin-top: 45px;
}

.go-back a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.go-back a:hover {
  color: #011900;
}

.go-back a span {
  transition: all 0.5s;
}

.go-back a span i {
  color: #fff;
  font-size: 12px;
}

.go-back a:hover span {
  padding-right: 15px;
}


/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 100px;
  right: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background-color: #011900;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "themify";
  content: "\e648";
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
  color: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: #011900;
}


.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}



/* ----------------------------------------- */


/* Make all nav <a> tags handle the sliding text */
/* .menu-content a, */
.navbar-nav .nav-link,
.submenu-list li a,
.menu_product_link_structure h2,
.sub_menu_link_area ul li a,
.footer_quick_links_area ul li a,
.footer_essentials_links_area ul li a {
  position: relative;
  overflow: hidden;
}


.navbar-nav .nav-link::after,
.submenu-list li a::after,
.menu_product_link_structure h2:after,
.sub_menu_link_area ul li a:after,
.footer_quick_links_area ul li a:after,
.footer_essentials_links_area ul li a:after {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  white-space: nowrap;
}


.navbar-nav .nav-link span,
.submenu-list li a span,
.menu_product_link_structure h2 span,
.sub_menu_link_area ul li a span,
.footer_quick_links_area ul li a span,
.footer_essentials_links_area ul li a span {
  display: inline-block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


/* .navbar-nav .nav-link:hover span,
.submenu-list li a:hover span,
.menu_product_link_structure h2:hover span,
.sub_menu_link_area ul li a:hover span,
.footer_quick_links_area ul li a:hover span,
.footer_essentials_links_area ul li a:hover span {
    transform: translateY(-100%);
} */


.navbar-nav .nav-link:hover::after,
.submenu-list li a:hover::after,
.menu_product_link_structure h2:hover::after,
.sub_menu_link_area ul li a:hover::after,
.footer_quick_links_area ul li a:hover:after,
.footer_essentials_links_area ul li a:hover:after {
  transform: translateY(-100%);
}

.sub_menu_link_area ul li a,
.footer_quick_links_area ul li a,
.footer_essentials_links_area ul li a {
  display: inline-block;
}

.top-container {
  width: 100%;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.menu_extra_search_area ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 40px;
}











.menu-icon {
  width: 26px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-icon.open span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #000000;
}

.menu-icon.open span:nth-of-type(2) {
  opacity: 0;
}

.menu-icon.open span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #000000;
}