/* global */

/* ==================== Home page css ==================== */

.banner_sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.banner_sec .tag_line {
    margin-bottom: 35px;
}

.banner_sec .btn_style {
    margin-top: 40px;
}


.tag_line {
    text-transform: uppercase;
    font-family: "RivieraNights-Regular";
}


.banner_content {
    max-width: 1380px;
}

/* who we are */

.who_we_are {
    padding: 190px 0px;
}

.home_about {
    max-width: 895px;
    margin: 0 auto;
}

.highlight_text {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all 0.2s linear;
    font-family: "RivieraNights-Regular";
    display: inline-block;
}

.highlight_text:hover {
    opacity: 0.7;
}










/* ============ responsive ============ */

@media only screen and (min-width: 1680px) {

    .banner_sec .tag_line {
        margin-bottom: 55px;
    }

    .banner_sec .btn_style {
        margin-top: 60px;
    }
}


@media only screen and (max-width: 1365px) {
    .banner_sec {
        min-height: 700px;
    }

    .banner_content {
        max-width: 970px;
    }

    .who_we_are {
        padding: 140px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner_sec {
        min-height: 600px;
    }

    .banner_content,
    .home_about {
        max-width: 850px;
    }

    .who_we_are {
        padding: 120px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner_sec {
        min-height: 560px;
    }
}

@media only screen and (max-width: 991px) {
    .highlight_text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .banner_sec .tag_line {
        margin-bottom: 20px;
    }

    .banner_sec .btn_style {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 575px) {
    .who_we_are {
        padding: 80px 0px;
    }

    .banner_sec {
        min-height: 100vh;
        padding: 100px 0px;
    }
        .f_32 {
        font-size: 18px;
    }
}