﻿@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


body
{
    font-family: "Figtree", sans-serif;
    font-size: clamp(15px, 2vw, 16px);
}

*
{
    box-sizing: border-box;
}

html
{
    scroll-behavior: smooth;
}

h1
{
    font-family: "Figtree", sans-serif;
    font-size: clamp(40px, 4vw, 60px);
    font-weight: 400;
    line-height: 1.2em;
}

h2
{
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    line-height: 1.1em;
    font-family: "Figtree", sans-serif;
}

h3
{
    font-size: clamp(24px, 4vw, 28px);
    line-height: 1.2em;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
}

h4
{
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.2em;
    font-family: "Figtree", sans-serif;
}

h5
{
    font-size: clamp(18px, 2.5vw, 21px);
    line-height: 1.2em;
    font-family: "Figtree", sans-serif;
}

h6
{
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.4em;
    font-family: "Figtree", sans-serif;
}

p, a
{
    font-style: normal;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 14px);
    font-family: "Figtree", sans-serif;
}

ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover, a:focus
{
    text-decoration: none !important;
}

img
{
    border-style: none;
}

.text-brown
{
    color: #B18E4A;
}

.btn-theme
{
    color: #fff;
    padding: 15px 30px;
    background: #B18E4A;
    border-radius: 40px;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

    .btn-theme:hover
    {
        background: #8A6E39;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        color: #fff;
    }

.padding-100
{
    padding: 80px 0px;
}

.padding-top
{
    padding-top: 80px;
}

.padding-bottom
{
    padding-bottom: 80px;
}

.text-yellow
{
    color: #FFFA00 !important;
}


.title
{
    font-size: 38px;
    color: var(--gray);
    font-style: italic;
    font-weight: 800;
    text-align: center;
    margin: 40px 0 20px;
}

/* Timeline */
.timeline
{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;
}

    .timeline .swiper
    {
        height: 100vh;
        width: 100%;
    }
    @media (max-width:992px) and (min-width:576px) {
    .timeline .swiper
    {
        height: 115vh !important;
    }}

    .timeline .swiper-wrapper
    {
        transition: 2s cubic-bezier(.68, -0.4, .27, 1.34) .2s;
    }

    .timeline .swiper-slide
    {
        position: relative;
        color: var(--white);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .timeline .swiper-slide::after
        {
            content: "";
            position: absolute;
            z-index: 1;
            right: -115%;
            bottom: -10%;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .7);
            box-shadow: unset;
            border-radius: 100%;
        }
    /*
    .timeline .swiper-slide-content {
        position: absolute;
        text-align: center;
        width: 80%;
        max-width: 800px;
        right: 50%;
        top: 13%;
        transform: translate(50%, 0);
        font-size: 12px;
        z-index: 2;
    }*/

    .timeline .timeline-year
    {
        display: block;
        font-style: italic;
        font-size: 42px;
        margin-bottom: 50px;
        transform: translate3d(20px, 0, 0);
        color: var(--primary);
        font-weight: 300;
        opacity: 0;
        transition: .2s ease .4s;
    }

    .timeline .timeline-text
    {
        line-height: 1.5;
        opacity: 0;
        transform: translate3d(20px, 0, 0);
        transition: .2s ease .6s;
    }

    .timeline .swiper-slide-active .timeline-year,
    .timeline .swiper-slide-active .timeline-title,
    .timeline .swiper-slide-active .timeline-text
    {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: .6s ease;
    }

    .timeline .swiper-pagination
    {
        /*        left: 15% !important;*/
        height: 100%;
        display: none;
        flex-direction: column;
        justify-content: center;
        font-style: italic;
        font-weight: 300;
        font-size: 18px;
        z-index: 1;
        position: absolute;
        top: 0;
    }

 /*       .timeline .swiper-pagination::after
        {
            content: "";
            position: absolute;
            left: 0px;
            top: 0;
            height: 100%;
            width: 6px;
            background-color: #000000 !important;
        }*/
    .timeline .container
    {
        /*border-left: 6px solid #000;*/
        height: 100%;
        display: flex;
        align-items:center;
    }
    .timeline .swiper-pagination-bullet
    {
        width: auto;
        height: auto;
        text-align: center;
        opacity: 1;
        background: transparent;
        color: var(--primary);
        margin: 15px 0 !important;
        position: relative;
        cursor: pointer;
    }

        .timeline .swiper-pagination-bullet::before
        {
            content: "";
            position: absolute;
            top: 8px;
            left: -32.5px;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background-color: var(--primary);
            transform: scale(0);
            transition: .2s;
        }

    .timeline .swiper-pagination-bullet-active::before
    {
        transform: scale(1);
    }

    .timeline .swiper-button-next,
    .timeline .swiper-button-prev
    {
        background-size: 20px 20px;
        top: 15%;
        width: 20px;
        height: 20px;
        margin-top: 0;
        z-index: 2;
        transition: .2s;
    }

    .timeline .swiper-button-prev
    {
        left: 8%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22z' fill='%23d4a024'/%3E%3C/svg%3E");
    }

    .timeline .swiper-button-next
    {
        right: 8%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22z' fill='%23d4a024'/%3E%3C/svg%3E");
    }

@media screen and (min-width: 768px)
{
    .timeline .swiper-slide::after
    {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: unset;
    }

    .timeline .swiper-slide-content
    { /*
        right: 28%;
        top: 50%;
        transform: translateY(-50%);
        width: 800px;*/
        font-size: 11px;
        text-align: start;
        padding: 20px 20px;
        border-radius: 20px;
    }

    .timeline .swiper-pagination
    {
        display: flex;
    }

    .timeline .swiper-button-prev
    {
        top: 15%;
        left: auto;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }

    .timeline .swiper-button-next
    {
        top: auto;
        bottom: 15%;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }
}

/*.swiper-slide-content
{
    background: #000000de !important;
    backdrop-filter: blur(3px);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    padding: 20px;
    border-radius: 20px;
}*/
.swiper-slide-content
{
     background: #000000de !important; 
    backdrop-filter: blur(3px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(190, 190, 190, 0.35) 0px -2px 6px 0px inset;
    padding: 20px;
    border-radius: 20px;
}



.timeline .swiper-pagination
{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.timeline .swiper-pagination-bullet
{
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
    margin: 10px 0;
    border-radius: 50%;
    transition: 0.3s ease;
}

.timeline .swiper-pagination-bullet-active
{
    background: #ffeb3b;
    transform: scale(1.4);
}



/* ✅ custom pagination bullets */
.custom-pagination
{
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 700;
}
/*.pagination .container::before
{
    content: '';
    position: absolute;
    left: 0px;
    background: #000;
    bottom: 0;
    width: 6px;
    height: 75%;
    z-index: 199;
}*/
.custom-pagination-wrapper::after
{
    content: '';
    position: absolute;
    left: 6px;
    top: 70px;
    background: #000;
    width: 4px;
    height: 270px;/*
    height: 99999px;*/
    z-index: 199;
}
.custom-pagination-wrapper
{
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: space-evenly;
    align-items: center;
}

.custom-bullet
{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffeb3b; /* yellow inactive */
    margin: 12px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
    z-index: 9999
}

    /* active = red border + white center */
    .custom-bullet.active
    {
        background: #ffffff; /* white center */
        border: 3px solid #e4007f; /* red/pink border */
        transform: scale(1.2);
        box-shadow: 0 0 10px rgba(228, 0, 127, 0.6);
    }

.pagination
{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
@media (max-width: 576px){
    .custom-pagination-wrapper::after
    {
        display: none !important;
    }
        .custom-pagination-wrapper .custom-bullet
        {
            display: none !important;
        }
    .pagination::after {
        display:none !important
    }
    .scroll-arrow
    {
        position: absolute;
        z-index: 1;
        background: #000000de !important;
        padding: 11px;
        border-radius: 20px;
        width: 75px;
        transform: rotate(90deg) translateY(66%);
        bottom: 60px;
        left: 50%;
    }

    
    }