@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Jost", serif !important;
  font-size: 1rem;
  font-weight: 400;
  color: #111827;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #ffffff;
  line-height: 1.5;
}
body.locked {
  overflow: hidden;
}

p,
small,
span {
  color: #111827;
  font-family: "Jost", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

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);
}

p {
  font-size: 1rem;
  transition: all 0.5s ease;
}
p:last-child {
  margin-bottom: 0 !important;
}

li {
  font-size: 16px;
  transition: all 0.5s ease;
  font-family: "Jost", serif !important;
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.rounded__lg {
  border-radius: 15px;
  overflow: hidden;
}

.m__tb {
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

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

.l__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 1rem;
}

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;
}

.hr__custom {
  border-top: 2px solid #ffffff;
  margin: 48px 0;
}

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

.section__title {
  overflow: hidden;
  margin-bottom: 2rem;
}
.section__title h5 {
  color: #F00E0F;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}
.section__title h1,
.section__title h2 {
  color: #14183e;
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  text-transform: capitalize;
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #000;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.75rem 2rem;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  display: inline-block;
  transition: all 0.8s ease;
  text-decoration: none;
  text-align: center;
}
.l__button i {
  margin-left: 0.3125rem;
}
.l__button--primary {
  color: #ffffff;
  border-color: #F00E0F;
  background-color: #F00E0F;
}
.l__button--primary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #2c57a5;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #2c57a5;
  border-color: #2c57a5;
}
.l__button--secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #F00E0F;
}
.l__button--transparent {
  color: #F00E0F !important;
  background-color: #ffffff;
  border-color: #F00E0F;
}
.l__button--transparent:hover {
  border-color: #2c57a5;
  background-color: #2c57a5;
  color: #ffffff !important;
}
.l__button--border {
  border-color: #F00E0F;
  color: #F00E0F;
}
.l__button:hover:before {
  width: 100%;
}

.social__icon {
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.social__icon li {
  list-style: none;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  display: block;
  transition: all 0.5s ease;
}

.owl-nav {
  margin: 0 !important;
  width: 100%;
}
.owl-nav button {
  height: 32px;
  width: 32px;
  overflow: hidden;
  border-radius: 50% !important;
  background-color: #F00E0F !important;
  color: #ffffff !important;
}

.breadcrumb__custom {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 0.5rem 0;
  display: none;
}
.breadcrumb__custom li a {
  color: #111827;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}
.breadcrumb__custom li a:hover {
  color: #F00E0F;
}
.breadcrumb__custom li.active a {
  color: #F00E0F;
}
@media (max-width: 767px) {
  .breadcrumb__custom {
    display: flex;
  }
}

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

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.main-header__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}
.main-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main-header__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #F00E0F;
  padding: 3rem 4.6875rem;
  clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
}

.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: 15.625rem;
  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);
}
.main-menu .main-menu__list > li + li {
  margin-left: clamp(1rem, 2vw, 1.875rem);
}
@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;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #212832;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a:hover {
  color: #F00E0F;
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9063rem;
  }
}
.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: #151422;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
}
.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 > 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;
  border-bottom: 1px solid rgba(21, 20, 34, 0.1);
}
.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;
  line-height: 1.875rem;
  color: #151422;
  font-weight: 500;
  display: flex;
  padding: 0.625rem 1.25rem 0.625rem;
}
.main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #F00E0F;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  cursor: pointer;
  transition: 500ms;
  padding: 0.375rem 0.75rem;
}
.main-menu .mobile-nav__toggler .main-menu .mobile-nav__toggler:hover {
  color: #151422;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  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: 2.5rem;
  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: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.875rem;
  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: #F00E0F;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #F00E0F;
}
.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;
}
.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: #F00E0F;
}
.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: #2c57a5;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #F00E0F;
}
.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: #000000;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #F00E0F;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #F00E0F;
  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;
  z-index: 999;
  position: relative;
}
.main-header-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 1;
}
.main-menu-two__wrapper.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease;
  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__logo a img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 1200px) {
  .main-menu-two__logo a img {
    height: 3rem !important;
  }
}
@media (max-width: 1024px) {
  .main-menu-two__logo a img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .main-menu-two__logo a img {
    height: 4rem !important;
  }
}
.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: #2c57a5;
  border-color: #2c57a5;
  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;
}
.main-menu-two__btn-box .l__button--secondary {
  padding: 8px 20px;
  border-radius: 1.5625rem;
}

