﻿
.hero-section {
    position: relative;
    height: 100vh;
    background-image: url('/media/hero-home-bg.png');
    overflow: hidden;
    width: 100%;
    margin-top: -25px !important;
    padding-top: 0 !important;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0; /* hidden until loaded */
    transition: opacity 1s ease;
}

    .hero-video.loaded {
        opacity: 1; /* fade in after load */
    }

.hero-overlay {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.section {
    padding-top: 50px;
    padding-bottom: 20px;
}

.responsive-banner img {
    width: 100%;
    height: auto;
}

.bg-vyoma {
    background: linear-gradient(to right, #291632, #5F2D72);
}

.full-logo {
    width: 35%;
    height: auto;
    background-color: transparent;
    padding: 0px;
    margin-top: 10px !important;
    border-radius: 8px;
    margin-top: 5px !important;
}

@media (max-width: 767px) {
    .hero-overlay h1 {
        font-size: 2rem;
    }

    .img-fluid {
        height: 200px !important;
        width: auto !important;
    }

    .hero-overlay p {
        font-size: 1.2rem;
    }

    .full-logo {
        width: 55%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

.logo {
    width: 55px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    border: 0px !important;
    box-shadow: none !important;
}

.linebtm {
    text-decoration: underline;
    text-decoration-color: #b47ef2;
    text-decoration-thickness: 5px;
    text-underline-offset: 10px;
}

.social:hover {
    color: #000000 !important;
}

.shopify-icon {
    color: #95BF47;
}

    .shopify-icon:hover {
        color: #64943E;
    }

.contact-form-left-div {
    background-image: url('/media/contact.gif');
    background-color: #291632;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.video-frame {
    width: 100%; /* Fills the container width */
    height: auto; /* Works in tandem with aspect-ratio */
    aspect-ratio: 16 / 9;
    border: none;
    display: block;
}