@media (max-width: 600px) {
    .desktop-navigation {
      display: none !important;
    }

    .top-bar .icons{
        display: none;
    }
  
    .mobile-navigation {
      display: flex !important;
      position: absolute;
      background: transparent;
    }

    .menu-toggle {
    display: flex;
    }

    .hero-slider {
      height: 35vh;
  }

  .content h1 {
    font-size: 16px;
}

.content p {
  font-size: 16px;
  margin-top: 10px;
}

.play-button {
  top: 78%;
  left: 85%;
  padding: 11px;
  border-radius: 51%;
  font-size: 20px;
}

.booking-form {
  position: relative;
  flex-direction: column;
  bottom: 88px;
  background-color: #333;
}

.booking-form .form-group {
  width: 100%;
}

.booking-form .form-group  input,
.booking-form .form-group  select {
  width: 100%;
}

.booking-form .btn {
  font-size: 24px;
}

.btn-tag{
  font-size: 18px;
}

.left-activies img {
  height: 200px;
}

.tab {
  padding: 15px;
}

.description {
  font-size: 10px;
  width: 100%;
  padding: 0;
}

.book-now-activities {
  padding: 10px 20px;
}

.right-activies {
  width: 50%;
  background: #0D1B2A;
  color: white;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding: 20px;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.activities-contains {
margin: 0;
font-family: Arial, sans-serif;
display: flex
;
height: 29vh;
overflow: hidden;
}

.tab.active {
font-weight: bold;
color: #ff4500;
opacity: 1;
font-size: 12px;
}

.tab{
font-size: 12px;
}

  }
  
  @media (min-width: 600px) and (max-width: 1200px) {
    .desktop-navigation {
      display: none !important;
    }

    .top-bar .icons{
        display: none;
    }

    .menu-toggle {
    display: flex;
    }
  
    .mobile-navigation {
      display: flex !important;
      position: absolute;
    }

    .hero-slider {
      position: relative;
      width: 100%;
      height: 48vh;
      overflow: hidden;
  }

  .booking-form {
    position: relative;
    flex-wrap: wrap;
    bottom: 12px;
    background-color: #333;
  }
  
  .booking-form .btn {
    font-size: 24px;
    width: 100%;
    margin-top: 20px;
  }
  
  .btn-tag{
    font-size: 18px;
  }

  .booking-form .form-group {
    width: 50%;
}

.booking-form .last-child {
  width: 100%;
}

.booking-form .last-child input{
  width: 97%;
}

.play-button {
  top: 78%;
  left: 85%;
  padding: 35px;
  border-radius: 51%;
  font-size: 35px;
}



  }
