:root {
  scroll-behavior: inherit;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-text-rendering: optimizelegibility;
  text-rendering: optimizelegibility;
  scroll-behavior: smooth;
}

*, :after, :before {
  box-sizing: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6, ol, p, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  font-size: rem(16px);
  background: #f7f5f3;
  font-family: "Aeonik Pro";
  font-weight: normal;
  color: #000;
}

.ft-normal {
  font-style: normal;
}

input {
  outline: none;
}

a, button {
  outline: none !important;
  text-decoration: none;
}
a:active, a:visited, a:focus, a:hover, button:active, button:visited, button:focus, button:hover {
  outline: none !important;
  text-decoration: none;
  box-shadow: none !important;
}

.wide {
  display: block;
  width: 100%;
}

.ov-h {
  overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Aeonik Pro";
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

@-moz-document url-prefix() {
  html, body {
    scrollbar-width: none;
  }
}
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #F2F2F3;
  margin-bottom: rem(30px);
  font-weight: 400;
}
p strong {
  font-weight: bold;
}
p:last-child {
  margin-bottom: 0;
}

.theme-btn {
  background-color: transparent;
  padding: 6px 18px;
  border: 1px solid #515067;
  border-radius: 100px;
  letter-spacing: 0.015em;
  color: #AA8852;
  font-weight: 700;
}
.theme-btn:hover {
  background-color: #F3D450;
  color: #515067;
}

header {
  position: relative;
  z-index: 9999;
}
header .navbar-dark {
  background-color: #fff !important;
}
header .navbar-brand {
  margin-right: 30px;
}
header .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
}
header .navbar-nav .secure-select {
  padding-left: 20px;
  position: relative;
}
header .navbar-nav .secure-select::before {
  content: "";
  height: 50px;
  width: 1px;
  background-color: #DBDEDE;
  left: 0;
  position: absolute;
}
header .navbar-nav .secure-select img {
  position: relative;
  top: 3px;
}
header .navbar-nav .secure-main {
  font-size: 20px;
  font-weight: 500;
  margin-left: 15px;
  color: #515067;
  letter-spacing: 0.04em;
}
header .navbar-nav li:nth-child(2) {
  margin-left: auto;
}
header .navbar-nav li .email-right, header .navbar-nav li .tel-right {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
header .navbar-nav li .email-right span, header .navbar-nav li .tel-right span {
  font-size: 20px;
  color: #667085;
  margin-left: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.section-center {
  padding: 0;
}
.section-center .content-form {
  max-width: 576px;
  position: relative;
  z-index: 4;
  margin: 40px 0;
}
.section-center .single-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  color: #18163E;
  margin-bottom: 10px;
}
.section-center .sub-title-single {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.section-center .sub-title-single svg {
  margin-right: 10px;
}
.section-center .sub-title-single span {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.015em;
  color: #1D1A49;
}
.section-center .bg-theme-dark {
  background-color: #110F2C;
  padding: 65px 233px 135px;
  height: 100%;
  overflow: hidden;
}
.section-center .bg-theme-dark::before {
  content: "";
  background: url(../img/shape-1.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 235px;
  width: 245px;
  mix-blend-mode: soft-light;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  pointer-events: none;
}
.section-center .bg-theme-dark::after {
  content: "";
  background: url(../img/reindeerlogo.svg) no-repeat;
  position: absolute;
  width: 524px;
  height: 655px;
  right: -83px;
  bottom: -120px;
  mix-blend-mode: soft-light;
  opacity: 0.45;
}
.section-center .bg-theme-dark .bg-pseudo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.section-center .bg-theme-dark .bg-pseudo::before {
  content: "";
  background: rgba(74, 121, 243, 0.8);
  opacity: 0.7;
  filter: blur(262px);
  position: absolute;
  right: 0;
  top: -146px;
  width: 270px;
  height: 270px;
}
.section-center .bg-theme-dark .bg-pseudo::after {
  content: "";
  background: rgba(104, 40, 167, 0.4);
  opacity: 0.7;
  filter: blur(262px);
  position: absolute;
  width: 455px;
  height: 455px;
  left: -186px;
  bottom: -130px;
  z-index: 2;
}
.section-center .bg-theme-dark .inner-content {
  position: relative;
  z-index: 5;
}
.section-center .bg-theme-dark .inner-content h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.015em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}
.section-center .bg-theme-dark .inner-content h2 b {
  font-weight: 600;
}
.section-center .bg-theme-dark .inner-content h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  text-shadow: 0px 4px 0px rgba(17, 15, 44, 0.05);
  color: #fff;
}
.section-center .bg-theme-dark .inner-content h1 span {
  color: #F3D450;
}
.section-center .form-holder {
  margin-top: 40px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  width: calc(100% + 104px);
  padding-bottom: 10px;
}

.title-container {
  margin-bottom: 64px;
}

.secure-steps .icon-bg {
  width: 76px;
  height: 76px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 32px 54px -15px rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
}
.secure-steps .step-detail h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
.secure-steps .step-detail span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #fff;
}
.secure-steps ul {
  position: relative;
}
.secure-steps ul li {
  padding-bottom: 57px;
  position: relative;
  z-index: 3;
}
.secure-steps ul li::before {
  content: "";
  height: calc(100% - 90px);
  width: 1.5px;
  background-color: #D4C7B6;
  opacity: 0.45;
  position: absolute;
  left: 37px;
  top: 83px;
  z-index: 2;
}
.secure-steps ul li:last-child {
  margin-bottom: 0;
}
.secure-steps ul li:last-child::before {
  content: none;
}

