/*===============================================
 Start Import Font Section
 ===============================================*/

@font-face {
    font-family: 'PPEiko';
    src: url('../fonts/PPEiko-font/PPEiko-fontPPEiko-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'PPEiko';
    src: url('../fonts/PPEiko-font/PPEiko-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'PPEiko';
    src: url('../fonts/PPEiko-font/PPEiko-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'PPEiko';
    src: url('../fonts/PPEiko-font/PPEiko-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PPEiko';
    src: url('../fonts/PPEiko-font/PPEiko-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/PPEiko-font/WorkSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 1 999;
    font-style: normal;
}


/*=========================================
  End Import Font s section
  ==========================================*/

/*========== All Transition Settings ==========*/

* {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


/*========== Block Settings ==========*/
:root {
    --main-color: #B1835F;
    --depth-main: #1C1212;
    --second-color: #E1DBD6;
    --light-color: #F9F0E9;
    --faux-gold: #BA8D4A;
    --soft-gold: #F1D1A0;
    --rich-gold: #BA8D4A;
    --main-grey: #f9f9f9;
    --deep-blue: #1A303C;
    --white-color: #fff;
    --para-color: #1C1212;
    scroll-behavior: smooth;
    --font-heading: "PPEiko", sans-serif;
    --font-normal: "Work Sans", sans-serif;
    --boxShadow: 0px 10px 60px 0px rgb(211, 211, 211);
}

::selection {
    background-color: var(--main-color);
    color: var(--white-color);
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    border: none;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

select:focus,
select:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0;
}

textarea {
    height: 220px;
    padding-top: 20px;
}

textarea:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*========== Typography Settings ==========*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-family: var(--font-heading);
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-weight: 600;
}

h3 {
    font-weight: 500;
    font-size: 20px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

p {
    line-height: 1.7;
    font-weight: 400;
    color: var(--para-color);
    letter-spacing: 0.5px;
    font-size: 16px;
}

/*========== Spacing CSS ==========*/
.gap-5 {
    gap: 5px;
}

.g-10 {
    gap: 10px;
}

.g-15 {
    gap: 15px;
}

.g-20 {
    gap: 20px;
}

.padtobo-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padtobo-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padtobo-220 {
    padding-top: 289px;
    padding-bottom: 60px;
}

.padtop-100 {
    padding-top: 100px;
}

.padbo-100 {
    padding-bottom: 100px;
}

.padtobo-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padtop-70 {
    padding-top: 70px;
}

.padtop-60 {
    padding-top: 60px;
}

.padbo-70 {
    padding-bottom: 70px;
}

.padbo-60 {
    padding-bottom: 60px;
}

.padtobo-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padtop-50 {
    padding-top: 50px;
}

.padbo-50 {
    padding-bottom: 50px;
}

.padbo-30 {
    padding-bottom: 30px;
}

.padrl-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.padtobo-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padtobo-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}


.padtop-40 {
    padding-top: 40px;
}

.padbo-40 {
    padding-bottom: 40px;
}

.no-padding {
    padding: 0;
}

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

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

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

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

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

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

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

.mr-30 {
    margin-right: 30px;
}

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

.ml-30 {
    margin-left: 30px;
}

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

.mr-25 {
    margin-right: 25px;
}

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

.ml-25 {
    margin-left: 25px;
}

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

.mr-20 {
    margin-right: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px;
}

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

.mr-15 {
    margin-right: 15px;
}

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

.ml-15 {
    margin-left: 15px;
}

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

/*========= Alignment CSS ==========*/
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: var(--font-normal);
    font-weight: 400;
    font-size: 14px;
    color: var(--deep-blue);
}

/* ============= Reset CSS =========== */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="subject"]:focus,
textarea:focus,
.form-select:focus {
    outline: none !important;
    border: 1px solid var(--main-color);
    -webkit-transform: translate3d(0px, 0px, 5px);
    transform: translate3d(0px, 0px, 5px);
    font-size: 16px;
    color: var(--main-color);
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    ;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
textarea,
.form-select {
    background: var(--white-color);
    border: 1px solid #ddd;
    outline: 0;
    width: 100%;
    padding: 13px 20px;
    resize: none;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    /* border-radius: 6px; */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
.form-select {
    height: 60px;
}

textarea {
    height: 220px;
    padding-top: 20px;
}

.text-msg {
    margin-bottom: 15px !important;
}

textarea:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-scrollbar {
    background: transparent;
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/*========== Block Settings ==========*/
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: none;
    outline: 0;
}

ul ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

/*============== Start My classess ===============*/
.section-title {
    margin-bottom: 50px;
    position: relative;
}



.section-title .section-title-span {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 400;
    line-height: 34.57px;
    color: var(--main-color);
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.section-title .section-title-span::before {
    position: absolute;
    content: url(../images/svg/sub-title-shape-green.svg);
    left: 0%;
    bottom: -45%;
    width: 100%;
}

.section-title .section-title-span::after {
    position: absolute;
    content: "";
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-color: var(--light-color);
    z-index: -1;
}

.section-title h2 {
    color: var(--depth-main);
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 45px;
}

.section-title h2 .section-title-head {
    color: var(--second-color);
}

.section-title-para {
    max-height: 150px;
    width: 75%;
    margin: auto;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.section-title-para.show {
    max-height: 1000px;
}

.showMore-btn {
    transition: 0.3s all ease-in-out;
    display: none;
    margin-top: 10px;
    padding: 10px 20px;
    color: var(--main-color);
    border: 1px solid var(--second-color);
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
    background-color: transparent;
    position: relative;
}



.showMore-btn:hover {
    background-color: var(--second-color);
}



/*===================================================
                Start btn classess
===================================================*/
.btn-effect {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: var(--rich-gold);
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    z-index: 1;
    overflow: hidden;
    height: max-content;
    width: max-content;
    /* border-radius: 4px; */
    background: var(--deep-blue);
    padding: 1rem;
    gap: 5px;
}

.btn-effect::after,
.btn-effect::before {
    width: 101%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: var(--light-color);
    transition: all ease 0.5s;
    z-index: -1;
    border-radius: inherit;
}

.btn-effect:before {
    transform: rotateX(90deg);
}

.btn-effect:after {
    transform: rotateY(90deg);
}

.btn-effect>i {
    margin-left: 8px;
}

.btn-effect:hover img {
    filter: invert(1) brightness(0);
    transform: rotate(360deg);
}

/* .btn-effect::before,
.btn-effect::after {
  background: var(--second-color);
} */

.btn-effect:hover {
    color: var(--main-color);
}

.btn-effect:hover:before {
    transform: rotateX(0);
}

.btn-effect:hover:after {
    transform: rotateY(0);
}

@media (max-width: 991px) {
    .btn-effect {
        padding: 15px 30px;
    }
}

/*===================================================
               end  btn classess
===================================================*/

/* Side Menu Item */
.side-menu {
    position: fixed;
    top: 0;
    left: -70%;
    width: 70%;
    height: calc(100% - 2rem);
    padding: 30px 15px;
    background: var(--white-color);
    overflow: hidden;
    visibility: hidden;
    z-index: 23000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: -11px 0px 13px rgba(0, 0, 0, .02);
    -o-box-shadow: -11px 0px 13px rgba(0, 0, 0, .02);
    box-shadow: -11px 0px 13px rgba(0, 0, 0, .02);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.side-menu::-webkit-scrollbar {
    width: 3px;
}

.follow-us h3 {
    color: var(--main-color);
}

.mobile.nav-menu li a {
    color: var(--deep-blue);
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-heading);
    position: relative;
    text-transform: uppercase;
}

.mobile.nav-item {
    padding-block: 10px;
    border-block: 1px solid #eee;
}

.mobile.nav-item,
.mobile.sub-menu li {
    display: block;
}

.mobile.sub-menu li {
    padding-left: 10px;
}

.mobile.sub-menu li a {
    padding: .5rem 1rem;
    color: var(--main-color);
}

.icon-down.icon-down-one {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg);
    display: inline-block;
    cursor: pointer;
    padding: 1rem;
}

.icon-down.icon-down-one.active {
    position: absolute;
    right: 15px;
    transform: rotate(0);
    margin-left: 10px;
    padding: 5px 7px;
    color: var(--white-color);
    background-color: var(--deep-blue);
}

.mobile-logo img {
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.side-menu.open {
    left: 0;
    visibility: visible;
    top: 1rem;
    bottom: 1rem;
    border-radius: 0 10px 10px 0;
    border: 1px solid #eee;
    box-shadow: var(--boxShadow);
}

.close-side-menu {
    top: 30px;
    right: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    background: var(--main-color);
    z-index: 55;
    text-align: center;
    line-height: 40px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* border-radius: 50% 0 0 50%; */
}

.close-side-menu i.fas.fa-times {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    color: var(--white-color);

}


.close-side-menu:hover i.fas.fa-times {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.close-side-menu:hover {
    background: var(--second-color);
    color: var(--white-color);
    border-radius: 0;
}

.close-side-menu:hover span {
    color: var(--white-color);
}

.close-menu-sidebar {
    height: 100%;
    background-color: rgba(253, 253, 253, 0.80);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 22000;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.close-menu-sidebar.open {
    width: 100%;
    opacity: 1;
    visibility: inherit;
    -webkit-animation: fadeIn ease 0.5s;
    animation: fadeIn ease 0.5s;
}

.side-menu-btn {
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 0;
    color: var(--second-color) !important;
    text-align: center;
    padding: 0;
    right: 0;
    z-index: 555;
    width: 20px;
    height: 15px;
    position: absolute !important;
    right: -40px;
    top: 30px;
    color: var(--white-color);
}

.side-menu-btn:hover {
    color: var(--main-color) !important;
}

.side-menu-btn span {
    display: block;
    position: absolute;
    -webkit-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    width: 20px;
    top: 0;
    right: 0;
}

.mobile.sub-menu {
    visibility: hidden;
    max-height: 0;
    overflow: hidden !important;
    -webkit-transition: max-height 1s ease-in-out, visibility 0s linear 1s;
    -o-transition: max-height 1s ease-in-out, visibility 0s linear 1s;
    transition: max-height 1s ease-in-out, visibility 0s linear 1s;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    scrollbar-width: 0;
}

.mobile.sub-menu.sub-menu-collapsed {
    visibility: visible;
    max-height: 500px;
    -webkit-transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    -o-transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

/*============================================
  End upper Navbar
==============================================*/

.mobile-overlay {
    height: 100%;
    background: rgba(253, 253, 253, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-overlay {
    height: 100%;
    background: rgba(253, 253, 253, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-overlay.open {
    width: 100%;
    opacity: 1;
    visibility: inherit;
    -webkit-animation: fadeIn ease 0.5s;
    animation: fadeIn ease 0.5s;
}

/*===============================================================
    end   nav-bar
===============================================================*/
/*======================================================
  start menu box
 ======================================================*/
.menu-mobile-fixed {
    position: fixed;
    bottom: 0;
    padding: 20px 20px 10px 20px;
    background: var(--white-color);
    width: 100%;
    left: 0;
    z-index: 20000;
    border-top: 1px solid #ddd;
    box-shadow: -1px -3px 30px 0 rgba(0, 0, 0, .1);
}

.menu-mobile-fixed a {
    color: var(--rich-gold);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    /* padding: 0.75rem 0; */
}

.menu-mobile-fixed a img {
    width: 20px;
    height: 20px;
}

.menu-mobile-fixed a p {
    font-size: 14px;
}

/*======================================================
  end menu box
 ======================================================*/
/*======================================================
Start  First Tours section
 ======================================================*/
.tour-card {
    height: 350px;
    /* border-radius: 10px; */
    overflow: hidden;
    margin-bottom: 30px;
}

.category-image-container img {
    min-width: 100%;
    height: 500px;
    object-fit: cover;
}

.tour-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tour-card:hover .tour-card-content {
    bottom: 30px;
}

.tour-card:hover .tour-card-content {
    background: rgba(255, 255, 255, 0.8);
}

.tour-card-content {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.5);
    /* border-radius: 10px; */
    padding: 30px 20px 20px 20px;
}

.tour-duration {
    position: absolute;
    top: -20px;
    right: 20px;
    background: var(--second-color);
    color: var(--main-color);
    padding: 0.5rem 0.75rem;
    /* border-radius: 999px; */
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.tour-card-text {
    height: 90px;
    overflow: hidden;
}

.tour-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--deep-blue);
}

.tour-para {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-price::before {
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    width: 5px;
    height: 100%;
    background-color: var(--soft-gold);
}

.tour-price .tour-price-title {
    color: var(--deep-blue);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--font-heading);
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tour-price .deleted-price {
    color: #989898;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-heading);
}

.tour-price .price-value {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-heading);
}

/*================{======================================
        End First Tours section
 ======================================================*/
/*======================================================
  start footer
 ======================================================*/
.main-footer {
    position: relative;
    background-color: var(--deep-blue);
}

.main-footer__top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F0F0F0;
    padding: 47px 40px;
    margin-bottom: 55px;
    border-radius: 0;

    @media (max-width: 991px) {
        flex-wrap: wrap;
        flex-direction: column;
    }

    @media (max-width: 767px) {
        padding: 40px 20px;
        flex-direction: column;
    }
}

.main-footer__top::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 163px;
    height: 100%;
    content: '';
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: rgba(0, 0, 0, 0.03);
}

.main-footer__top::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 163px;
    height: 100%;
    content: '';
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background-color: rgba(0, 0, 0, 0.03);
}

.main-footer__top__dot {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--rich-gold);
    /* border-radius: 0 0 0 20px; */
}

.main-footer__top__title {
    font-size: 32px;
    font-weight: 500;
    position: relative;
    line-height: 130%;
    display: inline-block;
    margin: 0;
}

.main-footer__top__title img {
    width: 50px;
    height: 40px;
    position: absolute;
    right: -24px;
    top: -24px;
    animation: movebounce2 4s linear infinite;
}

@keyframes movebounce2 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(0px);
    }
}

.main-footer__newsletter {
    position: relative;
    z-index: 1;
    width: 49%;
    margin-left: auto;
    overflow: hidden;

    @media (max-width: 991px) {
        width: 100%;
        margin: 15px 0 0;
    }
}

.main-footer__newsletter input[type=text] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    height: 57px;
    background-color: var(--white-color);
    color: var(--main-color);
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    /* border-radius: 30px; */
    padding-right: 60px;
    transition: all 500ms ease;
}

.main-footer__newsletter input[type=text]:focus {
    color: var(--deep-blue);
}

.main-footer__newsletter button {
    position: absolute;
    right: 0;
    top: 0;
    /* border-radius: 999px; */
    min-height: 60px;

    @media (max-width: 500px) {
        padding: 12px 15px;
    }

    @media (max-width: 768px) {
        padding: 0;
        font-size: 14px;
    }
}

.main-footer__shape-one {
    position: absolute;
    right: 0;
    top: 30px;
    width: auto;
    height: auto;
    animation: movebounce3 4s linear infinite;
}

@keyframes movebounce3 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.main-footer .container {
    position: relative;
}

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

.main-footer__bottom__inner {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 17px 0;
}

.main-footer__copyright {
    margin: 0;
    font-size: 16px;
    font-family: var(--font-heading);
    color: var(--white-color);
}

.main-footer__social {
    display: flex;
    position: relative;
    gap: 10px;
}

.main-footer__social a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 10px;
    color: var(--white-color);
    transition: all 500ms ease;
    border-radius: 5px;
}

.main-footer__social a i {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 16px;
}

.main-footer__social a:hover {
    background-color: var(--rich-gold);
    color: var(--white-color);
}

.main-footer__social a:hover i {
    animation: iconTranslateY 0.4s forwards;
}

.footer-widget {
    margin-bottom: 45px;
}

.footer-widget__logo {
    display: inline-flex;
    margin-bottom: 15px;
}

.footer-widget__title {
    font-size: 20px;
    font-weight: 500;
    color: var(--rich-gold);
    text-transform: capitalize;
    margin: -4px 0 0;
}

.footer-widget__title~img {
    max-width: 150px;
    width: 150px;
    height: 14px;
}

.footer-widget__text {
    line-height: 150%;
    color: var(--light-color);
    margin: 0 0 20px;
}

.footer-widget--links {
    position: relative;

    @media (min-width: 1200px) {
        margin-left: 0px;
    }
}

.footer-widget .contact-footer a {
    display: flex;
    gap: 5px;
    color: var(--light-color);
    margin-bottom: 5px;
}

.footer-widget--links-two {
    position: relative;

    @media (min-width: 1200px) {
        margin-left: 0px;
    }
}

.footer-widget__links {
    margin-top: -3px;
    margin-bottom: -13px;
}

.footer-widget__links li {
    font-size: 18px;
    color: var(--white-color);
    line-height: 40px;
    position: relative;
    display: block;
}

.footer-widget__links li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__links li a:hover {
    background-size: 100% 1px;
}

.footer-widget__links li a:hover {
    color: var(--rich-gold);
}

.footer-widget--gallery {
    position: relative;
    max-width: 310px;

    @media (min-width: 1200px) {
        margin-left: auto;
    }
}

.footer-widget__gallery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-widget__gallery a {
    width: 92px;
    height: 83px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.footer-widget__gallery a::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(226, 164, 117, 0.8);
    border-radius: 5px;
    transition: all 700ms ease;
    transform: scale(0.2);
    opacity: 0;
    z-index: 1;
}

.footer-widget__gallery a:hover:after {
    transform: scale(1);
    opacity: 1;
}

.footer-widget__gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*=========================================================
              end Footer
==========================================================*/

/*=========================================================
   Start Scroll To Top
=========================================================*/
#scroll-percentage {
    position: absolute;
}

.scroll-top {
    height: 60px;
    width: 60px;
    background-color: var(--white-color);
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 50px;
    transform: scale(0);
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 100;
}

.scroll-top.active {
    bottom: 50px;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    animation: 500ms ease-in-out 0s normal none 1 running scroll-Top;
    transition: 0.3s;
}

.scroll-top-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 600;
}

.scroll-top-value i {
    font-size: 20px;
}

@-webkit-keyframes scroll-Top {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes scroll-Top {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/*=========================================================
   End  Scroll To Top
=========================================================*/
/*=========================================================
   start  Breadcrumb
=========================================================*/
.Breadcrumb-cover {
    padding-bottom: 0;
}

.category-info {
    min-height: 450px;
}

.breadcrumb-box {
    position: relative;
    /* overflow: hidden; */
    min-height: 450px;
    width: 100%;
    z-index: 19;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 200px;
    background-size: cover;
    background-position: 50% 50%;

    @media (max-width: 1440px) {
        padding-inline: 150px;
    }

    @media (max-width: 1024px) {
        padding-inline: 100px;
    }
}

.breadcrumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.breadcrumb-box .overlay {
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, #000, transparent);
    z-index: 1;
}


.hero-cap h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: var(--white-color);
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
}

.hero-cap h1::before {
    content: "";
    height: 8px;
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1;
    /* background: var(--second-color); */
    width: 100%;
    margin: 0 auto;
    border: 4px double var(--rich-gold);
    border-radius: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--main-color);
    content: "\f111";
    font: var(--fa-font-solid);
    font-size: 10px;
    color: var(--second-color);
    line-height: 2;
    float: left;
}

li.breadcrumb-item:last-child {
    padding-right: 0;
}

.hero-caption h1 {
    color: var(--white-color);
    font-size: 50px;
    font-weight: 700;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: var(--light-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
}

.breadcrumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
    border-bottom: none;
}

.breadcrumb-nav {
    position: relative;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 10px 10px 0 0;
    z-index: 2;
}

/*=========================================================
   End  Breadcrumb
=========================================================*/

.choose-us,
.affilalite-section {
    background-color: var(--main-grey);
}

@media only screen and (max-width: 991px) {
    .choose-us {
        margin-top: 55px;
    }

}

.choose-us-content {
    height: 150px;
    overflow: hidden;
}

.choose-us-content h3 a {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--rich-gold);
    display: inline-block;
    margin: 10px auto;
}

.choose-us-content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.devider {
    height: 1px;
    background-color: rgba(28, 28, 28, 0.12);
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
}

.choose-us-item {
    border: 1px solid rgba(28, 28, 28, 0.12);
    /* border-radius: 10px; */
    padding: 35px 30px;
    position: relative;
    transition: all 0.3s;
    background: var(--white-color);
}

.choose-us-item:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.choose-us-img {
    border: 1px solid rgba(28, 28, 28, 0.12);
    /* border-radius: 10px; */
    padding: 13px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    transition: all 0.3s;
    left: 0;
    height: 66px;
    width: 66px;
    text-align: center;
}

.choose-us-img i {
    color: var(--faux-gold);
    font-size: 24px;
    line-height: 33px;
    margin: auto;
    width: 100%;
}

.choose-us-item:hover .choose-us-img {
    left: 40%;
    transform: scale(1.1);
    border: 1px solid var(--second-color);
    background-color: var(--main-color);
}

.choose-us-item:hover .choose-us-img i {
    filter: brightness(0) invert(1);
}

@media only screen and (max-width: 1599px) {
    .choose-us-item:hover .choose-us-img {
        left: 35%;
    }
}

@media only screen and (max-width: 1199px) {
    .choose-us-item:hover .choose-us-img {
        left: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .choose-us-item:hover .choose-us-img {
        left: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .choose-us-content h3 a {
        line-height: 24px;
    }

    .choose-us-item:hover .choose-us-img {
        left: 35%;
    }
}

@media only screen and (max-width: 576px) {
    .choose-us-content {
        height: auto;
        margin-top: 20px;
    }

    .choose-us-content h3 a {
        line-height: 24px;
    }

    .choose-us-item:hover .choose-us-img {
        left: 40%;
    }
}

@media only screen and (max-width: 479px) {
    .choose-us-content {
        height: auto;
        margin-top: 20px;
    }

    .choose-us-content h3 a {
        line-height: 24px;
    }

    .choose-us-item:hover .choose-us-img {
        left: 38%;
    }
}

@media only screen and (max-width: 1399px) {
    .choose-us-item {
        padding: 30px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .choose-us-content h3 a {
        line-height: 24px;
    }

    .choose-us-item {
        padding: 25px 16px;
    }

    .choose-us-content {
        height: auto;
    }
}

/*=====================================
 End Why choose us
=====================================*/
/* ===================================
Start Offer One
======================================*/
.offer-card__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-color);
    /* border-radius: 20px; */
    /* flex-wrap: wrap; */
    gap: 1rem;
    padding-right: 0.75rem;
    margin-bottom: 20px;
}

.offer-card__content:hover {
    box-shadow: var(--boxShadow);
    transform: translateZ(0) scale(1.01, 1.01);
}

.offer-card__thumb-wrapper {
    width: auto;
    max-width: 100%;
    flex: 1;
    height: 100%;
}

.offer-card__thumb {
    width: 100%;
    aspect-ratio: 282 / 295;
    /* -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 282 295' preserveAspectRatio='xMidYMid meet'><g transform='rotate(180,141,147.5)'><g transform='translate(0,295) scale(0.1,-0.1)' stroke='none'><path d='M0 2934 c0 -7 6 -14 14 -17 8 -3 20 -24 27 -45 10 -34 9 -44 -5 -63 -9 -13 -16 -37 -15 -54 1 -43 22 -136 38 -164 15 -28 10 -83 -15 -156 -10 -32 -14 -67 -11 -100 3 -33 0 -60 -10 -78 -19 -38 -13 -166 12 -227 15 -39 16 -53 6 -102 -8 -37 -9 -96 -5 -164 6 -89 11 -110 29 -133 20 -23 22 -35 20 -121 -2 -52 2 -110 7 -128 7 -23 6 -37 -2 -47 -10 -12 -7 -21 14 -46 29 -34 33 -57 12 -65 -8 -3 -18 -24 -21 -47 -4 -23 -13 -52 -21 -64 -8 -12 -14 -32 -14 -44 0 -11 -7 -37 -16 -56 -14 -28 -15 -38 -4 -58 8 -14 10 -37 6 -57 -4 -18 -7 -43 -6 -55 0 -12 -5 -25 -10 -28 -14 -9 0 -175 17 -201 12 -20 15 -57 14 -239 0 -27 -3 -80 -7 -118 -5 -60 -3 -72 19 -110 24 -40 24 -45 11 -82 -7 -22 -14 -46 -14 -53 0 -10 256 -12 1303 -10 1437 3 1326 -2 1389 65 62 64 58 -22 58 1408 0 1156 -2 1310 -15 1343 -20 46 -50 79 -95 102 -34 17 -107 18 -1373 22 -998 2 -1337 0 -1337 -8z'/></g></g></svg>");
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 282 295' preserveAspectRatio='xMidYMid meet'><g transform='rotate(180,141,147.5)'><g transform='translate(0,295) scale(0.1,-0.1)' stroke='none'><path d='M0 2934 c0 -7 6 -14 14 -17 8 -3 20 -24 27 -45 10 -34 9 -44 -5 -63 -9 -13 -16 -37 -15 -54 1 -43 22 -136 38 -164 15 -28 10 -83 -15 -156 -10 -32 -14 -67 -11 -100 3 -33 0 -60 -10 -78 -19 -38 -13 -166 12 -227 15 -39 16 -53 6 -102 -8 -37 -9 -96 -5 -164 6 -89 11 -110 29 -133 20 -23 22 -35 20 -121 -2 -52 2 -110 7 -128 7 -23 6 -37 -2 -47 -10 -12 -7 -21 14 -46 29 -34 33 -57 12 -65 -8 -3 -18 -24 -21 -47 -4 -23 -13 -52 -21 -64 -8 -12 -14 -32 -14 -44 0 -11 -7 -37 -16 -56 -14 -28 -15 -38 -4 -58 8 -14 10 -37 6 -57 -4 -18 -7 -43 -6 -55 0 -12 -5 -25 -10 -28 -14 -9 0 -175 17 -201 12 -20 15 -57 14 -239 0 -27 -3 -80 -7 -118 -5 -60 -3 -72 19 -110 24 -40 24 -45 11 -82 -7 -22 -14 -46 -14 -53 0 -10 256 -12 1303 -10 1437 3 1326 -2 1389 65 62 64 58 -22 58 1408 0 1156 -2 1310 -15 1343 -20 46 -50 79 -95 102 -34 17 -107 18 -1373 22 -998 2 -1337 0 -1337 -8z'/></g></g></svg>"); */
    /* -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover; */
    position: relative;
}

.offer-card-content {
    height: 90px;
    overflow: hidden;
}

.offer-card__text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--deep-blue);
}

