﻿@font-face {
    font-family: "Lobster Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Lobster/LobsterTwo-Regular.ttf");
}
@font-face {
    font-family: 'Bulmer MT Std Display';
    src: local('Bulmer MT Std Display'), url('../Fonts/Bulmer MT Std Display.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Montserrat-Regular;
    src: local('UniversNextProRegular'), url(../Fonts/UniversNextProRegular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI Bold';
    src: local('Segoe UI Bold'), url(../Fonts/Segoe-UI-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat-Bold/Montserrat-Bold-Regular.otf");
}
@font-face {
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Montserrat-Semibold";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
    font-family: "Montserrat-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat/Montserrat-Medium.ttf");
}
@font-face {
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Montserrat-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
    font-family: "Montserrat-Light";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat/Montserrat-Light.ttf");
}
@font-face {
    font-family: 'LobsterTwo Regular';
    src: local('LobsterTwo-Regular'), url(../Fonts/LobsterTwo-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: local('Montserrat-Regular'), url('../Fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BR Hendrix';
    src: local('BR Hendrix'), url(../Fonts/BRHendrix-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    padding:0;
    margin:0;
     font-family: 'Montserrat-Regular';
}
.divWholeContainer {
    background: url(../Images/back.jpg);
}

.BgHeader {
    background:url(../Images/HeaderBG.jpg) no-repeat;
    background-size:cover;
}

.HeaderIconLocation {
    height:20px;
    width:27px;
    background:url(../Images/HeaderIcon.png) no-repeat;
    background-position:0 0;
}
.HeaderIconPhone {
    height: 20px;
    width: 20px;
    background: url(../Images/HeaderIcon.png) no-repeat;
    background-position: -18px 0;
}

.HeaderIconMail {
    height:20px;
    width:20px;
    background:url(../Images/HeaderIcon.png) no-repeat;
    background-position:-42px 0;
}
.navbar-nav .nav-link {
    font-family: 'LobsterTwo Regular';
    font-size: clamp(13px,3vw,17px);
    color: #483F37;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-link:hover {
    color:#8d6415;
}
.nav-item.dropdown .dropdown-menu {
    display: none;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.HeaderLeftGirl {
    
        top: 18px;
    position: relative;
    zoom: 1.2;
    left: 9px;
}
.HeaderLeftFlower {
    top: 30px;
    position: relative;
    
}
.RestaurantLogo {
    zoom:0.65;
}
.BranchAdd {
    font-size:14px;
    font-family: 'Segoe UI Bold';
}
.nav-dropdown .dropdown-toggle::after {
    border:none;
}
#NavCart {
    position: relative;
    left: -3px;   
    top:3px;
}
.floatingcart {
    position: fixed;
    Right: 8px;
    top: 300px;
    z-index: 1021;
    border-radius: 50%;
    background: #ae935e;
    padding: 20px;
    border: 2px solid #fad65c;
    scale: 0.9;
}
.cart-item-number {
    background: #fad65c;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #000;
    display: block;
    position: absolute;
    top: -10px !important;
    right: -9px !important;
    font-weight: bold;
    font-size: 14px;
}
.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #6D5A33;
    border: 2px solid #fad65c;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 2px;
    left: 0;
}
.navbar-dark .navbar-toggler-icon {
    filter:brightness(1) invert(1);
}
@media (max-width: 991.98px) {
    .bottomCart {
        display: none;
    }
    /*#floatingCart {
        display: none !important;
    }
    .Carttext {
        font-size: 18px;
        color: white;
        text-decoration:none !important;
    }
    .cart-item-number {
        background: none;
        height: auto;
        width: auto;
        top: 0px !important;
        color: #fff;
        left: 3px !important;
        display: inline-block;
        position: relative;
        font-weight: bold;
        font-size: 24px;
    }*/
    .HeaderRight, .HeaderLeft {
        display:none !important;
    }
}
.marquee {
    border-top: 1px solid rgba(201, 168, 76, 0.1);
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
    padding: 15px 0;
    overflow: hidden;
    background: #000;
}
.mtrack {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
.mitem {
    display: flex;
    align-items: center;
    padding: 0 32px;
}
.mtext {
    font-family: math;
    font-size: 14px;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: rgb(250 255 208 / 96%);
    white-space: nowrap;
}
.ServicesCards {
   
     position: relative !important;
    z-index: 1;
    transition: transform 0.3s ease;
   
}
    .ServicesCards:hover {
         transform: scale(1.05);
    }
.card-title {
    font-size: 23px;
    color: white;
   font-family: 'Bulmer MT Std Display';
    margin-bottom: 17px;
    font-size: 22px;
    background-color: #85470E;
    padding: 15px 0px;
    letter-spacing: 1.5px;
}
/*.ServicesImgBox {
    width: 82px;
    height: 82px;
    background: url(../Images/Service_Icons.png) no-repeat;
    background-position: 3px 2px;
    position: absolute;
    top: 100px;
    left: 37%;
}
#ServicesImgBox2 {
    width: 82px;
    height: 82px;
    background: url(../Images/Service_Icons.png) no-repeat;
    background-position: -86px 2px;
    position: absolute;
    top: 100px;
    left: 37%;
}
#ServicesImgBox3 {
    width: 82px;
    height: 82px;
    background: url(../Images/Service_Icons.png) no-repeat;
    background-position: -172px 2px;
    position: absolute;
    top: 100px;
    left: 37%;
}
#ServicesImgBox4 {
    width: 82px;
    height: 82px;
    background: url(../Images/Service_Icons.png) no-repeat;
    background-position: -261px 2px;
    position: absolute;
    top: 100px;
    left: 37%;
}*/
.ServicesImgBox,
#ServicesImgBox2,
#ServicesImgBox3,
#ServicesImgBox4 {
    width: 82px;
    height: 82px;
    background-image: url(../Images/Service_Icons.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ServicesImgBox {
    background-position: 3px 2px;
}

#ServicesImgBox2 {
    background-position: -86px 2px;
}

#ServicesImgBox3 {
    background-position: -172px 2px;
}

#ServicesImgBox4 {
    background-position: -261px 2px;
}
@media (max-width: 299px) {
    .ServicesImgBox,
    #ServicesImgBox2,
    #ServicesImgBox3,
    #ServicesImgBox4 {
        top: 34%;
    }
}
@media (min-width: 300px) and (max-width: 425px) {
    .ServicesImgBox,
    #ServicesImgBox2,
    #ServicesImgBox3,
    #ServicesImgBox4 {
        top: 37%;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .ServicesImgBox,
    #ServicesImgBox2,
    #ServicesImgBox3,
    #ServicesImgBox4 {
        top: 38%;
    }
}
a{
    text-decoration:none !important;
}
.ServiceCards:hover{
    background-color:#d3d3d3;
    transition:0.3s ease-in-out;
}
.homeaboutinner {
    padding: 3rem 3rem;
    border: 2px solid white;
}
.AboutHeaderText {
    text-transform: uppercase;
    font-family: serif;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
}
.homeaboutcontent {
    line-height: 1.6;
    text-align: left;
    font-family: 'Lobster Regular';
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    font-size: 20px;
    width: 100%;
}
#divHomeAboutContent {
    background-color: #85470E;
    background-size: cover;
    padding: 2rem 2rem;
}
.RoomTitles {
    color: #85470E;
    font-family: 'Bulmer MT Std Display';
    margin-bottom: 35px;
    margin-top: 50px;
    font-size: 45px;
}
.GalleryTitle {
    color: #85470E;
    font-family: 'Bulmer MT Std Display';
    margin-bottom: 35px;
    margin-top: 50px;
    font-size: 45px;
    text-transform:uppercase;
}
.roomborder {
    border: 3px solid white;
    height: 79%;
    position: absolute;
    width: 62%;
    top: 18%;
    left: 19%;
}
.GalleryImageHolder img, .GalleryImageHolder1 img {
    border-radius: 9px;
}
.GalleryImageHolder, .GalleryImageHolder1 {
    width: 100%;
    border-radius: 9px;
}
    .GalleryImageHolder:hover, .GalleryImageHolder1:hover {
        transition: 0.3s ease-in-out;
        opacity: 0.6;
    }
