:root {
    --main-font: 'Rubik', sans-serif;
    --font-main-color: #0e2a4e;
    --font-light-color: #797979;
    --font-red-color: #da3c3c;
    --font-w-color: #fff;
}

body {
    font-family: var(--main-font);
    color: var(--font-main-color);
}

/* .fix-body {
    height: 100%;
    overflow: hidden;
} */


.loader {
    display: none !important;
    position: fixed;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0c1623;
    z-index: 9999;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    align-items: center;
    justify-content: center;
}

/*  */
.loader-inner {
    position: relative;
    margin: 75px auto;
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
}

.loader-inner div {
    height: 100%;
}

.loader1,
.loader1 div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-top-color: rgba(255, 255, 255);
    border-bottom-color: #bd2130;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-hide {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.text-light {
    color: var(--font-light-color) !important;
}

.text-red {
    color: var(--font-red-color);
}

.text-w {
    color: var(--font-w-color) !important;
}

.font-2 {
    /*font-family: var(--font-2);*/
    font-family: 'Playfair Display', serif;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 768px) {
    .mt-50 {
        margin-top: 25px;
    }
    
    .mb-50 {
        margin-bottom: 25px;
    }
    
    .mt-70 {
        margin-top: 35px;
    }
    
    .mb-70 {
        margin-bottom: 35px;
    }
    
    .mt-100 {
        margin-top: 50px;
    }
    
    .mb-100 {
        margin-bottom: 50px;
    }
    
    .pt-50 {
        padding-top: 25px;
    }
    
    .pb-50 {
        padding-bottom: 25px;
    }
    
    .pt-70 {
        padding-top: 35px;
    }
    
    .pb-70 {
        padding-bottom: 35px;
    }
    
    .pt-100 {
        padding-top: 50px;
    }
    
    .pb-100 {
        padding-bottom: 50px;
    }
}

/* nav-bar */
.header-with-nav {
    position: relative;
    min-height: 120px;
}

.nav-custom {
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    padding: 0px;
    background: transparent;
    z-index: 999;
}

@media (max-width: 768px) {
    .nav-custom {
        top: 0px;
        border-radius: 0px;
    }
}

.nav-custom.nav-custom-fix {
    background: #ffffff;
}

.nav-custom-main {
    background: #ffffff;
    padding: 15px 0px;
    border-radius: 5px;
}

