@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'gilroy-Bold';
    src: url('../font/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'paypal';
    src: url('../font/PayPalSansBig-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'futura-bold';
    src: url('../font/FuturaCyrillicBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'gilroy-regular';
    src: url('../font/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'paypal-regular';
    src: url('../font/PayPalSansSmall-Regular-Klim.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'paypal-bold';
    src: url('../font/PayPalSansSmall-Medium-Klim.woff') format('woff');
}

@font-face {
    font-family: 'gilroy-exBold';
    src: url('../font/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    /* background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%); */
    height: 100%;
    font-family: "paypal-regular", sans-serif !important;
    overflow-x: hidden !important;
    /* overflow-y: scroll !important; */
    scroll-behavior: smooth;
}

.container-fluid {
    padding: 0px !important;
    margin: 0px !important;
}

.navbar {
    line-height: 30px;
    border-bottom: 1px solid gainsboro;
}

.content {
    margin-top: 0px !important;
}

.navbar-brand img {
    height: 25px;
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.navbar-nav .nav-item {
    margin: 0 12px;
    position: relative;
}

.navbar-nav .nav-link {
    color: gray !important;

    padding: 8px 16px !important;
}

.hero-heading {
    font-size: clamp(3rem, 8vw, 5rem) !important;
    margin: 30px 0 20px 0;
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-family: 'paypal-bold', sans-serif !important;
    color: #000;
    text-shadow: 2px 2px 4px rgba(0, 48, 135, 0.1);
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {

    line-height: 1.1;
    letter-spacing: -0.05em;
    font-family: "paypal-bold", sans-serif !important;
    /* color: #003087; */
    text-shadow: 2px 2px 4px rgba(0, 48, 135, 0.1);
    position: relative;
    display: inline-block;
}


@keyframes headingScale {
    0% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(1);
    }
}

.hero-heading, h1, h2, h3, h4, h5, h6 {
    animation: headingScale 0.8s ease-out forwards;
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: clamp(2.25rem, 7vw, 3.5rem) !important;
        margin: 50px 0 25px 0;
        line-height: 1.15;
        letter-spacing: -0.03em;
        padding: 0 10px;
    }

    .video-container video {}


}

@media (max-width: 480px) {
    .hero-heading {
        font-size: clamp(2rem, 6.5vw, 2.75rem) !important;
        margin: 40px 0 20px 0;
    }
}

.login-btn, .signup-btn {
    color: #5CA1DF !important;
    border: 2px solid #5CA1DF !important;
    border-radius: 5px !important;
}

a.btn.login-btn:hover, a.btn.signup-btn:hover {
    color: rgb(73, 184, 222) !important;
    border: 2px solid rgb(73, 184, 222) !important;
    transition: .3s ease;
}

.why-choose-us h1 {
    color: #000 !important;
}

.why-choose-us .card {
    background-color: #fff !important;
    border-radius: 10px;
}

.blog-section h1 {
    color: #000 !important;
}

.animate-paragraph .char {
    display: inline-block;
    white-space: pre;
}

.card.bg-light {
    background-color: #fff !important;
}

.talk-abt {
    font-family: "gilroy-exBold", sans-serif;
    /* font-weight: 900 !important; */
    font-size: xx-large;
    margin-bottom: -30px;
}

.card-custom {
    border: none;
    border-radius: 1rem;
    border: 1px solid gainsboro;
    transition: transform 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-custom:hover {
    transform: translateY(-5px);
}

.btn-purple {
    background-color: #000;
    color: white;
    font-weight: 500;
}

a.btn-purple:hover {
    background-color: #fff;
    color: #000;
    transition: .3s ease;
    border: 1px solid gainsboro;
}

.icon {
    font-size: 2rem;
    margin-right: 0.5rem;
}

.card.bg-light {
    background-color: #f8f9fe !important;
    border-radius: 12px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.stream-text,
.earn-text,
.repeat-text {
    font-family: 'futura-bold', 'paypal-bold', sans-serif !important;
    position: absolute;
    color: white !important;
    z-index: 2;
    font-size: clamp(3rem, 8vw, 12rem) !important;
}


.stream-text {
    top: 4%;
    left: 2%;
}

.earn-text {
    bottom: 45%;
    left: 2%;
}

.repeat-text {
    bottom: 15%;
    left: 2%;
}

@media (max-width: 768px) {
    .video-container video {
        transform: translate(-35%, -50%) !important;
    }

    .stream-text,
    .earn-text,
    .repeat-text {
        font-size: clamp(4rem, 8vw, 12rem) !important;
    }

    .stream-text {
        top: 5%;
        left: 2%;
    }

    .repeat-text {
        bottom: 10%;
        left: 2%;
    }

}

@media (max-width:1200px) {
    .why-blixe {
        min-height: max-content !important;
        overflow: scroll;
    }
}


.fullpage-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    min-height: 100vh;
    width: 100%;
    justify-content: center !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
}

/* Hide scrollbar but keep functionality */
.scroller {
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
    position: relative;
}



.scrollbar-track {
    display: none !important;
    /* Completely hide scrollbar */
}

/* Ensure full-height sections */
.full-height-section {
    width: 100%;
    height: 100vh;
    position: relative;
}

/* Fix for Bootstrap cards visibility */
.why-choose-us .card {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Navbar transition */
.navbar {
    transition: transform 0.3s ease-out;
    will-change: transform;
}

/* Scrollbar completely hidden */
.scrollbar-track {
    opacity: 0 !important;
    display: none !important;
}

/* Section styling */
.full-height-section {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

/* Make contact-us take full height minus navbar + footer, and center content */
html {
    height: 100%;
}

.contact-us {
    min-height: calc(100vh - 56px - 110px) !important;
    /* 56px navbar + 80px footer approx */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* Optional: improve footer spacing */
footer.footer {
    margin-top: auto;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
}

.footer ul {
    display: flex;
    gap: 15px;
}

.footer ul li a {
    color: #555555 !important;
    padding: 0 !important;
}

.scroll-content {
    transform: translate3d(0px, var(--scroll-y, 0px), 0px) !important;
}