@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'The Foregen Rough One';
    src: url('../fonts/BrittanySignatureRegular.woff2') format('woff2'), url('../fonts/BrittanySignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Foregen Rough One';
    src: url('../fonts/BrittanySignatureRegular.woff2') format('woff2'), url('../fonts/BrittanySignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width:1450px) {
    .container {
        max-width: 1330px;
    }
}

@media(min-width:1550px) {
    .container {
        max-width: 1430px;
    }
}

@media(min-width:1650px) {
    .container {
        max-width: 1530px;
    }
}

@media(min-width:1750px) {
    .container {
        max-width: 1630px;
    }
}

.theme-btn {
    background-color: transparent!important;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    font-weight: 300;
    transition: all 0.3s ease;
}

.theme-btn:hover {
    background-color: #fff!important;
    border-color: #fff;
    color: #243e55;
    text-decoration: none;
}

.theme-btn-outline {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 300;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.theme-btn-outline:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none;
}

.sub-heading h2 {
    font-size: 80px;
    margin-bottom: 10px;
    color: #000;
}

.sub-heading p {
    font-size: 14px;
    color: #555;
    margin-bottom: 40px;
}


/* Header Start */

.hmg-header {
    padding: 20px 0;
    height: 100px;
}

.burger-menu {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}

.hmg-header .header-logo {
    position: relative;
    height: 60px;
    display: inline-block;
    width: 90px;
}

.hmg-header .header-logo img {
    display: block;
    position: absolute;
    transition: 0.5s;
}

.hmg-header .theme-btn {
    font-size: 14px;
}

.hmg-header-usermenu {
    column-gap: 10px;
    margin-left: auto;
}

.hmg-header-usermenu .usr-menu-itm {
    display: inline-block;
    background-color: #fba252;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.hmg-header-usermenu .usr-menu-itm-book {
    display: inline-block;
    background-color: #fba252;
    color: #fff;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.hmg-header.hmg-header-change-bg {
    background-color: #1a1a1a;
}

.hmg-header.hmg-header-change-bg .header-logo img {
    width: 100%;
}

.side-bar-menu {
    background-color: #fff;
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 99;
    padding-top: 80px;
    padding-bottom: 50px;
    transition: 0.5s;
}

.side-bar-menu ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 50px;
}

.side-bar-menu ul li a {
    color: #325279;
    font-weight: 700;
    font-family: "Playfair", serif;
}

.side-bar-menu.side-bar-menu-show {
    left: -0px;
}

.side-bar-menu .burger-menu {
    position: absolute;
    right: 30px;
    top: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #325279;
}


/* Header Start */


/* Home Page */


.home-page-hero-slider-inr {
   
    padding-top: 250px;
    padding-bottom: 250px;
}

.modal-content {
    background: #0e1927;
}
.modal-title {
 
    color: #fff;
}
.btn-close {
    filter: brightness(0) invert(1);
}
button.btn.btn-primary.w-100.explore-btn {
    background: transparent;
    color: #fff;
    border: 1px solid;
}

.modal-body label {
    display: inline-block;
    color: #fff;
}
.home-page-hero-slider-inr h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 35px;
    font-family: 'The Foregen Rough One';
}

.home-page-hero-slider-inr .row {
    row-gap: 40px;
}

.aluna-cta-section {
    background-image: url('../images/aluna-cta-sectionbg.jpg');
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.aluna-cta-section h5 {
    color: #000;
    font-size: 16px;
    margin-bottom: 25px;
}

.aluna-cta-section h2 {
    font-size: 50px;
    color: #fba252;
    margin-bottom: 35px;
    font-family: 'The Foregen Rough One';
}

.aluna-cta-section h3 {
    color: #000;
    font-size: 26px;
    margin-bottom: 25px;
}

.explore-btn {
    display: inline-block;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    font-size: 24px;
    padding: 10px 25px;
    text-transform: uppercase;
}

.explore-btn:hover {
    background-color: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
    text-decoration: none;
}

.our-molecular-inr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #0e1927;
}

.our-molecular-img {
    width: 50%;
}

.our-molecular-content {
    width: 50%;
    padding: 50px;
}

.our-molecular-content h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
}

.our-molecular-content h2 {
    font-size: 50px;
    color: #fba252;
    margin-bottom: 35px;
    font-family: 'The Foregen Rough One';
}

.our-molecular-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.our-molecular-img img {
    width: 100%;
    height: auto;
}


/* Home Page */

.theme-ftr {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('https://businessonline.website/TabaconDownTownDoral-Order-In-Menu/assets/images/New Project (1).jpg');
    border-top: 1px solid darkgray;
    background-repeat: no-repeat;
    background-size: cover;
}

.theme-ftr .row {
    row-gap: 30px;
}

.theme-ftr h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.theme-ftr ul li {
    margin-bottom: 10px;
}

.theme-ftr ul li a {
    color: #ccc;
}

.theme-ftr ul li a:hover {
    color: #fff;
}

.theme-ftr .frt-social-lnk {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 30px;
}

.theme-ftr .frt-social-lnk a {
    display: inline-block;
    background-color: #fba252;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.footer-logo-col {
    text-align: end;
}

.footer-logo-col img {
    max-width: 100%;
}

.copyright-txt {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copyright-txt p {
    font-size: 14px;
}