.nav-custom-fix {
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.nav-custom-main {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.nav-custom-fix .nav-custom-main {
    box-shadow: none;
}

@media (max-width: 992px) {
    .nav-custom-main {
        padding: 5px 15px !important;
        border-radius: 0px;
    }
}

.nav-custom .navbar-nav .nav-link {
    color: var(--font-main-color);
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--font-red-color);
}

.nav-custom .navbar-nav .nav-link:hover,
.nav-custom .navbar-nav .nav-link:focus {
    color: var(--font-red-color);
}

.nav-custom .dropdown-menu {
    top: calc(100% + 17px);
    border-radius: 0px;
}

.nav-logo {
    position: relative;
    height: 55px;
    display: block;
    margin: auto;
}

/* .nav-logo-div {
    position: relative;
}
.nav-logo-div::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: #000;
    left: 0;
    top: 0;
} */

@media (max-width: 992px) {
    .nav-logo {
        height: 40px;
    }
}
.nav-link-book {
    background: var(--font-red-color);
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    /* font-size: 12px; */
}
@media (min-width: 992px) {
    .navbar-nav-book {
        flex-direction: row;
        justify-content: end;
    }
}
@media (max-width: 992px) {
    .navbar-nav-book> .nav-item {
        width: 100%;
    }
}
.nav-custom-fix {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.modal-body-x {
    position: relative;
}
.modal-body-x> button.close {
    position: absolute;
    right: 20px;
    top: 20px;
}

/*  */
.carousel-custom .carousel-control-next,
.carousel-custom .carousel-control-prev {
    top: unset !important;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    left: unset !important;
    right: 100px;
    opacity: 1;
    z-index: 100;
}

.carousel-custom .carousel-control-next {
    bottom: 180px;
}

.carousel-custom .carousel-control-prev {
    bottom: 100px;
}

.carousel-custom .carousel-control-prev-icon,
.carousel-custom .carousel-control-next-icon {
    background-image: unset !important;
    width: 70px;
    height: 70px;
    font-size: 30px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.carousel-custom .carousel-caption {
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    text-align: left;
    /* display: flex !important; */
    flex-direction: row;
    align-content: center;
    align-items: center;
    z-index: 10;
}

.carousel-custom .carousel-title {
    font-size: 80px;
    letter-spacing: 1px;
    line-height: 90px;
    font-family: var(--font-2);
    font-weight: 800;
}

.carousel-custom .carousel-subtitle {
    font-size: 25px;
}

.carousel-custom .carousel-item {
    position: relative;
}

@media (max-width: 768px) {

    .carousel-custom .carousel-control-prev-icon,
    .carousel-custom .carousel-control-next-icon,
    .carousel-custom .carousel-control-next,
    .carousel-custom .carousel-control-prev {
        height: 30px;
        width: 30px;
    }

    .carousel-custom .carousel-control-prev-icon,
    .carousel-custom .carousel-control-next-icon {
        font-size: 15px;
    }

    .carousel-custom .carousel-control-next {
        bottom: 45px;
        right: 10px;
    }

    .carousel-custom .carousel-control-prev {
        bottom: 10px;
        right: 10px;
    }
}

@media (min-width: 768px) {
    .carousel-custom .carousel-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(#0b152236, #0b1522e8);
    }
}




/*  */
.inner-hw {
    position: relative;
    text-align: center;
    padding: 250px 0px 170px 0px;
}

@media (max-width: 992px) {
    .inner-hw {
        position: relative;
        text-align: center;
        padding: 150px 0px 100px 0px;
    }
}

.inner-hw::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-top {
    background: url(../img/about-us-top.jpg);
    background-position: bottom;
    background-size: cover;
}

.wedding-top {
    background: url(../img/wedding-top.jpg);
    background-position: top;
    background-size: cover;
}

.contactus-top {
    background: url(../img/contactus-top.jpg);
    background-position: bottom;
    background-size: cover;
}

.rooms-top {
    background: url(../img/room-top-img.jpg);
    background-position: bottom;
    background-size: cover;
}

.terms-conditions-top {
    background: url(../img/terms-and-conditions.png);
    background-position: center;
    background-size: cover;
}

.event-top {
    background: url(../img/event-back.jpg);
    background-position: bottom;
    background-size: cover;
}

.dining-top {
    background: url(../img/dining-top.jpg);
    background-position: center;
    background-size: cover;
}

.inner-hw .inner-hw-title {
    position: relative;
    color: #fcfcfc;
    font-size: 80px;
    z-index: 99;
}

@media (max-width: 768px) {
    .inner-hw .inner-hw-title {
        font-size: 40px;
    }
}

/*  */
.inner-section {
    position: relative;
    padding: 100px 0px;
}

@media (max-width: 768px) {
    .inner-section {
        position: relative;
        padding: 40px 0px;
    }
}

.inner-section::before {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    top: -13px;
    background: rgb(255 255 255 / 15%);
    height: 13px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 1;
}

.dark-section {
    background: url(../img/bg-dark.jpg) repeat;
}


.about-img {
    position: relative;
}

.about-img>img {
    width: 100%;
    border-radius: 5px;
}

/* .about-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    background: #8a8a8a;
    opacity: .25;
    width: 100px;
    border-right: 1px solid #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 10;
}

.about-img::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    background: #8a8a8a;
    opacity: .25;
    width: 100px;
    border-left: 1px solid #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 10;
} */
.about-img> .logo-img {
    position: absolute;
    top: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.about-img> .logo-img> img {
    width: 70%;
    opacity: .5;
}

.why-choose-us-section {
    position: relative;
}

.why-choose-us-block>.image>img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 768px) {

    /* .why-choose-us-block {
        margin-bottom: 100px;
    } */
    .why-choose-us-block .image {
        display: none;
    }

    .image-block {
        position: relative !important;
        left: 0px !important;
        bottom: 0px !important;
    }

    .text-why-choose-us-block {
        position: absolute !important;
        left: 0px !important;
        right: 0px !important;
        bottom: 17px !important;
    }
}

.why-choose-us-block .inner-box {
    position: relative;
}

.image-block {
    position: absolute;
    left: 47px;
    text-align: right;
    background-color: #ffffff;
    border: 12px solid #ffffff;
    bottom: -80px;
    padding-bottom: 70px;
    filter: drop-shadow(0px 3px 28.5px rgba(0, 0, 0, 0.09));
}

.inner-box .image-block.image-block-np {
    padding-bottom: 0px;
    bottom: -70px;
    border: 8px solid #ffffff;
}

.image-block .img_hover_1 img {
    width: 100%;
}

.image-block>img {
    width: 100%;
}

.text-why-choose-us-block {
    position: absolute;
    left: 101px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    bottom: -61px;
}

.team-box {
    position: relative;
}

.team-box-img {
    padding-right: 20px;
    overflow: hidden;
}

.team-box-img img {
    width: 100%;
    transition: .5s;
}

.team-box:hover .team-box-img img {
    transform: scale(1.1);
    transition: .5s;
}

.team-box-detail {
    position: relative;
    padding-left: 20px;
    margin-top: -20px;
}

.team-box-detail-inner {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 15px;
}

.team-box-detail-inner>p {
    text-transform: uppercase;
}

.statstic-section {
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 2px dashed #e4e4e4;
}

.statstic-box>h1 {
    font-size: 70px;
}

@media (max-width: 768px) {
    .statstic-section {
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: 2px dashed #e4e4e4;
        text-align: center;
    }

    .statstic-box>h1 {
        font-size: 40px;
        text-align: center;
    }
}


.dining-reservation {
    background: url(../img/dining-2.jpg);
    background-size: cover;
    background-position: center;
    padding: 25px 25px;
}

.dining-reservation-form {
    background: #fff;
    padding: 15px;
}

@media (min-width: 768px) {
    .dining-reservation-form {
        background: #fff;
        padding: 50px;
    }

    .dining-reservation {
        padding: 50px 0px;
    }
}


/* title */
.title-center {
    text-align: center;
}

.sub-title {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6em;
    color: var(--font-red-color);
    font-weight: 700;
    font-family: "Roboto";
    text-transform: uppercase;
    padding-left: 53px;
    padding-right: 53px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.sub-title:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: var(--font-red-color);
    left: 0;
    bottom: 7px;
}

.title-center .sub-title:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: var(--font-red-color);
    right: 0;
    bottom: 7px;
}

.sub-title-w {
    color: #fff;
}

.sub-title-w:before {
    background: #fff;
}

.title-center .sub-title-w:after {
    background: #fff;
}

.main-title {
    font-size: 45px;
    line-height: 59px;
    color: #0e2a4e;
    font-weight: 800;
    margin-bottom: 25px;
}

.border-title {
    position: relative;
    margin: 0px !important;
    padding-bottom: 50px;
}
.border-title::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    background-image: url(../img/spirals-of-vines.png);
    width: 100%;
    height: 31px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 25px !important;
        line-height: 35px;
    }
}

