@font-face {
    font-family: 'Futura-Light-font';
    src: url(font/Futura-Light-font.ttf);
}

@font-face {
    font-family: 'futura-medium-bt';
    src: url(font/futura-medium-bt.ttf);
}

@font-face {
    font-family: 'DancingScript-Medium';
    src: url(font/DancingScript-Medium.ttf);
}



.byob-font {
    font-family: 'DancingScript-Medium', sans-serif ;font-size: 30px;color: #e0cf8d
}

a {
    color: white !important;
    text-decoration: none !important;
}

.loading {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    height: 100%;
    z-index: 1111;
}

.loader, .loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(255, 255, 255, 0.2);
    border-right: 0.5em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
    border-left: 0.5em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


body {
    font-size: 12px;
    font-family: 'Futura-Light-font', sans-serif;
    color: #f4f4f4;
    background-color: black;
}

.main-content {
    height: 100%;
}

.logo {
    padding-top: 105px;
}

.logo img {
    width: 345px;
}


.location-box {
    margin-top: 60px;
    padding-bottom: 160px;
}

.location-box.order .btn-order {
    height: 30px;
    width: 100px;
    background-color: #111111;
    line-height: 30px;
    font-size: 12px;
    border: solid 1px #4b4b4b;
    text-transform: capitalize;
}

.location-box.order .btn-order:hover {
    color: #e0cf8d;
}

.location-box .text {
    margin-bottom: 30px;
}

.location-box .text strong {
    font-size: 13px;
    font-weight: bolder;
}

.main-page {
    background-color: black;
    background-image: url(img/body-bg.jpg);
    background-size: cover !important;
    min-height: 100vh;
    width: 100%;
    background-position: center center !important;
}


.page-section {
    padding: 6rem 0;
}

.page-section h2.section-heading, .page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 4rem;
}

@media (min-width: 768px) {
    section {
        padding: 9rem 0;
    }
}

.btn-xl {
    padding: 1.25rem 2.5rem;

    font-size: 1.125rem;
    font-weight: 700;
}

.btn-social {
    height: 2rem;
    width: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 100%;
}

.btn-social.btn-dark {
    background-color: #e0cf8d;
    color: #2c2e32 !important;

}

#mainNav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #252525;
}

#mainNav .navbar-toggler {
    padding: 0;
    border: none;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

#mainNav .navbar-toggler:focus {
    border: none;
}

#mainNav .navbar-brand {
    color: #ffc800;
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

.btn-order {
    width: 157px;
    border-radius: 0;
    background: #252525;
    color: white;
    border: none;
    margin-bottom: 10px;
    padding: 0;
    font-size: 12px;
    font-family: 'Futura-Light-font', sans-serif;
    line-height: 50px;
    height: 50px;
}

.btn-box {
    margin-top: 60px;
}

#mainNav .navbar-brand img {
    height: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 12px !important;
    font-family: 'Futura-Light-font', sans-serif;
    color: white;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ffc800;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: none;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }

    #mainNav .navbar-brand img {
        height: 2rem;
        transition: height 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: black;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }

    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 1.5rem;
    }

    #mainNav .navbar-nav .nav-item {
        margin-right: 1rem;
    }

    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .logo img {
        width: 145px;
    }

    .location-box {
        margin-top: 60px;
        padding-bottom: 0;
    }
    .location-box  .text p{
        padding: 0 20px;
    }
}

.footer {
    text-align: center;
    font-size: 0.9rem;

}

.page.location-box {
    margin-top: 0;
    padding-top: 100px;
}

.form-control-select::before {
    position: absolute;
    right: 13px;
    top: 18px;
    width: 0;
    height: 0;
    content: "";
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #d36969 transparent;
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;

}

#contactForm .form-control {
    color: #8c8f8b;
    font-size: 12px;
    border-radius: 0;
    border: solid 1px #8c8f8b;
    background-color: transparent;
}
.text-danger {
    text-align: left;
}
.btn-submit-dd {
    font-size: 12px;
    width: 120px;
    text-transform: lowercase;
    height: 30px;
    padding: 0;
    line-height: 23px;
    background-color: #252525;
    border: none;
    border-radius: 0;
}

.position-absolute-icon {
    width: 12px;
    right: 20px;z-index: 0;
    top: 13px;
}

.dropdown-menu {
    background-color: rgba(0,0,0,0.8);
    border-radius: 0;
    border: solid 1px #262626;
}
.dropdown-item {
    font-size: 12px;
}
.dropdown-item:hover {
    background-color: #e0cf8d; color: black !important;
}

.menu_dec {
    max-width: 538px;margin: auto;text-align: center
}

@media (max-width: 992px) {
    .menu_dec {
        max-width: 90%
    }
}


.pop-box_index {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.39);
    z-index: 1111;
    top: 0;
    overflow: auto;
    left: 0;
    display: none;
}

.pop-box-body_index {
    width: 570px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    margin: 10px;
    overflow: hidden;
}


.close-btn_index {
    position: absolute;
    right: 0;
    top: 0;
}

.close-btn_index img {
    width: 30px;
}

.pop-box-flex_index {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.pop_in_height_index {
    /*background-image: url(veekoo_pop_window.jpg);background-size: cover;height: 420px;*/
    /*background-position: bottom center;*/
}

.pop_content_index strong {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: bold;
}

.pop_in_height_text_index {
    color: black;font-size: 18px;line-height: 26px;font-weight: bolder;
    padding-top: 100px;
    padding-right: 32px;
}

@media (max-width: 992px) {
    .pop_bg_cv_index {
        height: 250px;
    }

    .close-btn_wh_index {
        right: 10px;
        top: 20px;
    }

    .pop-box-flex_index {
        align-items: flex-start;
        padding: 10px;
    }

    .pop_in_height_index {
        /*height: 300px;*/
    }


    .pop-box-body_index {

    }

    .pop-box_index {

    }

    .pop_in_height_text_index {
        padding: 30px;
    }

    .pop-box_index .w-50 {
        width: 100% !important;
        padding: 20px !important;
    }

    .close-btn_index {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 11;
    }

}

