

.feature-bg-color {
  background-color: var(--feature-bg-color);
}

.bg-color-7 {
  background-color: var(--bg-color-7);
}

.bg-color-8 {
  background-color: var(--bg-color-8);
}

.bg-color-9 {
  background-color: var(--bg-color-3);
}

.bg-color-10 {
  background-color: var(--bg-color-9);
}

.mt-minus-5 {
  margin-block-start: -5px;
}

.padding-top {
  padding-block-start: 20px;
}
@media (min-width: 992px) {
  .padding-top {
    padding-block-start: 120px;
  }
}

.padding-top--style2 {
  padding-block-start: 80px;
}
@media (min-width: 992px) {
  .padding-top--style2 {
    padding-block-start: 40px;
  }
}

.padding-bottom {
  padding-block-end: 40px;
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-block-end: 120px;
  }
}

.padding-bottom-style2 {
  padding-block-end: 10px;
}
@media (min-width: 992px) {
  .padding-bottom-style2 {
    padding-block-end: 80px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.subtitle {
  font-size: 1.125rem;
  text-transform: capitalize;
  font-weight: bold;
  color: var(--title-color);
}

.bg--cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg--full {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.bg--defult {
  background-repeat: no-repeat;
}

.d-block {
  width: 100%;
}

.br-16 {
  border-radius: 16px;
}

/*=========<<Margin & padding property Utilites start>>=========*/
/*-------<< margin properties >>-------*/
.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-block-start: 10px !important;
}

.mb-10 {
  margin-block-end: 10px !important;
}

.ms-10 {
  margin-inline-start: 10px !important;
}

.me-10 {
  margin-inline-end: 10px !important;
}

.my-10 {
  margin-block: 10px !important;
}

.mx-10 {
  margin-inline: 10px !important;
}

/*-------<< margin properties >>-------*/
.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-block-start: 15px !important;
}

.mb-15 {
  margin-block-end: 15px !important;
}

.ms-15 {
  margin-inline-start: 15px !important;
}

.me-15 {
  margin-inline-end: 15px !important;
}

.my-15 {
  margin-block: 15px !important;
}

.mx-15 {
  margin-inline: 15px !important;
}

/*-------<< margin properties >>-------*/
.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-block-start: 20px !important;
}

.mb-20, .subtitle {
  margin-block-end: 20px !important;
}

.ms-20 {
  margin-inline-start: 20px !important;
}

.me-20 {
  margin-inline-end: 20px !important;
}

.my-20 {
  margin-block: 20px !important;
}

.mx-20 {
  margin-inline: 20px !important;
}

/*-------<< margin properties >>-------*/
.m-25 {
  margin: 25px !important;
}

.mt-25 {
  margin-block-start: 25px !important;
}

.mb-25 {
  margin-block-end: 25px !important;
}

.ms-25 {
  margin-inline-start: 25px !important;
}

.me-25 {
  margin-inline-end: 25px !important;
}

.my-25 {
  margin-block: 25px !important;
}

.mx-25 {
  margin-inline: 25px !important;
}

/*-------<< margin properties >>-------*/
.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-block-start: 30px !important;
}

.mb-30 {
  margin-block-end: 30px !important;
}

.ms-30 {
  margin-inline-start: 30px !important;
}

.me-30 {
  margin-inline-end: 30px !important;
}

.my-30 {
  margin-block: 30px !important;
}

.mx-30 {
  margin-inline: 30px !important;
}

/*-------<< margin properties >>-------*/
.m-35 {
  margin: 35px !important;
}

.mt-35 {
  margin-block-start: 35px !important;
}

.mb-35 {
  margin-block-end: 35px !important;
}

.ms-35 {
  margin-inline-start: 35px !important;
}

.me-35 {
  margin-inline-end: 35px !important;
}

.my-35 {
  margin-block: 35px !important;
}

.mx-35 {
  margin-inline: 35px !important;
}

/*-------<< margin properties >>-------*/
.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-block-start: 40px !important;
}

.mb-40 {
  margin-block-end: 40px !important;
}

.ms-40 {
  margin-inline-start: 40px !important;
}

.me-40 {
  margin-inline-end: 40px !important;
}

.my-40 {
  margin-block: 40px !important;
}

.mx-40 {
  margin-inline: 40px !important;
}

/*-------<< margin properties >>-------*/
.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-block-start: 45px !important;
}

.mb-45 {
  margin-block-end: 45px !important;
}

.ms-45 {
  margin-inline-start: 45px !important;
}

.me-45 {
  margin-inline-end: 45px !important;
}

.my-45 {
  margin-block: 45px !important;
}

.mx-45 {
  margin-inline: 45px !important;
}

/*-------<< margin properties >>-------*/
.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-block-start: 50px !important;
}

.mb-50 {
  margin-block-end: 50px !important;
}

.ms-50 {
  margin-inline-start: 50px !important;
}

.me-50 {
  margin-inline-end: 50px !important;
}

.my-50 {
  margin-block: 50px !important;
}

.mx-50 {
  margin-inline: 50px !important;
}

/*-------<< margin properties >>-------*/
.m-55 {
  margin: 55px !important;
}

.mt-55 {
  margin-block-start: 55px !important;
}

.mb-55 {
  margin-block-end: 55px !important;
}

.ms-55 {
  margin-inline-start: 55px !important;
}

.me-55 {
  margin-inline-end: 55px !important;
}

.my-55 {
  margin-block: 55px !important;
}

.mx-55 {
  margin-inline: 55px !important;
}

/*-------<< margin properties >>-------*/
.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-block-start: 60px !important;
}

.mb-60 {
  margin-block-end: 60px !important;
}

.ms-60 {
  margin-inline-start: 60px !important;
}

.me-60 {
  margin-inline-end: 60px !important;
}

.my-60 {
  margin-block: 60px !important;
}

.mx-60 {
  margin-inline: 60px !important;
}

/*-------<< margin properties >>-------*/
.m-65 {
  margin: 65px !important;
}

.mt-65 {
  margin-block-start: 65px !important;
}

.mb-65 {
  margin-block-end: 65px !important;
}

.ms-65 {
  margin-inline-start: 65px !important;
}

.me-65 {
  margin-inline-end: 65px !important;
}

.my-65 {
  margin-block: 65px !important;
}

.mx-65 {
  margin-inline: 65px !important;
}

/*-------<< margin properties >>-------*/
.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-block-start: 70px !important;
}

.mb-70 {
  margin-block-end: 70px !important;
}

.ms-70 {
  margin-inline-start: 70px !important;
}

.me-70 {
  margin-inline-end: 70px !important;
}

.my-70 {
  margin-block: 70px !important;
}

.mx-70 {
  margin-inline: 70px !important;
}

/*-------<< margin properties >>-------*/
.m-75 {
  margin: 75px !important;
}

.mt-75 {
  margin-block-start: 75px !important;
}

.mb-75 {
  margin-block-end: 75px !important;
}

.ms-75 {
  margin-inline-start: 75px !important;
}

.me-75 {
  margin-inline-end: 75px !important;
}

.my-75 {
  margin-block: 75px !important;
}

.mx-75 {
  margin-inline: 75px !important;
}

/*-------<< margin properties >>-------*/
.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-block-start: 80px !important;
}

.mb-80 {
  margin-block-end: 80px !important;
}

.ms-80 {
  margin-inline-start: 80px !important;
}

.me-80 {
  margin-inline-end: 80px !important;
}

.my-80 {
  margin-block: 80px !important;
}

.mx-80 {
  margin-inline: 80px !important;
}

/*-------<< margin properties >>-------*/
.m-85 {
  margin: 85px !important;
}

.mt-85 {
  margin-block-start: 85px !important;
}

.mb-85 {
  margin-block-end: 85px !important;
}

.ms-85 {
  margin-inline-start: 85px !important;
}

.me-85 {
  margin-inline-end: 85px !important;
}

.my-85 {
  margin-block: 85px !important;
}

.mx-85 {
  margin-inline: 85px !important;
}

/*-------<< margin properties >>-------*/
.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-block-start: 90px !important;
}

.mb-90 {
  margin-block-end: 90px !important;
}

.ms-90 {
  margin-inline-start: 90px !important;
}

.me-90 {
  margin-inline-end: 90px !important;
}

.my-90 {
  margin-block: 90px !important;
}

.mx-90 {
  margin-inline: 90px !important;
}

/*-------<< margin properties >>-------*/
.m-95 {
  margin: 95px !important;
}

.mt-95 {
  margin-block-start: 95px !important;
}

.mb-95 {
  margin-block-end: 95px !important;
}

.ms-95 {
  margin-inline-start: 95px !important;
}

.me-95 {
  margin-inline-end: 95px !important;
}

.my-95 {
  margin-block: 95px !important;
}

.mx-95 {
  margin-inline: 95px !important;
}

/*-------<< margin properties >>-------*/
.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-block-start: 100px !important;
}

.mb-100 {
  margin-block-end: 100px !important;
}

.ms-100 {
  margin-inline-start: 100px !important;
}

.me-100 {
  margin-inline-end: 100px !important;
}

.my-100 {
  margin-block: 100px !important;
}

.mx-100 {
  margin-inline: 100px !important;
}

/*------<< Paddings >>---------*/
.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-block-start: 10px !important;
}

.pb-10 {
  padding-block-end: 10px !important;
}

.ps-10 {
  padding-inline-start: 10px !important;
}

.pe-10 {
  padding-inline-end: 10px !important;
}

.py-10 {
  padding-block: 10px !important;
}

.px-10 {
  padding-inline: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-block-start: 15px !important;
}

.pb-15 {
  padding-block-end: 15px !important;
}

.ps-15 {
  padding-inline-start: 15px !important;
}

.pe-15 {
  padding-inline-end: 15px !important;
}

.py-15 {
  padding-block: 15px !important;
}

.px-15 {
  padding-inline: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-block-start: 20px !important;
}

.pb-20 {
  padding-block-end: 20px !important;
}

.ps-20 {
  padding-inline-start: 20px !important;
}

.pe-20 {
  padding-inline-end: 20px !important;
}

.py-20 {
  padding-block: 20px !important;
}

