@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cherish&display=swap');

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Medium.woff2') format('woff2'),
        url('../fonts/MinionPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
    height: auto;
}

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

body {
    font-family: "DM Sans", sans-serif;
    min-height: 100vh;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}

.z-10 {
    z-index: 10;
}

.cursor-pointer {
    cursor: pointer;
}

.text-xxs {
    font-size: 12px;
    line-height: 1.5;
}

.text-xs {
    font-size: 14px;
    line-height: 17px;
}

.text-sm {
    font-size: 16px;
    line-height: 1.5;
}

.text-md {
    font-size: 18px;
}

.text-lg {
    font-size: 24px;
}

.text-xl {
    font-size: 36px;
}

.text-xxl {
    font-size: 150px;
    line-height: 1;
}

.text-gray {
    color: #5A687A !important;
}

.text-primary {
    color: #05244A !important;
}

.text-light-blue {
    color: #5897F4 !important;
}

.text-yellow {
    color: #E78923 !important;
}

.text-light-black {
    color: rgba(0, 0, 0, 0.5) !important;
}

.border-light {
    border-color: #D4D4D4 !important;
}

.font-minion {
    font-family: 'Minion Pro';
}

.font-cherish {
    font-family: "Cherish", cursive;
}

.tracking-lg {
    letter-spacing: 0.3em;
}

.rounded-20 {
    border-radius: 20px !important;
}

.btn-primary {
    font-family: 'Minion Pro';
    display: inline-block;
    padding: 16.5px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    line-height: 17px;
    color: #05244A;
    background: linear-gradient(to right, #FEF7BA 0%, #F5BC7E 100%);
    border-radius: 6px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
}

.header .logo {
    margin-bottom: -75px;
}

.header .logo a {
    max-width: 254px;
    display: block;
}

.header ul li a {
    font-family: 'Minion Pro';
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #5A687A;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.header .menu-toggle {
    width: 40px;
    height: 40px;
}

.home-banner {
    background: url('../images/banner-bg.png') no-repeat center;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 120px;
}

.home-banner-img {
    aspect-ratio: 1320/730;
    overflow: hidden;
}

.home-info-bg {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.home-info-bg img {
    margin: 0 auto;
}

.home-intro-header {
    padding-bottom: 176px;
}

.home-info-item-img {
    width: 100%;
    height: 696px;
    overflow: hidden;
}

.home-info-item-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    pointer-events: none;
}

.home-info-item-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
    opacity: 0.5;
    pointer-events: none;
}

.home-info-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.home-info-title span {
    background: linear-gradient(to right, #FEF5B8 0%, #F6BD7F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-schedule {
    padding-top: 73px;
    padding-bottom: 120px;
}

.schedule-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.schedule-arrow {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.schedule-item.active .schedule-title {
    color: #2A71C8 !important;
}

.schedule-item .schedule-desc {
    margin-bottom: 0 !important;
}

.schedule-item.active .schedule-desc {
    color: #6595CF !important;
}

.schedule-item.active .schedule-arrow {
    opacity: 1;
}

.schedule-img {
    aspect-ratio: 690/542;
    overflow: hidden;
}

.schedule-content p span {
    color: #2A71C8;
    font-weight: 700;
}

/* Speaker Section CSS */

.speaker-section {
    border-top: 1px solid #e9ecef;
    padding-top: 16px;
}

.speaker-image {
    flex-shrink: 0;
}

.speaker-headshot {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #2A71C8;
}

.speaker-name {
    font-size: 16px;
    font-weight: 600;
    color: #2A71C8;
    margin-bottom: 4px;
}

.speaker-topic {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

/* Schedule List Speaker CSS */

.schedule-speaker-image {
    flex-shrink: 0;
}

.schedule-speaker-headshot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #2A71C8;
}

.schedule-speaker-name {
    font-size: 15px;
    color: #6595CF;
    margin: 0;
    font-weight: 500;
}

.schedule-item.active .schedule-speaker-name {
    color: #2A71C8;
}

/* Hotels Section CSS */

.home-hotel-content {
    padding: 240px 60px 60px;
    max-width: 652px;
    z-index: 2;
}

.home-hotel .home-hotel-item:nth-child(odd) .home-hotel-content {
    margin-left: auto;
}

.home-hotel .home-hotel-item:nth-child(even) .home-hotel-content {
    margin-right: auto;
}

.home-hotel-item {
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-hotel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;
    opacity: 0.5;
    pointer-events: none;
    z-index: 1;
}

.home-hotel-content p {
    margin-bottom: 24px;
}

.home-hotel-content p:last-child {
    margin-bottom: 0;
}

.home-pricing {
    padding: 60px 0;
    background: url('../images/pricing-bg.png') no-repeat center;
    background-size: cover;
}

.home-pricing::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}

.home-register {
    padding: 120px 0;
}

.footer {
    background: url('../images/footer-bg.png') no-repeat center;
    background-size: cover;
    padding: 69px 0 70px;
}

.footer-logo {
    max-width: 254px;
}