@charset "utf-8";


:root{
    --gb-color: #0000005e;
    --primary-color: #ffffff;
    --primary-text-color: #35e3fc;
    --section-bg-color: #333333; 
    --section-bg-1-color: #999999;
    --section-bg-2-color: #565656;
    --section-bg-3-color: #0069ff;
    --secondary-color: #35e3fc;
    --mail-color: #fd7e37;
    --secondary-text-color: #929292;

 }

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue.woff") format("woff");
    font-weight: lighter;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "HelveticaNeue" !important;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: white;
    background: #444;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: brightness(0.8);
    /* Optional: darken for better text contrast */
}

.hero-overlay {
    position: absolute;
    bottom: 20%;
    font-size: 4.5rem;
    font-weight: bold;
    color: #00e6ff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    padding-right: 50px;
    padding-left: 36px;
}

.side-images img {
    width: 80%;
    margin-bottom: 15px;
    border-radius: 10px;
}

.info-section {
    background-color: #444;
    color: #fff;
    padding: 40px 44px;
}

.info-section a {
    color: #00e6ff;
    text-decoration: none;
}

.info-section a:hover {
    text-decoration: underline;
}

.contact-link {
    color: #ff884d !important;
}

.navbar-brand img {
    max-height: 60px;
    object-fit: contain;
}

.nav_cls {
    background: #0000005e;
 }

 .nav-link
 {
    font-size: 22px;
 }

 .title-color {
    color: #35e3fc;
 }

 p
 {
    font-size: 1.1rem !important;
 }

 @media (max-width: 767px) {
    .hero-overlay
    {
        font-size:28px;
    }

    .navbar-nav
    {
        display: none;
    }

    .side-images img
    {
        width: 60% !important;
    }
    .hero video
    {
        position: absolute;
        top: 45%;
        left: 80%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        transform: translate(-50%, -51%) scale(0.7);
        object-fit: cover;
        filter: brightness(0.8);
    }
}

 .book-tour-section {
    padding: 20px 50px 20px 0px;
}

.book-tour-button {
    background: var(--section-bg-3-color);
    border: none;
    color: var(--primary-color);
    width: 13rem;
    padding: 10px 20px;
    border-radius: 50px;
    align-items: center;
    font-size: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
 }

 iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 39.5%;
    height: 800px;
    border: none;
    display: none;
    background: transparent;
    z-index: 11111;
 }

 .iframe-container {
    position: relative;
    width: 80%;
    margin: 20px auto;
    display: none;
}

.arrow-section {
    width:100%; 
    text-align:center;
    margin-left: -25px;
}
 
.arrow-section a {
    position: absolute; 
    bottom: 80px; 
    z-index: 11111; 
 }

 @media screen and (max-width: 768px) {
    #iframeBox {
      width: 100%;
    }
 }