body {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.zapfloat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 32px !important;
    box-shadow: 2px 2px 16px rgba(52, 52, 52, 0.3);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zapfloat:hover {
    color: #FFF !important;
    transform: scale(1.2);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 1.05s ease-in-out;
    -ms-transition: transform 1.05s ease-in-out;
}

.zapcolor {
    color: #25d366;
}

.white {
    color: #fff;
}

a.dark {
    color: #000;
}

.delivery-container {
    position: absolute;
    z-index: 10;
    text-align: center;
}

.delivery {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 120px 120px 0;
    border-color: transparent #e26506 transparent transparent;
    right: 0;
    top: 0;
    position: fixed;
    text-align: center !important;
    line-height: .9rem;
}

.delivery a {
    position: relative;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 500;
    left: 70px;
    top: 0;
    color: #FFF !important;
    transform: rotate(45deg);
}

.delivery a:hover {
    color: #ecdc05 !important;
}

.opened {
    width: 15px;
    height: 15px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.closed {
    width: 15px;
    height: 15px;
    background-color: rgb(158, 39, 39);
    border-radius: 50%;
    display: inline-block;
}

.btn-opened {
    background-color: green;
    border-radius: 9px;
}

.btn-delivery {
    background-color: green;
    color: #FFF !important;
    padding: .3rem 1.6rem;
    border-radius: 12px;
    font-size: .9rem;
    display: block;
    text-align: center;
}

.btn-delivery:hover {
    background-color: rgb(1, 87, 1);
    color: #FFF !important;
}

.btn-closed {
    background-color: rgb(197, 114, 114);
    border-radius: 12px;
    color: white;
    font-size: .8rem;
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
}

.btn-opened {
    background-color: #ABCCA6;
    border-radius: 12px;
    color: white;
    font-size: .8rem;
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
}

/* Form */

label {
    font-weight: 500;
}

/* end form */

.opacity-30 {
    opacity: .3;
}

.opacity-50 {
    opacity: .5;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fs-09 {
    font-size: 0.9rem;
}

.fs-10 {
    font-size: 1rem !important;
}

.fs-115 {
    font-size: 1.15rem;
}

.fs-250 {
    font-size: 2.5rem;
}

.fs-150 {
    font-size: 1.5rem;
}

.fs-200 {
    font-size: 2rem;
}

.lh-normal p {
    margin: 0;
    padding: 0;
}

.ln-1, .lh-1 {
    line-height: 1rem !important;
}

.ln-13, .lh-13 {
    line-height: 1.3rem !important;
}

.ln-15, .lh-15 {
    line-height: 1.5rem !important;
}

.ln-2, .lh-2 {
    line-height: 2rem !important;
}

strong, .bold {
    font-weight: 500 !important;
}

.bolder {
    font-weight: 700 !important;
}

.clean_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dark-bg {
    background: url(../img/index-bg.png) no-repeat;
    background-position: 110% -50%;
    background-color: #1e1e1e;
}

.about-bg {
    background: url(../img/index-bg.png) no-repeat;
    background-position: 110% -50%;
    background-color: #20282e;
}

.white-bg {
    background: url(../img/main-bg.png) no-repeat;
    background-position: 110% -50%;
    background-color: #fff;
}

.index-bg {
    background: url(../img/index-bg.png) top right fixed no-repeat;
}

.fixed {
    position: fixed;
    width: 30% !important;
    left: 10%;
    top: 40%;
}

.half-title {
    font-weight: 100;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.title {
    font-size: 2.5rem;
}

.title-div {
    position: fixed;
    width: 33.33%;
}

.half .contents {
    width: 50%;
    left: 0;
    height: 100vh;
}

.half, .half .container>.row {
    height: 100vh;
    min-height: 700px;
}

.fullscreen-bg__video {
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 50%;
    height: 100vh;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .half .bg {
        height: 400px;
        position: relative;
    }

    .half .contents {
        /* width: 50%; */
        left: auto;
        height: 100vh;
        position: relative;
    }

    .fixed-md {
        position: relative;
        width: 100%;
        right: auto;
        /* height: 100vh; */
    }
}

.half .contents, .half .bg {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .half .contents, .half .bg {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .half, .half .container>.row {
        height: 70vh;
        min-height: 400px;
    }

    .contents {
        left: auto;
        position: inherit
    }

    .fullscreen-bg__video {
        width: 100%;
        position: relative;
    }

    .fixed {
        position: absolute;
        width: 90% !important;
        left: 5%;
        top: 35%;
    }

    .fixed-menu {
        position: absolute;
        width: 100%;
        top: 13%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .half, .half .container>.row {
        height: 70vh;
        min-height: 400px;
    }

    .half .contents, .half .bg {
        width: 50%;
    }

}

.half .bg {
    background-size: cover;
    background-position: center;
}

.half a {
    color: #000000;
    text-decoration: none !important;
}

.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}


@media only screen and (max-width: 567px) {

    body {
        font-size: 14px !important;
    }

    .contents {
        left: auto;
        position: inherit
    }

    .half .contents, .half .bg {
        width: 100%;
    }

    .fullscreen-bg__video {
        width: 100%;
        position: relative;
    }

    .fixed {
        position: absolute;
        width: 90% !important;
        left: 5%;
        top: 35%;
    }

    .fixed-logo {
        position: absolute;
        width: 120px !important;
        left: 32%;
        top: 1%;
    }

    .fixed-menu {
        position: absolute;
        width: 100%;
        top: 13%;
    }

    .title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 801px) {
    .half .contents, .half .bg {
        width: 100%;
    }

    .half .contents {
        width: 100%;
        left: 0;
        height: 100vh;
    }

    .fullscreen-bg__video {
        width: 100%;
        /* height: 50vh; */
        position: relative;
    }
}

@media (min-width: 321px) and (max-width: 640px) {

    body {
        font-size: .9rem;
    }

    .contents {
        left: auto;
        position: inherit
    }

    .inline-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: list-item;
    }

    .half .contents, .half .bg {
        width: 100%;
    }

    .fullscreen-bg__video {
        width: 100%;
        position: relative;
    }

    .fixed {
        position: absolute;
        width: 90% !important;
        left: 5%;
        top: 35%;
    }

    .fixed-logo {
        position: absolute;
        width: 130px !important;
        left: 35%;
        top: 1%;
    }

    .fixed-menu {
        position: absolute;
        width: 100%;
        top: 13%;
    }

    .title {
        font-size: 2rem;
    }

    .zapfloat {
        right: 20px;
        bottom: 150px;
    }

}


/* @media only screen and (max-width: 640px) {
    .half .contents, .half .bg {
        width: 100%;
    }

    .fixed {
        position: absolute;
        width: 90% !important;
        left: 5%;
        top: 35%;
    }
} */