.px-20 {
  padding-inline: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25 {
  padding-block-start: 25px !important;
}

.pb-25 {
  padding-block-end: 25px !important;
}

.ps-25 {
  padding-inline-start: 25px !important;
}

.pe-25 {
  padding-inline-end: 25px !important;
}

.py-25 {
  padding-block: 25px !important;
}

.px-25 {
  padding-inline: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-block-start: 30px !important;
}

.pb-30 {
  padding-block-end: 30px !important;
}

.ps-30 {
  padding-inline-start: 30px !important;
}

.pe-30 {
  padding-inline-end: 30px !important;
}

.py-30 {
  padding-block: 30px !important;
}

.px-30 {
  padding-inline: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35 {
  padding-block-start: 35px !important;
}

.pb-35 {
  padding-block-end: 35px !important;
}

.ps-35 {
  padding-inline-start: 35px !important;
}

.pe-35 {
  padding-inline-end: 35px !important;
}

.py-35 {
  padding-block: 35px !important;
}

.px-35 {
  padding-inline: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-block-start: 40px !important;
}

.pb-40 {
  padding-block-end: 40px !important;
}

.ps-40 {
  padding-inline-start: 40px !important;
}

.pe-40 {
  padding-inline-end: 40px !important;
}

.py-40 {
  padding-block: 40px !important;
}

.px-40 {
  padding-inline: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45 {
  padding-block-start: 45px !important;
}

.pb-45 {
  padding-block-end: 45px !important;
}

.ps-45 {
  padding-inline-start: 45px !important;
}

.pe-45 {
  padding-inline-end: 45px !important;
}

.py-45 {
  padding-block: 45px !important;
}

.px-45 {
  padding-inline: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-block-start: 50px !important;
}

.pb-50 {
  padding-block-end: 50px !important;
}

.ps-50 {
  padding-inline-start: 50px !important;
}

.pe-50 {
  padding-inline-end: 50px !important;
}

.py-50 {
  padding-block: 50px !important;
}

.px-50 {
  padding-inline: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.pt-55 {
  padding-block-start: 55px !important;
}

.pb-55 {
  padding-block-end: 55px !important;
}

.ps-55 {
  padding-inline-start: 55px !important;
}

.pe-55 {
  padding-inline-end: 55px !important;
}

.py-55 {
  padding-block: 55px !important;
}

.px-55 {
  padding-inline: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-block-start: 60px !important;
}

.pb-60 {
  padding-block-end: 60px !important;
}

.ps-60 {
  padding-inline-start: 60px !important;
}

.pe-60 {
  padding-inline-end: 60px !important;
}

.py-60 {
  padding-block: 60px !important;
}

.px-60 {
  padding-inline: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-65 {
  padding-block-start: 65px !important;
}

.pb-65 {
  padding-block-end: 65px !important;
}

.ps-65 {
  padding-inline-start: 65px !important;
}

.pe-65 {
  padding-inline-end: 65px !important;
}

.py-65 {
  padding-block: 65px !important;
}

.px-65 {
  padding-inline: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-block-start: 70px !important;
}

.pb-70 {
  padding-block-end: 70px !important;
}

.ps-70 {
  padding-inline-start: 70px !important;
}

.pe-70 {
  padding-inline-end: 70px !important;
}

.py-70 {
  padding-block: 70px !important;
}

.px-70 {
  padding-inline: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.pt-75 {
  padding-block-start: 75px !important;
}

.pb-75 {
  padding-block-end: 75px !important;
}

.ps-75 {
  padding-inline-start: 75px !important;
}

.pe-75 {
  padding-inline-end: 75px !important;
}

.py-75 {
  padding-block: 75px !important;
}

.px-75 {
  padding-inline: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-block-start: 80px !important;
}

.pb-80 {
  padding-block-end: 80px !important;
}

.ps-80 {
  padding-inline-start: 80px !important;
}

.pe-80 {
  padding-inline-end: 80px !important;
}

.py-80 {
  padding-block: 80px !important;
}

.px-80 {
  padding-inline: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.pt-85 {
  padding-block-start: 85px !important;
}

.pb-85 {
  padding-block-end: 85px !important;
}

.ps-85 {
  padding-inline-start: 85px !important;
}

.pe-85 {
  padding-inline-end: 85px !important;
}

.py-85 {
  padding-block: 85px !important;
}

.px-85 {
  padding-inline: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-block-start: 90px !important;
}

.pb-90 {
  padding-block-end: 90px !important;
}

.ps-90 {
  padding-inline-start: 90px !important;
}

.pe-90 {
  padding-inline-end: 90px !important;
}

.py-90 {
  padding-block: 90px !important;
}

.px-90 {
  padding-inline: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.pt-95 {
  padding-block-start: 95px !important;
}

.pb-95 {
  padding-block-end: 95px !important;
}

.ps-95 {
  padding-inline-start: 95px !important;
}

.pe-95 {
  padding-inline-end: 95px !important;
}

.py-95 {
  padding-block: 95px !important;
}

.px-95 {
  padding-inline: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-block-start: 100px !important;
}

.pb-100 {
  padding-block-end: 100px !important;
}

.ps-100 {
  padding-inline-start: 100px !important;
}

.pe-100 {
  padding-inline-end: 100px !important;
}

.py-100 {
  padding-block: 100px !important;
}

.px-100 {
  padding-inline: 100px !important;
}

/*=========<<Margin property Utilities end>>=========*/
.header-section {
  width: 100%;
  z-index: 99;
}
.header-section.header-fixed {
  -webkit-animation: fadeInDown 0.5s;
  -moz-animation: fadeInDown 0.5s;
  -ms-animation: fadeInDown 0.5s;
  -o-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.header-section--style1 {
  background-color: var(--bg-color-3);
  border-bottom: 1px solid var(--header-border-color);
}
.header-section--style1.header-fixed {
  border-bottom: none;
  background-color: var(--bg-color-3);
}
.header-section--style2 {
  content: "";
  width: 100%;
}
.header-section--style2.header-fixed {
  background-color: var(--wh-color);
}
.header-section--style3 {
  content: "";
  width: 100%;
}
.header-section--style3.header-fixed {
  background-color: var(--header-bg-color);
}
.header-section--style4 {
  content: "";
  width: 100%;
  border-bottom: 1px solid var(--header-border-color2);
}
.header-section--style4.header-fixed {
  background-color: var(--header-bg-color2);
}
.header-section--style5 {
  content: "";
  width: 100%;
}
.header-section--style5.header-fixed {
  background-color: var(--bg-color-10);
}

@media (min-width: 576px) {
  .header-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-wrapper {
    padding-block: 26px;
  }
}
.header-wrapper .logo a img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .header-wrapper .logo {
    max-width: 130px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-wrapper .logo {
    width: 200px;
  }
}
.header-wrapper .menu-area .header-btn {
  column-gap: 20px;
}
@media (max-width: 767px) {
  .header-wrapper .menu-area .header-btn {
    display: none;
  }
}
.header-wrapper .menu-area .header-btn .switch-btn {
  max-width: 30px;
  cursor: pointer;
}
.header-wrapper--style2 {
  border-bottom: 1px solid var(--border-color-9);
}

.menu {
  column-gap: 10px;
}
.menu > li > a {
  font-size: 1rem;
  padding: 15px 22px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  color: var(--title-color);
  font-weight: 500;
}
.menu > li > a span {
  font-size: 0.75rem;
  padding: 1px 5px;
  color: var(--bg-white);
  border-radius: 4px;
}
.menu > li > a span.style1 {
  background-color: var(--brand-color);
}
.menu > li > a span.style2 {
  background-color: var(--form-focus-color);
}
.menu > li > a i {
  margin-right: 5px;
}
.menu > li > a:after {
  right: 11px;
}
.menu > li > a::before {
  right: 15px;
}
.menu--style1 li a {
  color: var(--title-color);
}
.menu--style2 li a {
  color: var(--bg-white);
}
@media (min-width: 992px) {
  .menu li {
    position: relative;
  }
  .menu li .submenu {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background: var(--wh-color);
    width: 220px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    border-radius: 0.4rem;
  }
  .menu li .submenu li {
    padding: 0;
  }
  .menu li .submenu li a {
    font-size: 1rem;
    padding: 10px 20px;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    color: var(--title-color);
    border-bottom: 1px solid rgba(var(--wh-color), 0.05);
    border-radius: 0.3rem;
    transition: all 0.3s ease-out;
  }
  .menu li .submenu li a span {
    font-size: 0.75rem;
    padding: 1px 5px;
    color: var(--bg-white);
    border-radius: 4px;
  }
  .menu li .submenu li a span.style1 {
    background-color: var(--brand-color);
    color: #0C263A;
  }
  .menu li .submenu li a span.style2 {
    background-color: #000;
  }
  .menu li .submenu li a:hover, .menu li .submenu li a.active {
    background: var(--wh-color);
    padding-left: 22px;
    color: var(--brand-color);
  }
  .menu li .submenu li a:hover:after, .menu li .submenu li a:hover:before, .menu li .submenu li a.active:after, .menu li .submenu li a.active:before {
    background: var(--wh-color);
  }
  .menu li .submenu li:last-child a {
    border-bottom: none;
  }
  .menu li .submenu li .submenu {
    left: 100%;
    top: 0;
  }
  .menu li:hover > .submenu {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu li a {
    padding: 10px 16px;
  }
}
@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: auto;
    max-height: 400px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    z-index: 999;
    background: rgba(var(--wh-color), 0.99);
    -webkit-backdrop-filter: blur(20px);
  }
  .menu li {
    width: 100%;
    padding: 0;
  }
  .menu li a {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: capitalize;
    border-top: 1px solid var(--border-color-8);
    color: var(--title-color);
  }
  .menu li a:hover {
    background: rgba(var(--wh-color), 0.6);
  }
  .menu li a span {
    font-size: 0.75rem;
    padding: 1px 5px;
    color: var(--bg-white);
    border-radius: 4px;
  }
  .menu li a span.style1 {
    background-color: var(--brand-color);
  }
  .menu li a span.style2 {
    background-color: var(--form-focus-color);
  }
  .menu li .submenu {
    padding-inline-start: 20px;
    display: none;
  }
  .menu li .submenu li {
    width: 100%;
  }
  .menu li .submenu li a {
    font-family: "Anek Telugu", sans-serif;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
  }
  .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1);
    background-color: var(--wh-color);
  }
}

.header-bar {
  width: 25px;
  height: 20px;
}
@media (min-width: 768px) {
  .header-bar {
    width: 30px;
    height: 24px;
  }
}
.header-bar span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--black-color);
  border-radius: 5px;
  height: 2px;
  left: 0;
}
.header-bar span:first-child {
  top: 0;
}
.header-bar span:nth-child(2) {
  top: 51%;
  transform: translateY(-65%);
}
.header-bar span:last-child {
  bottom: 0;
}
.header-bar--style1 span {
  background-color: var(--black-color);
}
.header-bar--style2 span {
  background-color: var(--bg-white);
}
.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -moz-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  -o-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}
@media (min-width: 768px) {
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 12px);
    -moz-transform: rotate(45deg) translate(3px, 12px);
    -ms-transform: rotate(45deg) translate(3px, 12px);
    -o-transform: rotate(45deg) translate(3px, 12px);
    transform: rotate(45deg) translate(3px, 12px);
  }
}
.header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -10px);
  -moz-transform: rotate(-45deg) translate(3px, -10px);
  -ms-transform: rotate(-45deg) translate(3px, -10px);
  -o-transform: rotate(-45deg) translate(3px, -10px);
  transform: rotate(-45deg) translate(3px, -10px);
}
@media (min-width: 768px) {
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -13px);
    -moz-transform: rotate(-45deg) translate(3px, -13px);
    -ms-transform: rotate(-45deg) translate(3px, -13px);
    -o-transform: rotate(-45deg) translate(3px, -13px);
    transform: rotate(-45deg) translate(3px, -13px);
  }
}
@media (max-width: 575px) {
  .header-bar {
    width: 15px;
    height: 16px;
    margin-right: 20px;
  }
  .header-bar span {
    height: 2px;
    width: 20px;
  }
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -moz-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    -o-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    -moz-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    -o-transform: rotate(-45deg) translate(4px, -6px);
    transform: rotate(-45deg) translate(4px, -6px);
  }
}

