/**
* Template: Guide pages & Home page
*/

@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon:XROT@5&display=swap');

.ai-advertisement-block {
    margin-top: 0 !important;
}

/* GUIDE TAGLINE */
.ai-guide-tagline {
    font-size: 28px !important;
    color: var(--text-color);
    text-align: center;
    line-height: 1.2 !important;
    margin-top: 0 !important;
}

/* TABLE OF CONTENTS */
.ai-table-of-contents {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: row;
    background-color: var(--primary-background-color);
    transition: all 0.3s ease;
}
.table-of-contents-title-container {
    padding: 20px 0 20px 30px;
}
.table-of-contents-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.2;
}
.table-of-contents-title::after {
    content: ":";
}
.table-of-contents-title-container .arrow {
    display: none;
    width: 16px;
    height: 16px;
    margin-left: 12px;
    transition: transform 0.3s ease;
}
.table-of-contents-items {
    display: flex;
}
.table-of-contents-items ol {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 !important;
    padding: 20px 30px 20px 11px;
    list-style-type: none !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    user-select: none;
}
.table-of-contents-items ol li {
    display: flex;
    justify-content: center;
    color: var(--text-color);
    text-decoration: none;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    transition: all 0.3s;
}
.table-of-contents-items ol li:hover {
    color: #1e90ff;
    cursor: pointer;
}
.table-of-contents-items ol li::after {
    content: "|";
    color: var(--text-color);
    margin-left: 10px;
    margin-right: 10px;
}
.table-of-contents-items ol li:last-child::after {
    content: "";
    margin-left: 0;
    margin-right: 0;
}

/********************************************************************/

