@media (max-width: 992px){

  .banner-botom-container > ul.menu > li::after {
    width: 154px;
    height: 77px;
  }
  .banner-botom-container ul li > a {
    font-size: 1rem;
  }

  /***
  adventure Park
  */

  .cp-instruction .star-image {
    width:100px;
  }

  .aventura-button2 {
    font-size:1rem;
    padding:11px 30px;
  }

  .cp-r-video-wrapper {
    width: 443px;
    height: 341px;
  }

  .cp-row-direction-right .cp-r-col1 {
    width: auto;
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
}

@media (max-width: 768px) {


    .header-home {
      height: auto;
    }

    .header-home .overlay, .header-home .banner, .cls-intro-sec:before, .cls-intro-sec:after{
      display:none;
    }

    header .mobile-topBar-wrapper {
      display: block;
    } 

    header .topBar {
      padding: 0;
      margin: 0;
      list-style: none;
      background: #524f47;
      box-shadow: 3px 3px 4px rgb(0 0 0 / 21%);
      position: relative;
    }

    header .topBar li {
      padding: 0;
      font-size: 12px;
      color: #fff;
      font-family: "Inter", sans-serif;;
      border-right: solid 1px rgba(143, 141, 136, .25);
      text-align: center;
      display: flex;
    }

    header .topBar li a {
      color: #fff;
      font-size: 10px;
      text-decoration: none;
      line-height: 16px;
      padding: 0 5px;
      float: left;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 0;
    }

    header .topBar li span {
      width: 16px;
      height: 16px;
      background: #c4d82d;
      border-radius: 100%;
      position: relative;
      display: inline;
      margin: 0 3px 0 0;
    }
	
	 .ParkTim span {
      background: none !important;
    }

    header .topBar li span img {
      width: 9px;
      height: 9px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
    }

    #intro-sec {
      padding-top: 2rem;
    }

    header .ParkTim {
      display: none;
      position: absolute;
      top: 100%;
      z-index: 999;
      background-color: #f2f2f2;
      border-top: 3px solid #c4d82d;
      left: 0;
      right: 0;
      font-family: 'Humectez La Mouture';
      font-size: 18px;
      color: #282828;
      padding: 15px;
      text-align: left;
    }

    header .ParkTim p.m-heading {
       font-family: "Humectez La Mouture" !important; 
    }
   


    header .mobile-logoMenu {
      width: 100%;
      position: relative;
      padding: 20px 0;
    }

    header .mobile-logoMenu .logo {
      margin-left: 15px;
      display: table;
    }

    header .mobile-logoMenu .logo img {
      height: 25px;
      width: auto;
    }

    header .mobile-logoMenu .MenuButton {
      position: absolute;
      right: 15px;
      top: 25px;
      cursor: pointer;
      width: 25px;
      height: 25px;
    }

    header .mobile-logoMenu .MenuButton span {
       position: absolute;
      top: 0;
      right: 0;
      width: 32px;
      height: 2px;
      clear: both;
      display: block;
      background: #5B5747;
      margin: 0 0 4px 0;
      border-radius: 2px;
      transition-duration: .3s;
    }

    header .mobile-logoMenu .MenuButton span:nth-child(2){
      top: 6px;
      opacity: 1;
      transition-duration: .3s;
    }
    header .mobile-logoMenu .MenuButton span:nth-child(3){
      top: 12px;
      transition-duration: .3s;
    }    
    
    header .mobile-logoMenu .MenuButton.active span:nth-child(1){
        transform: rotate(40deg);
        top: 8px;
      transition-duration: .3s;
    }

    header .mobile-logoMenu .MenuButton.active span:nth-child(2){
      opacity: 0;
      transition-duration: .3s;
    }

    header .mobile-logoMenu .MenuButton.active span:nth-child(3){
        transform: rotate(-40deg);
        top: 8px;
      transition-duration: .3s;
    }

    header .mobile-logoMenu .MenuButton.active {
      z-index: 99999999;
    }

    ul#mobile-main-menu {
      height: 100vh;
    }

    header .header-mobile-conent h1{
      font-size: 1.5rem;
      text-align: center;
      margin: 0;
    }

    header.inner-pages .inner-top-nav-container {
      display: none;
    }

    .timing-block span {
      font-size: 12px;
    }


    .timer-upperoutouter .timer-upper .stitle {
      padding: 0px 35px;
    }

    .MainMenuWrap{
      float: right;
      width: 50%;
      position: relative;
    }

    .MainMenu{
      position: fixed;
      top: 82px;
      width: 100%;
      background: #c4d82d;
      padding: 0;
      margin: 0;
      padding-top: 60px;
      list-style: none;
      box-shadow: 0px 1px 4px rgba(0,0,0,.11);
      z-index: 99999;
      overflow: hidden;
      transform: translateX(100%); /* Start off-screen to the right */
      opacity: 0;
      visibility: hidden; /* Hide it from the view */
      transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s; /* visibility delay matches the transform duration */
    }

    .MainMenu.active {
      transform: translateX(0); /* Slide into the screen */
      opacity: 1;
      visibility: visible; /* Make it visible */
      transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0s; /* visibility is immediate when active */
      /* left: 0; */
      display: block;
    }

    .MainMenu li{
      float: left;
      width: 100%;
      border-bottom: solid 1px #fafafa;
      position: relative;
    }
    .MainMenu li .submenu{
      position: absolute;
      background: #fafafa;
      right: 0;
      top: 0;
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 28px;
      font-size: 14px;
      color: #282828;
      cursor: pointer;
    }
    .MainMenu li:last-child{
      border-bottom: 0px;
    }
    .MainMenu li a{
      float: left;
      width: 100%;
      color: #5B5747;
      text-decoration: none;
      padding: 10px 15px;
      font-size: 20px;
      background-color: #c4d82d;
    }
    .MainMenu li ul{
      padding: 0;
      list-style: none;
      border-top: solid 1px #fafafa;
      clear: both;
      width: 100%;
      display: block;
      display: none;
      background: #fafafa !important;
    }
    .MainMenu li ul li{
      padding: 0 0 0 10px;
      list-style: none;	
      background: #fafafa !important;
      border-bottom: solid 1px #f2f2f2 !important;
    }

    .btn-mobile-header {
      display: flex;
      justify-content: end;
      margin-top: 10px;
      padding-right: 15px;
    }

    .btn-mobile-header a { 
      padding: 7px 10px;
      font-size: 12px;
    }

    .gree-arrow span.submenu::after {
      content: ' ';
      background: url(../images/selected.svg);
      width: 25px;
      height: 25px;
      position: absolute;
      right: 5px;
      top: 2px;
      background-repeat: no-repeat;
      transition: transform 0.5s ease-in;
    }

    .yellow-arrow span.submenu::after {
      content: ' ';
      background: url(../images/selected-yellow.svg);
      width: 25px;
      height: 25px;
      position: absolute;
      right: 5px;
      top: 2px;
      background-repeat: no-repeat;
      transition: transform 0.5s ease-in;
    }

    .darkgreen-arrow span.submenu::after {
      content: ' ';
      background: url(../images/selected-green.svg);
      width: 25px;
      height: 25px;
      position: absolute;
      right: 5px;
      top: 2px;
      background-repeat: no-repeat;
      transition: transform 0.5s ease-in;
    }

    span.rotat-arrow::after {
      transform: rotate(90deg);
    }

    .intro-icons-contaioner img, .intro-icons-contaioner picture {
      width: 50px;
    }

    .intro-icons-contaioner ul {
      border-left: none;
    }

    .intro-icons-contaioner ul.h-slide1 {
      max-height: 90px;
    }
  
    .inro-content {
      margin-top: 1rem;
    }
    
    .cls-intro-sec .inro-content {
        margin-top: 1rem;
    }

    .cls-intro-sec .inro-content .m-t-2_5{
        margin-top: 0rem;
    }

    .banner {
      background: url(../images/mobile-banner.png);
    }

    .banner .main-banner-conatainner {
      text-align: center;
    }

    #testimonial-sec {
      height: 550px;
    }

    .single-testimonial {
      margin: 20px 0;
    }

    .testimonial-wrapper h3 {
      font-size: 1rem;
    }
    .testimonial-wrapper h2 {
      font-size: 1.2rem;
    }
    
    .single-testimonial p {
        font-size: 14px;
    }

    .gtk-item {
      padding: 1em 1em;
      display: flex !important; 
      flex-direction: column;
      align-items: center;

    }

    .gtk-pre-arrow {

      left: 5;
      top: 20%;
      width: auto;
      height: auto;
      transform: translateY(-50%);
      background: no-repeat;
    
    }

    .gtk-pre-arrow::after {
      content: ' ';
      position: absolute;
      background: url(../images/arrow.svg);
      height: 45px;
      width: 45px;
      top: 0;
      transform: rotate(180deg);
    }

    .gtk-next-arrow {

      right: 0;
      top: 20%;
      width: auto;
      height: auto;
      transform: translateY(-50%);
      background: no-repeat;
    
    }

    .gtk-next-arrow::after {

      content: ' ';
      position: absolute;
      background: url(../images/arrow.svg);
      height: 45px;
      width: 45px;
      top: 0;
      right: 5px;
      

    }

    .gtk-item h5 {
      font-size: 1rem;
    }
    .gtk-item p {
      font-size: 12px;
    }

    .gtk-icon img {
      width: 50px;
    }

    .footer-col-1 {
      display: none;
    }

    .footer-copyright .d-flex {
      width: 100%;
      margin: 0 auto;
    }

    .footer-copyright .copyright {
      display: flex;
    }

    .nav-section {   
      grid-template-columns: 1fr 1fr 1fr;
    }

    .row-home-grid ul {
      padding-left: 0;
    }

    .r-hg-btn-wrapper li {
      width: 50%;
    }

    .r-hg-btn-wrapper li a,  .r-hg-btn-wrapper li button {
      width: 100%;
      padding: 5px 0px
    }

    .main-nav-mobile {
        display: block;
    }

    .main-nav-desktop {
        display: none;
    }

    .hamburger {
        position: relative;
    }

    .hamburger input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px; 
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }

    .hamburger span {

        display: block;
        width: 20px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;        
        background: #fff;
        border-radius: 3px;        
        z-index: 1;        
        transform-origin: -2px 5px;        
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    opacity 0.55s ease;
    }

