﻿/* 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background: transparent;
    color: #ffffff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}*/

/* Animated starfield background */
.starfield {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.star {
    position: absolute;
    background: white;
    border-radius: 50%;
    animation: twinkle 3s infinite;
}


/*.hero-title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #64b5f6, #81c784, #ffb74d) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}*/
/*h2.hero-title {
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    transform: translate(0px, 0px);
    background: linear-gradient(to bottom, #FFFEB7, #FEB3E7);
    -webkit-background-clip: text;
    color: transparent;
}*/

.section-title {
    color: #ffffff !important;
    font-size: 2rem;
    margin-bottom: 20px;
/*    background: linear-gradient(45deg, #64b5f6, #81c784);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;*/
}

 


.features {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 20px !important;
    padding: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.feature-grid {
    display: grid;
    grid-auto-columns : auto;
    gap: 30px;
    margin-top: 30px;
    /*grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);*/ /* 4 rows */
    /* Create a responsive grid with automatic columns */
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Columns fill space with a min width of 200px */

    grid-auto-rows: auto; /* Automatic row height based on content */
}

/*.feature-card {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(30px);
    opacity: 0;
}
*/

/*.feature-card {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(30px);*/ /* Initial position, shifted down */
    /*opacity: 0.8;*/ /* Slightly visible at start */
    /*transition: transform 0.3s ease-out, opacity 0.3s ease-out;*/ /* Smooth transition for transform and opacity */
/*}*/

    /* On hover, scale up and reset position */
    /*.feature-card:hover {
        transform: translateY(0) scale(1.05);*/ /* Scale up and return to normal position */
        /*opacity: 1;*/ /* Fully visible */
    /*}*/

.feature-card {
    /*text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(30px);*/ /* Initial position, shifted down */
    /*opacity: 0.8;*/ /* Slightly visible at start */
    /*transition: transform 0.3s ease-out, opacity 0.3s ease-out;*/ /* Smooth transition for transform and opacity */

    text-align: center;
    padding: 20px;
    border-radius  : 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(30px) !important;
    opacity: 0.8 !important;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;

}

    /* On hover, scale up and reset position */
    .feature-card:hover,
    .feature-card.in-view {
        transform: translateY(0) scale(1.05) !important; /* Scale up and return to normal position */
        opacity: 1 !important; /* Fully visible */
    }

.feature-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #64b5f6;
}

.feature-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #81c784;
}

.feature-description {
    opacity: 0.8;
    line-height: 1.6;
}


@keyframes twinkle {
    0%, 100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}


section#features {
    padding-bottom: 55px !important;
}




@keyframes moonRotation {
    0% {
        background-position: 0% 0%;
        border: 0px solid #00000000;
    }

    50% {
        background-position: 150% 0%;
        border: 0px solid #00000000;
    }

    100% {
        background-position: 300% 0%;
        border: 0px solid #00000000;
    }
}
/*
.moon-background {
    top: 3.5rem;
    right: 50%;
    display: block;
    width: 20rem;
    height: 20rem;
    position: absolute;
    border-radius: 50%;
    background-image: url('https://www.solarsystemscope.com/textures/download/2k_moon.jpg');
    background-repeat: repeat-x;
    background-size: 110% 100%;
    opacity: 1;
    animation-name: moonRotation;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards !important;
    box-shadow: inset -10px 8px 6px -5px #ffffff, inset 20px -20px 40px 30px rgba(0, 0, 0, 0.9), 7px -6px 14px rgba(255, 255, 255, 0.3215686275);
}*/

