*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --accent-orange: 235, 89, 35;
    --accent-yellow: 255, 197, 17;
    --accent-black: 35, 35, 35;
    --accent-white: 255, 255, 255;
}

body {
    background-color: rgba(var(--accent-white), 1);
    font-family: "Zilla Slab", serif;
}

/* anchor tags */
a {
    text-decoration: none;
}

/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(var(--accent-black), 0.4);
    width: 100%;

    .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
    }

    /* logo */
    .header-logo {
        height: 56px;
        width: 167px;
    }

}

/* button */
button {
    font-family: "Zilla Slab", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--accent-orange), 1);
    color: rgba(var(--accent-white), 1);
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.3s ease;

    &:hover {
        background-color: rgb(var(--accent-orange), 0.8);
    }

    &:active {
        background-color: rgb(var(--accent-orange), 0.6);
        transform: scale(0.98);
    }

    .button-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    /* button with white background */
    &.white {
        background-color: rgba(var(--accent-white), 1);
        color: rgba(var(--accent-orange), 1);

        .button-icon {
            filter: brightness(0) saturate(100%) invert(30%) sepia(33%) saturate(4697%) hue-rotate(348deg) brightness(95%) contrast(94%);
            ;
        }

        &:hover {
            background-color: rgb(var(--accent-white), 0.8);
        }

        &:active {
            background-color: rgb(var(--accent-white), 0.6);
            transform: scale(0.98);
        }
    }

    /* button with solid black background */
    &.black {
        background-color: #000000;
        color: #ffffff;

        .button-icon {
            filter: brightness(0) invert(1);
        }

        &:hover {
            background-color: #1a1a1a;
        }

        &:active {
            background-color: #333333;
            transform: scale(0.98);
        }
    }

}

