﻿@font-face {
    font-family: 'OPTIMA';
    src: url('../content/Font/OPTIMA.TTF') format('truetype');
}

@font-face {
    font-family: 'Nunito-Regular';
    src: url('../content/Font/Nunito/Nunito-Regular.ttf') format('truetype');
}

body, html {
    font-family: "Nunito-Regular";
}

/*.bw-falcon-slider{
    height: 722px;
}*/

/* slider */
.bw-falcon-slider__slide--img {
    width: 100%;
    padding-top: 40%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

    .bw-falcon-slider__slide--img .bw-falcon-overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .bw-falcon-slider__slide--img .bw-falcon-desc {
        position: absolute;
        color: #ffffff;
        left: 15%;
        bottom: 10%;
        -webkit-transform: translate(-15%, -10%);
        transform: translate(-15%, -10%);
    }

        .bw-falcon-slider__slide--img .bw-falcon-desc h3 {
            font-family: "OPTIMA";
        }

.bw-falcon-slider__slide .slick-dots {
    bottom: 16px;
}

    .bw-falcon-slider__slide .slick-dots li button:before {
        background: #ffffff;
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        opacity: 1;
    }

    .bw-falcon-slider__slide .slick-dots li.slick-active button:before {
        background: #ED1C24;
    }

@media (max-width: 1199.98px) {
    .bw-falcon-slider__slide--img {
        padding-top: 50%;
    }
}

@media (max-width: 991.98px) {
    .bw-falcon-slider__slide--img {
        padding-top: 65%;
    }
}

@media (max-width: 767.98px) {
    .bw-falcon-slider__slide--img {
        padding-top: 75%;
    }
}

@media (max-width: 575.98px) {
    .bw-falcon-slider__slide--img {
        padding-top: 125%;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* About */
.bw-falcon-about {
    position: relative;
    text-align: center;
    background-color: #ED1C24;
    padding: 80px 0;
    background: url(../images/red_bg-01.png);
    background-size: cover;
    background-repeat: repeat;
}

.bw-falcon-about__title {
    font-family: "OPTIMA";
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.bw-falcon-about__desc {
    display: block;
    max-width: 600px;
    margin: 15px auto;
    color: #ffffff;
}

.bw-falcon-about__btn {
    margin-top: 50px;
    display: block;
}

    .bw-falcon-about__btn .bw-falcon-btn {
        text-decoration: none;
        border-radius: 15px;
        background: #ffffff;
        color: #000000;
        font-weight: bold;
        font-size: 18px;
        padding: 6px 30px;
        transition: all 300ms linear 0s;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
    }

        .bw-falcon-about__btn .bw-falcon-btn:hover {
            -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
        }

@media (max-width: 991.98px) {
    .bw-falcon-about__title {
        font-size: 24px;
    }

    .bw-falcon-about__btn .bw-falcon-btn {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .bw-falcon-about__title {
        font-size: 18px;
    }

    .bw-falcon-about__desc {
        font-size: 15px;
    }

    .bw-falcon-about__btn .bw-falcon-btn {
        font-size: 14px;
    }
}

/* Product Home */
.bw-falcon-product {
    padding: 50px 0;
    position: relative;
}

.bw-falcon-product__title h3 {
    font-family: "OPTIMA";
    font-size: 28px;
    font-weight: bold;
}

.bw-falcon-product__title p {
    display: block;
    margin: 20px auto;
    max-width: 80%;
}

.bw-falcon-product__item .card {
    -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.bw-falcon-product__item .card__img {
    background-color: rgba(214, 214, 214, 0.24);
    position: relative;
    border-bottom: solid 2px #b86b1b;
    padding: 15px;
}

.bw-falcon-product__item .card__img--img {
    width: 100%;
    padding-top: 75%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.bw-falcon-product__item .card-title {
    font-weight: bold;
    font-size: 18px;
}

.bw-falcon-product__item .title {
    font-size: 14px;
    font-weight: bold;
}

.bw-falcon-product__item .card-text {
    font-size: 14px;
}

.bw-falcon-product__item .card-link {
    color: #000000;
    text-decoration: underline;
    text-underline-position: under;
}

.bw-falcon-product__btn {
    display: block;
    margin-top: 65px;
}

    .bw-falcon-product__btn .bw-falcon-btn {
        text-decoration: none;
        border-radius: 15px;
        background: linear-gradient(211deg, rgba(184, 107, 27, 0.99526) 0%, #dbaa77 64%, #e9bc8c 100%);
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        padding: 6px 30px;
        transition: all 300ms linear 0s;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
    }

        .bw-falcon-product__btn .bw-falcon-btn:hover {
            -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
        }

@media (max-width: 991.98px) {
    .bw-falcon-product__title h3 {
        font-size: 24px;
    }

    .bw-falcon-product__item .card__img--img {
        padding-top: 80%;
    }

    .bw-falcon-product__item .card-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .bw-falcon-product__item .title {
        font-size: 12px;
    }

    .bw-falcon-product__item .card-text {
        font-size: 13px;
        text-align: justify;
    }

    .bw-falcon-product__item .card-link {
        font-size: 15px;
    }

    .bw-falcon-product__btn .bw-falcon-btn {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .bw-falcon-product__item {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .bw-falcon-product__title h3 {
        font-size: 18px;
    }

    .bw-falcon-product__title p {
        max-width: 100%;
        font-size: 15px;
    }

    .bw-falcon-product__btn {
        margin-top: 35px;
    }

        .bw-falcon-product__btn .bw-falcon-btn {
            font-size: 14px;
        }
}

/* Costumer */
.bw-falcon-costumer {
    padding: 3rem 0;
    background: #1F1F1F;
    position: relative;
    overflow: hidden;
}

.bw-falcon-costumer__title {
    color: #ffffff;
}

    .bw-falcon-costumer__title h3 {
        font-size: 28px;
        font-weight: bold;
        font-family: "OPTIMA";
    }

.bw-falcon-costumer .slick-slider {
    position: static;
}

.bw-falcon-costumer .bw-falcon-costumer-item {
    margin-bottom: 3rem;
}

.bw-falcon-costumer .bw-falcon-costumer-item__member {
    text-align: center;
    background: #ffffff;
    color: #000000;
    padding: 2.35rem;
    position: relative;
    z-index: 1;
    margin-top: 3rem;
    border-radius: 15px;
}

    .bw-falcon-costumer .bw-falcon-costumer-item__member img {
        width: 40px;
        margin: auto;
        margin-bottom: 1rem;
    }

    .bw-falcon-costumer .bw-falcon-costumer-item__member hr {
        width: 30%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        border-top: 1.5px dotted #F6C756;
    }

    .bw-falcon-costumer .bw-falcon-costumer-item__member .name {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .bw-falcon-costumer .bw-falcon-costumer-item__member .jobdesk {
        font-size: 12px;
        text-transform: uppercase;
    }

.bw-falcon-costumer .bw-falcon-costumer-item__profil {
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 1px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 6px 15px 0px rgba(0, 0, 0, 0.1);
    z-index: 0;
    border-radius: 15px;
}

.bw-falcon-costumer .bw-falcon-costumer-item__profil--img {
    width: 100%;
    padding-top: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 1rem;
}

.bw-falcon-costumer .bw-falcon-costumer-item .slick-slide,
.bw-falcon-costumer .bw-falcon-costumer-item .slick-active {
    outline: none;
}

.bw-falcon-costumer .bw-falcon-costumer-item .slick-arrow {
    position: absolute;
    cursor: pointer;
    color: #ffffff;
    background: linear-gradient(211deg, rgba(184, 107, 27, 0.99526) 0%, #dbaa77 64%, #e9bc8c 100%);
    z-index: 1;
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 2;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.bw-falcon-costumer .bw-falcon-costumer-item .left-arrow {
    left: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bw-falcon-costumer .bw-falcon-costumer-item .right-arrow {
    right: -20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media (max-width: 991.98px) {
    .bw-falcon-costumer__title h3 {
        font-size: 24px;
    }

    .bw-falcon-costumer .bw-falcon-costumer-item__member {
        margin-top: 15px;
        padding: 15px 20px;
    }

        .bw-falcon-costumer .bw-falcon-costumer-item__member img {
            width: 30px;
        }

        .bw-falcon-costumer .bw-falcon-costumer-item__member hr {
            margin-top: 10px;
            margin-bottom: 10px;
        }
}

@media (max-width: 767.98px) {
    .bw-falcon-costumer__title {
        text-align: center;
    }

    .bw-falcon-costumer .bw-falcon-costumer-item__profil {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .bw-falcon-costumer__title {
        text-align: center;
    }

        .bw-falcon-costumer__title h3 {
            font-size: 18px;
        }

    .bw-falcon-costumer .bw-falcon-costumer-item__profil {
        display: none;
    }

    .bw-falcon-costumer .bw-falcon-costumer-item .slick-arrow {
        width: 35px;
        height: 40px;
        font-size: 20px;
    }

    .bw-falcon-costumer .bw-falcon-costumer-item .left-arrow {
        left: 16px;
    }
}

/* Instagram */
.bw-falcon-instagram {
    padding-bottom: 30px;
}

.bw-falcon-instagram__title {
    text-align: center;
    position: relative;
    padding: 20px 0;
}

    .bw-falcon-instagram__title h3 {
        font-size: 28px;
        font-weight: bold;
        font-family: "OPTIMA";
        background: #ffffff;
        position: relative;
        z-index: 1;
        display: inline-block;
        padding: 0 15px;
    }

    .bw-falcon-instagram__title .lines {
        display: block;
        height: 2px;
        background: #F6C756;
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

.bw-falcon-instagram__slide--img {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

@media (max-width: 1199.98px) {
    .bw-falcon-instagram__title h3 {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .bw-falcon-instagram__title h3 {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .bw-falcon-instagram__title h3 {
        font-size: 18px;
    }
}

/* location */
.bw-falcon-location__map {
    width: 100%;
    height: 100%;
}

.bw-falcon-location__office {
    background: #707070;
    padding: 50px;
    color: #ffffff;
}

    .bw-falcon-location__office h4 {
        font-weight: bold;
    }

    .bw-falcon-location__office table .item {
        word-break: break-all;
    }

.bw-falcon-location__office--btn {
    margin-top: 50px;
    display: block;
}

    .bw-falcon-location__office--btn .bw-falcon-btn {
        text-decoration: none;
        border-radius: 15px;
        background: #ffffff;
        color: #000000;
        font-weight: bold;
        font-size: 16px;
        padding: 6px 25px;
        transition: all 300ms linear 0s;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        /*-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.65);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.65);*/
    }

    .bw-falcon-location__office--btn .bw-falcon-btn:hover {
        webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.65);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.65)
    }

@media (max-width: 1199.98px) {
    .bw-falcon-location__office {
        padding: 30px;
    }

        .bw-falcon-location__office span,
        .bw-falcon-location__office table {
            font-size: 15px;
        }
}

@media (max-width: 991.98px) {
    .bw-falcon-location__office h4 {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .bw-falcon-location__map {
        height: 300px;
    }

    .bw-falcon-location__office {
        padding: 30px;
    }

        .bw-falcon-location__office h4 {
            font-size: 18px;
        }

        .bw-falcon-location__office span,
        .bw-falcon-location__office table {
            font-size: 14px;
        }
}
/*# sourceMappingURL=index.css.map */


.bw-falcon-desc p {
    margin-bottom: 0 !important;
}

.bw-falcon-location__office span > p {
    margin-bottom: 0px !important;
}

    .bw-falcon-location__office span > p > span {
        color: #fff !important;
    }
    table > tbody > tr > td {
    margin-bottom: 0px !important;
    color: #fff !important;
}

/* BARU */
.bw-falcon-costumer{
height: 650px;
}

@media(max-width: 991px){
    .bw-falcon-costumer {
        height: 550px;
    }
}