::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  padding: 0;
}

.scrollContainer {
  width: 100%;
  overflow-x: hidden;
}

.text-section {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-section .text-line {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.text-section .text-line h1 {
  font-size: clamp(24px, 10vw, 60px);
  margin: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.text-section .text-line .before {
  width: 100%;
  height: 100%;
  background-color: red;
  position: absolute;
  left: 0;
  top: 0;
}

.text-section .text-line .after {
  width: 100%;
  height: 100%;
  background-color: #161e97;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-section {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: white;
}

.hero-section__title {
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: sans-serif;
  font-size: 50px;
  text-align: center;
}

.hero-section .mouseDown {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.9em;
  /* CONTROL MOUSE SIZE */
  border: 2px solid black;
  display: block;
  width: 1.7em;
  height: 2.8em;
  border-radius: 0.9em;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}

.hero-section .mouseDown:hover span {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.hero-section .mouseDown span {
  display: block;
  background: black;
  width: 0.2em;
  height: 0.3em;
  margin: 0.7em auto 0;
  border-radius: 0.4em;
}

.hero-section .mouseDown span {
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  will-change: transform;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}

.hero-section__theater-img source,
.hero-section__theater-img img {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  height: 100vh !important;
}

.hero-section .money-drops {
  width: 550px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .money-drops .dollar-1 {
  width: 121px;
}

.hero-section .money-drops .dollar-2 {
  width: 196px;
}

.hero-section .money-drops .dollar-10 {
  width: 247px;
}

.hero-section .money-drops .dollar-20 {
  width: 249px;
}

.hero-section .money-drops .dollar-100 {
  width: 195px;
}

@media screen and (max-width: 768px) {
  .hero-section .money-drops {
    width: 430px;
  }
  .hero-section .money-drops .dollar-1 {
    width: 91px;
  }
  .hero-section .money-drops .dollar-2 {
    width: 156px;
  }
  .hero-section .money-drops .dollar-10 {
    width: 187px;
  }
  .hero-section .money-drops .dollar-20 {
    width: 189px;
  }
  .hero-section .money-drops .dollar-100 {
    width: 135px;
  }
}

@media screen and (max-width: 450px) {
  .hero-section .money-drops {
    width: 90%;
    left: 57%;
  }
  .hero-section .money-drops .dollar-1 {
    width: 71px;
  }
  .hero-section .money-drops .dollar-2 {
    width: 126px;
  }
  .hero-section .money-drops .dollar-10 {
    width: 137px;
  }
  .hero-section .money-drops .dollar-20 {
    width: 139px;
  }
  .hero-section .money-drops .dollar-100 {
    width: 100px;
  }
}

.hero-clouds {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 11;
}

.hero-clouds .cloud {
  z-index: 11;
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-clouds .cloud-1 {
  top: -20%;
  left: -20%;
}

.hero-clouds .cloud-2 {
  top: 0%;
  left: 0%;
}

.hero-clouds .cloud-3 {
  top: 10%;
  left: 10%;
}

.hero-clouds .cloud-4 {
  top: -30%;
  left: 30%;
}

.hero-clouds .cloud-5 {
  top: -20%;
  left: 20%;
}

.hero-clouds .cloud-6 {
  top: -20%;
  left: 20%;
}

.hero-clouds .cloud-7 {
  top: 10%;
  left: 60%;
}

.hero-clouds .cloud-8 {
  top: 20%;
  left: -20%;
}

.hero-clouds .cloud-9 {
  top: 30%;
  left: 40%;
}

.hero-clouds .cloud-10 {
  bottom: -30%;
  left: -40%;
}

.old-city {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.old-city__front {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../assets/Images/city-old/old-city-front.png);
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.old-city__back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../assets/Images/city-old/old-city-back.png);
  background-size: cover;
  background-position: center center;
}

.briefcase {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.briefcase img {
  max-width: 90%;
}

.man-briefcase {
  height: 100vh;
}

.man-briefcase-img {
  max-height: 100vh;
  position: relative;
  left: 57%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
}

.man-briefcase-img img {
  height: 100vh;
  max-width: 90%;
}

.man-briefcase .green-dollars {
  position: absolute;
  bottom: 50px;
  left: -60px;
  width: 300px;
}

.man-briefcase .green-dollars .dollar-size-1 {
  width: 65px;
  height: auto;
  padding: 10px;
}

.man-briefcase .green-dollars .dollar-size-2 {
  width: 80px;
  height: auto;
}

.man-briefcase .green-dollars .dollar-1 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.man-briefcase .green-dollars .dollar-2 {
  -webkit-transform: rotate(190deg);
          transform: rotate(190deg);
}

.man-briefcase .green-dollars .dollar-3 {
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}

.man-briefcase .green-dollars .dollar-4 {
  -webkit-transform: rotate(20eg);
          transform: rotate(20eg);
}

.man-briefcase .green-dollars .dollar-5 {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

.man-briefcase .green-dollars .dollar-6 {
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
}

.plane-sections {
  width: 100%;
  position: relative;
}

.plane-sections .bg-plane {
  position: absolute;
  z-index: -1;
  top: 150px;
  left: -260px;
  width: 260px;
}

.airport-plane {
  height: 100vh;
  width: 100%;
}

.airport-plane-img {
  height: 100%;
  min-width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.plane-runway {
  z-index: 100;
  height: 100vh;
  min-width: 100% !important;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.plane-runway .runway {
  height: 100%;
  min-width: 100% !important;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.plane-runway #planeFrontImg {
  width: 778px;
  width: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .plane-runway .plane {
    top: 70px;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .plane-runway .plane {
    top: 100px;
    width: 200px;
  }
}

.plane-inclouds {
  background-image: url(../assets/Images/sky-with-clouds.png);
  background-size: cover;
  position: center;
  position: relative;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  overflow: hidden;
}

.plane-inclouds .plane-side {
  position: absolute;
  top: 10%;
  left: -200px;
  width: 200px;
}

@media screen and (max-width: 1200px) {
  .plane-inclouds .plane-side {
    left: -170px;
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .plane-inclouds .plane-side {
    left: -150px;
    width: 150px;
  }
}

.plane-inclouds .cloud {
  position: absolute;
  bottom: -219px;
  z-index: 100;
}

.plane-inclouds .cloud-1 {
  width: 300px;
  right: 0;
}

.plane-inclouds .cloud-2 {
  width: 350px;
  right: 10%;
}

.plane-inclouds .cloud-3 {
  width: 330px;
  right: 20%;
}

.plane-inclouds .cloud-4 {
  width: 400px;
  right: 0;
}

.plane-inclouds .cloud-5 {
  width: 300px;
  left: 20%;
}

.plane-inclouds .cloud-6 {
  width: 400px;
  right: 30%;
}

.city-1 {
  position: relative;
  height: 100vh;
}

.city-1 .front,
.city-1 .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.city-1 .front {
  z-index: 1;
  background-image: url("../assets/Images/city-1/front-01.png");
  background-size: cover;
  background-position: center;
}

.city-1 .back {
  background-image: url("../assets/Images/city-1/back-1-01.png");
  background-size: cover;
  background-position: center;
}

.money-explosion {
  margin-top: 70vh;
  position: relative;
  height: 100vh;
  width: 100%;
}

.money-explosion img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 85%;
}

.money-explosion .money-pile {
  width: 350px;
}

.money-explosion .part-1 {
  width: 200px !important;
}

.money-explosion .part-2 {
  width: 250px !important;
}

.money-explosion .part-3 {
  width: 300px !important;
}

.money-explosion .part-4 {
  width: 380px !important;
}

.money-explosion .part-5 {
  width: 400px !important;
}

.money-explosion .part-6 {
  width: 450px !important;
}

.money-explosion .part-7 {
  width: 500px !important;
}

.money-explosion .part-8 {
  width: 550px !important;
}

.money-explosion .token-intro {
  width: 100%;
}

.money-explosion .token-intro .coins {
  -webkit-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
}

.money-explosion .token-intro .logo-alt {
  width: 36vw;
  max-width: 50vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.particle {
  position: relative;
  margin-top: 100vh;
  width: 100%;
  height: 100vh;
}

.particle:first-child {
  display: none;
}

.particle #particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.coins-dropping {
  margin-top: 100vh;
  position: relative;
  height: 70vh;
  width: 100%;
}

.coins-dropping img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.coins-dropping .coins-img-front {
  z-index: 10;
}

.coins-dropping .coins-img-back {
  z-index: -10;
}

.mobile-charts {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 1000px) {
  .mobile-charts {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.mobile-charts .mobile {
  position: relative;
}

.mobile-charts-mobile {
  width: 90%;
}

.mobile-charts .coins-group {
  position: absolute;
  right: 60%;
  top: 60%;
}

.mobile-charts .coins-group .coin {
  position: absolute;
  width: 120px;
}

.mobile-charts .coins-group .coin-1 {
  top: -70px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.mobile-charts .coins-group .coin-2 {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.mobile-charts .coins-group .coin-3 {
  top: -70px;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

.mobile-charts .coins-group .coin-4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-charts .coins-group .coin-5 {
  top: -70px;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.mobile-charts .coins-group .coin-6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.mobile-charts .chart .clock {
  margin-bottom: 50px;
  width: 150px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mobile-charts .chart .laptop {
  width: 500px;
  max-width: 95%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cash-back {
  margin-bottom: 200px;
  position: relative;
  width: 100%;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
      grid-template-columns: 60% 40%;
}

@media screen and (max-width: 450px) {
  .cash-back {
    margin-top: 300px;
  }
}

.cash-back .mobile {
  position: relative;
}

.cash-back .mobile__img {
  width: 90%;
  max-width: 500px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cash-back .mobile .coin-stack-1 {
  width: 10%;
  position: absolute;
  bottom: 1%;
  left: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cash-back .mobile .coin-stack-1 img {
  position: relative;
  width: 100%;
}

.cash-back .mobile .coin-stack-1 .coin-1 {
  position: relative;
  left: 15px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.cash-back .mobile .coin-stack-2 {
  width: 10%;
  position: absolute;
  bottom: 1%;
  left: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cash-back .mobile .coin-stack-2 img {
  position: relative;
  width: 100%;
}

.cash-back .mobile .coin-stack-3 {
  width: 10%;
  position: absolute;
  bottom: 1%;
  left: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cash-back .mobile .coin-stack-3 img {
  position: relative;
  width: 100%;
}

.cash-back .father {
  position: relative;
}

.cash-back .father img {
  width: 100%;
  max-width: 500px;
  position: absolute;
  left: -30%;
  bottom: 5%;
}

.cash-back .coins-transfer {
  position: absolute;
  left: 26%;
  bottom: 27%;
  width: 10%;
}

.cash-back .coins-transfer-coin {
  width: 100%;
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .cash-back {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .cash-back .father img {
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.barber {
  margin-top: 100vh;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.barber img {
  width: 100%;
}

.wyn-here {
  margin-top: 100vh;
  padding-top: 100px;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .wyn-here {
    padding-top: 0;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.wyn-here .mobile-img {
  height: 600px;
}

@media screen and (max-width: 1000px) {
  .wyn-here .mobile-img {
    height: 400px;
  }
}

.wyn-here .guy-mobile {
  position: relative;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.wyn-here .guy-mobile .coins-move-group {
  position: absolute;
  top: -70px;
  left: 70%;
}

.wyn-here .guy-mobile .coins-move-group img {
  position: absolute;
  width: 100px;
}

@media screen and (max-width: 1000px) {
  .wyn-here .guy-mobile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  .wyn-here .guy-mobile .coins-move-group {
    top: 90%;
    left: 45%;
  }
}

@media screen and (max-width: 420px) {
  .wyn-here .guy-mobile .mobile-img {
    height: auto;
    width: 80%;
    position: relative;
    left: -10%;
  }
}

.wyn-here .girl-mobile {
  padding-left: 50px;
  position: relative;
}

.wyn-here .girl-mobile .inner {
  position: relative;
}

.wyn-here .girl-mobile .wyn-coins-stack {
  position: absolute;
  left: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5%;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wyn-here .girl-mobile .wyn-coins-stack img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .wyn-here .girl-mobile .wyn-coins-stack {
    left: 30%;
  }
}

@media screen and (max-width: 420px) {
  .wyn-here .girl-mobile .wyn-coins-stack {
    left: 37%;
  }
}

@media screen and (max-width: 1000px) {
  .wyn-here .girl-mobile {
    padding-left: 100px;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 420px) {
  .wyn-here .girl-mobile {
    padding-left: 0;
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wyn-here .girl-with-mobile {
  height: 550px;
}

@media screen and (max-width: 1000px) {
  .wyn-here .girl-with-mobile {
    height: 370px;
  }
}

@media screen and (max-width: 420px) {
  .wyn-here .girl-with-mobile {
    height: auto;
    width: 85%;
    position: relative;
    left: 15%;
  }
}

.community {
  margin-top: 70vh;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.community img {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer {
  margin-top: 200px;
  min-height: 100vh;
  padding: 0px 50px;
}

.footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1200px) {
  .footer__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .footer__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__text {
    margin-top: 70px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 450px) {
  .footer {
    padding: 0px 7px;
  }
}

.footer .title-container {
  position: relative;
}

.footer__title {
  font-size: 60px;
  text-align: center;
  font-family: sans-serif;
}

.footer__title span {
  color: green;
}

.footer__title-bg {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 65px;
  white-space: nowrap;
  font-family: sans-serif;
  z-index: -10;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 40px;
  }
  .footer__title-bg {
    top: -55px;
    font-size: 45px;
  }
}

@media screen and (max-width: 550px) {
  .footer__title {
    font-size: 30px;
  }
  .footer__title-bg {
    top: -45px;
    font-size: 35px;
  }
}

@media screen and (max-width: 375px) {
  .footer__title {
    font-size: 25px;
  }
  .footer__title-bg {
    top: -35px;
    font-size: 30px;
  }
}

.footer__desc {
  text-align: center;
  font-size: 24px;
  font-family: sans-serif;
}

.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__available {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
}

@media screen and (max-width: 570px) {
  .footer__available {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 50px;
    margin-bottom: 100px;
  }
}

.footer__available .platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__available .available-at {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #060f0a;
  color: white;
  border-radius: 14px;
  padding: 7px 15px;
  cursor: pointer;
}

.footer__available .available-at h1,
.footer__available .available-at h3 {
  margin: 4px;
  text-align: center;
}

.footer__available .available-at .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.footer__available .available-at .img .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
}

.footer__available .playstore {
  margin-top: 15px;
}

.footer__available .playstore .img .circle {
  background-color: #189202;
}

.footer__available .qr-code {
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__available .qr-code img {
  width: 200px;
}

.footer__img img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */