body {
    font-family: "Khand", sans-serif;
    display: grid;
    place-content: center;
    min-height: 100vh;
}


html{
    scroll-behavior: smooth;
}

.button-gold {
    font-family: 'Alfa Slab One' !important;
    background-color: #FFD700 !important;
    border: none !important;
    color: black !important;
}

.video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
.overlay-heading {
    font-family: 'Alfa Slab One', cursive;
    font-size: 3rem;
    display: block;
}
.overlay-text {
    font-family: 'Khand', sans-serif;
    font-size: 1.5rem;
    display: block;
}

.section {
    display: none;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.section.active {
    display: block;
    opacity: 1;
}

.navbar {
    border-bottom: 2px solid #000;
    color: gold;
    box-shadow: 0px 4px 2px -2px gray;
    padding: 1rem;
}

.TakerBooky {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
}

.license-info {
    display: inline-block;
    font-size: 8px;
    color: #1f1f1f;
    margin-top: -6px;
    line-height: 0.9;
    margin-left: 1.4px;
    font-family:Arial, Helvetica, sans-serif;
}

.navbar-nav .nav-link {
    font-family: 'Khand', sans-serif !important;
    color: #000000;
    margin-right: 1rem;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #ffd500;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link.active {
    font-weight: bold;
}

.nav-link.disabled {
    opacity: 0.5;
    pointer-events: none;
}


.video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.overlay-heading {
    font-family: 'Alfa Slab One', cursive;
    font-size: 3rem;
}

.overlay-text {
    font-family: 'Khand', sans-serif;
    font-size: 1.5rem;
}

.button-gold {
    background-color: #FFD700;
    border: none;
    color: black;
}

.button-gold:hover {
    opacity: 1;
    box-shadow: 0 0 40px rgba(90, 79, 57, 0.8);
}

.button-gold:active {
    transform: translateY(1px);
}


.section {
    display: none;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.section.active {
    display: block;
    opacity: 1;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.carousel-item {
    width: 100%;
    height: 100%;
    min-height: 100%; /* Avoids height shrinking */
    position: relative;
    transition: transform 0.6s ease-in-out; /* Smoothens the transition */
}


.carousel-inner img {
    width: 100%; /* Stretches to full width */
    height: 100%; /* Stretches to full height */
    object-fit: cover;
    display: block; /* Ensures it's a block-level element */
    min-height: 100%; /* Maintains height */
}

.carousel-caption p{
    background-color: hsla(0, 0%, 0%, 0.582);
}

.carousel-caption h5{
    background-color: hsla(0, 0%, 0%, 0.603);

}

.section {
    display: none;
    transition: opacity 2s ease-in-out;
}

.section.active {
    display: block;
}

.section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(19, 19, 19, 0.76);
    overflow: visible;
}

.section p {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000000;
    text-align: justify;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.788);
}

#infographics {
    background-color: rgba(255, 241, 40, 0.785);
    object-fit: cover;
    padding: 20px;
    box-shadow: 0 0 40px rgba(255, 208, 0, 0.422);
    transition: background-color 2400ms ease-in-out, opacity 2400ms ease-in-out;
    transform: perspective(2000px);
}

#infographics:hover {
    opacity: 1;
    background-color: gold;
    overflow: visible;
}

footer {
    background-color: #000;
    padding: 20px;
    color: #ccc;
    text-align: center;
}

footer p {
    font-family: "Alfa Slab One", serif;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

footer .social-media {
    padding: 0;
    margin: 0;
}

footer .social-media li {
    display: inline-block;
    margin-right: 10px;
}

footer .social-media li a {
    color: inherit;
}

footer .social-media li a:hover {
    text-decoration: none;
    color: #000;
}
