@font-face {
  font-family: 'NarkissBlockDigibank-Regular';
  src: url("../fonts/NarkissBlockDigibank-Regular.woff") format('woff');
}

@font-face {
  font-family: 'NarkissBlockDigibank-Medium';
  src: url("../fonts/NarkissBlockDigibank-Medium.woff") format('woff');
}

@font-face {
  font-family: 'NarkissBlockDigibank-Semibold';
  src: url("../fonts/NarkissBlockDigibank-Semibold.woff") format('woff');
}


* {
  font-family: 'NarkissBlockDigibank-Regular';
  outline: none;
  user-select: text;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: default;
}


*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  border-radius: 4px;
}

*::selection {
  color: white;
  background: #007AFF;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: black;
}

body {
  background: #eee;
}

a:hover,
a {
  text-decoration: none;
  width: fit-content;
}

img {
  max-width: 100%;
  max-height: 100%;
  user-select: none;
}

button {
  cursor: pointer;
  user-select: none;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus,
.uk-input, .uk-select, .uk-textarea,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  color: black;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.2s;
}

header.white-bg {
  background: white;
}

header .container {
  width: 100%;
  max-width: 1650px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

header .container img {
  width: 112px;
}

.blue {
  background: #007AFF;
  border-radius: 10px;
  border: 0;
  height: 50px;
  width: 184px;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
}

.blue:hover {
  background: #0067D9;
}

#header-cta.hidden2 {
  opacity: 0;
}

.gift-icon {
  width: 19px;
  position: relative;
  top: -2px;
  left: 2px;
}


/* hero section */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 900px; */
  padding: 200px 24px;
  max-height: 100vh;
  background-image: url(../assets/bg-desktop.png);
  background-size: cover;
  background-position: left center;
}

.hero h1 {
  font-size: 96px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 96px;
}

#text {
  font-family: inherit;
  transition: 0.6s;
  position: relative;
  top: 0;
  opacity: 1;
}

.hero .description {
  font-size: 24px;
  font-family: 'NarkissBlockDigibank-Medium';
  max-width: 620px;
  text-align: center;
  line-height: 36px;
}

.hero .description span {
  cursor: pointer;
  font-family: inherit;
  color: #717175;
  margin-top: 30px;
  display: block;
  text-decoration: 1px solid underline;
}

.hero button.blue {
  margin-top: 32px;
}


/* advance section */
.path,
.advance {
  background: white;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 78px 24px;
  gap: 130px;
}

.path .half,
.advance .half {
  min-height: 512px;
  width: 512px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
}

.advance div.half {
  padding: 64px 16px;
}

.path .h2,
.advance .h2 {
  font-size: 56px;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: 'NarkissBlockDigibank-Medium';
  line-height: 56px;
}

.path p,
.advance p {
  color: #717175;
  font-size: 20px;
  max-width: 430px;
  line-height: 28px;
}


/* stats */
.stats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #3C3C43;
  padding: 40px 24px;
  gap: 10px;
}

.stats * {
  color: white;
}

.stats .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  gap: 150px;
}

.stats .container .stat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
}

.stats .container .stat .number {
  font-family: 'NarkissBlockDigibank-Medium';
  font-size: 56px;
}

.stats .container .stat .description {
  font-size: 24px;
  font-family: 'NarkissBlockDigibank-Regular';
  text-align: center;
}

.stats .daily-update {
  letter-spacing: 1px;
}

/* features */

.features {
  background: #F2F2F7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 124px 16px;
}

.features .h2 {
  font-family: 'NarkissBlockDigibank-Medium';
  font-size: 56px;
  margin-bottom: 0;
  margin-top: 0;
}

.features .h2 span {
  font-family: 'Inter', sans-serif;
}

.features p {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 100px;
}

.features p.subtitle {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 40px;
}

.path .h2 span,
.features .h2 span {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 54px;
  color: #007AFF;
}

.features .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  gap: 25px;
}

.features .container .feature {
  width: 334px;
  max-width: 100%;
  margin-bottom: 30px;
}

.features .container .feature .text .description a {
  color: inherit;
  text-decoration: underline;
}

.features .container .feature .img-container {
  height: 29px;
}


.features .container .feature:nth-child(4) img {
  width: 23px;
  height: 24.9px;
}

.features .container .feature:nth-child(3) img {
  width: 36px;
  height: 18.92px;
}

