/* Althy Font */
@font-face {
  font-family: 'Althy';
  src: url('../fonts/Althy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Montserrat Fonts */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}



body {
  font-family: 'Montserrat', sans-serif;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 
    @font-face {
      font-family: 'BlackerProDisplay';
      src: url('../fonts/blacker-pro-display/zetafonts-blacker-pro-display-medium-italic.woff') format('opentype');
      font-weight: 500; */
/* Use 500 for medium */
/* font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Oooh Baby';
      src: url('../fonts/oooh-baby-cufonfonts/OoohBaby-Regular.woff') format('opentype');
      font-weight: 500; */
/* Use 500 for medium */
/* font-style: normal;
      font-display: swap;
    } */

.header {
  background-color: #004b44 !important;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 80px;
  padding: 5px 20px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.navbar-expand-lg .navbar-nav {
  gap: 30px;
}

.navbar-toggler-icon {
  background-image: url(../images/header_bar.webp);
  width: 43.3px;
  height: 20px;

}

.navbar-brand img {
  width: 100%;
  height: 50px;
  margin-bottom: -6px;
  object-fit: cover;
}

.navbar-expand-lg .navbar-collapse {

  justify-content: center;
}

.navbar-nav .menu-item {
  position: relative;

}

.navbar-nav .menu-item a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
}

.navbar-nav .menu-item.current-menu-item a {
  color: #c5ab7d;
}

/* .navbar-nav .menu-item.active .nav-link{
   color: #e2b792;
 } */

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.footer {
  background-color: #004b44;
  background-image: url('../images/home/footer_bg_dec.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  max-height: auto;
}

.footer_div {
  margin: 58px auto 72px auto;

}

.footer img {
  width: 144.3px;
  height: 50px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 64px;
}

.footer-link {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.footer .copyright_div {
  -webkit-backdrop-filter: blur(15.2px);
  backdrop-filter: blur(15.2px);
  background-color: #3a2e1797;
}

.footer .copyright_div span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}


@media (max-width: 900px) {

  .header {
    background-color: #004b44 !important;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    height: 100%;
    padding: 15px 15px 15px 20px;
    z-index: 9999;
  }

  .navbar-brand img {
    width: 100%;
    height: 30px;
    object-fit: cover;
  }

  .navbar-nav {
    margin: 50px auto;
  }

  .navbar-nav .nav-link {
    font-size: 14px;
    text-align: left;
  }

  .navbar-expand-lg .navbar-nav {
    gap: 30px;
  }

  /* Custom Hamburger Icon */
  #nav-icon1 {
    width: 28px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
  }

  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    /* You can change color here */
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transition: all 0.25s ease-in-out;
  }

  #nav-icon1 span:nth-child(1) {
    top: 3px;
  }

  #nav-icon1 span:nth-child(2),
  #nav-icon1 span:nth-child(3) {
    top: 12px;
  }

  #nav-icon1 span:nth-child(4) {
    top: 21px;
  }

  #nav-icon1.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
  }

  #nav-icon1.open span:nth-child(2) {
    transform: rotate(45deg);
  }

  #nav-icon1.open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  #nav-icon1.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
}

@media (max-width: 900px) {
  .footer {
    background-color: #004b44;
    background-image: url('../images/home/footer_bg_mob.webp');
    background-size: cover;
  }

  .footer_div {
    margin: 54px auto 55px auto;
  }

  .footer img {
    width: 99px;
    height: 34px;
  }

  .footer-links {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }

  .footer-link {
    font-size: 14px;
    font-weight: normal;
  }

  .footer .copyright_div span {
    font-size: 13px;
    line-height: 2.31;
  }
}