/* NEON COUNTDOWN */
.ai-neon-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Tilt Neon", sans-serif;
    text-transform: uppercase;
    background-color: #000;
    border-radius: var(--global-border-radius);
}
.ai-neon-countdown .countdown-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    border: 5px solid #28a1fe;
    border-radius: var(--global-border-radius);
    box-shadow: 0 0 3vw #1041ff, 0 0 3vw #1041ff inset;
    -moz-animation: flashNeonBlueBorder 2s linear infinite;
    -webkit-animation: flashNeonBlueBorder 2s linear infinite;
    animation: flashNeonBlueBorder 2s linear infinite;
}
.ai-neon-countdown .countdown-inner .beside {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 22px;
}
.ai-neon-countdown .countdown-inner .stack {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ai-neon-countdown .item {
    font-size: 85px;
    text-align: center;
    line-height: 1;
}
.ai-neon-countdown .item.large {
    font-size: 160px;;
}
.ai-neon-countdown .item.pink {
    color: #fa90f0;
    text-shadow: 0 0 1.5vw #f93ee8;
    -moz-animation: flashNeonPink 2s linear infinite;
    -webkit-animation: flashNeonPink 2s linear infinite;
    animation: flashNeonPink 2s linear infinite;
    filter: blur(0);
}
.ai-neon-countdown .item.orange {
    color: #fc8f2e;
    text-shadow: 0 0 1.5vw #f40a35;
    -moz-animation: flashNeonOrange 2s linear infinite;
    -webkit-animation: flashNeonOrange 2s linear infinite;
    animation: flashNeonOrange 2s linear infinite;
    filter: blur(0);
}
.ai-neon-countdown .item.blue {
    color: #28a1fe;
    text-shadow: 0 0 1.5vw #ff5a00;
    -moz-animation: flashNeonBlue 2s linear infinite;
    -webkit-animation: flashNeonBlue 2s linear infinite;
    animation: flashNeonBlue 2s linear infinite;
    filter: blur(0);
}

@keyframes flashNeonPink {
    0%,
    100% {
        text-shadow: 0 0 .5vw #f93ee8, 0 0 1.5vw #f93ee8, 0 0 5vw #f93ee8, 0 0 5vw #c251b8, 0 0 .2vw #fcbff6, .25vw .25vw .05vw #be88a8;
        color: #fcbff6;
    }
    50% {
        text-shadow: 0 0 .25vw #6c0062, 0 0 .75vw #6c0062, 0 0 2.5vw #6c0062, 0 0 2.5vw #6c0062, 0 0 .1vw #6c0062, .25vw .25vw .05vw #87297e;
        color: #be88a8;
    }
}
@keyframes flashNeonOrange {
    0%,
    100% {
        text-shadow: 0 0 .5vw #fa1C16, 0 0 1.5vw #fa1C16, 0 0 5vw #fa1C16, 0 0 5vw #fa1C16, 0 0 .2vw #fed128, .25vw .25vw .05vw #806914;
        color: #fed128;
    }
    50% {
        text-shadow: 0 0 .25vw #800e0b, 0 0 .75vw #800e0b, 0 0 2.5vw #800e0b, 0 0 2.5vw #800e0b, 0 0 .1vw #800e0b, .25vw .25vw .05vw #40340a;
        color: #806914;
    }
}
@keyframes flashNeonBlue {
    0%,
    100% {
        text-shadow: 0 0 .5vw #1041ff, 0 0 1.5vw #1041ff, 0 0 5vw #1041ff, 0 0 5vw #1041ff, 0 0 .2vw #8bfdfe, .25vw .25vw .05vw #147280;
        color: #28d7fe;
    }
    50% {
        text-shadow: 0 0 .25vw #082180, 0 0 .75vw #082180, 0 0 2.5vw #082180, 0 0 2.5vw #082180, 0 0 .1vw #082180, .25vw .25vw .05vw #0a3940;
        color: #146c80;
    }
}
@keyframes flashNeonBlueBorder {
    0%,
    100% {
        box-shadow: 0 0 0.25vw #1041ff, 0 0 0.25vw #1041ff inset, 0 0 .75vw #1041ff, 0 0 2.5vw #1041ff inset, 0 0 .25vw #1041ff, 0 0 2.5vw #1041ff inset, 0 0 2.5vw #1041ff, 0 0 2.5vw #1041ff inset, 0 0 .1vw #8bfdfe, 0 0 .1vw #8bfdfe inset, .125vw .125vw .025vw #147280, .125vw .125vw .025vw #147280 inset;
        border-color: #28d7fe;
    }
    50% {
        box-shadow: 0 0 .125vw #082180, 0 0 .125vw #082180 inset, 0 0 .375vw #082180, 0 0 .375vw #082180 inset, 0 0 1.25vw #082180, 0 0 1.25vw #082180 inset, 0 0 1.25vw #082180, 0 0 1.25vw #082180 inset, 0 0 .05vw #082180, 0 0 .05vw #082180 inset, .125vw .125vw .0125vw #0a3940, .125vw .125vw .015vw #0a3940 inset;
        border-color: #146c80;
    }
}

/********************************************************************/

/* DESTINATIONS CAROUSEL */
.ai-scroll-carousel-wrap .scroll-carousel {
    display: flex;
    justify-content: flex-start;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    user-select: none;
}
.ai-scroll-carousel-wrap.two .scroll-carousel, .ai-scroll-carousel-wrap.three .scroll-carousel {
    justify-content: center;
    overflow-x: hidden;
}
.ai-scroll-carousel-wrap .scroll-carousel::-webkit-scrollbar {
    display: none;
}
.ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container {
    width: fit-content;
}
.ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .items-container {
    padding: 0 calc(50vw - min(1530px, 85vw)/2);
}
.ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .items-container .item-set {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 30px;
    width: 100%;
}
.ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .item-set .item {
    position: relative;
    padding: 5px 0;
    box-sizing: border-box;
    scroll-snap-align: center;
    opacity: 1 !important;
    transform: translateZ(0);
    transition: transform .3s cubic-bezier(0, 0, 0.5, 1);
}
.ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .item-set .item:hover {
    transform: scale(1.02);
}
.ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .item-set .item.tower {
    height: 450px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .item-set .item.tower, .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .ai-feature-card {
    width: 365px;
}
.ai-scroll-carousel-wrap .arrows-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    width: 85vw;
    margin-top: 10px;
    max-width: 1450px;
    margin-inline-start: auto;
    margin-inline-end: auto;
}
.ai-scroll-carousel-wrap.two .arrows-container, .ai-scroll-carousel-wrap.three .arrows-container {
    display: none;
}
.ai-scroll-carousel-wrap .arrows-container .left-arrow {
    transform: rotate(180deg);
}
.ai-scroll-carousel-wrap .arrows-container .left-arrow, .ai-scroll-carousel-wrap .arrows-container .right-arrow {
    display: flex;
    padding: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}
.ai-scroll-carousel-wrap .arrows-container .left-arrow:disabled, .ai-scroll-carousel-wrap .arrows-container .right-arrow:disabled {
    background-color: #7ebefd !important;
    pointer-events: none;
}
.ai-scroll-carousel-wrap .arrows-container .left-arrow:hover, .ai-scroll-carousel-wrap .arrows-container .right-arrow:hover {
    background-color: var(--secondary-color);
    opacity: 1;
}
.ai-scroll-carousel-wrap .arrows-container .arrow-icon {
    width: 28px;
    height: 28px;
}

/********************************************************************/

/* FEATURE CARD */
.ai-feature-card {
    position: relative;
    height: 100%;
    background-color: var(--dark-background-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--global-border-radius);
    opacity: 1 !important;
    overflow: hidden;
    user-select: none;
}
.ai-feature-card.item {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    height: calc(100vw* 0.26);
    max-height: 300px;
    transform: translateZ(0);
    transition: transform .3s cubic-bezier(0, 0, 0.5, 1);
}
.ai-card-set .ai-feature-card.half {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    height: 340px;
}
.ai-card-set .ai-feature-card.full {
    flex: 0 0 100%;
    max-width: 100%;
}
.ai-feature-card.item:hover {
    transform: scale(1.02);
}
.ai-feature-card.no-hover {
    height: fit-content !important;
    max-height: fit-content;
    transform: scale(1) !important;
}
.ai-feature-card .feature-card-content {
    position: relative;
    padding: 28px;
    z-index: 2;
}
.ai-feature-card .card-trigger-container {
    display: flex;
    position: absolute;
    bottom: 16px;
    right: 16px;
    padding: 8px;
    background-color: var(--dark-contrast-background-color);
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    transition: all .3s;
}
.ai-feature-card .card-trigger-container:hover {
    background-color: #3b3b3b;
    opacity: 1;
}
.ai-feature-card .card-trigger-container .arrow-icon {
    width: 28px;
    height: 28px;
}
.ai-feature-card .card-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    pointer-events: none;
}
.ai-feature-card .feature-card-content h3 {
    font-family: var(--global-font) !important;
    font-size: 29px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin: -3px 0 0;
}
.ai-feature-card .feature-card-content h3.large {
    font-size: 32px;
}
.ai-feature-card .feature-card-content h3 span {
    display: block;
    font-size: 18px;
}
.ai-feature-card .info-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.ai-feature-card .info-container .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 55%;
    color: #fff;
    padding: 28px;
    z-index: 1;
    user-select: text;
    transition: all .3s;
}
.ai-feature-card .info-container .info ul {
    margin-left: 0;
    list-style-type: none;
}
.ai-feature-card .info-container .info li {
    color: #fff;
    padding-left: 0;
    margin-bottom: 2px;
}
.ai-feature-card .info-container .info h3 {
    font-family: var(--global-font) !important;
    font-size: 29px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 12px;
}
.ai-feature-card .info-container .image {
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
}
.ai-feature-card .info-container .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background: linear-gradient(to left, rgba(14, 14, 14, 0) 35%, rgba(14, 14, 14, 0.2) 36%, rgba(14, 14, 14, 0.4) 39%, rgba(14, 14, 14, 0.6) 40%, rgba(14, 14, 14, 0.8) 42%, rgba(14, 14, 14, 1) 44%, rgba(14, 14, 14, 1) 100%);
}


