@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #4f4f4f;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #ffffff;
}
body.locked {
  overflow: hidden;
}

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

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

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: 2.5rem;
}
.section__title h5 {
  color: #7373ef;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  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: #1b2534;
  font-size: 2rem;
  font-weight: 800;
  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: #9fd454;
  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: #9fd454;
}
.breadcrumb__custom li.active a {
  color: #9fd454;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-link {
  background-color: #9fd454;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #7373ef;
  border-color: #ffffff;
}

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

.practice__carousel .owl-dot,
.package__carousel .owl-dot {
  margin: 0.1875rem;
  height: 0.5rem;
  width: 0.5rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgb(217, 217, 217) !important;
}
.practice__carousel .owl-dot.active,
.package__carousel .owl-dot.active {
  width: 2rem;
  border-radius: 0.625rem;
}
.practice__carousel .owl-dot span,
.package__carousel .owl-dot span {
  display: none !important;
}

.page__title h1 {
  font-family: "Playfair Display";
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .owl-stage-outer {
    overflow: hidden !important;
  }
}

.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.875rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  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: #7373ef;
  background-color: #7373ef;
}
.l__button--primary:hover {
  border-color: #7373ef;
  color: #7373ef;
  background-color: #ffffff;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #9fd454;
  border-color: #9fd454;
}
.l__button--secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #7373ef;
}
.l__button--transparent {
  color: #003459 !important;
  background-color: transparent;
  border-color: #003459;
}
.l__button--transparent:hover {
  border-color: #9fd454;
  background-color: #9fd454;
  color: #9fd454 !important;
}
.l__button--border {
  border-color: #7373ef;
  color: #7373ef;
}
.l__button--border:hover {
  color: #9fd454;
  border-color: #9fd454;
}
.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;
}
.quantity__btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
}
.quantity__btn--minus {
  border-radius: 0.25rem;
  background: #ebf5fe;
  color: #7373ef;
}
.quantity__btn--plus {
  border-radius: 0.25rem;
  background-color: #7373ef;
  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 .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;
  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);
}

.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, 1.75rem);
}
@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: clamp(0.875rem, 3vw, 1.125rem);
  font-weight: 600;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #282828;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a:hover {
  color: #7373ef;
}
@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: #7373ef;
  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;
  text-transform: capitalize;
}
.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #7373ef;
  color: #ffffff;
}

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

.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: 1.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;
  line-height: 1.875rem;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.875rem;
  text-decoration: none;
  transition: 500ms;
  text-transform: capitalize;
}

.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: #7373ef;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #7373ef;
}
.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;
  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;
  margin-bottom: 1.875rem;
}
.mobile-nav__top .main-menu__login a {
  color: #7373ef;
}
.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;
}
.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: #9fd454;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #7373ef;
}
.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;
}
.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: #7373ef;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #7373ef;
  display: flex;
  justify-content: center;
  align-items: center;
  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-block: 0.75rem;
  padding-inline: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  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;
}
.main-menu-two__logo a img {
  height: 60px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
/* @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: 3rem !important;
  }
}
@media (max-width: 767px) {
  .main-menu-two__logo a img {
    height: 2rem !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;
  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: #9fd454;
  border-color: #9fd454;
  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: #7373ef;
  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;
}
.main-menu-two__btn-box > ul li a:hover {
  color: #7373ef;
}
.main-menu-two__btn-box > ul li .profile .icon {
  color: #383838;
  font-size: 1.5rem;
}
.main-menu-two__btn-box > ul li .profile .img {
  cursor: pointer;
}
.main-menu-two__btn-box > ul li .profile .img img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.main-menu-two__btn-box > ul li .profile > ul {
  padding: 0;
  overflow: hidden;
}
.main-menu-two__btn-box > ul li .profile > ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.3125rem 0.875rem;
}
.main-menu-two__btn-box > ul li .profile > ul li a:active {
  background-color: #f8f9fa;
  color: #7373ef;
}
.main-menu-two__btn-box > ul li .profile > ul li a:hover {
  color: #7373ef;
}
@media (max-width: 1100px) {
  .main-menu-two__btn-box .l__button {
    padding: 0.75rem 1.25rem;
  }
}
@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-two-top {
  background-color: #7373ef;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1.125rem;
}
.main-header-two-top p {
  color: #ffffff;
}
.main-header-two-top p a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
}
.main-header-two-top p a::before {
  content: "";
  height: 2rem;
  width: 0.0625rem;
  overflow: hidden;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  position: relative;
}
.footer .about img {
  height: 2.625rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin: auto;
}
.footer .about blockquote {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #7373ef;
  line-height: 1.6;
  position: relative;
  background: #ededed;
}
.footer .about blockquote::before {
  content: "\f10d";
  color: #7373ef;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 2rem;
}
.footer .icon {
  padding: 0;
  margin: 1.5rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.footer .icon li {
  list-style: none;
}
.footer .icon li a {
  height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7373ef;
  border: 1px solid #7373ef;
  color: #ffffff;
  text-decoration: none;
}
.footer .icon li:hover a {
  background-color: #fff;
  color: #7373ef;
}

.copyright {
  padding: 1rem 0;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
  border-top: 1px solid #ffffff;
}
/* .copyright .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}*/
.copyright .container-fluid p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #05073c;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.copyright .container-fluid p img {
  height: 2rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.copyright .container-fluid a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #7373ef;
}
.copyright .container-fluid a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 1.5rem;
  }
  .copyright .container-fluid {
    flex-direction: column;
  }
  .copyright .container-fluid p {
    text-align: center;
    font-size: 0.875rem;
  }
  .copyright .container-fluid p img {
    height: 2rem;
  }
}

