.rides-section .splide__slide  button
{
    text-decoration: none !important;
    display: inline-block !important;
    padding: 10px !important;
    color: rgb(34, 93, 46) !important;
    border-color: rgb(34, 93, 46) !important;
}

.rides-section .card:hover {
    background: #ffffff;
}

.rides-section .splide__slide  button:hover{

    background: #F89D1C !important;
    color: #fff !important;
    border-color: #F89D1C !important;
}
.rides-section a{
    text-decoration: none !important;
}

.special-events-section .subtitle-2{
    font-size: 16px !important;
    line-height: 18px !important;
}
.special-events-section .desc
{
  font-size: 13px !important;
  line-height: 22px !important;
}
.special-events-section h3{
    font-size: 30px !important;
    line-height: 40px;
}

.special-events-section .row-2 .adv-card .content-card a.btn-orange {
    border-color: #fff !important;
    color: #fff !important;
}
.special-events-section .row-2 .adv-card .content-card a.btn-orange:hover{
  border-color: #F89D1C !important;
}

.latest-blog-section .b-card {
    background: #fff !important;
    border-radius: 15px !important;
    border: 2px solid #fff !important;
    overflow: hidden !important;
    padding: 15px;
}
.latest-blog-section .b-card img {
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}
.latest-blog-section .b-card .btn-blue {
    color: #4B6BFB !important;
    font-size: 18px;
    font-weight: bold;
    font-family: "Norseman";
    line-height: 18px;
}
.oncursor {
    cursor: pointer;
}
.latest-blog-section .b-card h2 {
    text-transform: uppercase;
}
.latest-blog-section .b-card h2, .latest-blog-section .b-card a {
    font-size: 22px !important;
    color: #181A2A !important;
    margin-top: 10px !important;
    text-decoration: none !important;
    line-height: 36px;
    text-transform: capitalize !important;
    line-height: 26px!important;
}
.latest-blog-section .b-card p.date {
    font-size: 16px !important;
    line-height: 16px;
    color: #97989F !important;
    font-family: "Salzburg-Serial-Medium";
    margin-top: 5px;
    margin-bottom: 0px;
}

.latest-blog-section .slick-prev {
    left: 0px;
    z-index:9;
}
.latest-blog-section .slick-next {
    right: 0px;
     z-index:9;
}

.rides-section .card img {
    height: 300px!important;
    object-position: bottom!important;
}
.rides-section .slick-prev {
    left: -15px;
}
.rides-section .slick-next {
    right: -15px;
}
.rides-section .card {
    margin-bottom: 10px!important;
}


.video-wrapper2323 {
    position: relative;
    cursor: pointer;
}
  

.video-wrapper2323 img,.video-wrapper2323 iframe{
    height: 560px;
    object-fit: cover;
}
.video-thumbnail2323 {
    width: 100%;
    border-radius: 12px;
    transition: 0.3s;
}
.video-thumbnail2323:hover {
    transform: scale(1.02);
}

.play-button3322 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    opacity: 0.8;
 }

.yttestionials .col-md-3 {
    padding: 20px!important;
}

.google-review-gt .star-rating {
      color: #fbbc04;
      font-size: 1.1rem;
    }

    .google-review-gt .review-card {
      background-color: #fff;
      border: none;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
    }

    .google-review-gt .review-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    }

    .google-review-gt .review-date {
      font-size: 0.85rem;
      color: #6c757d;
    }


    .google-review-gt .profile-img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      object-fit: cover;
    }

    .google-review-gt .initial-circle {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-color: #6c757d;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
    }

    .google-review-gt .ct-message {
      text-align: justify!important;
      font-size: 14px!important;
      line-height: 20px!important;
      color: #565656!important;
    }

.google-review-gt .slick-slide {
    height: 415px!important;
    margin:15px!important;
}

.special-events-section .row-2 .adv-card .content-card {
    bottom: 0px!important;
    width: 100%!important;
    left: 0%!important;
    background: linear-gradient(to top, rgb(13 13 13), rgba(0, 0, 0, 0));
    padding: 20px!important;
}

 @media only screen and (max-height:601px){
    .video-wrapper2323 img,.video-wrapper2323 iframe{
       height: 455px;
       object-fit: cover;
    }
 }

 @media only screen and (max-width:768px){
    .video-wrapper2323 img,.video-wrapper2323 iframe{
       height: 647px;
       object-fit: cover;
    }

    .yttestionials .slick-next {
       right: 5px;
    }
    .yttestionials .slick-prev
    {
      left:5px
    }


.google-review-gt .slick-slide {
    height: 446px !important;
    margin: 15px !important;
}

.google-review-gt .slick-next {
    right: 0px;
}

.google-review-gt .slick-prev {
    left: 0px;
}

.rides-section .slick-next {
    right: 0px;
}

.rides-section .slick-prev {
    left: 0px;
}


 }