html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
    color: white;
    font-size: 1.25rem;
    font-weight: 100;
}

.navbar .menu {
    background-color: #be9e5f;
    border-radius: 20px;
    font-weight: 400;
    font-size: 1.2rem;
    min-height: 54px;
}

.navbar-brand,
.nav-link {
    color: white !important;
}

.hero-section {
    background-image: url('/homepage/wallpaper.jpg');
    height: 620px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section {
    padding: 60px 0;
}

.rounded-img {
    border-radius: 15px;
}

.overlay {
    background: rgba(190, 158, 95, 0.8);
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.btn-outline-white {
    border: 1px solid white;
    color: white;
}

.navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.btn.btn-primary {
    border-radius: 15px;
    background-color: #be9e5f;
    color: white;
    border: 2px solid white;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.btn.btn-secondary {
    background-color: #000;
    border-radius: 15px;
    border: 2px solid white;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar.bg-dark.sticky-top {
    background: #000;
    min-height: 117px;
}

.bolder {
    font-weight: bold;
}

.rem24 {
    font-size: 2.4rem;
    font-weight: 900 !important;
}

.bold400 {
    font-weight: 400;
}

.bold900 {
    font-weight: 900;
}

.lighter {
    font-weight: 400;
}

.btn.btn-secondary.big-btn {
    font-size: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 40px;
}

.capsule-light {
    border: 1px solid white;
    padding: 1rem;
    min-height: 300px;
    border-radius: 40px;
    background-color: #be9e5f;
    text-align:center;
}

.slider-container img {
    border: 2px solid white;
    border-radius: 20px;
    padding: 1rem;
    min-height: 220px;
}

.card {
    background-color: #000;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid white;
    border: 1px solid white;
    border-radius: 15px !important;
    margin-bottom: 1rem !important;
}

.card-header h2 button {
    font-size: 1.5rem;
    font-weight: normal;
    color: white;
}

.flip-card {
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 500px;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.flip-card-back {
    background: #be9e5f;
    color: white;
    font-weight: normal;
    transform: rotateY(180deg);
}

.flip-card-back ul {
    font-size: 1rem;
    text-align: left;
    line-height: 2rem;
    list-style: circle;
    padding: 0.5rem;
    padding-left: 21px;
    padding-top: 0px;
    margin-top: 0px;
}

.slider-container li {
    background-color: #fff;
    border-radius: 20px;
}

.navbar.sticky-top {
    background: #000;
}

footer ul {
    list-style: none;
    font-size: 1rem;
    font-weight: initial;
    text-transform: capitalize;
    line-height: 2rem;
}

.alert {
    border-radius: 20px;
}

.alert li {
    font-weight: normal;
}

.col-md-12.outline {
    border: 2px solid white;
    border-radius: 20px;
    min-height: 300px;
}

.col-md-12.outline h3{
    font-weight: 900;
}

a.nav-link{
    cursor: pointer;
}

nav.navbar.navbar-expand-lg.sticky-top{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#buyTicketsArea .col {
    border: 1px solid #be9e5f;
    border-radius: 20px;
    padding: 1.5rem;
    font-weight: normal;
    background: rgb(44,44,45);
    background: -moz-linear-gradient(0deg, rgba(44,44,45,1) 0%, rgba(9,9,9,1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(44,44,45,1) 0%, rgba(9,9,9,1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(44,44,45,1) 0%, rgba(9,9,9,1) 50%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c2c2d",endColorstr="#000000",GradientType=1); 
}

#buyTicketsArea .col .card {
    background: transparent;
}

#buyTicketsArea .col .card ul {
    list-style: none;
    padding: 0;
}

#buyTicketsArea .col .card ul li {
    border-bottom: 2px solid white;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}