.erc-detail {
  margin-bottom: 66px;
}
.erc-detail h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #F3D450;
}
.erc-detail p {
  max-width: 450px;
  margin-bottom: 20px;
}

.slider-conten {
  max-width: 358px;
}
.slider-conten .trans-card {
  border-radius: 14px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.05);
  padding: 38px 30px;
  height: calc(100% - 76px);
}
.slider-conten .trans-card .coin-hand {
  border: 1px solid rgba(252, 247, 233, 0.3);
  border-radius: 100px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.slider-conten .trans-card h3 {
  color: #F4D86C;
  text-shadow: 0px 14px 39px rgba(255, 217, 102, 0.33);
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
}
.slider-conten .trans-card p {
  margin-bottom: 7px;
}
.slider-conten .star-cont img {
  margin-right: 8px;
  max-height: 18px;
}
.slider-conten .star-cont span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #878692;
}

.slider-conten .swiper-wrapper {
  margin-bottom: 38px;
}
.slider-conten .swiper-pagination {
  bottom: 0;
}
.slider-conten .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.4);
}
.slider-conten .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: #F3D450;
}
.slider-conten .swiper-slide {
  height: auto;
  padding-top: 18px;
}

.refund-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -17px;
}
.refund-title span {
  background-color: #F3D450;
  padding: 4px 17px 5px;
  min-width: 163px;
  box-shadow: 0px 18px 26px -10px rgba(243, 212, 80, 0.28);
  border-radius: 62px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  display: table;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  text-align: center;
}

@supports (-webkit-hyphens: none) {
  .refund-title {
    margin-top: 0 !important;
  }
}
.car-shape {
  margin-bottom: 16px;
}
.car-shape span {
  margin-right: 20px;
}
.car-shape span img {
  height: 28px;
}
.car-shape h4 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  padding-left: 20px;
  position: relative;
}
.car-shape h4::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

#myiframe, #eiframe {
  width: 100%;
  height: 1040px;
}

#eiframe {
  height: 1980px;
}

.title-container .counter {
  min-width: 183px;
  display: inline-block;
}

