#hero {
  padding: 102px 0 124px;
  background-size: cover;
  background-color: #4e23d5;
  overflow: hidden;
  position: relative;
}
#hero::before {
  content: "";
  position: absolute;
  background: url(../images/hero-planet-1.png);
  width: 434px;
  height: 302px;
  right: 0;
  bottom: 0;
  z-index: 9;
  mix-blend-mode: luminosity;
}
#hero::after {
  content: "";
  position: absolute;
  background: url(../images/hero-planet-2.png);
  width: 207px;
  height: 267px;
  right: 0;
  top: 0;
  z-index: 9;
  mix-blend-mode: luminosity;
}
.hero-section-wrapper {
  position: relative;
}
.hero-section-wrapper::before {
  content: "";
  position: absolute;
  background: url(../images/hero-planet-3.png);
  width: 178px;
  height: 159px;
  left: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  z-index: 1;
}
.hero-wrapper {
  position: relative;
  z-index: 9;
}
.hero-wrapper p {
  max-width: 480px;
  margin: 11px 0 28px;
}
.hero-img-wrap {
  position: relative;
}
.hero-img-wrap::before {
  content: "";
  position: absolute;
  background: url(../images/circle.svg);
  width: 953px;
  height: 952px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-img-wrap img {
  position: relative;
  z-index: 9;
}

#reviews {
  background: #25105e;
  padding: 101px 0 92px;
}
.reviews-wrapper {
  margin-top: 25px;
}
.review-single {
  background: #1e0d49;
  border-radius: 10px;
  padding: 28px 30px;
  display: flex;
  margin-bottom: 12px;
}
.review-single__rating {
  flex-basis: 170px;
  max-width: 170px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.review-single__rating img {
  width: 120px;
}
.review-single__text {
  flex: 1;
  padding-right: 25px;
}
.review-single__text p {
  max-width: 871px;
  margin-bottom: 0;
}
/* players */
#players {
  background-color: #25105e;
  padding: 67px 0;
}
#players h2 {
  max-width: 412px;
}
.players-text p {
  max-width: 512px;
}
.players-text {
  position: relative;
}
.players-text::before {
  content: "";
  background-image: url(../images/coins.png);
  position: absolute;
  height: 194px;
  width: 147px;
  top: -40px;
  right: -80px;
}
/* bonuses */
#bonuses {
  padding: 121px 0;
}
.crashino-bonuses {
  padding-left: 70px;
}
.crashino-bonuses p {
  margin-top: 19px;
  margin-bottom: 22px;
  max-width: 474px;
}
.crashino-bonuses ul {
  padding-left: 0;
}
.checkmark-list li {
  margin-bottom: 20px;
  list-style: none;
  padding-left: 23px;
  position: relative;
}
.checkmark-list li::before {
  content: url(../images/checkmark.svg);
  position: absolute;
  top: 0;
  left: 0px;
}
/* promotions */
.section-4-box-grid {
  background-color: #25105e;
  padding: 88px 0 70px;
}
.section-4-box-grid .row {
  padding-bottom: 28px;
}
.box-4-all h3 {
  margin: 26px 0 12px;
}
.vip-club p,
.wednesday-suprise p {
  max-width: 327px;
}
.friday-fun p {
  max-width: 334px;
}
.promotions-text {
  max-width: 502px;
}
/* high-rollers */
#high-rollers {
  padding: 80px 0 60px;
  position: relative;
  background-color: #4e23d5;
}
.high-rollers-text {
  max-width: 521px;
  position: relative;
}
#high-rollers::before {
  content: "";
  position: absolute;
  background-image: url(../images/rocket-img.png);
  width: 305px;
  height: 238px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  margin-left: -120px;
}
/* why choose */
#why_join {
  padding: 132px 0 90px;
  position: relative;
}
.why-chose-text h2 {
  margin-bottom: 21px;
}
.why-chose-text p {
  max-width: 416px;
}
.why-choose-list {
  max-width: 474px;
}
#why_join::before {
  content: "";
  background-image: url(../images/why-planet.png);
  position: absolute;
  width: 343px;
  height: 177px;
  bottom: 0;
  left: calc((100vw - 1240px) / 2);
  mix-blend-mode: luminosity;
  margin-left: 40px;
}
/* games */
#games {
  background-color: #25105e;
  padding: 105px 0 97px;
}
.games-box {
  background-color: #1e0d49;
  border-radius: 20px;
  padding: 26px 12px 31px 22px;
  height: 100%;
}
.games-box p {
  margin-bottom: 0;
}
.games-box h3 {
  margin: 27px 0 8px;
}
.games-text,
.games-heading {
  max-width: 502px;
  margin-bottom: 53px;
}
.paragraf-small p {
  max-width: 214px;
}
/* top providers */
#top_providers {
  background-color: transparent !important;
}
#top_providers .promotions-text p {
  max-width: 376px;
}
#top_providers .box-4-all p {
  max-width: 335px;
}
/* info */
.info-row-wrapper {
  margin-bottom: 66px;
}
#info-section {
  padding: 120px 0 50px;
}
.info-single-text {
  max-width: 436px;
}
.info-single-text h2 {
  margin-bottom: 18px;
}
#telegram {
  background-color: #25105e;
  padding: 76px 0 109px;
}
.telegram-heading {
  text-align: center;
  margin-bottom: 30px;
}
.telegram-heading p {
  max-width: 424px;
  margin: 26px auto 0;
}
.telegram-col {
  background: #1e0d49;
  height: 100%;
  padding: 63px 40px 55px;
  border-radius: 15px;
}
.telegram-col h3 {
  margin-bottom: 30px;
}
.telegram-col p {
  margin-bottom: 0;
  max-width: 446px;
}
.telegram-list-single {
  margin-bottom: 15px;
}
.telegram-list-single span {
  font-size: 20px;
  margin-right: 14px;
  min-width: 27px;
  display: inline-block;
  font-weight: 600;
  color: #ff5bdf;
}
.telegram-col-pink {
  background-color: #ff5bdf;
  background-image: url(../images/telegram-img.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.telegram-col-pink span {
  color: #fff;
}
#faq .container > h2 {
  text-align: center;
  margin-bottom: 43px;
}
#faq {
  padding: 89px 0 66px;
}
.faq-content {
  max-width: 942px;
  margin: 60px auto 0;
}
.faq-content p {
  text-align: center;
}
.accordion-item {
  background: #25105e !important;
  margin-bottom: 12px;
  border-radius: 10px !important;
}
.accordion-item button {
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  padding: 19px 32px !important;
  font-size: 18px !important;
}
.accordion-body {
  padding: 13px 30px 25px !important;
  position: relative;
}
.accordion-body::before {
  content: "";
  position: absolute;
  background: #2e166d;
  width: calc(100% - 60px);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.accordion-body p {
  margin-bottom: 0 !important;
}
.accordion-button::after {
  background-image: url(../images/plus-icon.svg);
  width: 17px;
  height: 17px;
  background-size: 100% 100%;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-icon.svg);
}
@media (max-width: 1200px) {
  #hero::before {
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  #hero::after {
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: top right;
  }
  .high-rollers-heading h2 {
    max-width: 300px;
  }
  #why_join::before {
    left: 30px;
  }
}
@media (max-width: 1024px) {
  #reviews {
    padding: 80px 0;
  }
  .players-text::before {
    display: none;
  }
  .crashino-bonuses {
    padding-left: 20px;
  }
  #bonuses {
    padding: 80px 0;
  }
  .section-4-box-grid {
    padding: 70px 0 50px;
  }
  #why_join {
    padding: 80px 0 90px;
  }
  #games .row:last-of-type .col-12 {
    margin-bottom: 20px;
  }
  #games {
    padding: 80px 0 60px;
  }
  #info-section {
    padding: 80px 0 30px;
  }
  .telegram-col {
    padding: 50px 30px;
  }
  #telegram .col-12 {
    margin-bottom: 20px;
  }
  #telegram {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #hero {
    padding: 80px 0 80px;
  }
  #hero::after {
    background-size: 35% auto;
  }
  .hero-wrapper p {
    margin: 11px 0 20px;
  }
  #hero::before {
    background-size: 50% auto;
  }
  .hero-section-wrapper::before {
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
  #reviews {
    padding: 50px 0;
  }
  .review-single {
    flex-direction: column;
  }
  .review-single__rating {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .review-single {
    padding: 25px 20px;
  }
  .reviews-wrapper {
    margin-top: 15px;
  }
  #players {
    padding: 50px 0;
  }
  .players-text {
    margin-top: 10px;
  }
  .players-text p {
    margin-bottom: 20px;
  }
  #bonuses .row {
    flex-direction: column-reverse;
  }
  #bonuses {
    padding: 50px 0;
  }
  .crashino-bonuses {
    margin-bottom: 40px;
    padding-left: 0;
  }
  .section-4-box-grid {
    padding: 50px 0 0px;
  }
  .promotions-text p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .vip-club,
  .wednesday-suprise {
    margin-bottom: 25px;
  }
  #high-rollers {
    padding: 50px 0 100px;
  }
  #high-rollers::before {
    margin-left: 0;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center bottom;
  }
  .high-rollers-heading h2 {
    margin-bottom: 20px;
  }
  #why_join {
    padding: 50px 0 90px;
  }
  #why_join::before {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  #games {
    padding: 60px 0 40px;
  }
  .games-text,
  .games-heading {
    margin-bottom: 30px;
  }
  .games-box h3 {
    margin: 20px 0 10px;
  }
  .games-box img {
    width: 65px;
  }
  .section-4-box-grid .row:last-of-type .col-12 {
    margin-bottom: 20px;
  }
  .deposit-row {
    flex-direction: column-reverse;
  }
  #info-section {
    padding: 50px 0 30px;
  }
  .info-row-wrapper {
    margin-bottom: 40px;
  }
  .info-single-text p {
    margin-bottom: 25px;
  }
  #telegram {
    padding: 50px 0 40px;
  }
  .telegram-col {
    padding: 35px 20px;
  }
  .telegram-col span {
    font-size: 16px;
    min-width: 20px;
    margin-right: 5px;
  }
  .telegram-col h3 {
    margin-bottom: 15px;
  }
  .telegram-list-single:last-of-type {
    margin-bottom: 0;
  }
  .telegram-col p {
    margin-top: 20px;
  }
  .telegram-list-single {
    margin-bottom: 10px;
  }
  #faq {
    padding: 50px 0;
  }
  .accordion-item button {
    font-size: 16px !important;
    padding: 18px 15px !important;
    padding-right: 10px !important;
  }
  .accordion-body {
    padding: 13px 15px 25px !important;
  }
  #faq .container > h2 {
    margin-bottom: 30px;
  }
  .faq-content {
    margin: 35px auto 0;
  }
  .accordion-body::before {
    width: calc(100% - 30px);
  }
}
