@font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirLTProBook.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirLTProRoman.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirLTProMedium.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirLTProHeavy.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirLTProBlack.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Francy";
    src: url("../fonts/Francy.otf") format("opentype"),
    url("../fonts/Francy.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Avenir', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55; /* 155.556% */
}

.btn-primary {
    background-color: #1835F5 !important;
    border-radius: 99px !important;
}
.ot-navbar {
    background-color: #fff;
    border-radius: 100px;
    padding: 12px !important;
}
.ot-navbar img {
    height: 36px;
    width: auto;
    padding: 0 !important;
}
.ot-navbar .nav {
    padding: 0 !important;
}
.ot-navbar .dropdown-toggle {
    border-radius: 99px !important;
}

.bg-branding-primary {
    background-color: #465DF7 !important;
}

.ot-hero {
    background-color: #465DF7 !important;
}
.ot-hero a { color: #fff; }
.ot-hero a:hover { color: #ccc; }
.ot-hero h1.title, .ot-hero h2.title,
.ot-hero h1.title.stroke, .ot-hero h2.title.stroke {
    font-family: 'Francy', sans-serif;
    font-size: 86px;
    letter-spacing: 1.72px;
    font-weight: 400;
    background: linear-gradient(90deg, #FFF 0.01%, #CDC5F2 62.54%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0;
    margin: 0 !important;
}

.hero-artist p, .hero-artist .ot-hero-description {
    opacity: 1 !important;

}
.ot-hero {
    padding-top: 145px !important;
}
.ot-hero .remove-in-eg {
    display: none !important;
}
.ot-text-branding {
    color: #1835F5 !important;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
    background-color: #A3AEFB !important;
}
.nav-pills .nav-link .badge, .nav-pills .show>.nav-link .badge {
    color: #A3AEFB !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #465DF7 !important;
}
.nav-pills .nav-link.active .badge, .nav-pills .show>.nav-link .badge {
    color: #465DF7 !important;
}
#ot-list button.tickets:hover {
    color: #465DF7 !important;
}
#ot-list button.tickets {
    width: 1.7rem !important;
    height: 1.7rem !important;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    i.bi {
        line-height: 1;
    }
}
.ticket-list:hover {
    background: #F4F5FB !important;
}

.faq-dropdown:hover, .faq-dropdown:focus {
    background-color: #465DF7 !important;
}
.ot-notification, .ot-notifcation-close {
    background-color: #1835F5 !important;
}

@media (max-width:767.98px) {
    .ot-navbar img {
        height: 30px;
    }
}

@media (max-width:449.98px) {
    .ot-navbar img {
        height: 25px;
    }
}

.button-wrapper .button {
    background: #1835F5 !important;
}