@charset "UTF-8";

/*==========================================================
							Fonts 
==========================================================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400%7COswald:300,400,700&display=swap');

/*======================================================
------------------------------------------*/


/*==========================================================
							General 
==========================================================*/


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none !important;
}

body {
    margin: 0;
    -ms-text-size-adjust: 100%;

    font-family: 'Avenir Next LT Pro';
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #000000;

}

.clearfix:after,
.clearfix:before,
.col,
article,
aside,
figure,
footer,
header,
hgroup,
hr,
nav,
section {
    display: block
}

html ol,
html ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
button,
input,
select,
textarea {
    margin: 0
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
}

a:hover {
    color: #c6a772;
}

a,
li {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

a:hover,
li:hover {
    text-decoration: none !important;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

a:focus,
button:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

body::selection {
    background: #c6a772;
}

h1 {
    font-size: 3.125rem;
    font-family: "Futura PT";
}

h2 {
    font-size: 2.75rem;
    font-family: "Futura PT";
}

h3 {
    font-size: 2.375rem;
    font-family: "Futura PT";
}

h4 {
    font-size: 2rem;
    font-family: "Futura PT";
}

h5 {
    font-size: 1.75rem;
    font-family: "Futura PT";
}

h6 {
    font-size: 1.5rem;
    font-family: "Futura PT";
}

img {
    width: 100%;
}

.parallex {
    background-attachment: fixed;
}

/*Padding and margins*/



.py-110 {
    padding: 110px 0;
}

.py-130 {
    padding: 130px 0;
}

.py-210 {
    padding: 210px 0;
}

.py-60 {
    padding: 60px 0;
}

.py-50 {
    padding: 50px 0;
}

.py-80 {
    padding: 80px 0;
}

.py-100 {
    padding: 100px 0;
}

.py-180 {
    padding: 180px 0;
}

.border {
    border: 1px solid #ffffff !important;
}

.border-5 {
    border-width: 5px !important;
}

/*Font Family css*/
.font-cursive {
    font-family: 'Great Vibes', cursive;
}

.font-futura {
    font-family: "Futura PT";
}

.font-Av {
    font-family: 'Avenir Next LT Pro' !important;
}


@font-face {
    font-family: "Avenir Next LT Pro";
    src: url("../font/AvenirNextLTPro-Regular.woff2") format("woff2"),
        url("../font/AvenirNextLTPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*Colors*/
.text-default {
    color: #000000;
}

.primary {
    color: #c6a772;
}

.secondry {
    color: #000000;
}

.text-gray {
    color: #afb9bd;
}

.text-white {
    color: #ffffff;
}

.text-sky {
    color: #e7f0f3;
}

.cursive-title {
    font-size: 50px;
    line-height: 1;
    font-family: 'Great Vibes', cursive;
}

/*--background--*/
.bg-default {
    background-color: #000000;
}

.primary-bg {
    background-color: #181717;
}

.secondry-bg {
    background-color: #000000;
}

.gray-bg {
    background-color: #afb9bd;
}

.white-bg {
    background-color: #ffffff;
}

.sky-bg {
    background-color: #e7f0f3;
}


/*--buttons--*/
.btn {
    padding: 15px 25px;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 3px;
    color: #ffffff;
    font-family: "Futura PT";
    text-transform: uppercase;
    transition: .5s ease-in-out;
    position: relative;
    outline: none !important;
}

.btn-primary {
    background: #c6a772;
    border-color: #c6a772;
}

.btn2-color {
    background-color: #181717;
    border-color: #181717;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-20 {
    padding-bottom: 20px;
}

.btn.btn2-color:hover,
.btn.btn2-color:focus {
    color: #000000;
    background: #c6a772;
    border-color: #c6a772;
    box-shadow: inset 0 -50px 0 #c6a772 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background: #000;
    border-color: #000;
    box-shadow: inset 0 -50px 0 #000 !important;
}

.btn-outline {
    border-color: #ffffff;
}

.btn-outline:hover,
.btn-outline:focus {
    background: #000000;
    border-color: #ffffff;
    color: #ffffff;
    box-shadow: inset 0 -50px 0 #000000 !important;
}

.btn-black {
    background: #000000;
}

.btn-black:hover,
.btn-black:focus {
    color: #000000;
    background: #ffffff;
    border-color: #000000;
    box-shadow: inset 0 -50px 0 #ffffff !important;
}

.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.btn-white:hover,
.btn-white:focus {
    color: #000000;
    background: #c6a772;
    border-color: #c6a772;
    box-shadow: inset 0 -50px 0 #c6a772 !important;
}

/*Bs modal css overwrite */
.modal-backdrop {
    z-index: -1;
}

.modal {
    background: rgb(0 0 0 / 50%);
}

.modal-body .reservation-form .form-control {
    border: 1px solid #000000;
}

/*border zigzap*/
.border-zigzag-up {
    position: relative;
}

.border-zigzag-up::After {
    background: linear-gradient(-45deg, #ffffff 10px, #ffffff 10px, #FFFFFF 10px, transparent 0), linear-gradient(45deg, #ffffff 10px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 12px 32px;
    content: " ";
    display: block;
    height: 32px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.border-zigzag-down {
    position: relative;
}

.border-zigzag-down::After {
    background: linear-gradient(-45deg, #ffffff 10px, #ffffff 10px, #FFFFFF 10px, transparent 0), linear-gradient(45deg, #ffffff 10px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 12px 32px;
    content: " ";
    display: block;
    height: 32px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotate(180deg);
}

.border-gray {
    border: 1px solid #e6eff3;
}

/*--forms--*/
.reservation-form {
    max-width: 981px;
    margin: 0 auto;
}

.reservation-form .form-control {
    height: auto;
    padding: 14.5px 10px 14.5px 45px;
    border-radius: 0;
    border: none;
    position: relative;
}

.reservation-form .formrow .input-group-prepend {
    position: absolute;
    left: 25px;
    width: 20px;
    height: 20px;
    top: 47%;
    transform: translate(0px, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation-form .formrow {
    position: relative;
}

.reservation-form .formrow .input-group-prepend i {
    font-size: 22px;
    font-weight: bold;
}

input::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 5px;
    width: 20px;
    height: 20px;
    color: #c6a772;
}

.reservation-form .form-control#date {
    background-image: url('../images/calender.png');
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 23px;
}

.reservation-form .form-control#time {
    background-image: url('../images/clock.png');
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 23px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=date]::-webkit-calendar-picker-indicator {
    content: '';
    display: block;
    background: url('../images/calender.png') no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0px, -35%);
    visibility: visible;
    z-index: 10;
    opacity: 0;
}

input[type=time]::-webkit-calendar-picker-indicator {
    content: '';
    display: block;
    background: url('../images/clock.png') no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0px, -35%);
    visibility: visible;
    z-index: 10;
    opacity: 0;
}

.arrowadd {
    position: relative;
    cursor: pointer;
}

.arrowadd::after {
    content: '';
    position: absolute;
    right: 10px;
    z-index: 3;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 16px;
    color: #c6a772;
    background-image: url(../images/dropdown.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
}

form.keepup-form {
    max-width: 770px;
    margin: 40px auto 0 auto;
}

form.keepup-form .formrow {
    position: relative;
}

form.keepup-form .formrow .form-control {
    height: auto;
    padding: 17px 20px;
    border: 1px solid #000000;
    line-height: 1;
    border-radius: 0;
}

form.keepup-form .formrow .input-group-append {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%);
}

form.keepup-form .formrow .input-group-append button.btn.btn-secondary {
    background: transparent !important;
    border: none;
    color: #000000;
    font-size: 26px;
    padding: 0 0;
    transition: .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

form.keepup-form .formrow .input-group-append button.btn.btn-secondary:hover {
    transform: translate(10px, 0px);
    color: #c6a772;
}

.form-control::placeholder {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgb(0 0 0 / 70%);
}

/*kayframes animation*/
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

/* Bottom to top css */
a#toTopBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
    transition: .5s ease;
}

/*==========================================================
							Header
==========================================================*/
.fixed-header .navbar-brand img {
    height: 60px !important;
}

.navbar-brand img {
    transition: .5s ease-in-out;
    height: 60px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    transition: .5s ease-in-out;
}

.fixed-header {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    background: #181717 !important;
    z-index: 100;
    animation: stuckMoveDown .6s;
}

.header-area {
    padding: 12px 0;
}

.header-area .navbar-nav li a.nav-link {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Futura PT";
    text-transform: uppercase;
}

.header-area .navbar-nav li a.nav-link.active {
    color: #fff !important;
    font-weight: bold;
}

ul.dropdown-menu {
    display: block;
    padding: 0 0;
    transition: .5s ease;
    transform: translate(0px, 20px);
    opacity: 0;
    visibility: hidden;
}

.nav-item:hover ul.dropdown-menu {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}

/*--navbar--*/

/*==========================================================
							Footer
==========================================================*/
.footer .main-footer {
    background-color: #181717;
}

/* Column 1 - brand / about */
.footer .footer-about .footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.footer .footer-logo img {
    width: auto;
    max-width: 200px;
    max-height: 90px;
}

.footer .footer-about p {
    color: #afb9bd;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 22px;
}

.footer ul.footer-social {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
}

.footer ul.footer-social li {
    margin-right: 12px;
}

.footer ul.footer-social li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: .4s ease;
}

.footer ul.footer-social li a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.footer ul.footer-social li a:hover {
    background: #cba66d;
    border-color: #cba66d;
    color: #000000;
}

/* Column heading with underline rule */
.footer .footer-col .footer-heading {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    position: relative;
}

.footer .footer-col .footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 2px;
    background: #cba66d;
}

/* Quick links */
.footer .footer-col ul.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-col ul.footer-links li {
    margin-bottom: 14px;
}

.footer .footer-col ul.footer-links li:last-child {
    margin-bottom: 0;
}

.footer .footer-col ul.footer-links li a {
    color: #afb9bd;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    transition: .3s ease;
}

.footer .footer-col ul.footer-links li a:hover {
    color: #cba66d;
    padding-left: 5px;
}

/* Contact list */
.footer .footer-col ul.footer-contact {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-col ul.footer-contact li {
    color: #afb9bd;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
}

.footer .footer-col ul.footer-contact li:last-child {
    margin-bottom: 0;
}

.footer .footer-col ul.footer-contact li span {
    color: #ffffff;
    font-weight: bold;
}

.footer .footer-col ul.footer-contact li a {
    color: #afb9bd;
    transition: .3s ease;
}

.footer .footer-col ul.footer-contact li a:hover {
    color: #cba66d;
}

/* Copyright bar */
.footer .copyright-bar {
    background-color: #c6a772;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer .copyright-bar p {
    color: #000;
    font-size: 14px;
    text-align: left;
}

.footer .copyright-bar p a {
    color: #000;
}

.footer .copyright-bar p a:hover {
    color: #ffffff;
}

.footer .copyright-bar .copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.footer .copyright-bar .copyright-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.footer .copyright-bar .copyright-links li {
    position: relative;
}

.footer .copyright-bar .copyright-links li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: rgba(0, 0, 0, .35);
}

.footer .copyright-bar .copyright-links a {
    color: #000;
    font-size: 14px;
    font-family: "Futura PT";
    letter-spacing: .5px;
}

.footer .copyright-bar .copyright-links a:hover {
    color: #ffffff;
}

@media (max-width: 575px) {
    .footer .copyright-bar .copyright-inner {
        justify-content: center;
        text-align: center;
    }
}

/*Stats / Counter section*/
.stats-counter {
    position: relative;
}

.stats-counter .stat-box {
    padding: 20px 10px;
}

.stats-counter .stat-icon {
    width: 130px;
    height: 130px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid rgba(255, 255, 255, .12);
    transition: .5s ease;
}

.stats-counter .stat-box:hover .stat-icon {
    background: #c6a772;
    transform: translateY(-8px);
}

.stats-counter .stat-icon i {
    font-size: 56px;
    line-height: 1;
    color: #fff;
    transition: .5s ease;
}

.stats-counter .stat-box:hover .stat-icon i {
    color: #fff;
}

.stats-counter .stat-label {
    color: #cba66d;
    margin-bottom: 8px;
}

.stats-counter .stat-number {
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/*==========================================================
							Homepage
==========================================================*/

/*Banner*/
.home-banner {
    /* min-height: 850px; */
    position: relative;
}

.fixed-header .btn-primary {
    background: #c6a772;
    border-color: #c6a772;
}

.home-banner .carousel-inner .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 45%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-banner .carousel-inner .item img {
    height: 100vh !important;
    object-fit: cover;
}

.home-banner .carousel-inner .item {
    position: relative;
}

.home-banner .carousel-inner .item .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0;
    bottom: inherit !important;
    min-width: 810px;
    z-index: 2;
}

.home-banner .carousel-inner .item .carousel-caption h5 {
    font-size: 70px;
    line-height: .6;
    color: #c6a772;
}

.home-banner .carousel-inner .item .carousel-caption h2 {
    font-size: 90px;
    letter-spacing: 4px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.home-banner .carousel-inner .item .carousel-caption .address p {
    margin: 0 0 0px 0;
    font-size: 20px;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: "Futura PT";
    text-align: center;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 4;
}

.home-banner .carousel {
    position: relative;
    z-index: 2;
}

/*Story section*/
.story-block .story-detail h5 {
    font-size: 50px;
    line-height: 1;
}

.story-block .story-detail h2 {
    font-size: 50px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: bold;
    font-family: "Futura PT";
    line-height: 1;
    margin: -10px 0 20px 0;
}

.gallery-block .gallery-content {
    height: 100%;
    padding: 20px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.gallery-block .gallery-content h5 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 400;
}

.gallery-block .gallery-content h2 {
    font-size: 70px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: bold;
    margin: -10px 0 0 0;
}

.gallery-block .gallery-content p {
    margin: 0 0;
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}

.galleryrow>.column {
    padding: 0 8px;
}

.galleryrow:after {
    content: "";
    display: table;
    clear: both;
}

.gallerycolumn {
    float: left;
    width: 25%;
}

.gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-img .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(0px, 100%);
    transition: .5s ease;
}

.gallerymodal .mySlides img {
    height: 100vh;
    object-fit: contain;
}

.gallerymodal .mySlides {
    background: black;
}

.gallery-img .gallery-overlay h4,
.gallery-img .gallery-overlay p {
    position: relative;
    z-index: 4;
    color: #ffffff;
    margin: 0 0;
}

.gallery-img:hover .gallery-overlay {
    transform: translate(0px, 0px);
}

/* Product tabs gallery — uniform, structured grid */
.gallery-bar .gallery-img {
    aspect-ratio: 4 / 3;
    border-radius: 2px;
    box-shadow: 0 6px 18px rgb(0 0 0 / 8%);
    cursor: pointer;
}

.gallery-bar .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.gallery-bar .gallery-img:hover img {
    transform: scale(1.05);
}

/* The Modal (background) */
.gallerymodal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
    z-index: 1000;
}

/* Modal Content */
.gallerymodal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.gallerymodal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.gallerymodal .close:hover,
.gallerymodal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.gallerymodal .mySlides {
    display: none;
}

.modal-header .btn-close {
    transition: .5s ease;
}

.modal-header .btn-close:hover {
    transform: rotate(360deg);
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.gallerymodal .prev,
.gallerymodal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallerymodal .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallerymodal .prev:hover,
.gallerymodal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.gallerymodal .numbertext {
    color: #f2f2f2;
    font-size: 18px;
    padding: 8px 12px;
    text-align: center;
}

.gallerymodal img {
    margin-bottom: -4px;
}

.gallerymodal .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.gallerymodal .demo {
    opacity: 0.6;
}

.gallerymodal .active,
.gallerymodal .demo:hover {
    opacity: 1;
}

.gallerymodal img.hover-shadow {
    transition: 0.3s;
}

.gallerymodal .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Testimonial bar*/
.Testimonial-block .testimonial-bar i {
    font-size: 40px;
    margin-bottom: 30px;
}

.Testimonial-block .testimonial-bar p.reviewbar {
    max-width: 920px;
    margin: 0 auto 20px auto;
    font-size: 26px;
    line-height: 36px;
    color: #030303;
    font-weight: bold;
    font-family: "Futura PT";
}

.Testimonial-block .testimonial-bar h6.review-name {
    margin: 0 0;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
}

.Testimonial-block .carousel-indicators {
    position: relative;
    margin: 50px 0 0 0 !important;
}

.Testimonial-block .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #08303e;
    opacity: 1 !important;
    margin: 0 3.5px;
}

.Testimonial-block .carousel-indicators button.active {
    border-color: #c6a772;
    background: #000000;
}

.content-white.Testimonial-block .carousel-indicators button {
    border: 1px solid #ffffff;
}

.content-white.Testimonial-block .carousel-indicators button.active {
    background: #ffffff;
}

/*dinning css*/
.private-dining {
    background-image: url(../images/banner-2-20260617154059.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.private-dining h4 {
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-row a {
    margin: 0 10px;
    position: relative;
}

/*Our Menu */
.order-menu h4 {
    font-size: 44px;
    font-weight: bold;
    font-family: "Futura PT";
    text-transform: uppercase;
}

.tabs-bar .nav {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e8f1f5;
}

.tabs-bar .nav .nav-link {
    font-size: 18px;
    color: #c6a772;
    font-family: "Futura PT";
    text-align: center;
    padding: 0 0 20px 0;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    transition: .5s ease;
}

.tabs-bar .nav li {
    margin: 0 20px;
}

.tabs-bar .nav .nav-link.active,
.tabs-bar .nav .nav-link:hover {
    border-bottom: 1px solid #c6a772;
    color: #000000;
}

ul.menu-listing li .leftbar {
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 20px;
}

ul.menu-listing li .rightbar {
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: space-between;
}

ul.menu-listing h5 {
    margin: 0 0;
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    font-family: "Futura PT";
}

ul.menu-listing p {
    margin: 0 0;
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
}

ul.menu-listing li {
    margin-bottom: 30px;
}

/*Our Menu */

/*Book order primary */

.book-order-bar h4 {
    font-size: 14px;
    font-weight: bold;
}

.book-order-bar a.btn {
    padding: 15px 35px;
}

/*Book order primary */
.primary-title {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    font-family: "Futura PT";
    text-align: center;
}

.instagram-gallery-bar h6 {
    font-size: 22px;
}

.insta-box {
    height: 485px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.insta-box img {
    object-fit: cover;
    height: 485px;
    transition: .5s ease-in-out;
}

.insta-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .5s ease-in-out;
    opacity: 0;
}

.insta-box .overlay i {
    font-size: 40px;
    color: #c6a772;
}

.insta-box:hover .overlay {
    opacity: 1;
    transform: scale(1);
}

.rule-war h4 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 36px;
    font-weight: bold;
}

.Instagram-new i {
    font-size: 40px;
    margin-bottom: 10px;
}

/*Press news*/
.Press-news h4 {
    font-size: 44px;
    font-weight: bold;
    font-family: "Futura PT";
    text-transform: uppercase;
}

.Press-news .press-news-box h6 {
    font-size: 18px;
    line-height: 30px;
}

.Press-news .press-news-box h5 {
    font-size: 24px;
    line-height: 34px;
    color: #08303e;
    font-weight: 500;
    margin-bottom: 20px;
}

.Press-news .press-news-box p {
    font-size: 16px;
    line-height: 26px;
    color: #303030;
}

.readmore a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Futura PT';
}

.Press-news .col-lg-4.press-news-box {
    padding: 0 30px;
}

/*Reservation-bar */
section.Reservation-bar {
    background-image: url(../images/para.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Keepup-date*/
.Keepup-date h4 {
    font-size: 44px;
    font-weight: bold;
    font-family: "Futura PT";
    text-transform: uppercase;
}

.Keepup-date p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
}

.contact .Keepup-date {
    background: #e7f0f3;
    padding: 100px 0 !important;
}

.contact-form form.formreply .form-control[type=number]::-webkit-inner-spin-button,
.contact-form form.formreply .form-control[type=number]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.contact .footer .copyright-bar {
    background: #e7f0f3;
    padding-top: 0;
}

/*Banner inner pages*/
.banner-inner {

    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-title {
    font-size: 90px;
    letter-spacing: 4px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    margin: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.max-880 {
    max-width: 890px;
}

.letter-spacing-0 {
    letter-spacing: 0 !important;
}

.story-boxes .story-content {
    max-width: 48%;
    margin: 0 auto;
}

.story-boxes .story-content h4 {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
}

.booktable-bg {
    background-image: url('../images/booktable-bg.webp') !important;
}

/*News post css*/
.newsbar .new-img {
    padding-right: 20px;
    overflow: hidden;
    height: 310px;
}

.newsbar .new-img img {
    transition: .5s ease;
}

.newsbar .new-img:hover img {
    transform: scale(1.1);
}

.newsbar .news-content p {
    margin-bottom: 5px;
}

.newsbar .news-content .date {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.newsbar .news-content .author {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
}

.newsbar .news-content h4.news-title {
    font-size: 24px;
    line-height: 34px;
    color: #08303e;
    max-width: 100%;
    font-weight: bold;
}

.newsbar .news-content .news-description {
    font-size: 16px;
    line-height: 26px;
    color: #303030;
    max-width: 90%;
    margin-bottom: 20px;
}

.numeric-bar .listing {
    display: flex;
    align-items: center;
    justify-content: center;
}

.numeric-bar {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 50px 0;
}

.numeric-bar .listing li a {
    border: 1px solid #f3f3f3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease;
    font-weight: 500;
}

.numeric-bar .listing li a.active,
.numeric-bar .listing li a:hover {
    border: 1px solid #000000;
    color: #000000;
}

.news-detail .news-content .news-title {
    font-size: 36px !important;
    line-height: 50px !important;
    margin-bottom: 40px !important;
}

.news-detail .news-content .new-img {
    padding: 0 0 !important;
    height: 460px;
    margin-bottom: 20px;
}

.news-detail .news-content .new-img img {
    height: 100%;
    object-fit: cover;
}

.news-detail .news-content .news-description {
    max-width: 100% !important;
    margin-bottom: 0px !important;
    margin-top: 40px;
}

.news-detail .news-content h5 {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    color: #303030;
    font-weight: bold;
    font-family: "Futura PT";
}

.contact-form {
    padding: 12px 0;
    position: relative;

}

.contactformbar .contact-form {
    background: transparent;
    padding: 0 !important;
}

.contactformbar .contact-form .form-control {
    border: 1px solid #000000 !important;
}

.contact .main-footer {
    display: none;
}

.contact-form h3 {
    font-size: 22px;
    line-height: 34px;
    color: #08303e;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-form form.formreply .form-control {
    height: auto;
    padding: 15px 18px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    outline: none;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Avenir Next LT Pro";
}

.contact-form form.formreply .form-select {
    height: auto;
    padding: 15px 18px;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000;
    font-family: "Avenir Next LT Pro";
    border: 1px solid #000;
}

.contact-form form.formreply .form-control::placeholder {
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
}

.contact-form form.formreply textarea.form-control {
    height: 90px;
}

/*Blog detail css*/
.blogbarin a {
    display: flex;
    align-items: center;
    opacity: .7;
    transition: .5s ease;
}

.blogbarin a:hover {
    opacity: 1;
}

.blogbarin a i {
    padding-right: 30px;
    font-size: 24px;
}

.blogbarin .blogdetail h4 {
    margin: 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #afb9bd;
    font-family: "Futura PT";
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.blogbarin .blogdetail h5 {
    font-size: 16px;
    line-height: 22px;
    color: #08303e;
    font-family: "Futura PT";
    text-transform: uppercase;
    font-weight: 600;
}

.blogsnext.blogbarin a i {
    padding-left: 30px;
    padding-right: 0;
}

.blogsnext.blogbarin a {
    justify-content: flex-end;
}

.blogbarin a .blogdetail {
    flex: 0 0 400px;
    max-width: 400px;
    text-align: left;
}

.blogsnext.blogbarin .blogdetail {
    text-align: right;
}

.blogs-sidebar form.search-form .forminput {
    position: relative;
}

.blogs-sidebar form.search-form .forminput .form-control {
    height: auto;
    padding: 17px 50px 17px 17px;
    border: 1px solid #08303e;
    border-radius: 0;
    font-size: 18px;
    color: #08303e;
    font-family: "Futura PT";
}

.blogs-sidebar form.search-form .forminput .form-control::placeholder {
    font-size: 18px;
    color: #08303e;
    font-family: "Futura PT";
}

.blogs-sidebar form.search-form .forminput button.btnsearch {
    border: none;
    background: transparent;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0px, -50%);
}

.blogs-sidebar .search-form {
    margin-bottom: 60px;
}

.news-detail .news-content {
    padding-right: 50px;
}

.blogs-sidebar .sidebar-title {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #08303e;
    font-weight: bold;
}

.blogs-sidebar .sidebar-blogs-listing ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9f2f5;
}

.blogs-sidebar .sidebar-blogs-listing ul li h5 {
    font-size: 16px;
    line-height: 22px;
    color: #08303e;
    font-family: "Futura PT";
    text-transform: uppercase;
    margin: 0 0;
    transition: .5s ease;
    font-weight: 600;
}

.blogs-sidebar .sidebar-blogs-listing ul li a:hover h5 {
    color: #c6a772;
}

.blogs-sidebar .sidebar-blogs-listing ul li .date {
    margin: 0 0;
}

/*Contact css*/
.contactus .contact-map {
    height: 670px;
}

.contactus .contact-map .mapouter,
.contactus .contact-map .mapouter .gmap_canvas {
    height: 100%;
}

.contactus .contact-map .mapouter .gmap_canvas iframe {
    width: 100%;
    height: 100%;
}

.contactformbar h4 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #313131;
    font-weight: bold;
}

.contactus .contact-detail {
    padding-left: 30px;
}

.contactus .contact-detail h4 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #313131;
    font-weight: bold;
    font-family: "Futura PT";
}

.contactus .contact-detail ul li h6 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #313131;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Futura PT";
}

.contactus .contact-detail ul li a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #313131;
    font-family: "Futura PT";
    line-height: 20px;
    display: inline-block;
}

/*Theme OPtion change css ends here*/


.hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.hover-overlay img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
}

