@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Port+Lligat+Slab&display=swap");
body {
  font-family: "Poppins", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #4f4f4f;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #ffffff;
  line-height: 1.5;
}
body.locked {
  overflow: hidden;
}

p,
small,
span {
  color: #4f4f4f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #1E1F2D;
}

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;
  line-height: 1.75rem;
}
p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  p {
    line-height: normal;
  }
}

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: 1.875rem;
}
.section__title h5 {
  color: #5AA0E5;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.section__title h6 {
  border-radius: 1.875rem;
  background: #f9fafb;
  padding: 0.875rem 2.75rem;
  color: #122b47;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.section__title h1,
.section__title h2 {
  color: #1e1f2d;
  font-size: 2.125rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  text-transform: capitalize;
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
}
.section__title--border {
  margin-bottom: clamp(1.875rem, 4vw, 4.375rem);
}
.section__title--border h2 {
  position: relative;
  padding-left: 1.625rem;
}
.section__title--border h2::before {
  content: "";
  height: 100%;
  width: 0.375rem;
  overflow: hidden;
  background-color: #3186DB;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.625rem;
}

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

.breadcrumb__custom {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.5rem 0;
}
.breadcrumb__custom li a {
  color: #667479;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumb__custom li a:hover {
  color: #3186DB;
}
.breadcrumb__custom li.active a {
  color: #3186DB;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.pagination .page-link {
  background-color: #3186DB;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #5AA0E5;
  border-color: #ffffff;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.toast {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .toast {
    max-width: 18.75rem;
    width: 100%;
  }
}
.toast-header {
  background-color: #3186DB;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.toast-header button {
  background: none;
  color: #ffffff;
  opacity: 1;
  font-size: 1rem;
  font-weight: 600;
}
.toast-body .cart-info {
  padding: 0;
  margin: 0;
}
.toast-body .cart-info li {
  list-style: none;
}
.toast-body .cart-info li:last-child {
  border-bottom: none;
}
.toast-body .cart-info li span {
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
}
.toast-body .cart-info li span:first-child {
  width: 40%;
}
.toast-body p {
  font-size: 0.875rem;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #003459;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.75rem;
  background-color: #ffffff;
  border-radius: 1.5625rem;
  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: #003459;
  background-color: #003459;
}
.l__button--primary:hover {
  border-color: #3186DB;
  color: #ffffff;
  background-color: #3186DB;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #3186DB;
  border-color: #3186DB;
}
.l__button--secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #5AA0E5;
}
.l__button--transparent {
  color: #003459 !important;
  background-color: transparent;
  border-color: #003459;
}
.l__button--transparent:hover {
  border-color: #3186DB;
  background-color: #3186DB;
  color: #3186DB !important;
}
.l__button--border {
  border-color: #5AA0E5;
  color: #5AA0E5;
}
.l__button:hover:before {
  width: 100%;
}
@media (max-width: 480px) {
  .l__button {
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
  }
}

.quantity__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.quantity__btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
}
.quantity__btn--minus {
  border-radius: 0.25rem;
  background: #ebf5fe;
  color: #5AA0E5;
}
.quantity__btn--plus {
  border-radius: 0.25rem;
  background-color: #5AA0E5;
  color: #ffffff;
}
.quantity__btn input {
  width: auto;
  border: none;
  width: 3rem;
  text-align: center;
  color: #454141;
  font-size: 1.375rem;
  font-weight: 600;
}

.login__img {
  height: 43.75rem;
  width: 100%;
  overflow: hidden;
}
.login__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.login__card h1 {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.login__card .form {
  margin-top: 1.875rem;
}
.login__card .form-label {
  font-size: 1rem;
  font-weight: 500;
}
.login__card .form-pwd {
  position: relative;
}
.login__card .form-pwd .icon {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}
.login__card .form-control {
  padding-right: 2.5rem;
}
.login__card .form .l__button {
  display: block;
  border-radius: 0.3125rem;
  margin-bottom: 1.25rem;
}
.login__card .form .text-pass {
  color: #db4444;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 1.875rem;
}
.login__card .form .text-login {
  font-size: 1rem;
  font-weight: 400;
}
.login__card .form .text-login a {
  font-weight: 500;
  color: #4f4f4f;
  text-decoration: none;
}
.login__card.forgot-password {
  padding: clamp(1rem, 5vw, 5rem);
  border-radius: 0.9375rem;
  border: 1px solid #e4e3e3;
  background: #fcfcfc;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}
.login__card.forgot-password > .icon {
  height: 8.4375rem;
  width: 8.4375rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ebf5fe;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: auto;
}
.login__card.forgot-password .form {
  width: 100%;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 500px) {
  .login__card.forgot-password .form {
    max-width: 100%;
  }
}
.login__card.forgot-password .form h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0;
}
.login__card.forgot-password .form p {
  font-size: 1rem;
  font-weight: 400;
  color: #9f9a9a;
}

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

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

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

.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, 3vw, 2.5rem);
}
@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: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #383838;
  text-transform: uppercase;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a:hover {
  color: #5AA0E5;
}
@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: #5AA0E5;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 500;
  color: #383838;
  cursor: pointer;
  transition: 500ms;
  display: flex;
  text-decoration: none;
}
.main-menu .mobile-nav__toggler:hover {
  color: #5AA0E5;
}