.offer-card__thumb .tour-preview {
    position: absolute;
    bottom: 20px;
    left: 20px;
    gap: 5px;
}

.offer-card__info .offer-card__title {
    font-size: 26px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 15px;
}

.offer-card__info {
    flex: 1;
    padding: 1rem;
}

.offer-card__thumb .tour-preview span {
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    backdrop-filter: blur(5px);
    font-weight: 500;
    color: var(--deep-blue);
}

.offer-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.offer-facilities ul {
    display: flex;
    flex-wrap: wrap;
}

.offer-facilities li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 10px;
    color: var(--main-color);
    font-weight: 500;
    font-size: 14px;
    background-color: var(--white-color);
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.offer-facilities__icon img,
.offer-facilities__icon svg {
    width: 20px;
    height: 20px;
}

.offer-card__price .offer-card__price-title {
    color: var(--main-color);
    font-weight: 600;
    font-size: 1.5rem;
    display: block;
}

.offer-card__price .offer-card__price-value {
    color: var(--deep-blue);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1.5rem;
}

.offer-card__cta .btn-effect {
    padding: 1rem;
}

.offer-card__content .btn-effect span {
    margin-right: 5px;
}

.offer-card__content .btn-effect img {
    width: 25px;
    height: 25px;

}

@media (min-width: 1024px) and (max-width: 1440px) {
    .offer-card__thumb img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 0;
    }

    .offer-card__content {
        gap: 0.5rem;
    }

    .offer-card__info {
        padding: 0.75rem;
    }

    .offer-card__cta .btn-effect {
        padding: 0.5rem;
    }
}