.pbox:hover img {
    transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

#banner-3 {
    margin-top: 40px;
}

.bg-yellow {
    background-color: #fd5728;
}

.coffee-color h2,
.coffee-color h4 {
    color: #642f21;
}

.banner-3-img {
    text-align: center;
    margin-top: -40px;
    margin-left: -30px;
}

.banner-3-txt h4 {
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #fff;
}

.banner-3-txt h2 {
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
    color: #fff;
}

.banner-3-txt p {
    padding-right: 10%;
    margin-bottom: 25px;
    color: #fff;
}

.store {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px;
}

img.appstore-original {
    display: block;
    width: 163px;
    height: 50px;
}

img.googleplay-original {
    display: block;
    width: 163px;
    height: 50px;
}

/*--About Us section--*/
.about-us-section {
    padding: 40px 0;

}

.about-us-section .about-wrap {
    position: relative;
    background: #181717;
    padding: 70px 60px;
    overflow: hidden;
}

/* gold zigzag corner accents */
.about-us-section .about-wrap::before,
.about-us-section .about-wrap::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 60px;
    background-image: linear-gradient(135deg, #c6a772 25%, transparent 25%),
        linear-gradient(225deg, #c6a772 25%, transparent 25%);
    background-size: 24px 24px;
    background-position: bottom;
    opacity: .55;
}

.about-us-section .about-wrap::before {
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

.about-us-section .about-wrap::after {
    bottom: 0;
    left: 0;
}

.about-us-section .about-content {
    position: relative;
    z-index: 2;
}

.about-us-section .about-content h5.font-cursive {
    color: #c6a772;
    font-size: 30px;
    margin-bottom: 0;
}

.about-us-section .about-content h2 {
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 6px;
}

.about-us-section .about-content .sub-title {
    display: block;
    color: #c6a772;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 22px;
    font-family: "Futura PT";
    margin-bottom: 26px;
}

.about-us-section .about-content p {
    color: #d8d1c8;
    line-height: 1.9;
    margin-bottom: 35px;
    max-width: 520px;
}

.about-us-section .about-content .btn-learn {
    display: inline-block;
    background: #c6a772;
    color: #322b25;
    padding: 16px 48px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 2px;
    font-family: "Futura PT";
    transition: all .3s ease;
}

.about-us-section .about-content .btn-learn:hover {
    background: #fff;
    color: #322b25;
}

.about-us-section .about-img {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 470px;
    border-radius: 4px;
    overflow: hidden;
}

.about-us-section .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-section .about-img img {
    transition: transform .6s ease;
}

.about-us-section .about-img:hover img {
    transform: scale(1.06);
}

/*--Section heading--*/
.section-head h5.font-cursive {
    font-size: 30px;
}

.section-head h2 {
    margin-top: 4px;
}

/*--Mission / Vision cards--*/
.mv-section {
    background: #f7f1ea;
}

.mv-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #ece3d6;
    border-radius: 6px;
    padding: 45px 40px;
    text-align: center;
    transition: transform .4s ease, box-shadow .4s ease, background .4s ease;
}

.mv-card:hover {
    transform: translateY(-10px);
    background: #322b25;
    box-shadow: 0 20px 40px rgba(50, 43, 37, .18);
}

.mv-card .mv-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #c6a772;
    color: #ffffff;
    font-size: 32px;
    transition: transform .4s ease;
}

