@font-face {
    font-family: 'hvdtrial_brandon_grotesqueBd';
    src: url('../font/hvdtrial_brandon_grotesque_bold-bf64a625c9151d5-webfont.woff2') format('woff2'),
        url('../font/hvdtrial_brandon_grotesque_bold-bf64a625c9151d5-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'hvdtrial_brandon_grotesquMdIt';
    src: url('../font/hvdtrial_brandon_grotesque_medium_italic-bf64a625c928c55-webfont.woff2') format('woff2'),
        url('../font/hvdtrial_brandon_grotesque_medium_italic-bf64a625c928c55-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'hvdtrial_brandon_grotesqueRg';
    src: url('../font/hvdtrial_brandon_grotesque_regular-bf64a625c9311e1-webfont.woff2') format('woff2'),
        url('../font/hvdtrial_brandon_grotesque_regular-bf64a625c9311e1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




:root {
    --black: #000;
    --white: #fff;
    --heading-font: 'hvdtrial_brandon_grotesqueBd';
    --primary-font: 'hvdtrial_brandon_grotesqueRg';
    --gold: #e29978;

}

body {
    background-color: #131313;
    font-size: 17px;
    font-family: 'hvdtrial_brandon_grotesqueRg';
    color: var(--white);
    /* overflow-x: hidden;
    overflow-y: scroll; */
}

a {
    text-decoration: none;
    color: var(--white) !important;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

h6,
h5,
h4,
h3,
h2,
h1,
p {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: var(--primary-font);
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 60px;
}



h6 {
    font-size: 18;
    font-family: var(--heading-font);
}

.heading {
    font-family: var(--primary-font);
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.home-banner h1 {
    font-size: 72px;
}


.heading1 {
    font-weight: bold;
    text-transform: uppercase;
}

.btn-button {
    background-image: linear-gradient(90deg, #f0ae94 0%, #b6795e 70%, #a2674c 100%);
    color: var(--black);
    font-size: 16px;
    border: 1px solid var(--gold) !important;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 11px 26px 5px;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.btn-button::before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: var(--black);
}

.btn-button .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}

.btn-button .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--black);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-button .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: var(--white);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-button:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-button:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-button:hover .btn-wrap .text-two {
    color: var(--white);
    z-index: 1;
}

.btn-button:hover {
    background-image: none;
}

.btn-button:hover:before {
    top: -40%;
}

.p-50 {
    padding: 50px 0;
}

.p-100 {
    padding: 100px 0;
}


.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.border-50 {
    border-radius: 50%;
}

.button2 {
    border: 2px solid var(--gold);
    color: var(--white);
    padding: 14px 48px 8px;
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    transition: all 0.5s;
    text-transform: uppercase;
    font-size: 16px;
}

.button2:hover {
    background-image: linear-gradient(90deg, #f0ae94 0%, #b6795e 70%, #a2674c 100%);
    color: var(--black);
}


/* header */
.ph{
    display: none !important;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 17px 0;
    z-index: 999;
    background-image: linear-gradient(#000000, #000000ad, #00000000);
}
header .stellarnav.right.desktop {
    margin-top: 12px;
}

header .stellarnav>ul>li>a {
    padding: 20px 15px;
    color: var(--white);
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
}

header .stellarnav>ul>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    display: block;
    height: 5px;
    border-top: 1px solid var(--gold);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

header .stellarnav>ul>li>a:hover {
    color: var(--gold) !important;
    opacity: 1;
}

header .stellarnav>ul>li>a:hover:before {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

#header.scrolled {
    background-color: black;
}

/* /banner */
.home-banner .row {
    
    z-index: 1;
    position: relative;
    text-align: center;
}

.home-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 700px;
}

.home-banner::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 46%);
}

.home-banner h1 {
    padding: 10px 0;
}


/* about */
.home-about {
    position: relative;
    overflow: hidden;
}

.home-about::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../image/rigthvector.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 48%;
    height: 100%;
}
.home-about::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../image/rigthvector.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 48%;
    height: 100%;
    transform: rotate(180deg);
}

.about-text .heading {
    font-weight: 400;
}

.about-text p {
    margin: 24px 0 36px;
    max-width: 90%;
}

.home-about-img {
    position: relative;
    text-align: center;
}
.home-about-img .img1 {
    position: absolute;
    top: -73px;
    right: 0px;
    width: 33%;
    border: 10px solid #000;
}

.home-about-img .img2 {
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 35%;
}

.main-img {

    height: 325px;
    object-fit: cover;
}

.home-about .heading1 {
    margin-top: 24px;
    font-size: 50px;
}
a.button2.bg {
    background-image: linear-gradient(90deg, #f0ae94 0%, #b6795e 70%, #a2674c 100%);
}

.heading3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 45px;
    font-weight: bold;
}


/* /menu */
.side-head {
    position: relative;
    z-index: 1;
    text-align: center;
}

.side-head .heading {
    font-size: 15px;
    margin-bottom: 24px;
}

.home-menu {
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

.home-menu::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.92);
    z-index: -1;
}

.menu-list {
    margin-top: 76px;
}

.menu-list img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.menu-text {
    text-align: center;
}

.menu-text p {
    color: var(--white) !important;
    padding: 32px 28px;
}

.home-event .event-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #5e5e5e;
    height: 100%;
    padding: 0 30px;
    align-items: center;
}