.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: #5AA0E5;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #5AA0E5;
}
.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: #5AA0E5;
}
.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: #3186DB;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #5AA0E5;
}
.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: #5AA0E5;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #5AA0E5;
  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;
  }
}
@media (max-width: 767px) {
  .main-menu-two__logo a img {
    height: 2.5rem !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: #3186DB;
  border-color: #3186DB;
  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: #5AA0E5;
  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: #5AA0E5;
}
.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::after {
  display: none;
}
.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: #5AA0E5;
}
.main-menu-two__btn-box > ul li .profile > ul li a:hover {
  color: #5AA0E5;
}
@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;
  }
}
.myHeader {
  background-color: #ffffff;
}

.main-header-top {
  background-color: #5AA0E5;
  padding: 0.75rem 0;
}
.main-header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.main-header-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.main-header-top ul li {
  width: 100%;
}
.main-header-top ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  transition: all 0.3s ease;
}
.main-header-top ul li a span {
  color: #ffffff;
}
.main-header-top ul li a:hover {
  color: #003459;
}
.main-header-top-left ul li a {
  font-size: 1.125rem;
  display: flex;
}
.main-header-top-middle ul {
  gap: 0;
  padding: 0 1rem;
  position: relative;
}
.main-header-top-middle ul::after, .main-header-top-middle ul::before {
  content: "";
  background-image: url("/static/site-asset/images/icon/fire.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  transform: translateY(-50%);
}
.main-header-top-middle ul::before {
  position: absolute;
  top: 50%;
  left: 100%;
}
.main-header-top-middle ul::after {
  position: absolute;
  top: 50%;
  right: 100%;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.search-container .search {
  position: absolute;
  top: 100%;
  right: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 0.3s ease;
  border: 1px solid #efefef;
  padding: 0.5rem 1rem;
}
.search-container .search.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.search-container .searchbutton {
  cursor: pointer;
  font-size: 1.5rem;
  color: #383838;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.footer {
  background-color: #e9f7ff;
  position: relative;
  padding: clamp(2rem, 4vw, 4.375rem) 0 0 0;
  overflow: hidden;
}
.footer__left .section__title {
  margin-bottom: 2rem;
  max-width: 33rem;
}
.footer__left .section__title h2 {
  line-height: 1.2;
  font-size: clamp(2rem, 5vw, 2.5rem);
}
.footer__left p {
  max-width: 25rem;
}
.footer__left form {
  max-width: 25rem;
  margin: 3rem 0;
}
.footer__left form > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer__left form .form-control {
  height: 3.5rem;
  line-height: 3.5rem;
  border-color: #9facba !important;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
.footer__left form button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer__left .social__icon li img {
  height: 1.5625rem;
  width: 1.5625rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__right--top img {
  height: 4rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 2rem;
}
.footer__right--top p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #2C3E50;
}
.footer__menu h2 {
  color: #242323;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  font-size: 1.125rem;
  font-weight: 300;
  list-style: none;
  margin-bottom: 1rem;
}
.footer__menu ul li a {
  color: #1e1b1b !important;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.footer__menu ul li a:hover {
  color: #003459 !important;
}
.footer__menu ul.info li {
  padding-left: 2.5rem;
  position: relative;
}
.footer__menu ul.info li span {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #3186db;
}
@media (max-width: 767px) {
  .footer__menu h2 {
    margin-bottom: 1.125rem;
  }
  .footer__menu ul li a {
    font-size: 0.875rem;
  }
}
.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;
  height: 2.25rem;
  width: 2.25rem;
  overflow: hidden;
  min-width: 2.25rem;
  line-height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #3186db;
  border-radius: 50%;
}
.footer__social ul li:first-child {
  margin-left: 0;
}
.footer__social ul li a {
  color: #ffffff;
  display: flex;
  transition: all 0.5s ease;
  font-size: 1.25rem;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer__social {
    align-items: flex-start;
    flex-direction: column;
  }
}
.footer .copyright {
  margin-top: 3rem;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.footer .copyright .container p {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  color: #383838;
  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 {
    margin-top: 1.5rem;
  }
  .footer .copyright .container {
    flex-direction: column;
  }
  .footer .copyright .container p {
    text-align: center;
    font-size: 0.875rem;
  }
  .footer .copyright .container p img {
    height: 2rem;
  }
}

.service__card--img {
  height: 17.1875rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
}
.service__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.5s ease;
}
.service__card--content {
  background-color: #f9fafb;
  padding: 1.25rem 0.9375rem;
}
.service__card--content a {
  text-decoration: none;
}
.service__card--content h3 {
  display: none;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card--content .content,
.service__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card:hover img {
  transform: scale(1.1);
}
.service__card:hover h3 {
  color: #3186DB;
}

.blog__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.375rem;
}
.blog__flex:last-child {
  margin-bottom: 0;
}
.blog__flex--img {
  height: 9.25rem;
  width: 15rem;
  overflow: hidden;
  min-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 h3 {
  font-family: "Open Sans", serif;
  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: #5AA0E5;
}
.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: #5AA0E5;
  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__list .sidebar {
  border-radius: 5px;
  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;
}
.blog__list .sidebar h2 {
  color: #151b30;
  font-family: "Open Sans" serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.blog__list .sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog__list .sidebar ul li {
  margin-bottom: 1.25rem;
}
.blog__list .sidebar ul li:last-child {
  margin-bottom: 0;
}
.blog__list .sidebar ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.blog__card {
  position: relative;
  margin-bottom: clamp(1.5rem, 5vw, 4rem);
}
.blog__card:last-child {
  margin-bottom: 0;
}
.blog__card--img {
  height: 26.75rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.3125rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .blog__card--img {
    height: 21.875rem;
  }
}
@media (max-width: 767px) {
  .blog__card--img {
    height: 18.75rem;
  }
}
.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 {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
.blog__card--content h3:hover {
  color: #3186DB;
}
.blog__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content .more {
  color: #3186DB;
  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 #3186DB;
  border-radius: 50%;
  transform: rotate(-45deg);
  color: #3186DB;
}
.blog__card--content .more:hover {
  color: #003459;
}
.blog__card--content .more:hover .more span {
  border-color: #003459;
  color: #003459;
}
.blog__card:hover img {
  transform: scale(1.1);
}

.product__card {
  border-radius: 0.75rem;
  background: #fdfdfd;
  padding: 0.5rem;
  box-shadow: 0px 4px 28px -2px rgba(0, 0, 0, 0.08);
}
.product__card a {
  text-decoration: none;
}
.product__card--img {
  height: 15.9375rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.product__card--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.product__card--content {
  padding: 0.5rem;
}
.product__card--content .title {
  color: #00171f;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.product__card--content .case {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0;
}
.product__card--content .brand {
  color: #667479;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0;
}
.product__card--content .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}
.product__card--content .price {
  color: #00171f;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
}
.product__card--content form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem;
}
.product__card--content form button {
  background-color: #5AA0E5;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  height: 1.5625rem;
  width: 1.5625rem;
  overflow: hidden;
}
.product__card:hover img {
  transform: scale(1.05);
}
.product__card:hover .title {
  color: #3186DB;
}

.banner {
  position: relative;
}
.banner::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("/static/site-asset/images/banner-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .banner::before {
    background-image: url("/static/site-asset/images/banner-bg-responsive.png");
  }
}
.banner__img {
  height: 38.75rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner__img img {
  height: auto;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
}
@media (max-width: 1200px) {
  .banner__img {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .banner__img {
    height: auto;
  }
  .banner__img::before {
    background-image: url("/static/site-asset/images/banner-bg-responsive.png");
  }
  .banner__img img {
    position: static;
  }
}
.banner__box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
  padding: 1.5rem 0;
}
.banner__box .title {
  margin-bottom: 1.5rem;
}
.banner__box .title h3,
.banner__box .title h2 {
  color: #002a48;
  text-transform: capitalize;
  margin-bottom: 0;
}
.banner__box .title h3 {
  font-size: 2.25rem;
  font-weight: 700;
}
.banner__box .title h2 {
  font-size: 3.125rem;
  font-weight: 700;
}
.banner__box p {
  color: #2c3e50;
  font-size: 1rem;
  font-weight: 400;
}
.banner__box .btn-group {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
}
.banner__box .btn-group .l__button--transparent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.banner__box .btn-group .l__button--transparent small,
.banner__box .btn-group .l__button--transparent span {
  color: #003459;
}
.banner__box .btn-group .l__button--transparent small {
  display: flex;
  font-size: 1.5rem;
}
.banner__box .btn-group .l__button--transparent:hover small,
.banner__box .btn-group .l__button--transparent:hover span {
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner__box .btn-group {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .banner__box .title h2 {
    font-size: 3.125rem;
  }
  .banner__box .title h3 {
    font-size: 2.375rem;
  }
  .banner__box p {
    width: 90%;
  }
}

.about__img {
  height: 30.3125rem;
  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;
}
.about__content {
  padding-left: 1.875rem;
}
.about__content .content__desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about__content--foot {
  border-top: 1px solid #ccc;
  margin-top: 3rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.about__content--foot .left {
  font-family: "Barlow Condensed", serif;
  font-size: 2rem;
  font-weight: 600;
}
.about__content--foot .left h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #1e1f2d;
  margin-bottom: 0.5rem;
}
.about__content--foot .left a {
  font-size: 2rem;
  font-weight: 600;
  color: #5AA0E5;
  text-decoration: none;
}
@media (max-width: 991px) {
  .about__img {
    height: auto;
    margin-bottom: 2rem;
  }
  .about__content {
    padding-left: 0;
  }
  .about__content--foot {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

.partner {
  position: relative;
}
.partner .title {
  margin-bottom: 1.5625rem;
  text-align: center;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
}
.partner .title strong {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003459;
}
.partner__card--img {
  height: 5.375rem;
  width: 100%;
  overflow: hidden;
}
.partner__card--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.product__info {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
.product__info::before {
  content: "";
  background-image: url("/static/site-asset/images/product-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.product__info.banner .banner__img {
  height: 100%;
}
.product__info.banner .banner__box {
  padding: 3.125rem;
  padding-right: 0;
}
.product__info.banner .banner__box .title {
  margin-bottom: 0.875rem;
}
.product__info.banner .banner__box .title h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin-bottom: 0.125rem;
}
.product__info.banner .banner__box .title h4 {
  font-family: "Port Lligat Slab", serif;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 0;
}
.product__info.banner .banner__box .btn-group {
  position: relative;
  z-index: 1;
}
.product__info.banner .banner__box .btn-group .l__button--transparent {
  background-color: #e6f5fe;
}
@media (max-width: 991px) {
  .product__info.banner .banner__box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .product__info::before {
    background-image: url("/static/site-asset/images/product-bg-responsive.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .product__info.banner .banner__box {
    padding: 1rem;
  }
}

.service__left {
  position: relative;
}
.service__left--img {
  height: 33.125rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.service__left--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.service__left--content {
  position: absolute;
  bottom: -6.25rem;
  right: 2.5rem;
  max-width: 19.375rem;
  width: 100%;
}
.service__left--content .head {
  border-radius: 0.5rem;
  background: #061c36;
  margin-bottom: 1.375rem;
  padding: 1.25rem 1.5rem;
  position: relative;
}
.service__left--content .head h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.service__left--content .head h4 span {
  color: #ffffff;
}
.service__left--content .head h4 strong {
  font-weight: 400;
  color: #5AA0E5;
}
.service__left--content .head .icon {
  position: absolute;
  top: -2.1875rem;
  right: -1.25rem;
  height: 4.625rem;
  width: 4.625rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #e1ffeb;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.service__left--content .head .icon i {
  color: #5AA0E5;
  font-size: 3.125rem;
}
.service__left--content .body {
  border-radius: 8px;
  background: #061c36;
  padding: 1.5rem;
}
.service__left--content .body .box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.875rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #5AA0E5;
}
.service__left--content .body .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.service__left--content .body .box-icon {
  border: 2px solid #5AA0E5;
  height: 3rem;
  width: 3rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.service__left--content .body .box-icon i {
  color: #5AA0E5;
  font-size: 1.75rem;
}
.service__left--content .body .box-text h4 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.service__left--content .body .box-text a,
.service__left--content .body .box-text span {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: none;
}
.service__left--content .body .box-text a:hover,
.service__left--content .body .box-text span:hover {
  color: #3186DB;
}
@media (max-width: 991px) {
  .service__left {
    margin-bottom: 3.4375rem;
  }
}
@media (max-width: 767px) {
  .service__left--img {
    display: none;
  }
  .service__left--content {
    position: static;
    max-width: 100%;
    margin-top: 3.125rem;
    background-color: #f9fafb;
    padding: 3.4375rem 1rem 1rem 1rem;
  }
  .service__left--content .head {
    width: 95%;
  }
}
.service__right .content {
  margin-bottom: 1.875rem;
}
.service__right .accordion {
  padding: 0;
  margin: 0;
  position: relative;
}
.service__right .accordion__item {
  border-radius: 6px;
  background: #f9fafb;
  margin-bottom: 1.375rem;
  padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.875rem);
  transition: all 0.3 ease;
}
.service__right .accordion__item--title {
  display: block;
  color: #3186DB;
  font-size: 1.375rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3 ease;
}
.service__right .accordion__item--title i {
  transition: all 0.3 ease;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.service__right .accordion__item--content {
  margin-top: 1.25rem;
}
.service__right .accordion__item:hover, .service__right .accordion__item.active {
  background-color: #3186DB;
}
.service__right .accordion__item:hover .accordion__item, .service__right .accordion__item.active .accordion__item {
  color: #ffffff;
}
.service__right .accordion__item:hover .accordion__item--title, .service__right .accordion__item.active .accordion__item--title {
  color: #ffffff;
}
.service__right .accordion__item:hover .accordion__item--title i, .service__right .accordion__item.active .accordion__item--title i {
  color: #ffffff;
  transform: translateY(-50%) rotate(180deg);
}
.service__right .accordion__item:hover .accordion__item--content p, .service__right .accordion__item.active .accordion__item--content p {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.choose__card {
  border-radius: 0.9375rem;
  border: 1px solid #e6e6e6;
  background: #fafbfc;
  padding: clamp(1.125rem, 3vw, 2rem);
  text-align: center;
}
.choose__card--icon {
  height: 3.75rem;
  width: 3.75rem;
  overflow: hidden;
  margin: auto;
}
.choose__card--icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.choose__card--content {
  margin-top: 2rem;
}
.choose__card--content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.choose__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .choose__card {
    padding: 1.125rem;
  }
}
@media (max-width: 991px) {
  .choose__card--content h3 {
    margin-bottom: 1.125rem;
  }
}
.choose .form {
  border-radius: 0.75rem;
  border: 1px solid #ebebeb;
  background: #f9fafb;
  padding: clamp(1.25rem, 3vw, 1.875rem) 1.25rem;
}
.choose .form h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.75rem;
}
.choose .form-label {
  color: #34495e;
  font-size: 1.125rem;
  font-weight: 500;
}
.choose .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e5e3e3;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  padding-bottom: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
}
.choose .form .space {
  margin-bottom: 3.125rem;
}
@media (max-width: 1200px) {
  .choose .form .space {
    margin-bottom: 1.5625rem;
  }
}

.step {
  background: #f9fafb;
}
.step__img {
  height: 29.6875rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.step__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.step__card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
}
.step__card--icon {
  height: 3.75rem;
  width: 3.75rem;
  overflow: hidden;
  min-width: 3.75rem;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  box-shadow: 2px 4px 16px 0px rgba(17, 34, 17, 0.1);
}
.step__card--icon img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.step__card--content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.testimonial .item {
  padding: 1rem;
}
.testimonial__card {
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 4px 16px 0px rgba(17, 34, 17, 0.1);
  padding: clamp(1.25rem, 3vw, 1.875rem) 1.25rem;
}
.testimonial__card--body {
  margin-bottom: 1rem;
}
.testimonial__card--body h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.testimonial__card--foot h4 {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.testimonial__card--foot span {
  color: #2d3134;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.75rem;
}
.testimonial__card--foot img {
  height: 1.5rem;
  width: 5.625rem !important;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  display: inline-block;
}
.testimonial .owl-nav {
  width: 100%;
}
.testimonial .owl-nav button {
  position: absolute;
  top: 50%;
  left: -1.625rem;
}
.testimonial .owl-nav button i {
  font-size: 1.5rem;
}
.testimonial .owl-nav button.owl-next {
  left: auto;
  right: -1.625rem;
}
.testimonial .owl-nav button:hover {
  background-color: transparent !important;
}
.testimonial .owl-nav button:hover i {
  color: #3186DB;
}

.video__container {
  position: relative;
}
.video__container video {
  height: 28.75rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .video__container video {
    height: auto;
  }
}

.message__box {
  padding: clamp(1.5rem, 3vw, 3.125rem) clamp(1.5rem, 3vw, 3.75rem);
  background-color: #f3f3f3;
}
.message__img {
  height: 25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
  position: sticky;
  top: 6.25rem;
}
.message__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: bottom center;
}
.message__content {
  padding-left: 2.5rem;
}
.message__content .section__title--border {
  margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .message__img img {
    object-fit: contain;
  }
  .message__content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .message__img {
    height: auto;
  }
}

.mission__img {
  height: 40rem;
  width: 100%;
  overflow: hidden;
}
.mission__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .mission__img {
    height: auto;
  }
}
.mission__card {
  background-color: #3186DB;
  color: #ffffff;
  margin-top: -18rem;
  padding: 5.3125rem 8.25rem;
  position: relative;
}
.mission__card::after {
  content: "";
  background-image: url("/static/site-asset/images/mission-line.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 0;
}
.mission__card .section__title {
  position: relative;
  z-index: 1;
}
.mission__card .section__title h2 {
  color: #ffffff;
  font-size: 2rem;
}
.mission__card .content {
  position: relative;
  z-index: 1;
}
.mission__card p {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .mission__card {
    padding: 5.3125rem;
  }
}
@media (max-width: 1024px) {
  .mission__card {
    padding: 3.125rem;
  }
}
@media (max-width: 991px) {
  .mission__card {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .mission__card {
    padding: 1.5rem;
  }
}

.moreinfo__img {
  height: 25rem;
}

.contact__content .title {
  color: #151b30;
  font-size: clamp(1.625rem, 3vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.625rem;
  text-transform: capitalize;
}
.contact__content .title span {
  color: #3186DB;
}
.contact__content p {
  margin-bottom: 2.3125rem;
}
.contact__content ul {
  padding: 0;
  margin: 0;
}
.contact__content ul .info {
  margin-top: 0;
  background-image: none;
  padding: 0;
  padding-left: 3px;
}
.contact__content ul .info::before {
  display: none;
}
.contact__content ul .info_card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.1875rem;
  margin-bottom: 1.5rem;
}
.contact__content ul .info_card .info h6 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #5d6c7c;
}
.contact__content ul .info_card .info span {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  flex-wrap: wrap;
}
.contact__content ul .info_card .info span a {
  text-decoration: none;
  color: #000000;
}
.contact__content form {
  border-radius: 10px;
  background: linear-gradient(121deg, #fbfbfb 0%, #f0f0f0 100%);
  padding: clamp(2rem, 4vw, 3.75rem) clamp(2rem, 4vw, 4.375rem) clamp(2rem, 3vw, 2.375rem) clamp(2rem, 4vw, 4.375rem);
}
.contact__content form h2 {
  color: #1b1b1b;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1.375rem;
}
.contact__content form .form-control {
  border-radius: 3px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 0.9375rem 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;
  font-family: "Rubik", serif;
  margin-bottom: 0.4375rem;
}
.contact__content form label span {
  color: #eb5757;
}
.contact__content form textarea {
  height: 10.375rem;
}
@media (max-width: 991px) {
  .contact__content form {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .contact__content {
    padding: 0;
  }
  .contact__content form .form-floating {
    margin-bottom: 1rem;
  }
}

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

.social__icon {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.social__icon li {
  list-style: none;
  height: 2.25rem;
  width: 2.25rem;
  overflow: hidden;
  min-width: 2.25rem;
  line-height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #3186db;
  border-radius: 50%;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  color: #ffffff;
  display: flex;
  transition: all 0.5s ease;
  font-size: 1.25rem;
  text-decoration: none;
}

.product__list h1 {
  color: #3186DB;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.product__list h1 span {
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  padding-left: 0.75rem;
}
.product .filter {
  position: sticky;
  top: 6.25rem;
}
@media (max-width: 991px) {
  .product .filter {
    position: static;
    top: 0;
  }
}
.product .filter .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #3186DB;
}
.product .filter .box {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebeeef;
}
.product .filter .box:last-child {
  border-bottom: none;
}
.product .filter .box h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.product .filter .box .form-check {
  margin-bottom: 0.5rem;
}
.product .filter .box .form-check:last-child {
  margin-bottom: 0;
}
.product .filter .box .form-check-group {
  max-height: 12.5rem;
  height: 100%;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.product .filter .box .form-check-group::-webkit-scrollbar {
  width: 0.5rem;
}
.product .filter .box .form-check-group::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product .filter .box .form-check-group::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background: #3186DB;
}
.product .filter .box .form-check-group::-webkit-scrollbar-thumb:hover {
  background: #3186DB;
}
@media (max-width: 991px) {
  .product .filter .box .form-check-group {
    max-height: 100%;
  }
}
.product .filter .box .form-check-input {
  cursor: pointer;
}
.product .filter .box .form-check-input:checked {
  background-color: #3186DB !important;
  border-color: #3186DB !important;
}
.product .filter .box .form-check-label {
  cursor: pointer;
  color: #00171f;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
}
.product .filter .box .form-check:hover .form-check-label {
  color: #3186DB;
}
.product .filter-btn {
  border-radius: 0.3125rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  display: inline-flex;
  margin-bottom: 2rem;
  width: auto;
}
.product .filter-btn i {
  font-size: 1.5rem;
}
.product .offcanvas-body {
  border-top: none;
  display: block;
}

.detail__img {
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.detail__img img {
  height: 29.375rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .detail__img img {
    height: auto;
  }
}

.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;
}
.blog__detail .recent {
  margin-top: clamp(1.5rem, 5vw, 3.125rem);
}

.product__detail {
  border-radius: 1.25rem;
  border: 1px solid #ebeeef;
  padding: 1rem;
}
.product__detail--wrap {
  position: sticky;
  top: 6.25rem;
}
.product__detail--img {
  height: 37.5rem;
  width: 100%;
  overflow: hidden;
  background: #fdfdfd;
  border-radius: 0.9375rem;
  position: relative;
}
.product__detail--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  background-color: #f7f6f6;
}
@media (max-width: 1024px) {
  .product__detail--img {
    height: 33rem;
  }
}
@media (max-width: 991px) {
  .product__detail--img {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .product__detail--img {
    height: 25rem;
  }
}
.product__detail--img .wishlist {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.product__detail--img .wishlist .info,
.product__detail--img .wishlist .log,
.product__detail--img .wishlist .add-to-wish-btn {
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  border-radius: 0.3125rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-color: #ffffff;
}
.product__detail--img .wishlist .info:hover,
.product__detail--img .wishlist .log:hover,
.product__detail--img .wishlist .add-to-wish-btn:hover {
  background-color: #003459;
}
.product__detail--img .wishlist .info i,
.product__detail--img .wishlist .log i,
.product__detail--img .wishlist .add-to-wish-btn i {
  margin-left: 0;
}
.product__detail--box {
  padding-left: 1.875rem;
}
.product__detail--box .head {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.product__detail--box .head .code {
  color: #99a2a5;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.3125rem;
}
.product__detail--box .head .title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.product__detail--box .head .price {
  color: #003459;
  font-size: 1.25rem;
  font-weight: 700;
}
.product__detail--box .head .btn__group .l__button {
  width: 9.75rem;
}
.product__detail--box .body form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
.product__detail--box .body form .quantity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
}
.product__detail--box .body form .quantity h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.product__detail--box .body .info {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1.125rem;
}
.product__detail--box .body .info li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #ebeeef;
}
.product__detail--box .body .info li p {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
}
.product__detail--box .body .info li .dtl {
  flex: 1;
}
.product__detail--box .body .info li span {
  color: #667479;
  font-size: 0.875rem;
  font-weight: 500;
}
.product__detail--box .body .info li span:first-child {
  max-width: 40%;
  width: 100%;
}
.product__detail--box .body .info li span:last-child {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .product__detail--box {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .product__detail--box .head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.offcanvas-body {
  border-top: 1px solid #efefef;
}
.offcanvas .product__detail--box .body .info li {
  padding-left: 0;
  padding-right: 0;
}
.offcanvas-footer .l__button--primary {
  width: 100%;
  border-radius: 0;
  display: block;
}

.checkout__box {
  padding: 0;
  margin: 0;
  border: 1px solid #edebeb;
  background: #f7f7f7;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 0.875rem;
  list-style: none;
}
@media (max-width: 767px) {
  .checkout__box {
    padding: 1rem;
  }
}
.checkout__list {
  margin-bottom: 0.625rem;
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
.checkout__list:last-child {
  margin-bottom: 0;
}
.checkout__list--img {
  height: 6.125rem;
  width: 6.125rem;
  overflow: hidden;
  min-width: 6.125rem;
  background-color: #eceaea;
  padding: 0.3125rem;
}
.checkout__list--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  background-color: #ffffff;
}
.checkout__list--content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
}
.checkout__list--content .content {
  flex: 1;
}
.checkout__list--content h3 {
  font-size: 1rem;
  font-weight: 700;
}
.checkout__list--content .box span {
  color: #454141;
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
}
.checkout__list--content .box span:first-child {
  margin-right: 2rem;
}
.checkout__list .btn-group {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1.5rem;
  flex-direction: column;
}
.checkout__list .btn-group .del {
  border-radius: 0.25rem;
  background: #ebf5fe;
  height: 2.375rem;
  width: 2.375rem;
  overflow: hidden;
  min-width: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media (max-width: 991px) {
  .checkout__list {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .checkout__list {
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .checkout__list--img {
    height: 5rem;
    width: 5rem;
    overflow: hidden;
    min-width: 5rem;
  }
  .checkout__list--content {
    flex-direction: column;
    gap: 1rem;
  }
  .checkout__list--content h3 {
    margin-bottom: 0.5rem;
  }
  .checkout__list--content .box span {
    display: block;
    font-size: 0.875rem;
  }
  .checkout__list--content .btn-group {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
  }
}
.checkout__summary .info li {
  justify-content: space-between !important;
}
.checkout__summary .info li span:last-child {
  text-align: right;
}
.checkout__summary .info li.total span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3d3b3b;
}

.success__modal .modal-body {
  position: relative;
  text-align: center;
  padding: clamp(1.5rem, 4vw, 5rem);
}
.success__modal .modal-body .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #003459;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  border-radius: 0.3125rem;
  background: #003459;
  color: #ffffff;
  z-index: 1;
  min-width: 2.5rem;
}
.success__modal .modal-body .btn-close:hover {
  background-color: #3186DB;
}
.success__modal .modal-body img {
  height: 15.625rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.success__modal .modal-body h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.375rem;
}
.success__modal .modal-body .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .success__modal .modal-body .btn-group {
    flex-direction: column;
  }
}

.dashboard__title {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.dashboard__title h1 {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.dashboard .menu-btn {
  border-radius: 0.3125rem;
  margin-bottom: 2rem;
}
.dashboard .sidebar {
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 1rem 1.75rem;
  position: sticky;
  top: 6.25rem;
}
@media (max-width: 991px) {
  .dashboard .sidebar {
    position: static;
    top: 0;
    box-shadow: none;
    padding: 0;
  }
}
.dashboard .sidebar__box {
  margin-bottom: 2rem;
}
.dashboard .sidebar__box:last-child {
  margin-bottom: 0;
}
.dashboard .sidebar__box h3 {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1rem;
}
.dashboard .sidebar__box h3::after, .dashboard .sidebar__box h3::before {
  content: "";
  height: 0.0625rem;
  width: 100%;
  overflow: hidden;
  background-color: #dfefff;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
}
.dashboard .sidebar__box h3:after {
  height: 0.125rem;
  width: 2.25rem;
  overflow: hidden;
  background-color: #5AA0E5;
}
.dashboard .sidebar__box ul {
  padding: 0;
  margin: 0;
}
.dashboard .sidebar__box ul li {
  list-style: none;
  margin-bottom: 1.25rem;
}
.dashboard .sidebar__box ul li:last-child {
  margin-bottom: 0;
}
.dashboard .sidebar__box ul li a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
}
.dashboard .sidebar__box ul li a .icon {
  background-color: #dfefff;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #3186DB;
}
.dashboard .sidebar__box ul li a .text {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}
.dashboard .profile {
  background: #f7f7f7;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 1rem 2rem 2rem 2rem;
}
.dashboard .profile .form-label {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
}
.dashboard .profile .form-pwd {
  position: relative;
}
.dashboard .profile .form-pwd .icon {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}
.dashboard .profile .form-control {
  border-radius: 5px;
  border: 1px solid #5AA0E5;
  background-color: transparent;
  padding-right: 2.5rem;
}
.dashboard .profile .form .l__button--secondary {
  display: block;
  border-radius: 0.625rem;
  max-width: 80%;
  width: 100%;
}
.dashboard .profile .form .avatar-upload {
  position: relative;
  max-width: 205px;
}
.dashboard .profile .form .avatar-edit {
  position: absolute;
  top: 0.625rem;
  right: 0.75rem;
  z-index: 1;
}
.dashboard .profile .form .avatar-edit input {
  display: none;
}
.dashboard .profile .form .avatar-edit input + label {
  display: inline-block;
  height: 2.125rem;
  width: 2.125rem;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.dashboard .profile .form .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.dashboard .profile .form .avatar-edit input + label::after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 0.375rem;
  right: 0.5rem;
  text-align: center;
  margin: auto;
}
.dashboard .profile .form .avatar-preview {
  height: 11.875rem;
  width: 11.875rem;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.dashboard .profile .form .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dashboard .profile .form .avatar-preview > div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .dashboard .profile {
    padding: 1rem;
  }
}
.dashboard .order__list {
  border-radius: 0.625rem;
  border: 1px solid #f1f1f1;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  padding: 1rem 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  color: #000000;
  margin-bottom: 3.75rem;
}
.dashboard .order__list:last-child {
  margin-bottom: 0;
}
.dashboard .order__list p {
  color: #000000;
}
.dashboard .order__list--left .price,
.dashboard .order__list--left .item,
.dashboard .order__list--left .id {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.3125rem;
}
.dashboard .order__list--left .date {
  margin-bottom: 1rem;
}
.dashboard .order__list--right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-direction: column;
  height: 100%;
}
.dashboard .order__list--right a {
  color: #5AA0E5;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}
.dashboard .order__list--right a:hover {
  color: #3186DB;
}
.dashboard .order__list--right .status {
  position: absolute;
  bottom: 1rem;
  right: 1.875rem;
}
@media (max-width: 767px) {
  .dashboard .order__list {
    flex-direction: column;
    padding: 1rem;
  }
}
.dashboard .order__detail {
  border: 1px solid #f9fafb;
  background: #f9fafb;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
.dashboard .order__detail h3 {
  color: #1c1919;
  font-size: 1rem;
  font-weight: 600;
}
.dashboard .order__detail p {
  color: #110808;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.dashboard .order__detail p span {
  color: #110808;
}
.dashboard .order__detail p strong {
  font-weight: 600;
}
.dashboard .order__detail--box {
  border-bottom: 1px solid rgba(102, 136, 187, 0.2);
}
.dashboard .order__detail--box .list {
  padding: 0;
  margin: 0;
}
.dashboard .order__detail--box .list__card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
.dashboard .order__detail--box .list__card:last-child {
  margin-bottom: 0rem;
  padding-bottom: 2rem;
}
.dashboard .order__detail--box .list__card--img {
  height: 6.125rem;
  width: 6.125rem;
  overflow: hidden;
  background-color: #ffffff;
}
.dashboard .order__detail--box .list__card--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.dashboard .order__detail--box .list__card--content p {
  color: #110808;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.dashboard .order__detail--box .list__card--content p span {
  color: #110808;
}
@media (max-width: 767px) {
  .dashboard .order__detail--box .list__card {
    flex-direction: column;
  }
  .dashboard .order__detail--box .list__card--img {
    height: 12.5rem;
    width: 100%;
  }
}
.dashboard .order__detail--info {
  margin-top: 1.625rem;
  border-bottom: 1px solid rgba(102, 136, 187, 0.2);
  padding-bottom: 2rem;
}
.dashboard .order__detail--summary {
  margin-top: 1.625rem;
}
.dashboard .status {
  font-size: 1rem;
  font-weight: 600 !important;
  display: inline-block;
  padding: 0 0.3125rem;
}
.dashboard .status.pending {
  background-color: #dfefff;
}
.dashboard .status.complete {
  background-color: #d2ffd2;
}
.dashboard .checkout__list--content h3 {
  color: #4f4f4f;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.dashboard .checkout__list--content .brand {
  color: #6a6a6a;
  font-size: 0.875rem;
  font-weight: 500;
}
.dashboard .checkout__list--content .price {
  color: #5b5353;
  font-size: 0.875rem;
  font-weight: 600;
}
.dashboard .checkout__list--content .btn-group {
  flex-direction: row;
  align-items: center;
}
.dashboard .checkout__list--content .btn-group .l__button--secondary {
  border-radius: 5px;
}
.dashboard .checkout__list--content .btn-group .del {
  color: #3186DB;
}

.wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.containers {
  padding: 66px 16px 66px;
  border: 1px solid #000000;
  text-align: center;
  margin: 0 4% 0 4%;
}

.containers .title {
  font-size: 120px;
}

.containers .description {
  font-size: 48px;
}

.glitch {
  position: relative;
}

.glitch:before {
  content: attr(data-text);
  position: absolute;
  text-shadow: 1px 0 blue;
  top: 0;
  left: -4px;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: glitch 3s infinite linear alternate-reverse;
  animation: glitch 3s infinite linear alternate-reverse;
  height: 100%;
  width: 100%;
}

.glitch:after {
  content: attr(data-text);
  position: absolute;
  text-shadow: -1px 0 red;
  top: 0;
  left: 4px;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: glitch 2s infinite linear alternate-reverse;
  animation: glitch 2s infinite linear alternate-reverse;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes glitch {
  0% {
    clip: rect(24px, 9999px, 136px, 0);
  }
  5% {
    clip: rect(142px, 9999px, 83px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 37px, 0);
  }
  15% {
    clip: rect(51px, 9999px, 78px, 0);
  }
  20% {
    clip: rect(150px, 9999px, 39px, 0);
  }
  25% {
    clip: rect(66px, 9999px, 122px, 0);
  }
  30% {
    clip: rect(141px, 9999px, 33px, 0);
  }
  35% {
    clip: rect(126px, 9999px, 17px, 0);
  }
  40% {
    clip: rect(125px, 9999px, 124px, 0);
  }
  45% {
    clip: rect(34px, 9999px, 22px, 0);
  }
  50% {
    clip: rect(54px, 9999px, 71px, 0);
  }
  55% {
    clip: rect(34px, 9999px, 135px, 0);
  }
  60% {
    clip: rect(150px, 9999px, 98px, 0);
  }
  65% {
    clip: rect(26px, 9999px, 32px, 0);
  }
  70% {
    clip: rect(50px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(144px, 9999px, 77px, 0);
  }
  80% {
    clip: rect(135px, 9999px, 53px, 0);
  }
  85% {
    clip: rect(131px, 9999px, 143px, 0);
  }
  90% {
    clip: rect(127px, 9999px, 133px, 0);
  }
  95% {
    clip: rect(24px, 9999px, 125px, 0);
  }
  100% {
    clip: rect(30px, 9999px, 147px, 0);
  }
}
@keyframes glitch {
  0% {
    clip: rect(24px, 9999px, 136px, 0);
  }
  5% {
    clip: rect(142px, 9999px, 83px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 37px, 0);
  }
  15% {
    clip: rect(51px, 9999px, 78px, 0);
  }
  20% {
    clip: rect(150px, 9999px, 39px, 0);
  }
  25% {
    clip: rect(66px, 9999px, 122px, 0);
  }
  30% {
    clip: rect(141px, 9999px, 33px, 0);
  }
  35% {
    clip: rect(126px, 9999px, 17px, 0);
  }
  40% {
    clip: rect(125px, 9999px, 124px, 0);
  }
  45% {
    clip: rect(34px, 9999px, 22px, 0);
  }
  50% {
    clip: rect(54px, 9999px, 71px, 0);
  }
  55% {
    clip: rect(34px, 9999px, 135px, 0);
  }
  60% {
    clip: rect(150px, 9999px, 98px, 0);
  }
  65% {
    clip: rect(26px, 9999px, 32px, 0);
  }
  70% {
    clip: rect(50px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(144px, 9999px, 77px, 0);
  }
  80% {
    clip: rect(135px, 9999px, 53px, 0);
  }
  85% {
    clip: rect(131px, 9999px, 143px, 0);
  }
  90% {
    clip: rect(127px, 9999px, 133px, 0);
  }
  95% {
    clip: rect(24px, 9999px, 125px, 0);
  }
  100% {
    clip: rect(30px, 9999px, 147px, 0);
  }
}

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