.font-montserrat { font-family: 'Montserrat', sans-serif; }
.font-roc-grotesk-extrawide { font-family: 'roc-grotesk-extrawide', sans-serif; }
.font-roc-grotesk-wide { font-family: 'roc-grotesk-wide', sans-serif; }

.font-roc-grotesk-wide strong { font-family: 'roc-grotesk-wide', sans-serif; font-weight: 800; }
.font-roc-grotesk-extrawide strong, .font-roc-grotesk-extrawide strong em { font-family: 'roc-grotesk-wide', sans-serif; font-weight: 800; }

.font-regular { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 800; }

.text-uppercase { text-transform: uppercase; }

.color-cornflower-blue { color: #13365E; }
.color-blue-zodiac { color: #0D2642; }
.color-amber { color: #FCC101; }
.color-curious-blue { color: #1D9BCF; }
.color-matisse { color: #1E579E; }
.color-bali-hai { color: #899BAF; }
.color-spring-wood { color: #F6F4EE; }
.color-white { color: #FFFFFF; }
.color-black { color: #000000; }
.color-tundora { color: #414141; }
.color-mine-shaft { color: #262626; }
.color-coral { color: #FE7653; }
.color-silver-chalice { color: #B1B1B1; }

.bg-cornflower-blue { background: #13365E; }
.bg-blue-zodiac { background: #0D2642; }
.bg-amber { background: #FCC101; }
.bg-curious-blue { background: #1D9BCF; }
.bg-matisse { background: #1E579E; }
.bg-bali-hai { background: #899BAF; }
.bg-spring-wood { background: #F6F4EE; }
.bg-white { background: #FFFFFF; }
.bg-black { background: #000000; }
.bg-tundora { background: #414141; }
.bg-mine-shaft { background: #262626; }
.bg-coral { background: #FE7653; }
.bg-layer { background: url(./layer.jpg) bottom center no-repeat; background-size: cover; }

.layer-cornflower-blue::before { content: ''; background: #13365E; top: -1px; left: 0; width: 100%; height: 50%; z-index: -1; position: absolute; }
.layer-blue-zodiac::before { content: ''; background: #0D2642; top: -1px; left: 0; width: 100%; height: 50%; z-index: -1; position: absolute; }
.layer-white::before { content: ''; background: #ffffff; top: -1px; left: 0; width: 100%; height: 50%; z-index: -1; position: absolute; }
.layer-tundora::before { content: ''; background: #414141; top: -1px; left: 0; width: 100%; height: 50%; z-index: -1; position: absolute; }
.layer-coral::before { content: ''; background: #FE7653; top: -1px; left: 0; width: 100%; height: 50%; z-index: -1; position: absolute; }
.layer-layer::before { content: ''; background: url(./layer.jpg) center center no-repeat; background-size: cover; top: -1px; left: 0; width: 100%; height: 50%; z-index: -1; position: absolute; }

.title-80 { font-size: 80px; line-height: 88px; }
.title-72 { font-size: 72px; line-height: 80px; }
.title-64 { font-size: 64px; line-height: 72px; }
.body-32 { font-size: 32px; line-height: 40px; }
.body-24 { font-size: 24px; line-height: 32px; }
.body-18 { font-size: 18px; line-height: 26px; }
.body-16 { font-size: 16px; line-height: 24px; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-48 { margin-bottom: 48px; }

.gap-16 { gap: 16px; }
.gap-32 { gap: 32px; }
.gap-64 { gap: 64px; }
.gap-96 { gap: 96px; }

.radius-48 { border-radius: 48px 48px 0 0; }

.flex { display: flex; }
.flex-col { flex-direction: column; }
.justify-between { justify-content: space-between; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.block { display: block; }

.grid { display: grid; }
.grid-cols-2 { grid-template-columns: 1fr 1fr; }
.grid-cols-3 { grid-template-columns: 1fr 1fr 1fr; }

.relative { position: relative; }

.overflow-hidden { overflow: hidden; }

.w-500 { width: 505px; max-width: 100%; }
.h-8 { height: 8px; }

.app .container-md {
    width: 1008px;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.app .container-lg {
    width: 1215px;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.app .container-xl {
    width: 1364px;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.app .section-md { padding: 40px 24px; }
.app .section-lg { padding: 64px 24px; }
.app .section-xl { padding: 94px 24px; }
.app .section-xxl { padding: 128px 24px; }

.app p { letter-spacing: 0; }
.app span p { padding: 0; }

.button {
    height: 50px;
    padding: 12px 24px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    font-family: 'roc-grotesk-wide', sans-serif;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.button-border {
    color: #262626;
    border: 1px solid #262626;
}

.button-border.button--white {
    color: #fff;
    border: 1px solid #fff;
}

.button-border:hover {
    opacity: .6;
}

.button-solid {
    color: #fff;
    background: #FE7653;
}

.button-solid:hover {
    color: #fff;
    background: #e16343;
}

/* Hero Section */

.hero-section {
    position: relative;
}

.hero-section .container-lg {
    position: relative;
    z-index: 2;
}

.hero-image, .hero-image-mobile {
    opacity: 0;
    transform: translateY(100px);
}

.hero-section img {
    max-width: 100%;
    height: auto;
}

.hero-image-mobile {
    display: none;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115%;
    object-fit: cover;
}

/* Video Section */

.video-thumb {
    width: 100%;
    aspect-ratio: 1215 / 683;
    /* background: #000; */
    position: relative;
}

.video-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    z-index: 5;
}

.video-play-letters {
    position: absolute;
    inset: 0;
    margin: auto;
    animation: rotate 10s linear infinite;
}

.video-quote {
    position: absolute;
    bottom: -75px;
    right: -55px;
    /* transform: rotate(-5.26deg); */
    z-index: 6;
}

.video-quote .layer {
    line-height: 45px;
    display: inline;
    background-repeat: no-repeat;
    background-image: linear-gradient(#4D4D4D, #4D4D4D);
    background-position: 0px 60%;
    background-size: 100% 40px;
}

.video-quote .layer svg {
    position: absolute;
    top: -42px;
    right: -65px;
    z-index: -1;
}

.video-link {
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 10;
}

.video-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

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

.rotate {
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

/* Live Section */

.live-section {
    padding-bottom: 0 !important;
}

.live-box {
    text-align: center;
    padding: 96px 20px;
    background: #0D2642;
    border-radius: 48px 0 48px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.live-description {
    max-width: 800px;
}

/* Conference Speakers Section */

.conference-speakers-title {
    position: relative;
    display: inline-block;
    font-family: 'roc-grotesk-wide', sans-serif;
    font-weight: 800;
}

.conference-speakers-title strong {
    display: block;
    padding-left: 200px;
    font-weight: 600;
    color: #FE7653;
}

.conference-speakers-line {
    position: absolute;
    top: -160px;
    right: 0;
}

.conference-speaker {
    position: relative;
    padding: 16px;
    aspect-ratio: 384 / 445;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

.conference-speaker .layer {
    line-height: 45px;
    display: inline;
    background-repeat: no-repeat;
    background-image: linear-gradient(#353434, #353434);
    background-position: 0px 60%;
    background-size: 100% 40px;
}

.conference-speaker img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.conference-speaker div {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 230px;
}

/* Conference Details Section */

.conference-left {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 64px 0 0;
}

.conference-left img {
    max-width: 100%;
    height: auto;
    margin-top: auto;
    float: right;
}

.conference-left .spacer {
    padding: 0 64px;
}

.conference-right {
    width: 50%;
    position: relative;
}

.conference-details-title strong em {
    font-style: normal;
    font-size: inherit;
    color: #FE7653;
}

.conference-right::before {
    content: '';
    height: calc(100% + 75px);
    border-radius: 48px 48px 0 0;
    background: #262626;
    z-index: 1;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.conference-right::after {
    content: '';
    height: calc(100% + 150px);
    border-radius: 48px 48px 0 0;
    background: #FE7653;
    z-index: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.conference-right-text {
    padding: 64px;
    position: relative;
    z-index: 2;
}

.conference-right-text p strong { 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 700; 
}

.conference-right p:last-child {
    padding: 0;
}

/* Concert Section */

.concert {
    padding: 100px 24px 0;
}

.concert-right {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 64px 0 0;
    background: #353434;
    position: relative;
}

.concert-right img {
    max-width: 120%;
    height: auto;
    margin-top: auto;
    float: right;
}

.concert-right svg {
    position: absolute;
    top: 160px;
    right: -40px;
}

.concert-right .spacer {
    padding: 0 64px;
}

.concert-text {
    width: 60%;
}

.concert-buttons {
    margin-top: 56px;
    display: flex;
    gap: 24px;
}

.concert-left {
    width: 50%;
    position: relative;
    align-self: center;
}

.concert-title strong em {
    font-style: normal;
    font-size: inherit;
    color: #FE7653;
}

.concert-left-text {
    padding: 64px;
    position: relative;
    z-index: 2;
}

.concert-left-text p strong { 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 700; 
}

.concert-left p:last-child {
    padding: 0;
}

/* About Speakers Section */

.about-section {
    position: relative;
    z-index: 1;
}

.about-title { display: inline-block; }
.about-title span { font-family: 'roc-grotesk-wide', sans-serif; }
.about-title strong { font-family: 'roc-grotesk-extrawide', sans-serif; color: #fff; }

.about-speaker {
    background: #353434;
    padding: 64px 32px;
    border-radius: 48px 0 48px 0;
    height: 100%;
}

.about-speaker span {
    display: flex;
    gap: 24px;
}

/* .about-section .swiper-slide {
    flex-shrink: 1;
} */

.swiper-controller {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.swiper-next, .swiper-prev {
    cursor: pointer;
}

.swiper-button-disabled {
    opacity: .6;
}

.about-section .swiper {
    display: flex;
    flex-direction: column;
}
 
/* Schedule Section */

.schedule-section .animate {
    display: inline-block;
}

.schedule .animate {
    display: inline-block;
}

.schedule {
    cursor: pointer;
}

.schedule.active .schedule-arrow {
    transform: rotate(180deg);
}

.schedule.active .schedule-line {
    opacity: 1;
    margin-top: 40px;
    height: auto;
}

.schedule-line {
    overflow: hidden; /* Ensures the content doesn't overflow during animation */
    height: 0; /* Initially collapsed */
    opacity: 0;
    transition: height 0.3s ease;
}

.schedule-arrow, .schedule-line {
    transition: all .3s ease-in-out;
}

.event-time {
    min-width: 220px;
    width: 220px;
}

/* Group Youth Section */

.group-title { display: inline-block; }

.group-title strong { font-family: 'roc-grotesk-extrawide', sans-serif; color: #FCC101; }

.group-text a { color: #FCC101; }

/* Location Section */

.location-content {
    padding: 96px 56px;
    background: #FE7653;
    border-radius: 0 0 0 48px;
}

.location-title strong { 
    font-family: 'roc-grotesk-extrawide', sans-serif; 
    color: #4D4D4D;
    font-weight: 700;
}

.location-map {
    overflow: hidden;
    border-radius: 0 48px 0 0;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

/* FAQ Section */

.faq-controller {
    display: flex;
    gap: 64px;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}

.faq-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.faq-content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.faq-option {
    transition: all .3s ease-in-out;
    position: relative;
    padding-bottom: 8px;
    font-family: 'roc-grotesk-extrawide', sans-serif;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.faq-option::after {
    content: '';
    height: 3px;
    width: 0;
    background: #FE7653;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all .3s ease-in-out;
}

.faq-option.active {
    font-weight: 800;
    color: #FE7653;
}

.faq-option.active::after {
    width: 100%;
}

.faq {
    padding: 24px 220px 24px 32px;
    background: #353434;
    border-radius: 0 16px 0 16px;
    position: relative;
    cursor: pointer;
}

.faq-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    width: 24px;
    height: 24px;
    margin: auto;
}

.faq.active .faq-icon .vertical {
    height: 4.8px;
}

.faq-icon .vertical {
    height: 24px;
    width: 4.8px;
    background: #FE7653;
    transition: all .3s ease-in-out;
    position: absolute;
    inset: 0;
    margin: auto;
}

.faq-icon .horizontal {
    height: 4.8px;
    width: 24px;
    background: #FE7653;
    transition: all .3s ease-in-out;
    position: absolute;
    inset: 0;
    margin: auto;
}

.faq-body {
    overflow: hidden;
    height: 0;
    transition: all 0.3s ease-in-out;
    margin-top: 0;
}

.faq-title {
    display: inline-block;
}

/* Contact Section */

.contact-section .animate {
    display: inline-block;
}

.contact-image {
    width: 50%;
    position: absolute;
    right: 50%;
    bottom: 0;
}

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

.contact-text a {
    font-weight: 800;
    color: #FE7653;
}

.conference-details-section {
    padding: 0 24px;
}

.line-title .line {
    display: block;
    overflow: hidden;
}

.line-title .line span {
    display: inline-block;
}

@media(min-width: 1024px) {
    .app .container-md, .app .container-lg, .app .container-xl { margin: 0 auto; }
}

@media(max-width: 1340px) {
    .video-quote { right: 15px; }
    .conference-right-text { font-size: 16px; line-height: 24px; }
}

@media(max-width: 1280px) {
    .conference-details-title { font-size: 54px; line-height: 62px; }
    .conference-right::before { height: calc(100% + 30px); }
    .conference-right::after { height: calc(100% + 60px); }
}

@media(max-width: 1190px) {
    .conference-details-title { font-size: 44px; line-height: 52px; }
    .group-title { font-size: 60px; line-height: 68px; }
    .location-title { font-size: 44px; line-height: 52px; }
    .contact-image { right: 55%; }
    .contact-section .section-xxl { padding: 48px 24px; }
}

@media(max-width: 1024px) {
    .app .section-xl { padding: 48px 24px; }

    .conference-right::before { height: calc(100% + 75px); }
    .conference-right::after { height: calc(100% + 150px); }

    .concert { padding-top: 48px; }
    .concert .flex { flex-direction: column; }
    .concert-title.title-64 { font-size: 32px; line-height: 44px; }
    .concert-buttons { flex-direction: column; align-items: flex-start; }
    .concert-left { align-self: normal; width: 100%; }
    .concert-right { width: 100%; }
    .concert-text { width: 100%; }
    .concert-right svg { top: -50px; }

    .mobile-justify-center { justify-content: center; }
    .mobile-text-center { text-align: center; }

    .hero-image { display: none; }
    .hero-image-mobile { display: block; }
    .hero-image-mobile img { width: 100%; }

    .date-section .mobile-flex { flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 32px; }
    .date-section .body-32 { font-size: 16px; line-height: 24px; }

    .video-thumb { margin-bottom: 130px; }
    .video-play { width: 64px; height: 64px; }
    .video-play-letters { width: 56px; height: 56px; }
    .video-quote { bottom: inherit; top: 90%; right: inherit; left: 14px; transform: rotate(0); max-width: 90%; }
    .video-quote .body-32 { font-size: 18px; line-height: 26px; }
    .video-quote .layer svg { right: -40px; width: 80px; }

    .live-title { font-size: 40px; line-height: 48px; }
    .live-subtitle { font-size: 26px; line-height: 38px; }
    .live-box { padding: 48px; }

    .conference-speakers-title { font-size: 40px; line-height: 48px; }
    .conference-speakers-line { position: absolute; top: -190px; right: inherit; left: 40px; width: 110%; }
    .conference-speakers-title strong { display: block; padding-left: 65px; background-position: left center; background-size: 54px; }
    .conference-speakers-section .gap-96 { gap: 48px; }
    .conference-speakers-section .grid-cols-3 { grid-template-columns: 1fr;} 

    .conference-details-section { padding: 16px 24px 64px; }
    .conference-details-section .flex { flex-direction: column; }
    .conference-left, .conference-right { width: 100%; }
    .conference-left { padding: 48px 0 0; }
    .conference-left .spacer { padding: 0 32px; }
    .conference-right { margin-top: 184px; }
    .conference-right-text { padding: 48px 32px; }
    .conference-left .body-16 { font-size: 14px; line-height: 22px; }
    .conference-left .title-64 { font-size: 32px; line-height: 44px; }
    
    .app .about-section { padding: 64px 24px; }
    .about-title { font-size: 36px; line-height: 44px; }
    .about-title br { display: none; }
    .about-section .gap-96 { gap: 64px; }
    .about-section .grid-cols-3 { grid-template-columns: 1fr; }

    .schedule-section .title-72 { font-size: 48px; line-height: 56px; }
    .schedule .body-32 { font-size: 24px; line-height: 32px; }
    .schedule-line .flex { flex-direction: column; gap: 4px; }
    .schedule-arrow svg { width: 24px; }

    .app .group-section { padding: 48px 24px; }
    .group-section .grid-cols-2 { grid-template-columns: 1fr; }
    .group-title { font-size: 48px; line-height: 56px; }

    .location-section .grid-cols-2 { grid-template-columns: 1fr; }
    .location-content { padding: 48px 32px; border-radius: 0 32px 0 0; } 
    .location-content p { padding: 0; }
    .location-title { font-size: 32px; line-height: 40px; margin-bottom: 24px; } 
    .location-map { overflow: hidden; border-radius: 0 0 0 32px; height: 360px; } 

    .faq-title { font-size: 32px; line-height: 40px; }
    .faq-header .body-24 { font-size: 18px; line-height: 26px; }
    .faq { padding: 24px 70px 24px 32px; }
    .faq-controller { gap: 12px; justify-content: space-between; }
    .faq-option { font-size: 12px; }

    .contact-section .section-xxl { padding: 32px 24px; }
    .contact-section .grid { display: block; }
    .contact-section .title-64 { font-size: 40px; line-height: 48px; margin-bottom: 24px; }
    .contact-image { width: 100%; position: relative; right: 0; bottom: 0; }
}