@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap");

/***** Top menu *****/


/* rotate first span */


/* hide second span */


/* rotate third span */


/* rotate first span */


/* hide second span */


/* rotate third span */

.navbar {
    background: var(--primary-color);
    transition: all 0.6s;
    backface-visibility: hidden;
    box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
}

.navbar-dark .navbar-nav {
    font-size: var(--header_size);
    color: var(--secondary-color);
    text-transform: uppercase;
}

@media only screen and (min-width: 767px) {
    .navbar-dark .navbar-nav {
        margin-top: 15px;
        flex-direction: unset;
    }
}

@media only screen and (min-width: 767px) {
    .navbar-dark .navbar-nav .nav-item {
        display: inline-block;
        padding: 0 20px;
    }
    .navbar-dark .navbar-nav .nav-item:first-child {
        padding-left: 0;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--secondary-color);
    border: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: var(--secondary-color);
    outline: 0;
}

.navbar-dark .navbar-toggler {
    border-color: var(--secondary-color);
}

.navbar-dark .navbar-toggler:focus {
    background: none;
    outline: 0;
}

.navbar-dark .navbar-toggler:focus span {
    background: var(--secondary-color);
}

.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: var(--secondary-color);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: var(--secondary-color);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.navbar-dark .navbar-toggler:hover span {
    background: var(--secondary-color);
}

.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
    opacity: 0;
}

.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
    transform: none;
    opacity: 1;
}

.navbar-brand {
    background: none;
    border: 0;
    text-indent: 0;
    color: var(--secondary-color) !important;
    font-size: 2rem;
    font-family: var(--header_font), serif;
}

