html {
  background-color: #0d0d0d;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  margin: unset;
  padding-top: 80px;
  color: #abceee;
}
.subheader {
  font-size: 40px;
  font-weight: bold;

  color: #abceee;
}

.header {
  display: flex;
  width: -webkit-fill-available;
  justify-content: space-between;
  background-color: #0d0d0d;
  color: #abceee;
  height: 80px;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 50px;
}
.header .menu-items {
  display: flex;
  gap: 40px;
}

.header .menu-items a {
  color: #abceee;
  font-size: 16px;
  text-decoration: none;
}
.header .menu-items a:hover {
  color: #e43454;
}

.header .logo {
  font-size: 26px;
  font-weight: bold;
}
.header .search input {
  border: 1px solid #252d33;
  border-radius: 4px;
  background-color: unset;
  color: #abceee;
  padding: 12px;
}

.header .search input:focus {
  color: #e43454;
}

.casino-reviews .header1 {
  margin: unset;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.casino-reviews {
  display: flex;
  align-items: center;
  color: white;
  padding: 0px 160px;
  padding-top: 48px;
  background-image: url(Rectangle\ 22.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
}

.casino-reviews .header1 {
  margin: unset;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.casino-reviews .bodytext {
  padding-top: 24px;
  display: block;
}

.kangaroo {
  max-width: 45vw;
  align-self: flex-end;
}
@media screen and (max-width: 1200px) {
  .kangaroo {
    display: none;
  }
}

.filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 70px;
}

.filter .filter-card {
  display: flex;
  border: 1px solid #abceee;
  border-radius: 8px;
  width: 264px;
  height: 123px;
  justify-content: center;
  align-items: center;
  color: #abceee;
  flex-direction: column;
}

.looking-for {
  padding-top: 68px;
  padding-bottom: 24px;
  display: flex;
  color: #abceee;
  font-size: 28px;
  font-weight: bold;
  justify-content: center;
}

.top-casinos-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #181818;
  padding-top: 32px;
}
.top-casinos-container span {
  color: #abceee;
  font-size: 40px;
  font-weight: bold;
}

.card {
  flex-wrap: wrap;
  padding: 24px;
  margin: 24px 252px 0px 252px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #0d0d0d;
}
@media screen and (max-width: 1300px) {
  .card {
    margin: 24px 24px 0 24px;
  }
}
.card .text .casino-name {
  font-size: 18px;
  font-weight: normal;
}
.card .free-spins-code {
  font-size: 24px;
  font-weight: bold;
  padding-top: 12px;
}
.checkbox {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 4px;
  border: 1px solid;
  border-color: #40d47d;
  background-color: #0d0d0d;
}
.card .card-review {
  background-color: rgba(171, 206, 238, 5%);
  color: #abceee;
}
.circular-progress {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.circular-progress span {
  padding: 12px;
  font-size: 14px;
  font-weight: normal;
}
.circle {
  display: flex;
  color: #abceee;
  background-color: 0D0D0D;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: 8px solid;
  border-color: #40d47d;
  align-items: center;
  justify-content: center;
}
.circle p {
  font-size: 24px;
  font-weight: bold;
  color: #abceee;
}
.top-casinos-container {
  margin-bottom: 24px;
}

.buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.buttons .get-bonus {
  display: flex;
  padding: 16px 48px;
  justify-content: center;
  background-color: #40d47d;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: bold;
  border: unset;
  border-radius: 8px;
}
.buttons .go-to-website {
  padding-top: 21px;
  display: flex;
  color: #e43454;
  font-size: 14px;
  font-weight: normal;
  border: unset;
  text-decoration: underline;
  background-color: unset;
}

.card .text {
  color: #abceee;
}
.feature {
  padding: 12px 20px;
  border: 1px solid;
  border-radius: 8px;
  border-color: #252d33;
  background-color: #0d0d0d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-top: 16px;
}

.feature span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 12px;
}

.card-features {
  display: flex;
}

.card-review {
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  margin: 0 252px;
  background-color: rgba(171, 206, 238, 5%);
  color: #abceee;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 1300px) {
  .card-review {
    margin: 0 24px;
  }
}
.card-review h {
  font-size: 16px;
  font-weight: normal;
}

.card-review p {
  font-size: 12px;
  font-weight: normal;
}
.card-review section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-casinos-container .show-more-casinos {
  margin: 24px;
  border: 2px solid;
  border-radius: 8px;
  border-color: #707487;
  background-color: unset;
  color: #707487;
  padding: 16px 32px;
}

.popular-slots-container {
  padding: 16px;
  background-color: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 32px;
}
.popular-slots-container-header-section {
  display: flex;

  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 16px;
  width: 100%;
}
.popular-slots-container-header-section button {
  background-color: unset;
  border: unset;
  color: #e43454;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.popular-slots-container-header-section,
.popular-slots-cards {
  max-width: 1450px;
}
.popular-slots-container-header-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popular-slots-container-header {
  color: #abceee;
  font-size: 40px;
  font-weight: bold;
}

.new-casinos {
  background-color: #181818;
}

.new-casinos .new-casinos-more-info {
  background-color: #0d0d0d;
}

.popular-slots-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 24px;
}
.popular-slots-cards .popular-slots-card {
  color: #abceee;
  background-color: #0d0d0d;
  border-radius: 8px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;

  padding-bottom: 16px;
}
.popular-slots-card .text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popular-slots-card .text h {
  font-size: 18px;
  font-weight: bold;
}

.popular-slots-card .text p {
  font-size: 14px;
  font-weight: normal;
}
.play-now {
  color: #0d0d0d;
  background-color: #40d47d;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 32px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.popular-slots-card img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.info {
  display: flex;
  justify-content: center;
}
.buttons .more-info {
  align-items: center;
  justify-content: center;
  color: #707487;
  background-color: unset;
  font-size: 14px;
  font-weight: normal;
  border: unset;
}
.more-info-section {
  display: flex;
}
.card-more-info .more-info-points {
  display: flex;
  justify-content: center;
}
.card-more-info {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  color: #abceee;
  background-color: #181818;
  border-radius: 8px;
  padding: 16px;
}
.card-more-info .buttons {
  margin-top: auto;
}
.card-more-info h {
  display: flex;

  /* margin: 32px 42px 24px; */
  font-size: 24px;
  font-weight: bold;
}
.more-info-points h {
  font-size: 14px;
  font-weight: bold;
}
.more-info-points p {
  font-size: 14px;
  font-weight: normal;
  color: #707487;
}
.column span {
  text-align: left;
}

.more-info-points .column {
  padding-top: 24px;
  margin-right: 40px;
  /* padding-bottom: 24px; */
  /* padding-bottom: 18px; */
}
.text-block-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-block {
  color: #abceee;
  font-size: 18px;
  font-weight: normal;
  padding: 48px;
  max-width: 1445px;
}
.text-block .text-block-photo {
  width: 100%;
  height: 330px;
  padding-top: 16px;
  background-image: url(Rectangle\ 22.png);
  background-repeat: no-repeat;
  background-size: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
}
.text-block .text-block-photo-dscription {
  font-size: 12px;
}
.block-header {
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0;
}

.faq-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #181818;
  padding: 0 50px 50px;
}
.faq-section-header {
  color: #abceee;
  font-size: 40px;
  font-weight: bold;
}
.faq-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 1500px;
}
.faq-section-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  padding: 24px 32px;
  color: #abceee;
  width: 40%;
}
.faq-section-item:hover {
  color: #e43454;
}

.footer {
  padding: 0 50px 50px;
}
.footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 24px;
}

.footer-description {
  max-width: 500px;
}

.footer-description-language {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707487;
  color: #707487;
  border-radius: 8px;
  padding: 12px;
  gap: 12px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-col-text:hover {
  color: #e43454;
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  gap: 37px;
  color: #707487;
  border-top: 0.5px solid #707487;
  padding-top: 24px;
}