.event-text p {
    margin: 20px 0 31px;
}

.gallery-slider {
    margin-top: 54px;
    padding-bottom: 40px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;

}

.swiper-pagination-bullet-active {
    outline-offset: 5px;
    background: var(--gold) !important;
    outline: 1px solid var(--gold);
}

.swiper-pagination-bullet {

    background: var(--swiper-pagination-bullet-inactive-color, #9d9d9d);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.gallery-slider .gallery-img {
    position: relative;

}

.gallery-slider .gallery-img a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e299789c;
    width: 100%;
    height: 0;
    transition: all 0.5s;

}

.gallery-slider .gallery-img a:hover::after {
    height: 100%;
}

.gallery-slider .post-img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: var(--black);
    color: var(--white);
    padding: 13px;
    border-radius: 50%;
    align-items: center;
}

.gallery-slider:hover .post-img-icon {
    opacity: 1;
    visibility: visible;
}

.testimonial-slider {
    margin-top: 39px;
    padding-bottom: 56px;
    padding-top: 43px;
}

.home-testimonial {
    position: relative;
}


.home-testimonial::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../image/rigthvector.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 48%;
    height: 100%;
}
.home-testimonial::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../image/rigthvector.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 48%;
    height: 100%;
    transform: rotate(180deg);
}
.testimonial-box {
    background: #202020;
    padding: 42px 30px 50px;
    position: relative;
    text-align: center;
    border-radius: 16px;
}

.testimonial-slider .swiper-horizontal>.swiper-pagination-bullets,
.testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-slider .swiper-pagination-custom,
.testimonial-slider .swiper-pagination-fraction {
    bottom: -4px;
}
.gallery-img img{
    width: 100%;
}

.testimonial-slider .swiper-slide-next .testimonial-box {
    border: 1px solid var(--gold);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonial-box .star {
    justify-content: center;
    gap: 4px;
}

.testimonial-box .star i {
    font-size: 11px;
    color: var(--gold);
}

.testimonial-box p {
    font-size: 15px;
}

.testimonial-box .img-box {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translate(-50%, 0);
}

.home-testimonial .img-box img {
    width: 69px;
    height: 69px;
    object-fit: cover;
    border: 2px solid var(--gold);
}

.testimonial-box .text {
    position: relative;
    margin-top: 22px;
}

.coma {
    position: absolute;
    top: 0;
    left: 0;
}

.coma2 {
    position: absolute;
    bottom: -39px;
    right: 0;
}

.home-blog .blog-box {
    width: 100%;
    height: 100%;
    min-height: 350px;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 20px 20px 36px;
    overflow: hidden;
}
.home-blog .blog-box h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    transition: all 0.5s ease-in-out;
}
.blog-text:hover h3 {
    margin-top: auto; 
    margin-bottom: auto; 
}
.home-blog .blog-box::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.67);
    z-index: -1;
}