.main-nav-mobile nav {
    position: fixed;
    height: 500px;
    width: 350px;
    right: -350px;
    overflow: hidden;
    background: #fff;
    transition: 0.4s ease;
    padding: 30px 50px 25px 50px;
    /* top: 0; */
    z-index: 11;
}

.main-nav-mobile nav ul li a {
    color: #000 !important;
}

 .mobile-main-menu ul {
    transition: 0.4s ease;
    padding: 30px 50px 25px 50px;
    top: 0;
    z-index: 11;
 }

 .main-nav-mobile nav>div {
   position: relative;
 }

 .main-nav-mobile nav>div label {
  /* width: 30px; */
  margin-right: 25px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  transition: 0.3s ease;
 }

 .main-nav-mobile nav>div label span {
   background: transparent;
 }

 .main-nav-mobile nav>div label::after {
   
    content: '';
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 5px;
    top: -5px

  }

.mobile-main-menu li {
  padding: 10px 0;
  font-size: 22px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.main-nav-mobile nav ul , .main-nav-mobile nav ul.mobile-main-menu{
  display: block;
}

.hamburger input:checked ~ nav
{
  right: 0;
  position: absolute;
}

.main-nav-mobile input[type=checkbox]:checked~nav label span:before, .main-nav-mobile input[type=checkbox]:checked~nav label span:after {
  transition-delay: 0.2s;
}



.main-nav-mobile input[type=checkbox]:checked~nav label span:before {
  transform: translateY(-12px);
}

.main-nav-mobile input[type=checkbox]:checked~nav label span:before {
  transform: rotate(-45deg);
}

.main-nav-mobile .toogle-close span::before {
  height: 2px;
  width: 25px;
}

.main-nav-mobile nav>div label span:before, .main-nav-mobile nav>div label span:after {
  background: #c5d83f;
}

.main-nav-mobile label span::before, .main-nav-mobile label span::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 35px;
  background: #b3b3b3;
  border-radius: 10px;
}