/* Tweak for laptop screens and below */
@media (max-width: 1199px) {
    .offer-card__thumb {
        aspect-ratio: auto;
        height: auto;
        mask: unset;
    }

    .offer-card__thumb img {
        height: 300px;
        aspect-ratio: auto;
    }
}

/* ===================================
End Offer One
======================================*/
/*==========================================
      start hero section
=============================================*/
.hero-section {
    position: relative;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet {
    background-color: var(--main-color);
    height: 10px;
    width: 10px;
}

.hero-section .swiper-slide-active .hero-content .hero-title {
    animation: fadeInUp 1s ease-in-out;
}

.hero-section .swiper-slide-active .hero-content .hero-subtitle {
    animation: fadeInDown 1s ease-in-out;
    animation-delay: 500ms;
}

.hero-section.swiper-slide-active .hero-content .btn-effect {
    animation: flipInX 1s ease-in-out;
    animation-delay: 500ms;
}

span.hero-subtitle {
    font-family: var(--font-normal);
    color: var(--second-color);
    font-size: 24px;
}

.hero-form-wrapper {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 10;
    width: 35%;
}

.hero-inner-filter {
    padding-top: 60px;
    width: 90%;
    position: relative;
    margin: auto;
    z-index: 20;
}

.hero-inner-filter .hero-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    max-width: 100%;
    gap: 50px;
    box-shadow: 0px 2px 7px 4px #eee;
}

