.navbar {
    background-color: black;
}



.navbar-nav .nav-link {
    color: white !important;
}

.navbar-nav .nav-link:hover {
    color: #ddd !important;
}



html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
       width: 481px;
    height: 405px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.play-button {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: black;
    margin: 25px 0;
}

.bottom-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

.actor-name {
    font-size: 18px;
    font-weight: bold;
}

.actor-title {
    font-size: 14px;
    color: #ddd;
    font-weight: 600;
}

.introtext {
    font-size: 12px !important;
    font-weight: 400;
}

.footer {
    background-color: #222;
    color: #fff;
    padding: 40px 20px;
    font-size: 14px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    flex: 1;
    min-width: 200px;
}

.footer-logo img {
    width: 50px;
    margin-bottom: 10px;
}

.footer-logo h2 {
    font-size: 24px;
    margin: 0;
}

.footer-logo p {
    font-size: 16px;
    margin: 5px 0;
}

.footer-links {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 200px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.footer-info {
    flex: 2;
    min-width: 200px;
    margin-top: 20px;
}

.footer-info p {
    margin: 5px 0;
    color: #bbb;
}

.footer-info a {
    color: #bbb;
    text-decoration: underline;
}

.footer-contact {
    flex: 1;
    min-width: 200px;
}

.footer-contact p {
    margin: 5px 0;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-icons img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #fff;
}

.typewriter h1 {
    font-size: 3.5rem;
    /* Default size for larger screens */
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-right: 4px solid #000;
    animation: typing 3s steps(30, end), blink-caret 0.75s step-end infinite;
}

/* Responsive font sizes */
@media (max-width: 992px) {
    .typewriter h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .typewriter h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .typewriter h1 {
        font-size: 2rem;
    }

    .footerlinks {
        color: white;
        font-weight: 400;
        font-size: 14px !important;
        text-decoration: none;
    }

    .footer-links {
        flex: 1;
        display: flex;
        flex-direction: row;
        gap: 8px;
        min-width: 200px;
    }

    .navbar-nav {
        flex-direction: row !important;
    }
}

/* Keyframes for the typing effect */
@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: black;
    }
}

.footerlinks {
    color: white;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
}
.footerlinks:hover {
    color: white !important;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
}

.yubg {

    width: fit-content;
    padding: 10px 12px;
    border-radius: 8px;
    background-color: #CD201F;
}

.ldbg {
    background-color: #0077B5;
    width: fit-content;
    padding: 10px 12px;
    border-radius: 8px;
}

.fbbg {
        background-color: #3B5998;
    width: fit-content;
    padding: 10px 12px;
    border-radius: 8px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.9);
}

.video-modal {
    max-width: 800px;
    margin: auto;
}