.moon-background {
    top: 2.5rem;
    z-index : -2;
    /* position: fixed !important; */
    right: 6%;
    display: block;
    width: 40rem;
    height: 40rem;
    position: absolute;
    border-radius: 50%;
    background-image: url(https://www.solarsystemscope.com/textures/download/2k_moon.jpg);
    background-repeat: repeat-x;
    background-size: 110% 100%;
    opacity: 1;
    animation-name: moonRotation;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards !important;
    box-shadow: inset -10px 8px 6px -5px #ffffff, inset 20px -20px 40px 30px rgba(0, 0, 0, 0.9), 7px -6px 14px rgba(255, 255, 255, 0.3215686275);
}




/*
Sidebar
.sidebar {
    display: grid;
    gap: 30px;
}

.sidebar-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateX(50px);
    opacity: 0;
}

.sidebar-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #64b5f6;
    display: flex;
    align-items: center;
    gap: 10px;
}

.events-list {
    display: grid;
    gap: 15px;
}

.event-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid #64b5f6;
    transition: transform 0.3s;
    width: 22vw;
    margin-bottom: 10px;
}

    .event-item:hover {
        transform: translateX(5px);
    }

.event-date {
    font-size: 0.9rem;
    color: #81c784;
    margin-bottom: 5px;
}

.event-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.event-location {
    font-size: 0.8rem;
    opacity: 0.7;
}

Weather/Forecast Section
.forecast {
    text-align: center;
}

.forecast-image {
    width: 100%;
    border-radius: 10px;
    margin: 15px 0;
}

*/
/* Hero Section */
/*.hero {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><circle cx="500" cy="200" r="50" fill="rgba(255,255,255,0.1)"/><circle cx="300" cy="400" r="30" fill="rgba(255,255,255,0.1)"/><circle cx="700" cy="300" r="40" fill="rgba(255,255,255,0.1)"/></svg>');
        opacity: 0.3;
    }


.hero-subtitle {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-description {
    font-size: 1.2rem;
    max-width: 600px;
    margin-bottom: 3rem;
    opacity: 0.8;
}

.cta-button {
    background: linear-gradient(45deg, #2196f3, #4caf50);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    display: inline-block;
}

    .cta-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(33, 150, 243, 0.4);
    }*/

/* Stats Section */
/*.stats {
    padding: 80px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    margin: 40px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(50px);
    opacity: 0;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #64b5f6;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.2rem;
    opacity: 0.9;
}*/

/* Content Grid */
/*.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

.main-content {
    display: grid;
    gap: 40px;
}

.gallery-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}



.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    transform: scale(0.9);
    opacity: 0;
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

    .gallery-item:hover img {
        transform: scale(1.05);
    }

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px;
    font-size: 0.9rem;
}*/

 /*Features Section*/

/* Donation Section */
/*.donation {
    text-align: center;
}

.donation-button {
    background: linear-gradient(45deg, #ffc107, #ff9800);
    color: white !important;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0;
}

    .donation-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(255, 193, 7, 0.4);
    }*/

/* Newsletter Section */
/*.newsletter {
    background: linear-gradient(45deg, #2196f3, #4caf50);
    padding: 40px;
    text-align: center;
    margin: 40px 0;
    border-radius: 20px;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    max-width: 400px;
    margin: 20px auto 0;
}

.newsletter-input {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
}

.newsletter-button {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
}*/

/* Responsive Design */


/* Floating Action Button */
/*.fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #2196f3, #4caf50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .fab:hover {
        transform: scale(1.1);
        box-shadow: 0 10px 20px rgba(33, 150, 243, 0.4);
    }





@media (max-width: 768px) {
    .content-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .gallery {
        grid-template-columns: 1fr;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        flex-direction: column;
    }
 
    .hero {
        height: 100vh;
        
    }
    .event-item {
        background: rgba(255, 255, 255, 0.05);
        padding: 15px;
        border-radius: 10px;
        border-left: 4px solid #64b5f6;
        transition: transform 0.3s;
        width: 80vw;
        margin-bottom: 10px;
    }
}


@media (min-width: 350px) and (max-width: 768px) {
    .f-carousel.is-ltr {
        direction: ltr;
        width: 85vw;
    }
}*/

