/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
}

.navbar .nav-link {
    font-weight: bold;
    color: #333;
}

.navbar .nav-link:hover {
    color: #007bff;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 3rem;
    color: white;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 40px;
}

.mainNavbar {
    background-color: rgb(255, 255, 255);
    position: sticky;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: box-shadow 0.15s;
    box-shadow: rgba(104, 111, 119, 0.16) 0px 3px 6px 0px;
}

.mainNavbar li {
    width: auto;
    margin-right: 16px;
    padding: 0px;
}

.mainNavbar li .nav-link {
    color: #5A6573;
    font-weight: 475;
    padding: 4px 8px 6px 8px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    white-space: nowrap;
    font-size: 16px;
    font-family: murecho;
}

.search-box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
}

.navsection {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0px 14px 40px rgba(26, 43, 61, 0.08);
}

.nav-tabs .nav-link {
    font-weight: bold;
    color: #333;
    left: 0px; 
    width: 101.344px;
}

.nav-tabs .nav-link.active {
    color: #007bff;
    border-color: #007bff;
    border-radius: 0px 0px 15px 0px;
}

/*background: #F78E1E !important;
    border-radius: 2px;
    height: 2px;*/

.form-control, .form-select {
    height: 50px;
    border-radius: 5px;
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    font-weight: bold;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1.2rem;
    }

    .search-box {
        padding: 15px;
    }
}

.mui-style-10ijojk {
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
    width: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/* carosul section */
 .media-29101 {
    position: relative;
    width: 100%;
    height: 168px;
    margin-bottom: 20px;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    background-color: #f0f0f0; /* Default background color */
    transition: background-color 0.5s ease;
    }

.media-29101 img {
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
}

.media-29101 h3 {
    position: absolute;
    bottom: -50px; /* Start from below the container */
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: white;
    opacity: 0;
    transition: opacity 0.5s ease, bottom 0.5s ease;
}

.media-29101:hover {
    background-color: skyblue; /* Change to a dark background color on hover */
}

.media-29101:hover img {
    opacity: 0;
}

.media-29101:hover h3 {
    opacity: 1;
    bottom: 20px; /* Move the text up from the bottom */
}

.owl-2-style .owl-nav {
  display: none; }

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 15px;
      height: 3px;
      border-radius: 0px;
      background: #cccccc;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px; }
    .owl-2-style .owl-dots .owl-dot.active span {
      background: #007bff; }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }

/* carosul section */

 .media-destinations {
    position: relative;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f0f0f0; /* Default background color */
    transition: background-color 0.5s ease;
    }

.media-destinations img {
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
}

.media-destinations h3 {
    position: absolute;
    bottom: -50px; /* Start from below the container */
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: white;
    opacity: 0;
    transition: opacity 0.5s ease, bottom 0.5s ease;
}

.media-destinations:hover {
    background-color: skyblue; /* Change to a dark background color on hover */
}

.media-destinations:hover img {
    opacity: 0;
}

.media-destinations:hover h3 {
    opacity: 1;
    bottom: 20px; /* Move the text up from the bottom */
}      
