/* Logo design */

.logo_class {
    width: 92px;
    padding: 10px;
    background: #000000ba;
    border-radius: 0px 0px 38px 41px;
    box-shadow: 0px 3px 5px 0px black;
}

.offcanvas-menu {
    background-color: #2e0707 !important;
}

.logo-flx {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.header-three .second-header {
    background: #bb9244;
}

.linkHoverEffect_2 li a {
    overflow: visible !important;
    position: relative;
    display: inline-block;
    perspective: 500px;
    /* enables 3D effect */
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.linkHoverEffect_2 li a span,
.linkHoverEffect_2 li a:before {
    display: block;
    transition: transform 0.5s ease, opacity 0.5s ease;
    backface-visibility: hidden;
    /* prevents text from showing backwards */
}

.linkHoverEffect_2 li a span {
    transform-origin: bottom;
}

.linkHoverEffect_2 li a:before {
    content: attr(data-link-alt) !important;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    color: #48ff00;
    transform: rotateX(-90deg);
    transform-origin: top;
}


/* Hover effect: rotate old text up, new text down */

.linkHoverEffect_2 li:hover a span {
    transform: rotateX(90deg);
    opacity: 0;
}

.linkHoverEffect_2 li:hover a:before {
    transform: rotateX(0deg);
    opacity: 1;
}

.extra_text_shadow {
    text-shadow: 2px 9px 6px black;
}

.main-menu ul li a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.background_header {
    background: #684a12;
    padding-right: var(--bs-gutter-x, 3.75rem);
    padding-left: var(--bs-gutter-x, 3.75rem);
}

.menu_active {
    text-transform: uppercase !important;
    color: #00ff00 !important;
    font-weight: 700 !important;
}

.s-slider-content p {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    margin: auto;
    letter-spacing: 1px;
    word-spacing: 1px;
}


/* BUTTON */

.open-popup-btn {
    padding: 8px 19px;
    background: #ff4545;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
    transition: .3s;
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px 0px black;
}

.open-popup-btn:hover {
    background: #ffdf70;
    transform: scale(1.05);
}


/* MODAL BACKDROP */

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: .35s;
    z-index: 100;
}


/* SHOW MODAL */

.modal-overlay.active {
    visibility: visible;
    opacity: 1;
}


/* MODAL BOX */

.modal-box {
    width: 380px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    transform: translateY(40px);
    opacity: 0;
    transition: .35s ease;
    position: relative;
}


/* ANIMATE IN */

.modal-overlay.active .modal-box {
    transform: translateY(0px);
    opacity: 1;
}


/* CLOSE BUTTON */

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 26px;
    cursor: pointer;
}


/* FORM */

.form-group {
    margin-bottom: 15px;
}

label {
    font-weight: bold;
}

input,
select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    border: none;
    background: #ffce45;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
}

.submit-btn:hover {
    background: #ffde6f;
}

.menu_text_align_end {
    text-align: end;
    color: white;
}

.menu_text_align_start {
    text-align: left;
}

.text_align_end {
    text-align: end;
}

.mb-19 {
    margin-bottom: 19px;
}

.second-menu .main-menu ul li {
    margin-left: 14px;
}

.Jost_header {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
}

.header-three .sticky-menu {
    margin-top: 0;
    background: #000000a8 !important;
}

.set_priamry_background {
    background: #da9e29;
}

.hotel-heading {
    color: white;
    text-shadow: 1px 1px 3px black;
}

.address-telephone {
    display: flex;
    justify-content: center;
    gap: 69px;
    color: white;
}

.slider-bg {
    /* min-height: 805px !important; */
}

.hotel-address {
    margin: 0 0 20px 0;
}

.mt-250 {
    margin-top: 250px;
}

.about-icon img {
    padding: 10px;
    background: white;
    width: 25rem;
}

.align-items-start {
    align-items: start;
}

.noto-serif-h2 {
    font-family: "Noto Serif", serif;
}

.about-title h2 {
    font-size: 54px;
    margin-bottom: 0 !important;
}

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

#service-details2 {
    position: relative;
    z-index: 1;
    color: #fff;
    /* optional */
}

#service-details2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/hotel_img/rm_back.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    /* adjust image opacity here */
    z-index: -1;
}

.color-white {
    color: white;
}

.border-header-box {
    border: 1px solid;
    padding: 0px 22px;
}

.menu-design {
    font-family: 'Jost', sans-serif;
    color: #fff;
    color: #ffffff;
    font-size: 15px;
    padding: 3px 14px !important;
    margin-left: 8px;
    box-shadow: #00000096 -3px 3px 4px 1px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    background: #2e0707;
    border-radius: 0px 15px;
    text-shadow: 2px 2px 2px #000000;
}

.header-three .second-header {
    /* background: #2e0707; */
    background: #ac0101;
    padding: 3px;
    box-shadow: 0 5px 5px 0 #0000003d;
}