.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "FontAwesome";
  content: "\f107";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-item-has-children > a::after {
    position: absolute;
    content: "\f107";
    right: -1px !important;
    top: 9px;
  }
}
@media (min-width: 1200px) {
  .menu-item-has-children > a::after {
    position: absolute;
    content: "\f107";
    right: 2px !important;
    top: 14px;
  }
}
.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.menu-item-has-children.open > a::after {
  transform: rotate(180deg);
}

.menu-item-has-children.megamenu {
  position: static;
}
.menu-item-has-children.megamenu .submenu {
  width: 100%;
}
.menu-item-has-children.megamenu .submenu li .home-showcase__buttons a span {
  color: #0C263A;
  font-weight: 500;
  font-size: 0.875rem;
}
.menu-item-has-children.megamenu .submenu li .home-showcase__buttons a:hover {
  background-color: var(--brand-color);
}

.home-showcase {
  background-color: var(--wh-color);
  padding: 15px;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  max-height: 700px;
  overflow: auto;
}
@media (min-width: 576px) {
  .home-showcase {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .home-showcase {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .home-showcase {
    padding: 40px;
  }
}
.home-showcase__buttons {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 1;
  visibility: hidden;
  transform-origin: bottom center;
  transition: 500ms ease;
}
.home-showcase__buttons-item {
  padding: 10px 38px;
  background-color: var(--brand-color);
  text-align: center;
  text-decoration: none;
}
.home-showcase__title a {
  margin: 0;
  font-size: 1.125rem;
  color: var(--title-color);
}
@media (max-width: 991px) {
  .home-showcase__title a {
    border-top: none !important;
    padding: 10px 0px !important;
    margin-block-start: 5px;
  }
}
@media (min-width: 992px) {
  .home-showcase__title a {
    padding-inline-start: 0;
    margin-top: 10px;
  }
}
@media (min-width: 1400px) {
  .home-showcase__title a {
    margin-block-start: 15px;
  }
}
.home-showcase__image {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.home-showcase__image img {
  width: 100%;
  transition: 500ms ease;
  transform: scale(1);
}
.home-showcase__image::after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-color-15);
  opacity: 0.1;
}
.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.home-showcase__image:hover .home-showcase__buttons-item {
  background-color: var(--brand-color);
}
.home-showcase__image:hover .home-showcase__title a {
  background-color: transparent;
  color: var(--brand-color);
}
.home-showcase__image:hover::after {
  opacity: 1;
}
.home-showcase__badge {
  content: "";
  top: 3%;
  right: 3%;
}
.home-showcase__badge span {
  color: var(--bg-white);
  background-color: var(--bg-color-17);
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 0.75rem;
}

.section-header {
  z-index: 2;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .section-header--style2 {
    margin-bottom: 0px;
  }
}
.section-header--style2 h2 {
  line-height: 1.1;
}
.section-header--style3 h2 {
  color: var(--bg-white);
}
.section-header--style3 p {
  color: var(--bg-white);
  opacity: 0.8;
}
.section-header--style4 {
  gap: 15px;
}
.section-header--style4 h2 {
  line-height: 1.4;
}
.section-header--style4 h2 span {
  color: var(--brand-color);
}
.section-header__content h2 span {
  color: var(--secondary-color);
}
.section-header__content h2 span.style2 {
  color: var(--brand-color);
}
.section-header__content p {
  max-width: 55ch;
}
.section-header h2 span {
  color: var(--secondary-color);
}
.section-header h2 span.style2 {
  color: var(--brand-color);
}
.section-header p {
  font-weight: 400;
}
.section-header p.mute {
  color: var(--text-color);
}
.section-header--max18 h2 {
  max-inline-size: 18ch;
}
.section-header--max20 h2 {
  max-inline-size: 20ch;
  margin: auto;
}
.section-header--max50 {
  max-inline-size: 50ch;
  margin: 0 auto 48px auto;
}
@media (max-width: 767px) {
  .section-header--max50 {
    padding-inline: 10px;
  }
}
.section-header--max57 {
  max-inline-size: 57ch;
  margin: 0 auto 48px auto;
}
@media (max-width: 767px) {
  .section-header--max57 {
    padding-inline: 10px;
  }
}
.section-header--max65 {
  max-inline-size: 65ch;
  margin: 0 auto 48px auto;
}
@media (max-width: 767px) {
  .section-header--max65 {
    padding-inline: 10px;
  }
}

.subtitle {
  gap: 10px;
}
.subtitle p {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Anek Telugu", sans-serif;
}
.subtitle--style2 {
  color: var(--secondary-color);
}
.subtitle--style3 p {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Anek Telugu", sans-serif;
  color: var(--secondary-color);
}
.subtitle--style4 p {
  font-size: 1.125rem;
  color: var(--title-color);
  text-transform: uppercase;
}
.subtitle--style4 p::before {
  content: "";
  margin-right: 10px;
  background-color: var(--black-color);
  border: 2px solid var(--black-color);
}
.subtitle--style5 {
  font-size: 1.125rem;
  color: var(--title-color);
  text-transform: uppercase;
}

.page-header {
  padding-block: 70px;
}
@media (min-width: 992px) {
  .page-header {
    padding-block: 100px;
  }
}
.page-header__content h2 {
  color: var(--bg-white);
}
@media (min-width: 992px) {
  .page-header__content h2 {
    margin-bottom: 15px;
  }
}
.page-header .breadcrumb-item {
  font-size: 1.125rem;
  color: var(--brand-color);
}
.page-header .breadcrumb-item a {
  color: var(--brand-color);
}
.page-header .breadcrumb-item:before {
  color: var(--bg-white);
}
.page-header .breadcrumb-item.active, .page-header .breadcrumb-item:hover {
  color: var(--bg-white);
}
.page-header__shape-item--1 {
  display: none;
  top: 0%;
  right: 0%;
}
@media (min-width: 576px) {
  .page-header__shape-item--1 {
    top: 0%;
    right: -3%;
  }
}
@media (min-width: 768px) {
  .page-header__shape-item--1 {
    display: block;
    top: 0%;
    right: -3%;
    width: 500px;
  }
}
@media (min-width: 992px) {
  .page-header__shape-item--1 {
    top: 0%;
    right: 0%;
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .page-header__shape-item--1 {
    width: auto;
    top: 0%;
    right: 0%;
  }
}
@media (min-width: 1400px) {
  .page-header__shape-item--1 {
    top: 0%;
    right: 0%;
  }
}
@media (min-width: 1600px) {
  .page-header__shape-item--1 {
    top: 0%;
    right: 15%;
  }
}

.banner__content-coin img {
  width: 70px;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__content-coin img {
    width: 73px;
  }
}
@media (min-width: 768px) {
  .banner__content-coin img {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .banner__content-coin img {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .banner__content-coin img {
    width: auto;
  }
}
@media (max-width: 992px) {
  .banner__content-coin{
    z-index: 1;
    position: absolute;
  }
  .about__thumb-image,
  .faq__thumb{
    max-width: 60%;
    margin: 0 auto;
  }

}
.banner__content-coin--style2 img {
  width: 70px;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__content-coin--style2 img {
    width: 73px;
  }
}
@media (min-width: 768px) {
  .banner__content-coin--style2 img {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .banner__content-coin--style2 img {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .banner__content-coin--style2 img {
    width: auto;
  }
}
.banner__content-heading span {
  color: var(--secondary-color);
}
.banner__content-heading--style2 {
  max-inline-size: 15ch;
}
.banner__content-moto {
  color: var(--text-color);
}
@media (min-width: 576px) {
  .banner__content-moto {
    margin-block-end: 30px;
  }
}
@media (min-width: 992px) {
  .banner__content-moto {
    margin-block-end: 40px;
  }
}
.banner__content-social p {
  font-size: 1.125rem;
  color: var(--title-color);
}
@media (min-width: 992px) {
  .banner__content-social p {
    margin-block-end: 25px;
  }
}
.banner__content--style2 h1 {
  max-block-size: 15ch;
}
@media (min-width: 576px) {
  .banner__btn-group {
    margin-block-end: 50px;
  }
}
@media (min-width: 992px) {
  .banner__btn-group {
    gap: 30px;
    margin-block-end: 60px;
  }
}
@media (min-width: 1200px) {
  .banner__btn-group {
    margin-block-end: 88px;
  }
}
.banner__shape-item--1 {
  right: 12%;
  z-index: 1;
  top: 51%;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--1 {
    top: 46%;
    right: 12%;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--1 {
    top: 80%;
    right: 45%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--1 {
    top: 71%;
    right: 52%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--1 {
    top: auto;
    bottom: 20%;
    left: 52%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--1 {
    right: 46%;
    left: auto;
  }
}
.banner__shape-item--2 {
  width: 60px;
  z-index: 2;
  top: 50%;
  bottom: 20%;
  left: 8%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--2 {
    width: 80px;
    top: 50%;
    bottom: 20%;
    left: 8%;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--2 {
    width: 70px;
    top: 65%;
    bottom: 20%;
    left: 34%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--2 {
    width: auto;
    top: 67%;
    bottom: 20%;
    left: 38%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--2 {
    top: 67%;
    bottom: 20%;
    left: 52%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--2 {
    top: 47%;
    bottom: 20%;
    left: auto;
    right: 10%;
  }
}
.banner__shape-item--3 {
  width: 70px;
  top: 51%;
  right: 9%;
  z-index: 1;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--3 {
    top: 24%;
    right: 9%;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--3 {
    top: 85%;
    right: 10%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--3 {
    width: auto;
    top: auto;
    bottom: 4%;
    right: 3%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--3 {
    top: auto;
    bottom: 4%;
    right: 3%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--3 {
    bottom: 7%;
    right: 3%;
  }
}
@media (min-width: 1600px) {
  .banner__shape-item--3 {
    right: 15%;
  }
}
.banner__shape-item--4 {
  top: 31%;
  left: 15%;
  z-index: 1;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--4 {
    top: 31%;
    left: 15%;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--4 {
    top: 22%;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--4 {
    top: 22%;
    left: 38%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--4 {
    top: 22%;
    left: 34%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--4 {
    top: 22%;
    left: 38%;
  }
}
@media (min-width: 1600px) {
  .banner__shape-item--4 {
    top: 22%;
    left: 41%;
  }
}
.banner__shape-item--5 {
  width: 65px;
  top: 9%;
  left: 0%;
  z-index: 1;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--5 {
    -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    width: 70px;
    top: 11%;
    left: 3%;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--5 {
    width: 80px;
    top: 28%;
    left: 3%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--5 {
    width: auto;
    top: 28%;
    left: 3%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--5 {
    top: 17%;
    left: 7%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--5 {
    top: 17%;
    left: 9%;
  }
}
@media (min-width: 1600px) {
  .banner__shape-item--5 {
    top: 17%;
    left: 20%;
  }
}
.banner__shape-item--6 {
  width: 70px;
  top: 51%;
  right: 9%;
  z-index: 1;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--6 {
    top: 26%;
    right: 9%;
    width: 120px;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--6 {
    width: auto;
    top: 40%;
    right: 8%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--6 {
    top: 15%;
    right: 7%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--6 {
    top: 18%;
    right: 7%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--6 {
    top: 17%;
    right: 9%;
  }
}
@media (min-width: 1600px) {
  .banner__shape-item--6 {
    top: 17%;
    right: 19%;
  }
}
.banner__shape-item--7 {
  width: 100px;
  top: 18%;
  left: 50%;
  z-index: 1;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--7 {
    top: 26%;
    left: 32%;
    width: 140px;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--7 {
    width: auto;
    top: 26%;
    left: 30%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--7 {
    top: 49%;
    left: 20%;
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--7 {
    width: auto;
    top: 42%;
    left: 20%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--7 {
    top: 44%;
    left: 20%;
  }
}
@media (min-width: 1600px) {
  .banner__shape-item--7 {
    top: 45%;
    left: 29%;
  }
}
.banner--style1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block-start: 80px;
  padding-block-end: 40px;
}
@media (min-width: 576px) {
  .banner--style1 {
    padding-block-end: 10px;
  }
}
@media (min-width: 768px) {
  .banner--style1 {
    padding-block-start: 132px;
    padding-block-end: 100px;
  }
}
@media (min-width: 992px) {
  .banner--style1 {
    padding-block-start: 148px;
    padding-block-end: 135px;
  }
}
@media (min-width: 1200px) {
  .banner--style1 {
    padding-block-start: 148px;
    padding-block-end: 132px;
  }
}
@media (min-width: 1400px) {
  .banner--style1 {
    padding-block-start: 148px;
    padding-block-end: 148px;
  }
}
@media (min-width: 1600px) {
  .banner--style1 {
    padding-block-start: 148px;
    padding-block-end: 288px;
  }
}
.banner--style1 .banner__bg-element img {
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: -1;
}
.banner--style1 .banner__bg-element span {
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
@media (min-width: 768px) {
  .banner--style1 .banner__thumb {
    position: absolute;
    -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    right: -20px;
    top: 213px;
    max-inline-size: 56%;
  }
}
@media (min-width: 992px) {
  .banner--style1 .banner__thumb {
    -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    right: -20px;
    top: 213px;
    max-inline-size: 56%;
  }
}
@media (min-width: 1200px) {
  .banner--style1 .banner__thumb {
    right: 53px;
    top: 160px;
    max-inline-size: 56%;
  }
}
@media (min-width: 1400px) {
  .banner--style1 .banner__thumb {
    right: 60px;
    top: 118px;
    max-inline-size: 51%;
  }
}
@media (min-width: 1600px) {
  .banner--style1 .banner__thumb {
    right: 280px;
    top: 205px;
    max-inline-size: 52%;
  }
}
.banner--style2 {
  background-color: var(--banner2-bg-color);
  padding-block-start: 110px;
  padding-block-end: 50px;
}
.banner--style2 .bg-shape-svg {
  width: 0;
  height: 0;
  display: none;
}
@media (min-width: 1200px) {
  .banner--style2 .bg-shape-svg {
    display: block;
  }
}
@media (min-width: 576px) {
  .banner--style2 {
    padding-block-end: 40px;
  }
}
@media (min-width: 768px) {
  .banner--style2 {
    clip-path: url('https://bitcoinmatrix.co/wp-content/themes/newofficial/assets/css/#shape-clippath');
    padding-block-start: 132px;
    padding-block-end: 80px;
  }
}
@media (min-width: 992px) {
  .banner--style2 {
    padding-block-start: 148px;
    padding-block-end: 120px;
  }
}
@media (min-width: 1200px) {
  .banner--style2 {
    background-color: none;
    padding-block-start: 160px;
    padding-block-end: 347px;
  }
}
@media (min-width: 768px) {
  .banner--style2 .banner__thumb {
    -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    position: absolute;
    left: 0%;
    bottom: 7%;
    max-inline-size: 46%;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .banner--style2 .banner__thumb {
    left: 7%;
    bottom: 10%;
    max-inline-size: 40%;
  }
}
@media (min-width: 1200px) {
  .banner--style2 .banner__thumb {
    left: 90px;
    bottom: 200px;
    max-inline-size: 40%;
  }
}
@media (min-width: 1400px) {
  .banner--style2 .banner__thumb {
    left: 90px;
    bottom: 180px;
    max-inline-size: 52%;
  }
}
@media (min-width: 1600px) {
  .banner--style2 .banner__thumb {
    left: 217px;
    bottom: 220px;
    max-inline-size: 30%;
  }
}
@media screen and (min-width: 1900px) {
  .banner--style2 .banner__thumb {
    left: 360px;
    bottom: 200px;
    max-inline-size: 52%;
  }
}
.banner--style2 .banner__content {
  z-index: 2;
}
.banner--style2 .banner__content h1 {
  color: var(--bg-white);
}
.banner--style2 .banner__content p {
  color: var(--text-color-3);
}
.banner--style2 .banner__content-playbtn {
  color: var(--bg-white);
}
.banner--style2 .banner__content-playbtn i,
.banner--style2 .banner__content-playbtn svg {
  color: var(--bg-white);
}
.banner--style2 .banner__wrapper--style2::after {
  bottom: 0px;
  left: 12%;
  content: "";
  height: 870px;
  width: 370px;
  border: 45px solid rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  opacity: 0.0799999982;
  background: linear-gradient(152deg, rgba(229, 237, 248, 0.47) 0%, #EDF2F8 100%);
  z-index: -1;
}
@media (min-width: 768px) {
  .banner--style2 .banner__wrapper--style2::after {
    transform: rotate(18deg);
    left: 14%;
    bottom: 2%;
  }
}
@media (min-width: 992px) {
  .banner--style2 .banner__wrapper--style2::after {
    display: block;
    bottom: 1%;
    left: 14%;
  }
}
@media (min-width: 1200px) {
  .banner--style2 .banner__wrapper--style2::after {
    transform: rotate(22deg);
    bottom: 10%;
    left: 14%;
  }
}
@media (min-width: 1400px) {
  .banner--style2 .banner__wrapper--style2::after {
    bottom: 10%;
    transform: rotate(23deg);
    left: 13%;
  }
}
@media (min-width: 1600px) {
  .banner--style2 .banner__wrapper--style2::after {
    bottom: 10%;
    transform: rotate(23deg);
    left: 18%;
  }
}
@media screen and (min-width: 1900px) {
  .banner--style2 .banner__wrapper--style2::after {
    bottom: 10%;
    transform: rotate(23deg);
    left: 23%;
  }
}
.banner--style3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block-start: 80px;
  padding-block-end: 80px;
}
@media (min-width: 576px) {
  .banner--style3 {
    padding-block-start: 80px;
    padding-block-end: 80px;
  }
}
@media (min-width: 768px) {
  .banner--style3 {
    padding-block-start: 90px;
    padding-block-end: 100px;
  }
}
@media (min-width: 992px) {
  .banner--style3 {
    padding-block-start: 130px;
    padding-block-end: 138px;
  }
}
@media (min-width: 1200px) {
  .banner--style3 {
    padding-block-start: 140px;
    padding-block-end: 150px;
  }
}
@media (min-width: 1600px) {
  .banner--style3 {
    padding-block-start: 160px;
    padding-block-end: 165px;
  }
}
.banner--style3 .banner__bg-element img {
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}
.banner--style3 .banner__bg-element span {
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.banner--style3 .banner__thumb img {
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 768px) {
  .banner--style3 .banner__thumb::before {
    position: absolute;
    content: "";
    width: 162px;
    height: 100%;
    background: linear-gradient(160deg, var(--bg-grad-color-trans-4) 0%, var(--bg-grad-color-4) 100%);
    left: 46%;
    bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .banner--style3 .banner__thumb::before {
    width: 195px;
    left: 48%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .banner--style3 .banner__thumb::before {
    width: 230px;
    left: 48.5%;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .banner--style3 .banner__thumb::before {
    width: 230px;
    left: 49%;
  }
}
.banner--style3 .banner__counter-item {
  border-radius: 8px;
  background-color: var(--wh-color);
  border: 2px solid rgba(31, 35, 61, 0);
  box-shadow: 0px 16px 64px 0px rgba(0, 208, 148, 0.12);
}
@media (min-width: 768px) {
  .banner--style3 .banner__counter-item {
    padding: 22px;
  }
}
@media (min-width: 992px) {
  .banner--style3 .banner__counter-item {
    padding: 22px;
  }
}
@media (min-width: 1200px) {
  .banner--style3 .banner__counter-item {
    padding: 24px;
  }
}
.banner--style3 .banner__counter-item:not(:last-child) {
  margin-block-end: 32px;
}
.banner--style3 .banner__counter-item h4 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}
.banner--style3 .banner__counter-item h4 span {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
.banner--style3 .banner__counter-item p {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
}
.banner--style3 .banner__bg {
  z-index: -1;
}
.banner--style4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block-start: 110px;
  padding-block-end: 240px;
}
@media (min-width: 576px) {
  .banner--style4 {
    padding-block-start: 140px;
    padding-block-end: 250px;
  }
}
@media (min-width: 768px) {
  .banner--style4 {
    padding-block-start: 170px;
    padding-block-end: 260px;
  }
}
@media (min-width: 992px) {
  .banner--style4 {
    padding-block-start: 180px;
    padding-block-end: 270px;
  }
}
@media (min-width: 1200px) {
  .banner--style4 {
    padding-block-start: 208px;
    padding-block-end: 280px;
  }
}
@media (min-width: 1400px) {
  .banner--style4 {
    padding-block-start: 208px;
    padding-block-end: 290px;
  }
}
@media (min-width: 1600px) {
  .banner--style4 {
    padding-block-start: 208px;
    padding-block-end: 317px;
  }
}
.banner--style4 .banner__content h1 {
  font-size: calc(1.625rem + 3.8571428571vw);
  letter-spacing: -0.5px;
  color: var(--bg-white);
}
@media (min-width: 1400px) {
  .banner--style4 .banner__content h1 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .banner--style4 .banner__content h1 {
    line-height: 92px;
  }
}
.banner--style4 .banner__content p {
  font-size: 1.125rem;
  max-inline-size: 60ch;
  margin-inline: auto;
  color: var(--bg-white);
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .banner--style4 .banner__content p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .banner--style4 .banner__content-btn {
    margin-top: 48px;
  }
}
.banner--style5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block-start: 100px;
  padding-block-end: 80px;
}
@media (min-width: 576px) {
  .banner--style5 {
    padding-block-start: 120px;
    padding-block-end: 80px;
  }
}
@media (min-width: 768px) {
  .banner--style5 {
    padding-block-start: 160px;
    padding-block-end: 100px;
  }
}
@media (min-width: 992px) {
  .banner--style5 {
    padding-block-start: 180px;
    padding-block-end: 100px;
  }
}
@media (min-width: 1200px) {
  .banner--style5 {
    padding-block-start: 180px;
    padding-block-end: 100px;
  }
}
@media (min-width: 1600px) {
  .banner--style5 {
    padding-block-start: 200px;
    padding-block-end: 100px;
  }
}
.banner--style5::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('https://bitcoinmatrix.co/wp-content/themes/newofficial/assets/images/banner/home5/bg.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.banner--style5 .banner__content {
  z-index: 1;
}
.banner--style5 .banner__content p {
  font-size: 1.125rem;
  color: var(--tertiary-color4);
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 576px) {
  .banner--style5 .banner__content p {
    font-size: calc(1.275rem + 0.2571428571vw);
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (min-width: 1400px) {
  .banner--style5 .banner__content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__content p {
    margin-bottom: 36px;
  }
}
.banner--style5 .banner__content-heading {
  font-size: calc(1.4875rem + 2.4428571429vw);
  max-inline-size: 19ch;
}
@media (min-width: 1400px) {
  .banner--style5 .banner__content-heading {
    font-size: 3.625rem;
  }
}
@media (min-width: 992px) {
  .banner--style5 .banner__content-heading {
    max-inline-size: 13ch;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__content-heading {
    max-inline-size: 18ch;
  }
}
.banner--style5 .banner__content-moto {
  color: var(--text-color);
}
@media (min-width: 576px) {
  .banner--style5 .banner__content-moto {
    margin-block-end: 30px;
  }
}
@media (min-width: 992px) {
  .banner--style5 .banner__content-moto {
    margin-block-end: 40px;
  }
}
.banner--style5 .banner__thumb-inner img {
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 992px) {
  .banner--style5 .banner__thumb-inner img {
    position: absolute;
    left: 37%;
    top: 27%;
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__thumb-inner img {
    position: absolute;
    left: 46%;
    top: 29%;
    width: 350px;
  }
}
@media (min-width: 1400px) {
  .banner--style5 .banner__thumb-inner img {
    position: absolute;
    width: auto;
    left: 45.5%;
    top: 26%;
  }
}
@media (min-width: 1600px) {
  .banner--style5 .banner__thumb-inner img {
    position: absolute;
    left: 46%;
    top: 25%;
  }
}
@media (min-width: 992px) {
  .banner--style5 .banner__thumb-inner::before {
    position: absolute;
    content: "";
    width: 388px;
    height: 600px;
    background-image: linear-gradient(180deg, var(--body-color) 0%, var(--bg-color-10) 70%);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 46%;
    top: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .banner--style5 .banner__thumb-inner::before {
    width: 340px;
    left: 35%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .banner--style5 .banner__thumb-inner::before {
    height: 633px;
    width: 340px;
    left: 45%;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .banner--style5 .banner__thumb-inner::before {
    width: 360px;
    left: 45%;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .banner--style5 .banner__thumb-inner::before {
    width: 388px;
    left: 45%;
  }
}
@media (min-width: 576px) {
  .banner--style5 .banner__testimonial-inner {
    margin-block-start: 80px;
  }
}
@media (min-width: 992px) {
  .banner--style5 .banner__testimonial-inner {
    margin-block-start: 190px;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__testimonial-inner {
    margin-block-start: 149px;
  }
}
.banner--style5 .banner__thumb2-inner {
  border-radius: 4px;
  background-color: var(--tertiary-color4);
}
@media (min-width: 992px) {
  .banner--style5 .banner__thumb2-inner {
    max-width: 332px;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__thumb2-inner {
    padding: 32px;
  }
}
.banner--style5 .banner__thumb2-inner p {
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .banner--style5 .banner__thumb2-inner p {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .banner--style5 .banner__thumb2-inner p {
    font-size: calc(1.2625rem + 0.1285714286vw);
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .banner--style5 .banner__thumb2-inner p {
    font-size: 1.375rem;
  }
}
.banner--style5 .banner__shorttext1 p {
  color: var(--title-color);
}
@media (min-width: 992px) {
  .banner--style5 .banner__shorttext1 {
    position: absolute;
    left: 35%;
    max-width: 34ch;
    top: 60%;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__shorttext1 {
    position: absolute;
    left: 45%;
    max-width: 34ch;
    top: 64.5%;
  }
}
@media (min-width: 1400px) {
  .banner--style5 .banner__shorttext1 {
    position: absolute;
    left: 45%;
    max-width: 34ch;
    top: 63.5%;
  }
}

.contact__wrapper {
  z-index: 2;
}
.contact__social h3 {
  max-inline-size: 15ch;
}
.contact__social h3 span {
  color: var(--secondary-color);
}
.contact__item-inner {
  gap: 24px;
}
.contact__item-thumb span {
  background-color: var(--tertiary-color2);
  border-radius: 50%;
}
.contact__form textarea {
  min-height: 250px;
}
.contact__shape-item--1 {
  width: 50px;
  top: 5%;
  left: 71%;
  z-index: 2;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .contact__shape-item--1 {
    width: 70px;
    top: 6%;
    left: 65%;
  }
}
@media (min-width: 768px) {
  .contact__shape-item--1 {
    max-width: 40px;
    top: 4%;
    left: 73%;
  }
}
@media (min-width: 992px) {
  .contact__shape-item--1 {
    max-width: 100%;
    top: 80%;
    left: 13%;
  }
}
@media (min-width: 1200px) {
  .contact__shape-item--1 {
    top: 16%;
    left: 32%;
  }
}
@media (min-width: 1400px) {
  .contact__shape-item--1 {
    top: 16%;
    left: 36%;
  }
}
@media (min-width: 1600px) {
  .contact__shape-item--1 {
    top: 16%;
    left: 38%;
  }
}
.contact__shape-item--2 {
  content: "";
  height: 92%;
  width: 920px;
  border: 2px solid var(--bg-grad-color-2);
  padding: 40px;
  border-bottom-left-radius: 25%;
  top: 0%;
  right: -3%;
  transform: rotate(-10deg);
  opacity: 0.4;
  display: none;
}
@media (min-width: 768px) {
  .contact__shape-item--2 {
    display: block;
    height: 109%;
    width: 570px;
    top: -9%;
    right: -5%;
  }
}
@media (min-width: 992px) {
  .contact__shape-item--2 {
    height: 109%;
    width: 800px;
    top: -9%;
    right: -15%;
  }
}
@media (min-width: 1200px) {
  .contact__shape-item--2 {
    width: 900px;
    top: -12%;
    right: -6%;
  }
}
@media (min-width: 1400px) {
  .contact__shape-item--2 {
    width: 1000px;
    top: -12%;
    right: -6%;
  }
}
@media (min-width: 1600px) {
  .contact__shape-item--2 {
    width: 1200px;
    top: -14%;
    right: -2%;
  }
}
.contact__shape-item--2 span {
  position: absolute;
  content: "";
  height: 96%;
  width: 700px;
  background: linear-gradient(219deg, var(--bg-grad-color-trans-2) 0%, var(--bg-grad-color-2) 100%);
  border-bottom-left-radius: 25%;
  top: 5%;
  right: -1%;
}
@media (min-width: 768px) {
  .contact__shape-item--2 span {
    height: 97%;
    width: 550px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 992px) {
  .contact__shape-item--2 span {
    height: 97%;
    width: 780px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 1200px) {
  .contact__shape-item--2 span {
    width: 880px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 1400px) {
  .contact__shape-item--2 span {
    width: 980px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 1600px) {
  .contact__shape-item--2 span {
    width: 1180px;
    top: 0%;
    right: -1%;
  }
}

.account__wrapper {
  z-index: 2;
}
.account__content--style1 {
  max-inline-size: 800px;
  margin-inline: auto;
  background-color: var(--account-bg-color);
  border-radius: 4px;
}
@media (min-width: 576px) {
  .account__content--style1 {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .account__content--style1 {
    padding: 100px;
  }
}
.account__content--style2 {
  max-inline-size: 800px;
  margin-inline: auto;
  background-color: var(--account-bg-color2);
  border-radius: 4px;
}
@media (min-width: 576px) {
  .account__content--style2 {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .account__content--style2 {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .account__content--style2 {
    padding: 25px 30px;
  }
}
@media (min-width: 992px) {
  .account__thumb img {
    display: block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.account__inner {
  background-color: var(--account-bg-color2);
  border-radius: 4px;
  box-shadow: 0px -16px 48px rgba(6, 35, 63, 0.03), 0px 16px 48px rgba(6, 35, 63, 0.03);
}
@media (min-width: 768px) {
  .account__header {
    margin-block-end: 50px;
  }
}
.account__header p {
  font-size: 1rem;
}
.account__check-remember input {
  width: 1.2em;
  height: 1.2em;
  margin-inline-end: 3px;
}
.account__check-remember input:focus {
  box-shadow: none;
}
.account__check-remember input:checked {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
}
.account__check-remember label {
  font-size: 1rem;
  color: var(--title-color);
}
.account__check-forgot a {
  font-size: 1rem;
  color: var(--secondary-color);
  text-decoration: underline;
}
.account__social-btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
  display: inline-flex;
  background-color: var(--wh-color);
  color: var(--title-color);
  padding: 16px 24px;
  border: 1px solid var(--form-border);
  border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .account__social-btn {
    padding: 0.8rem 2.25rem;
  }
}
.account__social-btn:hover {
  border-color: var(--brand-color);
}
.account__divider--style1 span {
  font-size: 1.125rem;
  color: var(--title-color);
  padding: 20px;
  top: -35px;
  left: 45%;
  background: var(--account-bg-color);
}
.account__divider--style1:before {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--form-border);
}
.account__divider--style2 span {
  color: var(--text-color);
}
.account__switch p {
  font-size: 1rem;
}
.account__switch p i,
.account__switch p svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.account__switch p a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.account__switch p a.style2 {
  font-size: 1rem;
  color: var(--text-color);
}
.account__switch a {
  font-size: 1.125rem;
}
.account__switch a span {
  color: var(--secondary-color);
  text-decoration: underline;
}
.account__shape-item--1 {
  width: 30px;
  top: 9%;
  left: 77%;
  z-index: 2;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .account__shape-item--1 {
    width: 55px;
    top: 11%;
    left: 66%;
  }
}
@media (min-width: 768px) {
  .account__shape-item--1 {
    max-width: 75px;
    top: 11%;
    left: 56%;
  }
}
@media (min-width: 992px) {
  .account__shape-item--1 {
    max-width: 100%;
    top: 13%;
    left: 20%;
  }
}
@media (min-width: 1200px) {
  .account__shape-item--1 {
    top: 9%;
    left: 8%;
  }
}
@media (min-width: 1400px) {
  .account__shape-item--1 {
    top: 9%;
    left: 12%;
  }
}
@media (min-width: 1600px) {
  .account__shape-item--1 {
    left: 22%;
  }
}

input,
textarea {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 8px;
  color: var(--text-color);
  padding: 1rem 2rem;
  z-index: 1;
}
input.style1,
textarea.style1 {
  border-radius: 0;
  border: none;
  background-color: var(--brand-color);
  color: var(--wh-color);
}
input.style1::placeholder,
textarea.style1::placeholder {
  font-weight: 400;
  color: var(--wh-color);
  color: var(--text-color);
}
input::placeholder,
textarea::placeholder {
  font-weight: 400;
  color: rgba(var(--text-color-light), 0.3);
}
input:focus-within,
textarea:focus-within {
  outline: none;
  border-color: none;
  box-shadow: none;
}

.form-control {
  background-color: var(--wh-color);
  border-color: var(--form-border);
  padding: 13px 20px;
  border-radius: 8px;
  color: var(--title-color);
}
@media (min-width: 992px) {
  .form-control {
    padding: 16px 20px;
  }
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--brand-color);
  background-color: var(--wh-color);
  color: var(--title-color);
}

.form-check-input {
  background-color: var(--wh-color);
}

.form-label {
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  color: var(--title-color);
}

.input-group {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid rgba(var(--text-color), 0.3);
  border-radius: 0.5rem;
}
.input-group:focus-within {
  border-color: var(--text-color);
}
.input-group .valid-tooltip,
.input-group .invalid-tooltip {
  background-color: transparent;
  top: 90%;
}

.showhide-pass {
  position: relative;
}

.footer {
  background-color: var(--footer-bg-color);
  color: var(--wh-color);
  font-weight: 400;
}
.footer--style2 {
  background-color: var(--bg-color-12);
}
.footer__wrapper {
  z-index: 2;
}
@media (min-width: 576px) {
  .footer__top {
    margin-block-end: 0;
  }
}
.footer__top--style1 {
  padding-block: 80px;
}
@media (min-width: 576px) {
  .footer__top--style1 {
    padding-block: 90px;
  }
}
@media (min-width: 992px) {
  .footer__top--style1 {
    padding-block: 100px;
  }
}
.footer__top--style2 {
  padding-top: 200px;
  padding-block-end: 80px;
}
@media (min-width: 576px) {
  .footer__top--style2 {
    padding-block-start: 250px;
    padding-block-end: 90px;
  }
}
@media (min-width: 992px) {
  .footer__top--style2 {
    padding-block-start: 332px;
    padding-block-end: 100px;
  }
}
.footer__app {
  gap: 20px;
}
.footer__app-inner {
  gap: 10px;
}
.footer__app-item--apple {
  background-color: var(--brand-color);
  color: #0C263A;
  border-radius: 8px;
}
.footer__app-item--apple2 {
  background-color: var(--bg-color-10);
  color: #0C263A;
  border-radius: 8px;
}
.footer__app-item--playstore {
  background-color: var(--bg-color-8);
  color: var(--bg-white);
  border-radius: 8px;
}
.footer__app-item--playstore2 {
  background-color: var(--tertiary-color4);
  color: #FFFFFF;
  border-radius: 8px;
}
.footer__app-content {
  line-height: 1.1;
}
.footer__app-content span {
  font-size: 0.5rem;
}
.footer__app-content p {
  font-size: 0.875rem;
}
.footer__about-moto {
  color: var(--text-color-2);
}
@media (min-width: 768px) {
  .footer__about-moto {
    max-inline-size: 40ch;
    margin-block-end: 32px;
  }
}
.footer__links-tittle h6 {
  color: var(--bg-white);
}
@media (min-width: 576px) {
  .footer__links-tittle h6 {
    margin-block-end: 20px;
  }
}
.footer__linklist-item p {
  color: var(--text-color);
}
.footer__linklist-item a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--text-color-2);
}
.footer__linklist-item a::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  transition: all 0.3s ease-out;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
}
.footer__linklist-item a:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  color: var(--brand-color);
}
.footer__linklist-item a:hover::after {
  opacity: 1;
  left: -12px;
}
.footer__linklist-item a.style2:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  color: var(--bg-color-10);
}
.footer__linklist-item a.style2:hover::after {
  opacity: 1;
  left: -12px;
}
.footer__end {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-color-2);
  font-size: 1rem;
}
@media (min-width: 576px) {
  .footer__end {
    display: flex;
    justify-content: space-between;
  }
}
.footer__end-copyright a {
  color: var(--brand-color);
}
.footer__end-copyright a.style2 {
  color: var(--bg-color-10);
}
@media (min-width: 576px) {
  .footer__end-copyright {
    margin-block-end: 0;
  }
}
@media (max-width: 575px) {
  .footer__end-links {
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .footer__end-links {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .footer__end-links {
    gap: 20px;
  }
}
.footer__end-item a {
  color: var(--text-color);
}
.footer__shape-item--1 {
  max-width: 60px;
  top: 8%;
  left: 50%;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .footer__shape-item--1 {
    width: auto;
    top: 12%;
    left: 40%;
  }
}
@media (min-width: 768px) {
  .footer__shape-item--1 {
    top: 70%;
    left: 5%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--1 {
    left: 27%;
    top: 17%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--1 {
    top: 17%;
    left: 23%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--1 {
    top: 17%;
    left: 33%;
  }
}
.footer__shape-item--2 {
  content: "";
  height: 95%;
  width: 920px;
  border: 1px solid var(--bg-white);
  opacity: 0.06;
  padding: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  top: 0%;
  left: -3%;
  transform: rotate(13deg);
  display: none;
}
@media (min-width: 768px) {
  .footer__shape-item--2 {
    display: block;
    width: 530px;
    top: 0%;
    left: -19%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--2 {
    width: 530px;
    top: 4%;
    left: -11%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--2 {
    height: 100%;
    top: 9%;
    left: -6%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--2 {
    height: 101%;
    width: 920px;
    top: 0%;
    left: -26%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--2 {
    height: 107%;
    width: 920px;
    top: 0%;
    left: -3%;
  }
}
.footer__shape-item--2 span {
  position: absolute;
  content: "";
  height: 90%;
  width: 900px;
  background: linear-gradient(150.39deg, rgba(237, 242, 248, 0.22) 15.02%, #EDF2F8 99.59%);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  top: 5%;
  left: -1%;
}
@media (min-width: 768px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -77%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -77%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -77%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -1%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -1%;
  }
}
.footer__shape-item--3 {
  max-width: 50px;
  top: 21%;
  left: 57%;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .footer__shape-item--3 {
    width: auto;
    top: 29%;
    left: 40%;
  }
}
@media (min-width: 768px) {
  .footer__shape-item--3 {
    top: 80%;
    left: 30%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--3 {
    top: 45%;
    left: 25%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--3 {
    top: 45%;
    left: 22%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--3 {
    top: 45%;
    left: 26%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--3 {
    top: 45%;
    left: 32%;
  }
}
.footer__shape-item--4 {
  display: none;
  max-width: 50px;
  top: 21%;
  left: 57%;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .footer__shape-item--4 {
    width: auto;
    top: 29%;
    left: 40%;
  }
}
@media (min-width: 768px) {
  .footer__shape-item--4 {
    display: block;
    top: 15%;
    left: 30%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--4 {
    top: 66%;
    left: 3%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--4 {
    top: 66%;
    left: 3%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--4 {
    top: 58%;
    left: 3%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--4 {
    top: 63%;
    left: 13%;
  }
}
.footer__shape-item--5 {
  width: 70px;
  top: 60%;
  left: 43%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .footer__shape-item--5 {
    top: 29%;
    left: 65%;
  }
}
@media (min-width: 768px) {
  .footer__shape-item--5 {
    width: auto;
    top: 60%;
    left: 43%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--5 {
    top: 56%;
    left: 43%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--5 {
    top: 50%;
    left: 40%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--5 {
    top: 50%;
    left: 36%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--5 {
    top: 54%;
    left: 46%;
  }
}

.trk-btn {
  font-size: 1rem;
  border: transparent;
  color: #0C263A;
  font-family: "Open Sans", sans-serif;
  padding: 0.75rem 1rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  line-height: 1;
  border-radius: 8px;
}
.trk-btn:after {
  background: var(--bg-white);
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
@media (min-width: 576px) {
  .trk-btn {
    padding: 1rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn {
    padding: 1rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn {
    padding: 1rem 1.875rem;
  }
}
.trk-btn--small {
  padding: 0.75rem 1.5rem;
}
@media (min-width: 576px) {
  .trk-btn--large {
    padding: 0.95rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--large {
    padding: 1.25rem 1.875rem;
  }
}
.trk-btn svg,
.trk-btn i {
  transition: all 0.3s ease-out;
}
.trk-btn--arrow span i,
.trk-btn--arrow span svg {
  font-size: 1rem;
}
.trk-btn--arrow span.style2 i,
.trk-btn--arrow span.style2 svg {
  font-size: 1.125rem;
}
.trk-btn--defult {
  gap: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--title-color);
  padding: 0.53rem 1rem;
}
@media (min-width: 576px) {
  .trk-btn--defult {
    padding: 0.8rem 1rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--defult {
    padding: 0.81rem 1rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn--defult {
    padding: 0.82rem 1rem;
  }
}
.trk-btn--defult span.style1 i,
.trk-btn--defult span.style1 svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trk-btn--defult span.style1 i rect,
.trk-btn--defult span.style1 svg rect {
  stroke: var(--title-color);
}
.trk-btn--defult span.style1 i g path,
.trk-btn--defult span.style1 svg g path {
  stroke: var(--title-color);
}
.trk-btn--arrowplay {
  gap: 5px;
  padding: 0.53rem 1rem;
}
@media (min-width: 576px) {
  .trk-btn--arrowplay {
    padding: 0.8rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--arrowplay {
    padding: 0.8rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn--arrowplay {
    padding: 0.78rem 1.875rem;
  }
}
.trk-btn--arrowplay span i,
.trk-btn--arrowplay span svg {
  font-size: 1.25rem;
}
.trk-btn--left {
  gap: 8px;
}
.trk-btn--left span {
  width: 24px;
  height: 24px;
  background-color: var(--bg-white);
  border-radius: 99px;
  padding: 4px;
}
.trk-btn--left span i,
.trk-btn--left span svg {
  font-size: 0.875rem;
  color: var(--brand-color);
  line-height: 24px;
}
.trk-btn--primary {
  background-color: var(--brand-color);
  border: 1px solid var(--brand-color);
}
.trk-btn--tertiary {
  background-color: var(--tertiary-color4);
  border: 1px solid var(--tertiary-color4);
  color: #FFFFFF;
  border-radius: 4px;
}
.trk-btn--secondary {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--wh-color);
}
.trk-btn--secondary2 {
  background-color: #0A4FD5;
  border: 1px solid #0A4FD5;
  color: var(--bg-white);
}
.trk-btn--secondary3 {
  background-color: var(--bg-color-11);
  border: 1px solid var(--bg-color-11);
  color: var(--bg-white);
}
.trk-btn--outline {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  border: 1px solid var(--brand-color);
  color: #0C263A;
}
.trk-btn--outline2 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 5px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 0.53rem 1rem;
}
@media (min-width: 576px) {
  .trk-btn--outline2 {
    padding: 0.8rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--outline2 {
    padding: 0.8rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn--outline2 {
    padding: 0.78rem 1.875rem;
  }
}
.trk-btn--outline2 span.style1 i,
.trk-btn--outline2 span.style1 svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trk-btn--outline2 span.style1 i rect,
.trk-btn--outline2 span.style1 svg rect {
  stroke: var(--arrow-icon-color);
}
.trk-btn--outline2 span.style1 i g path,
.trk-btn--outline2 span.style1 svg g path {
  stroke: var(--arrow-icon-color);
}
.trk-btn--outline22 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 5px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 0.53rem 1rem;
}
.hide-desctop{
  display: none;
}
@media (min-width: 576px) {
  .trk-btn--outline22 {
    padding: 0.8rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--outline22 {
    padding: 0.8rem 1.75rem;
  }
}
@media (max-width: 992px) {
  .hide-desctop{
    display: flex;
    justify-content: center;
        flex-direction: column;
        align-items: center;
  }
  .hide-desctop a{
    margin: 10px 0;
    min-width: 80%;
  }
}
@media (min-width: 1200px) {
  .trk-btn--outline22 {
    padding: 1rem 1.875rem;
  }
}
.trk-btn--outline22 span.style1 i,
.trk-btn--outline22 span.style1 svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trk-btn--outline22 span.style1 i rect,
.trk-btn--outline22 span.style1 svg rect {
  stroke: var(--secondary-color);
}
.trk-btn--outline22 span.style1 i g path,
.trk-btn--outline22 span.style1 svg g path {
  stroke: var(--secondary-color);
}
.trk-btn--outline3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 5px;
  border-color: #1B2D29;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0.53rem 1rem;
}
@media (min-width: 576px) {
  .trk-btn--outline3 {
    padding: 0.8rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--outline3 {
    padding: 0.8rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn--outline3 {
    padding: 0.78rem 1.875rem;
  }
}
.trk-btn--outline3 span.style1 i,
.trk-btn--outline3 span.style1 svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trk-btn--outline4 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.trk-btn--outline4.active, .trk-btn--outline4:hover {
  background-color: var(--secondary-color);
  color: var(--bg-white);
}
.trk-btn--outline5 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 5px;
  color: var(--secondary-color);
  padding: 0.53rem 1rem;
}
@media (min-width: 576px) {
  .trk-btn--outline5 {
    padding: 0.8rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--outline5 {
    padding: 0.8rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn--outline5 {
    padding: 0.78rem 1.875rem;
  }
}
.trk-btn--outline5 span.style1 i,
.trk-btn--outline5 span.style1 svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trk-btn--outline5 span.style1 i rect,
.trk-btn--outline5 span.style1 svg rect {
  stroke: var(--arrow-icon-color);
}
.trk-btn--outline5 span.style1 i g path,
.trk-btn--outline5 span.style1 svg g path {
  stroke: var(--arrow-icon-color);
}
.trk-btn--outline6 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  border: 1.5px solid var(--title-color);
  color: var(--title-color);
  border-radius: 4px;
}
.trk-btn.search-btn {
  padding: 1.2rem 1.85rem;
  font-size: 1.125rem;
}
.trk-btn span {
  position: inherit;
  z-index: 1;
}
.trk-btn.active.trk-btn--primary, .trk-btn:hover.trk-btn--primary {
  color: #0C263A;
  transform: translateY(-3px);
}
.trk-btn.active.trk-btn--primary:after, .trk-btn:hover.trk-btn--primary:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.trk-btn.active.trk-btn--secondary, .trk-btn:hover.trk-btn--secondary {
  color: var(--bg-white);
  transform: translateY(-3px);
}
.trk-btn.active.trk-btn--secondary:after, .trk-btn:hover.trk-btn--secondary:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.trk-btn.active.trk-btn--secondary2, .trk-btn:hover.trk-btn--secondary2 {
  color: var(--bg-white);
  transform: translateY(-3px);
}
.trk-btn.active.trk-btn--secondary2:after, .trk-btn:hover.trk-btn--secondary2:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.trk-btn.active.trk-btn--secondary3, .trk-btn:hover.trk-btn--secondary3 {
  color: var(--bg-white);
  transform: translateY(-3px);
}
.trk-btn.active.trk-btn--secondary3:after, .trk-btn:hover.trk-btn--secondary3:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.trk-btn.active.trk-btn--tertiary, .trk-btn:hover.trk-btn--tertiary {
  color: #FFFFFF;
  transform: translateY(-3px);
}
.trk-btn.active.trk-btn--tertiary:after, .trk-btn:hover.trk-btn--tertiary:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.trk-btn.active.trk-btn--arrow, .trk-btn:hover.trk-btn--arrow {
  transform: rotate(0deg);
}
.trk-btn.active.trk-btn--outline, .trk-btn:hover.trk-btn--outline {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #0C263A;
}
.trk-btn.active.trk-btn--outline2, .trk-btn:hover.trk-btn--outline2 {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #0C263A;
}
.trk-btn.active.trk-btn--outline2 span.style1 i rect,
.trk-btn.active.trk-btn--outline2 span.style1 svg rect, .trk-btn:hover.trk-btn--outline2 span.style1 i rect,
.trk-btn:hover.trk-btn--outline2 span.style1 svg rect {
  stroke: #0C263A;
}
.trk-btn.active.trk-btn--outline2 span.style1 i g path,
.trk-btn.active.trk-btn--outline2 span.style1 svg g path, .trk-btn:hover.trk-btn--outline2 span.style1 i g path,
.trk-btn:hover.trk-btn--outline2 span.style1 svg g path {
  stroke: #0C263A;
}
.trk-btn.active.trk-btn--outline22, .trk-btn:hover.trk-btn--outline22 {
  background-color: #0A4FD5;
  border-color: #0A4FD5;
  color: var(--bg-white);
}
.trk-btn.active.trk-btn--outline22 span.style1 i rect,
.trk-btn.active.trk-btn--outline22 span.style1 svg rect, .trk-btn:hover.trk-btn--outline22 span.style1 i rect,
.trk-btn:hover.trk-btn--outline22 span.style1 svg rect {
  stroke: var(--bg-white);
}
.trk-btn.active.trk-btn--outline22 span.style1 i g path,
.trk-btn.active.trk-btn--outline22 span.style1 svg g path, .trk-btn:hover.trk-btn--outline22 span.style1 i g path,
.trk-btn:hover.trk-btn--outline22 span.style1 svg g path {
  stroke: var(--bg-white);
}
.trk-btn.active.trk-btn--defult, .trk-btn:hover.trk-btn--defult {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #0C263A;
}
.trk-btn.active.trk-btn--defult span.style1 i rect,
.trk-btn.active.trk-btn--defult span.style1 svg rect, .trk-btn:hover.trk-btn--defult span.style1 i rect,
.trk-btn:hover.trk-btn--defult span.style1 svg rect {
  stroke: #0C263A;
}
.trk-btn.active.trk-btn--defult span.style1 i g path,
.trk-btn.active.trk-btn--defult span.style1 svg g path, .trk-btn:hover.trk-btn--defult span.style1 i g path,
.trk-btn:hover.trk-btn--defult span.style1 svg g path {
  stroke: #0C263A;
}
.trk-btn.active.trk-btn--outline3, .trk-btn:hover.trk-btn--outline3 {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #0C263A;
}
.trk-btn.active.trk-btn--outline3 span.style1 i rect,
.trk-btn.active.trk-btn--outline3 span.style1 svg rect, .trk-btn:hover.trk-btn--outline3 span.style1 i rect,
.trk-btn:hover.trk-btn--outline3 span.style1 svg rect {
  stroke: #0C263A;
}
.trk-btn.active.trk-btn--outline3 span.style1 i g path,
.trk-btn.active.trk-btn--outline3 span.style1 svg g path, .trk-btn:hover.trk-btn--outline3 span.style1 i g path,
.trk-btn:hover.trk-btn--outline3 span.style1 svg g path {
  stroke: #0C263A;
}
.trk-btn.active.trk-btn--outline6, .trk-btn:hover.trk-btn--outline6 {
  background-color: var(--title-color);
  border-color: var(--title-color);
  color: #FFFFFF;
}
.trk-btn.active.trk-btn--primary2 i,
.trk-btn.active.trk-btn--primary2 svg, .trk-btn:hover.trk-btn--primary2 i,
.trk-btn:hover.trk-btn--primary2 svg {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.trk-btn-active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.text-btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-flex;
  font-weight: 600;
  color: var(--brand-color);
}
.text-btn::after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0%;
  background-color: var(--brand-color);
}
.text-btn--style2 {
  color: var(--secondary-color);
}
.text-btn--style2::after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0%;
  background-color: var(--secondary-color);
}
.text-btn i,
.text-btn svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.text-btn.text-btn--small {
  font-size: 1rem;
  color: var(--title-color);
  font-family: "Open Sans", sans-serif;
}
.text-btn.text-btn--small span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.text-btn span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.text-btn:hover {
  color: var(--secondary-color);
}
.text-btn:hover::after {
  width: 100%;
  background-color: var(--secondary-color);
}
.text-btn:hover span {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.btn-group {
  gap: 20px;
}
.btn-group--gap-xs {
  gap: 20px;
}
.btn-group--gap-sm {
  gap: 20px;
}
.btn-group--gap-md {
  gap: 20px;
}
.btn-group--gap-lg {
  gap: 20px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: var(--body-color);
  z-index: 99999;
}
.preloader img {
  -webkit-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  -moz-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  -ms-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  -o-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
}

.lightdark-switch .switch-btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 40px;
  height: 40px;
  bottom: 5%;
  left: 5%;
  border-radius: 8px;
  z-index: 9999;
  cursor: pointer;
  background-color: var(--brand-color);
  box-shadow: 0px 0 15px 0px rgba(104, 225, 166, 0.7);
  border: 1px solid var(--brand-color);
}
.lightdark-switch .switch-btn:hover {
  border: 1px solid var(--brand-color);
  box-shadow: 0px 0 15px 2px rgba(104, 225, 166, 0.6);
}
@media (min-width: 576px) {
  .lightdark-switch .switch-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    bottom: 7%;
    left: 5%;
  }
}
@media (min-width: 768px) {
  .lightdark-switch .switch-btn {
    bottom: 7%;
    left: 5%;
  }
}
@media (min-width: 992px) {
  .lightdark-switch .switch-btn {
    bottom: auto;
    left: auto;
    top: 130px;
    right: 60px;
  }
}
@media (min-width: 1400px) {
  .lightdark-switch .switch-btn {
    top: 80px;
    right: 90px;
  }
}
.lightdark-switch .switch-btn img {
  max-height: 16px;
}
@media (min-width: 576px) {
  .lightdark-switch .switch-btn img {
    max-height: 20px;
  }
}
.lightdark-switch .switch-btn.dark-switcher {
  background-color: var(--bg-white);
  border-color: var(--bg-white);
}
.lightdark-switch .switch-btn--style2 {
  background-color: var(--tertiary-color4);
  box-shadow: 0px 0 15px 0px rgba(96, 132, 224, 0.7);
  border: 1px solid var(--tertiary-color4);
}
.lightdark-switch .switch-btn--style2:hover {
  border: 1px solid var(--tertiary-color4);
  box-shadow: 0px 0 15px 2px rgba(96, 132, 224, 0.6);
}

.social {
  gap: 10px;
}
@media (min-width: 768px) {
  .social {
    gap: 15px;
  }
}
.social--style2 {
  gap: 25px;
}
.social__item h6 {
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
}
.social__link {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: transparent;
  font-size: 1.125rem;
}
.social__link--style1 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  border: 1px solid var(--social-border-color-2);
  width: 34px;
  height: 34px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
}
.social__link--style1 svg,
.social__link--style1 i {
  font-size: 1rem;
  color: var(--title-color);
}
@media (min-width: 992px) {
  .social__link--style1 {
    height: 40px;
    width: 40px;
  }
  .social__link--style1 i,
  .social__link--style1 svg {
    font-size: 1.125rem;
  }
}
.social__link--style2 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid var(--social-border-color-3);
}
@media (min-width: 768px) {
  .social__link--style2 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style2 svg,
.social__link--style2 i {
  color: var(--title-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style2 svg,
  .social__link--style2 i {
    font-size: 1.125rem;
  }
}
.social__link--style22 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .social__link--style22 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style22 svg,
.social__link--style22 i {
  color: var(--bg-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style22 svg,
  .social__link--style22 i {
    font-size: 1.125rem;
  }
}
.social__link--style222 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .social__link--style222 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style222 svg,
.social__link--style222 i {
  color: var(--bg-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style222 svg,
  .social__link--style222 i {
    font-size: 1.125rem;
  }
}
.social__link--style3 {
  z-index: 3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  border: 1.3px solid var(--social-border-color);
  font-size: 1rem;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
}
.social__link--style3 svg,
.social__link--style3 i {
  color: var(--title-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: inherit;
}
.social__link--style5 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .social__link--style5 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style5 svg,
.social__link--style5 i {
  color: var(--bg-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style5 svg,
  .social__link--style5 i {
    font-size: 1.125rem;
  }
}
.social__link--style6 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid var(--tertiary-color);
}
@media (min-width: 768px) {
  .social__link--style6 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style6 svg,
.social__link--style6 i {
  color: var(--title-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style6 svg,
  .social__link--style6 i {
    font-size: 1.125rem;
  }
}
.social__link--style6.active svg,
.social__link--style6.active i, .social__link--style6:hover svg,
.social__link--style6:hover i {
  color: var(--brand-color);
}
.social__link--style4 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid var(--tertiary-color2);
}
@media (min-width: 768px) {
  .social__link--style4 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style4 svg,
.social__link--style4 i {
  color: var(--title-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style4 svg,
  .social__link--style4 i {
    font-size: 1.125rem;
  }
}
.social__link--style4.active, .social__link--style4:hover {
  border-color: var(--brand-color);
}
.social__link--style4.active svg,
.social__link--style4.active i, .social__link--style4:hover svg,
.social__link--style4:hover i {
  color: var(--brand-color);
}
.social__link.active.social__link--style1, .social__link:hover.social__link--style1 {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
}
.social__link.active.social__link--style1 svg,
.social__link.active.social__link--style1 i, .social__link:hover.social__link--style1 svg,
.social__link:hover.social__link--style1 i {
  color: #1B2D29;
}
.social__link.active.social__link--style2, .social__link:hover.social__link--style2 {
  border-color: var(--brand-color);
}
.social__link.active.social__link--style2 svg,
.social__link.active.social__link--style2 i, .social__link:hover.social__link--style2 svg,
.social__link:hover.social__link--style2 i {
  color: var(--brand-color);
}
.social__link.active.social__link--style22, .social__link:hover.social__link--style22 {
  border-color: var(--brand-color);
}
.social__link.active.social__link--style22 svg,
.social__link.active.social__link--style22 i, .social__link:hover.social__link--style22 svg,
.social__link:hover.social__link--style22 i {
  color: var(--brand-color);
}
.social__link.active.social__link--style222, .social__link:hover.social__link--style222 {
  border-color: var(--bg-color-10);
}
.social__link.active.social__link--style222 svg,
.social__link.active.social__link--style222 i, .social__link:hover.social__link--style222 svg,
.social__link:hover.social__link--style222 i {
  color: var(--bg-color-10);
}
.social__link.active.social__link--style3, .social__link:hover.social__link--style3 {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
}
.social__link.active.social__link--style3 svg,
.social__link.active.social__link--style3 i, .social__link:hover.social__link--style3 svg,
.social__link:hover.social__link--style3 i {
  color: #0C263A;
}
.social__link.active.social__link--style5 svg,
.social__link.active.social__link--style5 i, .social__link:hover.social__link--style5 svg,
.social__link:hover.social__link--style5 i {
  color: var(--brand-color);
}

.floating-content__item {
  background-color: var(--floating-content-bg-color);
  border: 1px solid var(--floating-content-border-color);
  box-shadow: -40px 40px 60px 0px rgba(5, 30, 54, 0.05);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .floating-content__item {
    padding: 24px 32px;
  }
}
.floating-content__item h3 {
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  color: var(--secondary-color);
}
.floating-content__item h3.style2 {
  color: var(--brand-color);
}
.floating-content__item p {
  font-size: 1.25rem;
  color: var(--title-color);
}
.floating-content__item p.style2 {
  font-size: 1.125rem;
}
.floating-content__item--style2 {
  gap: 15px;
  padding: 16px 0px 16px 36px;
  border-radius: 8px 40px 32px 80px;
  border: 2px solid var(--border-color);
  background-color: var(--floating-content-bg-color-2);
  backdrop-filter: blur(24px);
}
@media (min-width: 576px) {
  .floating-content__item--style2 {
    padding: 16px 0px 16px 36px;
  }
}
@media (min-width: 768px) {
  .floating-content__item--style2 {
    padding: 16px 0px 16px 36px;
  }
}
@media (min-width: 1200px) {
  .floating-content__item--style2 {
    padding: 16px 10px 16px 48px;
  }
}
.floating-content__item--style2 img {
  width: 60px;
}
@media (min-width: 576px) {
  .floating-content__item--style2 img {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .floating-content__item--style2 img {
    width: auto;
  }
}
.floating-content__item--style2 p {
  max-inline-size: 18ch;
}
.floating-content__item--style3 {
  padding: 16px;
  border-radius: 32px 60px 8px 40px;
  border: 2px solid var(--border-color);
  background-color: var(--floating-content-bg-color-2);
  backdrop-filter: blur(24px);
}
@media (min-width: 768px) {
  .floating-content__item--style3 {
    padding: 16px 20px;
  }
}
@media (min-width: 992px) {
  .floating-content__item--style3 {
    padding: 25px 30px;
  }
}
.floating-content__item--style4 {
  gap: 15px;
  padding: 20px;
  border-radius: 100px 9.126px 9.126px 100px;
  background: var(--wh-color);
  box-shadow: -24px 24px 73.0064086914px 0px rgba(0, 208, 148, 0.16);
}
.floating-content__item--style4 p {
  font-size: 1.125rem;
  color: var(--title-color);
}
.floating-content__item--style4 span {
  color: var(--title-color);
}
.floating-content__item--style5 {
  min-width: 260px;
  border-radius: 16px;
  background-color: var(--floating-content-bg-color);
  box-shadow: -16px 32px 80px 0px rgba(61, 51, 0, 0.12);
}
.floating-content__item--style5 h3 {
  color: var(--title-color);
}