.mv-card:hover .mv-icon {
    transform: rotateY(360deg);
}

.mv-card h4 {
    margin-bottom: 14px;
    transition: color .4s ease;
}

.mv-card p {
    margin-bottom: 0;
    color: #6f675e;
    line-height: 1.8;
    transition: color .4s ease;
}

.mv-card:hover h4 {
    color: #c6a772;
}

.mv-card:hover p {
    color: #d8d1c8;
}

/*--Why choose us / feature cards--*/
.why-choose .section-head h5.font-cursive {
    color: #ffffff;
}

.feature-card {
    height: 100%;
    text-align: center;
    padding: 40px 28px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 6px;
    background: rgba(255, 255, 255, .04);
    transition: transform .4s ease, background .4s ease, border-color .4s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    background: #ffffff;
    border-color: #ffffff;
}

.feature-card .feature-icon {
    font-size: 44px;
    color: #c6a772;
    margin-bottom: 22px;
    display: inline-block;
    transition: transform .4s ease;
}

.feature-card:hover .feature-icon {
    transform: translateY(-6px);
}

.feature-card h5 {
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 1px;
    transition: color .4s ease;
}

.feature-card p {
    color: rgba(255, 255, 255, .75);
    margin-bottom: 0;
    line-height: 1.8;
    transition: color .4s ease;
}