/********************************************************************/

/* CROWD LEVELS SECTION/INFO BOX */
.ai-box-content {
    height: auto;
    background-color: #f7f7f7;
    border-radius: var(--global-border-radius);
    color: var(--text-color);
    padding: 18px 26px;
    margin-top: 18px;
}
.ai-box-content .block-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 23px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.1;
}
.ai-box-content p {
    margin: 0;
}
.ai-box-content .separator {
    margin: 30px 0;
    border-bottom: 1px solid var(--text-color);
}
.ai-box-content .separator::after {
    padding: 10px;
}
.ai-box-content a {
    color: #1e90ff;
    transition: all .25s ease-in-out;
}
.ai-box-content a:hover {
    opacity: 0.84;
}
.ai-box-content .section {
    font-size: 14px;
}
.ai-box-content .footnote {
    font-size: 13px;
    margin-top: 14px;
}

/********************************************************************/

/* MAP MODAL LISTS */
ol.h-count, ol.z-count, ol.s-count, ol.e-count, ol.r-count {
    counter-reset: chapter 1;
    list-style: none !important;
    margin-left: 0 !important;
}
ol.h-count li, ol.z-count li,  ol.s-count li, ol.e-count li, ol.r-count li {
    display: flex;
    padding-left: 0;
}
ol.h-count li::before, ol.z-count li::before, ol.s-count li::before, ol.e-count li::before, ol.r-count li::before {
    font-weight: 900;
    padding-right: 8px;
}
ol.h-count li+li, ol.z-count li+li, ol.s-count li+li, ol.e-count li+li, ol.r-count li+li {
    counter-increment: chapter 1;
    list-style: none;
}
ol.h-count li::before {
    content: "H" counter(chapter) ". ";
}
ol.z-count li::before {
    content: "Z" counter(chapter) ". ";
}
ol.s-count li::before {
    content: "S" counter(chapter) ". ";
}
ol.e-count li::before {
    content: "E" counter(chapter) ". ";
}
ol.r-count li::before {
    content: "R" counter(chapter) ". ";
}

