
/*=========================================
            ABOUT HERO
=========================================*/

.about-hero{
    position:relative;
    height:60vh;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    background:linear-gradient(135deg,#07162d,#0b2444);
}

/*=========================
      SVG BACKGROUND
=========================*/

.hero-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    pointer-events:none;
}

.hero-bg svg{
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
}

/*=========================
      HERO CONTENT
=========================*/

.about-hero-content{
    position:relative;
    z-index:10;
    width:90%;
    max-width:900px;
    text-align:center;
    color:#fff;
}

.hero-small{
    display:block;
    color:#d2b25b;
    letter-spacing:8px;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:25px;
    font-weight:600;
}

.about-hero-content h1{
    font-size:92px;
    font-family:"Playfair Display",serif;
    font-weight:700;
    margin-bottom:15px;
    line-height:1;
}

.about-hero-content h3{
    font-size:34px;
    font-weight:300;
    margin-bottom:30px;
}

.about-hero-content p{
    max-width:760px;
    margin:auto;
    line-height:2;
    font-size:20px;
    color:#e9e9e9;
}

/*=========== Hero Logo ============*/

.hero-logo{
    width:90px;
    height:auto;
    margin:0 auto 30px;
    display:block;

    filter:
        drop-shadow(0 0 10px rgba(255,255,255,.25))
        drop-shadow(0 0 25px rgba(201,161,74,.35));

    animation:logoFloat 5s ease-in-out infinite;
}

@keyframes logoFloat{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0);
    }

}

/*=========================
        BUTTON
=========================*/

.hero-btn{
    display:inline-block;
    margin-top:45px;
    padding:18px 45px;
    border-radius:40px;
    background:#c9a14a;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
    box-shadow:0 15px 30px rgba(0,0,0,.35);
}

.hero-btn:hover{
    background:#fff;
    color:#16304d;
    transform:translateY(-5px);
}

/*=========================
      SCROLL INDICATOR
=========================*/

.scroll-down{
    position:absolute;
    bottom:35px;
    left:50%;
    transform:translateX(-50%);
    z-index:10;
}

.scroll-down span{
    width:30px;
    height:50px;
    border:2px solid #fff;
    border-radius:30px;
    display:block;
    position:relative;
}

.scroll-down span::before{
    content:"";
    position:absolute;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#d2b25b;
    left:50%;
    transform:translateX(-50%);
    animation:scrollDown 2s infinite;
}

@keyframes scrollDown{

    0%{
        top:8px;
        opacity:1;
    }

    100%{
        top:28px;
        opacity:0;
    }

}

/*==================================
        SVG WAVES
====================================*/

.hero-bg path{
    fill:none;
    stroke-linecap:round;
    opacity:.7;
}

/* Gold */


/* Blue */


/* White */


/* Extra Gold */


/*=========================
      WAVE ANIMATION
=========================*/

@keyframes drawWave{

    to{
        stroke-dashoffset:0;
    }

}

@keyframes floatWave{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-20px);
    }

    100%{
        transform:translateY(0);
    }

}

@keyframes floatWave2{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(18px);
    }

    100%{
        transform:translateY(0);
    }

}

@keyframes floatWave3{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0);
    }

}

@keyframes floatWave4{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(25px);
    }

    100%{
        transform:translateY(0);
    }

}

/*=========================
        PARTICLES
=========================*/

#particles{
    position:absolute;
    inset:0;
    overflow:hidden;
    z-index:2;
}

#particles span{
    position:absolute;
    width:3px;
    height:3px;
    border-radius:50%;
    background:rgba(255,255,255,.6);
    animation:particleFloat linear infinite;
}

@keyframes particleFloat{

    from{
        transform:translateY(0);
        opacity:.2;
    }

    50%{
        opacity:1;
    }

    to{
        transform:translateY(-120px);
        opacity:0;
    }

}

/*=========================================
            OUR STORY
=========================================*/

.our-story{

    padding:110px 8%;

    background:#fff;

}