.blog-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.blog-button {
    position: absolute;
    bottom: -100px;
    transition: all 0.5s;
}

.blog-text:hover .blog-button {
    bottom: 0;
}

.ct-inner {
    position: relative;
}

.ct-inner::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-color: rgba(255, 255, 255, 0.4);
    z-index: 10;
    top: 20px;
    left: 20px;
    border-left: 1px dotted;
    border-top: 1px dotted;
}

.ct-inner::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-color: rgba(255, 255, 255, 0.4);
    z-index: 10;
    bottom: 20px;
    right: 20px;
    border-right: 1px dotted;
    border-bottom: 1px dotted;
}
.blog-text .date {
    width: 100%;
    font-size: 17px;
    margin-top: 13px;
    margin-left: 31px;
}
.blog-slider{
    margin-top: 25px;
    padding: 20px 0 40px;
}
.home-blog{
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.home-blog::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.67);
    z-index: -1;
}
footer{
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 50px 0 20px;
}



footer::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../image/rigthvector.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 48%;
    height: 100%;
}

section.home-banner{
	background-image: url(../image/banner.jpg);
}
section.gallery {
    background: url(../image/ourfoodgallerybg.jpg);
}
.home-blog {
    background-image: url(image/ourblogpostbg.jpg);
}
footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../image/rigthvector.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 48%;
    height: 100%;
    transform: rotate(180deg);
}


footer h3{
    text-align: center;
}
footer .form-control {
    background-color: transparent;
    border: 1px solid var(--gold);
    color: #fff !important;
    width: 596px;
    border-radius: 0;
    height: 49px;
}
footer .form-control::placeholder{
    color: #fff;
}
.form-control:focus{
    background-color: transparent;
    box-shadow: none;
    border-color: var(--gold);
}
footer form {
    position: relative;
    display: flex;
    gap: 10px;
    margin: 20px 0;
    justify-content: center;
}
.btn-form-button {
    background-image: linear-gradient(90deg, rgb(240, 174, 148) 0%, rgb(182, 121, 94) 70%, rgb(162, 103, 76) 100%);
    color: var(--black);
    transition: 0.5s;
    padding: 10px 10px 5px;
    border: 1px solid var(--gold) !important;
    font-size: 15px;
    font-weight: 500;
}
.btn-form-button {
    background-image: linear-gradient(90deg, #f0ae94 0%, #b6795e 70%, #a2674c 100%);
    color: var(--black);
    border: 1px solid var(--gold) !important;
    transition: all 0.5s;
    padding: 10px 10px 5px;
}
.top-footer {
    margin-top: 23px;
}
footer .footer1 h4 {
    color: var(--gold);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 27px;
}
.footer1 ul li:hover{
    color: var(--gold);
}
.footer1 ul li a{
    transition: all 0.5s;
}
.footer1 ul li a:hover{
    color: var(--gold) !important;
    padding-left: 10px;
}
.footer1 .wrap {
    margin-top: 34px;
}
.footer1 {
    position: relative;
}
.footer1::after {
    position: absolute;
    content: "";
    right: -33px;
    top: 50%;
    background-color: var(--gold);
    width: 48px;
    height: 1px;
}
footer .col-md-4:nth-child(2) .footer1::after {
    right: -63px;
}
footer .col-md-4:nth-child(3) .footer1::after {
    background-color: transparent;
}
.bottom-footer {
    border-top: 1px solid var(--gold);
    margin: 57px 0 0px;
    padding-top: 29px;
}