:root {
    --bg-color: #2c2a4a;
    --container-color: #3f3c64;
    --glow-pink: #e839a5;
    --glow-orange: #ff8c42;
    --hub-color: #00bcd4;
    --text-glow-color: rgba(255, 255, 255, 0.7);
}

body {
    margin: 0;
    font-family: 'Hind Siliguri', sans-serif;
    color: white;
    background-color: var(--bg-color);
    overflow-x: hidden;
}

#particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.particle {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: fall linear infinite;
    will-change: transform;
}
@keyframes fall {
    to { transform: translateY(105vh); }
}

.app-header {
    background-color: var(--container-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.app-title {
    font-family: 'Outfit', sans-serif;
    margin: 0;
    font-size: 1.6rem;
    color: var(--glow-pink);
    text-shadow: 0 0 8px var(--glow-pink);
}
.app-title span {
    color: var(--hub-color);
    text-shadow: 0 0 8px var(--hub-color);
}
.header-icon svg {
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

.content-area {
    padding: 25px 0;
}

.cta-section {
    background-color: var(--container-color);
    border-radius: 16px;
    padding: 25px 20px;
    margin: 25px 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-text {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
    text-shadow: 0 0 5px var(--text-glow-color);
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, var(--glow-orange), var(--glow-pink));
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px var(--glow-pink);
}
.cta-button:active {
    transform: scale(1.05);
    box-shadow: 0 0 25px var(--glow-pink), 0 0 10px var(--glow-orange);
}

.train-wrapper {
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.image-train {
    display: flex;
    width: fit-content;
    gap: 15px;
    padding: 5px 10px;
    will-change: transform;
}

.thumbnail {
    position: relative;
    width: 180px; 
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    transition: transform 0.4s ease;
    cursor: pointer;
    flex-shrink: 0;
}
.thumbnail:hover {
    transform: scale(1.05);
    z-index: 20;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.thumbnail::after {
    content: '▶';
    font-size: 32px;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    pointer-events: none;
}

.scroll-left { 
    animation: scroll-left-anim 35s linear infinite; 
}
.scroll-right { 
    animation: scroll-right-anim 35s linear infinite; 
}

@keyframes scroll-left-anim {
    from { transform: translateX(0); }
    to { 
        transform: translateX(calc(-195px * 5));
    }
}
@keyframes scroll-right-anim {
    from { transform: translateX(calc(-195px * 5)); }
    to { transform: translateX(0); }
}

.train-wrapper:hover .image-train {
    animation-play-state: paused;
}


div.logo {
    width: 200px;
    height: 50px;
    margin-top: -7px;
}
div.logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

section.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    /* flex-wrap: nowrap; */
    /* line-height: 20px !important; */
    gap: 20px !important;

}

div.container {
    width: 30%;
    height: fit-content !important;
    /* background-color: red; */
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ffffff33;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: nowrap;
}

.content_image {
    width: 100%;
    height: 200px;
    position: relative;
}
.content_image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

div.body {
    width: 100%;
    /* padding: 0 20px; */
    margin-top: -5px;
}
div.body .title {
    /* margin: 10px 0 5px 0; */
    font-size: 1.3rem;
    font-weight: 200;
    /* line-height: 1.4; */
    text-shadow: 0 0 5px var(--text-glow-color);
    /* margin-left: 10px; */
    text-align: center;
    /* margin-top: 10px; */
}

p.views {
    font-size: 13px;
    /* font-weight: 400; */
    /* line-height: 1.6; */
    /* text-shadow: 0 0 5px var(--text-glow-color); */
    /* margin-top: -19px; */
    position: absolute;
    left: 5px;
    bottom: -10px;
    background-color: #00000079;
    padding: 4px 8px;
    border-radius: 4px;
}
p.duration {
    font-size: 0.9rem;
    /* font-weight: 400; */
    /* line-height: 1.6; */
    /* text-shadow: 0 0 5px var(--text-glow-color); */
    /* margin-top: -5px; */
    margin-bottom: 10px;
    position: absolute;
    right: 5px;
    bottom: -6px;
    background-color: #00000079;
    padding: 4px 8px;
    border-radius: 4px;
}


div.footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
}

div.footer .btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    width: 95%;
    height: 40px;
    background: #226fa1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    div.container {
        width: 95%;
    }
}

footer {
    background-color: transparent;
    border-top: 1px solid #ffffff33;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
footer .social-icons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    color: #fff;
}
footer .social-icons a {
    color: #fff;
    font-size: 20px;
    transition: color 0.3s ease;
}
footer .social-icons a:hover {
    color: var(--primary-color);
}