/********************************************************************/

/* MISCELLANEOUS */
.ai-enchantment-ad-container {
    min-height: 290px;
}

/**********************************************************************/

/* RESPONSIVE ELEMENTS */
@media (min-width: 1550px) {
    /* FEATURE CARD */
    .ai-feature-card.item {
        max-height: 350px;
    }
}

@media (max-width: 1220px) {
    /* DESTINATIONS CAROUSEL */
    .ai-scroll-carousel-wrap.three .scroll-carousel {
        justify-content: flex-start;
        overflow-x: scroll;
    }
    .ai-scroll-carousel-wrap.three .arrows-container {
        display: flex;
    }
}
@media (max-width: 1050px) {
    /* DESTINATIONS CAROUSEL */
    .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .item-set .item.tower, .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .ai-feature-card {
        width: 345px;
    }
    
    /* FEATURE CARD */
    .ai-feature-card.item {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);;
    }
    .ai-card-set .ai-feature-card.half {
        height: 300px;
    }
}

@media (max-width: 940px) {
    /* TABLE OF CONTENTS */
    .ai-table-of-contents {
        flex-direction: column;
        width: 100%;
        background-color: #a2cff8;
    }
    .table-of-contents-title-container {
        padding: 0;
        margin: 0;
    }  
    .table-of-contents-title {
        padding: 20px 30px;
        user-select: none;
        transition: background-color 0.3s ease;
    }
    .table-of-contents-title::after {
        content: "";
    }
    .table-of-contents-title:hover {
        cursor: pointer;
        background-color: #72bbff;
    }
    .table-of-contents-title-container .arrow {
        display: block;
    }
    .table-of-contents-items {
        display: block;
        width: 100%;
        max-height: 0;
        background-color: var(--primary-background-color);
        overflow: hidden;
        transition: 0.3s ease;
    }
    .table-of-contents-items ol {
        padding: 0;
        flex-direction: column;
        align-items: stretch;
    }
    .table-of-contents-items ol li {
        border-top: 1px solid #72bbff;
        border-bottom: 1px solid #72bbff;
        padding: 20px 30px !important;
    }
    .table-of-contents-items ol li:first-child {
        border-top: 0;
    }
    .table-of-contents-items ol li:last-child {
        border-bottom: 0;
    }
    .table-of-contents-items ol li:hover {
        background-color: #b8dcfc;
        color: var(--text-color);
    }
    .table-of-contents-items ol li::after {
        content: "";
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 910px) {
    /* NEON COUNTDOWN */
    .ai-neon-countdown .countdown-inner .beside {
        flex-direction: column;
    }
}
@media (max-width: 880px) {
    /* DESTINATIONS CAROUSEL */
    .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .item-set .item.tower, .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .ai-feature-card {
        width: 315px;
    }
}

@media (max-width: 790px) {
    /* FEATURE CARD */
    .ai-feature-card .info-container .info {
        width: 70%;
    }
    .ai-feature-card .info-container .image {
        width: 30%;
    }
    .ai-feature-card .info-container .gradient {
        background: transparent;
        background: linear-gradient(to left, rgba(14, 14, 14, 0) 19%, rgba(14, 14, 14, 0.2) 20%, rgba(14, 14, 14, 0.4) 23%, rgba(14, 14, 14, 0.6) 24%, rgba(14, 14, 14, 0.8) 26%, rgba(14, 14, 14, 1) 28%, rgba(14, 14, 14, 1) 100%);
    }
}

@media (max-width: 767px) {
    /* GUIDE TAGLINE */
	.ai-guide-tagline {
        font-size: 22px;
    }
    
    /* DESTINATIONS CAROUSEL */
    .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .item-set .item.tower, .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .ai-feature-card {
        width: 270px;
    }
}

@media (max-width: 720px) {
    /* DESTINATIONS CAROUSEL */
    .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .item-set .item.tower, .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .ai-feature-card {
        width: 255px;
    }
    
    /* FEATURE CARD */
    .ai-feature-card.item, .ai-card-set .ai-feature-card.half {
        flex: 0 0 100%;
        max-width: 100%;
        height: 330px;
    }
}

@media (max-width: 680px) {
    /* DESTINATIONS CAROUSEL */
    .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .item-set .item.tower, .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .ai-feature-card {
        width: 240px;
    }
}

@media (max-width: 645px) {
    /* NEON COUNTDOWN */
    .ai-neon-countdown .item {
        font-size: 50px;
    }
}

@media (max-width: 570px) {
    /* FEATURE CARD */
    .ai-feature-card .info-container .info {
        width: 100%;
    }
    .ai-feature-card .info-container .image {
        display: none;
    }
    .ai-feature-card .info-container .gradient {
        display: none;
    }
}

@media (max-width: 560px) {
    /* DESTINATIONS CAROUSEL */
    .ai-scroll-carousel-wrap.two .scroll-carousel {
        justify-content: flex-start;
        overflow-x: scroll;
    }
    .ai-scroll-carousel-wrap.two .arrows-container {
        display: flex;
    }
}

@media (max-width: 540px) {
    /* DESTINATIONS CAROUSEL */
    .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .item-set .item.tower, .ai-scroll-carousel-wrap .scroll-carousel .scroll-carousel-container .ai-feature-card {
        width: 275px;
    }
}