.hero-inner-filter .hero-form>div {
    flex: 1;
}

.hero-form-wrapper .hero-form {
    position: relative;
    padding: 2rem;
    /* border-radius: 0.5rem; */
}

.hero-form-wrapper .hero-form .hero-form-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.input-content .form-group input,
.input-content .form-group select {
    padding-left: 40px;
    width: 100%;
    background-color: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.custom-select-wrapper select:focus {
    /* your styles here */
    font-weight: 600;
    color: var(--rich-gold);
}

input.flatpickr-input::placeholder {
    color: var(--white-color);
}

.form-group i {
    position: absolute;
    left: 20px;
    line-height: 60px;
    z-index: 20;
}

.hero-form-wrapper .form-group i {
    color: var(--white-color);
}

.hero-section,
.hero-slider2 {
    height: 700px;
}

.slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    aspect-ratio: 1905 / 700;
}

.hero-slide .container {
    position: relative;
    z-index: 2;
}

.hero-slide {
    position: relative;
    overflow: hidden;
}

.hero-section .hero-mask {
    max-height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-section .hero-mask::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 0;
}

.hero-section .hero-content {
    position: relative;
    z-index: 2;
}

.hero-section .hero-title,
.hero-section .hero-text {
    color: var(--white-color);
}

.hero-section .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

.hero-section .icon-btn:first-child {
    left: 12%;
}

.hero-section .icon-btn:last-child {
    left: unset;
    right: 12%;
}

.hero-form {
    padding: 60px 40px;
    max-width: 490px;
    /* border-radius: 15px; */
    position: relative;
    background-color: transparent;
    margin-left: auto;
}


.hero-form .h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--font-heading);
}

.hero-inner-filter .hero-form .h3 {
    color: var(--rich-gold);
}

.hero-inner-filter .custom-select-wrapper select {
    border-color: var(--faux-gold);
    color: var(--deep-blue);
}

.hero-inner-filter .input-content .form-group input,
.hero-inner-filter .input-content .form-group select {
    border-color: var(--faux-gold);
    color: var(--deep-blue);
}

.hero-inner-filter .guest-dropdown .dropdown-toggle {
    border-color: var(--faux-gold);
    color: var(--deep-blue);
}

.guest-dropdown .dropdown-toggle .hero-form .shape-mockup {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.hero-section .swiper-button-next,
.hero-section .swiper-button-prev {
    color: var(--main-color);
    background-color: var(--second-color);
    padding: 3rem;
}

.hero-section .swiper-button-next {
    right: -80px;
    /* border-radius: 10px 0 0 10px; */
}

.hero-section .swiper-button-prev {
    left: -80px;
    /* border-radius: 0 10px 10px 0; */
}

.hero-section .swiper-button-next:after,
.hero-section .swiper-rtl .swiper-button-next:after {
    content: "";
    background-image: url(../images/svg/arrow-right.svg);
    height: 50px;
    width: 50px;
    z-index: 20;
    position: absolute;
}

.hero-section .swiper-button-prev:after,
.hero-section .swiper-rtl .swiper-button-prev:after {
    content: "";
    background-image: url(../images/svg/arrow-left.svg);
    height: 50px;
    width: 50px;
    z-index: 20;
    position: absolute;
}

.hero-section .swiper-button-prev:hover,
.hero-section .swiper-button-next:hover {
    background-color: var(--main-color);
    color: var(--second-color);
}

.hero-section .swiper-button-prev:hover {
    left: 0;

}

.hero-section .swiper-button-next:hover {
    right: 0;
    opacity: 1;
}

.custom-select-wrapper {
    position: relative;
    font-family: 'Segoe UI', sans-serif;
}

.hero-form-wrapper .custom-select-wrapper i {
    color: var(--white-color);
}

.custom-select-wrapper i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: var(--rich-gold);
    font-size: 18px;
    z-index: 2;
}

.custom-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px 40px 12px 45px;
    font-size: 16px;
    border: 2px solid var(--white-color);
    /* border-radius: 10px; */
    background-color: transparent;
    color: var(--white-color);
    width: 100%;
    cursor: pointer;
    transition: border-color 0.3s ease;
    height: 60px;
}

.custom-select-wrapper select:focus {
    outline: none;
    border-color: var(--main-color);
}