/* banner section */
.hero-section {
    /* background-color: rgba(var(--accent-black), 0.5); */
    position: relative;
    display: flex;
    align-items: center;

    .swiper,
    .swiper-wrapper,
    .swiper-slide {
        /* height: calc(100svh + 120px) !important; */
        /* height: 100svh !important; */
        position: relative;
    }

    .container {
        height: 100%;
    }

    .hero-content {
        width: 45%;
        height: 100%;
        padding: 150px 0px;

        .hero-logo {
            width: 150px;
            height: auto;

            img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        }

        h2 {
            font-size: 48px;
            font-weight: 700;
            line-height: 52px;
            color: rgba(var(--accent-black), 1);
            margin-bottom: 24px;
        }

        h3 {
            font-size: 48px;
            font-weight: 800;
            line-height: 36px;
            color: rgba(var(--accent-black), 1);
            margin-bottom: 10px;
            background-color: rgba(var(--accent-yellow), 1);
            width: fit-content;
            padding: 17px 23px;
        }

        h4 {
            font-size: 32px;
            font-weight: 800;
            line-height: 38px;
            color: rgba(var(--accent-black), 1);
            margin-bottom: 24px;
        }

        .h4-2 {
            margin-bottom: 12px !important;
        }

        .details {
            margin-top: 10px;

            h3 {
                font-size: 25px;
                font-weight: 800;
                line-height: 28px;
                color: rgba(var(--accent-black), 1);
                background-color: white;
                margin-bottom: 5px;
                width: fit-content;
                padding: 2px 13px;
            }
        }

        button {
            margin-top: 32px;
            font-size: 22px;
        }
    }

    /* banner section */
    .desktop-banner-image {
        display: block;
        position: absolute;
        inset: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        object-position: center;
    }

    .mobile-banner-image {
        display: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .content-2 {
        width: 50%;
    }
}


/* footer */
footer {
    color: white;
    width: 100%;
    position: relative;
    background-color: rgba(var(--accent-black), 1);
    height: 50%;

    .container {
        position: relative;
        height: 100%;
    }

    .footer-top {
        background-color: rgba(var(--accent-orange), 1);
        max-width: 1200px;
        height: fit-content;
        border-radius: 40px;
        padding: 48px 80px;
        transform: translateY(-80px);
        width: 100%;

        h4 {
            font-size: 40px;
            font-weight: 700;
            line-height: 48px;
            color: rgba(var(--accent-yellow), 1);
            margin-bottom: 24px;
            width: 73%;
        }

        .footer-top-content {
            width: 100%;
            position: relative;
        }

        button {
            margin-bottom: 32px;
        }

        .footer-image {
            /* width: 288px; */
            height: 330px;
            position: absolute;
            bottom: -32px;
            right: 0;
            transform: translateX(-18px);
        }

        .footer-top-title {
            font-size: 32px;
            font-weight: 400;
            line-height: 100%;
            color: rgba(var(--accent-white), 1);
            margin-bottom: 8px;
        }

        .footer-contact {
            display: flex;
            align-items: center;
            /* justify-content: center; */
            flex-wrap: wrap;
            width: 100%;
            /* justify-content: space-between; */
            gap: 20px;
            border-top: 1px solid rgba(var(--accent-white), 0.3);
            padding-top: 40px;

            .footer-contact-title {
                font-size: 28px;
                font-weight: 500;
                line-height: 100%;
                color: rgba(var(--accent-white), 1);
            }

            .footer-contact-item {
                display: flex;
                align-items: center;
                gap: 8px;

                .footer-contact-item-name {
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 20px;
                    color: rgba(var(--accent-white), 1);
                }

                .footer-contact-item-phone {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 20px;
                    color: rgba(var(--accent-white), 1);
                }

                .footer-contact-icon {
                    width: 32px;
                    height: 32px;
                }
            }
        }
    }

    .footer-bottom {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 0px 0 80px 0;

        .footer-logo {
            width: 114px;
            height: 38px;
        }

        .footer-copyright {
            position: absolute;
            left: 50%;
            transform: translateX(-50%) translateY(150%);
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
        }

        .footer-privacy-policy {
            position: absolute;
            left: 50%;
            transform: translateX(-50%) translateY(0%);
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            text-decoration: none;
            color: rgba(var(--accent-white), 1);
            width: max-content;
        }

        .footer-bottom-social {
            display: flex;
            gap: 10px;
            align-items: center;
            justify-content: center;
            gap: 16px;

            .footer-social-icon {
                width: 18px;
                height: 18px;
            }
        }
    }
}

/* photographer section */
.photographer-section {
    background-color: rgba(var(--accent-yellow), 1);
    min-height: 100svh;
    padding-bottom: 200px;
    padding-top: 220px;

    .photographer-section-content {
        display: flex;
        justify-content: space-between;
        padding-bottom: 80px;

        h2 {
            color: rgba(var(--accent-black), 1);
            font-size: 48px;
            font-style: italic;
            font-weight: 300;
            line-height: 48px;

            span {
                font-weight: 700;
            }
        }

        p {
            color: rgba(var(--accent-black), 1);
            font-weight: 500;
            line-height: 22px;
            width: 48%;
        }
    }

    .photographer-section-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 90px;

        .photographer-section-card {
            width: fit-content;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease;

            &:nth-child(7) {
                margin: 0 auto;
            }

            &:hover {
                transform: translateY(-4px);
            }

            img {
                height: 378px;
                width: 340px;
                transition: all 0.3s ease;
                object-fit: cover;
                object-position: top;
            }

            &:hover img {
                scale: 1.05;
            }

            .photographer-section-card-name {
                margin-top: 24px;
                display: flex;
                align-items: center;
                justify-content: space-between;

                h3 {
                    color: rgba(var(--accent-black), 1);
                    font-size: 32px;
                    font-style: italic;
                    font-weight: 400;
                }
            }

            .photographer-section-card-name-icon {
                width: 28px;
                height: 28px;
            }
        }
    }
}

