@font-face {
    font-family: "Founders Grotesk";
    src: url("../fonts/Founders_Grotesk/FoundersGrotesk-Regular.otf");
    src: url("../fonts/Founders_Grotesk/FoundersGrotesk-Regular.ttf") format("ttf"), url("../fonts/Founders_Grotesk/FoundersGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk Medium';
    src: url('../fonts/Founders_Grotesk/FoundersGrotesk-Medium.woff2') format('woff2'), url('../fonts/Founders_Grotesk/FoundersGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Butler";
    src: url("../fonts/Butler/Butler_Regular.otf");
    src: url("../fonts/Butler/Butler.woff") format("woff");
    src: url('../fonts/Butler/Butler.woff2') format('woff2'), ;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler Medium';
    src: url("../fonts/Butler/Butler-Medium.otf");
    src: url("../fonts/Butler/Butler-Medium.woff") format("woff");
    src: url('../fonts/Butler/Butler-Medium.woff2') format('woff2'), ;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary: #000000;
    --secondary: #F8B90D;
    --tertiary: #F9F9F9;
    --light-gray: #F7F7F5;
    --gray: #eeeeee;
    --dark: #6d6a67;
    --dark-gray: #777777;
    --white: #ffffff;
    --text-color: #121821;
    --text-dark: #201D1D;
    --rounded: 0.5rem;
    --placeholder: #6c757d;
}

html {
    margin-top: 0 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

.form-control::placeholder {
    color: var(--placeholder);
}

body,
html {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    transition: background-color 0.15s ease-in-out;
}

.rounded {
    border-radius: var(--rounded) !important;
    overflow: hidden;
}

.rounded-2x {
    border-radius: 1.3rem !important;
    overflow: hidden;
}

img {
    border: none;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

a,
a:focus,
a:link,
a:visited,
input:focus,
textarea:focus {
    outline: 0;
    text-decoration: none;
}

select:focus {
    outline: 0;
}

textarea {
    resize: none;
}

form:not(.content-area*),
h1:not(.content-area*),
h2:not(.content-area*),
h3:not(.content-area*),
h4:not(.content-area*),
h5:not(.content-area*),
h6:not(.content-area*),
p:not(.content-area*),
ul:not(.content-area*) {
    margin: 0;
    padding: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

iframe {
    display: block;
}

p+p {
    margin-top: 1.5em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0;
    padding: 0;
}

::selection {
    background: var(--primary);
    color: var(--tertiary);
}

::-moz-selection {
    background: #1c1c1c;
    color: #fff;
}

ul {
    list-style: none;
}

li {
    padding: 0;
    margin: 0;
}

label {
    font-weight: 400 !important;
}

.fa-ul>li:not(:last-child) {
    margin-bottom: 15px;
}

.has-lead .content-area h5,
.lead {
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 400;
}

.has-lead .content-area h5 {
    margin-bottom: 1.5em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Butler Medium';
    font-weight: 400;
    letter-spacing: 0;
    color: var(--text-dark);
}

.h1,
h1 {
    font-size: 2.25em;
}

.h2,
h2 {
    font-size: 2em;
}

.h3,
h3 {
    font-size: 1.75em;
}

.h4,
h4 {
    font-size: 1.5em;
}

.h5,
h5 {
    font-size: 1.25em;
}

.h6,
h6 {
    font-size: 1.25em;
}

@media only screen and (max-width: 991px) {
    .h1,
    h1 {
        font-size: 2em;
    }
    .h2,
    h2 {
        font-size: 1.77em;
    }
    .h3,
    h3 {
        font-size: 1.54em;
    }
    .h4,
    h4 {
        font-size: 1.31em;
    }
    .h5,
    h5 {
        font-size: 1.1em;
    }
    .h6,
    h6 {
        font-size: 1em;
    }
    .vocality-pic {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .h1,
    h1 {
        font-size: 1.75em;
    }
    .h2,
    h2 {
        font-size: 1.57em;
    }
    .h3,
    h3 {
        font-size: 1.39em;
    }
    .h4,
    h4 {
        font-size: 1.21em;
    }
    .h5,
    h5 {
        font-size: 1.075em;
    }
    .h6,
    h6 {
        font-size: 1em;
    }
}

@media only screen and (min-width: 1601px) {
    section>.minHeight {
        min-height: 250px;
    }
}

a {
    color: var(--primary);
}

.underlined {
    padding-bottom: 0.75em;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.underlined:after {
    content: "";
    width: 150px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: var(--danger);
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 0.8em;
    display: block;
    line-height: 1.5em;
    font-family: "Butler";
}

h1 span,
h2 span,
h3 span,
h4 span {
    color: var(--primary);
}

p:last-child {
    margin-bottom: 0;
}

.stretched {
    letter-spacing: 1px;
}

.text-default,
.text-default:active,
.text-default:focus {
    color: var(--dark) !important;
}

.text-primary,
.text-primary:active,
.text-primary:focus {
    color: var(--primary) !important;
}

.text-secondary,
.text-secondary:active,
.text-secondary:focus {
    color: var(--secondary) !important;
}

.text-tertiary,
.text-tertiary:active,
.text-tertiary:focus {
    color: var(--tertiary) !important;
}

.text-quaternary,
.text-quaternary:active,
.text-quaternary:focus {
    color: var(--quaternary) !important;
}

.text-white,
.text-white:active,
.text-white:focus {
    color: var(--white);
}


/* .text-danger,
.text-danger:active,
.text-danger:focus {
color: var(--danger) !important
}
*/

.text-grey {
    color: #737373 !important;
}

.popover,
.tooltip {
    font-family: "Abadi MT Std Light";
}

.tooltip-inner {
    font-size: 0.875em;
}

.bgGradient::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient( left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, rgba(153, 153, 153, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient( top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient( top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
}

.bgOverlay,
.hoverIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.bg-primary {
    background: var(--primary) !important;
}

.bg-secondary {
    background: var(--secondary) !important;
}

.bg-tertiary {
    background: var(--tertiary) !important;
}

.bg-light {
    background-color: var(--light-gray) !important;
}

.has-link-light a,
.has-link-primary a,
.has-link-primary-and-light a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: 700 !important;
    position: relative;
    background: var(--tertiary) !important;
    border-color: var(--tertiary) !important;
    color: #fff;
    margin-right: 0.75rem;
    margin-bottom: 1rem;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.has-link-light a:hover,
.has-link-primary a:hover,
.has-link-primary-and-light a:hover {
    background: var(--quaternary) !important;
    border-color: var(--quaternary) !important;
    color: #fff;
}

.has-link-light a:focus,
.has-link-primary a:focus,
.has-link-primary-and-light a:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.has-link-light a,
.has-link-primary-and-light a:nth-child(even),
:not(.has-link-primary)>.bg-overlay-dark .btn-primary,
:not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary,
:not(.has-link-primary)>.bg-tertiary .btn-primary,
:not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary {
    background: var(--light-gray) !important;
    border-color: var(--light-gray) !important;
    color: var(--primary) !important;
    font-weight: 700 !important;
    position: relative;
}

.has-link-light a:hover,
.has-link-primary-and-light a:nth-child(even):hover,
:not(.has-link-primary)>.bg-overlay-dark .btn-primary:hover,
:not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary:hover,
:not(.has-link-primary)>.bg-tertiary .btn-primary:hover,
:not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary:hover {
    background: 0 0 !important;
    border-color: var(--light-gray) !important;
    color: var(--light-gray) !important;
}

.has-link-light a:focus,
.has-link-primary-and-light a:nth-child(even):focus,
:not(.has-link-primary)>.bg-overlay-dark .btn-primary:focus,
:not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary:focus,
:not(.has-link-primary)>.bg-tertiary .btn-primary:focus,
:not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.bg-quaternary {
    background: var(--quaternary) !important;
}

.bg-white {
    background: var(--white) !important;
}

.bg-dark {
    background: var(--dark) !important;
}

.bg-gray {
    background: var(--gray) !important;
}

.bg-lgray {
    background: var(--light-gray) !important;
}

.bg-darkGray {
    background: #333 !important;
}

.bg-dark-gray-news * {
    color: #fff;
}

.bg-opacity {
    background: rgba(245, 245, 245, 0.2);
}

.bg-dgray {
    background: #dedede !important;
}

.grow {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.grow:hover {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.btn-primary {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: var(--tertiary);
    letter-spacing: 2px;
    line-height: .9rem;
    padding: 0.85rem 1.3rem;
    border-radius: 0;
    box-shadow: none !important;
    position: relative;
}

.btn-primary:hover {
    background: #996105 !important;
    border-color: #996105 !important;
}

.btn-secondary {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.btn-secondary:hover {
    background: #ffdb60 !important;
    border-color: #ffdb60 !important;
    color: var(--dark);
}

.btn-tertiary {
    background: var(--tertiary) !important;
    border-color: var(--tertiary) !important;
    color: #fff;
}

.btn-tertiary:hover {
    background: #1e172c !important;
    border-color: #1e172c !important;
    color: #fff;
}

.btn-quaternary {
    background: var(--quaternary) !important;
    border-color: var(--quaternary) !important;
    color: #fff;
}

.btn-light {
    background: var(--light-gray);
    border-color: var(--light-gray);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: .9rem;
}

.btn-arrow {
    padding: 12px 40px 11px 20px !important;
}

.btn-light::before,
.btn-arrow::before {
    content: '\f062';
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
    position: absolute;
    color: var(--secondary);
    transform: rotate(45deg);
    right: 17px;
    top: 11px;
}

.btn-light:hover {
    background: 0 0 !important;
    border-color: var(--light-gray) !important;
    color: var(--light-gray) !important;
}

.btn-transparent {
    background: transparent !important;
    border-color: #fff !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: var(--primary);
    letter-spacing: 2px;
    line-height: 1rem;
    padding: 0.75rem 1.2rem;
}

.btn-transparent:hover {
    background: var(--primary) !important;
    color: #fff !important;
}

.btn-xs {
    font-size: .7rem;
}

.btn-shape {
    border: 0;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 0.75rem 2.2rem;
}

.btn {
    line-height: 1rem;
    padding: 12px 20px 10px;
}

body {
    font-family: "Founders Grotesk";
    overflow-x: hidden;
    padding-top: 0;
    color: var(--text-color);
    background-color: #ffffff;
    font-size: 20px;
    /* letter-spacing: 0.8px; */
    font-weight: 500;
}

main {
    overflow-x: hidden;
}

.container-max {
    width: 90%;
    max-width: 1600px;
    margin: auto;
    position: relative;
    z-index: 999;
}

.section {
    margin: 0;
    padding: 4rem 0;
    position: relative;
    z-index: 9;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    /* background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); */
    font-size: 1rem;
    left: 0px;
    top: 40px;
    padding: 1rem 0 2rem;
    transform: ease-in 0.2s;
}

header .brand-logo {
    /* display: none; */
    max-width: 200px;
    display: flex;
    margin: auto;
}

.navbar-brand img {
    max-width: 250px;
}

.navbar-nav .nav-link {
    text-transform: capitalize;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-right: .5rem;
    margin-left: .5rem;
    color: #fff !important;
}

.navbar-nav .nav-link.active {
    /* background: #000;
    border-bottom: solid 2px #fff; */
    position: relative;
}

.navbar-nav .nav-link.active:after {
    content: '';
    width: 25px;
    height: 3px;
    background: var(--secondary);
    position: absolute;
    left: .5rem;
    bottom: 0;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0 0 0 0;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
}

.slick-dots li {
    margin: 0 0.25rem;
    width: 10px;
    height: 10px;
}

.slick-dots span {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgb(222, 222, 222);
    text-indent: -9999px;
}

.slick-dots li.slick-active span {
    background-color: var(--primary);
}


/* topbar ends */

#wpadminbar {
    display: none;
}

header.sticky {
    position: fixed;
    top: 0;
    padding: 0;
    margin-top: 0;
    transform: ease-in 0.2s;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: solid 2px var(--secondary);
}

header.sticky .navbar-brand {
    display: block;
    z-index: 999;
    position: relative;
}

header.sticky .navbar-brand img {
    max-height: 40px !important;
}

header.sticky .navbar-nav .nav-link {
    margin: 0 0.5rem;
}

header .navbar-brand img {
    max-width: 260px;
    filter: grayscale(1) brightness(100);
}

.section-primary {
    background: var(--primary);
    color: var(--white);
}

.section-primary .heading,
.section-primary .sub-heading {
    color: var(--white);
}

.section.bg-tertiary {
    padding: 5rem 0;
}

.sub-heading {
    /* font-size: 1.25rem; */
    color: var(--secondary);
    font-family: 'Founders Grotesk Medium';
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 5px;
}

.section-primary p {
    color: var(--secondary);
}

.section.banner-home {
    position: relative;
    /* top: -80px; */
    height: 100vh;
    overflow: hidden;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border-top: solid 3px var(--secondary);
}

.section.banner-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* height: 97%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, .1)); */
    z-index: 2;
}

.banner-home .container {
    position: absolute;
    color: #fff;
    /* top: 40%; */
    bottom: 20%;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
}

.banner-home .banner-content h1 {
    color: #fff;
    font-size: 4rem;
    /* max-width: 560px; */
}

.banner-home .banner-content p {
    max-width: 460px;
}

.hero-section .slick-slider,
.hero-section .slick-slide {
    height: 100vh;
}

.hero-section .slider-item {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    color: white;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    top: 0;
    margin-top: -50px;
    height: 100%;
}

.hero-section .banner-content {
    position: relative;
    z-index: 2;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* Optional */
    color: white;
    width: 100%;
    padding: 60px;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    margin-top: 9%;
    height: 50%;
}

.hero-section .background-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.hero-section .background-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.hero-section .slick-dots {
    bottom: 0;
}

.hero-section .slick-dots li button:before {
    color: white;
}

.hero-section .slick-prev,
.hero-section .slick-next {
    z-index: 2;
}

::selection {
    background: #1c1c1c;
    color: #fff;
}

::selection {
    background: var(--primary);
    color: var(--tertiary);
}

.hero-section .slick-dots {
    bottom: 40px;
    background: white;
    width: fit-content;
    margin: auto;
    padding: 15px 50px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.banner-content .form-label {
    color: var(--primary);
    font-weight: 500;
    font-family: "Founders Grotesk Medium";
    font-size: 1rem;
}

.banner-content .input-group span,
.banner-content .input-group input,
.banner-content .input-group select {
    border: 0;
}

.banner-content .input-group-text {
    background: transparent;
    padding: 0;
}

.banner-content .btn-dark1 {
    height: 72px;
    display: flex;
    align-items: center;
    line-height: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.2rem;
    background: var(--primary);
}


/* .banner-content .border-right {
    border-right: solid 1px #e3e3e3;
} */

.slider-overlay {
    background: rgba(0, 0, 0, 0.5);
    /* Optional dark overlay */
    padding: 50px;
}

.deals-box {
    height: 100%;
    position: relative;
    padding-bottom: 30px;
}

.deals-box .btn.btn-primary {
    position: absolute;
    bottom: 0;
}

.deals-box figure {
    margin-bottom: 1.5rem;
}

.deals-box h5 {
    margin-bottom: .5rem;
}


/* .deals-box h4 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
} */

.deals-box h4 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: #4A463D !important;
    min-height: 105px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.form-control:focus {
    border: solid 1px var(--secondary);
    box-shadow: none;
}

.highlight-section {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin-top: 5rem;
}

.highlight-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background-color: var(--secondary);
    z-index: 0;
    height: calc(100% - 100px);
}

.highlight-content {
    position: relative;
    z-index: 1;
}

.highlight-bg.right-bg {
    position: absolute;
    left: auto;
    right: 0;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    background-color: #fbc733;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

.package-title {
    font-size: 1.75rem;
    font-weight: 600;
}

.gallery-section {
    padding: 3rem 0;
    max-height: 450px;
}

.gallery-section .img-big img {
    max-height: 402px;
}

.gallery-section .zoom,
.gallery-section .zoom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.3;
}

.bg-grey {
    background: var(--gray);
    padding: 5rem 0;
}

.send-icon {
    background: var(--secondary);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    margin: 0 auto 1rem;
}

.reviews {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px 15px;
    justify-content: space-between;
}

.reviews h4 {
    font-size: 1.5rem;
}

.reviews h5 {
    font-size: 1.2rem;
}

.reviews .fa-star {
    color: #FFE500;
}

.reviews-logos {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.reviews-logos img:last-child {
    /* filter: invert(1) brightness(10); */
    max-width: 180px;
}

.reviews-logos img:first-child {
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.ihg-hotels {
    border: 1px solid #C09A2D;
    border-radius: 10px;
    position: relative;
    padding: 35px 15px;
}

.ihg-hotels ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

.ihg-hotels ul li {
    padding: 0 20px;
    margin: 25px auto;
    text-align: center;
}

.ihg-hotels ul li img {
    max-width: 90px;
    filter: grayscale(1);
}

.ihg-hotels ul li a:hover img {
    filter: grayscale(0);
}

.ihg-hotels .first {
    position: absolute;
    left: 20px;
    top: -20px;
    background: #fff;
    padding: 0 15px;
}

.ihg-hotels .last {
    right: 20px;
    position: absolute;
    bottom: -20px;
    padding: 0 15px;
    background: #fff;
}

.w-lg-75 {
    max-width: 75%;
}

.clients-logos {
    border-top: 1px solid #e3e3e3;
    padding-top: 3rem;
    margin-top: 4rem;
}

.clients-logos img {
    filter: grayscale(1);
}

.clients-logos:hover img {
    filter: grayscale(0);
}

.footer {
    background: #fff;
    padding: 3rem 0 2rem;
    font-size: 1rem;
    margin-top: 4rem;
    border-top: solid 1px #919191;
    border-bottom: solid 5px var(--secondary);
}

.footer .footer-logo {
    max-width: 200px;
    margin-bottom: 1.5rem;
    /* filter: invert(1) brightness(10); */
}

.footer h5 {
    margin-bottom: 1.25rem;
    /* min-height: 50px; */
    position: relative;
}

.footer h5:after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: var(--secondary);
    position: absolute;
    left: 0;
    bottom: -5px;
}

.footer-social {
    display: flex;
    margin: 0;
    padding: 0;
}

.footer-social li {
    margin-right: .5rem;
}

.footer .footer-social .social-icons {
    width: 30px;
    height: 30px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    color: #fff;
}

.footer .footer-social .social-icons:hover {
    background: var(--tertiary);
    color: var(--primary);
}

.footer .footer-menu {
    margin: 0;
    padding: 0;
}

.footer .footer-menu a {
    color: var(--primary);
    display: block;
    margin-bottom: .5rem;
}

.footer .footer-menu a:hover {
    color: var(--secondary);
}

.footer .address-bx {
    display: flex;
    margin-bottom: 1rem;
}

.footer .address-bx .adrss-icon img {
    max-width: 16px;
    margin-right: 10px;
}

.footer .downloads-det img {
    max-width: 200px;
    width: 100%;
}

.footer .downloads-det .apps-downloads {
    display: flex;
    justify-content: flex-end;
}

.footer .downloads-det .apps-downloads img {
    max-width: 150px;
}

.footer .footer-credits {
    font-size: .9rem;
    border-top: solid 1px #919191;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.footer .footer-credits a {
    color: var(--secondary);
    margin: 0 .5rem;
}

.footer .footer-credits a:hover {
    text-decoration: none;
    color: var(--tertiary);
}

.footer .cont-list {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem 0 0;
    padding: 0;
}

.footer .cont-list li {
    position: relative;
    padding-right: 1rem;
    border-right: solid 1px #e3e3e3;
    max-width: 360px;
}

.footer .cont-list li:last-child {
    border: 0;
}

.footer .cont-list li .contact-single {
    max-width: 250px;
    font-size: .9rem;
    padding-left: 1rem;
    display: flex;
    align-items: center;
}

.footer .cont-list .icon-box {
    background: var(--primary);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gray);
    flex-shrink: 0;
    margin-right: 1rem;
}

.inner-banner {
    background-position: center;
    background-size: cover;
    height: 540px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    border-top: solid 3px var(--secondary);
}

.inner-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.inner-banner .container {
    position: relative;
    z-index: 9;
}

.inner-banner h1 {
    color: #fff;
    max-width: 800px;
    margin: auto;
}

.breadcrumb {
    margin-top: 1rem;
    margin-bottom: .75rem;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.breadcrumb .breadcrumb-item a {
    color: #AFAFAF;
}

.breadcrumb .breadcrumb-item.active a {
    color: #9A9A9A;
}

.explore-listing {
    display: grid;
}

.attraction-card {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.attraction-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    min-height: 440px;
}

.attraction-card:hover img {
    transform: scale(1.05);
}

.attraction-card span {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #fff;
    border-radius: 7px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
}

.attraction-card span img {
    max-height: 50px;
    min-height: auto;
}

.attraction-card .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.attraction-card .card-title {
    font-family: "Butler";
    font-size: 1.5rem;
    font-weight: 500;
}

.attraction-card .card-distance {
    font-size: 0.9rem;
    opacity: 0.8;
    font-family: "Founders Grotesk";
    width: fit-content;
    border-bottom: solid 2px var(--secondary);
}

.attraction-card .card-distance img {
    max-width: 30px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: none;
    min-height: auto;
}

.room-types-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    font-family: "Butler";
    justify-content: center;
}

.room-types-menu li {
    margin: .5rem 1rem;
}

.room-types-menu li a {
    color: var(--primary);
    text-decoration: none;
    position: relative;
}

.room-types-menu li a:hover {
    color: var(--secondary);
}

.room-types-menu li a.active::after {
    content: '';
    width: 40px;
    height: 5px;
    background: var(--secondary);
    left: 0;
    bottom: -10px;
    position: absolute;
}

.offer-tabs {
    font-family: 'Butler';
    border: 0px;
    text-align: center;
    white-space: nowrap;
}

.offer-tabs .nav-link.active {
    color: var(--primary);
    /* font-weight: bold; */
    position: relative;
}

.offer-tabs .nav-link.active::after {
    content: '';
    width: 25px;
    height: 3px;
    background: var(--secondary);
    position: absolute;
    left: .5rem;
    bottom: 0;
}

.offer-tabs .nav-link {
    border: 0px;
    color: var(--primary);
    font-size: 1.25rem;
    background: transparent;
}

.offer-tabs li {
    display: inline-block;
    margin: 0 10px;
}

.section-gallery figure {
    max-height: 280px;
    overflow: hidden;
}

.section-gallery figure img {
    transition: ease-in .2s;
}

.section-gallery figure:hover img {
    transform: scale(1.1);
}

.offers-section .nav-tabs {
    display: flex;
    border-bottom: 0;
}

.offers-section .nav-tabs .nav-link {
    background: transparent;
    border: 0;
    font-family: "Butler";
    color: var(--primary);
    padding-left: 0;
    margin-right: 1.5rem;
}

.offers-section .nav-tabs .nav-link.active {
    position: relative;
}

.offers-section .nav-tabs .nav-link.active::after {
    content: '';
    width: 40px;
    height: 5px;
    background: var(--secondary);
    left: 0;
    bottom: -10px;
    position: absolute;
}

.offers-section .tab-content {
    margin-top: 4rem;
}

.topbar {
    background: #000;
    height: 40px;
    color: #fff;
    font-size: .9rem;
    text-transform: none;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.topbar a {
    color: #fff;
}

.topbar img {
    max-width: 120px;
    margin-left: 1rem;
}

.selectpicker {
    background: transparent;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    margin-right: 1rem;
}

.topbar .btn.btn-border {
    border: solid 1px #fff;
    padding: 6px 10px 4px;
    line-height: .9rem;
}

.topbar .btn.btn-border:hover {
    color: var(--secondary);
    border-color: var(--secondary);
}

.offer-bx {
    position: relative;
    margin-bottom: 1.2rem;
}

.offer-bx figure {
    position: relative;
    overflow: hidden;
    transition: all ease-in .5s;
    height: 100%;
    aspect-ratio: 1.5;
}

.offer-bx figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.offer-bx figure:hover img {
    transform: scale(1.1);
}

.offer-bx .offer-desc {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    color: #fff;
    width: 100%;
    padding-top: 6rem;
}

.offer-bx .offer-desc h6 {
    font-size: 1rem;
}

.offer-bx .offer-desc h4 {
    color: #fff;
}

.reserve-form .form-label {
    font-size: 1rem;
    color: var(--text-color);
}

.reserve-form .form-control {
    border: 0;
    background: transparent;
    border: solid 1px #e2e2e2;
    color: var(--dark);
}

.mid-img-panel img {
    aspect-ratio: 8/2.6;
    object-fit: cover;
}

.mid-img-panel figcaption {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    color: #fff;
}

.mid-img-panel {
    position: relative;
}

.mid-img-panel a {
    color: #fff;
}

.mid-img-panel .btn-primary {
    color: #000;
}

.mid-gallery-panel figure {
    background: #000;
}

.mid-gallery-panel img {
    width: 100%;
    aspect-ratio: 4/2.5;
    object-fit: cover;
    opacity: 0.8;
}

.mid-gallery-panel .slick-active img {
    opacity: 1;
}

.mid-gallery-panel .slick-slide div {
    padding: 0 2px;
}

.slick-dots li.slick-active span {
    background-color: var(--secondary);
}

.restaurant-features {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #e3e3e3;
}

.restaurant-features li {
    display: flex;
    flex-basis: 50%;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.restaurant-features li span {
    background: var(--secondary);
    border: 4px solid #ffe6a2;
    border-radius: 4px;
    font-size: 1.15rem;
    padding: 5px;
    width: 50px;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.restaurant-features h4 {
    font-size: 1.15rem;
    line-height: 1.5rem;
    margin: 0;
}

.restaurant-features h4 small {
    display: block;
    font-size: 1rem;
    font-family: "Founders Grotesk";
    color: var(--dark);
}

.restaurant-socialmedia {
    display: flex;
    gap: 10px;
    align-items: center;
}

.restaurant-socialmedia h5 {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.restaurant-socialmedia ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.restaurant-socialmedia a {
    text-decoration: none;
}

.restaurant-socialmedia i {
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

.restaurant-socialmedia a:hover i {
    background: var(--secondary);
    color: var(--primary);
}

.ramadan-pic {
    margin: 2rem 0;
}

.features ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0;
}

.features ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-basis: 240px;
}

.features ul li span {
    background-color: var(--secondary);
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 2rem;
    border: 7px solid #ffe6a2;
    color: #44443C;
}

.features ul li h3 {
    font-size: 1.25rem;
    line-height: 1.4rem;
}

.features ul li h3 small {
    display: block;
    font-size: 1rem;
    font-family: "Founders Grotesk";
    color: var(--dark);
}

.restaurant-points {
    margin: 0;
    padding: 0;
}

.restaurant-points li {
    margin-bottom: 1rem;
    font-weight: 500;
}

.restaurant-points li span {
    font-weight: normal;
    color: var(--dark);
}

ul.amenities-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 1rem 0;
    border-bottom: solid 1px var(--gray);
}

ul.amenities-list li {
    /* width: 23%;
    border: solid 1px #e2e2e2;
    padding: 1rem; */
    text-align: left;
    margin: .75rem 1rem;
    background: #fff;
    transition: .5s;
    /* font-size: 1rem; */
    filter: grayscale(1) brightness(1);
}

ul.amenities-list li span {
    margin-right: 6px;
}

ul.amenities-list li span img {
    width: 30px;
    height: 30px;
    transition: .5s;
}

.preLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #eee;
    z-index: 10;
    display: table;
}

.preLoaderContent {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.lds-ellipsis {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 15px;
    height: 15px;
    border-radius: 1%;
    background: #dbc04d;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    border-radius: 50%;
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 28px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 48px;
    animation: lds-ellipsis3 0.6s infinite;
}

.div-map-m-70 {
    margin-top: -70px;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.search-panel {
    position: relative;
    padding: 15px;
    border-radius: 0;
    padding: 20px 0px;
    z-index: 9;
}

.search-panel .form-label {
    color: var(--text-color);
    font-family: "Founders Grotesk Medium";
    font-size: 1rem;
}

.search-panel .input-group-text {
    padding: .2rem .25rem;
    background: #fff;
    display: flex;
    align-items: flex-start;
}

.search-panel .input-group,
.search-panel .input-group-text,
.search-panel .form-control,
.search-panel select {
    border: 0;
}

.adress-det i {
    color: var(--secondary);
    margin-right: 1rem;
}

.underline {
    position: relative;
}

.underline::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--secondary);
    margin-top: 1rem;
}

.sub-heading2 {
    text-transform: uppercase;
    font-family: 'Founders Grotesk Medium';
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.mob-search {
    display: none;
}

.form-control:focus {
    border-color: var(--secondary);
    box-shadow: 0;
}


/* accordion styles */

.accordion-section {
    padding-bottom: 3rem;
}

.custom-accordion .accordion-item {
    border: none;
    border-top: 2px solid #e6a623;
    /* gold line */
}

.custom-accordion .accordion-item:last-child {
    border-bottom: 2px solid #e6a623;
    /* bottom line */
}

.custom-accordion .accordion-button {
    background: transparent;
    color: #000;
    padding: 1.2rem .5rem;
    font-size: 1.25rem;
    font-weight: 500;
    box-shadow: none;
    border: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    transform: rotate(0deg);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

@media screen and (max-width:1440px) {
    .section.banner-home::before {
        height: 260px;
    }
}

@media screen and (min-width: 991px) {
    .search-panel.home {
        height: auto;
        min-height: 450px;
        width: 100%;
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    .hero-section .background-slide {
        height: 500px;
    }
    .hero-section {
        min-height: auto;
        position: absolute;
        display: block;
    }
    .hero-section .slick-slider,
    .hero-section .slick-slide {
        height: 400px;
        min-height: auto;
        position: relative;
    }
    .search-panel.home .container {
        max-width: 90%;
    }
    .search-panel.home {
        width: 100%;
        position: relative;
    }
    .section.banner-home {
        height: 400px;
    }
    #navbarCollapse {
        background: var(--primary);
    }
    .footer .cont-list li .contact-single {
        padding-left: 0;
        margin-bottom: 1rem;
    }
    .footer .downloads-det .apps-downloads {
        display: flex;
        justify-content: flex-start;
    }
    .footer h5 {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 2rem 0;
    }
    header .navbar-brand img {
        max-width: 200px;
    }
    .w-lg-75 {
        width: 100%;
        max-width: none;
        margin-bottom: 2rem;
    }
    .highlight-bg {
        height: 200px;
    }
    .deals-box {
        margin-bottom: 2rem;
    }
    .deals-box .btn.btn-primary {
        position: relative;
        bottom: 0;
    }
    .search-panel {
        width: 100%;
    }
    .search-panel .border-end {
        border: 0 !important;
    }
    .search-panel .input-group-text {
        align-items: center;
    }
    ul.amenities-list li {
        width: 45%;
        font-size: 1rem;
        margin: .5rem .5rem;
    }
    ul.amenities-list li span img {
        width: 20px;
        height: 20px;
    }
    .offers-section .nav-tabs .nav-link.active::after {
        bottom: -1px;
    }
    .offer-bx {
        margin-bottom: 1rem;
    }
    .footer .cont-list li {
        position: relative;
        padding-right: 1rem;
        border-bottom: none;
        max-width: none;
        width: 100%;
    }
    .footer .cont-list li .contact-single {
        padding-left: 0;
        margin-bottom: 1rem;
    }
    .footer .downloads-det .apps-downloads {
        display: flex;
        justify-content: flex-start;
    }
    .footer h5 {
        margin-top: 2rem;
    }
    .hero-section {
        min-height: auto;
        display: block;
        width: 100%;
    }
    .hero-section .background-slider {
        position: relative;
    }
    .hero-section .background-slide {
        height: 500px;
    }
    .search-panel.home .input-group {
        border: solid 1px #e2e2e2;
        border-radius: 2px;
    }
    .search-panel .form-label {
        margin-bottom: 0;
    }
    .navbar-collapse {
        background: #000;
        border-radius: .5rem;
    }
    .mob-search {
        display: block;
        max-width: 90%;
        margin: -150px auto;
        position: relative;
        z-index: 9;
        height: 100%;
    }
    .inner-banner form {
        display: none;
    }
    .features ul li {
        display: flex;
        flex-basis: 100%;
        margin-bottom: 1rem;
        text-align: left;
    }
}


/* ani input */

.deals-box h4 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: #4A463D !important;
}


/* .content-block p {
    font-size: 1rem;
} */

.fancybox img {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cont-list li:nth-child(3) .contact-single {
        padding-left: 0;
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .banner-home .banner-content h1 {
        font-size: 2em;
    }
}

@media screen and (max-width: 768px) {
    header .navbar-brand img {
        max-width: 180px;
    }
    .topbar {
        height: 60px;
        font-size: .6rem;
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .banner-home .banner-content h1 {
        font-size: 1.75em;
    }
    .highlight-bg {
        height: 120px;
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    .search-panel.home {
        position: absolute;
        top: 0;
    }
    .search-panel.home {
        position: absolute;
        inset: 0;
        top: 0;
        bottom: 0px;
        padding: 20px 25px;
        border-radius: 5px;
        width: 100%;
    }
}
