﻿:root {
  --font-primary: "DM Sans", sans-serif;
  --font-secondary: serif;
}

body {
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  color: #000000;
  letter-spacing: 1px;
  line-height: normal;
}

body.no-scroll {
  overflow: hidden; /* Prevent scrolling when mobile menu is open */
}

a {
  color: inherit;
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px grey;
  background-color: #fac900;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}

.underline:hover {
  text-decoration: underline;
}

.breadcrumb .active {
  text-decoration: underline;
}

.jumbotext {
  font-size: clamp(3rem, 1.7143rem + 6.4286vw, 12rem);
  font-weight: 900;
  line-height: 1;
}

h1, .h1 {
  font-size: clamp(4rem, 3.4286rem + 2.8571vw, 8rem);
  font-weight: 900;
  line-height: 1;
}

h2, .h2 {
  font-size: clamp(3rem, 2.5714rem + 2.1429vw, 6rem);
  font-weight: 900;
  line-height: 1;
}

h3, .h3 {
  font-size: clamp(2.8rem, 2.6286rem + 0.8571vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

h4, .h4 {
  font-size: clamp(2rem, 1.8286rem + 0.8571vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
}

h5, .h5 {
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1;
}

h6, .h6 {
  font-size: clamp(1rem, 0.9714rem + 0.1429vw, 1.2rem);
  font-weight: 900;
  line-height: 1;
}

.preamble {
  font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.5rem);
  font-weight: 300;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 900;
}

.bg-yellow {
  background-color: #fac900;
}

.yellow {
  color: #fac900;
}

.bg-black {
  background-color: #000000;
}

.black {
  color: #000000;
}

.white {
  color: #ffffff;
}

.bg-pastel-yellow {
  background-color: #fff8bd;
}

.paste-yellow {
  color: #fff8bd;
}

.bg-powder-yellow {
  background-color: #fffce5;
}

.powder-yellow {
  color: #fffce5;
}

.btn, .btn:hover {
  background-color: #000000;
  color: #fac900;
  padding: 8px 24px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}

.btn.btn-on-yellow:focus, .btn.btn-on-yellow:active, .btn.btn-on-yellow:hover, .btn-yellow:focus, .btn-yellow:hover, .btn-yellow:active {
  background-color: #fffce5;
  color: #000000;
  border: 1px solid #fffce5;
}

.btn.btn-on-powder:focus, .btn.btn-on-powder:active, .btn.btn-on-powder:hover {
  background-color: #fac900;
  color: #000000;
  border: 1px solid #fac900;
}

.btn-yellow {
  background-color: #fac900;
  color: #000000;
  border: 1px solid #fac900;
}

.btn-close {
  float: right;
}

#mce-EMAIL {
  padding: 5px 15px;
  border-radius: 20px;
  border: none;
}

/*IMAGE SCALE*/
.scale {
  transition: all 0.5s ease-in-out;
}

.scale:hover {
  transform: scale(1.05);
}

/*IMAGE SCALE END*/
/*FOOTER*/
.social-circle {
  border: 2px solid #fac900;
  padding: 3px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  margin-left: 10px;
}

footer hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #ffffff;
  opacity: 0.15;
}

/*FOOTER END*/
/*HERO*/
.hero {
  position: relative;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-text {
  border-radius: 0 100% 0 0;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 500px;
  width: 500px;
  position: absolute;
  bottom: -50px;
}

.hero-text > div {
  display: inline-block;
  align-self: flex-end;
}

.hero-symbol {
  width: 170px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 9;
}

/*HERO END*/
/*NAVIGATION*/
header#fixed-navbar {
  background-color: #fac900;
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbar .logo {
  max-width: 230px;
}

nav {
  /*    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  */
}
nav .navbar-nav > .nav-item {
  padding: 0 10px 0 10px;
}
nav .nav-link {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  padding: 0;
  margin: auto 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
nav .navbar-collapse, nav .navbar-nav, nav .nav-link {
  min-height: 85px;
  height: 100%;
}
nav .navbar-nav > .nav-item.active > a > span {
  border-bottom: 3px solid #000000;
  padding-top: 7px;
  padding-bottom: 4px;
}
nav .submenu .nav-item.active > span {
  border-bottom: 3px solid #000000;
  padding-top: 7px;
  padding-bottom: 4px;
}
nav .submenu .nav-item.active a {
  border-bottom: 2px solid #282828;
}
nav .submenu .nav-item a {
  display: inline-block;
  padding-bottom: 2px;
  background-image: linear-gradient(#282828 0 0);
  background-position: 0 100%; /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition: background-size 0.3s, background-position 0s 0.3s; /*change after the size immediately*/
}
nav .submenu .nav-item a:hover {
  background-position: 100% 100%; /*OR bottom right*/
  background-size: 100% 2px;
}
nav .language .nav-link {
  font-weight: 500;
}
nav .language .nav-link.active {
  font-weight: 900;
}
nav .language .nav-link:not(:last-child):after {
  content: "/";
  font-weight: 500;
  padding: 0 5px;
}
nav .navbar-collapse {
  flex-grow: unset;
}
nav .navbar-toggler {
  border: none;
  cursor: pointer;
}
nav .navbar-toggler .bar1, nav .navbar-toggler .bar2, nav .navbar-toggler .bar3 {
  width: 30px;
  height: 4px;
  background-color: #000000;
  margin: 6px 0;
  transition: 0.4s;
}
nav .mega-menu {
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0;
  border: unset;
  background-color: #fff8bd;
}
nav .dropdown-toggle::after {
  display: none;
}
nav .dropdown-menu[data-bs-popper] {
  margin-top: unset !important;
}

.change .bar1 {
  transform: translate(0, 12px) rotate(-45deg);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: translate(0, -8px) rotate(45deg);
}

@media all and (min-width: 1200px) {
  .dropdown-menu {
    width: 13rem;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .ktm-mega-menu .dropdown-menu {
    display: block;
  }
  .nav-item .dropdown-menu {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.1s;
    transition-delay: 0.5s;
  }
  .nav-item:hover .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.3s;
    transition-delay: 0s;
  }
}
@media all and (max-width: 1199px) {
  .dropdown-menu {
    width: 13rem;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .ktm-mega-menu .dropdown-menu {
    display: block;
  }
  .nav-item .dropdown-menu {
    opacity: 1 !important;
  }
  .language {
    position: absolute;
    right: 110px;
    top: 0rem;
  }
}
/*NAVIGATION END*/
.cta-image {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-block-image {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-text-box .image {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-text-box .text-box {
  min-height: 600px;
}

.jumbo-image {
  height: 900px;
}

.newsletter {
  max-width: 450px;
  border-radius: 10px;
}

@media all and (max-width: 1399px) {
  .cta-image {
    height: 350px;
  }
}
@media all and (max-width: 1199px) {
  .hero {
    height: 700px;
  }
  .language {
    position: relative;
    left: 0;
  }
  .navbar .container-fluid {
    justify-content: unset !important;
  }
  nav .navbar-toggler {
    position: absolute;
    right: 48px;
    top: 20px;
  }
  .cta-image {
    height: 300px;
  }
  .jumbo-image {
    height: 700px;
  }
}
@media all and (max-width: 991px) {
  .hero {
    height: 600px;
  }
  .hero-text {
    padding: 30px;
    min-height: 400px;
    width: 400px;
  }
  .hero-symbol {
    width: 100px;
  }
  .language {
    right: 80px;
  }
  nav .navbar-toggler {
    right: 0px;
  }
  .cta-image {
    height: 700px;
  }
  .column-block-image {
    height: 700px;
  }
}
@media all and (max-width: 768px) {
  .cta-image {
    height: 500px;
  }
  .column-block-image {
    height: 500px;
  }
}
@media all and (max-width: 568px) {
  .logo {
    width: 150px;
  }
  nav .language .nav-link {
    min-height: 75px;
  }
  nav .navbar-toggler {
    top: 15px;
  }
  .hero-symbol {
    display: none;
  }
  .hero-text {
    width: 80%;
  }
  .image-text-box .image {
    height: 450px;
  }
  .jumbo-image {
    height: 600px;
  }
}
@media all and (max-width: 399px) {
  .language {
    right: 60px;
  }
  .language .nav-link {
    font-size: 14px;
    min-height: 79px !important;
  }
  /*  .logo {
        width: 120px;
    }*/
  .hero {
    height: 480px;
  }
  .hero-text {
    bottom: 0px;
  }
  .hero-text {
    width: 100%;
  }
  .cta-image {
    height: 300px;
  }
  .column-block-image {
    height: 300px;
  }
  .image-text-box .text-box {
    min-height: 400px;
  }
  .image-text-box .image {
    height: 300px;
  }
  .jumbo-image {
    min-height: 400px;
  }
}