/* photographer popup */
.photographer-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;

    &.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;

        .photographer-popup-backdrop {
            opacity: 1;
        }

        .photographer-popup-content {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .photographer-popup-backdrop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(var(--accent-black), 0.8);
        backdrop-filter: blur(4px);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .photographer-popup-content {
        position: relative;
        background-color: rgba(var(--accent-yellow), 1);
        /* border-radius: 24px; */
        max-width: 900px;
        width: 90%;
        max-height: 90vh;
        overflow-y: auto;
        z-index: 1;
        opacity: 0;
        transform: translateY(50px) scale(0.95);
        transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        padding: 48px;
        box-shadow: 0 20px 60px rgba(var(--accent-black), 0.3);

        &::-webkit-scrollbar {
            width: 8px;
        }

        &::-webkit-scrollbar-track {
            background: rgba(var(--accent-black), 0.05);
            border-radius: 4px;
        }

        &::-webkit-scrollbar-thumb {
            background: rgba(var(--accent-black), 0.2);
            border-radius: 4px;

            &:hover {
                background: rgba(var(--accent-black), 0.3);
            }
        }
    }

    .photographer-popup-close {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(var(--accent-orange), 1);
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(var(--accent-white), 1);
        transition: all 0.3s ease;
        z-index: 10;

        &:hover {
            background-color: rgba(var(--accent-orange), 0.9);
            transform: rotate(90deg);
        }

        &:active {
            transform: rotate(90deg) scale(0.9);
        }

        .close-line {
            position: absolute;
            width: 18px;
            height: 2px;
            background-color: currentColor;
            border-radius: 2px;
            transition: all 0.3s ease;

            &:first-child {
                transform: rotate(45deg);
            }

            &:last-child {
                transform: rotate(-45deg);
            }
        }
    }

    .photographer-popup-body {
        display: flex;
        gap: 48px;
        align-items: flex-start;
    }

    .photographer-popup-image-container {
        flex-shrink: 0;
        width: 340px;

        .photographer-popup-image {
            width: 100%;
            height: auto;
            /* border-radius: 16px; */
            object-fit: cover;
            object-position: top;
            box-shadow: 0 8px 24px rgba(var(--accent-black), 0.15);
        }
    }

    .photographer-popup-info {
        flex: 1;
    }

    .photographer-popup-name {
        color: rgba(var(--accent-black), 1);
        font-size: 48px;
        font-style: italic;
        font-weight: 700;
        line-height: 56px;
        margin-bottom: 24px;
    }

    .photographer-popup-description {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 8px;

        &::-webkit-scrollbar {
            width: 6px;
        }

        &::-webkit-scrollbar-track {
            background: rgba(var(--accent-black), 0.05);
            border-radius: 3px;
        }

        &::-webkit-scrollbar-thumb {
            background: rgba(var(--accent-black), 0.2);
            border-radius: 3px;

            &:hover {
                background: rgba(var(--accent-black), 0.3);
            }
        }

        p {
            color: rgba(var(--accent-black), 0.8);
            font-size: 16px;
            font-weight: 500;
            line-height: 26px;
            margin-bottom: 16px;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}

/* slider section */
.slider-section {
    background-color: rgba(var(--accent-black), 0.1);
    min-height: 532px;
    position: relative;
    font-family: "Zilla Slab", serif;

    .slider-section-header {
        width: max-content;
        position: absolute;
        z-index: 100;
        left: calc(17% + 820px);
        height: 100%;
        transform: translateY(80px);

        h3 {
            color: rgba(var(--accent-black), 1);
            font-size: 48px;
            font-style: italic;
            font-weight: 300;
            line-height: 48px;

            span {
                font-weight: 700;
                color: rgba(var(--accent-orange), 1);
            }
        }
    }


    .slider-container {

        .slides-track {
            padding-left: 17%;
        }

        transform: translateY(80px);

        &.container {
            max-width: 3000px;
            margin: 0 0 0 17%;
        }

        width: 100%;
        position: relative;
    }

    .slide-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .slider-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        overflow: hidden;
        position: relative;
        height: 600px;
    }

    .slides-track {
        display: flex;
        gap: 20px;
        align-items: center;
        position: relative;
    }

    .slide {
        flex-shrink: 0;
        overflow: hidden;
        position: absolute;
        transition: box-shadow 0.3s ease;
    }

    .slide-content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        position: relative;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        background: rgba(var(--accent-orange), 1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 3;
        transition: all 0.3s ease;
        border: none;
        opacity: 0;
        pointer-events: none;
    }

    .play-button:hover {
        background: rgba(var(--accent-orange), 0.9);
        transform: translate(-50%, -50%) scale(1.1);
    }

    .play-button::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 20px solid rgba(var(--accent-white), 1);
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin-left: 4px;
    }

    .nav-arrows {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        position: absolute;
        bottom: 250px;
    }

    .nav-btn {
        background: transparent;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease;

    }

    .prev-btn {
        filter: brightness(0) saturate(100%);
        rotate: 180deg;
    }

    .nav-btn:hover {
        transform: scale(1.1);
    }

    .nav-btn:active {
        transform: scale(0.9);
    }

    .nav-btn svg {
        width: 24px;
        height: 24px;
        stroke: #333;
        stroke-width: 2.5;
        fill: none;
    }

    /* Thumbnails section - hidden on desktop */
    .thumbnails-container {
        display: none;
        margin-top: 20px;
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    .thumbnails-track {
        display: flex;
        gap: 15px;
        will-change: transform;
    }

    .thumbnail {
        width: 80px;
        height: 60px;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.3s ease;
        opacity: 0.6;
        border: 3px solid transparent;
        flex-shrink: 0;
        /* transform: scale(1); */
    }

    .thumbnail.active {
        opacity: 1;
        /* border-color: white;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); */
        /* transform: scale(1.1); */
    }

    .thumbnail-content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .thumbnail-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* video popup */
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;

    &.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;

        .video-popup-backdrop {
            opacity: 1;
        }

        .video-popup-content {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .video-popup-backdrop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(var(--accent-black), 0.9);
        backdrop-filter: blur(2px);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .video-popup-content {
        position: relative;
        background-color: rgba(var(--accent-black), 1);
        max-width: 960px;
        width: 90%;
        aspect-ratio: 16 / 9;
        z-index: 1;
        opacity: 0;
        transform: translateY(30px) scale(0.98);
        transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        box-shadow: 0 20px 60px rgba(var(--accent-black), 0.5);
        border-radius: 8px;
        overflow: hidden;
    }

    .video-popup-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(var(--accent-orange), 1);
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(var(--accent-white), 1);
        transition: all 0.3s ease;
        z-index: 10;

        &:hover {
            background-color: rgba(var(--accent-orange), 0.9);
            transform: rotate(90deg);
        }

        &:active {
            transform: rotate(90deg) scale(0.95);
        }

        .close-line {
            position: absolute;
            width: 18px;
            height: 2px;
            background-color: currentColor;
            border-radius: 2px;
            transition: all 0.3s ease;

            &:first-child {
                transform: rotate(45deg);
            }

            &:last-child {
                transform: rotate(-45deg);
            }
        }
    }

    .video-popup-body,
    .video-responsive {
        width: 100%;
        height: 100%;
    }

    .video-responsive iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }
}

