.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Make sure the video is behind other content */
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire section */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the overlay color and opacity as needed */
    z-index: 1; /* Overlay on top of the video */
}

.section-bg-grey{
padding : 30px 0px 30px 0px;
background-color: beige;
}
.boxshadow{
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
     padding:15px 15px;
}
.section-custom-title{
   color:purple;
   text-transform: uppercase;
   text-align: left !important;

    }

    @media (max-width: 673px) {
        #logo {
            margin-left: 20px
        }
        .about-header{
            font-size: 15px !important;
        }
        .banner-content h2{
            font-size: 20px !important;
        }

        .banner-content h4 {

            margin-top: 20px;
            margin-bottom: 20px;
        }

        .innerbanner-area{
          padding-top: 0 !important;
        }
        .why-visit-content h3{
            font-size: 15px !important;
        }
    }
    
    
    .single-footer-widget h6{
        text-transform:uppercase !important;
    }



.single-footer-widget ul li {
    list-style: none;
    margin: 10px 0;
    font-size: 14px;
}

.single-footer-widget ul li a {
    text-decoration: none;
    color: #FFFFFF !important;
    padding: 5px 10px;
    transition: background-color 0.3s, color 0.3s;
}

.single-footer-widget ul li a:hover {
    background-color: #121212;
    color: #007BFF;
    border-radius: 4px;
}

.single-footer-widget ul li i {
    margin-right: 8px;
    color: #007BFF;
}

.single-footer-widget ul li a:hover i {
    color: #0056b3;
}

.about-header{
    font-size:26px !important;
}


@media (max-width: 767px) {
    .about-header {
         font-size:16px !important;
    }
    
    .why-visit-h3 
{
    font-size:14px;
    font-weight:300;
}
}

.why-visit-h3 
{
    font-size:18px !important;
    font-weight:300;
}

.boxshadow{
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
     padding:15px 15px;
}