.imagePopup, .imagePopup1 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}

.imagePopupContent, .imagePopupContent1 {
    max-width: 90%;
    max-height: 90%;
    border-radius: 6px;
    animation: zoomIn .3s ease;
}

.imagePopupClose, .imagePopupClose1 {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.GalleryImageHolder img, .GalleryImageHolder1 img {
    cursor: pointer;
}

@keyframes zoomIn {
    from {
        transform: scale(.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}
.TestimonialTitle {
    color: #85470E;
    font-family: 'Bulmer MT Std Display';
    margin-bottom: 35px;
    margin-top: 25px;
    font-size: clamp(32px, 5vw, 56px);
    text-transform: uppercase;
}
.homeReviewText {
    text-align:center;
    color: #2d2d2d;
    font-family: 'Montserrat-Regular';
    font-size:18px;
}
.homeReviewDetail {
    color: #85470E;
    font-size:22px;
    text-align:center;
    font-family: 'Montserrat-Regular';
}
.bx-pager{
    display:none;
}
.bx-wrapper {
    box-shadow:none !important;
    border:none;
}
.FooterContainer {
    background:#000000;
}
.facebook, .instagram, .twitter {
    height: 53px;
    width: 53px;
}
.facebook {
    background: url(../Images/Social.png) no-repeat;
    background-position: 0px 2px;
}
    .facebook:hover {
        background: url(../Images/Social.png) no-repeat;
        background-position: 0px -52px;
        transition: 0.3s ease-in-out;
    }
.instagram {
    background: url(../Images/Social.png) no-repeat;
    background-position: -55px 2px;
}
    .instagram:hover {
        background: url(../Images/Social.png) no-repeat;
        background-position: -55px -52px;
        transition: 0.3s ease-in-out;
    }
.twitter {
    background: url(../Images/Social.png) no-repeat;
    background-position: -110px 2px;
}
.twitter:hover {
    background: url(../Images/Social.png) no-repeat;
    background-position: -110px -52px;
    transition:0.3s ease-in-out;
}
.ftrLogin {
    color: #85470E;
}
    .ftrLogin a {
        color: #ae935e !important;
        font-size: 20px;
        font-family: 'Montserrat-Regular';
    }
.PrivacyPolicy {
    background-color: #6D5A33;
    
}
    .PrivacyPolicy p {
        font-family: Montserrat-Regular !important;
    }
.address {
    font-family: Montserrat-Regular !important;
    font-size: 16px !important;
}
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 150px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus {
        outline: 0 !important;
    }

    button.back-to-top::before,
    button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #092441;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 19px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color:#ae935efa;
        position: relative;
        top: -24px;
    }

    button.back-to-top.show {
        display: block;
        background: #fff;
        color: #00ab6c;
        font-size: 25px;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }
.modal-header .btn-close {
    filter:invert(0) brightness(1);
}
.form-check-input:checked {
    background-color: #6D5A33;
    border: 1px solid #ae935e;
}
.nav-droupdown {
    background-color:#000;
    color:#fff; 
}
#myTabContent {
    display: block !important;
}
.nav-class .dropdown-item {
    color:#fff !important;  
     font-family: 'LobsterTwo Regular';
    font-size: clamp(13px,3vw,17px);
}
 .nav-class .dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active,.dropdown-item:active{
        color: #fff !important;
        background-color:#ae935e !important;
        transition:0.2s ease-in-out;
    }

    /*Custom Services*/
.servicelinks ul {
    list-style: none outside none;
    display: flex;
    color: white;
    padding: 10px !important;
    margin-bottom: 0px !important;
}
@media (min-width:990px) and (max-width:1200px) {
  .servicelinks ul li a {
    padding: 10px 6px 10px 10px !important;
}
}
@media (max-width:991px) {
    .servicelinks ul {
       flex-direction:column;
       text-align:center;
    }
    .servicelinks ul li a {
    padding: 4px 10px 5px 10px !important;
}
}
@media (max-width:768px) {
    .cstom-img{
        text-align:center;
    }
     .serviceContent {
    justify-content: center; 
    align-items: center;  
    }
        .serviceContent p {
            padding:15px;
            line-height:25px;
            text-align: justify;
        }
}
.servicelinks a.active {
    color: #ae935e !important;
    font-weight: bold;
    border-bottom: 2px solid #ae935e;
    background:#fff;
}
.servicelinks {
    margin-top: 29px;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 37px;
    color: white;
    background: #ae935e;
    font-family: 'Bulmer MT Std Display';
    font-size: 22px;
    letter-spacing: 1px;
}
    .servicelinks ul li a {
        color: white !important;
        padding: 10px 10px 10px 10px;
    }
.serviceContent p {
   font-size: clamp(14px, 1.5vw, 18px);
}
.packageDetailSubTitle, .divBallroomDetailTitle {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #ae935e;
    font-size: 28px;
    /* font-weight: bold; */
    margin: 0;
    border-bottom: 1px solid #ae935e;
    /* background-image: url(../Images/ballroom/Seprator_02.png); */
    background-repeat: no-repeat;
    background-position: left bottom;
}
    /*End*/

    /*Custom BallRooms*/

.BallRoomTitle {
    color:#85470E;
    text-transform:uppercase;
}

    /*End*/

.GalleryPageNavbarLink {
    color:#85470E;
}
.sticky-top {
    z-index: 999;
}
input[type=radio]:checked, input[type=radio]:focus {
    background-color: #ae935e !important;
    border: 2px solid #ae935e !important;
    background-image:none !important;
    box-shadow:none!important;
}
.headerHSOTInvoiceBG {
    background: #ae935e !important;
    color:#fff !important;
}
.FooterEmail {
    background: url(../Images/ContactIconFooter.png) no-repeat;
    padding: 1px 0px 0px 34px;
    background-position: 6px -46px;
}
@media (min-width:767px) and (max-width:1024px){
    .roomborder {
        width: 87%;
        left:6%;
    }
     /*.ServicesImgBox,
    #ServicesImgBox2,
    #ServicesImgBox3,
    #ServicesImgBox4 {
        top: 114px;
        left: 37%;
    }*/
}
@media (min-width:424px) and (max-width:768px) {
    .roomborder {
         width: 94%;
        left:3%;
        height:75%;
        top:21%;
    }
    /*.ServicesImgBox,
    #ServicesImgBox2,
    #ServicesImgBox3,
    #ServicesImgBox4 {
        left: 130px;
    }*/
}
@media (min-width:374px) and (max-width:425px) {
    .roomborder {
         width: 91%;
        left:5%;
        height:64%;
        top:32%;
    }
    /*.ServicesImgBox,
    #ServicesImgBox2,
    #ServicesImgBox3,
    #ServicesImgBox4 {
        left: 158px;
        top:118px;
    }*/
}
@media (min-width:319px) and (max-width:375px) {
     .roomborder {
         width: 91%;
        left:5%;
        height:62%;
        top:34%;
    }
      /*.ServicesImgBox,
    #ServicesImgBox2,
    #ServicesImgBox3,
    #ServicesImgBox4 {
        left: 137px;
        top:117px;
    }*/
}
@media (max-width:320px) {
     .roomborder {
        height:57%;
        top:39%;
    }
     /*.ServicesImgBox,
    #ServicesImgBox2,
    #ServicesImgBox3,
    #ServicesImgBox4 {
        left: 109px;
        top:105px;
    }*/
}
.mySwiper {
    position: relative;
    padding-bottom: 60px !important; 
}

    .mySwiper .swiper-pagination {
        position: absolute;
        bottom: 20px !important;
        left: 50% !important;
        transform: translateX(-50%);
        z-index: 10 !important;
    }
.swiper {
    padding-bottom: 60px !important; 
}
.swiper-pagination {
   bottom: 18px !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #ff6600;
    opacity: 1;
}.swiper-pagination-bullet {
    
    height:14px !important;
    width:14px !important;
}
.swiper-pagination-bullet-active {
   background: #ae935e !important;
}

/*@media (max-width:425px) {
    .ServicesImgBox,#ServicesImgBox2,
    #ServicesImgBox3,
    #ServicesImgBox4 {
        top:112px;
        left:39%;
    }
}*/
a:focus, button:focus {
    box-shadow:none !important;
}
.navbar-toggler {
    position: absolute;
    bottom: 62px;
}
@media (max-width:768px) {
    .nav-class .dropdown-item {
        color: #000 !important;
        font-size:18px;
    }
    .nav-droupdown {
    background-color: #fff;
    text-align:center;
}
    .navbar-nav .nav-link {
        color: #ae935e !important;
            font-size: 22px;
            text-transform:capitalize;
    }
   
.dropdown-menu { 
        border:none !important;
    }
    .dropdown-item.active,.nav-class .dropdown-item:focus ,.dropdown-item:active,.dropdown-item:hover{
        color: #ae935e !important;
        background-color: #fff !important;
    }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus,.form-select:focus{
    box-shadow: none !important;
    border-color:lightgray;
}
#spText {
    border: 1px solid #ae935e;
}
@media (max-width:768px) {
    .RestaurantMap {
        margin-bottom:100px;
    }
}