/* Change lives section */
.change-lives-section {
    padding: 0px 0 100px 0;
    font-family: "Zilla Slab", serif;

    .change-live-section-container {
        display: flex;
        gap: 130px;
        align-items: center;
        width: 100%;
    }

    .change-lives-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        flex-shrink: 0;
        width: 418px;
    }

    .change-lives-text {
        display: flex;
        flex-direction: column;
        gap: 0;
        font-family: 'Zilla Slab', serif;
        font-style: italic;
        line-height: 48px;
        color: #232323;
    }

    .change-lives-heading-1 {
        font-size: 32px;
        margin-bottom: 0;
        font-weight: 400;
    }

    .change-lives-heading-2 {
        font-size: 48px;
        font-weight: 700;
        color: #eb5923;
        font-style: italic;
    }

    .change-lives-body {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .change-lives-paragraphs {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .change-lives-paragraphs p {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #232323;
    }

    .opacity-80 {
        opacity: 0.8;
    }

    .register-now-btn {
        display: flex;
        gap: 8px;
        padding: 16px 20px;
        width: max-content;
    }

    .register-now-btn .button-icon {
        width: 20px;
        height: 20px;
        margin-right: 0;
    }

    .register-now-btn span {
        font-family: 'Zilla Slab', serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.28px;
        white-space: nowrap;
    }

    .change-lives-images {
        display: grid;
        grid-template-columns: max-content;
        grid-template-rows: max-content;
        line-height: 0;
        position: relative;
        flex-shrink: 0;
    }

    .main-image-container {
        grid-area: 1 / 1;
        height: 644px;
        width: 580px;
        margin-left: 72px;
        margin-top: 0;
        position: relative;
        box-shadow: 24px 24px 0px 0px #ffc511;
    }

    .main-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .secondary-image-container {
        grid-area: 1 / 1;
        height: 240px;
        width: 216px;
        margin-left: 0;
        margin-top: 299px;
        position: relative;
    }

    .secondary-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* father section | butterfly */
.fathers-butterfly-container {
    padding: 100px 0;
    font-family: "Zilla Slab", serif;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: italic;
    position: relative;
    z-index: 10;

    .fathers-butterfly-image {
        width: 580px;
        height: 644px;
        object-fit: cover;
        object-position: center;
        box-shadow: 24px 24px 0 0 rgba(var(--accent-yellow), 1);
    }

    h2 {
        color: rgba(var(--accent-black), 1);
        font-size: 56px;
        font-weight: 300;
        line-height: 56px;
        margin-top: 66px
    }

    h3 {
        color: rgba(var(--accent-orange), 1);
        font-size: 56px;
        font-weight: 700;
    }

    .fathers-butterfly {
        margin-top: 56px;
        width: 83px;
        height: 83px;
    }
}

/* container */
.container {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1800px) {
    .slider-section {
        .slider-container {
            .slides-track {
                padding-left: 16%;
            }
        }

        .slider-section-header {
            left: calc(16% + 820px);
        }
    }
}

@media screen and (max-width: 1700px) {
    .slider-section {
        .slider-container {
            .slides-track {
                padding-left: 14.5%;
            }
        }

        .slider-section-header {
            left: calc(14.5% + 820px);
        }
    }
}

@media screen and (max-width: 1600px) {
    .slider-section {
        .slider-container {
            .slides-track {
                padding-left: 12.5%;
            }
        }

        .slider-section-header {
            left: calc(12.5% + 820px);
        }
    }
}

@media screen and (max-width: 1500px) {
    .slider-section {
        .slider-container {
            .slides-track {
                padding-left: 9.5%;
            }
        }

        .slider-section-header {
            left: calc(9.5% + 820px);
        }
    }
}

@media screen and (max-width: 1400px) {
    .slider-section {
        .slider-container {
            .slides-track {
                padding-left: 7.5%;
            }
        }

        .slider-section-header {
            left: calc(7.5% + 820px);
        }
    }
}

@media screen and (max-width: 1300px) {
    .slider-section {
        .slider-container {
            .slides-track {
                padding-left: 4%;
            }
        }

        .slider-section-header {
            left: calc(4% + 820px);
        }
    }
}

@media screen and (max-width: 1300px) {
    .slider-section {
        .slider-container {
            .slides-track {
                padding-left: 2.2%;
            }
        }

        .slider-section-header {
            left: calc(2.2% + 820px);
        }
    }
}

@media screen and (max-width: 1200px) {

    /* container */
    .container {
        margin: 0 20px;
    }
}

@media screen and (max-width: 768px) {

    /* header */
    header {
        & .container {
            padding: 10px 0;
        }

        & .header-logo {
            height: 40px;
            width: 120px;
        }
    }

    /* hero section */
    .hero-section {

        .swiper,
        .swiper-wrapper,
        .swiper-slide {
            height: calc(100svh) !important;
        }

        .hero-content {
            width: 100%;
            padding-top: 80px;

            .hero-logo {
                width: 80px;
            }

            h2 {
                font-size: 24px;
                line-height: 24px;
                margin-bottom: 4px;
            }

            h3 {
                font-size: 18px;
                line-height: 30px;
                padding: 2px 16px;
                margin-bottom: 4px;
            }

            h4 {
                font-size: 18px;
                line-height: 20px;
                margin-bottom: 4px;
            }

            .details h3 {
                font-size: 15px;
                padding: 2px 10px;
                margin: 2px 0;
                text-align: left;
                margin-bottom: 4px;
            }

            button {
                font-size: 15px;
                margin-top: 8px;
            }
        }

        button {
            cursor: pointer;
        }

        /* banner section */
        .desktop-banner-image {
            display: none;
        }

        .mobile-banner-image {
            display: block;
            position: absolute;
            inset: 0;
            z-index: -1;
        }
    }

    /* footer */
    footer {
        padding: 0;
        overflow-x: clip;

        .footer-top {
            padding: 24px 20px;
            top: -30%;
            border-radius: 24px;

            .footer-image {
                bottom: -24px;
                right: 0;
                transform: translateX(73px);
                /* width: 180px; */
                height: 200px;
            }

            .footer-contact {
                gap: 24px;
                padding-top: 24px;
            }

            .footer-top-title {
                font-size: 16px;
                line-height: 100%;
                margin-bottom: 0px;
                width: 60%;
            }

            h4 {
                font-size: 16px;
                line-height: 100%;
                margin-bottom: 16px;
                width: 66%;
            }

            button {
                margin-bottom: 24px;
            }
        }

        .footer-bottom {
            flex-direction: column;
            padding: 0px;
            transform: translateY(-32px);

            .footer-logo {
                margin-bottom: 28px;
            }

            .footer-bottom-social {
                padding-bottom: 60px
            }

            .footer-copyright {
                bottom: 0%;
                width: 100%;
                text-align: center;
                transform: translateX(-50%) translateY(0%);
            }

            .footer-privacy-policy {
                transform: translateX(-50%) translateY(210%);
            }
        }
    }

    /* button */
    button {
        font-size: 12px;
    }

    /* father butterfly section */
    .fathers-butterfly-container {
        flex-direction: column;
        max-width: none;
        /* transform: translateY(0px); */
        /* margin-top: 56px; */
        padding: 50px 0px !important;

        .fathers-butterfly-image {
            width: 320px;
            height: 380px;
            box-shadow: 16px 16px 0 0 rgba(var(--accent-yellow), 1);
        }

        h2 {
            font-size: 36px;
            line-height: 36px;
        }

        h3 {
            font-size: 36px;
        }

        .fathers-butterfly {
            width: 56px;
            height: 56px;
        }
    }

    /* changes lives section */
    .change-lives-section {
        padding-bottom: 60px;

        .change-live-section-container {
            flex-direction: column;
            gap: 40px;
            align-items: center;
        }

        .change-lives-images {
            order: 1;
        }

        .change-lives-content {
            order: 2;
            width: 100%;
        }

        .main-image-container {
            margin-left: 0;
            box-shadow: 16px 16px 0px 0px #ffc511;
            width: 320px;
            height: 400px;
        }

        .secondary-image-container {
            margin: 311px auto 0 auto;
            width: 160px;
            height: 178px;
        }

        .change-lives-heading-1 {
            font-size: 28px;
            line-height: 28px;
        }

        .change-lives-heading-2 {
            font-size: 40px;
        }

        .change-lives-body {
            gap: 32px;
        }

        .register-now-btn {
            padding: 10px 20px;
        }
    }

    /* slider-section */
    .slider-section {
        .slider-container {
            display: flex;
            flex-direction: column;
            align-items: center;

            .slides-track {
                padding-left: 24px;
                padding-right: 24px;
            }
        }

        .slider-section-header {
            position: static;
            display: flex;
            padding: 0 24px;
            width: 100%;
            justify-content: space-between;

            .nav-btn,
            .nav-btn img {
                height: 28px;
                width: 28px;
            }

            h3 {
                font-size: 34px;
            }
        }

        .slider-wrapper {
            width: 100%;
            height: 400px;
            justify-content: center;
            overflow: hidden;
        }

        .slides-track {
            width: 100%;
            justify-content: center;
        }

        .slide {
            position: relative !important;
        }

        /* Hide non-active slides in mobile using visibility instead of display */
        .slide:not(.active-slide) {
            visibility: hidden !important;
            opacity: 0 !important;
            pointer-events: none !important;
            position: absolute !important;
        }

        /* Active slide centered */
        .active-slide {
            position: relative !important;
            width: 100% !important;
            max-width: 400px !important;
            height: 300px !important;
            margin: 0 auto;
            visibility: visible !important;
            pointer-events: auto !important;
        }

        .active-slide .play-button {
            opacity: 1 !important;
            pointer-events: auto !important;
        }

        /* Show thumbnails in mobile */
        .thumbnails-container {
            display: block;
            margin: 0 auto 0;
            padding: 0 24px;
        }

        /* Navigation arrows repositioned */
        .nav-arrows {
            position: static;
            justify-content: center;
            align-items: flex-end;
            margin-top: 0;
            margin-bottom: 16px;
            gap: 8px;
        }
    }

    /* photographer section */
    .photographer-section {
        padding-bottom: 120px;
        padding-top: 120px;

        .photographer-section-content {
            display: block;
            padding-bottom: 28px;

            h2 {
                font-size: 40px;
                margin-bottom: 16px;
            }

            p {
                width: 100%;
            }
        }

        .photographer-section-cards {
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            gap: 20px;
            padding: 20px 0;
            scrollbar-width: thin;
            scrollbar-color: rgba(var(--accent-black), 0.3) transparent;

            &.container {
                margin: 0;
            }

            &::-webkit-scrollbar {
                height: 4px;
            }

            &::-webkit-scrollbar-track {
                background: transparent;
            }

            &::-webkit-scrollbar-thumb {
                background-color: rgba(var(--accent-black), 0.3);
                border-radius: 2px;
            }

            .photographer-section-card {
                flex-shrink: 0;
                scroll-snap-align: start;

                img {
                    height: 356px;
                    width: 320px;
                }

                &:first-child {
                    padding-left: 20px;
                }

                &:last-child {
                    padding-right: 20px;
                }

                .photographer-section-card-name h3 {
                    font-size: 28px;
                    font-weight: 600;
                }

                &:nth-child(7) {
                    margin: 0;
                }
            }
        }
    }

    /* photographer popup mobile */
    .photographer-popup {
        .photographer-popup-content {
            padding: 32px 24px;
            max-width: calc(100% - 32px);
            width: calc(100% - 32px);
            /* border-radius: 20px; */
        }

        .photographer-popup-close {
            top: 12px;
            right: 12px;
            width: 36px;
            height: 36px;
            padding: 0;

            .close-line {
                width: 16px;
            }
        }

        .photographer-popup-body {
            flex-direction: column;
            gap: 24px;
        }

        .photographer-popup-image-container {
            width: 100%;
            margin: 0 auto;
        }

        .photographer-popup-name {
            font-size: 32px;
            line-height: 40px;
            margin-bottom: 16px;
        }

        .photographer-popup-description {
            max-height: 250px;
            padding-right: 6px;

            p {
                font-size: 14px;
                line-height: 22px;
            }
        }
    }

    .video-popup {
        .video-popup-content {
            width: calc(100% - 32px);
        }

        .video-popup-close {
            top: 8px;
            right: 8px;
            width: 36px;
            height: 36px;
        }
    }
}

@media screen and (max-width: 400px) {

    footer {
        .footer-top {
            transform: translateY(-64px);
        }
    }

    button {
        &.white {
            font-size: 12px;
            padding: 8px 16px;

            .button-icon {
                width: 16px;
                height: 16px;
                margin-right: 6px;
            }
        }
    }

    .slider-section {
        .slider-wrapper {
            height: 300px;
        }

        .active-slide {
            height: 250px !important;
        }

        .thumbnail {
            width: 100px;
            height: 70px;
            border-radius: 0px;
        }
    }
}

.swiper {
    width: 100%;
    height: 100%;
    z-index: 1 !important;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.a-style {
    text-decoration: none;
}