.card-full {
  padding: 54px 0 207px;
  position: relative;
  overflow: hidden;
}
.card-full .card-inner {
  background-color: #fff;
  max-width: 661px;
  margin: 0 auto;
  text-align: center;
  padding: 45px 50px 60px;
  border: 1px solid #E7E7E8;
  box-shadow: 0px 30px 80px rgba(46, 38, 31, 0.02);
  border-radius: 20px;
}
.card-full .card-inner .ty-cotnent {
  margin-bottom: 30px;
}
.card-full .card-inner .ty-cotnent h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.card-full .card-inner .ty-cotnent span {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
}
.card-full .card-inner .ty-cotnent p {
  color: #515067;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.card-full .card-inner .eta-refund span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #515067;
  display: block;
  margin-bottom: 10px;
}
.card-full .card-inner .eta-refund h2 {
  background-color: #F1EDE9;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #7D643C;
  padding: 10px 20px;
  border-radius: 10px;
  min-width: 263px;
  display: inline-block;
  margin: 0 auto 30px;
}
.card-full .card-inner .eta-refund h2 i {
  font-style: normal;
}
.card-full .card-inner .eta-refund p {
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #515067;
}
.card-full .card-inner .eta-refund p a {
  font-weight: 500;
  color: #515067;
}
.card-full .figure-area {
  margin-bottom: 40px;
}
.card-full::before {
  content: "";
  background: url(../img/sw1.svg) no-repeat;
  position: absolute;
  left: -40px;
  top: -55px;
  width: 300px;
  height: 360px;
  pointer-events: none;
}
.card-full::after {
  content: "";
  background: url(../img/sw2.svg) no-repeat;
  position: absolute;
  right: -133px;
  bottom: -160px;
  width: 482px;
  height: 492px;
  pointer-events: none;
}

.green-text {
  color: #12B76A;
}

.active-text {
  color: #FDB022;
}

.eta-refund .error-btn {
  border-radius: 100px;
  background-color: #1D1A49;
  padding: 20px 30px;
  border: 0;
  color: #fff;
  letter-spacing: 0.015em;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  transition: 0.3s all;
}
.eta-refund .error-btn:hover {
  background-color: #F3D450;
  color: #1D1A49;
}

.btn-theme-blue {
  border-radius: 100px;
  background-color: #1D1A49;
  padding: 20px 30px;
  border: 0;
  color: #fff;
  letter-spacing: 0.015em;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  transition: 0.3s all;
}
.btn-theme-blue:hover {
  background-color: #F3D450;
  color: #1D1A49;
}

.modal .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1D2939;
}
.modal .btn-close {
  background-color: rgba(46, 48, 50, 0.4);
  mix-blend-mode: normal;
  height: 31px;
  width: 31px;
  padding: 0;
  opacity: 1;
  background-size: 10px;
  border-radius: 10px;
}
.modal .modal-body, .modal .modal-header {
  padding: 16px 38px;
}
.modal p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.modal p a {
  color: #1D1A49;
  font-weight: 500;
  transition: 0.3s all;
}
.modal p a:hover {
  color: #F3D450;
}

.title-container .counter.no-min-width {
  min-width: 98px;
}

.progress {
  width: 90px;
  height: 9px;
}

.progress-bar.bg-warning {
  background-color: #F3D450 !important;
}

.loader-filler {
  display: table;
  margin: 0 25% 15px auto;
}

.form-numb {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #565656;
}

.call-data {
  opacity: 0;
  transition: 0.3s all;
}

footer {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 12px 0;
}
footer .footer-container span, footer .footer-container a {
  font-size: 14px;
  color: #878692;
  font-weight: 500;
  letter-spacing: 0.04em;
}
footer .footer-container > li + li {
  margin-left: 40px;
}
footer .footer-container > li:nth-child(2) {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
footer .footer-container > li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 1px;
  background-color: #DBDEDE;
}
footer .footer-container > li:nth-child(3) {
  margin-left: 20px;
}
footer .footer-container > li:nth-child(4) {
  margin-left: auto;
}
footer .footer-app li + li {
  margin-left: 40px;
}/*# sourceMappingURL=app.css.map */