@media (min-width: 992px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.myHeader {
  background-color: #ffffff;
}

.dropdown__box li {
  border-bottom: none !important;
}
.dropdown__box li.title a {
  text-transform: uppercase;
  color: #97a3b7 !important;
}
.dropdown__box li.title:hover a {
  background-color: transparent !important;
}
.dropdown__box li a {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 1rem !important;
}
.dropdown__box li a img {
  height: 1.375rem;
  width: 1.375rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.dropdown__box li a h6 {
  color: #111b29;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.dropdown__box li a span {
  color: #677489;
  font-size: 0.875rem;
  font-weight: 400;
}
.dropdown__box li:hover span,
.dropdown__box li:hover h6 {
  color: #ffffff;
}
.dropdown__box li:last-child {
  margin-bottom: 0;
}

.mega {
  position: static !important;
}
.mega__menu {
  width: 98%;
  padding: 1.5rem !important;
  left: 50% !important;
  transform: scaleY(0) translate(-50%) !important;
}
.mega__menu .tab__buttons {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mega__menu .tab__buttons--btn {
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.mega__menu .tab__buttons--btn h6 {
  color: #111b29;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.mega__menu .tab__buttons--btn span {
  color: #677489;
  font-size: 0.875rem;
  font-weight: 500;
}
.mega__menu .tab__buttons--btn:hover, .mega__menu .tab__buttons--btn.active {
  background-color: #F00E0F;
}
.mega__menu .tab__buttons--btn:hover h6,
.mega__menu .tab__buttons--btn:hover span, .mega__menu .tab__buttons--btn.active h6,
.mega__menu .tab__buttons--btn.active span {
  color: #ffffff;
}
.mega__menu .tab__buttons--btn:last-child {
  margin-bottom: 0;
}
.mega__menu .tab__contents--text {
  display: none;
}
.mega__menu .tab__contents--text.active {
  display: block;
}
.mega__menu .tab__contents--text a {
  text-decoration: none;
  color: #111b29;
}
.mega__menu .tab__contents--text a:hover {
  color: #F00E0F;
}
.mega__menu .tab__contents .box {
  overflow-y: auto;
  max-height: 300px;
  padding: 0 1.25rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.mega__menu .tab__contents .box::-webkit-scrollbar {
  width: 0.3125rem;
}
.mega__menu .tab__contents .box::-webkit-scrollbar-track {
  background: #2c57a5;
}
.mega__menu .tab__contents .box::-webkit-scrollbar-thumb {
  background: #F00E0F;
}
.mega__menu .tab__contents .box::-webkit-scrollbar-thumb:hover {
  background: #F00E0F;
}
.mega__menu .tab__contents .box .row .col {
  margin-bottom: 1rem;
}
.mega__menu .tab__contents .box a {
  font-size: 0.875rem;
  font-weight: 500;
}
.mega:hover .mega__menu {
  transform: scaleY(1) translateX(-50%) !important;
}

.accordion__menu--title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
}
.accordion__menu--title .fa-minus {
  display: none;
}
.accordion__menu--title.active {
  color: #F00E0F !important;
}
.accordion__menu--title.active .fa-plus {
  display: none;
}
.accordion__menu--title.active .fa-minus {
  display: block;
}
.accordion__content {
  display: none;
}
.accordion__content ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}
.accordion__content ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
}

.footer {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.footer__top {
  background-color: #f3f6f6;
}
.footer__top--card {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  text-align: center;
}
.footer__top--card-icon {
  height: 4rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.footer__top--card-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__top--card h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer__top--card p {
  font-size: 0.875rem;
  font-weight: 400;
}
.footer__top--card a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #111827;
}
.footer__desc img {
  height: 5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 1rem;
}
.footer__menu h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul.two_set {
  columns: 3;
}
.footer__menu ul li {
  font-size: 1rem;
  font-weight: 400;
  list-style: none;
  margin-bottom: 1rem;
}
.footer__menu ul li a {
  color: #111827;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.footer__newsletter h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer__newsletter form {
  max-width: 25rem;
  margin: 2rem 0;
}
.footer__newsletter form > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer__newsletter form .form-control {
  height: 3.5rem;
  line-height: 3.5rem;
  border-color: #9facba !important;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
.footer__newsletter form button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.footer__social ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.footer__social ul li {
  list-style: none;
}
.footer__social ul li:first-child {
  margin-left: 0;
}
.footer__social ul li a {
  display: block;
  transition: all 0.5s ease;
  font-size: 1rem;
  color: #111827;
  text-decoration: none;
}
.footer__social ul li a:hover {
  color: #F00E0F;
}
@media (max-width: 991px) {
  .footer__social {
    align-items: flex-start;
    flex-direction: column;
  }
}
.footer .copyright {
  background-color: #F00E0F;
  margin-top: 3rem;
  padding: 0.75rem 0;
  position: relative;
  z-index: 1;
}
.footer .copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer .copyright .container p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.footer .copyright .container p img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .footer .copyright .container {
    flex-direction: column;
  }
  .footer .copyright .container p {
    text-align: center;
  }
}

.owl-dot span {
  height: 0.8125rem !important;
  width: 0.8125rem !important;
}
.owl-dot.active span {
  height: 0.9375rem !important;
  width: 0.9375rem !important;
  background-color: #F00E0F !important;
}

.page__head {
  margin-top: 6rem;
}
.page__banner {
  position: relative;
}
.page__banner img {
  height: 22.5rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .page__banner {
    display: none;
  }
}

.flex_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: clamp(2rem, 8vw, 4.375rem);
}
.flex_head .more {
  color: #F00E0F;
  font-size: 1rem;
  font-weight: 500;
  min-width: 3.75rem;
}
@media (max-width: 1200px) {
  .flex_head {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .flex_head {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .flex_head .section__title br {
    display: none;
  }
}

.banner {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner__right, .banner__left {
  position: relative;
  z-index: 1;
}
.banner__left {
  padding-right: 3.125rem;
}
.banner__left h1 {
  font-size: clamp(3.125rem, 5vw, 4.0625rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.0938rem;
  margin-bottom: 1.5rem;
}
.banner__left p {
  color: #ffffff;
  margin-bottom: 2rem;
}
.banner__left .btn__group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.banner__left .btn__group .play {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.banner__left .btn__group .play small {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  min-width: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #F00E0F;
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.5s ease;
}
.banner__left .btn__group .play span {
  color: #ffffff;
}
.banner__left .btn__group .play:hover small {
  background-color: #2c57a5;
}
.banner__right {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
.banner__right .form__head {
  margin-bottom: 1.5rem;
}
.banner__right .form__head h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.banner__right .form .iti {
  width: 100%;
}
.banner__page {
  height: 28.125rem;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner__page::before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(0deg, rgba(12, 14, 16, 0.98) 6%, rgba(26, 28, 30, 0.1) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.banner__page .section__title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.banner__page .section__title h2,
.banner__page .section__title h1,
.banner__page .section__title h5 {
  color: #ffffff;
}
@media (max-width: 991px) {
  .banner {
    height: 100%;
  }
  .banner__box {
    padding: 6.25rem 0 3.125rem 0;
  }
  .banner__left {
    padding-right: 0;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 767px) {
  .banner__left .btn__group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .banner__page {
    display: none;
  }
}

.about__img {
  height: 39.0625rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  position: sticky;
  top: 6.25rem;
}
.about__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .about__img {
    height: 100%;
    max-height: 31.25rem;
    margin-bottom: 2rem;
  }
  .about__img img {
    object-fit: contain;
  }
}

.choose {
  background-color: #f2f5f5;
  position: relative;
}
.choose__box {
  margin-bottom: 2rem;
}
.choose__box--img {
  height: 25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  position: sticky;
  top: 6.25rem;
}
.choose__box--img img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.choose__tab {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.choose__tab::before {
  content: "";
  position: absolute;
  background: rgba(20, 43, 60, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.95;
}
.choose__tab .section__title h2,
.choose__tab .section__title h5 {
  color: #ffffff;
}
.choose__tab .tab {
  position: relative;
  z-index: 1;
}
.choose__tab .tab__buttons {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}
.choose__tab .tab__buttons--btn {
  list-style: none;
  cursor: pointer;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
}
.choose__tab .tab__buttons--btn:last-child {
  margin-bottom: 0;
}
.choose__tab .tab__buttons--btn.active, .choose__tab .tab__buttons--btn:hover {
  text-decoration: underline;
  color: #F00E0F;
}
@media (max-width: 767px) {
  .choose__tab .tab__buttons {
    flex-direction: column;
    gap: 1rem;
  }
}
.choose__tab .tab__contents--text {
  display: none;
}
.choose__tab .tab__contents--text.active {
  display: block;
}
.choose__card {
  position: relative;
  padding: 1.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.choose__card--layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.choose__card--layer.image-1 {
  background-image: url("/static/asset/images/choose/shape-1.png");
}
.choose__card--layer.image-2 {
  background-image: url("/static/asset/images/choose/shape-2.png");
}
.choose__card--layer.image-3 {
  background-image: url("/static/asset/images/choose/shape-3.png");
}
.choose__card--content, .choose__card--icon {
  position: relative;
  z-index: 1;
}
.choose__card--icon {
  margin-bottom: 1.5rem;
  height: 5rem;
  width: 5rem;
  overflow: hidden;
}
.choose__card--icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.choose__card--content a {
  text-decoration: none;
  color: #111827;
}
.choose__card--content a:hover {
  color: #2c57a5;
}
.choose__card--content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.choose__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.choose__card--content .l__button--transparent {
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.08);
}
.choose__card--content .l__button--transparent:hover {
  background-color: #F00E0F;
  color: #ffffff;
}

.process__img {
  height: 37.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  position: sticky;
  top: 6.25rem;
}
.process__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.process__box {
  padding-left: 3.125rem;
}
.process ul {
  padding: 0;
  margin: 0;
}
.process__list {
  list-style: none;
  padding-left: 4.0625rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.process__list::before {
  content: "";
  height: 100%;
  width: 0.125rem;
  overflow: hidden;
  border: 1px dashed #9b9da2;
  position: absolute;
  top: 1.5625rem;
  left: 1.5625rem;
}
.process__list:last-child::before {
  display: none;
}
.process__list span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  min-width: 3.125rem;
  line-height: 3.125rem;
  background-color: #f2f5f5;
  border-radius: 50%;
  color: #F00E0F;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.process__list--card {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 1.25rem;
  border-radius: 0.625rem;
}
.process__list--card h3 {
  color: #F00E0F;
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .process__box {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .process__img {
    height: 100%;
    max-height: 31.25rem;
  }
  .process__box {
    padding-left: 0;
  }
}

.cta {
  position: relative;
}
.cta::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: rgba(20, 43, 60, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
.cta img {
  height: 31.25rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.cta__row {
  position: absolute;
  top: clamp(2.5rem, 5vw, 3.75rem);
  left: 0;
  width: 100%;
}
.cta__row .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.cta__text h2 {
  font-size: 3.125rem;
  font-weight: 600;
  color: #ffffff;
}

.destinations {
  margin-top: -12.5rem;
  background-color: #ffffff;
  position: relative;
  padding: clamp(2.5rem, 7vw, 6.25rem);
  border-radius: 0.625rem;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}
.destinations__card {
  text-align: center;
}
.destinations__card a {
  color: #111827;
  text-decoration: none;
}
.destinations__card img {
  height: 5rem;
  width: 5rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  margin: auto;
  border-radius: 50%;
}
.destinations__card h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.destinations__img {
  position: absolute;
  bottom: 0;
  right: clamp(2.5rem, 5vw, 6.25rem);
}
.destinations__img img {
  height: 34.375rem;
}
@media (max-width: 991px) {
  .destinations__img {
    display: none;
  }
}
.destinations__detail .sidebar {
  position: sticky;
  top: 6.25rem;
}
.destinations__detail .sidebar__card {
  background-color: #f3f6f6;
  padding: 1.5rem;
  border-radius: 1.125rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.destinations__detail .sidebar__card h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.destinations__detail .sidebar__card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.destinations__detail .sidebar__card ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.125rem;
}
.destinations__detail .sidebar__card ul li span,
.destinations__detail .sidebar__card ul li a {
  color: #111827;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.destinations__detail .sidebar__card ul li span:hover,
.destinations__detail .sidebar__card ul li a:hover {
  color: #F00E0F;
}
.destinations__detail .sidebar__card .form__head {
  margin-bottom: 1.5rem;
}
.destinations__detail .sidebar__card .iti {
  width: 100%;
}

.stories__img {
  height: 37.5rem;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -10px;
}
.stories__carousel {
  margin-left: -8.125rem;
}
.stories__carousel .item {
  padding-right: 0.3125rem;
}
.stories__card {
  border-radius: 5px 5px 5px 0px;
  border: 1px solid rgba(86, 95, 118, 0.2);
  padding: 24px;
  background-color: #fff;
  border-radius: 0.625rem;
}
.stories__card .text {
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.stories__card--info {
  border-top: 1px solid rgba(86, 95, 118, 0.2);
  padding-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.stories__card--info img {
  height: 4rem;
  width: 4rem !important;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  min-width: 4rem !important;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .stories__img {
    margin-left: 0;
  }
  .stories__carousel {
    margin: auto;
    margin-top: -6.25rem;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .stories__img {
    height: 31.25rem;
  }
}

.partner {
  position: relative;
  background-color: #e94d4e;
}
.partner__card {
  padding: 3.125rem 0;
}
.partner__card--img {
  height: 5rem;
  width: 100%;
  overflow: hidden;
}
.partner__card--img img {
  height: 100%;
  width: 100% !important;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  filter: grayscale(1);
}
.partner__card--content {
  display: none;
}
.partner__list {
  background-color: #f3f6f6;
}
.partner__logo--card {
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 0.625rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.partner__logo--card img {
  height: 5.625rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.partner__logo--card p {
  font-size: 0.75rem;
  font-weight: 400;
}

.mission {
  background-color: #f2f5f5;
}
.mission__img {
  height: 25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.mission__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.objective {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.objective::before {
  content: "";
  background: #18425a;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.objective__box {
  position: relative;
  z-index: 1;
  padding: clamp(1.5rem, 5vw, 3.75rem);
  background-color: #ffffff;
}
.objective__card {
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
}
.objective__card .number {
  font-size: 3.125rem;
  font-weight: 700;
  color: #F00E0F;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
}
.objective__card .title {
  color: #F00E0F;
}
.offer__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.offer__box {
  padding: 2.5rem 0 0 3.125rem;
}
.offer__box .section__title .icon {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #2c57a5;
  color: #ffffff;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 1.5rem;
}
.offer__box .section__title .icon i {
  font-size: 50px;
}
.offer__box .section__title h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.offer__box--img img {
  height: 20.625rem;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .offer__box {
    padding-left: 0;
  }
}
.offer .info {
  margin-top: clamp(2rem, 4vw, 2.5rem);
  background-color: #2c57a5;
  padding: clamp(2.5rem, 5vw, 3.125rem);
  border-radius: 1.25rem;
}
.offer .info__card {
  text-align: center;
}
.offer .info__card h4 {
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: 700;
}
.offer .info__card span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .offer .info__card {
    margin: 1rem 0;
  }
}

.chairman {
  position: relative;
}
.chairman__img {
  min-height: 31.25rem;
  height: 100%;
  width: 40%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.625rem 0 0 0.625rem;
}
.chairman__box {
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
}
@media (max-width: 991px) {
  .chairman__img {
    position: static;
    height: 31.25rem;
    width: 100%;
    margin-top: clamp(2.5rem, 5vw, 3.75rem);
    border-radius: 0.625rem;
    background-size: contain;
  }
}

.team__card {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
.team__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0px 0px;
  background: linear-gradient(25deg, rgba(44, 87, 165, 0.7) 29.3%, rgba(1, 9, 9, 0) 61.75%, rgba(0, 0, 0, 0) 72.32%), rgba(211, 211, 211, 0) 60%/cover no-repeat;
  transform: translateY(180px);
  opacity: 0;
  transition: all 0.4s;
}
.team__card--img {
  height: 25rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team__card--img {
    height: 20rem;
  }
}
@media (max-width: 575px) {
  .team__card--img {
    height: auto;
  }
}
.team__card--content {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  padding: 0 1.5rem;
  z-index: 9;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s;
}
.team__card--content .name {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
}
.team__card--content .position {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
.team__card:hover::after {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s;
}
.team__card:hover .team__card--content {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s;
}

.service__detail .sidebar {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 25px 0px rgba(16, 16, 16, 0.05);
  padding: 1.25rem;
  position: sticky;
  top: 5.625rem;
}
.service__detail .sidebar .title {
  color: #151b30;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.service__detail .sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.service__detail .sidebar ul li {
  margin-bottom: 1.25rem;
}
.service__detail .sidebar ul li:last-child {
  margin-bottom: 0;
}
.service__detail .sidebar ul li a {
  color: #111827;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.service__detail .sidebar ul li a:hover {
  color: #F00E0F;
}

.destination__card {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.destination__card .flag {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  height: 4rem;
  width: 4rem;
  overflow: hidden;
  min-width: 4rem;
  border-radius: 50%;
}
.destination__card--img {
  height: 26.25rem;
  width: 100%;
  overflow: hidden;
}
.destination__card--content {
  background-color: #2c57a5;
  width: 90%;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  padding: 1.25rem;
  border-radius: 0.75rem;
  transform: translateX(-50%) perspective(400px) rotateX(40deg) scaleY(0.7);
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  transition-property: all;
  opacity: 0;
  z-index: 3;
}
.destination__card--content a {
  text-decoration: none;
  color: #ffffff;
}
.destination__card--content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}
.destination__card--content p {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.destination__card:hover .destination__card--content {
  transform: translateX(-50%) perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.6s;
  transition-property: all;
  opacity: 1;
}

.blog__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 2.375rem;
  background-color: #f2f5f5;
}
.blog__flex:last-child {
  margin-bottom: 0;
}
.blog__flex--img {
  height: 10.625rem;
  width: 15rem;
  overflow: hidden;
  min-width: 15rem;
  max-width: 15rem;
  border-radius: 0.3125rem;
}
.blog__flex--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.blog__flex--content {
  padding: 1rem;
}
.blog__flex--content h3 {
  color: #000000;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
}
.blog__flex--content h3:hover {
  color: #F00E0F;
}
.blog__flex--content span {
  color: #8b8b8b;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin-bottom: 1.5rem;
}
.blog__flex--content p {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__flex--content a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #F00E0F;
  transition: all 0.3s ease;
  display: block;
}
@media (max-width: 1200px) {
  .blog__flex--img {
    width: 10rem;
    min-width: 10rem;
  }
}
@media (max-width: 767px) {
  .blog__flex {
    flex-direction: column;
  }
  .blog__flex--img {
    height: 18.75rem;
    width: 100%;
    overflow: hidden;
    border-radius: 0.625rem;
  }
  .blog__flex--content {
    background-color: #ffffff;
    padding: 1.5625rem 1.25rem;
    border-radius: 0.625rem;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
    margin: -9.0625rem auto auto auto;
    width: 90%;
  }
}
.blog__card {
  position: relative;
  margin-bottom: clamp(1.5rem, 5vw, 4rem);
  background-color: #f2f5f5;
  border-radius: 0.625rem;
  overflow: hidden;
}
.blog__card:last-child {
  margin-bottom: 0;
}
.blog__card--img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.5s ease;
}
.blog__card--content {
  padding: 1.25rem;
}
.blog__card--content a {
  text-decoration: none;
}
.blog__card--content .meta {
  margin-bottom: clamp(1.5rem, 3vw, 2.375rem);
}
.blog__card--content .meta span {
  color: #100c08;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}
.blog__card--content h3 {
  color: #100c08;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content h3:hover {
  color: #F00E0F;
}
.blog__card--content .more {
  margin-top: 0.75rem;
  color: #F00E0F;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.blog__card--content .more span {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  line-height: 1.5rem;
  text-align: center;
  border: 1px solid #F00E0F;
  border-radius: 50%;
  transform: rotate(-45deg);
  color: #F00E0F;
}
.blog__card:hover img {
  transform: scale(1.1);
}
.blog__detail {
  margin-top: clamp(1.5rem, 5vw, 3.125rem);
}
.blog__detail--img {
  border-radius: 0.625rem;
  margin-bottom: 2rem;
}
.blog__detail--img img {
  height: 29.375rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .blog__detail--img img {
    height: auto;
  }
}
.blog__detail .meta {
  margin-bottom: clamp(1.5rem, 3vw, 2.375rem);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.blog__detail .meta span {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  color: #100c08;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}
.blog__detail .meta ul {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  display: inline-block;
}
.blog__detail .meta ul li {
  display: inline-block;
  list-style: none;
  margin-right: 0.625rem;
}
.blog__detail .meta ul li a {
  color: #111827;
  text-decoration: none;
}
.blog__detail .meta ul li a:hover {
  color: #F00E0F;
}
.blog__detail .recent .section__title h2 {
  font-size: 1.875rem;
  font-weight: 700;
}

.galleryImg__img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.galleryImg__img .galleryPhoto {
  filter: brightness(100%);
}
.galleryImg__img .expandGallery {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
}
.galleryImg__img:hover .galleryPhoto {
  filter: brightness(40%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.galleryImg__img:hover .expandGallery {
  display: block;
}

.contact__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 1.25rem;
}
.contact .form {
  background-color: #f3f7ff;
  padding: clamp(2rem, 5vw, 3.75rem);
  border-radius: 1.25rem;
}
.contact .form__group {
  margin-bottom: 1rem;
}
.contact__info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact__info ul li {
  margin-bottom: 1.5rem;
}
.contact__info ul .contact__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.contact__info ul .contact__box span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  min-width: 3.125rem;
  border-radius: 50%;
  background-color: #f3f7ff;
  color: #F00E0F;
}
.contact__info ul .contact__box a {
  color: #111827;
  text-decoration: none;
}
.contact__info ul .contact__box a:hover {
  color: #F00E0F;
}

.map iframe {
  height: 25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
}

.accordion-item {
  border: none;
  background-color: #f3f6f6;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.accordion-button {
  background-color: transparent !important;
  color: #111827 !important;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0;
  box-shadow: none !important;
  border: none;
}
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accordion-button::after {
  background-image: none !important;
  font: var(--fa-font-solid);
  -webkit-font-smoothing: antialiased;
  content: "\f078";
}
.accordion-body {
  padding: 0;
  margin-top: 1rem;
}

.error {
  margin: auto;
}
.error .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  width: 100%;
  text-align: center;
}
.error-page {
  background-color: #ffffff;
  padding: 50px;
}

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