.ready-to-launch-section {
  padding: 50px 100px;
  text-align: center;
  position: relative;
}

.ready-to-launch-section .background-image {
  width: 100%;
  mix-blend-mode: screen;
  height: 100%;
  margin: 0 auto;
}

.ready-to-launch-section .top-title {
  position: absolute;
  color: #ffffff;
  top: 85px;
  right: 0;

  left: 0;

  font-size: 18px;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1.8px;
}

.ready-to-launch-section .content-wrapper {
  text-align: center;
  padding: 30px;
  width: 100%;
  height: 100%;
  position: absolute;

  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ready-to-launch-section .content-wrapper .main-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
}

.ready-to-launch-section .content-wrapper .main-heading .sub-title {
  letter-spacing: 10px;
  font-weight: 500;
  font-size: 40px;
  font-family: "Orbitron", sans-serif;
}

.ready-to-launch-section .content-wrapper .buttom-section {
  margin-top: 50px;
}

.ready-to-launch-section .content-wrapper .buttom-section .game-idea {
  color: #aba4a4;
  font-size: 20px;
  width: 54%;
  line-height: 1.2;
  margin: auto;
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ready-to-launch-section {
    padding: 50px;
  }

  .ready-to-launch-section .content-wrapper .main-heading {
    font-size: 48px;
  }

  .ready-to-launch-section .content-wrapper .main-heading .sub-title {
    letter-spacing: 7px;
    font-size: 35px;
  }

  .ready-to-launch-section .content-wrapper .buttom-section .game-idea {
    font-size: 18px;
    width: 58%;
  }

  .ready-to-launch-section .content-wrapper .buttom-section {
    margin-top: 30px;
  }

  .ready-to-launch-section .top-title {
    top: 75px;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ready-to-launch-section {
    padding: 50px 0px;
  }

  .ready-to-launch-section .content-wrapper .buttom-section .game-idea {
    font-size: 16px;
    width: 72%;
  }

  .ready-to-launch-section .content-wrapper .main-heading {
    font-size: 35px;
  }

  .ready-to-launch-section .content-wrapper .main-heading .sub-title {
    letter-spacing: 5px;
    font-size: 30px;
  }
  .ready-to-launch-section .top-title {
    top: 70px;
    font-size: 13px;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .ready-to-launch-section {
    padding: 40px 0px;
  }

  .ready-to-launch-section .content-wrapper .main-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
  }

  .ready-to-launch-section .content-wrapper .main-heading .sub-title {
    letter-spacing: 6px;
    font-size: 22px;
  }

  .ready-to-launch-section .content-wrapper .buttom-section .game-idea {
    font-size: 13px;
    width: 72%;
    margin-bottom: 15px;
  }

  .ready-to-launch-section .content-wrapper .buttom-section {
    margin-top: 25px;
  }
  .ready-to-launch-section .top-title {
    top: 56px;
    font-size: 9px;
  }
}

@media (min-width: 426px) and (max-width: 576.98px) {
  .ready-to-launch-section {
    padding: 30px 0;
  }

  .ready-to-launch-section .content-wrapper .main-heading {
    font-weight: 600;
    font-size: 28px;
  }

  .ready-to-launch-section .content-wrapper .main-heading .sub-title {
    letter-spacing: 5px;
    font-size: 17px;
  }

  .ready-to-launch-section .content-wrapper .buttom-section .game-idea {
    font-size: 13px;
    width: 75%;
    margin-bottom: 15px;
  }

  .ready-to-launch-section .content-wrapper .buttom-section {
    margin-top: 11px;
  }

  .ready-to-launch-section .top-title {
    top: 45px;
    font-size: 8px;
    letter-spacing: 0.8px;
  }
}

@media (min-width: 0px) and (max-width: 425.98px) {
  .ready-to-launch-section {
    padding: 30px 0;
  }

  .ready-to-launch-section .content-wrapper .main-heading {
    font-weight: 600;
    font-size: 21px;
  }

  .ready-to-launch-section .content-wrapper .main-heading .sub-title {
    letter-spacing: 4px;

    font-size: 13px;
  }

  .ready-to-launch-section .content-wrapper .buttom-section .game-idea {
    font-size: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .ready-to-launch-section .content-wrapper .buttom-section {
    margin-top: 10px;
  }

  .ready-to-launch-section .top-title {
    top: 42px;

    font-size: 6px;
    letter-spacing: 0.8px;
  }
}
