body {
    overflow-x: hidden;
}

.preloader {
    background-color: #fff;
}

.extra-huge-text-2{
    font-weight: 600;
}

.fill {
    margin: 20px auto;
    text-align: center;
    background-color: white;
    width: fit-content;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px var(--bs-primary);
    position: relative;
    font-size: 40px;
    letter-spacing: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.fill::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-fill-color: var(--bs-primary);
    width: 0;
    overflow: hidden;
    animation: move 3s linear infinite forwards;
}

.fill:hover::after {
    width: 100%;
}

@keyframes move {

    0%,
    100% {
        width: 0;
    }

    50% {
        width: 100%;
    }
}

.header-section{
    padding-top: 20px;
}

.header-section .brand-logo {
    display: none;
}

.header-section.sticky .brand-logo {
    display: block;
}

.header-3.transparent-header .logo-custom-light {
    width: 150px;
}

.header-3 .navbar {
    --bs-navbar-padding-y: 0px;
    --bs-navbar-padding-x: 60px;
}

.header-3.sticky.transparent-header .logo-custom-dark {
    width: 80px;
}

.home-6 {
    --bs-primary: #006495;
    --bs-primary-rgb: 0, 100, 149;
}

.custom-navbar-nav .nav-link {
    font-size: 70px;
    line-height: 1.2;
    text-align: center;
}

.offcanvas-pages-dropdown .dropdown-item {
    font-size: 35px;
    text-align: center;
}

.offcanvas-pages-dropdown .dropdown-menu.show {
    margin-top: 0 !important;
    position: relative !important;
}

.dropdown-menu {
    background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent;
}

.footer-section .logo-dark {
    width: 100px;
}

.hero-3 .hero-wrapper {
    --bg-parallax-image: none;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.banner-video video {
    height: 100vh;
    width: 100vw;
    display: block;
    object-fit: cover;
}

.hero-inner-text {
    max-width: 100%;
}

.circle-wrapper.hero-3-circle {
    margin: 0;
}

.extra-huge-text-2 {
    font-size: 260px;
    line-height: 200px;
}

.straight-line-wrapper {
    color: #6c6c6c;
}

.straight-line-wrapper .straight-line {
    background: #6c6c6c;
}

.custom-font-style-2 {
    text-align: justify;
}

.highlights-item-3 p {
    overflow: auto;
    -webkit-line-clamp: none;
}

.bg-ticket .pricing-bottom-content {
    padding-bottom: 35px;
}

.bg-ticket .pricing-bottom-content {
    height: 25%;
    padding: 0 10px;
    text-align: center;
}

.align{
    justify-content: end;
}

.sticky .align{
    justify-content: space-between;
}

.header-section.sticky{
    padding-top: 0;
}

.sponsor-wrapper {
    width: 100%;
    height: 100px;
    padding: 5px;
}

.sponsor-wrapper img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
}

.highlights-item-3 {
    height: 100%;
}

.lineup-image-wrapper .line-up-hover-content {
    height: 40px;
}

.lineup-image-wrapper .lineup-image-hover{
    --bs-lineup-headings-color: #ffffff;
    width: 90%;
}

.award-image {
    --bs-award-img-width: 100%;
    --bs-award-img-height: 100%;
    --bs-award-img-border-radius: 33px;
    padding: 15px 0;
}

.award-2 {
    border-radius: 30px;
}

.bg-ticket .pricing-top-content {
    padding: 8px;
}

.pricing-icon img {
    width: 100%;
    display: block;
    border-radius: 25px;
}

.modal-fullscreen {
    width: 60%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map-image.parallax::after {
    filter: grayscale(1);
}

.offcanvas-header {
    justify-content: end;
}

.map-image {
    --bg-parallax-image: none;
    border-radius: 30px;
    overflow: hidden;
}

.btn-close {
    opacity: 1;
}

.extra-huge-text-1 {
    font-size: 180px;
    line-height: 155px;
}

.extra-huge-text-2 {
    font-size: 270px;
    line-height: 250px;

}

.hero-3 .hero-wrapper {
    padding: 0;
}

.hero-section {
    height: 100vh;
    width: 100vw;
}

.hero-3 .hero-wrapper {
    height: 100%;
    width: 100%;
}

.hero-3 .hero-inner-text {
    position: absolute !important;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 97%;
}

.scroll-light-text span{
    font-family: var(--bs-font-family-style-3);
    font-weight: 700;
}

.custom-navbar-nav .nav-link{
    font-weight: 600;
}

@media (min-width: 1200px) and (max-width: 1590px) {
    .extra-huge-text-1 {
        font-size: 105px !important;
        line-height: 114px !important;
    }

    .extra-huge-text-2 {
        font-size: 200px !important;
        line-height: 160px !important;
    }
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 3rem;
    }
}

@media (max-width: 767.98px) {
    .circle-wrapper.hero-3-circle {
        margin-top: -120px;
        top: 0;
        right: auto;
        left: 0;
        width: 100px;
        height: 100px;
    }

    .custom-navbar-nav .nav-link {
        font-size: 34px;
    }

    .offcanvas-pages-dropdown .dropdown-item {
        font-size: 22px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .extra-huge-text-2 {
        font-size: 105px;
        line-height: 98px;
        font-weight: 700;
    }

    .header-3 .navbar {
        --bs-navbar-padding-x: 8px;
    }

    .header-3.transparent-header .logo-custom-light {
        width: 100px;
        height: auto;
    }

    .bg-ticket .pricing-bottom-content {
        height: auto;
        padding-bottom: 35px;
    }

    .footer-section .custom-font-style-2 {
        text-align: center;
    }

    .header-3.sticky.transparent-header .logo-custom-dark {
        width: 60px;
        height: auto;
    }

    .extra-huge-text-1 {
        font-size: 60px;
        letter-spacing: -1.9px;
        line-height: 60px;
    }

    .hero-section {
        height: 90vh;
        width: 100vw;
    }

    .banner-video video {
        height: 90vh;
    }

    .marquee-elements {
        --marquee-animation-duration: calc(2* 20s);
    }


}