.feature-card:hover h5 {
    color: #322b25;
}

.feature-card:hover p {
    color: #6f675e;
}

@media (max-width: 991px) {
    .about-us-section {
        padding: 60px 0;
    }

    .about-us-section .about-wrap {
        padding: 45px 25px;
    }

    .about-us-section .about-content h2 {
        font-size: 34px;
    }

    .about-us-section .about-img {
        margin-top: 35px;
        min-height: 320px;
    }

    .mv-section,
    .why-choose {
        padding: 60px 0;
    }

    .mv-card {
        padding: 35px 25px;
    }


}

/*--Products dropdown menu--*/
.navbar .products-menu {
    position: relative;
}

.navbar .nav-link.dropdown-toggle {
    display: inline-flex;
    align-items: center;
}

.navbar .nav-link.dropdown-toggle::after {
    margin-left: 8px;
    border-top-color: #c6a772;
    transition: transform .3s ease;
}

.navbar .products-menu:hover .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
}

.navbar .products-dropdown {
    background: #ffffff;
    border: none;
    border-top: 3px solid #c6a772;
    border-radius: 0 0 4px 4px;
    padding: 12px 0;
    min-width: 245px;
    box-shadow: 0 18px 40px rgba(50, 43, 37, .15);
}

.navbar .products-dropdown .dropdown-item {
    position: relative;
    color: #322b25;
    font-family: "Futura PT";
    font-size: 15px;
    letter-spacing: .6px;
    padding: 10px 24px;
    transition: all .3s ease;
}

