@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.l__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem; /* Add padding for inner spacing */
}

/* Increased Bootstrap-like responsive max-widths */
@media (min-width: 576px) {
  .l__container {
    max-width: 600px; /* Increased from 540px */
  }
}
@media (min-width: 768px) {
  .l__container {
    max-width: 800px; /* Increased from 720px */
  }
}
@media (min-width: 992px) {
  .l__container {
    max-width: 1040px; /* Increased from 1000px by 40px */
  }
}
@media (min-width: 1200px) {
  .l__container {
    max-width: 1240px; /* Increased from 1200px by 40px */
  }
}
@media (min-width: 1400px) {
  .l__container {
    max-width: 1440px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1500px) {
  .l__container {
    max-width: 1540px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1600px) {
  .l__container {
    max-width: 1640px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1700px) {
  .l__container {
    max-width: 1740px; /* Increased from 1400px by 40px */
  }
}
.m__tb {
  margin-top: clamp(2.5rem, 6vw, 6.875rem);
  margin-bottom: clamp(2.5rem, 6vw, 6.875rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 6vw, 6.875rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 6vw, 6.875rem);
}

.p {
  padding: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb {
  padding-top: clamp(2.5rem, 6vw, 6.875rem);
  padding-bottom: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb--t {
  padding-top: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb--b {
  padding-bottom: clamp(2.5rem, 6vw, 6.875rem);
}

html {
  overflow-x: hidden;
}

*[data-aos] {
  will-change: transform, opacity;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  transition: all 0.5s ease;
  background-color: #ffffff;
}
body.locked {
  overflow: hidden;
}

p,
small,
span {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

h2 {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}

h3 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}

h4 {
  font-size: clamp(1rem, 3vw, 1.25rem);
}

h5 {
  font-size: clamp(1rem, 3vw, 1.125rem);
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  transition: all 0.5s ease;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem !important;
  }
}

li {
  font-size: 16px;
  transition: all 0.5s ease;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #797373;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.section__title {
  overflow: hidden;
  margin-bottom: clamp(1.25rem, 3vw, 2.25rem);
}
.section__title h6 {
  color: #922a8e;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 767px) {
  .section__title h6 {
    font-size: 1rem;
  }
}
.section__title h1,
.section__title h2 {
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 0;
  color: #1b2534;
}
.section__title h1 span,
.section__title h2 span {
  color: #fba311;
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.9375rem;
}
.section__title i {
  color: #14e49a;
  margin-right: 0.3125rem;
  font-size: 0.875rem;
}

.social__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social__icon li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 500ms ease;
  border-radius: 50%;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  background-color: #ffffff;
}
.social__icon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #922a8e;
  transition: all 500ms ease;
  text-decoration: none;
  font-size: 0.9375rem;
}
.social__icon li a i {
  font-size: 0.9375rem;
}
.social__icon li a + a {
  margin-left: 0.5rem;
}
.social__icon li:hover {
  border-color: #922a8e;
}
.social__icon li:hover a {
  color: #922a8e;
}

.breadcrumb__custom {
  align-content: center;
  position: relative;
  background: radial-gradient(circle at 20% 30%, #7b2ff7 0%, transparent 40%), radial-gradient(circle at 80% 20%, #d946ef 0%, transparent 45%), radial-gradient(circle at 70% 80%, #a21caf 0%, transparent 45%), radial-gradient(circle at 10% 90%, #4f46e5 0%, transparent 40%), linear-gradient(135deg, #3b1d82, #6d28d9);
  background-blend-mode: screen;
  z-index: 4;
  padding: 5.5rem 0px 2rem 0px;
}
.breadcrumb__custom span svg path {
  fill: #922a8e;
}
.breadcrumb__custom--title {
  margin-block: 0.625rem;
}
.breadcrumb__custom--title h1 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: white;
}
.breadcrumb__custom--content {
  border: 1px solid white;
  border-radius: 1.5625rem;
  padding: 0.5rem 1rem;
  display: inline-block;
}
.breadcrumb__custom a {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-transform: capitalize;
}
.breadcrumb__custom a.active, .breadcrumb__custom a:hover {
  color: white;
}
.breadcrumb__custom a i {
  font-size: 1rem;
  color: white;
}
@media (max-width: 767px) {
  .breadcrumb__custom a {
    font-size: 1rem;
  }
  .breadcrumb__custom a i {
    font-size: 0.75rem;
  }
}
.breadcrumb__custom.active a {
  color: #922a8e;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.pagination .page-link {
  background-color: #fba311;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #922a8e;
  border-color: #ffffff;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}

.btn__group {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}

.banner__page {
  background-image: url("/static/site-asset/images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 4rem;
  text-align: center;
}
.banner__page::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__page--content {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 56.25rem;
  margin: auto;
}
.banner__page--content :where(h1, h2, p) {
  color: #ffffff;
}
.banner__page--content h2,
.banner__page--content h1 {
  font-size: 4.375rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media (max-width: 1300px) {
  .banner__page--content h2,
  .banner__page--content h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1200px) {
  .banner__page--content h2,
  .banner__page--content h1 {
    font-size: 3.4375rem;
  }
}
@media (max-width: 1100px) {
  .banner__page--content h2,
  .banner__page--content h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .banner__page--content h2,
  .banner__page--content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .banner__page--content h2,
  .banner__page--content h1 {
    font-size: 1.875rem;
  }
}
.banner__page--crumb {
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 1.5625rem;
  display: inline-block;
  padding: 0.5rem 1rem;
}
.banner__page--crumb :where(a, span) {
  color: #ffffff !important;
}
.banner__page--crumb a {
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}
.banner__page--crumb a.active {
  color: #008ab7 !important;
}
.banner__page--crumb a.link:hover {
  color: #922a8e !important;
}

/* HTML: <div class="loader"></div> */
#loader {
  width: 100% !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff8f0;
  z-index: 1000;
  color: rgba(0, 0, 0, 0);
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
}

.loader {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fba311;
  background: conic-gradient(#fba311 0 0) 0/0% 100% no-repeat text;
  animation: l1 2s linear infinite;
}
@media (max-width: 767px) {
  .loader {
    font-size: 1.125rem;
  }
}

@keyframes l1 {
  to {
    background-size: 120% 100%;
  }
}
.not-available {
  font-size: clamp(1rem, 3vw, 1.75rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}

.empty-title {
  margin-top: 2rem;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #003459;
  padding: 0.625rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}
.l__button i {
  margin-right: 0.3125rem;
  transition: all 0.3s ease;
}
.l__button svg {
  margin-right: 0.3125rem;
  transition: all 0.3s ease;
}
.l__button--primary {
  color: #ffffff;
  border-color: #922a8e;
  background-color: #922a8e;
}
.l__button--primary:hover {
  border-color: #fba311;
  color: #ffffff;
  background-color: #fba311;
}
.l__button--secondary {
  color: #1a1a1a;
  background-color: #fba311;
  border-color: #fba311;
}
.l__button--secondary:hover {
  border-color: #922a8e;
  color: #ffffff;
  background-color: #922a8e;
}
.l__button--transparent {
  color: #922a8e;
  background-color: transparent;
  border-color: #922a8e;
}
.l__button--transparent:hover {
  border-color: #922a8e;
  background-color: #922a8e;
  color: #ffffff;
}
.l__button--border {
  border-color: #922a8e;
  color: #922a8e;
}
.l__button--border:hover {
  color: #922a8e;
  border-color: #922a8e;
  background-color: #922a8e;
  color: #ffffff;
}
.l__button:hover svg {
  filter: brightness(0) invert(1);
}
@media (max-width: 480px) {
  .l__button {
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
  }
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}

@media (min-width: 992px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
}
.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 18.125rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  transform: scaleY(0);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
  overflow: hidden;
}
.main-menu .main-menu__list > li + li {
  margin-left: clamp(1rem, 3vw, 1.625rem);
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1rem;
  }
}
@media (max-width: 1100px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 0.625rem;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #1b2534;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a.active, .main-menu .main-menu__list > li > a:hover {
  color: #922a8e;
}
.main-menu .main-menu__list > li > a.active::after, .main-menu .main-menu__list > li > a:hover::after {
  color: #922a8e !important;
}
@media (max-width: 1200px) {
  .main-menu .main-menu__list > li > a {
    font-size: 1rem;
  }
}
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 0.9375rem;
}
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 0.875rem;
  color: #002345;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.main-menu .main-menu__list > li:hover .mega__menu, .main-menu .main-menu__list > li:hover > ul, .main-menu .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li, .main-menu .main-menu__list > li > ul > li > ul > li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list > li > ul > li:last-child, .main-menu .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.main-menu .main-menu__list > li > ul > li + li, .main-menu .main-menu__list > li > ul > li > ul > li + li {
  border-top: 0;
  margin-top: 0px;
}
.main-menu .main-menu__list > li > ul > li > a, .main-menu .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  color: #151422;
  font-weight: 400;
  display: flex;
  padding: 0.375rem 0.75rem;
  text-transform: capitalize;
}
.main-menu .main-menu__list > li > ul > li.active > a, .main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #922a8e;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: 500ms;
  display: flex;
  text-decoration: none;
}
.main-menu .mobile-nav__toggler:hover {
  color: #922a8e;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.3s ease;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.3s ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s ease;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 18.75rem;
  background-color: #fdfffc;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 1.875rem 0.9375rem;
  visibility: 0;
  opacity: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .logo-box {
  margin-bottom: 2rem;
  display: inline-block;
}
.mobile-nav__content .logo-box img {
  height: 4rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mobile-nav__close {
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  font-size: 1.125rem;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}
.mobile-nav__content .main-menu__list > li > a, .mobile-nav__content .main-menu__list > li > ul > li > a, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  line-height: 1.875rem;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.5rem;
  text-decoration: none;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: #922a8e;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #922a8e;
}
.mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  outline: none;
  text-align: center;
  transition: transform 500ms ease;
  padding: 0;
  font-size: 0.625rem;
}
.mobile-nav__content .main-menu__list > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button .fa-minus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-minus {
  display: block;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-plus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 1.875rem;
}
.mobile-nav__top .main-menu__login a {
  color: #922a8e;
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-decoration: none;
  color: #ffffff;
  height: 2.25rem;
  width: 2.25rem;
  overflow: hidden;
  min-width: 2.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: #fba311;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #922a8e;
}
.mobile-nav__social a + a {
  margin-left: 1rem;
}
.mobile-nav__contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mobile-nav__contact li {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__contact li + li {
  margin-top: 0.9375rem;
}
.mobile-nav__contact li a {
  color: #333333;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #922a8e;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #922a8e;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  font-size: 0.6875rem;
  margin-right: 0.625rem;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

.main-header-two {
  display: block;
  width: 100%;
  transition: all 500ms ease;
  position: relative;
}
.main-header-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  padding-block: 0.75rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 999;
}
.main-menu-two__wrapper.show, .main-menu-two__wrapper.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.main-menu-two__logo {
  position: relative;
  display: block;
}
.main-menu-two__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__left {
  display: block;
}
.main-menu-two__left .btn__group {
  display: none;
}
.main-menu-two__main-menu-box {
  display: block;
}
.main-menu-two__right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.main-menu-two__right .trip__btn {
  border: 1px solid #212832;
  border-radius: 0.3125rem;
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #212832;
  text-decoration: none;
  transition: all 0.5s ease;
}
.main-menu-two__right .trip__btn:hover {
  background-color: #fba311;
  border-color: #fba311;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    padding: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    font-size: 0.9063rem;
  }
}
.main-menu-two__btn-box {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.main-menu-two__btn-box > ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box > ul li {
  list-style: none;
}
.main-menu-two__btn-box > ul li a {
  text-decoration: none;
  color: #383838;
  display: flex;
  font-size: 1.5rem;
  position: relative;
}
.main-menu-two__btn-box > ul li a span {
  height: 1.0625rem;
  width: 1.0625rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #922a8e;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 500;
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__btn-box > ul li a:hover {
  color: #922a8e;
}
.main-menu-two__btn-box > ul li .profile .icon {
  color: #383838;
  font-size: 1.5rem;
}
.main-menu-two__btn-box > ul li .profile .img {
  cursor: pointer;
}
.main-menu-two__btn-box > ul li .profile .img img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.main-menu-two__btn-box > ul li .profile > ul {
  padding: 0;
  overflow: hidden;
}
.main-menu-two__btn-box > ul li .profile > ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.3125rem 0.875rem;
}
.main-menu-two__btn-box > ul li .profile > ul li a:active {
  background-color: #f8f9fa;
  color: #922a8e;
}
.main-menu-two__btn-box > ul li .profile > ul li a:hover {
  color: #922a8e;
}
@media (max-width: 767px) {
  .main-menu-two__btn-box {
    gap: 0.5rem;
  }
  .main-menu-two__btn-box ul {
    gap: 0.5rem;
  }
}

@media (min-width: 992px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.tab__buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab__buttons--btn {
  cursor: pointer;
}
.tab__buttons--btn span {
  content: "";
  height: 0.0625rem;
  width: 4.6875rem;
  overflow: hidden;
  background-color: #9a9a9a;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .tab__buttons--btn span {
    width: 3.125rem;
  }
}
.tab__buttons--btn:hover, .tab__buttons--btn.active {
  color: #922a8e;
}
.tab__buttons--btn:hover span, .tab__buttons--btn.active span {
  width: 11.875rem;
  background-color: #922a8e;
}
@media (max-width: 1200px) {
  .tab__buttons--btn:hover span, .tab__buttons--btn.active span {
    width: 6.25rem;
  }
}
.tab__contents--text {
  display: none;
}
.tab__contents--text.active {
  display: block;
}

.main-menu .main-menu-two__logo a {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
}
.main-menu .main-menu-two__logo a span {
  color: #922a8e;
}
.main-menu .main-menu__list > li a, .main-menu .main-menu__list > li.dropdown > a {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
}
.main-menu .main-menu__list > li a::after, .main-menu .main-menu__list > li.dropdown > a::after {
  color: #ffffff;
}
.main-menu .main-menu__list > li a::before {
  content: "";
  height: 0.125rem;
  width: 0;
  overflow: hidden;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.main-menu .main-menu__list > li a:hover, .main-menu .main-menu__list > li a.active {
  color: #ffffff;
}
.main-menu .main-menu__list > li a:hover::before, .main-menu .main-menu__list > li a.active::before {
  width: 100%;
}

.main-header-two {
  position: fixed;
  border-bottom: 1px solid #eee;
  z-index: 9;
}
.main-header-two.sticky {
  background-color: #ffffff;
}
.main-header-two.sticky .main-menu .main-menu-two__logo a {
  color: #922a8e;
}
.main-header-two.sticky .main-menu .main-menu__list > li a {
  color: #333333;
}

.main-menu .mobile-nav__toggler i {
  margin-right: 0rem !important;
}

.footer {
  background-color: transparent;
  background-image: linear-gradient(180deg, #f4f6f0 0%, #ffffff 70%);
  position: relative;
}
.footer::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__menu {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer__menu {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    margin-bottom: 1.5rem;
  }
}
.footer__menu p.text {
  color: rgba(51, 51, 51, 0.9);
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-bottom: 0.625rem;
}
.footer__menu ul li a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: rgba(51, 51, 51, 0.9);
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.footer__menu ul li a:hover {
  color: #922a8e;
}
.footer__menu ul li a:last-child span {
  display: none;
}
.footer__menu ul li .bichar-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer__menu .infos li {
  position: relative;
  padding-left: 2.5rem;
}
.footer__menu .infos li i {
  font-size: 1.25rem;
  position: absolute;
  top: -0.3125rem;
  left: 0;
}
.footer__menu .social__icon li a i {
  font-size: 1.25rem;
}
.footer__menu iframe {
  height: 100% !important;
  width: 100% !important;
  overflow: hidden;
}
.footer__menu ._2p3a,
.footer__menu .fb-page,
.footer__menu .fb-page iframe,
.footer__menu .fb-page span {
  width: 100% !important;
}
.footer__menu .fb-page,
.footer__menu iframe {
  width: 100% !important;
}
.footer__title {
  font-size: 1.25rem !important;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  color: #333333;
}
.footer__bottom {
  position: relative;
  z-index: 1;
}
.footer__bottom .copyright {
  margin-top: clamp(1.75rem, 4vw, 3.125rem);
  padding-block: 1rem;
  border-top: 1px solid rgba(6, 3, 48, 0.09);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .footer__bottom .copyright {
    flex-direction: column;
  }
}
.footer__bottom .copyright p {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .footer__bottom .copyright p {
    justify-content: center !important;
  }
}

.insta__img {
  position: relative;
}
.insta__img img {
  height: 7.1875rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.insta__img a {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  align-content: center;
  text-align: center;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.insta__img a::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.insta__img a i {
  position: relative;
  z-index: 1;
  font-size: 24px;
}
.insta__img:hover a {
  visibility: visible;
  opacity: 1;
}

.gallery__card {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
}
.gallery__card--img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
}
.gallery__card--img img {
  object-fit: cover;
}
.gallery__card--content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 0;
  padding: 1rem;
  z-index: 1;
}
.gallery__card--content a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 0.25rem;
  flex-direction: column;
}
.gallery__card--content h3 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
.gallery__card--content span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}

.gallery-detail__card--img {
  border-radius: 8px;
  height: 24rem;
  width: 100%;
  overflow: hidden;
}
.gallery-detail__card--img img {
  object-fit: cover;
  border-radius: 8px;
}

.footer-gallery__card--img {
  border-radius: 0;
  height: 6rem;
  width: 100%;
  overflow: hidden;
}
.footer-gallery__card--img img {
  border-radius: 0;
}

.bichar__card {
  border: 1px solid transparent;
  border-radius: 1.25rem;
  padding: 1.25rem;
  background: #E0E7FF;
  box-shadow: 0 8px 15px rgba(146, 42, 142, 0.15);
  transition: all 0.3s ease;
}
.bichar__card a {
  text-decoration: none;
}
.bichar__card--content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bichar__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bichar__card:hover {
  box-shadow: 0 8px 15px rgba(146, 42, 142, 0.2);
}

.blog__card {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 8px 15px rgba(146, 42, 142, 0.15);
  transition: all 0.3s ease;
}
.blog__card a {
  text-decoration: none;
}
.blog__card--img {
  height: 15.625rem;
  width: 100%;
  overflow: hidden;
}
.blog__card--img img {
  object-fit: cover;
}
.blog__card--content {
  padding: 1rem;
}
.blog__card--content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card:hover {
  box-shadow: 0 8px 15px rgba(146, 42, 142, 0.2);
}
.blog__card:hover img {
  transform: scale(1.05);
}

.gallery .section__title h1,
.gallery .section__title h2,
.about .section__title h1,
.about .section__title h2,
.blog .section__title h1,
.blog .section__title h2,
.bichar .section__title h1,
.bichar .section__title h2 {
  position: relative;
  position: relative;
  padding-bottom: 0.625rem;
}
.gallery .section__title h1::after, .gallery .section__title h1::before,
.gallery .section__title h2::after,
.gallery .section__title h2::before,
.about .section__title h1::after,
.about .section__title h1::before,
.about .section__title h2::after,
.about .section__title h2::before,
.blog .section__title h1::after,
.blog .section__title h1::before,
.blog .section__title h2::after,
.blog .section__title h2::before,
.bichar .section__title h1::after,
.bichar .section__title h1::before,
.bichar .section__title h2::after,
.bichar .section__title h2::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery .section__title h1::after,
.gallery .section__title h2::after,
.about .section__title h1::after,
.about .section__title h2::after,
.blog .section__title h1::after,
.blog .section__title h2::after,
.bichar .section__title h1::after,
.bichar .section__title h2::after {
  width: 10%;
  border-color: #922a8e;
}

.banner {
  position: relative;
}
.banner .owl-stage-outer {
  height: 100% !important;
}
.banner__hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.banner__hero::before {
  content: "";
  background: radial-gradient(circle at 20% 30%, #7b2ff7 0%, transparent 40%), radial-gradient(circle at 80% 20%, #d946ef 0%, transparent 45%), radial-gradient(circle at 70% 80%, #a21caf 0%, transparent 45%), radial-gradient(circle at 10% 90%, #4f46e5 0%, transparent 40%), linear-gradient(135deg, #3b1d82, #6d28d9);
  background-blend-mode: screen;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.9;
}
.banner__slider {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-top: clamp(7.5rem, 5vw, 9.375rem);
}
.banner__slider .row {
  justify-content: start;
  align-items: center;
}
.banner__slider img {
  height: 37.5rem;
  width: auto !important;
  overflow: hidden;
  margin-left: auto;
}
@media (max-width: 991px) {
  .banner__slider img {
    width: 90% !important;
    height: auto;
  }
}
.banner__slider h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
}
.banner__slider p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.bichar__index .owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
}

.about__box h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.75rem;
}
.about__content .content {
  column-count: 2;
}
@media (max-width: 575px) {
  .about__content .content {
    column-count: 1;
  }
}
.about__img {
  height: 28rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 772px) {
  .about__img {
    height: 22rem;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .about__img {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
}
.about__img img {
  object-fit: cover;
  object-position: top;
}
@media (max-width: 575px) {
  .about__img img {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
}

.social-feed__box {
  border: 1px solid #e9e6e6;
  padding: clamp(1rem, 4vw, 3rem);
  border-radius: 8px;
}
.social-feed__box .twitter-tweet {
  height: 100%;
}

.fb-page span {
  width: 100% !important;
}
.fb-page span iframe {
  width: 100% !important;
}

.about__detail--img img {
  height: 22rem;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.contact__content .title {
  color: #922a8e;
}
.contact__content .title span {
  color: #fba311;
}
.contact__content ul {
  padding-left: 0px;
}
.contact__content ul .info_card {
  list-style: none;
  padding-bottom: 0.75rem;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.contact__content ul .info_card .info span a {
  text-decoration: none;
  color: #333333;
}
.contact__content form {
  background-color: rgba(255, 143, 251, 0.2392156863);
  padding: clamp(1.25rem, 4vw, 2rem);
  border-radius: 8px;
}
.contact__content form h2 {
  margin-bottom: 1rem;
}
.contact__content form .form-control {
  border-radius: 3px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 0.5rem 1.25rem;
}
.contact__content form .form-control::placeholder {
  color: #5e5e5e;
  font-size: 0.8125rem;
  font-weight: 400;
}
.contact__content form label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5d5b58;
  margin-bottom: 0.4375rem;
}
.contact__content form label span {
  color: #eb5757;
}
.contact__content form textarea {
  height: 10.375rem;
}
.contact__content .social__icon li a i {
  font-size: 1.5rem;
}

.map iframe {
  height: 31.25rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
}
@media (max-width: 991px) {
  .map iframe {
    height: 17rem;
  }
}

.blog-detail--img img,
.detail--img img {
  height: 26rem;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 575px) {
  .blog-detail--img img,
  .detail--img img {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}
.blog-detail--content .date,
.detail--content .date {
  margin: 1.25rem 0 0.5rem 0;
}
.blog-detail--content .date i,
.detail--content .date i {
  font-size: 1rem;
  color: black;
}
.blog-detail--content .date span,
.detail--content .date span {
  font-size: 0.875rem;
  color: black;
}
.blog-detail .sidebar,
.detail .sidebar {
  background-color: #f0f0f0;
  padding: 1rem;
  border-radius: 8px;
  position: sticky;
  top: 100px;
}
.blog-detail .sidebar .other__list,
.detail .sidebar .other__list {
  padding-left: 0px;
  list-style: none;
}
.blog-detail .sidebar .other__list h3,
.detail .sidebar .other__list h3 {
  color: #922a8e;
}
.blog-detail .sidebar .other__list--card,
.detail .sidebar .other__list--card {
  border-bottom: 1px solid #aeaeae;
}
.blog-detail .sidebar .other__list--card a,
.detail .sidebar .other__list--card a {
  text-decoration: none;
}
.blog-detail .sidebar .other__list--card a h4,
.detail .sidebar .other__list--card a h4 {
  padding-block: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-detail .sidebar .other__list--card:last-child,
.detail .sidebar .other__list--card:last-child {
  border-bottom: none;
}

.accordion__item {
  margin-bottom: 1rem;
}
.accordion__item--title {
  position: relative;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  background-color: #f2f2f2;
  margin-bottom: 0.5rem;
}
.accordion__item--title i {
  position: absolute;
  top: 1.125rem;
  right: 5px;
  font-size: 0.875rem;
}
.accordion__item--content {
  background-color: #f2f2f2;
  display: none;
  padding: 0.75rem 1.5rem;
}
.accordion__item--content p {
  font-size: 1rem;
  font-weight: 300;
}
.accordion__item--content table tbody,
.accordion__item--content table td,
.accordion__item--content table tfoot,
.accordion__item--content table th,
.accordion__item--content table thead,
.accordion__item--content table tr {
  border: 1px solid #808080;
  padding: 0.5rem;
}
.accordion__item.active .accordion__item--title i {
  transform: rotate(180deg);
}

/*# sourceMappingURL=style.css.map */
