@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");
}

.bg-dark {
    background: #111 !important;
}

.theme_color {
    color: #c6b79a;;
}

ul {
    list-style-type: "▶  ";
    padding-left: 20px;
}

li {
    position: relative;
    align-items: center
}

hr {
    height: 1px;
    background-color: #ccc;
    border: none;
}

.h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: #c6b79a;
}

.header_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(17,17,17, 0.5);
}

.header_logo {
    height: 50px;
}

.header_nav {
    font-size: 13px;
    color: white;
    padding-top: 10px;
}

.header_nav > a {
    color: white;
    display: inline-block;
}

.header_nav > a:hover {
    text-decoration: none;
    border-bottom: 1px solid white;
    padding-bottom: 1px;
}

.selected_nav, .selected_nav > a {
    color: #c6b79a !important;
    font-weight: bold !important;
}

.dropdown-menu {
    background-color: rgba(17,17,17, 0.5) !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
}

.dropdown-item {
    font-size: 11px;
    padding: 0px 8px;
    color: white;
    text-align: right;
}

.dropdown-item:hover {
    background-color: #c6b79a;
    color: black;
}

.sub_header {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 20px;
}

.icon_title {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 14px;
}

.sub_title {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 18px;
}

.pointer {
    cursor: pointer;
}

.icon {
    font-size: 24px;
}

.footer {
    background-color: #111;
}

.logo {
    width: 150px;
}

.about_stat {
    display: inline-block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: thin solid white;
}

.line {
    border-bottom: thin solid white;
    margin-bottom: 25px;
}

.small_line {
    border-bottom: thin solid white;
    margin-bottom: 15px;
}

.bottom_right_btn {
    position: absolute;
    bottom: 0;
    right: 25px;
    width: 500px;
}

.bottom_left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
}

.no_pointer_event {
    pointer-events: none;
}

.form_input, .form_input:focus {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: thin solid white;
    color: white;
    padding-bottom: 10px;
}

.btn_theme, .btn_theme:focus {
    background-color: transparent;
    border-color: white;
    color: white;
    border-radius: 12px;
    padding-left: 25px;
    padding-right: 25px;
}

.btn_theme:hover {
    background-color: white;
    color: black;
}

.dropdown:hover .dropdown-menu {
    display: block;
  }

.mobile_nav_text {
    font-size: 14px;
}

.header_spacing {
    margin-top: 60px;
}

.footer_link {
    font-size: 10px;
}

.mobile_nav_div {
    background-color: rgba(17,17,17, 0.5);
}

.mobile_top_right_cross {
    position: absolute; 
    top: 15px; 
    right: 35px; 
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    html,
    body {
        background-color: black;
        color: white;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        line-height: 16px;
    }

    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .about_us_content {
        font-size: 11px;
    }

    .container_mobile {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container_mobile_special {
        padding-left: 15px;
    }

    .home_top_banner {
        background-color: black;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 350px;
    }

    .home_top_banner_text_1 {
        font-size: 20px;
        color: white;
        padding-top: 290px;
    }

    .home_top_banner_text_2 {
        font-family: "Montserrat-Bold", sans-serif;
        font-size: 30px;
        color: white;
    }

    .about_number {
        color: #c6b79a;
        font-family: "Montserrat-Medium", sans-serif;
        font-size: 40px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .about_left_stat,
    .about_center_stat,
    .about_right_stat {
        text-align: left;
    }

    .get_in_touch_header {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
    }
    
    .get_in_touch_text {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
    }

    .product_header {
        font-size: 18px;
        line-height: 18px;
        font-family: "Montserrat-SemiBold", sans-serif;
    }
}

@media screen and (min-width: 992px) {
    html,
    body {
        background-color: black;
        color: white;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        line-height: 30px;
    }

    .home_top_banner {
        background-color: black;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 450px;
        z-index: -1;
    }

    .home_top_banner_text_1 {
        font-size: 40px;
        color: white;
        padding-top: 340px;
        text-shadow: 2px 2px rgba(0,0,0, 0.5);
    }

    .home_top_banner_text_2 {
        font-family: "Montserrat-Bold", sans-serif;
        font-size: 50px;
        color: white;
        text-shadow: 2px 2px rgba(0,0,0, 0.5);
    }

    .about_number {
        color: #c6b79a;
        font-family: "Montserrat-Medium", sans-serif;
        font-size: 60px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .about_left_stat,
    .about_center_stat,
    .about_right_stat {
        text-align: left;
    }
    
    .rncd_left_content {
        padding-right: 30px;
    }

    .rncd_right_content {
        padding-left: 30px;
    }   

    .service_right_image {
        padding-left: 30px;
    }

    .get_in_touch_header {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
    }
    
    .get_in_touch_text {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
    }

    .product_header {
        font-size: 26px;
        font-family: "Montserrat-SemiBold", sans-serif;
    }
}

.image_zoom_container {
    overflow: hidden;
    padding: 0;
}

.image_zoom_container img {
    transition: transform 0.3s ease;
}

.image_zoom_container:hover img {
    transform: scale(1.2);
}

.slide_up,
.slide_up_col {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease, transform 1s ease;
}

.slide_up_done,
.slide_up_col_done {
    opacity: 1;
    transform: translateY(0%);
}

.fade_in {
    opacity: 0;
    transition: opacity 2s ease;
}

.fade_in_done {
    opacity: 1;
}

.fade_in_from_left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease, transform 1s ease;
}

.fade_in_from_left_done {
    opacity: 1;
    transform: translateX(0);
}

.box_effect {
    transform: scale(0);
    transition: transform 3s ease;
}

.box_effect_done {
    transform: scale(1);
}