.features .container .feature:nth-child(1) img {
  width: 24px;
  height: 24px;
}

.features .container .feature:nth-child(2) img {
  width: 21.72px;
  height: 25px;
}

.features .container .feature:nth-child(5) img {
  width: 18px;
  height: 28.88px;
}

.features .container .feature:nth-child(6) img {
  width: 26px;
  height: 17.92px;
}

.features .container .feature .title {
  font-size: 24px;
  font-family: 'NarkissBlockDigibank-Medium';
  margin: 18px 0;
}

.features .container .feature .description {
  font-size: 20px;
  font-family: 'NarkissBlockDigibank-Regular';
  margin-bottom: 32px;
  line-height: 28px;
}


/* path */

.path h3 {
  font-size: 24px;
  font-family: 'NarkissBlockDigibank-Regular';
}

.path p {
  max-width: 458px;
  margin: 8px 0;
}

.path .half .details {
  font-size: 16px;
  color: #7C7C80;
  max-width: 420px;
  margin-top: 6px;
}


.path .half button {
  margin-top: 20px;
}

.path .half .container {
  display: flex;
}

.path .half .container .part:first-child {
  padding: 2px 8px;
}

.path .half .strong {
  font-family: 'NarkissBlockDigibank-Semibold';
  color: black;
}

.path .half .container .part:first-child div {
  height: 28px;
  width: 64px;
  background: #EDEDED;
  margin-bottom: 37px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: 'NarkissBlockDigibank-Semibold';
}

.blue-text {
  color: #007AFF;
  font-family: inherit;
}

.path .half .link {
  margin-top: 16px;
  display: block;
  cursor: pointer;
}

.path .link a {
  color: inherit;
  text-decoration: underline;
}

.path .first-p {
  height: 46px;
}



/* testimonials */
.testimonials {
  padding: 115px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #F2F2F7;
}

.testimonials * {
  transition: none;
}

.testimonials .h2 {
  font-family: 'NarkissBlockDigibank-Medium';
  font-size: 56px;
  text-align: center;
}

.uk-dotnav>*>* {
  width: 14px;
  height: 14px;
  border: 1px solid #007AFF;
}

.uk-dotnav>.uk-active>* {
  background-color: #007AFF;
}

.uk-dotnav>*>:hover {
  width: 14px;
  background-color: #007AFF;
}

.uk-dotnav>*>:active {
  background-color: #007AFF;
}

*+.uk-margin {
  margin-top: 32px !important;
}

.slider {
  width: 778px;
  margin-top: 100px;
  max-width: 100%;
}

.slide {
  width: 778px;
  height: 440px;
  max-width: 100%;
}


.slide .frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide .play-container {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.slide .play-container img {
  width: 100px;
  height: 100px;
  transition: 0.1s;
  cursor: pointer;
}

.slide .play-container:hover img {
  transform: scale(1.05);
}

.slide video {
  width: 100%;
  height: 100%;
}



/* faq */
.faq {
  padding: 115px 24px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: start;
}

.faq .container {
  width: 1300px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: start;

}

.faq .h2 {
  font-size: 56px;
  font-family: 'NarkissBlockDigibank-Medium';
}

.faq .uk-accordion-title,
.faq .uk-accordion-title:hover,
.faq .uk-accordion {
  width: 100%;
}

.faq .uk-accordion-title {
  font-size: 24px;
}

.faq .uk-accordion-content p {
  font-size: 20px;
  line-height: 28px;
  max-width: 890px;
}

.faq .uk-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.03422 4.84V0.939999H4.79422V4.84H0.834219V7.69H4.79422V11.56H8.03422V7.69H11.9942V4.84H8.03422Z' fill='%23007AFF'/%3E%3C/svg%3E%0A");
}

.faq .uk-open>.uk-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 10 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.60336 3.19V0.339999H0.603359V3.19H9.60336Z' fill='%23007AFF'/%3E%3C/svg%3E%0A");
}

.faq li {
  padding: 32px 0;
  border-bottom: 1px solid #D9D9D9;
}

.faq .uk-accordion>:nth-child(n+2) {
  margin-top: 0;
}