.main-nav-mobile input[type=checkbox]:checked~nav label span:after {
  transform: rotate(45deg);
}

.main-nav-mobile nav .toogle-close span::after {
  height: 2px;
  width: 25px;
}

header .home-banner-text-container {
    z-index: 0;
}


.mobile-main-menu-child {
    display: none;
    padding: 0;
}

.has-child {
    position: relative;
}

.has-child ul {
  display: none;
}


.has-child:hover > .mobile-main-menu-child {
    display: block;
}

.mobile-main-menu-child li:last-child {
    border-bottom: none;
}

.mobile-main-menu-green-circle::after {
    background-image: url(../images/selected.svg);
    position: absolute;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    z-index: 4;
    width: 30px;
    height: 20px;
    top: 22%;
    margin-left: 12px;
    transform: rotate(0deg);
    transition-duration: 0.3s;
    transition-property: all;
    right: 0;
}

.mobile-main-menu-orange-circle::after {
    background-image: url(../images/selected-orange.svg);
    position: absolute;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    z-index: 4;
    width: 30px;
    height: 20px;
    top: 22%;
    margin-left: 12px;
    transform: rotate(0deg);
    transition-duration: 0.3s;
    transition-property: all;
    right: 0;
}

.hamburger::after {
    content: '';
    border: 1px solid #ccc;
    height: 35px;
    width: 35px;
    position: absolute;
    top: -9px;
    left: -8px;
    border-radius: 50%;
}

