:root {
    --green: #01524b;
    --blue: #03045e;
    --yall-blue: #003566;
    --pru-blue: #023047;
    --white: #ffffff;
    --white-smoke: #eff1ed;
    --black: #000814;
    --black-2: #212529;
    --black-3: #332941;

    --blue2: #0a3d50;
    --blueLight: #4361ee;
    --green-2: #2e5550;
    --red: #e11444;
    --yellow: #f8e559;
    --orange: #fdb016;
    --gray: #e5e5e56b;
}

@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
    font-family: robotoLight;
    src: url(../fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: play;
    src: url(../fonts/Playfair_Display/PlayfairDisplay-Bold.ttf);
}

body {
    background-color: var(--black-2);
    padding: 0;
    margin: 0;
    font-family: roboto;
    color: var(--white-smoke);
}

.login_btn {
    border: 1px solid var(--gray);
    border-radius: 20px;
    color: var(--white-smoke);
    font-family: roboto;
}

header {
    box-shadow: 1px 1px 10px var(--black);
}

.login_btn:hover {
    color: var(--white-smoke);
    border: 1px solid var(--gray);
}

.container-slider {
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #42616c;
}

.container-slider img {
    width: 100%;
}

.text-slider {
    position: absolute;
    top: 15rem;
    right: 30px;
}

.text_shadow {
    text-shadow: 2px 2px var(--black-2);
}

.event_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 
}


.icon_event {
    color: var(--orange);
    padding-right: 5px;
}

.desc_con {
    font-size: 20px;
    font-family: play;
}

.buy {
    color: var(--black-2);
    padding: 15px;
    border: 1px solid var(--gray);
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: 1px 1px 10px var(--orange);
}

a {
    text-decoration: none;
    color: var(--white-smoke);
}



footer {
    box-shadow: 1px 1px 10px var(--black);
}
ul {
    list-style: none;
}
ul li {
    list-style: none;
}

.footer_icon {
    font-size: 30px;
}

.footer_txt {
    font-size: 20px;
}
/* show concert */
.concert_show_img {
    width: 100%;
    object-fit: cover;
}

.currency_txt {
    font-size: 20px;
}
.currency {
    color: var(--orange);
}

.show_detail{
    font-family: robotoLight;
    font-size: 25px;
}
.sold-out {
    top: -25px;
    left: -20px;
    width: 100px;
    rotate: -30deg;
}

