/* Custom animation */
.hu__hu__ {
  animation: hu__hu__ infinite 2s ease-in-out;
}

@keyframes hu__hu__ {
  50% {
    transform: translateY(30px);
  }
}
.hu__hu__2 {
  animation: hu__hu__2 infinite 2s ease-in-out;
}

@keyframes hu__hu__2 {
  50% {
    transform: translateY(-30px);
  }
}
.typing {
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #3A79F3;
  animation: typing 3s steps(18, end) infinite alternate, cursor 0.2s steps(18, end) infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 540px;
  }
}
@keyframes cursor {
  50% {
    border-color: transparent;
  }
}
@media screen and (max-width: 576px) {
  .typing {
    width: 300px;
    animation: typing 3s steps(12, end) infinite alternate, cursor 0.2s steps(12, end) infinite;
  }
  @keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 275px;
    }
  }
  @keyframes cursor {
    50% {
      border-color: transparent;
    }
  }
}
/* Progressbar */
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 10px;
  opacity: 60%;
  background-color: #3A79F3;
  z-index: 99;
}

.animate-on-scroll {
  visibility: hidden;
}

.section__start {
  position: relative;
  height: 100vh;
}
.section__start .letter {
  position: absolute;
}
.section__start .letter__h {
  top: 10px;
  left: 0;
}
.section__start .letter__u {
  bottom: -50px;
  right: 0;
}
@media screen and (max-width: 1450px) {
  .section__start .letter img {
    max-width: 375px;
  }
}
@media screen and (max-width: 1200px) {
  .section__start .letter img {
    max-width: 370px;
  }
}
@media screen and (max-width: 992px) {
  .section__start .letter img {
    max-width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .section__start .letter img {
    max-width: 200px;
  }
}
.section__start__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 320px;
}
@media screen and (max-width: 1200px) {
  .section__start__box img {
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  .section__start__box img {
    max-width: 270px;
  }
}
.section__start__box .text-combine {
  position: relative;
  margin-top: 20px;
}
.section__start__box .text-combine img {
  position: absolute;
  bottom: -60px;
  right: 50px;
}
@media screen and (max-width: 992px) {
  .section__start__box .text-combine img {
    max-width: 300px;
    bottom: -35px;
    right: 0px;
  }
}
.section__start__box .text-combine p {
  text-align: center;
  font-size: 38px;
  color: #3A79F3;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 300;
  line-height: 57px;
  max-width: 680px;
}
@media screen and (max-width: 1200px) {
  .section__start__box .text-combine p {
    font-size: 26px;
    line-height: 42px;
  }
}
@media screen and (max-width: 992px) {
  .section__start__box .text-combine p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}
.section__marketing {
  padding: 150px 0;
  background-image: url("../images/background/bg-letter-1.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.section__marketing__header {
  text-align: center;
}
.section__marketing__header .inside__header {
  position: relative;
  display: inline-block;
}
.section__marketing__header .inside__header h1 {
  color: #3A79F3;
  font-size: 65px;
  font-weight: 700;
  line-height: 110px;
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .section__marketing__header .inside__header h1 {
    font-size: 38px;
    line-height: 55px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .section__marketing__header .inside__header h1 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 70px;
  }
}
.section__marketing__header .inside__header img {
  position: absolute;
  top: 13px;
  right: 27%;
  max-width: 300px;
}
@media screen and (max-width: 992px) {
  .section__marketing__header .inside__header img {
    top: 5px;
    width: 175px;
  }
}
@media screen and (max-width: 576px) {
  .section__marketing__header .inside__header img {
    top: 2px;
    width: 120px;
  }
}
.section__marketing .marketing__box__info {
  padding: 51px 25px;
  background: #3A79F3;
  box-shadow: 0px 19px 46.5px 0px rgba(0, 0, 0, 0.32);
}
.section__marketing .marketing__box__info li {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  line-height: 64px;
  padding: 15px 0;
}
@media screen and (max-width: 992px) {
  .section__marketing .marketing__box__info li {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .section__marketing .marketing__box__info li {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .section__marketing {
    padding: 110px 0;
  }
}
.section__need {
  padding: 50px 0;
}
.section__need__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .section__need__wrapper {
    justify-content: center;
  }
}
.section__need__text {
  width: 50%;
  min-width: 550px;
  padding-right: 80px;
}
.section__need__text h1 {
  color: #252525;
  font-size: 58px;
  font-weight: 600;
  line-height: 71px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .section__need__text h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }
}
.section__need__text p {
  color: #252525;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
}
@media screen and (max-width: 992px) {
  .section__need__text p {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .section__need__text {
    width: 100%;
    margin-bottom: 60px;
    padding: unset;
  }
}
@media screen and (max-width: 576px) {
  .section__need__text {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.section__need__image {
  display: flex;
  margin-top: 30px;
  width: 43%;
  min-width: 550px;
}
.section__need__image img,
.section__need__image video {
  width: 50%;
  border-radius: 45px;
  max-height: 600px;
}
.section__need__image img:first-child,
.section__need__image video:first-child {
  margin-top: 200px;
}
@media screen and (max-width: 576px) {
  .section__need__image img:first-child,
  .section__need__image video:first-child {
    margin-top: 100px;
  }
}
.section__need__image img:last-child,
.section__need__image video:last-child {
  margin-bottom: 200px;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .section__need__image img:last-child,
  .section__need__image video:last-child {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  .section__need__image img,
  .section__need__image video {
    border-radius: unset;
  }
}
@media screen and (max-width: 992px) {
  .section__need__image {
    min-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .section__need {
    padding: 70px 0;
  }
}
.section__partners {
  padding: 120px 0;
}
.section__partners__header {
  text-align: center;
  padding: 70px 12px 90px 12px;
  background-color: #3A79F3;
  box-shadow: 0px 19px 46.5px 0px rgba(0, 0, 0, 0.32);
}
.section__partners__header .inside__header {
  position: relative;
  display: inline-block;
}
.section__partners__header .inside__header h1 {
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  line-height: 84px;
}
@media screen and (max-width: 992px) {
  .section__partners__header .inside__header h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  .section__partners__header .inside__header h1 {
    font-size: 26px;
    line-height: 38px;
  }
}
.section__partners__header .inside__header img {
  position: absolute;
  right: 0px;
  bottom: -60px;
}
@media screen and (max-width: 992px) {
  .section__partners__header .inside__header img {
    max-width: 260px;
    right: -15px;
    bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .section__partners__header .inside__header img {
    max-width: 260px;
    right: -15px;
    bottom: -40px;
  }
}
@media screen and (max-width: 576px) {
  .section__partners__header .inside__header img {
    right: 10px;
  }
}
.section__partners__logos {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  padding: 110px 20px !important;
}
.section__partners__logos .logo__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 300px;
}
@media screen and (max-width: 992px) {
  .section__partners__logos .logo__item {
    flex: 1 1 150px;
  }
}
.section__partners__logos .logo__item img {
  height: 200px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .section__partners__logos .logo__item img {
    height: 120px;
    max-width: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 576px) {
  .section__partners__logos {
    padding: 70px 0;
  }
}
.section__partners .partners__footer {
  margin: 0 auto;
  color: #252525;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}
@media screen and (max-width: 576px) {
  .section__partners .partners__footer {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .section__partners {
    padding: 70px 0;
  }
}
.section__problem__solve {
  overflow: hidden;
}
.section__problem__solve__header {
  text-align: center;
  padding: 70px 0;
  background-color: #3A79F3;
}
.section__problem__solve__header h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}
@media screen and (max-width: 992px) {
  .section__problem__solve__header h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  .section__problem__solve__header h1 {
    font-size: 22px;
    line-height: 22px;
  }
}
.section__problem__solve__body {
  padding: 120px 20px !important;
  display: flex;
  gap: 66px;
  flex-wrap: wrap;
}
.section__problem__solve__body .card__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1 1 420px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  background-color: #3A79F3;
  border-radius: 31px;
  padding: 40px 15px;
  box-shadow: 0px 10px 17.3px 0px rgba(0, 0, 0, 0.18);
  margin-bottom: 51px;
}
.section__problem__solve__body .card__item span {
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translate(-50%, -10px);
  color: #252525;
  background-color: #f3e439;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 992px) {
  .section__problem__solve__body .card__item {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 576px) {
  .section__problem__solve__body .card__item {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    border-radius: 12px;
  }
}
.section__request__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 75px 0;
  background-color: #f6f6f6;
  color: #252525;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 80px;
}
.section__request__header span {
  color: #3A79F3;
}
.section__request__header p {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 43px;
  padding: 25px 40px;
  border-radius: 31px;
  margin-top: 30px;
  background-color: #3A79F3;
  box-shadow: 0px 10px 17.3px 0px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 992px) {
  .section__request__header p {
    font-size: 19px;
    line-height: 22px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 576px) {
  .section__request__header p {
    border-radius: 20px;
  }
}
@media screen and (max-width: 992px) {
  .section__request__header {
    font-size: 28px;
    line-height: 28px;
    padding: 75px 0 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .section__request__header {
    padding: 75px 20px 50px 20px;
  }
}
.section__request__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .section__request__body img {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.section__request__body p {
  color: #252525;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 32px;
}
.section__request__body p:last-child {
  margin: 45px 0;
}
@media screen and (max-width: 992px) {
  .section__request__body p {
    font-size: 20px;
    line-height: 20px;
  }
}
.section__benefit {
  position: relative;
  margin: 110px 0;
}
.section__benefit__header h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  line-height: 87px;
  padding: 70px 0;
  text-align: center;
  background-color: #3A79F3;
}
@media screen and (max-width: 992px) {
  .section__benefit__header h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .section__benefit__header h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
.section__benefit .rocket__wrapper {
  position: absolute;
  top: 210px;
  left: 0;
}
@media screen and (min-width: 1500px) and (max-width: 1700px) {
  .section__benefit .rocket__wrapper img {
    max-width: 450px;
  }
}
@media screen and (max-width: 1500px) {
  .section__benefit .rocket__wrapper img {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .section__benefit .rocket__wrapper img {
    max-width: 300px;
  }
}
@media screen and (max-width: 992px) {
  .section__benefit .rocket__wrapper img {
    max-width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .section__benefit .rocket__wrapper {
    top: unset;
  }
}
@media screen and (max-width: 992px) {
  .section__benefit .rocket__wrapper {
    top: -120px;
    transform: rotate(8deg);
  }
}
.section__benefit__body {
  display: flex;
  justify-content: end;
  align-items: center;
}
.section__benefit__body ul {
  padding: 200px 0 100px 0;
  max-width: 750px;
}
.section__benefit__body ul li {
  color: #252525;
  font-size: 31px;
  font-weight: 400;
  line-height: 48px;
  padding: 10px 0;
}
@media screen and (max-width: 992px) {
  .section__benefit__body ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .section__benefit__body ul {
    padding: 50px 0 50px 20px;
    max-width: 550px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .section__benefit__body {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .section__benefit {
    margin-bottom: unset;
  }
}
.section__improving__header {
  padding: 70px 0;
  text-align: center;
  box-shadow: 0px 7px 18.4px 0px rgba(0, 0, 0, 0.35);
  background-color: #3A79F3;
}
.section__improving__header h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  line-height: 46px;
}
@media screen and (max-width: 992px) {
  .section__improving__header h1 {
    font-size: 46px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  .section__improving__header h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
.section__improving__body {
  padding: 150px 0;
  background-attachment: fixed;
  background-image: url(../images/background/bg-letter-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section__improving__body .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .section__improving__body .container {
    justify-content: center;
  }
}
.section__improving__body .text {
  max-width: 50%;
  min-width: 550px;
}
.section__improving__body .text__header .improving__element__1 {
  position: relative;
  display: inline-block;
  height: 150px;
}
@media screen and (max-width: 992px) {
  .section__improving__body .text__header .improving__element__1 {
    height: unset;
  }
}
.section__improving__body .text__header .improving__element__3 {
  position: relative;
}
.section__improving__body .text__header img {
  position: absolute;
  bottom: 20px;
  left: -5px;
}
@media screen and (max-width: 576px) {
  .section__improving__body .text__header {
    text-align: center;
  }
}
.section__improving__body .text__footer {
  margin-top: 120px;
}
.section__improving__body .text__footer h1 {
  color: #252525;
  font-size: 26px;
  font-weight: 300;
  line-height: 31px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .section__improving__body .text__footer h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section__improving__body .text__footer h1 {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
  }
}
.section__improving__body .text__footer li {
  color: #252525;
  font-size: 26px;
  font-weight: 300;
  line-height: 31px;
  padding: 10px 0;
}
@media screen and (max-width: 992px) {
  .section__improving__body .text__footer li {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 992px) {
  .section__improving__body .text__footer {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section__improving__body .text__footer ul {
    padding-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .section__improving__body .text {
    min-width: 100%;
    margin-bottom: 60px;
  }
}
.section__improving__body .images {
  display: flex;
  gap: 20px;
  max-width: 50%;
  justify-content: center;
  min-width: 550px;
}
@media screen and (max-width: 992px) {
  .section__improving__body .images {
    min-width: 100%;
    gap: unset;
  }
}
.section__improving__body .images video {
  max-width: 50%;
  border-radius: 45px;
  max-height: 650px;
}
@media screen and (max-width: 992px) {
  .section__improving__body .images video {
    border-radius: unset;
  }
}
@media screen and (max-width: 1200px) {
  .section__improving__body {
    padding: 110px 0;
  }
}
@media screen and (max-width: 992px) {
  .section__improving__body {
    padding: 70px 0;
  }
}
.section__integration {
  padding: 120px 0;
}
.section__integration__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .section__integration__header {
    align-items: center;
    text-align: center;
  }
}
.section__integration__body {
  margin-top: 120px;
}
.section__integration__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .section__integration__body img {
    max-height: 550px;
  }
}
@media screen and (max-width: 576px) {
  .section__integration__body {
    margin-top: 70px;
  }
}
@media screen and (max-width: 992px) {
  .section__integration {
    padding: 70px 0;
  }
}
.section__notification {
  padding: 190px 0;
  background-image: url("../images//background/hazircavab-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section__notification .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .section__notification .container {
    justify-content: center;
  }
}
.section__notification__header {
  max-width: 50%;
  min-width: 550px;
}
.section__notification__header .main__title span {
  position: relative;
}
.section__notification__header .main__title span img {
  position: absolute;
  right: -15px;
  bottom: 7px;
  width: 245px;
}
@media screen and (max-width: 992px) {
  .section__notification__header {
    min-width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
}
.section__notification__body {
  max-width: 50%;
  min-width: 550px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.section__notification__body img {
  width: 50%;
  max-height: 650px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section__notification__body video {
  width: 50%;
  transform: rotate(354deg);
  max-width: 42%;
  border-radius: 45px;
  max-height: 650px;
}
@media screen and (max-width: 992px) {
  .section__notification__body video {
    border-radius: unset;
  }
}
@media screen and (max-width: 992px) {
  .section__notification__body {
    min-width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .section__notification {
    padding: 70px 0;
  }
}
.section__message {
  position: relative;
  padding: 150px 0;
}
.section__message .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .section__message__header {
    text-align: center;
  }
}
.section__message__body {
  position: absolute;
  right: 0;
  max-width: 900px;
}
.section__message__body img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .section__message__body img {
    max-height: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .section__message__body {
    top: 300px;
    max-width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .section__message__body {
    max-width: 300px;
  }
}
@media screen and (max-width: 992px) {
  .section__message {
    padding: 70px 0;
  }
}
.section__ready__game {
  padding-top: 250px;
}
.section__ready__game .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .section__ready__game .container {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .section__ready__game .container .table-wrapper img {
    width: 100%;
  }
}
.section__ready__game .left {
  position: relative;
  width: 50%;
  min-width: 550px;
}
.section__ready__game .left p {
  margin: 30px 0;
}
@media screen and (max-width: 992px) {
  .section__ready__game .left {
    text-align: center;
    min-width: 100%;
    margin-bottom: 50px;
  }
}
.section__ready__game .right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  min-width: 550px;
  margin-top: 100px;
}
.section__ready__game .right img {
  max-width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 650px;
}
.section__ready__game .right img:first-child {
  margin-top: -100px;
}
.section__ready__game .right img:last-child {
  margin-bottom: -100px;
}
@media screen and (max-width: 992px) {
  .section__ready__game .right {
    min-width: 100%;
    margin-bottom: 60px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .section__ready__game {
    margin-top: 500px;
  }
}
@media screen and (max-width: 576px) {
  .section__ready__game {
    margin-top: 150px;
  }
}
.section__ready__game .bell__wrapper img {
  max-height: 450px;
}
@media screen and (max-width: 1200px) {
  .section__ready__game .bell__wrapper img {
    max-width: 300px;
    max-height: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .section__ready__game .bell__wrapper img {
    width: 100%;
    max-height: 250px;
  }
}
.section__ready__number {
  background-attachment: fixed;
  background-image: url(../images/background/bg-letter-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section__ready__number .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section__ready__number .container .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  min-width: 550px;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .section__ready__number .container .left {
    text-align: center;
    min-width: 100%;
    align-items: unset;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.section__ready__number .container .left p {
  margin: 20px 0;
}
.section__ready__number .container .left .calculater-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 450px;
}
@media screen and (max-width: 1200px) {
  .section__ready__number .container .left .calculater-wrapper {
    max-width: 300px;
    margin: 0 auto;
  }
}
.section__ready__number .container .right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  min-width: 550px;
  min-height: 100%;
  border-radius: 51px;
  background-color: #3A79F3;
}
.section__ready__number .container .right img {
  position: absolute;
  left: -120px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .section__ready__number .container .right img {
    position: unset;
  }
}
@media screen and (max-width: 1200px) {
  .section__ready__number .container .right {
    text-align: center;
    padding: 50px;
  }
}
@media screen and (max-width: 992px) {
  .section__ready__number .container .right {
    margin-top: 40px;
    border-radius: 30px;
    min-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section__ready__number .container .right {
    padding: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .section__ready__number .container {
    justify-content: center;
  }
}
.section__funds {
  padding: 150px 0;
}
.section__funds__header .main__title {
  position: relative;
}
.section__funds__header .main__title img {
  max-height: 650px;
  position: absolute;
  right: 0;
  top: -200px;
}
@media screen and (max-width: 1200px) {
  .section__funds__header .main__title img {
    max-width: 300px;
    top: 220px;
    z-index: 2;
  }
}
@media screen and (max-width: 576px) {
  .section__funds__header .main__title img {
    max-width: 150px;
    top: 270px;
    z-index: 2;
  }
}
.section__funds__header p {
  margin-top: 30px;
}
.section__funds__header p span {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .section__funds__header {
    text-align: center;
  }
}
.section__funds__body {
  position: relative;
  padding: 70px 0;
  background-attachment: fixed;
  background-image: url(../images/background/bg-letter-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3A79F3;
  margin-top: 150px;
  margin-bottom: 50px;
  height: 350px;
}
.section__funds__body .container {
  display: flex;
  justify-content: space-between;
}
.section__funds__body .container h2 {
  color: #fff;
  font-size: 68px;
  font-weight: 600;
  line-height: 96px;
}
@media screen and (max-width: 1200px) {
  .section__funds__body .container h2 {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .section__funds__body .container h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
  }
}
@media screen and (max-width: 576px) {
  .section__funds__body .container h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.section__funds__body .container .wallet_wrapper {
  margin-top: -200px;
}
@media screen and (max-width: 1200px) {
  .section__funds__body .container .wallet_wrapper {
    max-width: 400px;
  }
}
.section__funds__body .container .wallet_wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .section__funds__body .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .section__funds__body {
    margin-top: 100px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px 0;
  }
}
@media screen and (max-width: 992px) {
  .section__funds {
    padding-top: 110px;
    padding-bottom: 0;
  }
}
.section__ready__answer {
  display: flex;
}
.section__ready__answer h1 {
  color: #fff;
  font-size: 96px;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .section__ready__answer h1 {
    font-size: 46px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section__ready__answer h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.section__ready__answer__left {
  padding: 120px 80px;
  width: 50%;
  background-color: #3A79F3;
}
.section__ready__answer__left li {
  color: #fff;
  font-size: 31px;
  font-weight: 400;
  line-height: 112%;
  padding: 25px 50px;
}
@media screen and (max-width: 992px) {
  .section__ready__answer__left li {
    font-size: 28px;
    line-height: 36px;
    padding: 25px;
  }
}
@media screen and (max-width: 576px) {
  .section__ready__answer__left li {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section__ready__answer__left {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section__ready__answer__left {
    padding: 50px 0;
  }
}
.section__ready__answer__right {
  padding: 120px 80px;
  width: 50%;
  background-color: #252525;
}
.section__ready__answer__right h1 {
  color: #f3e439;
}
.section__ready__answer__right li {
  color: #f3e439;
  font-size: 31px;
  font-weight: 400;
  line-height: 112%;
  padding: 25px 50px;
}
@media screen and (max-width: 992px) {
  .section__ready__answer__right li {
    font-size: 28px;
    line-height: 36px;
    padding: 25px;
  }
}
@media screen and (max-width: 576px) {
  .section__ready__answer__right li {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section__ready__answer__right {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section__ready__answer__right {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1200px) {
  .section__ready__answer {
    flex-direction: column;
  }
}
.section__footer {
  padding: 150px 0;
}
.section__footer h1 {
  color: #252525;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 67px;
  margin-bottom: 150px;
}
@media screen and (max-width: 992px) {
  .section__footer h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section__footer h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
}
.section__footer .square-wrapper {
  display: flex;
  justify-content: center;
}
.section__footer .square-wrapper img {
  width: 100%;
  max-width: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .section__footer .square-wrapper img {
    max-width: 200px;
  }
}
.section__footer p {
  margin: 70px auto 0 auto;
  color: #252525;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  max-width: 540px;
}
@media screen and (max-width: 576px) {
  .section__footer p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .section__footer {
    padding: 70px 0;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  padding: 0 20px;
  max-width: 1500px;
  margin: 0 auto;
}

.container-sm {
  padding: 0 20px;
  max-width: 960px;
  margin: 0 auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Kanit";
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Kanit";
  overflow-x: hidden !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-align: inherit;
  text-decoration: none;
  line-height: normal;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #294f9c;
}

::-webkit-scrollbar-thumb {
  background-color: #315db6;
  border-radius: 2px;
}

video,
img,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.main__title {
  color: #252525;
  font-size: 65px;
  font-weight: 600;
  line-height: 75px;
  margin-bottom: 20px;
}

.main__subtitle {
  color: #252525;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
}

@media screen and (max-width: 992px) {
  .main__title {
    font-size: 36px;
    line-height: 46px;
  }
  .main__subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
  }
  .mobile-none {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .main__title {
    font-size: 22px;
    line-height: 28px;
  }
  .main__subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }
}/*# sourceMappingURL=main.css.map */