.club-title-info {
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2.88px;
  font-family: "FixelDisplay-Bold";
  text-align: center;
  margin: 0;
}

.support-btn .arrow-icon {
  position: absolute;
  right: 10px;
  transition: opacity 0.3s ease-in-out;
}

.support-btn .arrow-icon:first-child {
  opacity: 1;
}

.support-btn .arrow-icon:last-child {
  opacity: 0;
  right: 10px;
}

.support-btn:hover .arrow-icon:first-child {
  opacity: 0;
}

.support-btn:hover .arrow-icon:last-child {
  opacity: 1;
}

.bonus-description {
  font-family: "FixelText-Regular";
  line-height: 100%;
  letter-spacing: -0.32px;
  width: 194px;
}
.bonus-item-four .bonus-description {
  width: 230px;
}
body {
  background: #f7f7f7;
}
.slider-button-width > .opacity {
  font-family: "FixelDisplay";
  line-height: 120%;
  letter-spacing: -0.72px;
  width: 86px;
}
.slider-button.active > .opacity {
  opacity: 100%;
}
.opacity {
  opacity: 70%;
}
a:focus {
  outline: none;
}
.club-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  flex-direction: column;
  align-items: center;
}

.club-image-info {
  width: 20px;
  position: absolute;
  top: 2px;
  left: -3px;
}
.club-benefits {
  line-height: 140%;
  letter-spacing: -0.36px;
  font-family: "FixelText-Regular";
  font-size: 16px;
  padding-left: 0px;
  box-sizing: content-box;
  text-align: center;
  padding: 15px 0 30px 0;
}
.service-info {
  background-repeat: no-repeat;
  width: 300px;
  padding: 20px 20px 37px 20px;
  border-radius: 5px;
  background-size: cover;
}
.club-text span {
  color: #f40;
}
.slider-button:hover {
  opacity: 40%;
}
.service-description {
  font-family: "FixelText-Regular";
  line-height: 140%;
  letter-spacing: -0.36px;
  color: white;
  font-size: 16px;
  padding-top: 15px;
  margin-bottom: 0;
}
.service-title {
  font-family: "FixelDisplay";
  line-height: 120%;
  letter-spacing: -0.72px;
  color: white;
  font-size: 20px;
  width: 299px;
  margin: 0;
}
.club-description {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.club-text {
  font-family: "FixelDisplay";
  margin: 0;
  font-size: 20px;
  text-align: center;
  line-height: normal;
  line-height: 120%;
  letter-spacing: -0.72px;
}
.club-item {
  display: flex;
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.service-title span {
  color: rgb(255, 187, 90);
}

.about-section {
  padding-top: 40px !important;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform: none !important;
}
.about-container {
  text-align: center;
  padding: 0 20px 30px 20px;
}
.about-photo {
  display: none;
}
.about-info {
  display: flex;
  align-items: center;
  padding: 15px 0;
  line-height: normal;
}
.tagline-heading {
  font-family: "FixelDisplay-SemiBold";
  line-height: 120%;
  letter-spacing: -0.36px;
  margin: 0;
  font-size: 16px;
  padding: 0 0 10px 0;
}
.mission-tagline {
  display: flex;
  padding-top: 30px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
.about-description {
  font-family: "FixelDisplay";
  line-height: 120%;
  letter-spacing: -0.72px;
  font-size: 20px;
}
.tagline-text {
  font-family: "FixelText-Regular";
  margin: 0;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.about-heading {
  font-family: "FixelDisplay-Bold";
  line-height: 80%;
  letter-spacing: -2.88px;
  margin: 0;
  font-size: 32px;
}
.video-button {
  right: 30px;
  bottom: 30px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: white;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 165px;
}
.video-button-text {
  font-family: "FixelDisplay-SemiBold";
  line-height: 120%;
  letter-spacing: -0.36px;
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  text-align: justify;
}
.mission-footer {
  display: flex;
  color: white;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.about-text {
  font-family: "FixelText-Regular";
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.mission-section {
  background-image: url("../assets/background-image-vidoe.png");
  width: 100%;
  padding: 20px 20px 31px 20px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.tagline-text span {
  color: #ff4400;
}
.video-button-image {
  width: 75px;
  height: 75px;
}
.mission-text {
  font-family: "FixelDisplay";
  line-height: 120%;
  letter-spacing: -0.96px;
  padding: 30px 0 30px 0;
  color: white;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}
.mission-logo {
  margin: 0 auto;
  display: block;
  height: 45px;
}

.swiper-wrapper-club > .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-container {
  width: 100%;
  max-width: 1070px;
  overflow: hidden;
}
.club-gallery__image__wrapper {
  position: relative;
  width: 100%;
}
.club-gallery__image__wrapper::after {
  content: "";
  display: block;
  padding-bottom: 46.26865671641791%;
  border-radius: 5px;
}
.club-gallery__image {
  transition: opacity 0.3s ease;
  border-radius: 5px;
  opacity: 73%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.club-gallery {
  position: relative;
}
@media screen and (max-width: 768px) {
  .club-gallery {
    margin-bottom: 60px;
  }
}
.swiper-container-club .swiper-button-prev {
  position: absolute;
  left: auto !important;
  top: auto;
  width: 70px;
  height: 70px;
  background: silver;
  border-radius: 50px;
  left: 0;
  bottom: 0px;
}
.swiper-container-club .swiper-button-next {
  position: absolute;
  top: auto;
  right: 0;
  width: 70px;
  height: 70px;
  background: silver;
  border-radius: 50px;
  bottom: 0px;
}

.swiper-pagination-room.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-navigation-club
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: sticky;
  width: 101px;
  left: auto;
  right: 0;
  top: 120px;
  display: flex;
  align-items: center;
  height: 1px;
  margin: 0 auto;
}
.swiper-pagination-horizontal.swiper-pagination-room
  .swiper-pagination-progressbar-fill,
.swiper-pagination.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #ffbb5a;
  left: 0;
  top: 0;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  height: 6px;
  display: flex;
  align-items: center;
  top: auto;
  border-radius: 90px;
}
.club-gallery__title {
  font-family: "FixelText-SemiBold";
  font-size: 20px;
  margin: 0;
  padding: 20px 0px 13px 15px;
  line-height: 100%;
  letter-spacing: -0.48px;
}
.club-gallery__slide {
  transition: all 0.3s ease;
  width: 265px;
  background: white;
  padding: 5px;
  height: 318px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.club-gallery__text {
  font-family: "FixelText-Regular";
  margin: 0;
  display: flex;
  font-size: 16px;
  color: #6b6c6b;
  align-items: center;
  padding: 0 0 0 15px;
  letter-spacing: -0.32px;
}
.club-gallery__icon-wrapper {
  display: flex;
  margin-left: 8px;
  z-index: 1;
  position: relative;
}
.club-gallery__icon {
  display: block;
  width: 24px;
}
@media (min-width: 768px) {
  .club-gallery__icon {
    width: 30px;
  }
}
.club-gallery__button {
  font-family: "FixelDisplay-SemiBold";
  transition: background-color 0.3s ease, height 0.3s ease;
  width: 235px;
  height: 55px;
  background: none;
  color: #fe7c4c;
  font-size: 18px;
  border: 1px solid #ff4400;
  border-radius: 5px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.36px;
  margin: 0 auto;
  margin-top: 28px;
}
.main-background {
  background: #f7f7f7;
}
.choose-room:hover {
  box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.4) inset,
    0px 15px 50px 0px rgba(255, 117, 67, 0.4);
}
a:visited,
.choose-room,
.contact-us {
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
a.video-button,
a.video-button:hover,
a.video-button:focus,
a.video-button:active {
  color: white;
  text-decoration: none;
}
.contact-us:hover,
a.club-gallery__all-clubs:hover,
a.club-gallery__all-clubs-button:hover {
  color: #ff3a00;
  border: 1px solid #ff3a00;
}
a.club-gallery__all-clubs-button {
  z-index: 1;
  font-family: "FixelDisplay-SemiBold";
  right: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 20px;
  color: black;
  margin: 0 auto;
  line-height: 100%;
  letter-spacing: -0.48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.club-info-container {
  padding-bottom: 60px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-slide-active .club-gallery__image,
.club-gallery__slide:hover .club-gallery__image {
  opacity: 100%;
}

/* .club-gallery__slide:hover {
  transition: all 0.3s ease;
  background: #f7f7f7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */
.swiper-slide-active .club-gallery__slide {
  transition: all 0.3s ease;
  background: #f7f7f7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.club-gallery__button {
  transition: all 0.3s ease;
}

.swiper-slide-active .club-gallery__button,
.club-gallery__slide:hover .club-gallery__button {
  height: 65px;
  background: #ff4400;
  color: white;
  width: 255px;
  font-size: 20px;
}
.swiper-navigation-clubs {
  position: relative;
  height: 70px;
  margin-top: 25px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
/* .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 100% !important;
} */
.swiper-navigation-club {
  position: relative;
  height: 70px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.container-rooms {
  background-image: url("../assets/background-room.png");
  width: 100%;
  padding: 40px 0 45px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-title-room {
  font-family: "FixelDisplay-Bold";
  line-height: 100%;
  letter-spacing: -2.88px;
  font-size: 32px;
  color: white;
  margin: 0;
  text-align: center;
}
.poker-rooms {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .poker-rooms {
    margin-bottom: 60px;
  }
}
.pokerbro-bonuses {
  width: 300px;
  background: white;
  padding: 20px 25px 20px 20px;
  height: fit-content;
  border-radius: 5px;
}
.title-pokerbro-bonuses {
  margin: 0;
  font-family: "FixelDisplay";
  line-height: 120%;
  letter-spacing: -0.72px;
  font-size: 20px;
}
.title-pokerbro-bonuses span {
  color: #ffbb5a;
}
.room-description,
.room-info {
  display: flex;
  align-items: center;
  position: relative;
}
.room-text span {
  color: #ff4400;
}
.room-text {
  font-family: "FixelDisplay";
  line-height: 120%;
  letter-spacing: -0.72px;
  color: white;
  font-size: 20px;
  margin: 0;
  width: 252px;
  box-sizing: content-box;
  text-align: center;
}
.registration-info {
  font-family: "FixelText-Regular";
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 15px 0 30px 0;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.room-icon {
  height: 23px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 25px;
}
.bonus-icon {
  width: 18px;
  height: 18px;
  background: #ffbb5a;
  border-radius: 50%;
  margin-right: 10px;
}
.room-info-container {
  padding-top: 15px;
  flex-direction: column;
}
.bonus-item {
  margin: 0;
  font-size: 16px;
  display: flex;
  padding-top: 15px;
}
.star-club-slider.filled,
.star-club-slider.bi-star-half,
.star-club-slider.bi-star {
  color: #ffbb5a;
}

.bonus-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}

.section-slider-buttons {
  padding-top: 60px;
}
.button-group-slider {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
  max-width: 440px;
}
@media screen and (max-width: 1440px) {
.button-group-slider {
  margin: 0 auto;
}
}
.slider-button {
  padding: 0;
  background: none;
  position: relative;
  color: white;
  border: none;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.slider-button.active {
  opacity: 100%;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.slider-button.active > img {
  filter: invert(71%) sepia(170%) saturate(300%) hue-rotate(-15deg)
    brightness(220%);
}
.slider-container {
  display: none;
}
.active-slider {
  display: block;
}
.poker-room-section {
  position: relative;
}
.swiper-container-club .swiper-button-prev-room {
  width: 70px;
  height: 70px;
  background: silver;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-container-club .swiper-button-next-room {
  width: 70px;
  height: 70px;
  background: silver;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  position: absolute;
}
.clubs-gallery__slide {
  transition: all 0.3s ease;
  width: 278px;
  background: #1d1d1d;
  padding: 5px;
  height: 348px;
  border-radius: 5px;
  color: white;
}
.club-card__button {
  transition: all 0.3s ease;
}
/* .clubs-gallery__slide:hover .club-card__button {
  height: 65px;
  color: white;
  width: 266px;
}
.clubs-gallery__slide:hover {
  background: #313131;
} */
.swiper-slide-active .clubs-gallery__slide .club-card__button {
  height: 65px;
  color: white;
  width: 266px;
}
.swiper-slide-active .clubs-gallery__slide {
  background: #313131;
}
.detail-label {
  font-family: "FixelText-Regular";
  color: white;
  margin: 0;
  font-size: 16px;
  opacity: 70%;
  line-height: 100%;
  letter-spacing: -0.32px;
}
.club-card__details {
  display: flex;
  justify-content: space-between;
  padding: 7px 15px 0 15px;
}
.detail-text {
  font-family: "FixelText-Medium";
  margin: 0;
  font-size: 16px;
  padding-top: 5px;
  line-height: 100%;
  letter-spacing: -0.32px;
}
.container-stars {
  padding-top: 1px;
  margin: 0;
}
a.club-gallery__all-clubs {
  font-family: "FixelDisplay-SemiBold";
  right: 0;
  bottom: 0;
  height: 60px;
  width: 300px;
  font-size: 20px;
  background: none;
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  margin: 0 auto;
  display: block;
  position: static;
  line-height: 100%;
  letter-spacing: -0.48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.swiper-container.club-slider {
  padding: 30px 0 0 0;
  max-width: 1039px;
}
.club-card__image__wrapper {
  position: relative;
  width: 100%;
}
.club-card__image__wrapper::after {
  content: "";
  display: block;
  padding-bottom: 46.26865671641791%;
}
.club-card__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.club-card__button {
  font-family: "FixelDisplay-SemiBold";
  transition: background-color 0.3s ease, height 0.3s ease;
  width: 246px;
  height: 60px;
  border: 1px solid #ff4400;
  border-radius: 5px;
  background: rgba(268 58 0);
  color: wheat;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.48px;
  padding: 0;
  margin: 0 auto;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-icon {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.slider-button-width {
  width: 143px;
  padding: 0;
  text-align: left;
}
/* .slider-button4 {
  width: 133px;
} */
.button-divider {
  height: 35px;
  background: white;
  width: 1px;
  border: none;
  margin-left: 9px;
}
.button-divider-bottom {
  position: absolute;
  bottom: 0;
  width: 116px;
  height: 1px;
  margin: 0;
  border-top: none;
}
/* .slider-button2 {
  width: 133px;
} */
.star-club-slider {
  color: gold;
  font-size: 14px;
  margin-right: 2px;
}

.main-background-header {
  width: 100%;
  height: 100vh;
  background-size: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  background-position: center 401px;
  background-repeat: no-repeat;
  background-color: black;
  min-height: 870px;
  background-size: 100%;
}
.main-container-height {
  margin-bottom: 60px;
}
.main-container {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  flex-direction: column;
}
.quality-support {
  font-family: "FixelDisplay-Bold";
  margin: 0;
  font-size: 32px;
  color: white;
  text-align: center;
  line-height: 100%;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 768px) {
  .quality-support {
    margin-top: 36px;
  }
}
.daily-effort {
  font-family: "FixelDisplay";
  margin: 0;
  color: white;
  opacity: 70%;
  font-size: 20px;
  padding: 20px 0 50px 0;
  text-align: center;
}
.choose-room {
  font-family: "FixelDisplay";
  padding: 0;
  width: 100%;
  height: 56px;
  background: rgba(268 58 0);
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.contact-us {
  font-family: "FixelDisplay";
  padding: 0;
  border: 1px solid white;
  background: none;
  width: 100%;
  height: 56px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
}
.join-us {
  font-family: "FixelText-Regular";
  margin: 0;
  display: none;
  color: white;
  padding: 166px 0 20px 0;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.32px;
}
.url-social_network {
  text-decoration: none;
  margin-right: 6px;
  display: inline-block;
}
.social-icon {
  display: none;
}
.best-rooms {
  background: #272727;
  width: 100%;
  height: 655px;
  border-radius: 5px;
}
.applications,
.room-title {
  color: white;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  opacity: 30%;
  height: 89px;
  text-align: center;
  border-bottom: 1px solid white;
  cursor: pointer;
}
.applications.active:hover,
.room-title.active:hover,
.applications.active,
.room-title.active {
  opacity: 30%;
  border-bottom: 3px solid #ffbb5a;
  opacity: 1;
  background: #272727;
}
.room-title {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-top-left-radius: 5px;
}
.private-clubs {
  font-size: 12px;
  margin: 0;
}
.room-title h2,
.applications h2 {
  letter-spacing: -0.72px;
  font-family: "FixelDisplay";
  margin: 0;
  font-size: 20px;
}
.room-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
}
.room-item {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.circle__wrapper {
  position: relative;
  width: 82px;
  margin-right: 15px;
}
.circle__wrapper::after {
  content: "";
  display: block;
  padding-bottom: 48.78048780487805%;
}
.circle {
  /* opacity: 40%; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-details {
  color: white;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .room-details {
    color: white;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.room-name {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.36px;
  font-family: "FixelDisplay-SemiBold";
  padding: 0 0 5px 0;
}
.room-description-main {
  line-height: 100%;
  letter-spacing: -0.32px;
  font-family: "FixelText-Regular";
  margin: 0;
  font-size: 16px;
  color: white;
  opacity: 70%;
}
.video-button:hover .video-button-image {
  opacity: 0.7;
}
.upload-button:hover {
  background: #fdcf2c;
  color: var(--Blck, #303131);
}
.upload-button {
  letter-spacing: -0.32px;
  font-family: "FixelText-Regular";
  transition: box-shadow 0.3s ease;
  height: 36px;
  background: #ffbb5a;
  border: none;
  border-radius: 5px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.overview-button:hover {
  color: rgba(255, 58, 0, 1);
  border: 1px solid rgba(255, 58, 0, 1);
}
.overview-button {
  letter-spacing: -0.32px;
  font-family: "FixelText-Regular";
  background: none;
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 58, 0, 1);
  height: 36px;
  justify-content: center;
  padding: 0 38px;
}
.room-list {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(246, 245, 243, 0.2);
}
.poker-rooms-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
}
.link_url:hover {
  opacity: 100%;
  color: white;
}
.link_url:active,
.link_url {
  letter-spacing: -0.32px;
  font-family: "FixelText-Regular";
  color: white;
  opacity: 100%;
  text-decoration: none;
}
.retreat-left {
  margin-left: 11px;
}
.arrow-icon-list {
  height: 18px;
  width: 18px;
}
.support-btn_text {
  font-family: "FixelText-Regular";
  display: block;
  padding-right: 5px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  position: absolute;
  right: 53px;
}
.support-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 140px;
  height: 60px;
  border: none;
  font-size: 14px;
  padding: 6px;
  text-decoration: none;
  border-radius: 53.5px;
  background: rgba(255, 78, 2, 0.2);
  backdrop-filter: blur(25px);
}
.main-container-btn {
  display: none;
}
.main-container-mobile {
  padding: 153px 0 15px 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.support-btn:hover {
  background: #ff4e02;
  backdrop-filter: blur(25px);
}
.arrow-icon {
  width: 40px;
  height: 40px;
}
/* .header-room-details {
  padding-bottom: 15px;
} */
.container-details {
  height: 475px;
  overflow: hidden;
  margin-bottom: 20px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 100%;
}
.swiper-button-next.swiper-button-disabled img,
.swiper-button-prev.swiper-button-disabled img,
.swiper-button-next-room.swiper-button-disabled img,
.swiper-button-prev-room.swiper-button-disabled img {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 465px) {
  .main-background-header {
    background-position: center 363px;
    background-size: auto;
  }
}
@media (min-width: 768px) {
  .slider-button-width > .opacity {
    width: auto;
  }
  .club-info-container {
    padding-bottom: 100px;
  }

  .link_url:active,
  .link_url {
    opacity: 70%;
  }

  .swiper-slide-active .club-gallery__button {
    color: #fe7c4c;
    background: none;
    height: 55px;
    width: 235px;
  }
  .swiper-slide-active .club-gallery__image {
    opacity: 73%;
  }
  .main-container-height {
    margin-bottom: 150px;
  }
  .support-btn_text {
    right: 119px;
  }
  .support-btn .arrow-icon,
  .support-btn .arrow-icon:last-child {
    right: 29px;
  }
  .button-divider,
  .button-divider-bottom {
    display: none;
  }
  .slider-button.active > img {
    filter: invert(1);
  }
  .opacity {
    opacity: 100%;
  }
  .club-image-info {
    width: 43px;
    position: static;
  }
  .club-benefits {
    width: 727px;
    padding: 30px 0;
  }
  .service-info {
    width: 525px;
    padding: 30px 96px 52px 30px;
    background-size: 100% 100%;
  }
  .club-description {
    padding-top: 0px;
  }
  .club-text {
    padding-left: 20px;
    text-align: left;
  }
  .club-item {
    align-items: center;
    width: fit-content;
  }

  .about-section {
    margin-bottom: 100px;
  }
  .about-container {
    padding: 0 20px 33px 20px;
  }
  .about-info {
    padding: 40px 0 30px 0;
  }
  .tagline-heading {
    font-size: 18px;
    padding: 0 30px 0 0;
  }
  .mission-tagline {
    flex-direction: row;
  }
  .about-heading {
    font-size: 40px;
  }
  .video-button-text {
    font-size: 18px;
  }
  .mission-section {
    padding: 30px;
    background-size: 100% 100%;
  }
  .mission-text {
    font-size: 25px;
    width: 412px;
  }
  .mission-logo {
    width: auto;
    height: auto;
  }
  .video-button {
    width: fit-content;
    font-size: 18px;
  }

  .swiper-container-club .swiper-button-prev {
    width: 87px;
    height: 87px;
    left: 22px !important;
  }
  .swiper-container-club .swiper-button-next {
    right: 22px;
    width: 87px;
    height: 87px;
  }
  .swiper-pagination-room.swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-navigation-club
    .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 58%;
  }
  .club-gallery__title {
    font-size: 24px;
  }
  a.club-gallery__all-clubs-button,
  a.club-gallery__all-clubs-button:hover {
    height: 84px;
    width: 239px;
    font-size: 24px;
  }
  .club-gallery__slide:hover .club-gallery__button {
    font-size: 24px;
  }
  .swiper-navigation-club {
    margin-top: 30px;
    margin-bottom: 0px;
    height: 87px;
  }

  .swiper-navigation-clubs {
    margin-top: 79px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    height: 87px;
  }

  .container-rooms {
    padding: 86px 0 142px 0;
    margin-bottom: 20px;
  }
  .section-title-room {
    font-size: 40px;
  }
  .pokerbro-bonuses {
    width: 570px;
    padding: 30px 36px 45px 30px;
  }
  .title-pokerbro-bonuses {
    font-size: 24px;
  }
  .title-pokerbro-bonuses span {
    color: black;
  }
  .room-text {
    font-size: 24px;
    padding: 0 0px 0 20px;
    width: auto;
    text-align: left;
  }
  .registration-info {
    width: 727px;
    padding: 30px 0;
  }
  .room-icon {
    height: 43px;
    width: 43px;
    position: static;
  }
  .tagline-text {
    font-size: 18px;
  }
  .room-info-container {
    padding-top: 40px;
  }
  .club-info {
    padding-bottom: 88px;
  }
  .bonus-item {
    padding: 20px 0 0 0;
  }
  .bonus-list {
    padding-top: 2px;
    flex-direction: row;
  }
  .bonus-item-width {
    width: 254px;
  }
  .bonus-description {
    width: 185px;
    padding: 2px 0 0 0;
  }

  .button-group-slider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    flex-wrap: nowrap;
    max-width: 100%;
    gap: 0;
  }
  .slider-button {
    width: 265px;
    font-size: 18px;
    flex-direction: column;
    padding: 10px 0;
  }
  .slider-button.active {
    background: #ffbb5a;
    color: black;
  }
  .button-icon {
    margin-right: 0;
    width: auto;
    height: auto;
  }
  .swiper-container-club .swiper-button-prev-room {
    width: 87px;
    height: 87px;
  }
  .swiper-container-club .swiper-button-next-room {
    width: 87px;
    height: 87px;
  }
  .clubs-gallery__slide {
    height: 331px;
  }
  a.club-gallery__all-clubs {
    height: 84px;
    width: 249px;
    font-size: 24px;
  }

  .main-container {
    padding-top: 226px;
    align-items: center;
  }
  .quality-support {
    font-size: 40px;
  }
  .choose-room {
    width: 287px;
    height: 89px;
    font-size: 20px;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .contact-us {
    width: 231px;
    height: 89px;
    font-size: 20px;
  }
  .best-rooms {
    width: 570px;
    height: 537px;
  }
  .room-title h2,
  .applications h2 {
    font-size: 24px;
  }
  .room-item {
    padding: 0 30px;
    flex-direction: row;
    align-items: center;
  }
  .header-room-details {
    padding: 0;
  }
  .overview-button {
    padding: 0 20px;
  }
  .upload-button {
    margin-right: 10px;
    padding: 0 15px;
  }
  .support-btn {
    width: 222px;
    height: 107px;
  }
  .main-container-mobile {
    padding: 75px 0 24px 0;
    width: 530px;
  }
  .arrow-icon {
    width: auto;
    height: auto;
    margin: 0 0 0 10px;
  }
  .container-details {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .button-icon {
    margin-right: 15px;
  }
  .container-details {
    overflow: hidden;
  }
  .club-title-info {
    font-size: 96px;
    padding-bottom: 40px;
  }
  .club-image-info {
    width: auto;
  }
  .club-benefits {
    font-size: 18px;
  }
  .service-description {
    font-size: 18px;
    margin: 0;
  }
  .service-title {
    font-size: 24px;
  }
  .club-text {
    padding-left: 30px;
    font-size: 24px;
  }

  .mission-tagline {
    margin: 0;
  }
  .swiper-navigation-clubs {
    height: 87px;
    display: flex;
    align-items: center;
  }
  .swiper-navigation-club {
    height: 87px;
  }
  .about-description {
    font-size: 24px;
  }
  .about-info {
    padding: 50px 0 31px 0;
  }
  .about-heading {
    padding: 0 0 0 5px;
    font-size: 96px;
  }
  .mission-footer {
    flex-direction: row;
  }
  .about-text {
    width: 583px;
    font-size: 18px;
    margin: 0 auto;
  }
  .video-button-image {
    width: 80px;
    height: 80px;
  }
  .mission-text {
    margin: 0;
    padding: 166px 0 0 0;
    font-size: 28px;
    text-align: left;
  }
  .mission-logo {
    display: inline;
  }
  .video-button {
    position: absolute;
  }
  .swiper-pagination-room.swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-navigation-club
    .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 70%;
  }

  .about-section {
    padding-top: 50px !important;
  }
  .container-rooms {
    margin-bottom: 100px;
  }
  .section-title-room {
    font-size: 96px;
  }
  .room-text {
    padding: 0 26px 0 30px;
  }
  .registration-info {
    font-size: 18px;
  }
  .room-icon {
    height: 75px;
    width: 75px;
  }
  .slider-button {
    width: 265px;
    background: none;
    color: white;
    border: none;
    font-size: 18px;
    height: 55px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 0px;
  }
  .club-item {
    display: flex;
  }
  .main-container {
    padding-top: 193px;
  }
  .quality-support {
    font-size: 64px;
  }
  .daily-effort {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.96px;
  }
  .choose-room {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.72px;
  }
  .contact-us {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.72px;
  }
  .main-container-mobile {
    padding: 88px 0 20px 0;
  }
}
@media (min-width: 1440px) {
  .swiper-container-club .swiper-button-prev,
  .swiper-container-club .swiper-button-next {
    bottom: 43px;
  }
  .pokerbro-bonuses {
    width: 512px;
    padding: 30px 13px 45px 20px;
  }
  a.club-gallery__all-clubs-button {
    bottom: 10px;
  }
  .daily-effort,
  .quality-support {
    text-align: left;
  }
  .club-title-info {
    text-align: left;
  }
  .about-text {
    margin: 0;
    width: 400px;
  }
  .about-description {
    padding-left: 30px;
  }
  .club-info {
    flex-direction: row;
    align-items: flex-start;
  }
  .club-benefits {
    width: 312px;
    padding: 0;
    padding-left: 60px;
    text-align: left;
  }
  .club-description {
    flex-direction: row;
    align-items: flex-start;
  }
  .club-item {
    width: 341px;
    align-items: flex-start;
  }

  .about-section {
    flex-direction: row;
    align-items: flex-start;
  }
  .about-container {
    width: 444px;
    padding: 0;
    text-align: left;
  }
  .about-photo {
    display: block;
  }
  .mission-section {
    width: 783px;
  }

  .swiper-backface-hidden .swiper-slide {
    display: block;
  }
  .swiper-pagination-room.swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-navigation-club
    .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 100%;
    position: absolute;
  }
  .swiper-navigation-clubs {
    position: absolute;
    top: 0;
    right: 0;
    width: 189px;
    height: 117px;
    margin-top: 0px;
  }
  .swiper-navigation-club {
    position: absolute;
    top: 0;
    width: 189px;
    height: 117px;
    right: 0;
    margin-top: 0px;
  }
  .swiper-container-club .swiper-button-prev {
    right: 102px;
    top: 24px;
    bottom: auto;
    left: auto !important;
  }
  .swiper-container-club .swiper-button-next-room {
    top: 0;
  }
  .swiper-container-club .swiper-button-next {
    top: 24px;
    right: 0;
  }
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: absolute;
    bottom: 0;
    top: auto !important;
    height: 1px !important;
    align-items: center;
    display: flex;
  }
  a.club-gallery__all-clubs-button,
  a.club-gallery__all-clubs-button:hover {
    position: absolute;
  }

  .container-rooms {
    padding: 125px 0 142px 0;
  }
  .section-title-room {
    text-align: start;
  }
  .poker-rooms {
    flex-direction: row;
    align-items: flex-start;
  }
  .room-text {
    width: 284px;
  }
  .registration-info {
    width: 355px;
    text-align: left;
    padding: 4px 0 0 0;
  }
  .room-info-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .button-group-slider {
    width: 1026px;
  }
  .slider-button {
    font-size: 24px;
  }
  .swiper-container-club .swiper-button-prev-room {
    right: 102px;
    left: auto;
  }
  a.club-gallery__all-clubs {
    position: absolute;
    padding: 0;
  }
  .swiper-container.club-slider {
    max-width: 1029px;
  }

  .main-background-header {
    min-height: 913px;
  }
  .main-container-height {
    height: calc(100vh - 123px);
    min-height: 790px;
  }
  .main-container {
    align-items: flex-start;
    padding-top: 90px;
    flex-direction: row;
  }
  .join-us {
    display: block;
  }
  .social-icon {
    display: inline-block;
  }
  .main-container-mobile {
    display: none;
  }
  .main-container-btn {
    display: flex;
    justify-content: end;
    padding: 20px 0 30px 0;
  }
}
@media (min-width: 1600px) {
  .pokerbro-bonuses {
    width: 570px;
    padding: 30px 36px 45px 30px;
  }
  .slider-button.active > .opacity {
    font-size: 24px;
  }
  .club-benefits {
    padding-left: 74px;
  }
  .service-info {
    width: 570px;
  }

  .about-info {
    line-height: normal;
  }
  .mission-section {
    width: 860px;
  }
  .mission-text {
    font-size: 32px;
  }

  .button-group-slider {
    width: 1147px;
  }
  .slider-button {
    font-size: 22px;
  }
  .swiper-container.club-slider {
    max-width: 1175px;
  }
}
.team-photo {
  border-radius: 5px;
}