/* footer */
footer {
  height: 133px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .container {
  width: 1300px;
  max-width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

footer img {
  height: 32px;
}


/* modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

.modal .body {
  background: white;
  width: 640px;
  max-width: calc(100% - 32px);
  height: 800px;
  max-height: calc(100% - 32px);
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 24px 3%;
}

.modal .body #form {
  transition: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal .body .close {
  text-align: end;
  position: absolute;
  left: 24px;
  top: 24px;
  cursor: pointer;
  z-index: 2;
}

.modal .body .h1 {
  line-height: 100%;
  font-size: 48px;
  margin-bottom: 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.modal .body p {
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 40px;
  text-align: center;
  color: #717175;
  max-width: 450px;
}

.modal .body .inputs {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 42px;
  width: 100%;
}

.modal .body input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid black;
  height: 40px;
  font-size: 16px;
  width: 100%;
  max-width: 413px;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0 !important;
}

.modal .body input::placeholder {
  color: #717175
}





.modal .body .checkboxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 413px;
  margin: auto;
  margin-top: 48px;
}

.modal .body .checkbox {
  display: flex;
  gap: 16px;
  font-size: 14px;
  cursor: pointer;
}

.modal .body .checkbox input {
  border-radius: 6px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 2px;
}

.modal .body .checkbox label {
  color: #717175;
  cursor: pointer;
  font-size: 16px;
}

.modal .body .button-container {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.modal .body .button-container .blue {
  width: unset;
  padding: 0 24px;
}



.modal .body input[type="tel"].error,
.modal .body input[type="text"].error {
  box-shadow: inset 0 0 4px 3px tomato;
  transition: 0.2s !important;
}

.modal .body #validation-container.error label {
  color: tomato;
}



input[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  border-radius: 0 !important;
  border: 0 !important;
}

input[type=checkbox]:before {
  width: 18px;
  height: 18px;
  content: '';
  display: block;
  border: 1px solid black !important;
}

input[type=checkbox]:checked:before {
  content: url('../assets/check.svg');
}



#success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  z-index: 1;
  font-size: 24px;
  transition: 0.6s;
}

.hidden {
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

.modal .body.success {
  padding: 24px 3.5%;
}

.modal .body.success p {
  max-width: unset;
  line-height: 28px;
}






/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */

@media screen and (max-width: 900px) {
  header {
    height: 72px;
    /* background: #eee; */
  }

  header.white-bg {
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.1);
  }

  header .container img {
    width: 86px;
  }

  .hero {
    height: unset;
    padding: 120px 0 70px 0;
    background-image: url(../assets/bg-mobile.png);
    background-position: top;
  }

  .hero h1 {
    font-size: 40px;
    margin-bottom: 28px;
    line-height: 40px;
  }

  .hero .description {
    font-size: 16px;
    line-height: 20.8px;
    max-width: 306px;
  }

  .hero .description span {
    margin-top: 28px;
    display: block;
  }

  .blue {
    height: 38px;
    width: 140px;
    font-size: 16px;
  }

  .gift-icon {
    width: 14px;
    top: -3px;
  }

  .path, .advance {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 78px 24px 40px 24px;
    align-items: center;
  }

  .path .half, .advance .half {
    width: 90vw;
    height: unset;
    min-height: unset;
  }

  .advance div.half {
    padding: 0;
  }

  .path .h2, .advance .h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .path p, .advance p {
    font-size: 16px;
    line-height: 22.4px;
  }

  .path .h2 span, .features .h2 span {
    font-size: 30px;
  }



  .stats {
    padding: 24px 24px 70px 24px;
    gap: 0;
  }

  .stats .container {
    flex-direction: column;
    gap: 40px;
  }

  .stats .container .stat .number {
    font-size: 40px;
  }

  .stats .container .stat .description {
    font-size: 18px;
  }

  .stats .daily-update {
    margin-bottom: 56px;
  }

  .features {
    padding: 70px 24px;
  }

  .features .h2 {
    font-size: 32px;
    text-align: center;
  }

  .features p.subtitle {
    font-size: 16px;
    font-family: 'NarkissBlockDigibank-Medium';
    margin-bottom: 40px;
    margin-top: 20px;
    max-width: 300px;
  }

  .features .container {
    gap: 32px;
  }

  .features .container .feature {
    display: flex;
    align-items: start;
    gap: 0px;
    margin-bottom: unset;
  }

  .features .container .feature .img-container {
    height: unset;
    width: 24px;
    flex-shrink: 0;
  }

  .features .container .feature:nth-child(4) img {
    width: 12.93px;
    height: 14px;
    margin-top: 3px;
  }

  .features .container .feature:nth-child(3) img {
    width: 17px;
    height: 8.71px;
  }

  .features .container .feature:nth-child(1) img {
    width: 13px;
    height: 13px;
    margin-top: 3px;
  }

  .features .container .feature:nth-child(2) img {
    width: 12.65px;
    height: 14.57px;
    margin-top: 3px;
  }

  .features .container .feature:nth-child(5) img {
    width: 10.11px;
    height: 16px;
  }

  .features .container .feature:nth-child(6) img {
    width: 13.69px;
    height: 9.89px;
    margin-top: 2px;
  }

  .features .container .feature .title {
    font-size: 18px;
    margin: 0;
    margin-bottom: 6px;
  }

  .features .container .feature .description {
    font-size: 16px;
    margin: 0;
    line-height: 22.4px;
  }

  .path {
    flex-direction: column;
    padding: 60px 24px 40px 24px;
  }

  .path h3 {
    font-size: 18px;
  }


  .faq,
  .testimonials {
    padding: 70px 24px 40px 24px;
  }

  .faq .h2,
  .testimonials .h2 {
    font-size: 36px;
  }

  .testimonials .slider {
    margin-top: 50px;
  }

  .testimonials .slide {
    height: unset;
  }

  .uk-dotnav>*>:hover,
  .uk-dotnav>*>* {
    width: 10px;
    height: 10px;
  }

  .slide .play-container img {
    width: 60px;
    height: 60px;
  }

  .faq .uk-accordion-title {
    font-size: 20px;
  }

  .faq .uk-accordion-content p {
    font-size: 16px;
  }


  footer {
    height: 100px;
  }

  footer img {
    height: 26px;
    margin-left: 32px;
  }

  .modal .body {
    height: unset;
    min-height: 80vh;
    padding: 40px 7%;
  }

  .modal .body .h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .modal .body p {
    font-size: 16px;
    line-height: 19.2px !important;
    text-align: start;
  }

  .modal .body input {
    font-size: 14px;
    height: 32px;
  }

  .modal .body .inputs {
    gap: 32px;
  }

  .modal .body .checkbox label {
    font-size: 14px;
  }

  .modal .body .checkbox input {
    width: 16px;
    height: 16px;
  }

  .modal .body .checkboxes {
    gap: 16px;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .modal .body .button-container {
    margin-top: 0;
  }

  .blue:hover {
    background: #007AFF;
  }

  .modal .body.success p {
    max-width: 263px;
    text-align: center;
  }

  #success {
    align-items: center;
  }
}



@media screen and (max-width: 450px) {
  .path .half .container .part:first-child div {
    margin-bottom: 58px;
  }

  .path .first-p {
    height: 66px;
  }
}

@media screen and (max-width: 356px) {
  .modal .body {
    padding: 40px 6%;
  }
}

@media screen and (max-width: 347px) {
  .modal .body {
    padding: 40px 4%;
  }
}

@media screen and (max-width: 332px) {
  .modal .body {
    padding: 40px 3%;
  }
}


@media screen and (max-height: 800px) and (min-width: 900px) {
  .modal .body .h1 {
    font-size: 32px;
    margin-top: 0;
  }

  .modal .body p {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .modal .body .inputs {
    gap: 32px;
  }

  .modal .body input {
    height: 32px;
  }

  .modal .body .checkboxes {
    margin-top: 40px;
  }

  .modal .body .button-container {
    margin-top: 32px;
  }
}




/* MAKE FORM SMALLER */
/* MAKE FORM SMALLER */
/* MAKE FORM SMALLER */
/* MAKE FORM SMALLER */
/* MAKE FORM SMALLER */
/* MAKE FORM SMALLER */
/* MAKE FORM SMALLER */
/* MAKE FORM SMALLER */
/* MAKE FORM SMALLER */
/* MAKE FORM SMALLER */
/* MAKE FORM SMALLER */
/* MAKE FORM SMALLER */

.modal .body .h1 {
  font-size: 22px;
  font-family: inherit;
}

.modal .body p {
  margin: 0;
  font-size: 14px;
}

.modal .body input {
  height: 30px;
}

.modal .body .inputs {
  gap: 0;
}

.modal .body .checkboxes {
  gap: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}


.modal .body .checkbox label {
  font-size: 10px;
}

.blue {
  height: 24px;
  font-size: 14px;
}

.modal .body .checkbox {
  gap: 8px;
}

input[type=checkbox]:before {
  width: 16px;
  height: 16px;
}