.navbar .products-dropdown .dropdown-item::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 0;
    height: 1px;
    background: #c6a772;
    transform: translateY(-50%);
    transition: width .3s ease;
}

.navbar .products-dropdown .dropdown-item:hover,
.navbar .products-dropdown .dropdown-item:focus {
    background: #f7f1ea;
    color: #c6a772;
    padding-left: 34px;
}

.navbar .products-dropdown .dropdown-item:hover::before {
    width: 14px;
}

/* hover open with fade + slide on desktop */
@media (min-width: 992px) {
    .navbar .products-dropdown {
        display: block;
        visibility: hidden;
        opacity: 0;
        margin-top: 0;
        top: 100%;
        transform: translateY(18px);
        transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    }

    .navbar .products-menu:hover .products-dropdown {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .navbar .products-dropdown {
        border-top: none;
        box-shadow: none;
        padding: 6px 0 6px 12px;
        min-width: auto;
    }
}

/*--Our Specialization section--*/
.specialization-section {
    background: #f1e9dd;
}

.spec-box {
    position: relative;
    min-height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    overflow: hidden;
    transition: transform .45s ease, box-shadow .45s ease;
}

.spec-box::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 0 solid #c6a772;
    border-radius: 6px;
    transition: border-width .35s ease;
    z-index: 3;
    pointer-events: none;
}