.header-three .menu-area {
    margin-bottom: -106px;
    border-top: 0;
    position: relative;
    z-index: 9;
    background: #b9b9b93d;
    box-shadow: 0 5px 5px 0 #0000003d;
}

.header-three .sticky-menu {
    margin-top: 0;
    background: #ffffff3d !important;
}

.section_title {
    color: white;
    text-shadow: 2px 9px 6px black;
}

.services-08-item {
    padding: 40px;
    border-radius: 0;
    background-color: rgb(0 0 0 / 38%);
    box-shadow: 1px 1.732px 60px 0px rgb(0 0 0 / 6%);
    position: relative;
}

.features_heading {
    color: #f2a400;
    text-shadow: 0px 1px 2px #00000033;
}

.services-08-item:hover {
    color: black;
}

.services-08-item h3:hover {
    color: black;
}

.services-08-item {
    padding: 40px;
    border-radius: 0;
    background-color: rgb(19 16 12);
    box-shadow: 1px 1.732px 60px 0px rgb(0 0 0 / 6%);
    position: relative;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid white;
    border-radius: 0px 42px;
}

.services-08-item:hover::before {
    border-radius: 0px 42px !important;
    color: black;
}

.services-08-thumb img {
    height: 60px;
    margin-bottom: 20px;
    filter: invert(1);
}

.single-services .day-book {
    background: #f6a600;
    font-family: 'Jost', sans-serif;
    color: #2e0707;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 26px;
    margin-top: -64px;
    position: relative;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 1px -5px 11px 0px #0000004a;
}

.single-services .day-book li {
    display: inline-block;
    width: 49.2%;
    text-align: center;
    padding: 3px 0;
    border-right: 2px solid #423223;
}

.services-content {
    padding: 32px 32px 60px;
    padding-bottom: 55px;
}

.single-services .day-book a {
    color: #000000;
    font-weight: 600;
}

.primary-button {
    padding: 7px 15px 6px;
    border-width: 0;
    height: auto;
    line-height: inherit;
    border-radius: 0;
    display: inline-block;
    min-width: 90px;
    position: relative;
    text-align: center;
    background-color: rgba(240, 72, 78, 1);
}

.know_moew_btn {
    background: #f5a400;
    border: 0px;
    padding: 9px 21px;
    margin-top: 26px;
}

.service_icon {
    background: #f5a400;
    padding: 10px;
    border-radius: 21px;
}

.about_para {
    text-align: center;
    margin-top: 51px;
    margin-bottom: 60px;
}

.bgImageContainer {
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.pt-10 {
    padding-top: 10px;
}

.booking-img img {
    width: 100%;
    right: -15px;
    position: relative;
    height: 448px;
}

.gallery-image::before {
    background: #f5a700;
}

.grid-item {
    width: 100%;
}

.copyright-wrap {
    background: #f1a101;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}

.para_class {
    text-align: justify;
}

.mt-57 {
    margin-top: 57px;
}

.hotel_name {
    color: red;
    font-weight: 600;
    text-align: end;
    margin-top: 50px;
}

.breadcrumb-area {
    border-bottom: 5px solid #f6a500;
}

.bsingle__content {
    border-color: #f5f5f500;
}

.contact_box {
    padding: 27px 22px;
    border: 1px solid #cecece;
    border-radius: 0px 27px;
    box-shadow: #000000a8 -3px 3px 4px 1px;
    background: #f0f8ff80;
}

.extra_text_shadow2 {
    text-shadow: 0px 1px 2px #00000042;
}

.contact-design-header {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.contact-bg02 {
    background: #f6a500 !important;
    padding: 36px;
    text-align: center;
}

.contact-field input {
    width: 100%;
    border: none;
    padding-left: 15px;
    transition: .3s;
    border-radius: 0;
    border: 1px solid #88888847;
    height: calc(3.0em + .75rem + 2px);
    border-radius: 10px 10px;
}

.contact-field textarea {
    width: 100%;
    padding: 15px;
    transition: .3s;
    height: 115px;
    border: 1px solid #d2d2d2 !important;
    border-radius: 10px 10px !important;
}

.head-title {
    margin-top: -10px;
    margin-bottom: 10px;
}

.hl-1 {
    width: 100px;
    height: 2px;
    display: inline-block;
    background: #e02000;
}

.hl-2 {
    display: inline-block;
    top: 3px;
    height: 11px;
    width: 11px;
    margin: 0 5px;
    position: relative;
    border: 1px solid #e02000;
    border-radius: 50px;
    background: #e02000;
}

.hl-3 {
    width: 100px;
    height: 2px;
    display: inline-block;
    background: #e02000;
}

.hl-1-block {
    background: #e02000;
}

.hl-2-block {
    border: 1px solid #e02000;
    background: #e02000;
}

.hl-3-block {
    background: #e02000;
}

.s {
    padding: 10px;
    border: 1px solid #8b8b8b63;
    height: 500px !important;
}