.story-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.story-image{

    overflow:hidden;

    border-radius:20px;

}

.story-image img{

    width:100%;

    height:650px;

    object-fit:cover;

    transition:.5s;

}

.story-image:hover img{

    transform:scale(1.08);

}

.story-content span{

    color:#c9a14a;

    font-weight:700;

    letter-spacing:3px;

}

.story-content h2{

    font-size:48px;

    color:#16304d;

    margin:18px 0;

}

.gold-line{

    width:90px;

    height:4px;

    background:#c9a14a;

    margin-bottom:30px;

}

.story-content p{

    color:#555;

    font-size:18px;

    line-height:2;

    margin-bottom:20px;

    text-align:justify;

}


/*================================
            OUR LEGACY
==================================*/

.our-legacy{

    padding:110px 8%;

    background:#f8f8f8;

}

.legacy-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.legacy-content span{

    color:#c9a14a;

    letter-spacing:3px;

    font-weight:700;

}

.legacy-content h2{

    font-size:48px;

    color:#16304d;

    margin:20px 0;

}

.legacy-content p{

    color:#555;

    font-size:18px;

    line-height:2;

    margin-bottom:20px;

    text-align:justify;

}

.legacy-image{

    overflow:hidden;

    border-radius:20px;

}

.legacy-image img{

    width:100%;

    height:650px;

    object-fit:cover;

    transition:.5s;

}

.legacy-image:hover img{

    transform:scale(1.08);

}


/*=========================================
            TIMELINE
=========================================*/

.club-timeline{

    padding:110px 8%;

    background:#fff;

}

.timeline{

    margin-top:80px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:40px;

    text-align:center;

}


/*=========================================
        LEGACY SECTION
=========================================*/

.leg-section{

    padding:110px 8%;

    background:var(--light);

}

