body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
}

@font-face {
    font-family: "FSPDEMOFont";
    src: url("../fonts/FSPDEMOFont.woff2") format("woff2"),
         url("../fonts/FSPDEMOFont.woff") format("woff"),
         url("../fonts/FSPDEMOFont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Header */
.site-header {
    padding: 10px 0;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.logo img {
    max-height: 50px;
}

.social-icons a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px;
    transition: .3s;
}

.social-icons a:hover {
    background: #f3ba25;
    color: #000;
    text-decoration: none;
}

/* .hero-banner {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; 
    display: block;
} */


/* Banner */
.hero-banner {
    position: relative;
    height: 550px;
    background: url('../images/biggboss-new1.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
}

.h-class {
    height: auto;
}

/* .hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55); 
} */

.hero-content {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.hero-content img {
    width: 100%;
    max-width: max-content;
}

.hero-content h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 18px;
    max-width: 700px;
}

/* .hero-banner {
    position: relative;
    height: 350px;
    background: url('../images/biggboss.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
} */

.video-box {
    width: 100%;
    max-width: 520px;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .35);
    backdrop-filter: blur(6px);
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Title Section */
.intro-section {
    padding: 10px 0 0;
    text-align: center;
}

.intro-section h2 {
    font-size: 35px;
    font-weight: 700;
    color: #f3ba25;
}

.intro-section p {
    max-width: 850px;
    margin: 15px auto 0;
    color: rgba(255, 255, 255, .8);
}

/* Flipbook Section */
.flipbook-section {
    padding: 10px 0 0;
}

.flipbook-wrapper {
    background: #141119;
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
}

#flipbook {
    width: 100%;
    min-height: auto;
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

/* Footer */
footer {
    background: rgba(255, 255, 255, .05);
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 0;
    text-align: center;
}

footer p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
}

@media (max-width: 991px) {

    .hero-banner {
        height: auto;
        padding: 40px 0;
        background-position: left center;
    }

    .video-box {
        max-width: 100%;
        margin-top: 20px;
    }

    .intro-section {
    padding: 1em 0 0px;
    }
}

@media (max-width: 767px) {

    .hero-banner {
        padding: 25px 0;
    }

    .video-box {
        border-radius: 16px;
    }
}

@media(max-width:820px) {

    .hero-banner {
        height: auto;
    }
}

@media(max-width:768px) {

    .hero-banner {
        height: auto;
    }
}

@media(max-width:767px) {

    .hero-banner {
        height: auto;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .intro-section h2 {
        font-size: 20px;
    }

    #flipbook {
        min-height: 400px;
    }
    .h-class {
        height: 450px;
    }

    .social-icons a {
        width: 20px;
        height: 20px;
        font-size: 10px;
        margin-left: 5px;
    }
}

@media screen and (orientation: landscape) and (max-width: 915px) and (max-height: 450px) {

    .hero-banner {
    background: none;
    }
}

@media(max-width:480px) {

    .hero-banner {
        height: auto;
    }

    .social-icons a {
        width: 20px;
        height: 20px;
        font-size: 10px;
        margin-left: 5px;
    }
}