html {
    scroll-behavior: smooth;
}

/* Global font */
body {
    font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}


/* Offset for sticky header */
#about,
#shows,
#testimonials,
#team,
#contact {
    scroll-margin-top: 50px;
}

.section-2-img-with-bg {
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

.active-dark-mode .rbt-btn.btn-border:hover {
    background: #5516D4;
}

.rbt-banner-20 .language-world .world::after {
    content: unset;

}

.active-dark-mode .rbt-card {
    background: transparent;
}

.subtitle-with-line {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.subtitle-text {
    color: #FF714B;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.subtitle-line {
    width: 150px;
    height: 2px;
    background: #FF714B;
    opacity: 0.8;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu,
.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu,
.rbt-user-wrapper .rbt-user-menu-list-wrapper,
.rbt-category-menu-wrapper .category-dropdown-menu,
ul.rbt-dropdown-menu li .sub-menu {
    left: -130px;
}

