.contact-section {
    background-color: #07252F;
    overflow: hidden;
    background: url('../../images/gf.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .games-section{
    background-color: #07252F;
    overflow: hidden;
    background: url('../../images/bgg.png');
    background-repeat: no-repeat;
    background-size: cover;
  }




/*game cards */
.game-swiper-wrap{
    padding: 0 20px;
}
.main-games-swiper{
  overflow: hidden;
}
.main-games-swiper .swiper-wrapper{
 /* margin: 25px 0 2px 22px;*/
 margin: 25px 0 2px 0;
}

.swiper-slide {
  width: 290px;

  position: relative;
  /*padding: 15px 0 0 15px;*/
}
.game-card{
  height: 439px;
  margin-top: -14px;
  box-shadow: 0px 3px 35px -22px rgba(40, 183, 235, 1);
  background: #fff;
  padding: 6px;
  border-radius: 20px;
}

.game-card .more-link{
  font-size: 12px;
  color: var(--black-text-color);
}
.game-card a.small-btn.btn-game-reserve{
      padding: 7px 7px !important;
      font-size: 10px !important;
}
.game-card .more-link i,
.game-card .more-link:hover{
  color: var(--blue-color);
}
.game-card .details{
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 13px;
  padding-top: 7px;
  margin-top: 7px;
  
}
.game-card .game-img-wrapper{
  height: 240px;
}
.swiper-slide .game-card img.game-logo-overlay{
  bottom: 5%;
  top: auto;
}
.swiper-slide img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  position: relative;
  border-radius: 20px 20px 0 0;
  
}

.game-info {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  font-size: 14px;
  color: var(--black-text-color)!important;
}
.game-info .game-info-text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.game-info h5 {
  font-weight: bold;
  margin-bottom: 6px;

}


.swiper-slide:has(input[type="radio"]:checked) .game-card{
  outline: 2px solid var(--blue-color);
}

.game-card {
  cursor: pointer;
}

.main-site .game-card{
    cursor: inherit;
}
#oevrp-global-modal-container .modal-content.main_select_park{
  background-color: transparent;
  min-height:auto;
  top: 38%;
  box-shadow: none;
  width: 550px;
    padding: 20px;
    max-width: 90%;
}
 .modal-content.main_select_park .choose-park-modal-img{
  height: 100px;
  width: auto;
  object-fit: contain;
      margin-left: auto;
    display: block;
    margin-top: 10px;
 }
 .modal-content.main_select_park .main-select-park-info >*{
margin-bottom: 15px;
 }
 .modal-content.main_select_park .btn-close{
display: none;
 }
 .modal-content.main_select_park h3{
  font-size: 55px;
 }
.radio-game-input {
  display: none;
}

.swiper-slide label::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -21px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--blue-color);
  border-radius: 50%;
  background-color: #fff ;
  transition: 0.2s;
}

.sw-nav-container {
  position: relative;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-bottom: 50px;
  /*margin-right: 15px;*/
}
.main-game-prev{
  right: 71px;
    left: auto;
}
.main-game-prev,
.main-game-next{
  color: var(--blue-color);
  padding: 20px;
    border-radius: 100%;
    border: 1px solid var(--blue-color);
}
.main-game-next{
      padding: 15px 20px 15px 22px;
}
.main-game-prev{
      padding: 15px 22px 15px 20px;
}
.main-game-next:not(.swiper-button-disabled),
.main-game-prev:not(.swiper-button-disabled){
color: #fff;
 background:  var(--main-btn-fill, radial-gradient(closest-side, rgba(0, 175, 238, 1) 0%, rgba(0, 175, 238, 0) 100%), linear-gradient(180deg, rgba(126, 220, 254, 1) 0%, rgba(50, 147, 200, 1) 100%));
}
.main-game-prev:after,
.main-game-next:after{
      font-size: 18px !important;
      
}
/*gallary*/
.main-portfolio-section .gallery-item img{
  border-radius: 30px;
  max-height: 308px;
  object-fit: cover;
  width: 100%;
}
.main-portfolio-section{
  /*padding: 70px 0;*/
  padding-bottom: 80px;
}
.main-portfolio-section .gallery-container{
  margin-top: 42px;
}
/*.swiper-button-prev,
.swiper-button-next {
color: #fff;
}*/

/*review-section*/
.oe-review-section {
  text-align: center;
  background-image: url("../../images/zl-bg.png");
  background-size: cover;
  padding: 60px 20px;
}
.review-rating-summary {
   margin: 30px auto 30px;
  background: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 20px;
  font-weight: bold;
}
.oe-review-section .review-card .card-text.expanded{
    max-height: 700px;
}
.oe-review-section .review-card {
  background: linear-gradient(135deg, #05b5f5, #0693c6);
  border-radius: 15px;
  padding: 20px;
  max-width: 300px;
  margin: auto;
  color: white;
    min-height: 277px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}
.oe-review-section .review-card .quote {
      font-weight: 600;
    font-size: 35px;
    color: #05abe7;
    border-radius: 50%;
    /* background: #fff; */
    width: 36px;
    height: 36px;
    margin: 0 auto;
    line-height: 1;
    padding: 10px;
    /* width: fit-content; */
    color: #fff;
}
.oe-review-section .review-card .text {
  font-size: 14px;
  margin: 10px 0;
  max-height: 129px;
    min-height: 129px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
    margin-bottom: 0;
}

.oe-review-section .review-card .author {
  font-weight: 500;
  font-size: 18px;
 margin-top: auto;
}
.oe-review-section .review-card .stars {
  color: #ffdd57;
  margin: 5px 0;
}
.oe-review-section .review-card .time {
  font-size: 12px;
}
.oe-review-section .review-bottom-info{
      display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    margin-top: auto;
}

.oe-review-section .rw-pagination-wrap {
    height: 30px;
    margin-top: 38px;
    justify-content: center;
    gap: 54px;
    display: flex;
align-items: center;
}
.oe-review-section .rw-swiper-button-prev, 
.oe-review-section .rw-swiper-button-next {
    position: inherit;
    height: 20px;
    margin-top: 2px;
}
.oe-review-section .rw-swiper-button-next:after, 
.oe-review-section .rw-swiper-button-prev:after {
    font-size: 18px;
    color: #06b6f5;
}
.oe-review-section .rw-swiper-pagination {
    position: inherit;
    width: fit-content!important;
}

.oe-review-section .swiper-pagination-bullet-active {
    background: #06b6f5;
}
.oe-review-section .read-more{
  text-align: left;
}
section.contact-section{
  padding:0;
}
.oevrp-main-contact-form{
  padding: 25px 27px;
}
section.contact-section .oevrp-main-contact-form input{
  height: 42px;
  font-size: 14px;
}
.select-parks-section-main .select-parks-section-container{
  position: inherit;
}
/*.select-parks-section-main .select-parks-map-container{
  min-height: 500px;
}*/
/*review-section*/
@media (max-width: 768px){
  .contact-section.bg-img-section{
    padding: 0;
}
.contact-section .container .row{
    margin-left: 0;
    margin-right: 0;
}
.main-game-prev{
  left: 5px;
}

.main-game-next{
  right: auto;
  left: 70px;
}
.sw-nav-container{
margin-bottom: 10px;
  height: 38px;
}
.game-container .game-options{
      margin-top: 80px;
}
}



