.hero-section {
    /* background-image: url("/images/event/hero.png"); */
    /* background-image: url("/images/event/hero.jpg"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 662.2999877929688px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 80px;
    margin-bottom: 40px;
    border-radius: 20px 0px 20px 0px;
    margin: 170px 60px 20px 60px;
    position: relative;
}

.scroll-down {
    position: absolute;
    bottom: 20px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scroll-down:hover {
    transform: translateY(-3px);
}

.scroll-text {
    color: #ff6b35;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.scroll-arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #ff6b35;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

.hero-about {
    margin-top: 60px;
    text-align: center;
}

.hero-about h2 {
    font-family: "Arnika Variable";
    font-size: 47px;
    font-weight: 400;
    font-style: Regular;
    line-height: 67px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    color: #101351;
}

.hero-about p {
    font-size: 28px;
    font-weight: 500;
    font-style: Medium;
    color: #000000;
    margin-bottom: 30px;
    line-height: 29px;
    letter-spacing: 0%;
    max-width: 924px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
}

.section-container {
    margin: 0 auto;
    padding: 40px 0px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0px 60px 0px 60px;
}

.section-title {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 100%;
    color: #141e55;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.scroll-indicator {
    display: flex;
    align-items: center;
    color: #666;
}

.scroll-indicator span {
    font-size: 20px;
    font-weight: 300;
    font-style: light;
    line-height: 100%;
    color: #060613;
}

.scroll-line {
    width: 215.79000854492188px;
    height: 1px;
    background-color: #58595b;
    margin-right: 10px;
    border-radius: 1px;
    position: relative;
}

.scroll-handle {
    width: 48.68999481201172px;
    height: 9.5699462890625px;
    border-radius: 20px;
    background: #f58f58;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.image-gallery {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    border-radius: 0;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.image-gallery::-webkit-scrollbar {
    display: none;
}

.gallery-container {
    display: flex;
    gap: 0;
    padding: 0;
    width: max-content;
}

.gallery-item {
    flex: 0 0 calc(100% / 4);
    height: 300px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.item-title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.item-subtitle {
    color: white;
    font-size: 14px;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content-section {
    text-align: center;
    max-width: 1760px;
    margin: 0 auto;
}

.main-quote {
    /* font-size: 18px; */
    color: #555;
    font-style: italic;
    margin-bottom: 30px;
    /* line-height: 1.4; */

    /* font-family: Adobe Clean UX; */
    font-weight: 700;
    font-style: Bold Italic;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.description {
    /* font-size: 14px; */
    color: #666;
    /* line-height: 1.8; */

    /* font-family: Adobe Clean UX; */
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    /* leading-trim: NONE; */
    line-height: 39px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0px 50px;
}

hr.custom-line {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.601);
    margin: 30px 40px;
}

.contact-btn:hover {
    background-color: #e55a42;
}

/* responsive  */

@media (max-width: 768px) {
    .hero-section {
        margin: 20% 20px 20px 20px;
        padding: 0 40px;
        height: 150px;
    }

    .scroll-down {
        display: none;
    }

    .scroll-text {
        font-size: 12px;
    }

    .hero-about {
        margin: 20px 20px;
    }

    .hero-about h2 {
        font-weight: 400;
        font-style: normal;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 5%;
    }

    .hero-about p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22.5px;
        font-style: normal;
        color: #58595b;
    }

    hr.custom-line {
        display: none;
    }

    .content-section {
        margin: 0 20px 10px;
        padding: 20px 0px;
    }

    .section-container {
        padding: 20px 0px;
    }

    .section-title {
        font-family: "Arnika Variable";
        font-size: 22px;
        font-weight: 400;
        font-style: regular;
        letter-spacing: 5%;
        line-height: 100%;
        color: #141e55;
    }

    .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding: 0 10px;
    }

    .scroll-indicator span {
        font-size: 10px;
    }

    .scroll-line {
        width: 100px;
        height: 1px;
        background-color: #58595b;
        margin-right: 10px;
        border-radius: 1px;
        position: relative;
    }

    .scroll-handle {
        width: 20px;
        height: 5px;
        border-radius: 20px;
        background: #f58f58;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        cursor: pointer;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .gallery-item {
        flex: 0 0 250px;
        height: 280px;
    }

    .main-quote {
        font-size: 14px;
        font-weight: 700;
        font-style: Bold Italic;
    }

    .description {
        font-size: 14px;
        font-weight: 400;
        font-style: Regular;
        line-height: 22.5px;
        padding: 0 5px;
    }

    .item-title {
        font-size: 16px;
    }

    .item-subtitle {
        font-size: 12px;
    }

    hr.custom-line {
        margin: 30px 20px;
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex: 0 0 220px;
        height: 260px;
    }
}
