@font-face {
    font-family: "Montserrat";
    src: url("Montserrat/static/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("Montserrat/static/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("Montserrat/static/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("Montserrat/static/Montserrat-Medium.ttf") format("truetype");
}

html,
body {
    font-family: "Montserrat", sans-serif;
}

.home_header_banner {
    background-image: url("../image/home_header_banner.png");
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    margin-top: -50px;
}

.bottom_banner {
    background-image: url("../image/bottom_banner.png");
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.top_nav {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0, 0.25);
}

.icon {
    font-size: 24px;
    color: white;
}

.white_title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom:10px;
}

.gray_title{
    font-size: 36px;
    font-weight: bold;
    color: #999;
}

.item_row {
    background-color: #111;
    border: thin solid white;
    border-radius: 30px;
}

.item_image {
    border-radius: 30px;
}

.home_footer {
    background-color: #111;
    color: #999;
}

.small_text {
    font-size: 10px;
}

.black_title {
    font-size: 24px;
    font-weight: bold;
}

.input_text {
    border-radius: 50px;
}

.waiting_list_container {
    background-color: white;
    border-radius: 30px;
    padding: 60px 50px;
}

@media screen and (max-width: 991px) {
    .btn_theme {
        border-radius: 50px;
        font-size: 20px;
        background:#0404FF !important;
        padding-left:25px;
        padding-right:25px;
    }
}

@media screen and (min-width: 992px) {
    .btn_theme {
        border-radius: 50px;
        font-size: 12px;
        background:#0404FF !important;
        padding-left:25px;
        padding-right:25px;
    }
}