.leg-container{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.leg-card{

    background:#fff;

    padding:40px 25px;

    text-align:center;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.leg-card:hover{

    transform:translateY(-10px);

}

.leg-icon{

    font-size:55px;

    margin-bottom:18px;

}

.leg-card h3{

    font-size:42px;

    color:var(--secondary);

    margin-bottom:10px;

}

.leg-card p{

    color:#555;

    font-size:18px;

}


/*=========================================
        GOA STATEHOOD AWARD
=========================================*/

.statehood-award{

    padding:120px 8%;

    background:#f8f8f8;

}

.award-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.award-image{

    overflow:hidden;

    border-radius:18px;

}

.award-image img{

    width:100%;

    height:600px;

    object-fit:cover;

    transition:.5s;

}

.award-image:hover img{

    transform:scale(1.08);

}

.award-content span{

    color:#c9a14a;

    letter-spacing:3px;

    font-weight:700;

}

.award-content{

    text-align:center;

    margin-bottom:50px;

}

.award-content h2{

    display:inline-block;

    font-family:"Cormorant Garamond", serif;

    font-size:72px;

    font-weight:700;

    background:linear-gradient(90deg,#f8e6a0,#d4af37,#b8860b);

    -webkit-text-fill-color:transparent;
    
    -webkit-background-clip:text;

    position:relative;

    padding-bottom:20px;

}

.award-content p{

    font-size:18px;

    color:#555;

    line-height:2;

    margin-bottom:20px;

    text-align:justify;

}


/*=========================================
            OUR VALUES
=========================================*/

.our-values{

    padding:110px 8%;

    background:#fff;

}

.values-grid{

    margin-top:60px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.value-card{

    background:#fff;

    padding:40px 30px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.4s;

}

.value-card:hover{

    transform:translateY(-10px);

    background:#16304d;

    color:#fff;

}

.value-card i{

    font-size:50px;

    color:#c9a14a;

    margin-bottom:20px;

}

.value-card h3{

    font-size:26px;

    margin-bottom:15px;

}

.value-card p{

    line-height:1.8;

}


/*=========================================
        AWARDS
=========================================*/

.club-awards{

    padding:110px 8%;

    background:#fff;

}

.awards-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}

.award-card{

    background:#fff;

    border-radius:18px;

    text-align:center;

    padding:45px 30px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.4s;

}

.award-card:hover{

    transform:translateY(-10px);

    background:#16304d;

    color:#fff;

}

.award-card i{

    font-size:55px;

    color:#c9a14a;

    margin-bottom:25px;

}

.award-card h3{

    margin-bottom:18px;

    font-size:26px;

}

.award-card p{

    line-height:1.8;

}


/*=========================================
        HISTORY GALLERY
=========================================*/

.history-gallery{

    padding:110px 8%;

    background:#f8f8f8;

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

    margin-top:60px;

}

.gallery-item{

    position:relative;

    overflow:hidden;

    border-radius:18px;

    height:300px;

}

.gallery-item.large{

    grid-column:span 2;

    height:420px;

}

.gallery-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.gallery-item:hover img{

    transform:scale(1.08);

}

.gallery-overlay{

    position:absolute;

    bottom:0;

    left:0;

    width:100%;

    padding:25px;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        transparent
    );

}

.gallery-overlay h3{

    color:#fff;

    margin:0;

}


/*=========================================================
                    RESPONSIVE CSS
=========================================================*/


/*=========================================================
                    TABLET
                992px - 1199px
=========================================================*/

@media (max-width:1199px){

    /* HERO */

    .about-hero-content h1{
        font-size:72px;
    }

    .about-hero-content h3{
        font-size:30px;
    }

    .about-hero-content p{
        font-size:18px;
    }


    /* STORY */

    .our-story{
        padding:90px 6%;
    }

    .story-container{
        gap:50px;
    }

    .story-image img{
        height:550px;
    }

    .story-content h2{
        font-size:42px;
    }


    /* LEGACY */

    .our-legacy{
        padding:90px 6%;
    }

    .legacy-container{
        gap:50px;
    }

    .legacy-image img{
        height:550px;
    }

    .legacy-content h2{
        font-size:42px;
    }


    /* TIMELINE */

    .club-timeline{
        padding:90px 6%;
    }

    .timeline{
        grid-template-columns:repeat(2,1fr);
        gap:30px;
    }


    /* LEGACY CARDS */

    .leg-section{
        padding:90px 6%;
    }

    .leg-container{
        grid-template-columns:repeat(2,1fr);
    }


    /* AWARD */

    .statehood-award{
        padding:100px 6%;
    }

    .award-container{
        gap:50px;
    }

    .award-image img{
        height:520px;
    }

    .award-content h2{
        font-size:60px;
    }


    /* VALUES */

    .our-values{
        padding:90px 6%;
    }

    .values-grid{
        grid-template-columns:repeat(2,1fr);
    }


    /* AWARDS */

    .club-awards{
        padding:90px 6%;
    }

    .awards-grid{
        grid-template-columns:repeat(2,1fr);
    }


    /* GALLERY */

    .history-gallery{
        padding:90px 6%;
    }

    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/*=========================================================
                    MOBILE
                    768px
=========================================================*/

@media (max-width:768px){

    /*=========================================
                ABOUT HERO
    =========================================*/

    .about-hero{
        height:90vh;
        min-height:650px;
        padding:40px 20px;
    }

    .about-hero-content{
        width:100%;
        max-width:100%;
        padding:0 10px;
    }

    .hero-logo{
        width:90px;
        margin-bottom:20px;
    }

    .hero-small{
        letter-spacing:4px;
        font-size:12px;
        margin-bottom:18px;
    }

    .about-hero-content h1{
        font-size:42px;
        line-height:1.1;
        margin-bottom:12px;
    }

    .about-hero-content h3{
        font-size:22px;
        line-height:1.3;
        margin-bottom:20px;
    }

    .about-hero-content p{
        font-size:15px;
        line-height:1.8;
        max-width:100%;
    }

    .hero-btn{
        margin-top:30px;
        padding:15px 35px;
        font-size:15px;
    }

    .scroll-down{
        bottom:20px;
    }


    /*=========================================
                OUR STORY
    =========================================*/

    .our-story{
        padding:70px 6%;
    }

    .story-container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .story-image{
        border-radius:15px;
    }

    .story-image img{
        height:400px;
    }

    .story-content{
        text-align:left;
    }

    .story-content span{
        letter-spacing:2px;
        font-size:14px;
    }

    .story-content h2{
        font-size:36px;
        line-height:1.2;
        margin:15px 0;
    }

    .gold-line{
        width:70px;
        height:3px;
        margin-bottom:25px;
    }

    .story-content p{
        font-size:16px;
        line-height:1.8;
        text-align:justify;
    }


    /*=========================================
                OUR LEGACY
    =========================================*/

    .our-legacy{
        padding:70px 6%;
    }

    .legacy-container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .legacy-image{
        order:2;
        border-radius:15px;
    }

    .legacy-content{
        order:1;
    }

    .legacy-image img{
        height:400px;
    }

    .legacy-content span{
        letter-spacing:2px;
        font-size:14px;
    }

    .legacy-content h2{
        font-size:36px;
        line-height:1.2;
        margin:15px 0;
    }

    .legacy-content p{
        font-size:16px;
        line-height:1.8;
        text-align:justify;
    }


    /*=========================================
                TIMELINE
    =========================================*/

    .club-timeline{
        padding:70px 6%;
    }

    .timeline{
        margin-top:50px;
        grid-template-columns:1fr;
        gap:25px;
    }


    /*=========================================
                LEGACY CARDS
    =========================================*/

    .leg-section{
        padding:70px 6%;
    }

    .leg-container{
        grid-template-columns:1fr;
        gap:25px;
    }

    .leg-card{
        padding:35px 25px;
    }

    .leg-icon{
        font-size:48px;
        margin-bottom:15px;
    }

    .leg-card h3{
        font-size:36px;
    }

    .leg-card p{
        font-size:16px;
        line-height:1.7;
    }


    /*=========================================
                GOA STATEHOOD AWARD
    =========================================*/

    .statehood-award{
        padding:80px 6%;
    }

    .award-container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .award-image{
        border-radius:15px;
    }

    .award-image img{
        height:400px;
    }

    .award-content{
        margin-bottom:0;
        text-align:center;
    }

    .award-content span{
        letter-spacing:2px;
        font-size:14px;
    }

    .award-content h2{
        font-size:48px;
        line-height:1.1;
        padding-bottom:15px;
    }

    .award-content p{
        font-size:16px;
        line-height:1.8;
        text-align:justify;
    }


    /*=========================================
                OUR VALUES
    =========================================*/

    .our-values{
        padding:70px 6%;
    }

    .values-grid{
        margin-top:45px;
        grid-template-columns:1fr;
        gap:25px;
    }

    .value-card{
        padding:35px 25px;
    }

    .value-card i{
        font-size:45px;
        margin-bottom:15px;
    }

    .value-card h3{
        font-size:24px;
    }

    .value-card p{
        font-size:16px;
        line-height:1.7;
    }


    /*=========================================
                AWARDS
    =========================================*/

    .club-awards{
        padding:70px 6%;
    }

    .awards-grid{
        grid-template-columns:1fr;
        gap:25px;
        margin-top:45px;
    }

    .award-card{
        padding:40px 25px;
    }

    .award-card i{
        font-size:48px;
        margin-bottom:20px;
    }

    .award-card h3{
        font-size:24px;
    }

    .award-card p{
        font-size:16px;
        line-height:1.7;
    }


    /*=========================================
                HISTORY GALLERY
    =========================================*/

    .history-gallery{
        padding:70px 6%;
    }

    .gallery-grid{
        grid-template-columns:1fr;
        gap:20px;
        margin-top:45px;
    }

    .gallery-item{
        height:280px;
        border-radius:15px;
    }

    .gallery-item.large{
        grid-column:span 1;
        height:320px;
    }

    .gallery-overlay{
        padding:20px;
    }

    .gallery-overlay h3{
        font-size:20px;
    }

}


/*=========================================================
                    SMALL MOBILE
                    480px
=========================================================*/

@media (max-width:480px){

    /*=========================================
                ABOUT HERO
    =========================================*/

    .about-hero{
        height:90vh;
        min-height:600px;
        padding:30px 15px;
    }

    .hero-logo{
        width:75px;
        margin-bottom:18px;
    }

    .hero-small{
        letter-spacing:3px;
        font-size:10px;
        margin-bottom:15px;
    }

    .about-hero-content h1{
        font-size:34px;
        line-height:1.1;
    }

    .about-hero-content h3{
        font-size:19px;
        margin-bottom:18px;
    }

    .about-hero-content p{
        font-size:14px;
        line-height:1.7;
    }

    .hero-btn{
        margin-top:25px;
        padding:13px 28px;
        font-size:14px;
    }

    .scroll-down{
        bottom:15px;
    }

    .scroll-down span{
        width:26px;
        height:44px;
    }


    /*=========================================
                OUR STORY
    =========================================*/

    .our-story{
        padding:55px 5%;
    }

    .story-container{
        gap:30px;
    }

    .story-image img{
        height:300px;
    }

    .story-content h2{
        font-size:30px;
    }

    .story-content p{
        font-size:15px;
        line-height:1.7;
    }


    /*=========================================
                OUR LEGACY
    =========================================*/

    .our-legacy{
        padding:55px 5%;
    }

    .legacy-container{
        gap:30px;
    }

    .legacy-image img{
        height:300px;
    }

    .legacy-content h2{
        font-size:30px;
    }

    .legacy-content p{
        font-size:15px;
        line-height:1.7;
    }


    /*=========================================
                TIMELINE
    =========================================*/

    .club-timeline{
        padding:55px 5%;
    }

    .timeline{
        margin-top:40px;
        gap:20px;
    }


    /*=========================================
                LEGACY CARDS
    =========================================*/

    .leg-section{
        padding:55px 5%;
    }

    .leg-card{
        padding:30px 20px;
    }

    .leg-card h3{
        font-size:32px;
    }

    .leg-card p{
        font-size:15px;
    }


    /*=========================================
                STATEHOOD AWARD
    =========================================*/

    .statehood-award{
        padding:60px 5%;
    }

    .award-image img{
        height:300px;
    }

    .award-content h2{
        font-size:40px;
    }

    .award-content p{
        font-size:15px;
        line-height:1.7;
    }


    /*=========================================
                OUR VALUES
    =========================================*/

    .our-values{
        padding:55px 5%;
    }

    .values-grid{
        margin-top:40px;
        gap:20px;
    }

    .value-card{
        padding:30px 20px;
    }

    .value-card i{
        font-size:42px;
    }

    .value-card h3{
        font-size:22px;
    }

    .value-card p{
        font-size:15px;
    }


    /*=========================================
                AWARDS
    =========================================*/

    .club-awards{
        padding:55px 5%;
    }

    .awards-grid{
        margin-top:40px;
        gap:20px;
    }

    .award-card{
        padding:35px 20px;
    }

    .award-card i{
        font-size:45px;
    }

    .award-card h3{
        font-size:22px;
    }

    .award-card p{
        font-size:15px;
    }


    /*=========================================
                HISTORY GALLERY
    =========================================*/

    .history-gallery{
        padding:55px 5%;
    }

    .gallery-grid{
        margin-top:40px;
        gap:15px;
    }

    .gallery-item{
        height:240px;
        border-radius:12px;
    }

    .gallery-item.large{
        height:280px;
    }

    .gallery-overlay{
        padding:15px;
    }

    .gallery-overlay h3{
        font-size:18px;
    }

}