.section_one {
    background: url(../img/burger-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 3;
}

.section_one .back-video {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

@media only screen and (min-width: 992px) {
    .section_one {
        min-height: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .section_one {
        height: auto;
    }
}

.section_one .sec_one_content {
    min-height: 700px;
    padding-bottom: 30px;
}

.section_one h2 {
    color: var(--brand_color);
    font-family: var(--brand_font), serif;
    font-size: var(--brand_size) !important;
    font-weight: bold;
    letter-spacing: 3px;
    background-size: cover;
    padding-top: 100px;
}

@media only screen and (min-width: 992px) {
    .section_one h2 {
        font-size: var(--brand_size);
    }
}

@media only screen and (max-width: 991px) {
    .section_one h2 {
        font-size: 35px;
    }
}

.section_one p {
    color: var(--primary-color);
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
}

.section_one .btn-outline-dark {
    color: var(--primary-color);
    font-family: var(--header_font), serif;
    font-size: 16px;
    background: var(--secondary-color);
    border-radius: 0;
    border: 2px solid var(--secondary-color);
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px;
    font-weight: bold;
}

.section_one .btn-outline-dark:hover {
    color: var(--primary-color);
    background-color: var(--header_color);
    border-color: var(--header_color);
}

.section_two {
    padding: 100px 0;
    background-color: var(--background1);
}

.section_two h4 {
    font-family: "PT Serif", serif;
    font-size: 28px;
    color: #da8044;
    font-style: italic;
}

.section_two h3 {
    font-family: var(--services_header_font), serif;
    font-size: var(--services_header_size);
    color: var(--services_header_color);
    font-weight: bold;
    margin: 16px 0;
}

.section_two p {
    font-family: var(--services_font), sans-serif;
    font-size: var(--services_size);
    color: var(--services_color);
    line-height: 33px;
}

.section_two .btn {
    padding: 15px 60px;
    margin-top: 20px;
}

.section_two .btn-outline-dark {
    color: #333;
    font-family: var(--services_font), serif;
    font-size: 16px;
    background: #fff;
    border-radius: 0;
    border: 2px solid #333;
    font-weight: bold;
}

.section_two .btn-outline-dark:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.section_three {
    padding: 100px 0;
    background-color: white;
}

.section_three h4 {
    font-family: "PT Serif", serif;
    font-size: 28px;
    color: #da8044;
    font-style: italic;
}

.section_three h3 {
    font-family: "PT Serif", serif;
    font-size: 32px;
    color: #2a2a2a;
    font-weight: bold;
    margin: 16px 0;
}

.section_three p {
    font-family: var(--services_font);
    font-size: var(--services_size);
    color: var(--services_color);
    line-height: 33px;
}

.section_three .btn {
    padding: 15px 60px;
    margin-top: 20px;
}

.section_three .btn-outline-dark {
    color: var(--secondary-color);
    font-family: "PT Serif", serif;
    font-size: 16px;
    background: var(--primary-color);
    border-radius: 0;
    border: 2px solid var(--secondary-color);
    font-weight: bold;
}

.section_three .btn-outline-dark:hover {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.section_four {
    background: url(../img/burger-bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.section_four .back-video {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

@media only screen and (min-width: 992px) {
    .section_four {
        min-height: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .section_four {
        height: auto;
    }
}

.section_four .content_section {
    min-height: 700px;
}

.section_four h4 {
    font-family: "PT Serif", serif;
    font-size: 28px;
    color: #da8044;
    font-style: italic;
}

.section_four h3 {
    font-family: var(--promotion_header_font), serif;
    font-size: var(--promotion_header_size);
    color: var(--promotion_header_color);
    font-weight: bold;
    margin: 16px 0;
}

.section_four p {
    font-family: var(--promotion_font), sans-serif;
    font-size: var(--promotion_size);
    color: var(--promotion_color);
    line-height: 33px;
    font-weight: bold;
}

.section_four .price-color p {
    color: #da8044;
    font-weight: bold;
}

.section_five {
    background: url(../img/burger-bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (min-width: 992px) {
    .section_five {
        min-height: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .section_five {
        height: auto;
    }
}

.section_five .content_section {
    min-height: 700px;
}

.section_five h4 {
    font-family: "PT Serif", serif;
    font-size: 28px;
    color: #da8044;
    font-style: italic;
}

.section_five h3 {
    font-family: var(--news_header_font), serif;
    font-size: var(--news_header_size);
    color: var(--news_header_color);
    font-weight: bold;
    margin: 16px 0 30px 0;
}

.section_five p {
    font-family: var(--news_font), sans-serif;
    font-size: var(--news_size);
    color: var(--news_color);
    line-height: 33px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section_six {
    background: url(../img/burger-bg3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.section_six .back-video {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

@media only screen and (min-width: 992px) {
    .section_six {
        min-height: 350px;
    }
}

@media only screen and (max-width: 991px) {
    .section_six {
        height: auto;
    }
}

.section_six .content_section {
    min-height: 350px;
}

.section_six h3 {
    font-family: var(--about_font), serif;
    font-size: var(--about_size);
    color: var(--about_color);
    font-weight: bold;
    margin: 16px 0 30px 0;
}

.footer-bg {
    background: var(--primary-color);
}

.footer-bg .footer-sec {
    padding: 50px 0;
}

.footer-bg .footer-sec p {
    color: var(--footer_color);
    font-size: var(--footer_size);
    font-family: var(--footer_font), sans-serif;
    font-weight: bold;
}

.footer-bg .footer-sec p a {
    text-decoration: underline;
    text-underline-position: under;
    color: var(--footer_color);
}

.footer-bg .footer-sec .social-icons a {
    color: var(--footer_color);
    text-decoration: none;
    font-size: var(--footer_size);
}

.footer-bg .footer-sec h4 {
    color: #da8044;
    font-size: 28px;
    font-family: "PT Serif", serif;
    padding-bottom: 10px;
    font-style: italic;
}

.footer-bg .footer-sec h3 {
    color: var(--secondary-color);
    font-size: 36px;
    font-family: "PT Serif", serif;
    padding-bottom: 10px;
    font-weight: bold;
}

.footer-bg .footer-sec .p-color {
    color: #da8044;
    font-weight: bold;
}

.footer-bg .footer-sec .global-phpne,
.footer-bg .footer-sec .global-phpne a {
    font-family: var(--footer_font), sans-serif;
    font-size: var(--footer_size);
    color: var(--footer_color);
}

.about_section_one {
    background-color: white;
}

.about_section_one h3 {
    color: #2a2a2a;
    font-size: "PT Serif", serif;
    font-family: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.about_section_one h2 {
    color: #2a2a2a;
    font-size: "PT Serif", serif;
    font-family: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.about_section_one p {
    color: #2a2a2a;
    font-size: "Open Sans", sans-serif;
    font-family: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about_section_one img {
    margin: 30px 0;
}

.menu_section_one {
    background-color: white;
}

.menu_section_one h3 {
    color: #515151;
    font-size: "PT Serif", serif;
    font-family: 32px;
    margin-bottom: 20px;
    margin-top: 35px;
}

.menu_section_one h2 {
    color: #2a2a2a;
    font-size: "PT Serif", serif;
    font-family: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.menu_section_one p {
    color: #818181;
    font-size: "Open Sans", sans-serif;
    font-family: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
}

.contact_section_one {
    background-color: white;
}

.contact_section_one h3 {
    color: #515151;
    font-size: "PT Serif", serif;
    font-family: 32px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.contact_section_one p {
    color: #818181;
    font-size: "Open Sans", sans-serif;
    font-family: 22px;
    margin-top: 20px;
    line-height: 33px;
}

.contact_section_one .day-time p:first-child {
    font-weight: bold;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

body {
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-family: "PT Serif", serif;
}

.container-space {
    padding: 10px;
}

@media only screen and (max-width: 991px) {
    .brk-line {
        display: none;
    }
}

.template-social-icons a i {
    color: var(--social-color1) !important;
    margin-right: 8px;
}

.template-social-icons-white a i {
    color: var(--social-color2) !important;
    margin-right: 8px;
}

.brand-logo {
    max-width: 100%;
    max-height: 75px;
}


/*# sourceMappingURL=style.css.map */