.custom-select-wrapper::after {
    content: '▼';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-color);
    pointer-events: none;
    font-size: 14px;
}

.guest-dropdown {
    position: relative;
    font-family: var(--font-heading);
}

.guest-dropdown .dropdown-toggle {
    display: flex;
    cursor: pointer;
    padding: 10px;
    border: 1px solid var(--white-color);
    /* border-radius: 6px; */
    background-color: transparent;
    align-items: center;
    height: 60px;
    gap: 5px;
    padding-left: 20px;
    color: var(--white-color);
}

.guest-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    width: 100%;
    background: var(--white-color);
    /* border-radius: 10px; */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    display: none;
    z-index: 1000;
    border: 1px solid var(--main-color);
    overflow: hidden;
}

i.fa-solid.fa-users-line {
    position: static;
    line-height: 1;

}

.guest-child-option .count {
    width: 40px !important;
    padding: 0 !important;
    height: 40px !important;
    color: var(--deep-blue) !important;
    line-height: 40px;
    text-align: center;
}

.guest-adult-option,
.guest-child-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 25px 0;
}

.guest-adult-option input,
.guest-child-option input {
    width: 40px !important;
    padding: 0 !important;
    color: var(--deep-blue) !important;
    text-align: center;
}

.counter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.counter button {
    width: 25px;
    height: 25px;
    border: none;
    /* border-radius: 5px; */
    background: #eee;
    cursor: pointer;
}

.counter span.count {
    min-width: 40px;
    text-align: center;
}

.room-details {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid var(--main-color);
    position: relative;
    transition: 0.5 all ease-in-out;
}

.room-details:first-child h4+.close-dropdown {
    right: 0;
}

.room-details h4+.close-dropdown {
    position: absolute;
    right: 50px;
    top: 20px;
    background: var(--light-color);
    color: var(--main-color);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--main-color);
    height: 30px;
    margin: 0;
}

.room-details .close-dropdown {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--light-color);
    color: var(--main-color);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--main-color);
    margin: 10px auto;
}


/* .room-details::before {
  top: 0;
  left: -10%;
  right: -10%;
  width: 120%;
  background-color: var(--white-color);
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
  transition: 0.5 all ease-in-out;
}

.room-details:hover::before {
  background-color: var(--second-color);
}*/

.room-details h4 {
    color: var(--main-color);
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 10px;
}

.guest-child-option {
    flex-wrap: wrap;
}

.room-type label,
.guest-adult-option span,
.guest-child-option span {
    font-size: 18px;
    font-family: var(--font-heading);
    font-weight: 500;
}

.room-type select {
    padding: 10px !important;
    color: var(--deep-blue) !important;
    border: 1px solid var(--deep-blue);
    width: fit-content !important;
    /* border-radius: 10px; */
}

.guest-dropdown .dropdown-menu .room-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.child-input label {
    z-index: 20;
    position: absolute;
    top: -0.5rem;
    font-size: 14px;
    left: 0.5rem;
    background: var(--white-color);
}

.guest-child-option~.child-input {
    display: inline-flex;
    margin: 10px;
}

.child-input input {
    min-width: 40px;
    text-align: center;
    min-width: 100px;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.guest-dropdown .dropdown-menu .addRoom {
    background: transparent;
    padding: 5px 10px;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font-heading);
    /* border-radius: 10px; */
    border: 1px solid var(--main-color);
    font-weight: 500;
    letter-spacing: 1px;
}

.remove-room {
    border: 1px solid var(--main-color);
    background: transparent;
    /* border-radius: 50%; */
    position: absolute;
    right: 0;
    top: 20px;
}

.remove-room i {
    padding: 3px;
    position: static;
    line-height: 1.2;
}

.maxRooms {
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 17px;
    color: var(--deep-blue);
}

/*==========================================
      end hero section
===========================================*/
.upper-navbar {
    padding: 5px 0;
    background: var(--second-color);
    /* border-bottom: 1px solid #e7e7e7; */
}

.upper-navbar-left .upper-navbar-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.upper-navbar-contact li {
    position: relative;
    padding: 0 10px;
}

.upper-navbar-contact li a {
    color: #1a303c;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-heading);
}

.upper-navbar-contact li i {
    color: var(--deep-blue);
    padding-right: 5px;
}

.upper-navbar-contact li::before {
    content: "";
    position: absolute;
    background-image: url(../images/svg/two-lines.svg);
    height: 100%;
    width: 1px;
    z-index: 20;
    right: -10px;
    background: #989898;
}

.upper-navbar-contact li:last-child:before {
    height: 0;
    width: 0;
}

.upper-navbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.language-select,
.currency-select {
    /* background: var(--second-color); */
    padding: 0 5px;
    color: var(--white-color);
}

.language-dropdown li,
.currency-dropdown li {
    display: block;
    padding: 0.3rem;
    border-bottom: 1px solid #eee;
}

.language-select img {
    width: 25px;
    height: 25px;
}

.language-select .lang-btn,
.currency-select .currency-btn {
    color: var(--deep-blue);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-heading);
}

.main-navbar .dropdown-menu li {
    display: block;
    border-bottom: 1px solid #eee;
}

.main-navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

.navsLink-hasdropdown .dropdown-menu {
    -webkit-transform: translateZ(100%);
    transform: translateZ(100%);
    -webkit-transition: 0.6s all ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
}

.navsLink-hasdropdown:hover .dropdown-menu {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0;
}

.navsLink-hasdropdown:hover .dropdown-menu {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0;
}

.navsLink,
.navsLink-hasdropdown {
    font-size: 17px;
    font-weight: 500;
    padding: 5px 10px;
    display: inline-block;
    color: var(--second-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

.upper-navbar-right .social-media-navbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    position: relative;
    padding-left: 10px;
}

.social-media-navbar li {
    display: inline-block;
    /* border-radius: 50%; */
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 33px;
    font-size: 14px;
}

.social-media-navbar li:hover {
    background-color: var(--main-color);
    color: var(--second-color);
}

.social-media-navbar li:hover i {
    color: var(--second-color);
}

.upper-navbar-right .social-media-navbar::before {
    position: absolute;
    content: "";
    left: -5px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #989898;
}

.social-media-navbar li a {
    color: #1a303c;
    font-size: 16px;
    padding-inline: 5px;
}

.main-navbar {
    padding: 0 !important;
    box-shadow: 1px 20px 0px 0px rgb(211, 211, 211);
}

.main-navbar button.navbar-toggler {
    position: relative;
    z-index: 20;
    height: auto;
    width: 30px;
    cursor: pointer;
    margin-right: 30px;
}

.navbar-toggler-icon .bar1 {
    height: 2px;
    width: 100%;
    display: block;
    background: var(--main-color);
    margin-bottom: 5px;
}

.navbar-toggler-icon .bar2 {
    height: 2px;
    width: 100%;
    display: block;
    background: var(--main-color);
    margin-bottom: 5px;
}

.navbar-toggler-icon .bar3 {
    height: 2px;
    width: 100%;
    display: block;
    background: var(--main-color);
    margin-bottom: 5px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.main-navbar.is-fixed {
    background-color: var(--second-color);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 9999;
    transition: 0.5s linear;
    box-shadow: 0px 10px 60px 0px rgb(211, 211, 211);
    width: 100%;
}

.navbar-brand {
    position: relative;
}

.navbar-brand img {
    width: 170px !important;
    height: 47px;
}

/* .navbar-brand::before {
    position: absolute;
    content: "";
    top: -26%;
    left: -10%;
    background-color: var(--second-color);
    height: 150%;
    width: 120%;
    z-index: -1;
    transform: skewX(-10deg);
} */

.main-navbar .nav-item {
    padding: 20px 20px 20px 0;
}

/* Navbar Dropdown Hover Styles */
.navbar-nav .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 90px;
    opacity: 0;
    position: absolute;
    background-color: var(--white-color);
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    /* border-radius: 0 0 10px 10px; */
    padding: 0;
    margin-top: 0;
    transition: 0.4s linear;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    top: 80px;
    opacity: 1;
    transition: all 0.7s ease;
}

.navbar-nav .dropdown-item {
    padding: 12px 20px;
    color: var(--main-color);
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500 !important;
    font-family: var(--font-heading);
    text-transform: capitalize;
    position: relative;
}

.navbar-nav .dropdown-item:last-child {
    /* border-radius: 0 0 10px 10px; */
}

.navbar-nav .dropdown-item:last-child::before {
    /* border-radius: 0 0 20px 20px; */
}

.navbar-nav .dropdown-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: var(--main-color);
    z-index: 2;
    transform: scale(0);
}