.spec-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(24, 23, 23, .3);
}

.spec-box:hover::after {
    border-width: 4px;
}

.spec-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px 28px;
    background: linear-gradient(to top, rgba(24, 23, 23, .9) 0%, rgba(24, 23, 23, .6) 55%, rgba(24, 23, 23, .45) 100%);
    transition: background .45s ease;
    z-index: 2;
}

.spec-box:hover .spec-overlay {
    background: linear-gradient(to top, rgba(198, 167, 114, .92) 0%, rgba(24, 23, 23, .78) 100%);
}

.spec-inner {
    transform: translateY(12px);
    transition: transform .45s ease;
}

.spec-inner h4 {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 22px;
    padding-bottom: 14px;
}

.spec-inner h4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 45px;
    height: 2px;
    background: #c6a772;
    transition: width .4s ease, background .4s ease;
}

.spec-box:hover .spec-inner {
    transform: translateY(0);
}

.spec-box:hover .spec-inner h4::after {
    width: 80px;
    background: #ffffff;
}

.spec-inner p {
    color: rgba(255, 255, 255, .9);
    line-height: 1.8;
    margin-bottom: 0;
}

/*--Why choose us (about page) — split layout--*/
.why-choose-split {
    background: #ffffff;
}

/* image + floating badge */
.why-choose-split .wcs-figure {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.why-choose-split .wcs-figure img {
    width: 100%;
    border-radius: 8px;
    transition: transform .6s ease;
}

.why-choose-split .wcs-figure:hover img {
    transform: scale(1.07);
}

.why-choose-split .wcs-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #c6a772;
    color: #322b25;
    padding: 18px 24px;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(50, 43, 37, .28);
}