.header-mobile-conent {
  display: block;
}

.header-mobile-conent {
  display: block;
  position: relative;
 /*   background-image: url('../mobile/img/mobile-banner.png'); */
 /* background-image: url('../mobile/img/mobile-banner.webp');*/
 
/*
  background-image: url('https://www.aventuraparks.com/wp-content/uploads/2024/02/home-page-banner-mob-1.webp'); 
  min-height: 400px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  */
}

.mobile-banner-text {
  position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.whats-new-mible{
  display: none !important;
    text-align: center;
    margin: 1rem;
}

.whats-new a {
  width: 95px;
  padding: 10px 20px;
  font-size: 1rem;
}

.header-mobile-conent span {
  display: block;
  font-size: 16px;
}

#intro-sec, #tiles-sec, #testimonial-sec, #good-to-know-sec, #instagram-sec {
  padding-top: 2rem;
}


/**
home-about-us
*/
.intro-icons-contaioner {
  display: unset !important;
  justify-content: unset;

}
.intro-icons-contaioner .count, .intro-icons-contaioner .intro-icon-title {
  font-size: 1rem;
}

.inro-content p, .tile-item-description p, .single-testimonial p {
  font-size: 16px;
}

.intro-icons-contaioner ul::after:nth-child(even){
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  margin-bottom: 1rem;
}


.intro-icons-contaioner ul:nth-child(4), .intro-icons-contaioner ul:nth-child(7){
  border-left: none;
}

.line-seprator{
  display: block;
    background: #ccc;
    width: 100%;
    height: 1px;
    margin: 1rem;
}

/** home-grid
*/
.row-home-grid {
  min-height: 600px;
}

.row-home-grid .right-image, .row-home-grid .left-image {
  min-height: 320px;
}

.tile-item .right-image img, .tile-item .left-image img {
  position: absolute;
  top:5%;
}

.row-home-grid .tile-item-description  {
  text-align: center;
  margin: 2rem 0;
}
.row-home-grid .tile-item-description p {
  padding: 0;

}

/** whats app image
*/
.footer-whats-app-sticky {
  /* display: none; */
}