.dropdown-menu li:hover .dropdown-item::before {
    transform: scale(1);
    transition: 0.5s all ease-in-out;
}

.navbar-nav .dropdown-item:hover {
    background-color: var(--light-color);
    color: var(--main-color);
}

.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Mobile Responsive Adjustments */
/* @media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
  }

  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: none;
  }
} */

.navbar-nav a.nav-link {
    color: var(--deep-blue);
    font-size: 16px;
    font-family: var(--font-heading);
    font-weight: 500;
    position: relative;
}

.navbar-nav a.nav-link::before {
    background-color: var(--main-color);
    bottom: 5px;
    content: "";
    height: 1px;
    left: 5px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 0;
}

.navbar-nav .nav-item:hover a.nav-link {
    color: var(--main-color);
}

.navbar-nav .nav-item:hover a.nav-link::before {
    width: 90%;
}

.tailor-made .btn-effect {
    padding: 15px 20px;
    gap: 0;
    /* border-radius: 999px; */
}

.tailor-made .btn-effect img {
    width: 35px;
    height: 30px;
}

/*=======================================
start  statistics
=========================================*/
.statistics {
    background-color: var(--light-color);
}

.statistics-img img {
    /* -webkit-mask-image: url("../images/shapes/abt-shape2.png");
  mask-image: url("../images/shapes/abt-shape2.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; */
    height: 600px;
    width: 100%;
}

.statistics-counter {
    margin-bottom: 0;
    margin-left: 30px;
    border: 1px dashed rgba(0, 0, 0, 0.21);
    /* border-radius: 41px; */
    padding: 60px;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 150px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .statistics-counter {
        grid-gap: 100px;
        padding: 30px;
    }
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 767px) {
    .statistics-counter {
        grid-gap: 80px;
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .statistics-counter {
        grid-gap: 35px;
        margin-left: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

.statistics-counter__count {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 80%;
    color: var(--main-color);
    display: flex;
    align-items: end;
    justify-content: start;
    margin-bottom: 15px;
}

.statistics-counter__count img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.statistics-counter__count span {
    color: inherit;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .statistics-counter__count {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .statistics-counter__count {
        margin-bottom: 20px;
    }
}

.statistics-counter__count-tag {
    font-weight: 600;
    font-size: 32px;
    line-height: 80%;
    font-family: var(--font-heading);
}

.statistics-counter__count-tag {
    font-weight: 600;
    font-size: 32px;
    line-height: 80%;
    font-family: var(--font-heading);
}

.statistics-counter__text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 178%;
    /* color: var(--second-color); */
    margin-bottom: -7px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .statistics-counter__text {
        font-size: 15px;
    }
}

.statistics-counter__item {
    max-width: 186px;
    height: auto;
    width: 100%;
}

.statistics-counter__line {
    height: 1px;
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 60px;
    right: 60px;
    transform: translateY(-50%);
    z-index: -2;
}

@media (max-width: 575px) {
    .statistics-counter__line {
        display: none;
    }
}

.statistics-counter__line-two {
    width: 1px;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    top: 60px;
    bottom: 60px;
    transform: translateX(-50%);
    z-index: -2;
}

@media (max-width: 575px) {
    .statistics-counter__line-two {
        display: none;
    }
}

.statistics-counter::after {
    content: "";
    width: 195px;
    height: 195px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--light-color);
    z-index: -1;
}

@media (max-width: 575px) {
    .statistics-counter::after {
        display: none;
    }
}

.statistics-counter__item-two {
    width: 114.2px;
    height: 114.2px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.statistics-counter__item-two__count {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    color: var(--second-color);
    margin-bottom: 0;
}

.statistics-counter__item-two::after {
    content: "";
    /* border-radius: 50%; */
    border: 1px dashed var(--second-color);
    position: absolute;
    left: 8px;
    top: 8px;
    width: 98px;
    height: 98px;
    animation: textRotate 10s ease-in infinite;
}

@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.counter-one__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: left;
    z-index: -1;

    @media (max-width: 1399px) {
        display: none;
    }
}

.counter-one__shape img {
    animation: movebounce3 4s linear infinite;
    max-width: 100%;
}

@media (max-width: 575px) {
    .statistics-counter__item-two {
        /* display: none; */
        width: 50px;
        height: 50px;
        left: 45%;
    }

    .statistics-counter__item-two::after {
        width: 47px;
        height: 47px;
        top: 2px;
        left: 2px;
    }

    .statistics-counter__item-two__count {
        font-weight: 600 !important;
        font-size: 20px !important;
    }
}

/* =======================================
   End statictics
   =====================================*/
/* =======================================
  start category
=========================================*/
.category {
    overflow: hidden;
    position: relative;
    background: rgba(249, 249, 249, 0.5);
}

.category::before {
    background-image: url(../images/shapes/Sympol-Pattern.webp);
    background-size: cover;
    position: absolute;
    opacity: 0.1;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.category-parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.category-parent .category-item {
    background-color: var(--second-color);
    height: 400px;
    /* border-radius: 10px; */
    margin: 10px;
}

.category-item:nth-child(7) {
    background-color: var(--main-color);
    height: 100%;
}

.category-item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
    ;
}

.category-item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 6
}

.category-item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 4;
}

.category-item:nth-child(4) {
    grid-area: 2 / 4 / 3 / 6;
}

/* .category-item:nth-child(5) {
  grid-area: 2 / 3 / 3 / 4;
}

.category-item:nth-child(6) {
  grid-area: 2 / 4 / 3 / 5;
}

.category-item:nth-child(7) {
  grid-area: 1 / 5 / 3 / 6;
} */

.category-card {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.category-card:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to top, var(--main-color), var(--light-color));
    opacity: 0;
    z-index: 0;
    transition: 0.5s ease-in-out;
}

.category-card img {
    height: 100%;
    object-fit: cover;
    /* border-radius: 10px; */
    min-width: 100%;
}

.category-preview {
    position: absolute;
    bottom: 30px;
    margin: auto;
    width: auto;
    transform: scale(1);
    background: #fff;
    padding: 1rem;
    /* border-radius: 0 10px 10px 0; */
}

.category-preview h2 {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
}

.category-card:hover .category-preview {
    transform: scale(0);
}

.category-card:hover:before {
    opacity: 0.8
}

.category-name {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 25%;
    left: 10%;
    right: 10%;
    text-align: center;
}

.category-card:hover .category-name {
    visibility: visible;
    opacity: 1;

}

.category-name h3 {
    font-size: 30px;
    font-weight: 500;
    color: var(--deep-blue);
    text-transform: capitalize;
}

.category-content {
    /* height: 90px; */
}

.category-content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--deep-blue);
}

.category-card:hover .category-name h3 {
    -webkit-animation: fadeInLeft 1s;
    animation: fadeInLeft 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (max-width: 768px) {
    .category-parent {
        display: block;
    }
}

/* =======================================
  End category
=========================================*/
/* =======================================
  start  about
=========================================*/
.about-us,
.about-us-section {
    background-image: url(../images/shapes/about-us-pattern-bg.png);
    padding-bottom: 60px;
    position: relative;
    background: rgba(249, 249, 249, 0.5);
}

.about-us-section::before,
.about-us::before {
    background-image: url(../images/shapes/Sympol-Pattern.webp);
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    opacity: 0.1;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    bottom: 0;
}

.about-us-section svg {
    stroke: var(--rich-gold);
    /* or use a variable if themed */
    width: 30px;
    height: 30px;
}

.about-us-section h2 {
    font-weight: 500;
}

.about-us-section span {
    font-size: 16px;
    color: var(--depth-main);
}

.facility-card {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-us .section-title {
    margin-bottom: 0;
}

.about-img img {
    /* -webkit-mask-image: url("../images/shapes/abt-shape1.png");
  mask-image: url("../images/shapes/abt-shape1.png");
  mask-image: url("../images/shapes/abt-shape1.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; */
    height: 500px;
     width: 636px;
    min-width: 100%;

    object-fit: cover;
}

/* =======================================
  End  about
=========================================*/

/*========================================
start floating contact box
==========================================*/

.tooltip-inner {
    background-color: var(--main-grey);
    color: var(--second-color);
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--second-color);
    font-size: 14px;
    top: 0
}

.tooltip-arrow {
    width: 12px;
    height: 12px
}

.tooltip {
    box-shadow: 0 13px 48px 0 rgb(153 110 59 / 20%);
    max-width: 200px
}

.floating-contact-box {
    position: fixed;
    z-index: 2000;
    bottom: 30px;
    left: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    scale: 1.2;
}

.media-icons {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 6px;
    /* border-radius: 6px; */
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    visibility: hidden;
}

.close-btn.open~.media-icons {
    transform: translateX(0px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
}

.media-icons a {
    text-decoration: none;
    position: relative;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 6px; */
    margin: 6px;
}

.media-icons a i {
    color: #fff;
}

.media-icons a .tooltip {
    position: absolute;
    left: 55px;
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    transform: translateY(-25px);
    opacity: 0;
    transition: all 0.2s linear;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

a:hover .tooltip {
    opacity: 1;
    transform: translateY(0);
}

a .tooltip::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 50%;
    left: -5px;
    transform: translateY(-50%) rotate(45deg);
    background-color: #fff;
}

.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    position: relative;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    background-color: var(--main-color);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transform: rotate(45deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.close-btn.open {
    transform: rotate(90deg);
    background-color: var(--deep-blue);
}

.generate-button {
    --generate-button-star-1-opacity: 0.25;
    --generate-button-star-1-scale: 1;
    --generate-button-star-2-opacity: 1;
    --generate-button-star-2-scale: 1;
    --generate-button-star-3-opacity: 0.5;
    --generate-button-star-3-scale: 1;
    --generate-button-dots-opacity: 0;
    appearance: none;
    outline: none;
    border: none;
    padding: 14px 24px 14px 20px;
    border-radius: 29px;
    margin: 0;
    background-color: var(--clr-button-bg);
    color: var(--clr-text);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    transform: scale(var(--generate-button-scale, 1)) translateZ(0);
    box-shadow: 0px 0px 120px var(--generate-button-shadow-wide, transparent),
        0px 4px 12px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.1),
        inset 0px 1px 1px var(--generate-button-shadow-inset, rgba(255, 255, 255, 0.04)),
        0 0 0 var(--generate-button-shadow-outline, 0px) rgba(var(--clr-button), 0.4);
    transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

.generate-button:before {
    content: "";
    display: block;
    position: absolute;
    right: 20%;
    height: 20px;
    left: 20%;
    bottom: -10px;
    background: rgba(204, 204, 204, 0.4);
    filter: blur(12.5px);
    z-index: 2;
    clip-path: inset(-200% -30% 10px -30% round 29px);
    opacity: 0;
    transition: opacity 0.4s;
    transform: translateZ(0);
}

.generate-button span {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.005em;
    display: block;
    user-select: none;
}

.generate-button .stroke {
    mix-blend-mode: hard-light;
}

.generate-button .stroke svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 0.75px;
    stroke: #e2d9ff;
    stroke-dasharray: 1.5 14;
    stroke-dashoffset: 22;
    opacity: 0;
}

.generate-button .stroke svg:nth-child(2) {
    stroke-width: 1px;
    stroke-opacity: 0.5;
    filter: blur(3px);
}

.generate-button svg.icon {
    width: 18px;
    height: 20px;
    margin-right: 10px;
    fill: currentColor;
}

.generate-button svg.icon path:nth-child(1) {
    opacity: var(--generate-button-star-1-opacity);
    transform: scale(var(--generate-button-star-1-scale)) translateZ(0);
    transform-origin: 25% 14.58%;
}

.generate-button svg.icon path:nth-child(2) {
    opacity: var(--generate-button-star-2-opacity);
    transform: scale(var(--generate-button-star-2-scale)) translateZ(0);
    transform-origin: 60.42% 50%;
}

.generate-button svg.icon path:nth-child(3) {
    opacity: var(--generate-button-star-3-opacity);
    transform: scale(var(--generate-button-star-3-scale)) translateZ(0);
    transform-origin: 25% 85.42%;
}

.generate-button:hover {
    --generate-button-scale: 1.01;
    --generate-button-shadow-wide: rgba(var(--clr-button), 0.4);
    --generate-button-shadow-inset: rgba(255, 255, 255, 0.35);
    --generate-button-shadow-outline: 3px;
    color: var(--clr-text);
    background-color: rgba(var(--clr-button));
}

.generate-button:hover .stroke svg {
    animation: stroke 2s linear infinite;
}

.generate-button:hover:before {
    opacity: 1;
}

.generate-button:hover span:before {
    opacity: 0;
}

.generate-button:hover:active {
    --generate-button-scale: 1.05;
}

@keyframes stroke {
    0% {
        opacity: 0;
    }

    25%,
    75% {
        opacity: 1;
    }

    95%,
    100% {
        stroke-dashoffset: 6;
        opacity: 0;
    }
}

/*========================================
End floating contact box
==========================================*/
/*========================================
     start charter-banner
==========================================*/
.charter-banner {
    position: relative;
    width: 100%;
    /* height: 500px; */
    background-position: center center;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-attachment: fixed;
    padding: 40px 0;
    animation: scale 60s linear 0s infinite;
    transition: 0.3 all ease-in-out;
    background-repeat: repeat-x;
    background-size: cover !important;
}

@keyframes scale {
    0% {
        background-size: 100%;
        background-position: -1920px 100%;
    }

    100% {
        background-size: 120%;
        background-position: 0 100%;
    }
}

.charter-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, var(--main-color), var(--second-color));
    opacity: 0.9;
}

.charter-banner .banner-content {
    max-width: 80%;
    padding: 20px;
    /* background-color: rgba(0,0,0,0.1); */
    /* border-radius: 10px; */
    margin: auto;
    position: relative;
    /* backdrop-filter: blur(30px); */
}

.banner-content .btn-effect {
    background-color: var(--white-color);
    color: var(--main-color);
}

.banner-content .btn-effect:hover {
    color: var(--white-color);
}

.banner-content .btn-effect:hover:before,
.banner-content .btn-effect:hover:after {
    background-color: var(--deep-blue);
}

.banner-title {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--deep-blue);
    letter-spacing: 1px;
}

.charter-banner .banner-description {
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
    color: var(--white-color);
    text-transform: capitalize;
    letter-spacing: 1px;
}

.banner-content {}

.circle {
    stroke: var(--main-color);
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3;
}

.playBut {
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    /* position: absolute; */
    color: var(--deep-blue);
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    margin-right: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 90px;
    border-radius: 50%;
    -webkit-border-radius: -50%;
    backdrop-filter: blur(20px);
    box-shadow: 2px 2px 2px var(--deep-blue);
}

.playBut svg {
    height: 100px;
    width: 100px;
}

.playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: var(--deep-blue);
    transform: translateY(0);
}

.playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: var(--light-color);
    animation: nudge 0.7s ease-in-out;
}

@keyframes nudge {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    70% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

.playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}

/*========================================
     end charter-banner
==========================================*/
/* ================================================
    start cabins and suits features
==================================================*/

.bg-cream {
    background-color: var(--light-color);
}

.bg-cream ul {
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 10px;
}

.bg-cream li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--main-color);
    font-family: var(--font-heading);
}

.bg-cream li i,
.bg-cream li svg {
    font-size: 20px;
    color: var(--deep-blue);
    width: 20px;
    height: 20px;
}

.text-brown {
    color: var(--main-color);
}

.btn-brown {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-brown:hover {
    background-color: #724a23;
    border-color: #724a23;
}

.bg-cream .btn-effect::after,
.bg-cream .btn-effect::before {
    background-color: var(--white-color);
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--main-color);
}

.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

.swiper {
    width: 100%;
    height: 100%;
}

.royalcabinSwiper .swiper-slide img,
.cabinSwiper .swiper-slide img {
    width: 100%;
    min-height: 500px;
    height: 100%;
    object-fit: cover;
}

.royalcabinSwiper .swiper-button-next,
.cabinSwiper .swiper-button-next,
.royalcabinSwiper .swiper-button-prev,
.cabinSwiper .swiper-button-prev {
    color: var(--main-color);
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 50%;
}

.royalcabinSwiper .swiper-button-next:after,
.cabinSwiper .swiper-button-next:after,
.royalcabinSwiper .swiper-rtl .swiper-button-next:after,
.cabinSwiper .swiper-rtl .swiper-button-next:after {
    content: "";
    background-image: url(../images/svg/arrow-right.svg);
    width: 30px;
    height: 30px;
    z-index: 20;
    position: absolute;
    background-size: cover;
}