/* form */
.form-control:focus,
.custom-select:focus {
    text-decoration: none;
    box-shadow: none;
    border-color: var(--font-red-color);
}

.form-group-bg .form-control,
.form-group-bg .custom-select {
    padding: 13px 25px !important;
    height: calc(1.5em + 0.75rem + 15px);
}

.form-group-bg textarea {
    height: unset !important;
}

.btn-danger {
    background: var(--font-red-color) !important;
}

@media (min-width: 768px) {
    .contact-us-left {
        border-left: 1px solid #ced4da;
    }
}

.datepicker {
    padding: 10px !important;
}


/*  */
.box-2 {
    box-shadow: 0 2px 9px 0px rgb(34 12 43 / 10%);
    -webkit-box-shadow: 0 2px 9px 0px rgb(34 12 43 / 10%);
    -moz-box-shadow: 0 2px 9px 0px rgb(34 12 43 / 10%);
    -o-box-shadow: 0 2px 9px 0px rgb(34 12 43 / 10%);
}

.box-2 .box-2-text {
    padding: 25px 20px;
    /* min-height: 170px; */
}

.box-light {
    background: ghostwhite;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eaeff3;
}

.room-box-2 {
    display: block;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.room-box-2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(#0b152236, #0b1522e8);
}

.room-box-2 img {
    transition: .5s;
}

.room-box-2:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.room-box-2 .content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    z-index: 1;
}

.room-box-2 .room-box-2-title {
    position: relative;
    font-family: var(--font-2);
    display: block;
    font-size: 28px;
    margin-bottom: 7px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 800;
}

.room-box-2 .text-two {
    position: relative;
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
}

/*  */
.testi-left {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: url(../img/about-img.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 7px;
    overflow: hidden;
    padding: 20px 30px;
}

.testi-content {
    position: relative;
    z-index: 1;
}

.testi-left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(#0b152236, #0b1522e8);
}

.testimonial-carousel {
    position: relative;
}

.author-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
}

.author-info .author-thumb {
    margin-right: 20px;
}

.author-info .author-thumb img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.author-info .name {
    color: var(--font-red-color);
    text-transform: uppercase;
    font-weight: bold;
}

.testimonial-carousel .carousel-indicators li {
    background-color: #e9e9e9;
    opacity: 1;
}

.testimonial-carousel .carousel-indicators {
    margin-right: 0%;
    justify-content: end;
    margin-bottom: 0px;
}

.carousel-indicators .active {
    background-color: var(--font-red-color) !important;
}


/* footer */
.footer {
    background: url(../img/bg-dark.jpg) repeat;
    padding: 100px 0px 50px 0px;
}

.f2 {
    border-top: 2px dashed rgb(193 193 193 / 10%);
    padding-top: 45px;
    margin-top: 40px;
}

.img2 {
    height: 92px;
}

.emailn {
    position: relative;
}

.emb {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 45px;
    width: 45px;
    background: transparent;
    box-shadow: none;
    border: none;
    color: #93979c;
    border-radius: 0.25rem;
}

.emb:hover,
.emb:focus {
    background: #2c3540;
}

.emailn .form-control {
    padding: 25px 50px 25px 20px;
    background: transparent;
    border: 2px solid rgb(255 255 255 / 20%);
}

.font-light {
    color: #fcfcfc;
}

.flink {
    display: block;
    color: #93979c;
}

.ftext {
    color: #93979c;
}

.flink:focus,
.flink:hover {
    color: var(--font-red-color);
    text-decoration: none;
}

.img-rc {
    border-radius: 10px;
}