@charset "UTF-8";
/*

    1. BASE
    reset
    base

    2. Element
    Text
    TextColor
    TextSize
    Module
    Header
    Hero
    Form
    Button
    Mision
    Steps
    Card
    LabelOptions
    Logos
    Testimonials
    Faq
    Footer
    Tabs
    Breadcrumb
    Accordion
    Stepper
    List
    BoxInfo
    Badge

    3. Layout
    Home
    Blog
    Builder
    Error
    Result

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #575757;
  font-size: 16px;
  line-height: 25px;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  font-family: "Hammersmith One", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* outline */
* {
  letter-spacing: 0;
}
*:focus {
  outline: none !important;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #BBBBBB !important;
}

::-moz-placeholder {
  color: #BBBBBB !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #BBBBBB !important;
} /* ie */
:-moz-placeholder {
  color: #BBBBBB !important;
}

/* Selection */
::-moz-selection {
  background: #8581FF;
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: #8581FF;
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: #8581FF;
  color: #fff;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0 !important;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* Address */
address {
  font-style: initial;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
/* row align center */
.row-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* bordered image */
.bordered-image img {
  border-radius: 24px;
  overflow: hidden;
}

.main--back1 {
  background: url(../images/background/back-3.jpg) no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.main--back2 {
  background: url(../images/background/back-5.jpg) no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.main--back3 {
  background: url(../images/background/back-7.jpg) no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.mobile-item {
  display: none;
}

.list-unstyled li {
  margin-bottom: 16px;
}
.list-unstyled li:last-child {
  margin-bottom: 0;
}

.module-aside {
  border-right: 1px solid #f3f3f3;
}
.module-aside .list-unstyled {
  position: sticky;
  top: 40px;
}

.module-border {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #8581FF;
  background: #fff;
}
.module-border *:last-child {
  margin-bottom: 0;
}

.module-info {
  padding: 24px;
  width: 100%;
}

hr {
  border-color: #8581FF;
  opacity: 1;
}
hr.hr--base {
  border-color: #575757;
}

.aside-article {
  position: sticky;
  top: 40px;
}

/* :::::::::

Responsive 

::::::::::*/
@media all and (max-width: 992px) {
  .mobile-item {
    display: block !important;
  }
  .desktop-item {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .module-list-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .module-list-button * {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .module-info {
    padding: 16px;
  }
}
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-uppercase {
  text-transform: uppercase;
}

.text-right {
  text-align: right;
}

.text-regular,
.text-regular * {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-title,
.text-title * {
  font-family: "Hammersmith One", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.text-icon img,
.text-icon i {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff !important;
}

.text-purple400,
.text-purple400 * {
  color: #8581FF !important;
}

.text-purple800,
.text-purple800 * {
  color: #3935A6 !important;
}

.text-wine800,
.text-wine800 * {
  color: #4A1434 !important;
}

.text-base,
.text-base * {
  color: #575757 !important;
}

.text-dark,
.text-dark * {
  color: #0B1215 !important;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-12,
.text-12 * {
  font-size: 12px;
  line-height: 18px;
}

.text-14,
.text-14 * {
  font-size: 14px;
  line-height: 20px;
}

.text-16,
.text-16 * {
  font-size: 16px;
  line-height: 25px;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 25px;
}

.text-48,
.text-48 * {
  font-size: 48px;
  line-height: 55px;
}

.text-40,
.text-40 * {
  font-size: 40px;
  line-height: 45px;
}

.text-50,
.text-50 * {
  font-size: 50px;
  line-height: 55px;
}

h1,
h1 *,
.h1,
.h1 * {
  font-size: 66px;
  line-height: 70px;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 32px;
  line-height: 40px;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 24px;
  line-height: 35px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 40px;
    line-height: 45px;
  }
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 24px;
    line-height: 35px;
  }
  h3,
  h3 *,
  .h3,
  .h3 * {
    font-size: 20px;
    line-height: 25px;
  }
  .text-48,
  .text-48 * {
    font-size: 32px;
    line-height: 40px;
  }
  .text-40,
  .text-40 * {
    font-size: 32px;
    line-height: 35px;
  }
  .text-50,
  .text-50 * {
    font-size: 40px;
    line-height: 45px;
  }
}
@media all and (max-width: 768px) {
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 32px;
    line-height: 40px;
  }
  .text-48,
  .text-48 * {
    font-size: 24px;
    line-height: 35px;
  }
  .text-40,
  .text-40 * {
    font-size: 24px;
    line-height: 30px;
  }
  .text-50,
  .text-50 * {
    font-size: 32px;
    line-height: 40px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module {
  padding-top: 100px;
  padding-bottom: 100px;
}

.module--color1 {
  background: #3935A6;
}

.module--back1 {
  background: url(../images/background/back-1.jpg) no-repeat right bottom;
  background-size: contain;
}

.module--back2 {
  background: url(../images/background/back-2.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.module--back3 {
  background: url(../images/background/back-4.jpg) no-repeat left center;
  background-size: contain;
}

.module--back4 {
  background: url(../images/background/back-6.jpg) no-repeat left center;
  background-size: contain;
}

.module-bottom {
  padding-bottom: 100px;
}

.module-bottom40 {
  padding-bottom: 40px;
}

.module-top {
  padding-top: 100px;
}

.module-bottom24 {
  padding-bottom: 24px;
}

.module-bottom32 {
  padding-bottom: 32px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .module {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-bottom {
    padding-bottom: 40px;
  }
  .module-top {
    padding-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .module {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-bottom {
    padding-bottom: 30px;
  }
  .module-top {
    padding-top: 30px;
  }
  .module-bottom32 {
    padding-bottom: 18px;
  }
  .module-bottom40 {
    padding-bottom: 24px;
  }
}
/* ------------------------------------------------------------
    HEADER
------------------------------------------------------------ */
header .navbar {
  background: #fff;
}
header .navbar-brand {
  display: block;
  max-width: 320px;
  width: 100%;
}
header .navbar-brand img {
  width: 100%;
}
header .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .navbar-collapse .navbar-nav {
  gap: 12px;
}
header .navbar-collapse .nav-link.nav--button {
  background: #8581FF;
  color: #fff;
  border-radius: 12px;
  padding: 6px 12px;
  font-size: 16px;
}
header .navbar-collapse .nav-link.nav--button:hover {
  background: #3935A6;
}
header .navbar-toggler {
  border: 0;
}
header .navbar-toggler:focus {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
header .navbar-toggler[aria-expanded=true] {
  background: #E9F7FE;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (min-width: 993px) {
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 992px) {
  header .navbar-brand {
    max-width: 240px;
  }
  header .navbar-collapse {
    background: #E9F7FE;
    padding: 16px;
    border-radius: 0 0 10px 10px;
  }
}
/* ------------------------------------------------------------
    HERO
------------------------------------------------------------ */
.hero-image {
  width: 100%;
  padding: 60px 0 100px 0;
}

.tab-options ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-options ul li button {
  background: #fff;
  color: #575757;
  border: 0;
  border-radius: 12px 12px 0 0;
  padding: 20px 32px;
  font-size: 18px;
}
.tab-options ul li button:hover {
  opacity: 0.8;
}
.tab-options ul li button[data-type=pickup] {
  background: #DFF5FF;
}
.tab-options ul li button[data-type=moto] {
  background: #B2E7FF;
}
.tab-options ul li button[data-type=taxi] {
  background: #87D3F6;
}
.tab-options ul li button.active {
  background: #72c5eb;
}

/* selection */
.vehicle-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}
.vehicle-option .vehicle-icon {
  font-size: 20px;
  margin-right: 12px;
  width: 30px;
  text-align: center;
}
.vehicle-option .vehicle-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vehicle-option .vehicle-info .vehicle-name {
  font-weight: 600;
  color: #575757;
  margin-bottom: 2px;
}
.vehicle-option .vehicle-info .vehicle-details {
  font-size: 12px;
  color: #BBBBBB;
}
.vehicle-option .vehicle-info .vehicle-details .vehicle-brand {
  font-weight: 500;
}
.vehicle-option .vehicle-info .vehicle-details .vehicle-model {
  font-weight: 500;
}
.vehicle-option .vehicle-info .vehicle-details .vehicle-year {
  font-weight: 500;
}

.choose-form {
  width: 100%;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
}

.tab-options__mobile {
  display: none;
}

.hero-image__car {
  position: absolute;
  right: 0;
  top: -60px;
  width: 100%;
  max-width: 1000px;
}

.hero-image__col {
  position: relative;
  z-index: 1;
}

.hero-image__logo {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 200px;
  z-index: 2;
}

.hero-form {
  background: rgba(249, 249, 249, 0.84);
  border-radius: 12px;
  padding: 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .hero-image__car {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .choose-action > * {
    width: 100%;
    margin-bottom: 16px;
  }
  .tab-options__desktop {
    display: none !important;
  }
  .tab-options__mobile {
    display: block;
  }
  .hero-image__logo {
    position: relative;
    bottom: initial;
    margin: 0 auto;
    display: block;
  }
  .hero-image {
    padding: 30px 0;
  }
  .choose-form {
    padding: 0;
    margin-top: 24px;
  }
}
/* ------------------------------------------------------------
    FORM
------------------------------------------------------------ */
.form-label {
  font-weight: 400;
  font-size: 16px;
  color: #0B1215;
}

.form-row {
  width: 100%;
}

.form-control,
.form-select {
  height: 42px;
  border: 1px solid #7B7B7B;
  border-radius: 4px;
  color: #575757;
  background-color: #fff;
}

.form-check-input {
  border: 1px solid #7B7B7B;
}
.form-check-input:checked {
  background-color: #8581FF;
  border-color: #8581FF;
}

.select2-container--bootstrap-5 .select2-selection {
  border-radius: 4px;
  border: 1px solid #7B7B7B;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
.select2-container--bootstrap-5 .select2-selection:hover {
  border-color: #8581FF;
}
.select2-container--bootstrap-5 .select2-selection.select2-selection--single {
  height: 42px;
  padding: 8px 16px;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection {
  border-color: #8581FF;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 129, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(133, 129, 255, 0.25);
}
.select2-container--bootstrap-5 .select2-selection__rendered {
  line-height: 24px;
  color: #575757;
}
.select2-container--bootstrap-5 .select2-selection__placeholder {
  color: #575757;
  font-weight: 400;
}
.select2-container--bootstrap-5 .select2-selection__arrow {
  height: 46px;
}

.select2-dropdown {
  border: 2px solid #7B7B7B;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.select2-dropdown .select2-search__field {
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 8px 12px;
}
.select2-dropdown .select2-search__field:focus {
  border-color: #8581FF;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 129, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(133, 129, 255, 0.25);
}
.select2-dropdown .select2-results__option {
  padding: 8px 16px;
}
.select2-dropdown .select2-results__option:hover {
  background-color: rgba(133, 129, 255, 0.1) !important;
  color: #575757 !important;
}
.select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #B3B0FF !important;
  color: white !important;
}
.select2-dropdown .select2-results__option.select2-results__option--highlighted .vehicle-details {
  color: #fff !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: #B3B0FF !important;
  color: white !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected .vehicle-details {
  color: #fff !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background-color: #8581FF !important;
  color: white !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) .vehicle-details {
  color: #fff !important;
}

.check-button {
  width: 100%;
  position: relative;
}
.check-button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.check-button input:checked + label {
  background-color: #8581FF;
  color: #fff;
  border-color: #8581FF;
}
.check-button label {
  height: 42px;
  border: 1px solid #7B7B7B;
  border-radius: 4px;
  color: #575757;
  background-color: #fff;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  font-weight: bold;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
    BUTTON
------------------------------------------------------------ */
.btn {
  font-weight: 600;
  font-size: 18px;
}
.btn.btn--type1 {
  background: #8581FF;
  color: #fff;
  border-radius: 12px;
  padding: 12px 10px;
  border: none;
  min-width: 180px;
}
.btn.btn--type1:hover {
  background: #3935A6;
}
.btn.btn--type1.inactive {
  background: #fff;
  color: #575757;
}
.btn.btn--type1.inactive:hover {
  background: #f3f3f3;
}
.btn.btn--type2 {
  background: #fff;
  border: 1px solid #575757;
  color: #575757;
  border-radius: 12px;
  padding: 12px 10px;
  min-width: 180px;
}
.btn.btn--type2:hover {
  background: #f3f3f3;
}
.btn.btn--simple {
  text-decoration: underline;
}
.btn.btn--simple:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn.btn--100 {
  width: 100%;
}

.btn--link {
  text-decoration: none;
  color: #575757;
}
.btn--link:hover {
  color: #8581FF;
}

.btn--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--icon i,
.btn--icon span {
  font-size: 14px;
  float: left;
}
.btn--icon img {
  width: 20px;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
    MISION
------------------------------------------------------------ */
.mision-section__icon {
  width: 100%;
  max-width: 300px;
  margin-bottom: 32px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .mision-section__icon {
    max-width: 240px;
  }
}
/* ------------------------------------------------------------
    STEPS
------------------------------------------------------------ */
.steps-section {
  position: relative;
}

.steps-section__icon {
  width: 100%;
  max-width: 180px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  margin-bottom: 32px;
}

.steps-section__item {
  position: relative;
  z-index: 2;
}

.steps-section__user {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  z-index: 1;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (min-width: 993px) {
  .step-col {
    position: relative;
  }
  .step-col:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/icon/arrow.svg) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .step-col:last-child:after {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .steps-section__user {
    display: none;
  }
}
/* ------------------------------------------------------------
    CARD
------------------------------------------------------------ */
.card-features {
  background: #eeedff;
  border-radius: 20px;
  margin-bottom: 32px;
  min-height: 240px;
}

.card-features__header {
  background: #8581FF;
  padding: 16px 24px;
  border-radius: 20px 20px 0 0;
  color: #fff;
}

.card-features__body {
  padding: 30px 24px;
}
.card-features__body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-features__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.card-features__body ul li p:first-child {
  width: 30%;
}
.card-features__body ul li p:last-child {
  width: 70%;
  font-weight: 500;
}

.card-logo {
  -webkit-box-shadow: 0px 5px 9px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 9px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-logo img {
  width: 100%;
  max-width: 200px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .card-features {
    margin-bottom: 24px;
  }
  .card-logo {
    height: 250px;
  }
  .card-logo img {
    max-width: 120px;
  }
}
/* ------------------------------------------------------------
    LABEL OPTIONS
------------------------------------------------------------ */
.label-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  padding: 16px 24px;
}
.label-info p {
  margin: 0;
}

.label-info__icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* pay */
.pay-user__image {
  width: 400px;
}

.pay-user__cards {
  width: 300px;
}

.pay-user__logos {
  width: 200px;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
   LOGOS
------------------------------------------------------------ */
.logos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logos-list li img {
  width: 110px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .logos-list {
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logos-list li img {
    width: 90px;
    height: 30px;
  }
}
/* ------------------------------------------------------------
   TESTIMONIALS
------------------------------------------------------------ */
.card-testimonial {
  background: #E9F7FE;
  border-radius: 32px;
  padding: 46px;
  max-width: 500px;
  width: 100%;
}

.card-testimonial__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.card-testimonial__pic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.card-testimonial__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.card-testimonial__stars img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.card-testimonial__body {
  padding: 16px 0;
}
.card-testimonial__body p:last-child {
  margin-bottom: 0;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
   FAQ
------------------------------------------------------------ */
.accordion {
  border: 0;
}
.accordion .accordion-item {
  border: 0;
  margin-bottom: 16px;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-header button.accordion-button {
  background: #eeedff;
  border-radius: 16px !important;
  border: 0 !important;
  font-weight: 400;
  color: #575757;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 20px;
}
.accordion .accordion-item .accordion-header button.accordion-button:after {
  background-image: url(../images/icon/plus.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.accordion .accordion-item .accordion-body {
  padding: 24px;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
    FOOTER
------------------------------------------------------------ */
footer {
  background: #353451;
  padding: 60px 0;
}

.footer__logo {
  width: 100%;
  max-width: 320px;
  margin-bottom: 32px;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__links ul li {
  margin-bottom: 16px;
}
.footer__links ul li:last-child {
  margin-bottom: 0;
}
.footer__links ul li a {
  color: #fff;
  text-decoration: none;
}
.footer__links ul li a:hover {
  opacity: 0.8;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  footer {
    padding: 32px 0;
  }
  .footer__logo {
    max-width: 200px;
  }
  .footer__links {
    gap: 16px;
  }
  .footer__links ul {
    width: 100%;
  }
}
/* ------------------------------------------------------------
    STEPS
------------------------------------------------------------ */
.tab-section__content {
  width: 100%;
}
.tab-section__content .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.tab-section__content .nav .nav-link {
  border-color: #8581FF;
  padding: 8px 24px;
  border-radius: 12px 12px 0 0;
  background: #fff;
  color: #575757;
}
.tab-section__content .nav .nav-link:hover {
  opacity: 0.8;
}
.tab-section__content .nav .nav-link[data-bs-target="#nav-limited"] {
  background: #87D3F6;
  color: #575757;
  border-color: #87D3F6;
}
.tab-section__content .nav .nav-link[data-bs-target="#nav-full"] {
  background: #B2E7FF;
  color: #575757;
  border-color: #B2E7FF;
}
.tab-section__content .nav .nav-link.active {
  font-weight: 600;
}
.tab-section__content .tab-content {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #8581FF;
  padding: 32px;
}

/* table table plans */
.table.table--plans th {
  color: #0B1215;
  border: 0;
  text-align: center;
}
.table.table--plans td {
  border: 0;
  vertical-align: middle;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
    breadcrumb
------------------------------------------------------------ */
.breadcrumb-section {
  padding: 20px 30px;
}
.breadcrumb-section .breadcrumb a {
  color: #7B7B7B;
  font-size: 14px;
  text-decoration: none;
}
.breadcrumb-section .breadcrumb a:hover {
  opacity: 0.7;
}
.breadcrumb-section .breadcrumb a.active {
  color: #575757;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .breadcrumb-section {
    padding: 10px 0;
  }
  .breadcrumb-section .breadcrumb * {
    font-size: 12px;
  }
}
/* ------------------------------------------------------------
    ACCORDION
------------------------------------------------------------ */
.accordion-simple.accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  color: #8581FF;
  font-size: 24px;
  line-height: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-simple.accordion .accordion-item .accordion-header .accordion-button:after {
  font-weight: 900;
  background: transparent;
  font-family: "Font Awesome 6 Free";
  content: var(--fa);
  --fa: "";
  --fa--fa: "";
  margin: 0;
  line-height: 20px;
  -webkit-transform-origin: left left;
          transform-origin: left left;
}
.accordion-simple.accordion .accordion-item .accordion-collapse {
  border: 0 !important;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .accordion-simple .accordion-item .accordion-header .accordion-button {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion-simple .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ------------------------------------------------------------
    STEPPER
------------------------------------------------------------ */
.stepper {
  width: 100%;
  padding: 20px 0;
}

.stepper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stepper-item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 60px;
}
.stepper-item:first-child:before {
  display: none;
}
.stepper-item:last-child:after {
  display: none;
}
.stepper-item:before, .stepper-item:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #BBBBBB;
  position: absolute;
  top: 20%;
}
.stepper-item:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.stepper-item:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.stepper-item.checked:after, .stepper-item.checked:before, .stepper-item.active:after, .stepper-item.active:before {
  background: #9B51E0;
}
.stepper-item.checked i {
  background: #9B51E0;
  font-style: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.stepper-item.checked i:after {
  content: var(--fa);
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  --fa: "";
  --fa--fa: "";
  color: #fff;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -2px;
}
.stepper-item.active i {
  -webkit-box-shadow: 0 0 0 5px #9B51E0 inset;
          box-shadow: 0 0 0 5px #9B51E0 inset;
  background: #fff;
}
.stepper-item.active p {
  color: #9B51E0;
}
.stepper-item i {
  background: #BBBBBB;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 5px #fff inset;
          box-shadow: 0 0 0 5px #fff inset;
  position: relative;
  z-index: 1;
}
.stepper-item p {
  font-size: 14px;
  color: #7B7B7B;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .stepper {
    padding-bottom: 0;
  }
  .stepper-item p {
    font-size: 12px;
    margin: 0;
  }
}
/* ------------------------------------------------------------
    LIST
------------------------------------------------------------ */
.list-icons {
  width: 100%;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-icons img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 16px;
}
.list-icons p {
  font-size: 14px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .list-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  .list-icons .col {
    width: 25%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
/* ------------------------------------------------------------
    BOX INFO
------------------------------------------------------------ */
.box-info {
  background: #F4F5F7;
  border-radius: 12px;
}

.box-info__head {
  background: #3935A6;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 12px 12px 0 0;
}
.box-info__head * {
  margin: 0;
}

.box-info__body {
  padding: 10px;
}
.box-info__body .accordion {
  background: transparent;
}
.box-info__body .accordion .accordion-item {
  border: none;
  background: transparent;
}
.box-info__body .accordion .accordion-item .accordion-header .accordion-button {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  border: 0;
  background: transparent;
  font-size: 14px;
  padding: 0;
  text-decoration: underline;
}
.box-info__body .accordion .accordion-item .accordion-header .accordion-button:after {
  content: var(--fa);
  font-weight: 900;
  --fa: "";
  --fa--fa: "";
  background: transparent;
  font-family: "Font Awesome 6 Free";
  float: right;
}
.box-info__body .accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #8581FF;
  text-decoration: none;
}
.box-info__body .accordion .accordion-item .accordion-collapse {
  padding: 0;
  background: transparent;
}
.box-info__body .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0;
  background: transparent;
}
.box-info__body .accordion .accordion-item .accordion-collapse .accordion-body * {
  font-size: 14px;
}

.box-slider {
  width: 100%;
  position: relative;
}
.box-slider input {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  cursor: -webkit-grab;
  cursor: grab;
}

.box-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-slider__content p {
  font-size: 18px;
}

.box-slider__item {
  width: 100%;
  height: 8px;
  background: #B2E7FF;
  position: relative;
  margin-bottom: 24px;
}
.box-slider__item i {
  width: 20px;
  height: 20px;
  background: #3935A6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* box offer */
.box-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  padding: 24px 30px 24px 0;
}
.box-offer:after {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 30px;
  height: 100%;
  background: #eeedff;
  border-radius: 0 24px 24px 0;
}
.box-offer figure {
  width: 170px;
  height: 140px;
  margin: 0;
  -webkit-box-shadow: 0px 5px 9px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 9px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 18px;
  border: 1px solid #f3f3f3;
  padding: 24px;
}
.box-offer figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.box-offer__price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  color: #0B1215;
}
.box-offer__price small {
  font-size: 18px;
  font-weight: 400;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .box-offer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 24px 0 32px 0;
  }
  .box-offer:after {
    top: initial;
    bottom: 0;
    width: 100%;
    height: 20px;
    border-radius: 0 0 24px 24px;
  }
  .box-offer > *,
  .box-offer figure {
    width: 100%;
  }
  .box-offer__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
  }
  .box-offer__button a {
    width: 100%;
  }
}
/* ------------------------------------------------------------
   BADGE
------------------------------------------------------------ */
.badge.text-bg-secondary {
  border: 1px solid #9B51E0;
  color: #9B51E0 !important;
  background: transparent !important;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 12px;
  border-radius: 16px;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
@media (max-width: 768px) {
  .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-flex.justify-content-between {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-flex.justify-content-between > * {
    width: 100%;
  }
}
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */