html {
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 01 : Website Global CSS BOF
========================================================== */
body {
    background: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #333;
    text-transform: none;
}
*::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    border-radius: 8px;
}
*::-webkit-scrollbar-thumb {
    background-color:#CBD1D6;
    background-clip: padding-box;
    border: 1px solid transparent;
    height: 5px;
    border-radius: 8px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-button {
    background-color: transparent;
}

/*** Only IE ***/
* {
    scrollbar-face-color: #CBD1D6;
    scrollbar-shadow-color: transparent;
    scrollbar-highlight-color: transparent;
}

/*** Only FireFox ***/
* {
    scrollbar-color: #CBD1D6 transparent;
    scrollbar-width: thin !important;
}
*,
html {
    margin: 0px;
    padding: 0px;
}

a {
    color: #555;
}

/* Common color hyperlink */
a:hover,
a:focus,
a:active {
    color: #3497db;
    text-decoration: none;
}

/* Common hover color hyperlink */
a,
*:hover,
*:focus,
*:active :focus {
    text-decoration: none;
    outline: none !important;
    outline-offset: 0 !important;
}

a img,
img {
    border: none;
    outline: none !important;
    outline-offset: 0 !important;
}

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

i {
    font-family: 'FontAwesome';
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    line-height: normal;
}

/* Transition Effect CSS BOF */
a,
img,
input {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

/* Browser Selection CSS BOF */
::selection {
    background: #3497bd;
    color: #fff;
}

::-moz-selection {
    background: #3497bd;
    color: #fff;
}

::-webkit-selection {
    background: #3497bd;
    color: #fff;
}

::-o-selection {
    background: #3497bd;
    color: #fff;
}

::-ms-selection {
    background: #3497bd;
    color: #fff;
}

/* 02 : Global Classes CSS BOF
==================================================== */
.style-none {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: medium none;
}

.cover-bg {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.shadow-none {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.radius-none {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.border-none {
    border: medium none !important;
}

.text-transform {
    text-transform: uppercase;
}

.none-transform {
    text-transform: none;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Background &amp; Color Style CSS BOF
=================================================== */
/* Font Color Style CSS BOF */
.white-color-text {
    color: #fff;
}


/* Background Color Style CSS BOF */
.gray-color-bg {
    background: #f5f5f5;
}

.darkred-color-bg {
    background: #803030;
}

.light-blue {
    background: #EBF4F9;
}

/* 03 : Heading Style CSS BOF
=================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: "Inter", sans-serif;
    color: #0D1422;
}
h1{
    font-family: "Poppins", sans-serif;
  font-weight: 700;
}
h1 {
    font-size: 50px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}




/* 05 : Image Style CSS BOF
=================================================== */
img {
    margin-bottom: 0;
}

/*margin-bottom:5px*/

/* 08 : Linedivider Style CSS BOF
=================================================== */
hr {
    border-top: solid 1px #2d9bef;
    border-bottom: medium none;
    margin-top: 25px;
    margin-bottom: 25px;
}


/* 10 : Button Style CSS BOF
=================================================== */
.btn {
    background: #FFD600;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #0D0E10;
    padding: 8px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

/*** Buttton Varilation CSS BOF ***/

/* Hover State CSS BOF */
.btn:hover,
.btn:focus,
.btn:active {
    background: #00B9E9;
    color: #fff;
    box-shadow: none;
    outline: none;
}


.btn2 {
    color: var(--Colors-Base-white, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    border-radius: 8px;
    background: var(--Primary, #00B9E9);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    height: 48px;
    padding: 8px 20px;
}

.btn2:hover,
.btn2:focus,
.btn2:active {
    background: #FFD600;
    color: #0D0E10;
    box-shadow: none;
    outline: none;
}

/* 11 : Form &amp; Input Style BOF
==================================================== */
.form-control {
    background: #ffffff;
    border: solid 1px #d0d0d0;
    height: 45px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
}

textarea.form-control {
    padding-right: 5px;
    resize: vertical;
    overflow: auto;
    height: 150px;
}

/*** Placeholder CSS BOF ***/
.form-control::placeholder {
    color: #666;
}

.form-control::-moz-placeholder {
    color: #666;
}

.form-control:-ms-input-placeholder {
    color: #666;
}

.form-control::-webkit-input-placeholder {
    color: #666;
}

.form-control::-o-input-placeholder {
    color: #666;
}

/*** Label CSS BOF ***/
label {
    font-size: 15px;
}

/* Focus State CSS BOF */
.form-control:focus {
    border: solid 1px #159f85;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


/*
| ========================================================
| INDEX PAGE CSS BOF
| ========================================================
*/
.page-wrapper {
    margin: 0px auto;
}

section {
    padding: 60px 0;
}

.inner-page section {
    padding: 20px 0;
}

/* HEADER CSS BOF 
======================================================= */



.list-unstyled.mob {
    color: #fff;
    gap: 20px;
    display: none;
}

.list-unstyled {
    color: #fff;
    gap: 20px;
    display: flex;
}

.top-header {
    background: linear-gradient(180deg, #0B5EA5 0%, #00B9E9 100%);
}

.top-header .navbar-brand {
    padding: 0 0 24px 0;
}

.top-header .navbar-brand {
    Max-width: 284px;
}

.top-header .ban-list-inner {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
}

.main-header {
    background: linear-gradient(0deg, #FFD600 0%, #FFF686 100%);
}

.main-header .navbar {
    padding: 0;
}

.main-header .navbar .navbar-nav {
    gap: 60px;
}

.main-header .navbar .navbar-nav .nav-item .nav-link {
    color: #0D0E10;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    padding: 0;
}

.main-header .navbar .navbar-nav .nav-item.active .nav-link {
    font-weight: 600;
}

.banner {
/*    background: url(../images/banner-bg.jpg);*/
    padding: 316px 0 242px;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.banner .banner-content h2,
.banner .banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.banner .banner-content p {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    color: #f8f8f8;
}

.banner .banner-form {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(4px);
    padding: 12px 17px;
    max-width: 1172px;
    margin: 28px auto 0;
}

.banner .banner-form .input-group {
    /* width: 316px; */
    width: 100%;
    height: 52px;
}

.banner .banner-form .form-control {
    border-radius: 8px 0px 0px 8px;
    /* width: 287px; */
    width: 100%;
    border: none;
    height: 52px;
    color: #0D0E10;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.banner .banner-form .form-control.date {
    border-left: 1px solid var(--gray-100, #E3E6EA);
    border-radius: 0;
}

.banner .banner-form .form-control.guests {
    border-left: 1px solid var(--gray-100, #E3E6EA);
    border-radius: 0px 8px 8px 0px;
    overflow: hidden;
}

.banner .banner-form .input-group .input-group-prepend .input-group-text {
    background-color: #fff;
    border: none;
}

.banner .banner-form .input-group>.input-group-prepend.guests .input-group-text {
    border-radius: 0px 8px 8px 0px;
}

.banner .banner-form .btn {
    width: calc(100% - 10px);
    height: 52px;
    margin-left: 10px;
}

.section-title h2 {
    color: var(--gray-900, #0D0E10);
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.section-title p {
    color: var(--gray-600, #525C68);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

/* See and Do in Malia
======================================================= */
.malia-section .malia-slider {
    padding-top: 30px;
    padding-bottom: 60px;
}

.malia-section .section-title {
    z-index: -1;
    text-align: center;
    position: relative
}

.malia-section .section-title h2 {
    color: var(--gray-900, #0D0E10);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.malia-section .section-title p {
    color: var(--gray-600, #525C68);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.card {
    background: var(--White, #FFF);
    box-shadow: 0px 10px 50px 0px rgba(12, 29, 45, 0.15);
    border: none;
    border-radius: 16px;
}

.card .img-group {
    position: relative;
}

.card .img-group img {
    max-height: 216px;
    object-fit: cover;
}

.card .img-group .tags {
    border-radius: 0px 4px 4px 0px;
    background: rgba(13, 14, 16, 0.70);
    backdrop-filter: blur(5px);
    display: inline-block;
    padding: 4px 8px;
    position: absolute;
    top: 23px;
    left: 0;
}

.card .img-group .tags span {
    color: var(--Colors-Base-white, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.card .img-group .tags span svg {
    width: 22px;
}

.card .img-group .tags.save-tag {
    right: 20px;
    left: auto;
    padding: 10px 8px;
    top: 18px;
}

.card .card-body {
    padding: 16px;
}

.card .card-body .card-title {
    color: var(--Primary-Dark, #0B5EA5);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.card .card-body .card-text {
    color: var(--gray-600, #525C68);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.card .card-body .per-person {
    color: var(--gray-800, #3F434B);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 0;
}

.card .card-body .per-person span {
    color: var(--success, #07A85B);
}

.card .card-footer {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    background: transparent;
    border-color: #E3E6EA;
}

.card .card-footer .time {
    display: flex;
    align-items: center;
    gap: 4px;
}

.card .card-footer .time .icon {
    background-color: #E1EFFD;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .card-footer .time sapn {
    color: var(--gray-700, #464D58);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.card .card-footer .reviews {
    display: flex;
    gap: 4px;
    align-items: center;
}

.card .card-footer .reviews h5 {
    color: var(--gray-600, #525C68);
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.card .card-footer .reviews h5 span {
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    display: block;
    line-height: normal;
}

.card .card-footer .reviews .badge {
    border-radius: 4px;
    background: var(--Primary-Dark, #0B5EA5);
    backdrop-filter: blur(2.5px);
    padding: 4px 12px;
    color: var(--Colors-Base-white, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}


.malia-section .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -18px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #E3E6EA;
    opacity: 1;
}

.malia-section .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #0B5EA5;
}

.malia-section .button-section {
    margin-top: 63px;
    text-align: center;
    position: relative;
}

.malia-section .button-section .custom-button-next,
.malia-section .button-section .custom-button-prev {
    border: 1px solid #00B9E9;
    border-radius: 50%;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}

.malia-section .button-section .swiper-button {
    position: absolute;
    right: 0;
    display: flex;
    gap: 15px;
    top: 6px;
    z-index: 9;
}



/* Accommodation
======================================================= */
.accommodation-section {
    background: url(../images/accommodation-banner.png);
    padding: 134px 0;
    background-size: cover;
    background-position: center center;
}

.accommodation-section .accommodation-slider {
    padding-top: 30px;
    padding-bottom: 60px;
}

.accommodation-section .section-title {
    text-align: center;
}

.accommodation-section .section-title h2 {
    color: var(--gray-900, #0D0E10);
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.accommodation-section .section-title p {
    color: var(--gray-600, #525C68);
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.card2 {
    background: var(--White, #FFF);
    box-shadow: 0px 10px 50px 0px rgba(12, 29, 45, 0.15);
    border: none;
    border-radius: 16px;
}

.card2 .img-group {
    position: relative;
}

/* .card2 .img-group img{ max-height: 350px;}  */
.card2 .img-group .tags {
    border-radius: 0px 4px 4px 0px;
    background: rgba(13, 14, 16, 0.70);
    backdrop-filter: blur(5px);
    display: inline-block;
    padding: 4px 8px;
    position: absolute;
    top: 23px;
    left: 0;
}

.card2 .img-group .tags span {
    color: var(--Colors-Base-white, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.card2 .img-group .tags span svg {
    width: 22px;
}

.card2 .img-group .tags.save-tag {
    right: 20px;
    left: auto;
    padding: 10px 8px;
    top: 18px;
    border-radius: 4px;
}

.card2 .card-body {
    padding: 16px;
    position: relative;
}

.card2 .card-body .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card2 .card-body .card-title {
    color: var(--Primary-Dark, #0B5EA5);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 2px;
}

.card2 .card-body .card-text {
    color: var(--gray-600, #525C68);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.card2 .card-body .per-person {
    color: var(--gray-800, #3F434B);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 0;
}

.card2 .card-body .per-person span {
    color: var(--success, #07A85B);
}

.card2 .card-footer {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    background: transparent;
    border-color: transparent;
    padding-bottom: 20px;
    padding-top: 0;
}

.card2 .card-footer .btn-line {
    display: block;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid var(--Primary, #00B9E9);
    color: #00B9E9;
    width: 100%;
    line-height: 24px;
    box-shadow: none;
}

.card2 .reviews {
    display: flex;
    gap: 4px;
    align-items: center;
}

.card2 .reviews h5 {
    color: var(--gray-600, #525C68);
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.card2 .reviews h5 span {
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    display: block;
    line-height: normal;
}

.card2 .reviews .text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.accommodation-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.accommodation-section .accommodation-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -18px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #E3E6EA;
    opacity: 1;
}

.accommodation-section .accommodation-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #0B5EA5;
}

.accommodation-section .button-section {
    /* margin-top: 63px; */
    text-align: center;
    position: relative;
}

.accommodation-section .button-section .accommodation-button-next,
.accommodation-section .button-section .accommodation-button-prev {
    border: 1px solid #00B9E9;
    border-radius: 50%;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}

.accommodation-section .button-section .btn {
    min-width: 158px;
}

.accommodation-section .button-section .swiper-button {
    position: absolute;
    right: 0;
    display: flex;
    gap: 15px;
    top: 6px;
    z-index: 9;
}


/* resturants
======================================================= */
.resturants-section {}

.resturants-section .resturants-slider {
    padding-top: 30px;
    padding-bottom: 60px;
}

.resturants-section .section-title {
    text-align: center;
}

.resturants-section .section-title h2 {
    color: var(--gray-900, #0D0E10);
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.resturants-section .section-title p {
    color: var(--gray-600, #525C68);
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.resturants-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.resturants-section .resturants-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -18px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #E3E6EA;
    opacity: 1;
}

.resturants-section .resturants-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #0B5EA5;
}

.resturants-section .button-section {
    /* margin-top: 63px; */
    text-align: center;
    position: relative;
}

.resturants-section .button-section .resturants-button-next,
.resturants-section .button-section .resturants-button-prev {
    border: 1px solid #00B9E9;
    border-radius: 50%;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}

.resturants-section .button-section .btn {
    min-width: 158px;
}

.resturants-section .button-section .swiper-button {
    position: absolute;
    right: 0;
    display: flex;
    gap: 15px;
    top: 6px;
    z-index: 9;
}

/* resturants
======================================================= */
.hires-section {
    background: url(../images/accommodation-banner.png);
    padding: 134px 0;
    background-size: cover;
    background-position: center center;
}

.hires-section .hires-slider {
    padding-top: 30px;
    padding-bottom: 60px;
}

.hires-section .section-title {
    text-align: center;
}

.hires-section .section-title h2 {
    color: var(--gray-900, #0D0E10);
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.hires-section .section-title p {
    color: var(--gray-600, #525C68);
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.hires-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.hires-section .hires-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -18px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #E3E6EA;
    opacity: 1;
}

.hires-section .hires-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #0B5EA5;
}

.hires-section .button-section {
    /* margin-top: 63px; */
    text-align: center;
    position: relative;
}

.hires-section .button-section .hires-button-next,
.hires-section .button-section .hires-button-prev {
    border: 1px solid #00B9E9;
    border-radius: 50%;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}

.hires-section .button-section .btn {
    min-width: 158px;
}

.hires-section .button-section .swiper-button {
    position: absolute;
    right: 0;
    display: flex;
    gap: 15px;
    top: 6px;
    z-index: 9;
}

/* nightlife
======================================================= */
.nightlife .grid-content {
    /* display: flex;
    flex-wrap: wrap;
    gap: 0px; */
    margin-top: 24px;
    justify-content: center;
}

.nightlife .content {
    position: relative;
}

.nightlife .content .text {
    border-radius: 0px 0px 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    padding: 68px 16px 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.nightlife .content .text p {
    color: var(--White, var(--Colors-Base-white, #FFF));
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

/* riviera
======================================================= */
.riviera-banner {
    background: url(../images/riviera-bg.png);
    background-position: center top;
    padding: 150px 0;
    background-size: cover;
    position: relative;
}

.riviera-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(274deg, rgba(11, 94, 165, 0.11) 0.16%, rgba(7, 63, 111, 0.45) 52.88%, rgba(4, 36, 63, 0.94) 100.58%);
    backdrop-filter: blur(2px);
}

.riviera-banner .content {
    position: relative;
    z-index: 9;
}

.riviera-banner .content h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}

.riviera-banner .content h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.riviera-banner .content p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}

.riviera-banner .content .btn2 {
    min-width: 182px;
}


/* inside
======================================================= */

.inside-section .inside-slider {
    padding-top: 30px;
    padding-bottom: 60px;
}

.inside-section .section-title {
    text-align: center;
}

.inside-section .section-title h2 {
    color: var(--gray-900, #0D0E10);
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.inside-section .section-title p {
    color: var(--gray-600, #525C68);
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.inside-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.inside-section .inside-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -18px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #E3E6EA;
    opacity: 1;
}

.inside-section .inside-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #0B5EA5;
}

.inside-section .button-section {
    /* margin-top: 63px; */
    text-align: center;
    position: relative;
}

.inside-section .button-section .inside-button-next,
.inside-section .button-section .inside-button-prev {
    border: 1px solid #00B9E9;
    border-radius: 50%;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}

.inside-section .button-section .btn {
    min-width: 158px;
}

.inside-section .button-section .swiper-button {
    position: absolute;
    right: 0;
    display: flex;
    gap: 15px;
    top: 6px;
    z-index: 9;
}



/* other-resort
======================================================= */
.other-resort-section {
    background: url(../images/accommodation-banner.png);
    background-position: center;
    padding: 134px 0;
    background-size: cover;
}

.other-resort-section .other-resort-slider {
    padding-top: 30px;
    padding-bottom: 60px;
}

.other-resort-section .section-title {
    text-align: center;
}

.other-resort-section .section-title h2 {
    color: var(--gray-900, #0D0E10);
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.other-resort-section .section-title p {
    color: var(--gray-600, #525C68);
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.other-resort-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.other-resort-section .other-resort-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -18px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #E3E6EA;
    opacity: 1;
}

.other-resort-section .other-resort-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #0B5EA5;
}

.other-resort-section .button-section {
    /* margin-top: 63px; */
    text-align: center;
    position: relative;
}

.other-resort-section .button-section .other-resort-button-next,
.other-resort-section .button-section .other-resort-button-prev {
    border: 1px solid #00B9E9;
    border-radius: 50%;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}

.other-resort-section .button-section .btn {
    min-width: 158px;
}

.other-resort-section .button-section .swiper-button {
    position: absolute;
    right: 0;
    display: flex;
    gap: 15px;
    top: 6px;
    z-index: 9;
}


/* reviews
======================================================= */

.reviews-section .reviews-slider {
    padding-top: 30px;
    padding-bottom: 60px;
}

.reviews-section .section-title {
    text-align: center;
}

.reviews-section .section-title h2 {
    color: var(--gray-900, #0D0E10);
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.reviews-section .section-title p {
    color: var(--gray-600, #525C68);
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.reviews-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.reviews-section .reviews-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -18px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #E3E6EA;
    opacity: 1;
}

.reviews-section .reviews-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #0B5EA5;
}

.reviews-section .button-section {
    /* margin-top: 63px; */
    text-align: center;
    position: relative;
}

.reviews-section .button-section .reviews-button-next,
.reviews-section .button-section .reviews-button-prev {
    border: 1px solid #00B9E9;
    border-radius: 50%;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}

.reviews-section .button-section .btn {
    min-width: 158px;
}

.reviews-section .button-section .swiper-button {
    position: absolute;
    right: 0;
    display: flex;
    gap: 15px;
    top: 6px;
    z-index: 9;
}


/* Blog section
======================================================= */
.blog-section .blog-content-thmb {
    overflow: hidden;
    height: 100%;
    position: relative;
    border-radius: 16px;
}

.blog-section .blog-content-thmb::after {
    content: "";
    border-radius: 16px;
    opacity: 0.6;
    background: var(--gray-900, #0D0E10);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.blog-section .blog-content-thmb .text-content {
    position: absolute;
    left: 80px;
    bottom: 80px;
    z-index: 9;
}

.blog-section .blog-content-thmb .text-content h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    color: #fff;
    max-width: 450px;
}

.blog-section .blog-content-thmb .text-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    color: #fff;
}

.blog-section .list-content .content {
    display: flex;
    border-radius: 16px;
    background: var(--Colors-Base-white, #FFF);
    box-shadow: 0px 10px 50px 0px rgba(12, 29, 45, 0.15);
    margin-bottom: 47px;
}

.blog-section .list-content .content .text-content {
    padding: 23px 35px 34px 21px;
    max-width: 495px;
}

.blog-section .list-content .content .date {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #525C68;
    display: block;
    margin-bottom: 3px;
}

.blog-section .list-content .content .author {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #525C68;
    margin-bottom: 14px;
    display: block;
}

.blog-section .list-content .content h3 {
    color: #0D0E10;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.blog-section .list-content .content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #525C68;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.blog-section .button-section {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

.blog-section .button-section .btn {
    min-width: 158px;
}

.footer {
    background: linear-gradient(180deg, #0B5EA5 0%, #00B9E9 100%);
    padding: 40px 0 30px;
}

.footer .content img {
    margin-bottom: 20px;
}

.footer .content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #CBD1D6;
}

.footer .content .socail {
    margin-top: 63px;
}

.footer .content .socail h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #CBD1D6;
}

.footer .content .socail ul {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.footer .content .socail ul li {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .link-content h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

.footer .link-content ul {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.footer .link-content ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #E3E6EA;
}

.footer .link-content ul li a .icon {
    margin-right: 8px;
}

.footer .link-content .newsletter {
    margin-top: 40px;
}

.footer .link-content .newsletter .form-group {
    position: relative;
}

.footer .link-content .newsletter .form-control {
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7B8895;
}

.footer .link-content .newsletter .btn2 {
    position: absolute;
    bottom: 6px;
    right: 6px;
    padding: 0;
    width: 40px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .copyright {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 30px;
}

.footer .copyright .text-content ul {
    display: flex;
    justify-content: right;
    gap: 20px;
}

.footer .copyright .text-content ul li a {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.footer .copyright .text-content ul li:last-child a {
    border: none;
    padding: 0;
}

.footer .copyright .lang-btn .dropdown .btn {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.20);
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: none;
    color: #fff;
    box-shadow: none;
    width: 123px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-overflow-container {
    overflow-x: hidden;
}

.swiper-overflow-container .container {
    overflow: visible;
}

.swiper-overflow-container .swiper {
    overflow: visible;
}



/*** product listing page css start ***/
.cards {
    background: #fff;
    border: 1px solid #E3E6EA;
    border-radius: 10px;
}

.bg-gray {
    background: #F8F8F8;
}

.wrapper {
    padding: 50px 0;
}

.sidebar {
    padding: 20px;
}

.small-heading {
    font-size: 18px;
    font-weight: 600;
    color: #0D0E10;
}

.product-item {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 12px 16px -4px #10182814;
    height: calc(100% - 1.5rem);
    position: relative;
}

.product-details {
    padding: 20px 24px;
}

.product-details-inner {
    margin-bottom: 60px;
}

.wishlist {
    position: absolute;
    top: 17px;
    right: 20px;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    background: rgba(13, 14, 16, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist:hover {
    background: #FFD600;
}

.views-heading .btn {
    height: 36px;
    width: 36px;
    border-radius: 6px !important;
    background: #F1F8FE;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.views-heading .btn:hover,
.views-heading .btn.active {
    background: #00B9E9;
}

.views-heading .btn:hover svg path,
.views-heading .btn.active svg path {
    fill: #fff
}

.views-heading .btn>img {
    width: 16px;
    max-height: 15px;
}

.views-heading .btn>img {
    width: 16px;
    height: 15px;
    display: inline-block;
    max-width: 16px;
}

.cards.views-heading {
    padding: 12px;
}

.filter-block .form-control,
.filter-block .input-group .form-control {
    border: 1px solid #E3E6EA;
    font-size: 16px;
    font-weight: 500;
    color: #7B8895;
    height: 52px;
    padding: 15px 40px 15px 15px;
    border-radius: 6px;
}

.filter-block select.form-control {
    cursor: pointer;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 94%;
    padding: 15px;
    color: #0D0E10;
}

.search-by .search-btn {
    position: absolute;
    right: 15px;
    border: 0;
    background: transparent;
    top: 17px;
}

.filter-block {
    border-bottom: 1px solid #E3E6EA;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.filter-block .small-heading {
    margin-bottom: 15px;
}

.select-type {
    margin-top: 20px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 4px;
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
    border: #606D7A solid 1px;
    top: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #00B9E9;
    background-color: #00B9E9;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/check-arrow.svg);
}

.custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 0;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.filter-block .custom-control {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.filter-block .badge {
    margin-left: auto;
    font-size: 16px;
    font-weight: 400;
    color: #A6AFBA;
}

.custom-control-label {
    padding-left: 5px;
    cursor: pointer;
}

.fas.fa-star.text-warning {
    color: #FFA800 !important;
    margin: 0 3px;
}

.filter-block:last-child {
    border: 0;
}

.about-box {
    text-align: center;
    border: 1px solid #CBD1D6;
    border-radius: 10px;
    padding: 27px 20px 20px 20px;
    height: 100%;
}

.about-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #00B9E9;
    margin: 15px 0 10px 0;
}

.about-box p {
    font-size: 14px;
    line-height: 20px;
    max-width: 240px;
    margin: 0 auto;
    color: #525C68;
}

.about-btm-info {
    background: #fff;
    padding: 43px 0 43px;
}

.about-btm-info .col-lg-4 {
    margin-bottom: 10px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 20px 0 15px;
}

.price-input .field input {
    width: 40px;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    -moz-appearance: textfield;
    min-width: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
    width: 15px;
}

.slider {
    height: 8px;
    position: relative;
    background: #E3E6EA;
    border-radius: 4px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 4px;
    background: #00B9E9;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 8px;
    top: -8px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #fff;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 0 2px #00B9E9;
}

input[type="range"]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border: none;
    border-radius: 50%;
    background: #fff;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 0 2px #00B9E9;
}

.price-input input,
.price-input span {
    color: #606D7A;
    font-size: 16px;
}

.product-listing-main {
    padding-bottom: 50px;
}

.cards.views-heading .btn-group .btn {
    margin-left: 10px;
    padding: 0;
}

.views-heading .btn:hover>img,
.cards.views-heading .btn-group .btn.active>img {
    fill: #fff;
    background: #00B9E9;
}

.views-heading .btn svg path {
    fill: #606D7A;
}

.inner-banner {
    min-height: 316px;
    padding: 0;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner.inner-banner .banner-content h1 {
    text-transform: capitalize;
}

.page-link {
    padding: 10px;
    margin-left: 2px;
    border-radius: 40px !important;
    background: transparent;
    height: 40px;
    border: 1px solid transparent;
    width: 40px;
    text-align: center;
    font-size: 14px;
    color: #475467 !important;
    font-weight: 500;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row {
    margin-right: -12px;
    margin-left: -12px;
}

.product-img-main {
    height: 180px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 12px;
    padding-left: 12px;
}

li.page-item.active .page-link {
    color: #fff !important;
}

.page-link:hover,
.page-item.active .page-link {
    z-index: 2;
    color: #fff !important;
    text-decoration: none;
    background-color: #0B5EA5;
    border-color: #0B5EA5;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background: transparent;
    border-color: #0B5EA5;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background: #fff;
    border-color: #0B5EA5;
}

.page-item:first-child {
    margin-right: 50px;
}

.page-item:last-child {
    margin-left: 50px;
}

.page-item.disabled .page-link {
    opacity: 0.8;
}

.serv-info ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.location-info .location {
    margin-bottom: 15px;
    color: #606D7A;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

.product-img-main .product-img>img {
    height: 100%;
    object-fit: cover;
}

.booknow-btn {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 48px);
    left: 24px;
}

.product-details-inner {
    margin-bottom: 68px;
}

.booknow-btn .btn {
    width: 100%;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid var(--Primary, #00B9E9);
    color: #00B9E9;
    line-height: 30px;
}

.booknow-btn .btn:hover {
    background: #00B9E9;
    color: #fff;
}

.serv-info ul li {
    display: flex;
    gap: 5px;
    border: 1px solid #E3E6EA;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    font-size: 12px;
    color: #525C68;
}

.product-heading h4 span {
    font-size: 16px;
    font-style: italic;
    color: #525C68;
}

.product-price h5 {
    font-size: 16px;
    font-weight: 600;
    color: #3F434B;
    margin-bottom: 1px;
}

.product-price {
    padding: 8px 0 18px;
}

.location-info {
    border-top: 1px solid #E3E6EA;
    padding-top: 18px;
}

.product-price h5 span {
    color: #07A85B;
}

.product-price em {
    font-size: 14px;
    color: #606D7A;
}

.owner-link {
    color: #3F434B;
    font-size: 14px;
    font-style: italic;
    text-decoration: underline !important;
}

.rating-info {
    font-size: 18px;
    color: #3F434B;
    gap: 6px;
}

.product-heading h4 {
    font-size: 20px;
    font-weight: 500;
    color: #0D0E10;
}

.list-view .product-item {
    display: flex;
}

.list-view .booknow-btn .btn {
    background: #00B9E9;
    color: #fff;
    padding: 6px 10px;
    min-width: 158px;
}

.list-view .booknow-btn .btn:hover {
    background: transparent;
    color: #00B9E9;
}

.list-view .location {
    margin-top: auto;
    padding-bottom: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-details-inner p {
    font-size: 16px;
    line-height: 24px;
    color: #525C68;
    padding-right: 50px;
}

.list-view .product-heading h4 span {
    font-style: italic;
    color: #00B9E9;
    font-weight: 400;
    margin-left: 5px;
}

.list-view .booknow-btn {
    position: static;
    width: auto;
}

.list-view .product-details-inner {
    margin-bottom: 0;
}

.list-view .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
}

.list-view .product-img-main {
    height: 100%;
    width: 37.6%;
}

.list-view .product-details {
    width: 62.4%;
}

/*** faq page css start ***/
.accordion .card-header .card-title:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Pro';
    float: right;
    margin-left: auto;
}

.accordion .card-header.collapsed .card-title:after {
    content: "\f107";
}

.faq-sidebar .nav-pills .nav-link {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #525C68;
    border-radius: 0;
    padding: 19px 26px 19px 15px;
    border-bottom: 1px solid #E3E6EA;
    display: flex;
    align-items: center;
    gap: 15px;
}

.faq-sidebar .nav-pills .nav-link.active {
    background: transparent;
    color: #00B9E9;
}

.faq-sidebar .nav-pills .nav-link:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    float: right;
    margin-left: auto;
    font-size: 13px;
}

.faq-sidebar .nav-pills .nav-item:last-child .nav-link {
    border: 0;
}

.tab-content h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: #0D0E10;
    margin: 0;
    text-align: left;
}

.card-header {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #E3E6EA;
    border-radius: 8px !important;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}

.accordion>.card {
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.card-header .card-title {
    padding: 19px;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    cursor: pointer;
    gap: 15px;
}

.card-header.collapsed .card-title {
    color: #525C68;
}

.card-header.collapsed {
    background: #fff;
}

.card-header {
    background: #00B9E9;
}

.card-body p {
    font-size: 18px;
    line-height: 28px;
    color: #3F434B;
}

.card-body {
    background: #fff;
    border-radius: 0 0 8px 8px;
    /* box-shadow: 0px 12px 16px -4px #10182814; */
    margin-top: 0px;
    border: 0;
}

.date-time-info {
    font-size: 16px;
    color: #3F434B;
    text-align: right;
}

/*** gallery page css start ***/
.gallery-main .card-columns,
.gallery-details-main .card-columns {
    -moz-column-count: 1;
    column-count: 1;
}

.gallery-image:after,
.gallery-details-main .gallery-image a:after,
.profile-gallery-main .profile-gallery-image:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.1);
}

.gallery-details-main .gallery-image:after {
    content: none;
}

.gallery-details-main .gallery-image a:after {
    background: rgba(0, 0, 0, 0.2);
}

.gallery-main .card .card-title {
    font-size: 24px;
    color: #3F434B;
    font-weight: 600;
    margin-bottom: 5px;
}

.gallery-main .card .card-text {
    font-size: 16px;
    line-height: 24px;
    color: #525C68;
}

.gallery-info ul {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E3E6EA;
    padding: 16px 0 0 0;
    margin-bottom: -10px;
}

.gallery-info li {
    font-size: 14px;
    font-weight: 500;
    color: #525C68;
}

.gallery-main .card,
.gallery-details-main .card {
    box-shadow: 0px 12px 16px -4px #10182814;
    overflow: hidden;
}

.gallery-main .card-columns .card {
    margin-bottom: 25px;
}

.gallery-main .card-columns {

    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
}

.gallery-details-main .card-columns {
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
}

.gallery-details-main .card-columns .card {
    margin-bottom: 23px;
    box-shadow: 0px 4px 8px -2px #1018281A;
}

.gallery-slider .gallery-image a {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 100%;
}

.mfp-arrow-left {
    background: url(../images/gallery-prev-arrow.svg) no-repeat !important;
    width: 80px;
    height: 80px;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: none;
}

.mfp-arrow-right {
    background: url(../images/gallery-next-arrow.svg) no-repeat !important;
    width: 80px;
    height: 80px;
}

figure img.mfp-img {
    padding-left: 10px !important;
    padding-right: 10px !important;

}

.mfp-img-mobile .mfp-bottom-bar {
    padding: 0 !important;
}

.mfp-bottom-bar {
    margin-top: 0;
    top: 60px;
    left: -30px;
}

.mfp-img-mobile .mfp-close {
    background: transparent !important;
}

.mfp-counter {
    background: #0D0E10;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 16px 7px;
}

.mfp-arrow {
    opacity: 1;
}

.welcome-text p {
    font-size: 16px;
    line-height: 24px;
    color: #525C68;
    font-weight: 500;
    max-width: 1083px;
    margin: 0 auto;
}

.welcome-text em {
    font-size: 16px;
    color: #0B5EA5;
    margin: 5px 0 0 0;
    display: block;
}

.gallery-slider.card-columns {
    padding: 45px 0;
}

.view-all {
    line-height: 30px;
    min-width: 158px;
}

.gallery-content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 9;
    text-align: center;
    width: 252px;
}

.gallery-content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 16px 0 0 0;
}

.mfp-bg {
    background: rgba(13, 14, 16, 0.6);
}

button.mfp-close {
    top: 15px !important;
    right: 30px !important;
    opacity: 1;
    position: fixed;
}

.mfp-container {
    padding: 0 !important;
}

/*** resort guide page css start ***/
.banner.resort-banner .banner-content p {
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}

.banner.resort-banner {
    min-height: 760px;
    background-position: center;
}

.main-title h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}

.resort-guide-main p,
.contact-main p,
.about-right p,
.our-team .main-title p,
.client-testimonials .main-title p {
    font-size: 18px;
    line-height: 28px;
    color: #525C68;
    font-weight: 500;
}

.have-question {
    padding-bottom: 80px;
}

.travel-journey {
    background: #EFFBFF;
    padding: 80px 0;
}

.journey-left p {
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
}

.journey-left .form-group .btn {
    min-width: 190px;
    box-shadow: none;
}

.journey-left .form-group {
    background: #fff;
    border-radius: 8px;
    padding: 6px 6px 6px 15px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.journey-left .form-group .form-control {
    border: 0;
    padding: 0 20px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #7B8895;
}

.journey-right .main-title h2 {
    font-size: 30px;
    color: #3F434B;
}

.journey-right .main-title h2 span {
    color: #00B9E9
}

.journey-right .socail ul {
    display: flex;
    gap: 16px;
}

.journey-right .socail ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    background: #00B9E9;
}

.journey-right .socail ul a:hover {
    background: #FFD600;
}

.journey-right .socail {
    margin-top: 19px;
    display: block;
}

.journey-left .form-group .form-control {
    border: 0;
    padding: 0 20px 0 0;
}

.have-question .main-title {
    max-width: 1088px;
    margin: 0 auto;
}

.have-question .btn {
    min-width: 240px;
}

.testi-info p {
    font-size: 20px;
    line-height: 30px;
    color: #464D58;
    font-weight: 400;
}

.resort-guide-main .product-details-inner p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
}

.guide-malia {
    padding: 80px 0 60px 0;
    background: #f8f8f8;
}

.destination-travel {
    padding: 70px 0;
}

.travel-services .main-title p {
    max-width: 1210px;
}

.destination-box,
.travel-box {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.destination-image>img {
    width: 100%;
}

.travel-image>img {
    width: 100%;
}

.destination-box:before,
.travel-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(13, 14, 16, 0.4);
}

.travel-box:before {
    background: linear-gradient(180deg, rgba(11, 94, 165, 0.9) 0%, rgba(0, 185, 233, 0.9) 100%);
}

.destination-info,
.travel-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%
}

.destination-travel .col-lg-4,
.travel-services .col-lg-3 {
    padding-top: 24px;
}

.destination-icon {
    background: rgba(255, 255, 255, 0.3);
    height: 96px;
    width: 96px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.travel-services .main-title {
    margin-bottom: 30px;
}

.travel-icon {
    margin-bottom: 10px;
}

.destination-info h3,
.travel-info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.travel-services {
    background: #EFFBFF;
    position: relative;
    padding: 85px 0 130px 0;
}

.travel-services:before {
    background: url(../images/top-shape.png) no-repeat;
    content: "";
    width: 100%;
    height: 100px;
    display: inline-block;
    margin-top: -134px;
    background-size: contain;
}

.travel-services:after {
    background: url(../images/bottom-shape.png) no-repeat;
    content: "";
    width: 100%;
    height: 100px;
    background-position: center bottom;
    position: absolute;
    bottom: -4px;
}

.hotel-of-day .main-title {
    max-width: 1210px;
}

.travel-service-item {
    display: flex;
    box-shadow: 0px 12px 16px -4px #10182814;
    border: 1px solid #EAECF0;
    border-radius: 16px;
    justify-content: space-between;
}

.travels-details {
    width: 28.9%;
    padding: 20px 24px;
}

.travels-details .booknow-btn .btn {
    background: #00B9E9;
    color: #fff;
}

.travels-details .booknow-btn .btn:hover {
    background: transparent;
    color: #00B9E9;
}

.product-heading h4 span {
    font-weight: 400;
}

.travel-img-main {
    width: 71.1%;
}

.hotel-of-day {
    padding: 60px 0 80px 0;
}

.beach-bar:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.59);
}

.beach-content .title small {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
}

.beach-content .title h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0;
}

.beach-content .title h2 span {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}

.beach-content .title {
    margin: 0 0 20px 0;
}

.beach-content .btn {
    min-width: 182px;
    line-height: 30px;
    margin: 20px 0 0 0;
}

.client-testimonials .swiper-slide {
    padding: 65px 48px 45px;
    box-shadow: 0px 12px 16px -4px #10182814;
    opacity: 0.6;
    transform: scale(0.9) !important;
    transition: 0.4s;
}

.client-testimonials .swiper-slide.card.swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
}

.client-testimonials {
    padding: 80px 0 40px 0;
}

.swiper.testimonials-slider {
    padding: 32px 0 40px 0;
}

.client-testimonials .main-title {
    max-width: 1088px;
    margin: 0 auto;
}

.client-img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.client-img>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testi-info {
    padding: 0 0 0 30px;
}

.testi-info h3 {
    font-size: 30px;
    font-weight: 500;
    color: #0D0E10;
}

.testi-info h3 span {
    font-size: 18px;
    color: #525C68;
    display: block;
    margin: 5px 0 0 0;
}

.beach-bar {
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.beach-content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #CBD1D6;
}

.highlights {
    padding: 80px 0;
}

.highlights .btn {
    min-width: 158px;
}

.highlights .main-title {
    max-width: 1000px;
    padding-right: 20px;
}

.hightlight-item.card {
    height: calc(100% - 15px);
    box-shadow: 0px 10px 50px 0px #0C1D2D26;
    margin-top: 15px;
}

.journey-left p {
    font-size: 20px;
}

.hightlight-details {
    padding: 20px 20px 0 20px;
}

.hightlight-details h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0D0E10;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.hightlight-details h3 small {
    font-size: 16px;
    color: #525C68;
    display: block;
    font-weight: 400;
    font-style: italic;
    margin: 6px 0 0 0;
}

.hightlight-details p {
    color: #525C68;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
}

.malia-section .swiper-pagination {
    position: static;
}

.blog-section .list-content .content:last-child {
    margin-bottom: 0;
}

.blog-section .blog-content-thmb>img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.nightlife .content>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/*** about page css start ***/
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-icon a {
    background: #fff;
    height: 101px;
    width: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.play-icon a:hover {
    background: #FFD600;
}

.about-top-image {
    padding: 30px 0 80px 0;
}

.about-right .main-title h2 span {
    font-size: 16px;
    color: #0B5EA5;
    font-style: italic;
    display: block;
    line-height: normal;
    margin-top: 5px;
}

p.know-more {
    color: #000;
}

p.know-more a {
    color: #00B9E9;
}

.about-right .main-title {
    margin-bottom: 20px;
}

.our-team {
    padding: 80px 0 140px 0;
}

.team-image>img {
    width: 100%;
}

.team-info {
    bottom: -60px;
    gap: 8px;
    border-radius: 12px;
    box-shadow: 0px 12px 16px -4px #10182814;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 9;
    left: 45px;
    width: calc(100% - 90px);
    background: #fff;
    padding: 16px;
}

.team-info h3 {
    font-size: 20px;
    line-height: 30px;
    color: #0D0E10;
    font-weight: 700;
}

.team-info ul {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.team-info h3 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #7B8895;
}

.our-team .col-lg-3 {
    margin-top: 28px;
    padding: 0 20px;
}

.about-contact-box {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.4s;
}

.our-team {
    padding: 80px 0 140px 0;
}

.about-contact-icon {
    margin-bottom: 10px;
}

.about-contact-info h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.about-contact-box:hover {
    box-shadow: 0px 20px 24px -4px #10182814;
    border: 1px solid #f8f8f8;
}

.about-contact-main {
    padding: 80px 0;
}

.map img {
    border-radius: 20px;
}

.contact-main {
    padding: 20px 0 48px 0;
}

.contact-left,
.contact-right {
    padding: 48px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 50px 0px #90909026;
    height: 100%;
}

.contact-icon {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #E3E6EA;
    flex-shrink: 0;
}
.contact-listing li {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #E3E6EA;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.contact-main .main-title {
    margin: 0 0 30px 0;
}
.contact-info p a {
    color: #0D0E10;
}
.contact-info p a:hover {
    color: #00B9E9;
}
.contact-info p {
    font-size: 18px;
    color: #0D0E10;
    font-weight: 500;
}

.contact-info p span {
    display: block;
    color: #525C68;
    font-weight: 400;
}

.contact-icon:hover {
    background: #00B9E9;
}

.contact-icon:hover svg path {
    fill: #fff;
}

.contact-social li {
    color: #525C68;
    font-weight: 500;
    font-size: 16px;
}

.contact-social ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-social li a {
    height: 46px;
    width: 46px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F8FE;
}

.contact-social li a:hover {
    background: #FFD600;
}

.contact-right form label {
    font-size: 16px;
    font-weight: 500;
    color: #525C68;
    margin-bottom: 10px;
}

.contact-right form .form-control {
    border-radius: 8px;
    height: 48px;
    border: 1px solid #CBD1D6;
}

.contact-right form .form-control:focus {
    border-color: #00B9E9;
}

.contact-right .form-row .form-group {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.contact-right .form-row {
    margin-left: -20px;
    margin-right: -20px;
}

.contact-right textarea {
    min-height: 87px;
}

.contact-right .form-group {
    margin-bottom: 20px;
}

.contact-right .btn {
    font-size: 16px;
    box-shadow: none;
    margin-top: 25px;
    height: 52px;
    min-width: 174px;
}

.contact-main .col-lg-6 {
    padding: 0 35px;
}

.contact-main .row {
    margin: 0 -35px;
}

/*** gallery video gallery page css start ***/
.gallery-video-main .gallery-info ul {
    justify-content: center;
    gap: 16px;
    border: 0;
    padding: 5px 0 20px 0;
    font-size: 16px;
}

.gallery-video-main .card-columns .card {
    box-shadow: none;
    border: 1px solid #CBD1D6;
}

.view-images {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    gap: 7px;
    opacity: 0;
    transition: 0.4s;
    z-index: 9;
    text-align: center;
}

.view-images .view-image-icon {
    height: 69px;
    width: 69px;
    background: linear-gradient(180deg, #0B5EA5 0%, #00B9E9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.gallery-video-main .gallery-image:after {
    opacity: 0;
    transition: 0.4s;
}

.gallery-video-main .card-columns .card:hover .gallery-image:after {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.gallery-video-main .card-columns .card:hover .view-images {
    opacity: 1;
}

.gallery-main .stretched-link::after,
.profile-gallery-main .stretched-link::after {
    z-index: 12;
}

.gallery-popup .row [class*="col-"] {
    padding: 0;
}

.gallery-popup .gallery-image {
    padding: 15px;
    height: 100%;
}

.gallery-popup .gallery-image.half {
    height: 50%;
}

.gallery-popup .gallery-image a>img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-popup .gallery-image>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-popup .row .small-col {
    flex: 0 0 47%;
    max-width: 47%;
}

.gallery-popup .row .big-col {
    flex: 0 0 53%;
    max-width: 53%;
}

.gallery-popup .view-images .view-image-icon {
    height: 73px;
    width: 73px;
    background: rgba(255, 255, 255, 0.2);
}

.gallery-popup .gallery-image:after {
    content: none;
}

.gallery-popup .gallery-image>a:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.4s;
}

.gallery-popup .gallery-image>a:hover:after {
    opacity: 1;
}

.gallery-popup .gallery-image>a:hover .view-images {
    opacity: 1;
}

.videopopup .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.videopopup .modal-content .modal-header {
    border: 0;
}

.modal-dialog {
    max-width: 1160px;
}

.modal-backdrop {
    background-color: #0D0E10;
}

.modal-backdrop.show {
    opacity: 0.6;
}

.videopopup iframe {
    width: 100%;
}

.mywishlist-main .wishlist:hover {
    background: rgba(13, 14, 16, 0.7);
}

/*** profile page css start ***/
.bar-container {
    width: 93%;
    background-color: #E3E6EA;
    text-align: center;
    color: white;
    height: 8px;
    border-radius: 8px;
}

.bar-5 {
    width: 84%;
    height: 8px;
    background-color: #04AA6D;
}

.review-right {
    width: calc(100% - 171px);
    padding-left: 24px;
}

li.breadcrumb-item a {
    color: #A6AFBA;
    font-size: 20px;
    font-weight: 500;
}

ol.breadcrumb {
    background: transparent;
    justify-content: center;
    padding: 0;
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.profile-main .reserve-badge {
    font-size: 16px;
    font-weight: 600;
    background: #E1EFFD;
    color: #0B5EA5;
    padding: 10px 12px;
    border-radius: 6px;
    display: inline-block;
}

.profile-title-head {
    padding: 24px 0;
}

.profile-main .product-heading h4 {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center; /* Align child elements to the baseline */
}

    .profile-main .product-heading h4 span {
        padding-left:6px;
        font-weight: 500;
        font-style: italic;
        font-size: 16px;
        color: #00B9E9;
        margin-left: 5px;
        line-height: 1; /* Ensure the span text doesn't have extra vertical spacing */
    }

.profile-main .location {
    margin-left: 20px;
}

.profile-btn .btn2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    padding: 8px 20px;
}

.profile-btn {
    display: flex;
    gap: 10px;
}

.view-all-img {
    font-size: 16px;
    color: #0D0E10;
    font-weight: 600;
    background: #fff;
    padding: 8px 18px;
    border-radius: 10px;
    position: absolute;
    left: 23px;
    top: 23px;
}

.profile-image.half {
    padding-top: 24px;
}

.profile-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-image.full {
    height: 100%;
}

.hotels-info-main .serv-info {
    padding: 24px 0;
}

.hotel-map>img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-book-info {
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0px 0px 50px 0px #90909026;
    height: 100%;
}

.hotel-book-info .product-price h5 {
    font-size: 24px;
    font-weight: 600;
    color: #0D0E10;
}

.hotel-book-info .product-price em {
    font-size: 16px;
    color: #525C68;
    font-weight: 500;
    font-style: normal;
}

.select-date-traveller form label {
    font-size: 20px;
    color: #0D0E10;
    font-weight: 600;
    margin-bottom: 22px;
}

.hotel-book-info .form-control {
    border-radius: 8px;
    color: #CBD1D6;
    padding: 12px 24px;
}

.number-travellers {
    margin: 22px 0;
    position: relative;
}

.number-travellers>svg {
    position: absolute;
    top: 13px;
    left: 24px;
}

.number-travellers .form-control {
    padding-left: 50px;
}

.hotel-book-info .btn {
    width: 100%;
}

ul.hotel-other-info li span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    color: #0D0E10;
}

ul.hotel-other-info li {
    font-size: 16px;
    font-weight: 500;
    color: #525C68;
    margin-top: 25px;
}

.hotel-info-left {
    flex: 0 0 63.3%;
    max-width: 63.3%;
}

.hotel-info-right {
    flex: 0 0 36.7%;
    max-width: 36.7%;
}

.hotel-book-info .product-price {
    padding: 8px 0 22px;
}

.profile-main .accordion>.card>.card-header {
    margin: 24px 0 -4px 0;
    border: 0;
}

.profile-main .card-header.collapsed {
    background: #F8F8F8;
}

.profile-main .card-header .card-title {
    padding: 23px;
    font-size: 20px;
    color: #0D0E10;
    border: 0;
}

.profile-main .card-header.collapsed .card-title {
    color: #0D0E10;
}

.profile-main .card-header {
    background: #F8F8F8;
}

.profile-main .card-body {
    background: #F8F8F8;
    box-shadow: none;
    padding: 0 20px 20px 23px;
}

.reviews-main {
    border-top: 1px solid rgba(166, 175, 186, 0.4);
    margin: 28px 0 0 0;
    padding-top: 15px;
}

.reviews-main .main-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0D0E10;
    margin-bottom: 20px;
}

.review-left {
    background: #F1F8FE;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 171px;
}

.review-left h2 {
    font-size: 36px;
    font-weight: 600;
    color: #0D0E10;
}

.review-left h2 span {
    font-size: 18px;
    font-weight: 600;
    color: #606D7A;
    display: block;
}

.review-left p {
    font-size: 14px;
    font-weight: 500;
    color: #7B8895;
    margin: 0;
}

.bar {
    border-radius: 4px;
    background-color: #0B6EBE;
    height: 8px;
}

.review-bar {
    margin-bottom: 9px;
    align-items: center;
}

.review-bar span {
    font-size: 14px;
    color: #464D58;
    font-weight: 500;
    width: 60px;
    margin-left: 0;
    text-align: right;
}

.review-bottom {
    border-top: 1px solid rgba(166, 175, 186, 0.4);
    margin: 24px 0 0 0;
}

.review-details {
    border: 1px solid #E3E6EA;
    border-radius: 16px;
    width: 100%;
    padding: 12px 20px;
}

.reviews-row {
    margin-top: 24px;
    gap: 24px;
}

.review-pic {
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

.review-pic>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

span.datetime {
    display: block;
    color: #525C68;
    font-style: italic;
    margin-bottom: 12px;
}

.review-details p {
    font-size: 16px;
    line-height: 24px;
    color: #525C68;
    margin: 0;
}

.view-all-reviews .btn {
    min-width: 180px;
    line-height: 30px;
}

.hotel-listing ul li span,
.hotel-listing ul li {
    color: #525C68;
    font-size: 16px;
}

.hotel-listing ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}

.hotel-listing ul li.active span {
    color: #00B9E9
}

.product-heading .location span {
    font-size: 14px;
    font-weight: 500;
    color: #606D7A;
    margin-left: 7px;
}

.bar.bar-4 {
    width: 63.3%;
}

.bar.bar-3 {
    width: 42%;
}

.bar.bar-2 {
    width: 31.8%;
}

.bar.bar-1 {
    width: 3%;
}

.select-date-traveller .form-control::-webkit-calendar-picker-indicator {
    opacity: 0;
    height: 45px;
    width: calc(100% - 100px);
    z-index: 0;
}

.date-traveller svg {
    position: absolute;
    top: 13px;
    left: 20px;
}

.date-traveller .form-control {
    padding-left: 50px;
}

.profile-gallery-main .card {
    background: #fff;
    border: 1px solid #CBD1D6;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    margin-top: 24px;
    height: calc(100% - 24px);
}

.profile-gallery-main .card .profile-card-img {
    width: 100%;
}

.profile-gallery-main .profile-gallery-image:after {
    opacity: 0;
    transition: 0.4s;
}

.profile-gallery-main .card:hover .profile-gallery-image:after {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.profile-gallery-main .card:hover .view-images {
    opacity: 1;
}

.profile-gallery-main .view-images .view-image-icon {
    background: rgba(255, 255, 255, 0.4);
}

.profile-gallery-main h5.card-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #3F434B;
}

.gallery-details-img>img {
    border-radius: 12px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-details-img {
    height: 100%;
}

.profile-gallery-details-main .row [class*="col-"] {
    padding: 30px 15px 0;
}
/******************************Drop-down menu work on hover**********************************/
.main-header nav.navbar ul.dropdown-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #464D58;
    width: 100%;
    display: inline-block;
    padding: 21px 35px 21px 21px;
    border-top: 1px solid #E3E6EA;
}
.main-header nav.navbar ul.dropdown-menu li:first-child > a{
    border: 0;
}
.main-header nav.navbar .dropdown-toggle::after{
    content: none;
}
.main-header nav.navbar ul.dropdown-menu li a .caret {
    position: absolute;
    right: 20px;
}
.main-header nav.navbar ul.dropdown-menu li a:hover{
    color: #00B9E9;
}
.main-header nav.navbar ul.dropdown-menu li a:hover .caret svg path{
    fill: #00B9E9;
}
.main-header .navbar .navbar-nav > .nav-item {
    padding: 16px 0;
}
/*** other css ***/
.container-fluid{
    padding: 0 100px;
}
.nightlife .content {
    position: relative;
    padding: 0;
    border: 24px solid #fff;
    position: relative;
}
.banner-form .col-auto.p-0 {
    width: 27.5%;
}
.banner-form .col-auto{
    width: 17.5%;
}
/*** hotel booking css ***/
.combo-select-dropdown input,
.combo-select-dropdown li {
  padding: 0.6rem 1rem;
  margin: 0;
}

.combo-select-dropdown li {
  position: relative;
  /* font-size: 12px; */
  padding: 0;
}

.combo-select-dropdown ul {
  list-style: none;
  padding: 0;
}
.combo-select-dropdown li li.current {
  color: white;
  background-color: pink;
}

.combo-select-dropdown li li.active {
  color: #00B9E9;
}

.select-list-group {
  position: relative;
}

/* .select-list-group,
.select-list-group * {
  width: 100%;
} */

.select-list-group .select-list-group-search+.select-list-group__toggle:after {
  content: "v";
  font-family: sans-serif;
  position: absolute;
  top: .6rem;
  right: .7rem;
  width: 2rem;
  padding: 0.6rem;
  text-align: center;
}

.select-list-group .select-list-group-search:focus+.select-list-group__toggle:after {
  content: "^";
}

.select-list-group [data-toggle="false"] {
  display: none;
}

.select-list-group [data-toggle="true"] {
  display: inherit;
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.2);
}

.select-list-group li[data-display="false"] {
  display: none;
}

.select-list-group li[data-display="true"] {
  display: inherit;
}

.select-list-group li[data-highlight="false"] {
  border-left: 0;
}

.select-list-group li[data-highlight="true"] {
  color: white;
  background-color: grey;
}

.select-list-group::after {
  position: absolute;
  right: 0;
  margin-right: -5px;
  top: 25px;
  right: 35px;
  content: "";
  width: 10px;
  height: 10px;
  background: url(https://image.flaticon.com/icons/png/512/25/25756.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
/*** options css ***/
.combo-select-dropdown {
    width: 100%;
}
.input-group-prepend {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9;
}
ul.select-list-group-list {
    background: #fff;
    border-radius: 12px;
    padding: 0 0 15px 0;
    margin: 20px 0 0 0;
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 9;
}
.combo-select-dropdown .select-list-group-list li {
    position: relative;
    font-size: 14px;
    padding: 11px 15px;
    font-weight: 500;
    color: #525C68;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    border-radius: 0;
}
.combo-select-dropdown .select-list-group-list li.find-location-list{
    font-size: 12px;
    color: #0D0E10;
}
.combo-select-dropdown .select-list-group-list li.select-location-top {
    border-bottom: 1px solid #EAECF0;
    position: sticky;
    width: 100%;
    z-index: 9;
    background: #fff;
    top: 0;
}
th.daterangepicker-switch {
    font-size: 16px;
    font-weight: 600;
    color: #464D58;
}
.daterangepicker .prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    color: #606D7A;
    font-weight: 400;
}
.daterangepicker .next:before{
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    color: #606D7A;
    font-weight: 400;
}
.daterangepicker th.dow {
    font-size: 14px;
    font-weight: 500;
    color: #464D58;
}
.daterangepicker table tr td, .daterangepicker table tr th {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
td.day {
    font-size: 14px;
    font-weight: 400;
    color: #606D7A;
}
.daterangepicker .daterangepicker-switch {
    border-radius: 0;
    background: transparent !important;
}
.daterangepicker {
    border: 0;
    background: transparent;
    /* margin-right: -23px; */
    margin:20px -9% 0 0;
}
.daterangepicker.opensleft:before,
.daterangepicker.opensleft:after{
    content: none;
}
.daterangepicker table tr td.active.day,
.daterangepicker table tr td.active.active, 
.daterangepicker table tr td.active.highlighted.active,
.daterangepicker table tr td.active.highlighted:active, 
.daterangepicker table tr td.active:active,.datepicker table tr td.day:hover, 
.daterangepicker table tr td.focused {
    color: #fff;
    background-color: #00B9E9;
    border-color: #00B9E9;
}
.daterangepicker table tr td.active.active.focus,
 .daterangepicker table tr td.active.active:focus,
  .daterangepicker table tr td.active.active:hover,
   .daterangepicker table tr td.active.highlighted.active.focus,
    .daterangepicker table tr td.active.highlighted.active:focus, 
    .daterangepicker table tr td.active.highlighted.active:hover,
     .daterangepicker table tr td.active.highlighted:active.focus, 
     .daterangepicker table tr td.active.highlighted:active:focus, 
     .daterangepicker table tr td.active.highlighted:active:hover, 
     .daterangepicker table tr td.active:active.focus, 
     .daterangepicker table tr td.active:active:focus,
      .daterangepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #FFD600;
    border-color: transparent;
}
.daterangepicker table tr td.today{
    color: #fff !important;
    background-color: #00B9E9 !important;
    border-color: #00B9E9 !important;
}
.daterangepicker.show-calendar .drp-buttons {
    display: none;
}
.daterangepicker .calendar-table th.prev span, .daterangepicker .calendar-table th.next span {
    display: none;
}
.daterangepicker.show-calendar .drp-buttons {
    display: none !important;
}
.daterangepicker .calendar-table th{
    font-weight: 500;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 40px;
    font-family: "Inter", sans-serif;
    height: 40px;
    width: 40px;
    font-size: 14px;
    color: #344054;
    /* border-radius: 100% !important; */
    border: 0;
}
.daterangepicker td.start-date,.daterangepicker td.end-date {
    border-radius: 5px;
}
/* .daterangepicker td.in-range{
    background-color: transparent;
} */
.daterangepicker .drp-calendar.left,.daterangepicker .drp-calendar.right {
    padding: 15px 24px;
    border: 1px solid #CBD1D6;
    background: #fff;
    border-radius: 12px;
}
.drp-calendar.left {
    border-right: 0 !important;
    border-radius: 12px 0 0 12px !important;
}
.daterangepicker .drp-calendar.right{
    border-radius: 0 12px 12px 0;
}
.daterangepicker td.in-range {
    background-color: #F8F8F8;
    border-color: transparent;
    color: #464D58;
}
.daterangepicker .drp-calendar {
    max-width: 328px;
    width: 328px;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    color: #667085;
}
.daterangepicker .calendar-table th.month {
    font-weight: 600;
    color: #464D58;
}
.daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 0;
}
/*** guest card css ***/
.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .quantity__minus, .quantity__plus {
    display: block;
    width: 29px;
    height: 29px;
    margin: 0;
    background: transparent;
    text-decoration: none;
    text-align: center;
    line-height: 27px;
    font-size: 22px;
    border: 0.3px solid #00B9E9;
    color: #00B9E9;
    border-radius: 6px;
} 
 .quantity__minus:hover,
  .quantity__plus:hover {
    background: transparent;
    color: #fff;
  } 
  .quantity__input {
    width: 32px;
    height: 19px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    background: #fff;
    color: #000;
    font-size: 14px;
  }
  .quantity__minus:link,
  .quantity__plus:link {
    color: #8184a1;
  } 
  .quantity__minus:visited, .quantity__plus:visited {
    color: #00B9E9;
}
.form-control.guests {
    display: flex;
    align-items: center;
}
div#collapsecard {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    border-radius: 12px;
    margin-top: 20px;
    z-index: 9;
}
.number-inner{
    padding: 0 16px;
}
span.p-category {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.numbers-row {
    border-top: 0.75px solid #E3E6EA;
    padding: 14px 0;
}
.numbers-row:first-child {
  border: 0;
}
.banner .banner-form .form-control.guests.guest-infos {
    cursor: pointer;
}
/*** 404 page css ***/
.page-notfound-bg {
    background: url(../images/404-bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 17.5%;
    background-position: center bottom;
    margin-top: -162px;
}
.page-notfound-main h1{
    font-size: 48px;
    line-height: 58.18px;
    color: #101828;
}
.page-notfound-details p{
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.page-notfound-details .btn {
    border: 1px solid #00B9E9;
    background: #fff;
    color: #00B9E9;
    padding: 13px;
    min-width: 216px;
    margin: 20px 0 0 0;
}
.page-notfound-details .btn:hover{
    background:#00B9E9;
    color: #fff;
}
.page-notfound-details{
    padding-top: 60px;
}
.breadcrumb-item + .breadcrumb-item.active::before {
    border-color:#fff;
    font-weight: 600;
    padding-right: 0.7rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #A6AFBA;
    content: "";
    height: 17px;
    border-left: 2px solid #A6AFBA;
    transform: rotate(17deg);
    position: relative;
    top: 3px;
    font-weight: normal;
}
.rightbar #accordion .card-body p {
    font-size: 16px;
    line-height: 24px;
    color: #525C68;
}
.hotel-of-day .product-heading h4 span {
    color: #00B9E9;
    margin-left: 4px;
}
.testimonials-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.testimonials-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #CBD1D6;
    margin: 0 5px;
}
.testimonials-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet .swiper-pagination-bullet-active,
.testimonials-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
   background-color: #00B9E9;
}
.slider-btn-arrow {
    width: 395px;
    position: relative;
    margin: 48px auto 0;
}
.slider-btn-arrow .swiper-button {  
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.slider-btn-arrow .custom-button-prev,.slider-btn-arrow .custom-button-next {
    position: relative;
    z-index: 99;
    cursor: pointer;
}
.slider-btn-arrow .custom-button-prev, .slider-btn-arrow .custom-button-next {
    position: relative;
    z-index: 99;
    cursor: pointer;
    height: 36px;
    width: 36px;
    border: 1px solid #00B9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.slider-btn-arrow .custom-button-prev svg, .slider-btn-arrow .custom-button-next svg{
    transition: 0.4s;
}
.slider-btn-arrow .custom-button-prev:hover, .slider-btn-arrow .custom-button-next:hover{
    background: #00B9E9;
}
.slider-btn-arrow .custom-button-prev:hover > svg path, .slider-btn-arrow .custom-button-next:hover > svg path{
    fill: #fff;
}
.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
/*** terms condition page css start ***/
.terms-privacy-main .card {
    padding: 50px;
    box-shadow: 0px 6px 50px -4px #6C6C6C1A;
}
.terms-privacy-main h2 {
   font-size: 30px;
   font-weight: 700;
   color: #0D0E10;
}
.terms-privacy-main p,.terms-privacy-main ul li{
    font-size: 18px;
    line-height:28px;
    font-weight: 500;
    color:#525C68;
    margin-bottom: 20px;
}
.terms-privacy-main ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 16px;
}
.terms-privacy-main ul li:before {
    background: #00B9E9;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0;
}
.terms-privacy-main ul{
    margin-bottom: 20px;
}
.terms-email {
    margin-left: 10px;
    padding-left: 15px;
    position: relative;
}
.terms-email:before{
    background: #525C68;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0;
}