/********** Template CSS **********/:root {    --primary: #603A17;    --light: #F1F8FF;    --dark: #0F172B;}.btn-primary {    color: #000;    background-color: #603A17;    border-color: #603A17;}.ff-secondary {    font-family: 'Nunito', sans-serif;}.fw-medium {    font-weight: 600 !important;}.fw-semi-bold {    font-weight: 700 !important;}.back-to-top {    position: fixed;    display: none;    right: 45px;    bottom: 45px;    z-index: 99;}/*** Button ***/.btn {    font-family: 'Nunito', sans-serif;    font-weight: 500;    text-transform: uppercase;    transition: .5s;}.btn.btn-primary,.btn.btn-secondary {    color: #FFFFFF;}.btn-square {    width: 38px;    height: 38px;}.btn-sm-square {    width: 32px;    height: 32px;}.btn-lg-square {    width: 48px;    height: 48px;}.btn-square,.btn-sm-square,.btn-lg-square {    padding: 0;    display: flex;    align-items: center;    justify-content: center;    font-weight: normal;    border-radius: 2px;}/*** Navbar ***/.navbar-dark .navbar-nav .nav-link {    position: relative;    margin-left: 25px;    padding: 35px 0;    font-size: 15px;    color: #000 !important;    text-transform: uppercase;    font-weight: 500;    outline: none;    transition: .5s;}.sticky-top.navbar-dark .navbar-nav .nav-link {    padding: 20px 0;    color: #fff !important;}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link.active {    color: var(--primary) !important;}.navbar-dark .navbar-brand img {    max-height: 100px;    transition: .5s;}.sticky-top.navbar-dark .navbar-brand img {    max-height: 60px;}@media (max-width: 991.98px) {    .sticky-top.navbar-dark {        position: relative;    }    .navbar-dark .navbar-collapse {        margin-top: 15px;        border-top: 1px solid rgba(255, 255, 255, .1)    }    .navbar-dark .navbar-nav .nav-link,    .sticky-top.navbar-dark .navbar-nav .nav-link {        padding: 10px 0;        margin-left: 0;    }    .navbar-dark .navbar-brand img {        max-height: 80px;    }        .navbar-dark .navbar-nav .nav-link{        color: #fff;    }}@media (min-width: 992px) {    .navbar-dark {        position: absolute;        width: 100%;        top: 0;        left: 0;        z-index: 999;        background: #fff !important;    }        .sticky-top.navbar-dark {        position: fixed;        background: var(--dark) !important;    }}/*** Hero Header ***/.hero-header {    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);    background-position: center center;    background-repeat: no-repeat;    background-size: cover;}.hero-header img {    -webkit-animation: imgRotate 50s linear infinite;            animation: imgRotate 50s linear infinite;}@-webkit-keyframes imgRotate {     100% {         transform: rotate(360deg);     } }@keyframes imgRotate {     100% {         transform: rotate(360deg);     } }.breadcrumb-item + .breadcrumb-item::before {    color: rgba(255, 255, 255, .5);}/*** Section Title ***/.section-title {    position: relative;    display: inline-block;}.section-title::before {    position: absolute;    content: "";    width: 45px;    height: 2px;    top: 50%;    left: -55px;    margin-top: -1px;    background: var(--primary);}/*.section-title::after {*//*    position: absolute;*//*    content: "";*//*    width: 45px;*//*    height: 2px;*//*    top: 50%;*//*    right: -55px;*//*    margin-top: -1px;*//*    background: var(--primary);*//*}*/.section-title.text-start::before,.section-title.text-end::after {    display: none;}/*** Service ***/.service-item {    box-shadow: 0 0 45px rgba(0, 0, 0, .08);    transition: .5s;}.service-item:hover {    background: var(--primary);}.service-item * {    transition: .5s;}.service-item:hover * {    color: var(--light) !important;}/*** Food Menu ***/.nav-pills .nav-item .active {    border-bottom: 2px solid var(--primary);}.menu_card {            position: relative;        }        .menu_heading {            position: absolute;            bottom: -30px;            background: var(--primary);            left: 50%;            transform: translate(-50%, -50%);            padding: 4px 14px;            width: 80%;            text-align: center;            color: #fff;            font-size: 18px;        }.image_menu_image img{    height: 300px;    object-fit: cover;}.image_menu_image a:hover .hover-view{     transform: rotate(0deg);    opacity: 1;}.image_menu_image a{    position: relative;    display: block;    overflow: hidden;    transition: 0.6s;}.image_menu_image .hover-view{    position: absolute;    height: 100%;    width: 100%;    top: 0;    left: 0;    background: #603a1752;    display: flex;    justify-content: center;    align-items: center;    transform: rotate(45deg);    transition: 0.6s;    opacity: 0;    }.image_menu_image .hover-view i{        background: #603a17;    font-size: 30px;    padding: 16px;    border-radius: 39px;}.contact-box{    padding: 20px;    border: 1px solid var(--primary);        min-height: 141px;}.choose_box {    background: #603a17;    padding: 26px 34px;    border-top-left-radius: 30px;    border-bottom-right-radius: 30px;}.choose_box_icon {    font-size: 40px;    color: #fff;}.choose_box_heading {    font-size: 22px;    font-weight: 800;    color: #fff;}.choose_box_content {    color: #fff;    font-size: 14px;}/*** Footer ***/.footer .btn.btn-social {    margin-right: 5px;    width: 35px;    height: 35px;    display: flex;    align-items: center;    justify-content: center;    color: var(--light);    border: 1px solid #FFFFFF;    border-radius: 35px;    transition: .3s;}.footer .btn.btn-social:hover {    color: var(--primary);}.footer .btn.btn-link {    display: block;    margin-bottom: 5px;    padding: 0;    text-align: left;    color: #FFFFFF;    font-size: 15px;    font-weight: normal;    text-transform: capitalize;    transition: .3s;}.footer .btn.btn-link::before {    position: relative;    content: "\f105";    font-family: "Font Awesome 5 Free";    font-weight: 900;    margin-right: 10px;}.footer .btn.btn-link:hover {    letter-spacing: 1px;    box-shadow: none;}.footer .copyright {    padding: 25px 0;    font-size: 15px;    border-top: 1px solid rgba(256, 256, 256, .1);}.footer .copyright a {    color: var(--light);}.footer .footer-menu a {    margin-right: 15px;    padding-right: 15px;    border-right: 1px solid rgba(255, 255, 255, .1);}.footer .footer-menu a:last-child {    margin-right: 0;    padding-right: 0;    border-right: none;}.contact-box a, .contact-box h5, .contact-box p{    color: var(--primary);}.modal-content{    background: url(../img/modal-bg.jpg);    background-size: cover;    background-position: center;}.modal-body{    height: 200px;    display: flex;    justify-content: center;    align-items: center;}.modal-header{    backdrop-filter: blur(2px);    border: none;}.footer-contact a{    color: #fff;}.form-floating p{    margin-bottom: 0!important;}@media (max-width: 991.98px) {    .navbar-dark .navbar-nav .nav-link{        color: #fff !important;    }       .map iframe{       height: 300px;   }      .order-modal button{       padding: 20px !important;   }   }