.why-choose-split .wcs-years {
    font-family: "Futura PT";
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
}

.why-choose-split .wcs-years sup {
    font-size: 22px;
}

.why-choose-split .wcs-label {
    font-family: "Futura PT";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.3;
}

/* content list */
.why-choose-split .wcs-head h2 {
    margin-top: 4px;
}

.why-choose-split .wcs-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 22px 24px 22px 22px;
    border-radius: 8px;
    border: 1px solid #ece3d6;
    background: #faf6f0;
    overflow: hidden;
    transition: transform .4s ease, box-shadow .4s ease, background .4s ease;
}

.why-choose-split .wcs-item:not(:last-child) {
    margin-bottom: 18px;
}

/* gold sweep fill bar on the left */
.why-choose-split .wcs-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #c6a772;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .4s ease;
}

.why-choose-split .wcs-item:hover {
    transform: translateX(8px);
    background: #ffffff;
    box-shadow: 0 16px 35px rgba(50, 43, 37, .12);
}

.why-choose-split .wcs-item:hover::before {
    transform: scaleY(1);
}

/* big faint number watermark */



.why-choose-split .wcs-icon {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ece3d6;
    color: #c6a772;
    font-size: 28px;
    transition: transform .5s ease, background .4s ease, color .4s ease, border-color .4s ease;
}

.why-choose-split .wcs-item:hover .wcs-icon {
    background: #c6a772;
    border-color: #c6a772;
    color: #ffffff;
    transform: rotateY(360deg);
}

.why-choose-split .wcs-text {
    position: relative;
    z-index: 2;
}

.why-choose-split .wcs-text h4 {
    font-size: 22px;
    color: #322b25;
    margin-bottom: 6px;
    transition: color .4s ease;
}

.why-choose-split .wcs-item:hover .wcs-text h4 {
    color: #c6a772;
}

.why-choose-split .wcs-text p {
    color: #6f675e;
    line-height: 1.75;
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .specialization-section,
    .why-choose-split {
        padding: 60px 0;
    }

    .why-choose-split .wcs-figure {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .why-choose-split .wcs-item {
        flex-direction: column;
        gap: 14px;
    }
}

/*--Product page CTA--*/
.product-cta {
    background: #f7f1ea;
}

.product-cta .cta-box {
    position: relative;
    background: #181717;
    border-radius: 8px;
    padding: 55px 60px;
    overflow: hidden;
}

.product-cta .cta-box::after {
    content: "\f0eb";
    font-family: "FontAwesome";
    position: absolute;
    right: 30px;
    bottom: -25px;
    font-size: 170px;
    color: rgba(198, 167, 114, .12);
    line-height: 1;
}

.product-cta .cta-eyebrow {
    display: inline-block;
    color: #c6a772;
    font-family: 'Great Vibes', cursive;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
}

.product-cta .cta-box h2 {
    color: #ffffff;
    margin-bottom: 14px;
}

.product-cta .cta-box p {
    color: #d8d1c8;
    margin-bottom: 0;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

.product-cta .cta-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #c6a772;
    color: #322b25;
    font-family: "Futura PT";
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    padding: 16px 34px;
    border-radius: 50px;
    border: 2px solid #c6a772;
    transition: all .4s ease;
}

.product-cta .cta-btn i {
    margin-right: 8px;
}

.product-cta .cta-btn:hover {
    background: transparent;
    color: #c6a772;
}

@media (max-width: 991px) {
    .product-cta {
        padding: 60px 0;
    }

    .product-cta .cta-box {
        padding: 40px 28px;
    }
}

/*--Contact info three boxes--*/


.contact-info-box {
    height: 100%;
    background: #ffffff;
    border: 1px solid #ece3d6;
    border-radius: 6px;
    padding: 45px 35px;
    text-align: center;
    transition: transform .4s ease, box-shadow .4s ease, background .4s ease;
}

.contact-info-box:hover {
    transform: translateY(-10px);
    background: #181717;
    box-shadow: 0 20px 40px rgba(50, 43, 37, .18);
}

.contact-info-box .info-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #c6a772;
    color: #ffffff;
    font-size: 32px;
    transition: transform .4s ease;
}

.contact-info-box:hover .info-icon {
    transform: rotateY(360deg);
}

.contact-info-box h4 {
    margin-bottom: 15px;
    transition: color .4s ease;
}

.contact-info-box p {
    color: #6f675e;
    line-height: 1.8;
    margin-bottom: 8px;
    transition: color .4s ease;
}

.contact-info-box p span {
    color: #c6a772;
    font-family: "Futura PT";
    text-transform: uppercase;
    letter-spacing: .5px;
}

.contact-info-box .info-link {
    display: inline-block;
    margin-top: 8px;
    color: #c6a772;
    font-family: "Futura PT";
    letter-spacing: 1px;
    font-size: 18px;
    transition: color .4s ease;
}

.contact-info-box:hover h4 {
    color: #c6a772;
}

.contact-info-box:hover p {
    color: #d8d1c8;
}

.contact-info-box:hover .info-link {
    color: #ffffff;
}

@media (max-width: 991px) {
    .contact-info-section {
        padding: 60px 0;
    }

    .contact-info-box {
        padding: 35px 25px;
    }
}

/*--FAQ page--*/
.faq-section {
    background: #f7f1ea;
}

/* intro / help side */
.faq-intro h2 {
    margin-top: 4px;
}

.faq-intro p {
    color: #6f675e;
    line-height: 1.85;
}

.faq-intro .faq-help {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
    padding: 20px 24px;
    background: #ffffff;
    border: 1px solid #ece3d6;
    border-radius: 8px;
}