/*
* 
*/
  .key-takaways-blocks {
    width: 100%;
  }

  .av-tabs {
    width: 100%;
    white-space: nowrap;
    padding: 0;
    height: auto;
    flex-wrap:unset;
    overflow-y: hidden;
    margin-bottom: 1rem;
  }

  .av-tabs li {

    font-size: 1.2rem;
    color: #fff;
    flex:unset;
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .av-tabs li button{
    position:relative;
  }

  .av-tabs li button.btn-aventura-tab {
    width: 63px;
    height: 63px;
  }

  .av-tabs li button span, .av-bd-tabs li span{

    display: block;
    position: absolute;
    font-size: 10px;
    left: -10px;
    right: -10px;
    bottom: -25px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    line-height: normal;
    font-weight: 300;
    color: #000;
    height: 20px;
    bottom: -31px;
    opacity: 1 !important;
    white-space: break-spaces;
  }

  .av-tabs .over .nav-link, .av-tabs  .active{
    transform: scaleY(1);
  }

  .nav-pills li:first-child .nav-link.active, .nav-pills li:first-child .nav-link,.nav-pills li:first-child .nav-link.active, .nav-pills li .nav-link, .nav-pills li:last-child .nav-link.active, .nav-pills li:last-child .nav-link {
    border-radius:100%;
  }

  .av-bd-tabs li{
    border-radius: 50%;
    background: #c9d74f;
    position: relative;
    width: 63px !important;
    height: 63px;
  }
  .av-bd-tabs ul li:first-child , .av-bd-tabs ul li:last-child{
    border-radius: 50%;
  }

  .av-bd-tabs ul {
    padding: 0;
    gap: 1rem;
  }

  .col-pricing {
    margin: 1rem 0;
  }

  /**
  inner-pages
  */ 
  .home-page-title {
    font-size: 1.75rem;
  }

  .add-on-table-v2 {
    flex-direction: column;
  }

  .block-physical-meter::after {
    height: 52px;
    top: -8%;
  }
  .block-physical-meter div{
    height: 40px;
  }

  .section-list ul li.price-list-icon {
    padding: 0.4rem 0 0rem 28px;
    font-size: 13px;
  }

  .section-list ul li.price-list-icon::before {
    width: 25px;
    height: 25px;
  }

  
  .add-on-grid {
    flex-direction: column;
    gap: 1rem;
    margin: 0;
  }

  .cp-r-video-wrapper {
    width: 306px;
    height: 259px;
    margin: 0 auto;
  }

  .cp-row .cp-r-video .bg-white-brush::before, .cp-row .cp-r-video .bg-white-brush::after {
    background-repeat: no-repeat;
  }
  .cp-row .cp-r-video .cp-r-video-wrapper::before, .cp-row .cp-r-video .cp-r-video-wrapper::after {
    width: 189px;
    height: 67px;
  }

  .cp-row-direction-left .cp-r-col1 {
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .cp-instruction ul {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap:1.3rem;
    text-align: left;
    justify-content: center;
  }

  .cp-content-col .cp-instruction ul li {
    width: 46%;
    max-width: 46%;
    align-items: center;
  
  }

  .aventura-button2 {
    font-size:1rem;
    padding:5px 30px;
  }

  .h2-heading, h2, .h1 {
    font-size: 1.75rem;
  }

  .h3-heading, .h4-heading {
    font-size: 1.75rem;
  }
  p{
    font-size: 14px;
  }

  .cp-r-bottom {
    justify-content: center;
  }

  .inner-pages .banner-container::before {
      min-height: 148px;
      height: 40vh;
  }

  .inner-pages .banner-container {
      min-height: 148px;
	  height:40vh;
      max-height: 50vh;
  }

  .cp-row {
    padding: 2.5em 0px;
  }

  .cp-row .cp-r-video {
    height: 320px;
    margin-top: 2rem;
  }

  .cp-row .cp-r-img {
    margin-top: 0;
  }

  .cp-row .cp-content-col {
    margin-bottom: 0;
    text-align: center;
  }

  .cp-row .cp-content-col h3, .cp-row .cp-content-col p {
    text-align: center;
  }

  .cp-row .cp-content-col p {
    font-size: 16px;
  }

  .cp-row-direction-right .cp-r-img img, .cp-row-direction-left .cp-r-img img {
    width: 100%;
    position: relative;
    margin: 0;
  }

  .cls-244 {
    padding-bottom: 0;
  }

  .gtk-cls-244 {
    padding-top: 0;
  }

  .gtk-inner-pages {
    background: #fefaee;
  }

  .gtk-row {
    padding-top: 0;
  }

  .gtk-about-us .gtk-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .gtk-inner-pages, .brush-background {
    padding:2em 0px;
  }

  .brush-background {
    background: #FEFAEE;
  }

  .desktop-tbl {
    display: none;
  }

  .mobile-tbl {
    display: table;
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile-tbl tr td:first-child {
    font-weight: 700;
  }

  .tab-content-wrapper {
    padding: 1rem 0;
  }

  .table td, .table th {
    border-top: none;
    font-size: 12px;
  }

  .tab-content-wrapper .cp-row .col-md-6 {
    width: 100%;
  }

  .info-table-nature-trail {
    /*overflow-y: hidden;*/
  }

   .info-table-nature-trail ul li:first-child {
    width: 100%;
    text-align: center;
  }

  .info-table-nature-trail ul li:nth-child(2) {
    display: none;
  }

  .info-table table td span {
    display: block;
  }

  /*
    discivery-area
  */

  .grid-scroll-gallery {
    flex-direction: column-reverse;
  }
  .grid-scroll-gallery-images {
    min-height: 210px;
  }

  .desktop-footer, .desktop-display {
    display: none;
  }

  .mobile-footer, .mobile-display {
    display: unset;
  }

  .rightclick-bulltet::before {
    width: 18px;
    height: 20px;
  }

  .rightclick-bulltet {
    padding: 10px 10px 10px 27px;
    font-size: 12px;
  }


  .footer-wrapper {
    padding-top: 2rem;
    margin-top: 4rem;
  }

  footer::before {
    top: -35px;
    height: 50px;
    width: 100%;
}

  footer .footer-contact-us, footer .footer-content-wrapper {
    padding-top: 0;
  }

  footer .footer-social-links {
    justify-content: space-around;
    margin-bottom: 1rem;
  }

  footer .third-party-logos ul {
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }

  footer .footer-social-links, footer .third-party-logos ul {
    padding: 0;

  }

  footer .third-party-logos ul li .icon-autism {
    width: 62px;
  }

  footer .third-party-logos ul li .icon-trip-advisor {
    width: 54px;
  }
  footer .third-party-logos ul li img {
    width: 85px;
  }
  
  .footer-whats-app-sticky i {
    /*display: none;*/
  }

  footer .mobile-footer-logo img {
      width: 80px;
      margin-right: 12px;
  }

  .footer-copyright span {
    font-size: 12px;
  }

  footer .footer-form-title, footer h3, footer .footer-h4-title {
    font-size: 1rem;
  }

  footer .subsribe-form input[type="email"] {
    padding: 7px 12px;
  }



  .border-radius-right {
    border-radius: 0px 0px 25px 25px;
  }

  .block-testimonial .card-text {
    font-size: 0.9rem;
  }

  .col-2-center {
    flex-direction: column;
  }

  .sensorypbtn-wrapper img {
    width: 80px;
  }

  .sensorypbtn-wrapper span {
    font-size: 1.25rem;
  }

   .add-on-grid-col2 {
    grid-template-columns: 1fr;
  }

    .tbl-fild-trip-program {
    overflow-x: scroll;
  }

  .autism-row .autism-row-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin: auto;
  }

  .autism-img-wrapper {
    width: 55%;
    margin:0 auto;
    padding: 10px; 
  }

  .autism-img-wrapper img {
    width: 150px;
  }

  /*=============privacy-policy ================*/
 .privacy-policy .site-main p, .privacy-policy .site-main li{
    font-size: 16px;
  
  }
  .privacy-policy .site-main p, .privacy-policy .site-main ul, .page-id-856 .site-main ul{
    padding-left: 1rem;
  }
  
   .privacy-policy .site-main li , .page-id-856 .site-main li{
    list-style: disc;
  }
  .privacy-policy .site-main p, .privacy-policy .site-main li a {
    display: inline-block;
  }

  .add-on-grid li img {
    width: 40px;
  }

  .section-block {
    padding: 0;
  }

  .section-grid-addon-table {
    padding-top: 2rem;
  }

  .av-tabs-section {
    padding: 2rem 0; 
  }

  .section-birthday-blocks {
    margin: 2rem 0; 
  }

    .section-testimonials, .section-testimonials .row-testionals .block-testimonial {
      padding: 1rem 1rem;
  }

   .disable-tab  {
    pointer-events: none;
    display: none;
  }

  .av-bd-tabs-content .h1, .section-grid-addon-table .h2{
    font-size: 16px;
  }
  .section-grid-addon-table .h4, .gird-pricing h3{
    font-size: 14px;
  }

  .section-grid-pricing-table .col-pricing .gird-pricing {
    margin: 0;
  }


   .ParkInfo.fullTable table{
    margin-bottom: 10px;
   width: 100%; 
  }
  .ParkInfo.fullTable table:last-child{
    margin-bottom: 0 !important;
  }
  .ParkInfo table.blackTh th{
    background: #000000;
  }
  .ParkInfo table.orangeTh th{
    background: #f79827;
  }
  .ParkInfo table.blueTh th{
    background: #48c1f2;
  }
  .ParkInfo table.pinkTh th{
    background: #ea0a8c;
  }
  .ParkInfo table.whiteTh th{
    background: #fff;
    color: #282828;
    border-left: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
  }
  .ParkInfo table.greyTh th{
    background: #f6f6f6;
    color: #282828;
  }
  .ParkInfo.tabsinner table.greyTh tr:nth-child(even){
    background: #f3f3f3 !important;
  }
  
  .ParkInfo table th{
    background: #c4d82d;
    width: 100px;
    text-align: center;
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 11px;
  }
  .ParkInfo table td{
    text-align: center;
    padding: 5px 0;
    font-size: 11px;
    line-height: normal;
    color: #777575;
  }
  .ParkInfo table td strong{
    color: #282828;
  }
  .ParkInfo table td b{
    font-size: 13px;
    color: #282828;
  }
  .ParkInfo table tr:nth-child(odd){
    background: #ebebeb;
  }
  .ParkInfo table tr:nth-child(even){
    background: #f3f3f3;
  }
  .ParkInfo table table tr:nth-child(even){
    background: transparent !important;
  }
  .ParkInfo table table tr:nth-child(odd){
    background: transparent !important;
  }
  .ParkInfo table table{
    padding: 5px 10px !important;
  }
  .ParkInfo table .innerButton{
    padding: 10px !important;
  }
  .ParkInfo table table td{
    padding: 2px !important;
  }
  .ParkInfo table tr span{
    display: block;
    width: 100%;
  }
  .ParkInfo table tr a {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      display: block;
      text-decoration: none !important;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      padding: 5px 0;
  }
  .ParkInfo table tr a.green{
    background: #a4cd39;
  }
  .ParkInfo table tr a.blue{
    background: #00aeef;
  }
  .ParkInfo table tr a.orange{
    background: #f7941d;
  }
  .ParkInfo table tr a.red{
    background: #c4161c;
  }
  .ParkInfo .ParkInfoBtn {
      background: #aaa;
      padding: 3px 6px;
      font-size: 10px;
    width: auto;
      text-align: center;
      margin: 0 auto 3px auto;
    display: inline-flex;
    font-weight: bold;
  }
  
  .ParkInfo.ColorInfo{
    margin-bottom: 20px;
  }
  .ParkInfo.ColorInfo table tr:nth-child(even){
    background: #ffffff !important;
  }
  .ParkInfo.ColorInfo table tr th{
    background: #ffffff;
    color: #c4d82d;
    border-left: solid 2px #ebebeb;
    border-right: solid 2px #ebebeb;
  }
  .ParkInfo.ColorInfo table tr:nth-child(1) th{
    border-top: solid 2px #ebebeb;
  }
  .ParkInfo.ColorInfo table tr:last-child th{
    border-bottom: solid 2px #ebebeb;
  }
  .ParkInfo.ColorInfo table tr td{
    border-right: solid 1px #ebebeb;
  }
  .ParkInfo.ColorInfo table tr:nth-child(1) td{
    border-top: solid 2px #ebebeb;
  }
  .ParkInfo.ColorInfo table tr:last-child td{
    border-bottom: solid 2px #ebebeb;
  }
  
  
  .ParkInfo.tabsinner table tr:nth-child(even){
    background: #ffffff !important;
  }
  .ParkInfo.tabsinner table td{
    padding: 10px 0;
  }
  .ParkInfo.tabsinner table td b{
    text-transform: uppercase;
  }
  .ParkInfo.tabsinner table{
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
  }
  .ParkInfo.tabsinner2 table tr:nth-child(even){
    background: #f3f3f3 !important;
  }
  
  .ParkInfo.tabsinner table.smallContent td b{
      font-size: 10px !important;
      text-align: left !important;
      float: left;
  }

  .SiteBtnC {
    margin: auto;
    display: table;
    background: #c4d82d;
    font-family: 'Humectez La Mouture';
    color: #282828 !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 20px;
    transition-duration: .4s;
}
.blackBG {
  background: #000000 !important;
}
.greenBG {
    background: #c4d82d !important;
}
.blueBG {
    background: #48c1f2 !important;
}
.pinkBG {
    background: #ea0a8c !important;
}

.natureDetail .left-detail {
  text-align: left !important;
}

.menu-language-switch-container {
  position: absolute;
  left: 0;
}


.single-slider-mobile .slick-prev ,  .single-slider-mobile .slick-next{
        display: none !important; 
}

.addon-dflex {
  flex-direction:column;
}

.section-grid-addon-table .d-flex .flex-fill:not(:last-child) {
  border:none;
  border-bottom:1px solid #ddd;
}

.card-img-testimonial {
  width: 100%;
  height: auto;
}




}






@media (max-width:768px){
  .row-home-grid ul{
    padding:0;
  }
	
	.dropdown:hover .dropdown-menu {
		top: -40px !important;
		left:-4% !important;
	}

  .display-desktop {
    display: none !important;
  }

  .display-mobile {
    display: block !important;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }


  table.ticket-table tr:nth-child(odd) td:first-child {
    border-right:none;

  }

  .page-template-tmp-ticket .span-heading, .inro-content .span-heading {
      font-size: 1rem;
  }

  ul.h-av-key-points li {
    margin: 1rem 0;
  }

}

@media (max-width: 480px) {
	
	.dropdown:hover .dropdown-menu {
		top: -40px !important;
		left:-4% !important;
	}

  .cp-r-video-wrapper {
    height: 235px;
  }
  
  .aventura-button1, .aventura-button2 {
    font-size: 1.25rem;
  }

  .row-home-grid .aventura-button1, .row-home-grid .aventura-button2 {

    font-size: 1rem;
      padding: 8px 25px;

  
  }

}

@media (max-width: 767px) {

  .cstm-img-hight>img,  .cstm-img-hight picture img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;

  }
  .custom-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: center;
}

.custom-col-6 {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.custom-col-12 {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.custom-rectangle {
    border: 1px solid #FFFFFF;
    color: white;
    padding: 7px;
    text-align: center;
    border-radius: 12px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.custom-center-rectangle {
    margin: 0 auto;
}

.hide-on-desktop-custom {
    display: block;
}

.hide-on-mobile-custom {
    display: none;
}

.custom-social-icons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

#myboxModal .modal-content:before {
  top: -35px;
}
#myboxModal .modal-content:after {
  bottom: -35px;
}
#myboxModal {
  z-index: 9999;
}
#myboxModal .modal-header .btn-close {
  top: 20px;
}
	
	.page-id-7010 .bannerVideo {
		display:none;
	}

}