.banner {
  position: relative;
  height: calc(100vh - 8.5rem);
}
.banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__content::before {
  content: "";
  background: linear-gradient(90deg, rgba(115, 114, 238, 0.9) 16.67%, rgba(3, 66, 125, 0) 70%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__content .content {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner__content .content h1 {
  font-size: 3.375rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #ffffff;
}
.banner__content .content p {
  color: #ffffff;
  font-size: 1.12 5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.feature__img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 25rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .feature__img {
    background-size: contain;
  }
}
.feature__card {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1.5rem;
  position: relative;
  margin-bottom: 2rem;
}
.feature__card::before {
  content: "";
  height: 3.125rem;
  width: 2px;
  overflow: hidden;
  background: linear-gradient(-360deg, rgba(0, 101, 255, 0), #554aff 100%);
  position: absolute;
  top: 3.75rem;
  left: 1.375rem;
}
.feature__card:last-child::before {
  display: none;
}
.feature__card--icon {
  height: 3rem;
  width: 3rem;
  overflow: hidden;
  min-width: 3rem;
  background-color: #7373ef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.feature__card--icon img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.feature__card--content h3 {
  font-size: 1.375rem;
  font-weight: 600;
}
.feature__card--content p {
  font-size: 1rem;
  font-weight: 400;
}
.feature .row:last-child {
  flex-direction: row-reverse;
  margin-top: 3.125rem;
}

.work__card {
  margin: 0 0px 0px 1.125rem;
  padding: 1.875rem 1.25rem 1.5625rem 1.25rem;
  text-align: center;
  position: relative;
  background-color: #ecf0f8;
  border-radius: 1.25rem;
  margin-bottom: 3.125rem;
}
.work__card::before {
  content: "";
  border-left: 1px solid #7373ef;
  border-bottom: 1px solid #7373ef;
  border-radius: 0px 0px 0px 1.25rem;
  position: absolute;
  top: 1.125rem;
  left: -1.125rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.work__card img {
  height: 3.125rem;
  width: 3.125rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin: auto;
}
.work__card--content {
  margin-top: 1.5rem;
  z-index: 1;
  position: relative;
}
.work__card--content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.125rem;
}
.work__card--number {
  background-color: #7373ef;
  color: #ffffff;
  height: 3.125rem;
  width: 3.125rem;
  display: block;
  font-size: 1.375rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125rem 0 0.3125rem 0.3125rem;
  position: absolute;
  top: -1.375rem;
  left: 1.25rem;
}
.work__card--number::after {
  content: "";
  clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
  height: 1.4063rem;
  width: 1.375rem;
  overflow: hidden;
  background-color: #7373ef;
  position: absolute;
  top: 0;
  left: 100%;
}

.trust__box {
  background-color: #7373ef;
  border-radius: 1.25rem;
  z-index: 1;
  position: relative;
}
.trust__card {
  text-align: center;
}
.trust__card .number {
  font-size: 4rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #ffffff;
}
.trust__card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}

.testimonial {
  background-color: #ecf0f8;
  padding-top: 10rem;
  margin-top: -5rem;
}
.testimonial__card {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 1.125rem;
}
.testimonial__card--head {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.125rem;
}
.testimonial__card--head img {
  height: 5rem;
  width: 5rem !important;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  min-width: 5rem !important;
  border-radius: 50%;
}
.testimonial__card--head h5 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.testimonial__card--head span {
  font-style: italic;
  font-size: 0.875rem;
}

.store__img {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.store__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.store__card {
  background-color: #ecf0f8;
  border-radius: 1rem;
  padding: 1rem;
}
.store__card--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.store__card--head .icon i {
  font-size: 48px;
  color: #000000;
}
.store__card--head .arrow i {
  font-size: 1.5rem;
  transform: rotate(-45deg);
  color: #000000;
}
.store__card--body p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
}
.store__card--body a {
  background-color: #090809;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0.5rem;
  display: inline-flex;
}
.store__card--body a img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  display: inline-block;
}
.store__card--body a span {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.store__card--body a span small {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
}
.store__card--body a:hover {
  color: #7373ef;
}
.store__card:hover .icon i {
  color: #7373ef;
}

.faq img {
  height: 25rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  object-position: top;
}
.faq__accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq__accordion .accordion__item {
  display: block;
  margin-bottom: 15px;
  border-radius: 5px 5px 0px 0px;
}
.faq__accordion .accordion__item:last-child {
  margin-bottom: 0;
}
.faq__accordion .accordion__title {
  padding: 20px 60px 17px 20px;
  background-color: rgba(125, 106, 239, 0.0509803922);
  border: 1px solid rgba(125, 106, 239, 0.0509803922);
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #0e0e0e;
}
.faq__accordion .accordion__title i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0.875rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 40px;
  height: 40px;
  color: var(--primary-color);
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  text-align: center;
  line-height: 40px;
  background-color: transparent;
}
.faq__accordion .accordion__title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 15px;
}
.faq__accordion .accordion__content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding: 14px 20px 27px 20px;
  border-radius: 0px 0px 5px 5px;
  background: #edf0f8;
  margin-top: 5px;
}
.faq__accordion .accordion__content.show {
  display: block;
}
.faq__accordion .accordion__content p {
  line-height: 1.8;
}
.faq__accordion .accordion__content p:last-child {
  margin-bottom: 0;
}

/* .main-menu-two {
  height: 72px;
} */
/* @media (max-width: 768px) {
  .main-menu-two {
    height: 56px;
  }
} */
/*# sourceMappingURL=style.css.map */