.faq-intro .faq-help-icon {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background: #c6a772;
    color: #ffffff;
    font-size: 24px;
}

.faq-intro .faq-help-text span {
    display: block;
    font-size: 14px;
    color: #6f675e;
}

.faq-intro .faq-help-text a {
    font-family: "Futura PT";
    font-size: 22px;
    color: #322b25;
    letter-spacing: .5px;
}

.faq-intro .faq-help-text a:hover {
    color: #c6a772;
}

/* accordion */
.faq-accordion .faq-item {
    background: #ffffff;
    border: 1px solid #ece3d6;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: box-shadow .35s ease, border-color .35s ease;
}

.faq-accordion .faq-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .faq-question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 22px 60px 22px 26px;
    position: relative;
    font-family: "Futura PT";
    font-size: 19px;
    color: #322b25;
    letter-spacing: .3px;
    cursor: pointer;
    transition: color .3s ease;
}

.faq-accordion .faq-question:hover {
    color: #c6a772;
}

/* plus / minus icon */
.faq-accordion .faq-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1e9dd;
    transition: background .3s ease;
}

.faq-accordion .faq-icon::before,
.faq-accordion .faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #c6a772;
    transition: transform .35s ease, background .3s ease;
}

.faq-accordion .faq-icon::before {
    width: 12px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.faq-accordion .faq-icon::after {
    width: 2px;
    height: 12px;
    transform: translate(-50%, -50%);
}

/* expanded state (button NOT .collapsed) */
.faq-accordion .faq-question:not(.collapsed) {
    color: #c6a772;
}

.faq-accordion .faq-question:not(.collapsed) .faq-icon {
    background: #c6a772;
}

.faq-accordion .faq-question:not(.collapsed) .faq-icon::before,
.faq-accordion .faq-question:not(.collapsed) .faq-icon::after {
    background: #ffffff;
}

.faq-accordion .faq-question:not(.collapsed) .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-accordion .faq-answer {
    padding: 0 26px 24px 26px;
}

.faq-accordion .faq-answer p {
    margin: 0;
    color: #6f675e;
    line-height: 1.85;
}

.faq-accordion .faq-item:hover {
    border-color: #c6a772;
    box-shadow: 0 14px 30px rgba(50, 43, 37, .1);
}

@media (max-width: 991px) {
    .faq-section {
        padding: 60px 0;
    }
}

/*--Lights Gallery page--*/


.lights-gallery .gallery-sub {
    max-width: 640px;
    margin: 14px auto 0;
    color: #6f675e;
    line-height: 1.8;
}

.lights-gallery .lg-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: #181717;
    box-shadow: 0 8px 22px rgba(50, 43, 37, .08);
}

.lights-gallery .lg-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform .6s ease, opacity .4s ease;
}

.lights-gallery .lg-card:hover img {
    transform: scale(1.1);
    opacity: .55;
}

.lights-gallery .lg-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    z-index: 2;
    pointer-events: none;
}

/* gold frame that draws in on hover */
.lights-gallery .lg-overlay::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(198, 167, 114, .9);
    opacity: 0;
    transform: scale(1.08);
    transition: opacity .45s ease, transform .45s ease;
}

.lights-gallery .lg-card:hover .lg-overlay::before {
    opacity: 1;
    transform: scale(1);
}

.lights-gallery .lg-zoom {
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    background: #c6a772;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(14px) scale(.6);
    transition: opacity .4s ease, transform .4s ease;
}

.lights-gallery .lg-card:hover .lg-zoom {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.lights-gallery .lg-caption {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .45s ease .05s, transform .45s ease .05s;
}

.lights-gallery .lg-card:hover .lg-caption {
    opacity: 1;
    transform: translateY(0);
}

.lights-gallery .lg-caption h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 4px;
}

.lights-gallery .lg-caption p {
    color: #c6a772;
    font-family: "Futura PT";
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    margin: 0;
}

@media (max-width: 991px) {
    .lights-gallery {
        padding: 60px 0;
    }

    .lights-gallery .lg-card img {
        height: 280px;
    }
}

/*--Product tabs lightbox (#galleryModal) image fit--*/
#galleryModal .modal-content {
    background: transparent;
    width: auto;
    max-width: 92%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#galleryModal #galleryImg {
    width: auto !important;
    max-width: 100%;
    max-height: 85vh;
    margin: 0 auto;
    border-radius: 4px;
}

#galleryModal .numbertext {
    position: absolute;
    top: 12px;
    left: 20px;
}

#galleryModal .close {
    z-index: 5;
}

/* prev / next arrows pinned to the screen edges */
#galleryModal .prev,
#galleryModal .next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(198, 167, 114, .85);
    color: #ffffff;
    font-size: 26px;
    border-radius: 50%;
    z-index: 6;
    transition: background .3s ease;
}

#galleryModal .prev {
    left: 24px;
    right: auto;
}

#galleryModal .next {
    right: 24px;
    left: auto;
}

#galleryModal .prev:hover,
#galleryModal .next:hover {
    background: #c6a772;
}

/*==========================================================
						DY Lights Button
==========================================================*/
.dy-btn-premium {
    display: inline-block;
    border: 1px solid #c6a772;
    border-radius: 2px;

    background: transparent;
    line-height: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 0 0 rgba(198, 167, 114, 0);
}

.dy-btn-premium img {
    height: 42px;
    width: auto;
    display: block;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dy-btn-premium:hover {
    border-color: #ffffff;
    box-shadow: 0 0 12px rgba(198, 167, 114, 0.4);
    background-color: rgba(198, 167, 114, 0.05);
}

.dy-btn-premium:hover img {
    transform: scale(1.05);
}

.dy-btn-premium::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: 0.75s;
    opacity: 0;
}

.dy-btn-premium:hover::after {
    left: 125%;
    opacity: 1;
    transition: left 0.75s ease-in-out;
}