.royalcabinSwiper .swiper-button-prev:after,
.cabinSwiper .swiper-button-prev:after,
.royalcabinSwiper .swiper-rtl .swiper-button-prev:after,
.cabinSwiper .swiper-rtl .swiper-button-prev:after {
    content: "";
    background-image: url(../images/svg/arrow-left.svg);
    width: 30px;
    height: 30px;
    z-index: 20;
    position: absolute;
    background-size: cover;
}

.cabins-suits-features span.swiper-pagination-bullet {
    background: transparent;
    border: 1px solid var(--light-color);
}

.cabins-suits-features .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--faux-gold);
    border: none;
}

/* ================================================
    start cabins and suits features
==================================================*/

/* ================================================
    start affilalite-section
==================================================*/
.affilalite-section {
    background-color: var(--light-color);
    position: relative;
    overflow: hidden;
}

.affilalite-content {
    height: 90px;
    overflow: hidden;
}

.affilalite-conten p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.affilalite-box {
    padding: 30px;
    background-color: var(--white-color);
    /* border-radius: 15px;
    margin-bottom: 30px; */
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.affilalite-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.affilalite-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--main-color), var(--second-color));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.affilalite-box:hover::before {
    transform: scaleX(1);
}

.affilalite-icon {
    width: 90px;
    height: 90px;
    background-color: rgba(var(--primary-color-rgb), 0.1);
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.affilalite-box:hover .affilalite-icon {
    background-color: var(--main-color);
    transform: rotateY(180deg);
}

/* .affilalite-box:hover .affilalite-icon img {
  filter: brightness(0) invert(1);
} */

.affilalite-box img {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
}

.affilalite-box h3 {
    font-size: 22px;
    font-weight: 500;
    /* margin-bottom: 15px; */
    color: var(--dark-color);
    transition: all 0.3s ease;
    height: 50px;
}

.affilalite-box:hover h3 {
    color: var(--primary-color);
}

.affilalite-box p {
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.affilalite-section .btn-primary {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    /* border-radius: 50px; */
    transition: all 0.3s ease;
}

.affilalite-section .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(var(--primary-color-rgb), 0.2);
}

/* Responsive styles */
@media (max-width: 991px) {
    .affilalite-box {
        padding: 25px;
    }

    .affilalite-icon {
        width: 70px;
        height: 70px;
    }

    .affilalite-box img {
        width: 45px;
        height: 45px;
    }

    .affilalite-box h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .affilalite-wrapper {
        display: block !important;
    }

    .affilalite-wrapper.six-item {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }


    .affilalite-wrapper.five-item {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }

    .affilalite-wrapper.five-item .affilalite-box:nth-child(1) {
        grid-area: 1 / 1 / 3 / 3;
    }

    .affilalite-wrapper.five-item .affilalite-box:nth-child(2) {
        grid-area: 1 / 3 / 3 / 5;
    }

    .affilalite-wrapper.five-item .affilalite-box:nth-child(3) {
        grid-area: 3 / 1 / 5 / 3;
    }

    .affilalite-wrapper.five-item .affilalite-box:nth-child(4) {
        grid-area: 3 / 3 / 5 / 5;
    }

    .affilalite-wrapper.five-item .affilalite-box:nth-child(5) {
        grid-area: 5 / 2 / 7 / 4;
    }


    .affilalite-wrapper.four-item {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .affilalite-wrapper.three-item {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .affilalite-box {
        padding: 20px;
    }

    .affilalite-content {
        height: auto;
    }
}
/* ================================================
    end affilalite-section
==================================================*/

/* ================================================
    start testimonial section
==================================================*/
.testimonial-section {
    background-color: var(--main-grey);
    padding: 40px 0;
}

.testimonial-item {
    background: var(--white-color);
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin: 10px;
    opacity: 0.7;
    transform: scale(0.9);
    overflow: hidden;
}

.testimonial-item.active {
    /* border-radius: 10px; */
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-item.active .testimonials-head img {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    /* border-top-right-radius: 10px; */
}

.testimonial-item.active .quote-shape img {
    opacity: 0.2;
}

.testimonials-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.testimonials-title {
    flex: 1;
}

.testimonials-card__ratings {
    color: #ffc107;
    margin-bottom: 8px;
}

.testimonials-card__ratings i {
    margin-right: 2px;
}

.testimonial-item h3 {
    font-size: 1.1rem;
    margin-bottom: 4px;
    color: #333;
}

.testimonial-item p {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.testimonials-content p {
    color: #555;
    line-height: 1.5;
    font-style: italic;
    font-size: 0.9rem;
}

.testimonial-item img {
    width: 70px;
    height: 70px;
    /* border-radius: 50%; */
    object-fit: cover;
}

.quote-shape img {
    width: auto;
    height: auto;
    border-radius: 0%;
    position: absolute;
    right: 15px;
    bottom: -20px;
    opacity: 0;
}

.testimonialSwiper {
    padding: 15px 0;
}

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev {
    color: #333;
    background: #fff;
    width: 35px;
    height: 35px;
    /* border-radius: 50%; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonialSwiper .swiper-button-next:after,
.testimonialSwiper .swiper-button-prev:after {
    font-size: 16px;
}

@media (max-width: 768px) {
    .testimonial-item {
        padding: 15px;
        margin: 8px;
    }

    .testimonials-head {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .testimonial-item img {
        width: 65px;
        height: 65px;
    }
}

/* ================================================
    end testimonial section
==================================================*/
.terms-wrapper h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: var(--deep-blue);
    font-size: 24px;
}

.terms-wrapper h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, var(--rich-gold), var(--main-color));
}

.terms-wrapper h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 1px;
    background: #eee;
}

.terms-wrapper p {
    color: var(--deep-blue);
    line-height: 1.8;
    margin-bottom: 20px;
}

.terms-wrapper ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.terms-wrapper ul li {
    color: #555;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.terms-wrapper ul li::before {
    content: '•';
    color: var(--rich-gold);
    position: absolute;
    left: 0;
    font-size: 18px;
}


/*===========pagination box ==================*/

.inner-pagination-area .pagination-list {
    padding: 0;
    margin: 20px auto 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.inner-pagination-area .pagination-list li {
    margin-right: 20px
}

.inner-pagination-area .pagination-list li .shop-pagi-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.inner-pagination-area .pagination-list li .shop-pagi-btn i {
    color: var(--main-color);
    transition: .5s
}

.inner-pagination-area .pagination-list li .shop-pagi-btn:hover {
    background-color: var(--main-color);
    border-color: var(--main-color)
}

.inner-pagination-area .pagination-list li .shop-pagi-btn:hover i {
    color: var(--white-color)
}

.inner-pagination-area .pagination-list li a {
    color: rgba(16, 12, 8, .5);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize
}

.inner-pagination-area .pagination-list li a.active {
    color: var(--main-color)
}

.inner-pagination-area .pagination-list li:first-child {
    margin-right: 30px
}

.inner-pagination-area .pagination-list li:last-child {
    padding-left: 10px;
    margin-right: 20px
}

/*===========pagination box ==================*/


.hero-inner-filter .guest-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -36px;
    margin-top: 5px;
    width: 310px;
}

/*===========start  banner-section ==================*/
.first-banner-section {
    display: flex;
    flex-wrap: wrap;
    background-color: #f3f3f3;
}

.first-banner-section .banner-image {
    /* flex: 1 1 60%;
    background-image: url('d064b5cf-9adf-4374-81a0-0cf95fd8f3e5.png');
    background-size: cover;
    background-position: center; */
    min-height: 600px;
    width: 100%;
    position: relative;
}

.first-banner-section .banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first-banner-section .banner-content {
    padding: 40px 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #f3f3f3;
    gap: 30px;
    width: 100%;
}

.banner-content .banner-description {
    max-width: 400px;
    margin: 0;
}

/* .banner-heading, .banner-description ,.cta-box{
    flex: 1;
} */
.first-banner-section .banner-content h2 {
    font-size: 28px;
    margin: 0 0 10px;
    color: #1a1a1a;
}

.first-banner-section .banner-content p.subtitle {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 25px;
    color: #333;
}

.first-banner-section .banner-content p.description {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
}

.first-banner-section .cta-box {
    /* margin-top: auto; */
}

.first-banner-section .cta-box h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    color: var(--deep-blue);
}

.first-banner-section .cta-box button {
    background-color: #2b3d4f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}



@media (max-width: 768px) {
    .first-banner-section .banner-section {
        flex-direction: column;
    }

    .banner-image,
    .banner-content {
        flex: 1 1 100%;
    }
}

/*===========End  banner-section ==================*/
 .main-footer__copyright a{
    color:#b1835f;
}



.reservation-content {
    flex-wrap: wrap;
    gap: 8px;
}
