* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin-bottom: 0;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'PlayfairDisplay-Medium';
    src: url(../fonts/PlayfairDisplay-Medium.ttf);
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url(../fonts/PlayfairDisplay-Regular.ttf);
}

@font-face {
    font-family: 'PlayfairDisplay-MediumItalic';
    src: url(../fonts/PlayfairDisplay-MediumItalic.ttf);
}

@font-face {
    font-family: 'PlayfairDisplay-Italic';
    src: url(../fonts/PlayfairDisplay-Italic.ttf);
}

@font-face {
    font-family: 'PlayfairDisplay-BoldItalic';
    src: url(../fonts/PlayfairDisplay-BoldItalic.ttf);
}

@font-face {
    font-family: 'PlayfairDisplay-SemiBold';
    src: url(../fonts/PlayfairDisplay-SemiBold.ttf);
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'JosefinSans-Regular';
    src: url(../fonts/JosefinSans-Regular.ttf);
}

@font-face {
    font-family: 'Lato-Light';
    src: url(../fonts/Lato-Light.ttf);
}

.desk-header .container-fluid {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0;
}

.container-main {
    max-width: 1470px;
    margin: 0 auto;
}

#desktop-menu li.menu-has-child:hover ul.sub-menu a.nav-link {
    padding-bottom: 0;
}

/* HEADER */
header.desk-header {
    position: absolute;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid #696e76;
    padding: 11px 0;
}

.desk-header .nav-link {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.2px;
    font-family: 'OpenSans';
}

li.menu-has-child {
    position: relative;
    padding-right: 33px !important;
}

li.menu-has-child::before {
    position: absolute;
    content: '';
    background-image: url(../images/drop-down-arrow.webp);
    background-repeat: no-repeat;
    right: 24px;
    width: 14px;
    top: 18px;
    height: 7px;
}

.desk-header .nav-item {
    padding-right: 15px;
}

.desk-header .nav-item:last-child {
    padding-right: 0;
}

.header-btn {
    padding-left: 19px;
}

.header-btn a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.2px;
    font-family: 'OpenSans';
    border: 1px solid;
    border-radius: 30px;
    width: 190px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* BANNER */
.home-banner-img {
    height: 100vh;
}

.home-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner-main {
    position: relative;
}

.home-banner-info {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 85px;
    height: 100%;
}

.home-banner-info .container-main {
    height: 100%;
}

.home-banner-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.home-banner-content h1 {
    font-size: 62px;
    line-height: 76px;
    font-family: 'PlayfairDisplay-Medium';
    color: #fff;
    max-width: 560px;
}

.home-banner-content p {
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    font-family: 'PlayfairDisplay-Regular';
    max-width: 550px;
    padding-top: 21px;
}

.home-banner-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

/* PRIVATE PARADISE */
.private-paradise-main {
    position: relative;
}

.private-paradise-img {
    height: 445px;
}

.private-paradise-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.private-paradise-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-top: 4px;
}

.private-paradise-icon {
    padding-bottom: 10px;
}

.private-paradise-info h2 {
    font-size: 46px;
    line-height: 70px;
    letter-spacing: -0.46px;
    font-family: 'PlayfairDisplay-MediumItalic';
    color: #fff;
    padding-bottom: 7px;
}

.private-paradise-info p {
    font-size: 26px;
    line-height: 48px;
    color: #fff;
    font-family: 'PlayfairDisplay-Regular';
    max-width: 1021px;
    margin: 0 auto;
    text-align: center;
}

/* MAGICAL RETREAT */
.magical-retreat {
    background-image: url(../images/magical-retreat-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
    background-position: top center;
}

.magical-retreat-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1388px;
}

.magical-retreat-left {
    width: 61.2%;
}

.magical-retreat-left img {
    width: 100%;
}

.magical-retreat-right {
    width: 38.8%;
    padding-left: 75px;
}

.magical-retreat-right h6 {
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #7a7a7a;
    font-family: 'OpenSans-Semibold';
}

.magical-retreat-right h2 {
    font-size: 54px;
    line-height: 64px;
    letter-spacing: -0.54px;
    font-family: 'PlayfairDisplay-MediumItalic';
    padding-top: 5px;
    padding-bottom: 6px;
}

.magical-retreat-right h2 span {
    font-family: 'PlayfairDisplay-Medium';
}

.magical-retreat-right p {
    font-size: 16px;
    line-height: 28px;
    font-family: 'OpenSans-Light';
    padding-bottom: 30px;
    color: #000;
}

.magical-retreat-right a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.2px;
    font-family: 'Roboto-Regular';
    border-radius: 30px;
    width: 165px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #082e51;
}

/* COMFORT */
.laxourious-comfort {
    padding-top: 112px;
    padding-bottom: 76px;
}

.laxourious-comfort-width {
    max-width: 1450px;
}

.laxourious-comfort-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 65px;
}

.laxourious-comfort-title-left h6 {
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #7a7a7a;
    font-family: 'OpenSans-Semibold';
}

.laxourious-comfort-title-left h2 {
    font-size: 54px;
    line-height: 64px;
    letter-spacing: -0.54px;
    padding-top: 11px;
    padding-bottom: 10px;
    font-family: 'PlayfairDisplay-Medium';
}

.laxourious-comfort-title-left h2 span {
    font-family: 'PlayfairDisplay-MediumItalic';
}

.laxourious-comfort-title-left p {
    font-size: 16px;
    line-height: 28px;
    font-family: 'OpenSans-Light';
    color: #000;
    max-width: 718px;
}

.laxourious-comfort-title-right a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.2px;
    font-family: 'Roboto-Regular';
    border-radius: 30px;
    width: 195px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #082e51;
}

.laxourious-comfort-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.laxourious-comfort-block {
    position: relative;
    width: 50%;
    padding: 0 18px;
    margin-bottom: 36px;
    height: 470px;
}

.laxourious-comfort-block:nth-child(1) {
    width: 100%;
    height: 590px;
}

.laxourious-comfort-img {
    height: 100%;
    position: relative;
}

.laxourious-comfort-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none;
}

.laxourious-comfort-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.laxourious-comfort-info {
    position: absolute;
    bottom: 0;
    padding-left: 22px;
    padding-bottom: 30px;
}

.laxourious-comfort-info h6 a {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #fff;
    font-family: 'OpenSans';
    text-transform: uppercase;
}

.laxourious-comfort-info h3 a {
    font-size: 44px;
    line-height: 66px;
    letter-spacing: -0.44px;
    color: #fff;
    font-family: 'PlayfairDisplay-Medium';
    padding-bottom: 17px;
    padding-top: 3px;
}

.laxourious-comfort-info a {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.8px;
    font-family: 'JosefinSans-Regular';
    display: flex;
    align-items: center;
    column-gap: 8px;
}

/* TESTIMONIAL */
.home-testimonials {
    padding-bottom: 113px;
}

.home-testimonial-width {
    max-width: 1050px;
    margin: 0 auto;
}

.home-testimonal-block {
    text-align: center;
}

.home-testimonal-block h2 {
    font-size: 46px;
    line-height: 66px;
    letter-spacing: -0.46px;
    color: #082e51;
    font-family: 'PlayfairDisplay-Medium';
}

.home-testimonal-block h2 span {
    font-family: 'PlayfairDisplay-MediumItalic';
    color: #7e7e7e;
}

.home-testimonal-block p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.45px;
    font-family: 'OpenSans-Semibold';
    padding-top: 30px;
}

.home-testimonials .owl-dots {
    margin-top: 110px !important;
}

.home-testimonials .owl-theme .owl-dots .owl-dot span {
    width: 96px;
    border-radius: unset;
    height: 7px;
}

.home-testimonials .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #082e51;
}

/* EXPERIENCE */
.experience-main {
    position: relative;
}

.experience-img img {
    width: 100%;
}

.experirnce-block {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.experirnce-block .container-main {
    height: 100%;
}

.experience-block-content {
    max-width: 575px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.experience-block-content-inner {
    background-color: #fbfcfce3;
    padding-top: 47px;
    padding-left: 75px;
    padding-right: 70px;
    padding-bottom: 47px;
}

.experience-block-content-inner .laxourious-comfort-title-left a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.2px;
    font-family: 'Roboto-Regular';
    border-radius: 30px;
    width: 165px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #082e51;
    margin-top: 26px;
}

.experience-block-content-inner .laxourious-comfort-title-left p {
    font-size: 18px;
    line-height: 32px;
}

.experience-block-content-inner .laxourious-comfort-title-left h2 {
    padding-top: 5px;
    padding-bottom: 26px;
}

/* STAY */
.stay {
    padding: 100px 0;
    position: relative;
}

.stay::before {
    position: absolute;
    content: '';
    background: url(../images/stay-bg.webp) no-repeat;
    width: 612px;
    height: 445px;
    top: 0;
    right: 0;
    background-position: bottom;
}

.stay-width {
    max-width: 1300px;
    margin: 0 auto;
}

.stay-title h6 {
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #7a7a7a;
    font-family: 'OpenSans-Semibold';
}

.stay-title h2 {
    font-size: 54px;
    line-height: 64px;
    letter-spacing: -0.54px;
    color: #000;
    font-family: 'PlayfairDisplay-Medium';
    max-width: 759px;
    padding-top: 10px;
}

.stay-title h2 span {
    font-family: 'PlayfairDisplay-MediumItalic';
}

.stay-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 58px;
}

.stay-block {
    position: relative;
    width: 50%;
    padding: 0 15px;
}

.stay-block .laxourious-comfort-info {
    padding-left: 45px;
    padding-bottom: 45px;
}

.stay-block .laxourious-comfort-info h3 a {
    font-size: 54px;
    letter-spacing: -0.54px;
}

/* FOOTER */
.footer-main {
    background-color: #0a2238;
    padding-top: 84px;
    padding-bottom: 94px;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-block ul {
    padding: 0;
}

.footer-block:nth-child(1) {
    padding-top: 0;
}

.footer-block {
    padding-top: 2px;
}

.footer-block:nth-child(1) ul li a {
    font-size: 46px;
    line-height: 66px;
    letter-spacing: -0.46px;
    color: #fff;
    font-family: 'PlayfairDisplay-Medium';
}

.footer-block h6 {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 2.8px;
    font-family: 'OpenSans-Light';
    font-weight: bold;
    padding-bottom: 12px;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.footer-block ul li a,
.footer-block ul li {
    font-size: 13px;
    letter-spacing: 1.3px;
    color: #fff;
    font-family: 'OpenSans';
}

.footer-block:nth-child(3) ul li+li+li {
    padding-top: 23px;
}

.footer-block:nth-child(2) h6 {
    padding-bottom: 10px;
}

.footer-block:nth-child(2) ul li a {
    line-height: 28px;
    text-transform: uppercase;
}

.footer-block:nth-child(3) ul li a,
.footer-block:nth-child(3) ul li {
    font-size: 14px;
    line-height: 24px;
}

.footer-block:last-child {
    padding-top: 15px;
    display: flex;
    flex-flow: column;
    align-items: end;
}

.footer-copy {
    padding-top: 20px;
}

.footer-copy ul {
    display: flex;
    justify-content: end;
    column-gap: 30px;
}

.footer-copy ul li,
.footer-copy ul li a {
    font-size: 12px;
    letter-spacing: 1.2px;
}

.footer-copy ul li:first-child {
    position: relative;
}

.footer-copy ul li:first-child::before {
    position: absolute;
    content: '|';
    color: #fff;
    font-size: 12px;
    right: -18px;
}

.footer-copy span {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #fff;
    font-family: 'OpenSans';
    display: block;
    padding-bottom: 10px;
}

.footer-social {
    padding-top: 13px;
}

.footer-social ul {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

/* VILLA BANNER */
.villas-banner-img {
    height: 100vh;
}

.villas-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.villas-banner-main {
    position: relative;
}

.villa-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    background: #0000004a;
    z-index: 1;
}

.page-template-experience .villa-banner-info{
    background: #0000004a;
}

.villas-banner-main.villa-details-banner .villa-banner-info {
    padding-top: 20px;
}

.villa-banner-info h1 {
    font-size: 80px;
    line-height: 76px;
    color: #fff;
    font-family: 'PlayfairDisplay-Medium';
    padding-bottom: 42px;
    text-align: center;
}

.villa-banner-info p {
    font-size: 26px;
    line-height: 48px;
    color: #fff;
    font-family: 'PlayfairDisplay-Italic';
    text-align: center;
}

/* WHY US */
.why-us {
    position: relative;
    background-color: #0c2236;
    padding-top: 100px;
    padding-bottom: 100px;
}

.why-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-us::before{
    position: absolute;
    content: '';
    background-image: url(../images/estate-line.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100%;
    /* z-index: -1; */
    top: 0;
    left: 0;
} 

.why-us-info {
    position: relative;
    text-align: center;
    z-index:2;
}

.why-us-info h2 {
    font-size: 46px;
    line-height: 70px;
    letter-spacing: -0.46px;
    font-family: 'PlayfairDisplay-BoldItalic';
    padding-top: 21px;
    padding-bottom: 13px;
    color:#fff;
}

.why-us-info p {
    font-size: 26px;
    line-height: 48px;
    font-family: 'PlayfairDisplay-Regular';
    max-width: 935px;
    text-align: center;
    margin: 0 auto;
    color:#fff;
}
.why-us-icon img {
    width: auto;
    height: 100%;
    object-fit: cover;
    filter: invert(1);
}

/* LINKS */
.villas-lik {
    padding-top: 100px;
}

.villas-link-width {
    max-width: 1140px;
    margin: 0 auto;
}

.villas-link-main {
    padding-bottom: 55px;
}

.villas-link-main ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.villas-link-main ul li a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #000;
    font-family: 'OpenSans';
    position: relative;
}

.villas-link-main ul li a::after {
    position: absolute;
    content: '';
    height: 30px;
    width: 1px;
    background: #000;
    right: -19px;
    top: -5px;
}

.villas-link-main ul li:last-child a::after {
    position: unset;
}

/* VILLAS SLIDER */
.villas-main-slider {
    padding-bottom: 100px;
}

.villas-slider-width {
    max-width: 1258px;
    margin: 0 auto;
}

.villas-img-slider-main-block+.villas-img-slider-main-block {
    padding-top: 75px;
}

.villas-slider-main {
    position: relative;
}

.villas-slider-info {
    position: absolute;
    bottom: 41px;
    z-index: 99;
    padding-left: 45px;
}

.villas-slider-info h6 {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #fff;
    font-family: 'OpenSans';
    padding-bottom: 10px;
    text-transform: uppercase;
}

.villas-slider-info h3 {
    font-size: 56px;
    line-height: 66px;
    letter-spacing: -0.56px;
    color: #fff;
    font-family: 'PlayfairDisplay-Medium';
}

.villas-img-slider .owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    bottom: 42px;
    right: 63px;
    display: flex;
    column-gap: 45px;
}

.villas-img-slider .owl-nav .owl-prev span {
    font-size: 0;
    position: relative;
}

.villas-img-slider .owl-nav .owl-prev span::before {
    position: absolute;
    content: '';
    background-image: url(../images/slider-left-arrow.webp);
    background-repeat: no-repeat;
    width: 24px;
    height: 18px;

}

.villas-img-slider .owl-nav .owl-next span {
    font-size: 0;
    position: relative;
}

.villas-img-slider .owl-nav .owl-next span::before {
    position: absolute;
    content: '';
    background-image: url(../images/slider-right-arrow.webp);
    background-repeat: no-repeat;
    width: 24px;
    height: 18px;

}

.villas-slider-bottom {
    background-color: #f0f0f0;
    padding: 34px 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.villas-slider-left ul {
    padding: 0;
    display: flex;
}

.villas-slider-left ul li {
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #000;
    text-transform: uppercase;
    font-family: 'OpenSans';
    padding-right: 28px;
    font-weight: bold;
    position: relative;
}

.villas-slider-left ul li::after {
    position: absolute;
    content: '';
    height: 17px;
    width: 2px;
    right: 13px;
    background: #999999;
    top: 1px;
}

.villas-slider-left ul li:last-child {
    padding-right: 0;
}

.villas-slider-left ul li:last-child::after {
    content: unset;
}

.villas-slider-right a {
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #000;
    font-family: 'OpenSans';
    font-weight: bold;
    width: 203px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 30px;
}

/* VILLA DETAILS */
.villa-details-banner .villa-banner-info p {
    font-family: 'OpenSans-Semibold';
    font-size: 18px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    line-height: 54px;
}

.villa-details-banner .villa-banner-info h1 {
    font-size: 90px;
    padding-bottom: 0;
    line-height: 76px;
    padding-top: 25px;
}

/* .villa-details-banner .villas-banner-img {
    height: 999px;
} */
.villa-details-banner .villas-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.book-stay {
    background: #eceae7;
    padding: 37px 0;
}

.book-stay-width {
    max-width: 1030px;
    margin: 0 auto;
}

.book-stay-flex {
    display: flex;
    align-items: center;
}

.book-stay-left {
    padding-right: 36px;
}

.book-stay-left h4 {
    font-size: 30px;
    letter-spacing: -0.30px;
    font-family: 'PlayfairDisplay-Medium';
}

.book-stay-center {
    border: 1px solid #959595;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
}

.book-stay-center ul {
    display: flex;
    padding: 0;
}

.book-stay-center ul li select {
    border: none;
    background: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: 'OpenSans';
    font-size: 14px;
    letter-spacing: 0.5px;
    padding-left: 25px;
    width: 225px;
    background: url(../images/select-arrow.webp) no-repeat;
    background-position: calc(100% - 0px) calc(100% - 7px);
}

.book-stay-center ul li a {
    font-family: 'OpenSans';
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000;
}

.book-stay-center ul li:nth-child(2) {
    padding-left: 40px;
    padding-right: 67px;
}

.book-stay-center ul li:nth-child(3) {
    padding-right: 93px;
}

.book-stay-right {
    padding-left: 13px;
}

.book-stay-right a {
    font-family: 'OpenSans' !important;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #fff !important;
    background-color: #082e51 !important;
    width: 165px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.welcome-paradise {
    padding-top: 140px;
    padding-bottom: 152px;
}

.welcome-paradise-title {
    text-align: center;
}

.welcome-paradise-title h2 {
    font-size: 46px;
    line-height: 70px;
    letter-spacing: -0.46px;
    font-family: 'PlayfairDisplay-MediumItalic';
    padding-bottom: 25px;
}

.welcome-paradise-title p {
    font-size: 26px;
    line-height: 48px;
    font-family: 'PlayfairDisplay-Regular';
    max-width: 1065px;
    margin: 0 auto;
}

.vill-details-img-gallery-slider .owl-nav {
    margin-top: 0;
    max-width: 1422px;
    margin: 0 auto;
    position: relative;
    top: -411px;
    display: block;
}

.vill-details-img-gallery-slider .owl-nav button {
    margin: 0 !important;
}

.vill-details-img-gallery-slider .owl-nav button span {
    line-height: 0;
}

.vill-details-img-gallery-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -26px;
}

.vill-details-img-gallery-slider .owl-prev span {
    font-size: 0;
    position: relative;
}

.vill-details-img-gallery-slider .owl-prev span::before {
    position: absolute;
    content: '';
    background: url(../images/vd-slider-left.webp) no-repeat;
    height: 48px;
    width: 48px;
}

.vill-details-img-gallery-slider .owl-next span {
    font-size: 0;
    position: relative;
}

.vill-details-img-gallery-slider .owl-next span::before {
    position: absolute;
    content: '';
    background: url(../images/vd-slider-right.webp) no-repeat;
    height: 48px;
    width: 48px;
}

.vill-details-img-gallery-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 26px;
}

.vill-details-img-gallery-slider-main {
    position: relative;
}

.vd-photo-gallery-btn {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding-bottom: 50px;
}

.vd-photo-gallery-btn .container-main {
    width: 100%;
}

.vd-gallery-btn {
    width: 100%;
    display: flex;
    justify-content: end;
}

.vd-gallery-btn a {
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #000;
    background-color: #f6f6f6;
    font-family: 'Roboto-Regular' !important;;
    width: 165px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.vill-details-img-gallery-slider-block {
    height: 822px;
}

.vill-details-img-gallery-slider-block a img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.vd-main-left h2 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: -0.5px;
    font-family: 'PlayfairDisplay-Medium';
}

.vd-main-left ul {
    padding: 0;
    display: flex;
    padding-top: 24px;
    padding-bottom: 21px;
    flex-wrap: wrap;
    row-gap: 8px;
}

.vd-main-left ul li {
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #000;
    text-transform: uppercase;
    font-family: 'OpenSans';
    padding-right: 28px;
    font-weight: bold;
    position: relative;
}

.vd-main-left ul li:after {
    position: absolute;
    content: '';
    height: 17px;
    width: 2px;
    right: 13px;
    background: #999999;
    top: 1px;
}

.vd-main-left ul li:last-child::after {
    content: unset;
}

.vd-main-left p {
    font-size: 16px;
    line-height: 28px;
    font-family: 'OpenSans-Light';
    color: #000;
}

.vd-main-left p+p {
    padding-top: 10px;
}

.vd-main-flex {
    display: flex;
    flex-wrap: wrap;
}

.vd-main-left {
    width: 39.5%;
}

.floor-plan {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding-top: 32px;
}

.floor-plan-link a {
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #000;
    font-family: 'OpenSans';
    text-transform: uppercase;
}

.vd-main-right {
    width: 60.5%;
    padding-left: 146px;
}

.vd-main-right .accordion-button {
    padding: 0;
    font-family: 'PlayfairDisplay-Medium';
    font-size: 30px;
    letter-spacing: -0.30px;
    line-height: 64px;
    background-color: #f6f6f6;
}

.vd-main-right .accordion-button:focus {
    border: unset;
    box-shadow: unset;
    z-index: unset;
}

.vd-main-right .accordion-button:not(.collapsed) {
    background-color: unset;
    color: #000;
    box-shadow: unset;
}

.vd-main-right .accordion-item {
    border-bottom: 1px solid #000;
    background-color: #f6f6f6;
    padding: 8px 0;
}

.vd-main-right .accordion-flush .accordion-item:first-child {
    border-top: 1px solid #000;
}

.vd-details-main {
    padding-top: 100px;
    padding-bottom: 114px;
    background-color: #f6f6f6;
}

.vd-main-right .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 22px;
}

.vd-main-right .accordion-body h6,
.vd-main-right .accordion-body h6 a {
    font-size: 16px;
    letter-spacing: 0.16px;
    font-family: 'OpenSans-Light';
    color: #000;
    line-height: 24px;
}

.calender-img {
    padding-top: 22px;
}

.calender-img img {
    width: 100%;
}

.vd-main-right .accordion-button::after {
    background: url(../images/accordion-plus.webp);
    width: 24px;
    height: 23px;
}

.vd-main-right .accordion-button:not(.collapsed)::after {
    background: url(../images/accordion-minus.webp);
    width: 21px;
    height: 2px;
}

.more-villas-slider {
    padding-top: 95px;
    padding-bottom: 110px;
}

.more-villas-slider .container-main {
    max-width: 1687px;
    margin-right: 0;
}

.more-villas-title h2 {
    font-size: 50px;
    line-height: 64px;
    letter-spacing: -0.5px;
    font-family: 'PlayfairDisplay-Medium';
}

.more-villas-title h2 span {
    font-family: 'PlayfairDisplay-MediumItalic';
}

.more-villas-slider-info {
    position: unset;
    padding-left: 0;
    padding-top: 27px;
}

.more-villas-slider-info h6 a {
    color: #000;
    padding-bottom: 0;
}

.more-villas-slider-info h3 a {
    color: #000;
    font-size: 50px;
    padding-bottom: 21px;
}

.more-villas-slider-info a {
    font-size: 12px;
    letter-spacing: 1.8px;
    color: #000;
    font-family: 'JosefinSans-Regular';
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.villas-slider-info.more-villas-slider-info a img {
    width: unset;
    filter: invert(1);
}

.more-villas-title {
    padding-bottom: 44px;
}

/* POPUP */
.modal-content.photo-gallery-popup .btn-close {
    margin: 0 !important;
    padding: 0;
    opacity: 1;
}

.modal-content.photo-gallery-popup .modal-header {
    justify-content: flex-end;
    flex-flow: row-reverse;
    border-bottom: 1px solid #e6e6e6;
}

.modal-content.photo-gallery-popup .modal-title {
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    padding-left: 35px;
}

.modal-body-width {
    max-width: 1300px;
    margin: 0 auto;
}

.vill-details-img-gallery-slider-main .modal-body {
    padding: 0;
}

.modal-tab .nav-link.active {
    background-color: unset;
    color: #000;
    position: relative;
}

.modal-tab .nav-link.active::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #000;
    left: 0;
    bottom: -16px;
}

.modal-tab .nav-link {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-family: 'OpenSans-Light';
    padding: 0;
    margin-right: 35px;
}

.modal-tab .nav-item:last-child .nav-link {
    margin-right: 0;
}

.nav-pills {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.modal-body-title {
    padding-top: 20px;
}

.modal-body-title h4 {
    font-family: 'OpenSans-Semibold';
    font-size: 22px;
    padding-left: 28px;
    padding-left: 0;
}

.modal-body-flex {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    margin: 0 -7px;
    padding-bottom: 30px;
}

.modal-body-block {
    width: 50%;
    padding: 0 7px;
    padding-bottom: 25px;
}

.modal-body-img img {
    width: 100%;
}

.modal-block-title {
    background: #fff;
    padding-top: 5px;
}

.modal-block-title h6 {
    font-size: 16px;
    line-height: 28px;
    font-family: 'OpenSans-Light';
}

.modal-block-title h6 a {
    color: #000;
}


.book-stay.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.more-villas-slider-img {
    height: 508px;
}

.more-villas-slider-img img {
    height: 100%;
}

.villa-details-banner .villa-banner-info {
    margin-top: -11px;
}


/* 13-3-2024 */

/* .laxourious-comfort-info a img {
    margin-bottom: 5px;
} */
.desk-header .navbar {
    padding: 0;
}

img.desk-logo {
    width: 284px;
}

.footer-logo img {
    width: 273px;
}

.footer-block:nth-child(1) ul li:nth-child(5) {
    padding-top: 12px;
    padding-bottom: 12px;
}

.footer-block:nth-child(1) ul li:nth-child(5) a {
    line-height: 45px;
}

body.inner-page header.desk-header {
    position: unset;
    border-color: #d7d7d7;
}

body.inner-page img.desk-logo {
    filter: invert(1);
}

body.inner-page .desk-header .nav-link {
    color: #000;
}

body.inner-page li.menu-has-child::before {
    filter: invert(1);
}

body.inner-page .header-btn a {
    color: #000;
}

.gift-shop-grid {
    padding-top: 106px;
    padding-bottom: 50px;
}

.gift-shop-grid .container-main {
    max-width: 1460px;
}

.gift-shop-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.gift-shop-block {
    width: 33.33%;
    padding: 0 14px;
    padding-bottom: 49px;
}

.gift-shop-img {
    height: 323px;
}

.gift-shop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gift-shop-info {
    text-align: center;
    padding-top: 26px;
}

.gift-shop-info h6 {
    font-size: 24px;
    line-height: 20px;
    font-family: 'OpenSans';
    color: #000000;
    padding-bottom: 15px;
}

.gift-shop-info h6 a {
    color: #000000;
}

.gift-shop-info span {
    font-size: 18px;
    line-height: 20px;
    font-family: 'OpenSans';
    color: #000000;
}

.inner-page-banner {
    height: unset;
}

.gift-shop-details .container-main {
    max-width: 1105px;
}

.gift-shop-details-flex {
    display: flex;
    flex-wrap: wrap;
}

.gift-shop-details-left {
    width: 55.8%;
}

.gift-shop-details-left img {
    width: 100%;
}

.gift-shop-details-right {
    width: 44.2%;
    padding-left: 90px;
}

.gift-shop-details {
    padding: 70px 0;
}

.gift-shop-details-right-info h1 {
    font-size: 30px;
    line-height: 20px;
    color: #000000;
    font-family: 'OpenSans';
    padding-bottom: 28px;
}

.gift-shop-details-right-info span {
    font-size: 22px;
    line-height: 20px;
    color: #000000;
    font-family: 'OpenSans';
}

.gift-shop-details-right-select {
    padding-top: 20px;
}

.gift-shop-details-right-select select {
    width: 100%;
    height: 45px;
    border: 1px solid #dbdbdb;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    font-size: 16px;
    color: #000000;
    font-family: 'OpenSans';
    background: url(../images/gift-details-down-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) calc(100% - 17px);
}

.gift-shop-details-right-select select:focus {
    outline: none;
}

.qty-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qty-left span {
    font-size: 16px;
    color: #000000;
    font-family: 'OpenSans';
}

.qty-button-block span {
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    font-family: 'OpenSans';
}

.qty-button-flex {
    width: 115px;
    display: flex;
    align-items: center;
    border: 1px solid #dbdbdb;
    margin-top: 23px;
}

.qty-button-block {
    width: 33.33%;
    height: 38px;
    border-right: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-button-block:last-child {
    border-right: unset;
}

.qty-button-block input {
    width: 100%;
    border: unset;
    text-align: center;
    height: 100%;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #000000;
    font-family: 'OpenSans';
}

.qty-button-block input:focus {
    outline: none;
}

.add-cart-btn {
    padding-top: 23px;
}

.add-cart-btn a {
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #fff;
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a2238;
    font-family: 'OpenSans';
}

.gift-shop-details-acc {
    padding-top: 48px;
}

.gift-shop-details-acc .accordion-button:focus {
    z-index: unset;
    border-color: unset;
    box-shadow: unset;
}

.gift-shop-details-acc .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
}

.gift-shop-details-acc .accordion-button {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    color: #000;
    font-family: 'OpenSans';
    padding: 13px 0;
}

.gift-shop-details-acc .accordion-button::after {
    background: url(../images/gift-details-down-arrow.png) no-repeat;
    width: 15px;
    height: 9px;
    background-size: 15px 9px;
}

.gift-shop-details-acc .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #d7d7d7;
}

.gift-shop-details-acc .accordion-flush .accordion-item {
    border-top: 1px solid #d7d7d7;
}

.gift-shop-details-acc .accordion-body {
    padding-top: 0;
    padding-left: 0;
}

.gift-shop-details-acc .accordion-body p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: 'OpenSans';
}

.also-like {
    padding: 90px 0;
    background-color: #eceae7;
}

.also-like .container-main {
    max-width: 1105px;
}

.also-like-title h2 {
    font-size: 30px;
    line-height: 20px;
    color: #000;
    font-family: 'OpenSans';
    text-align: center;
}

.gift-shop-flex.also-like-flex {
    padding-top: 45px;
}

.gift-shop-flex.also-like-flex .gift-shop-block {
    padding-bottom: 0;
}

.gift-shop-flex.also-like-flex .gift-shop-info h6 {
    font-size: 20px;
    padding-bottom: 0;
}

.gift-shop-flex.also-like-flex .gift-shop-info {
    padding-top: 20px;
}

.gatherings-book-vila {
    padding: 130px 0;
    padding-bottom: 50px;
}

.gatherings-book-vila .container-main {
    max-width: 1325px;
}

/*.gatherings-book-vila-flex {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

.gatherings-book-vila-left {
    width: 100%;
}

.gatherings-book-vila-left .laxourious-comfort-title-left h2 {
    padding-top: 0;
    color: #000000;
    padding-bottom: 21px;
    margin-top: -12px;
    text-align: center;
}

.gatherings-book-vila-left p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'OpenSans-Light';
    padding-bottom: 10px;
    text-align: center;
}

.gatherings-book-vila-left a {
    font-size: 16px;
    color: #000;
    letter-spacing: 1.2px;
    font-family: 'OpenSans';
    border: 1px solid;
    border-radius: 30px;
    width: 190px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gatherings-book-vila-right {
    width: 50%;
    padding-left: 150px;
}

.gatherings-book-vila-right-flex {
    display: flex;
    flex-wrap: wrap;
}

.gatherings-book-vila-right-block ul {
    padding-left: 0;
}

.gatherings-book-vila-right-block ul li {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: 'OpenSans-Light';
    position: relative;
    padding-left: 22px;
}

.gatherings-book-vila-right-block ul li::before {
    position: absolute;
    content: '';
    background-image: url(../images/gatherings-check.png);
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
}

.gatherings-book-vila-right-block ul li+li {
    margin-top: 7px;
}

.gatherings-book-vila-right-block:last-child {
    padding-left: 40px;
}

.gatherings-img-grid {
    padding-bottom: 98px;
    padding-top: 120px;
}

.gatherings-img-grid .container-main {
    max-width: 1435px;
}

.gatherings-img-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.gatherings-img-block {
    width: 50%;
    padding: 0 16px;
    padding-bottom: 32px;
    position: relative;
}

.gatherings-img-block:last-child {
    width: 100%;
}

.gatherings-img-block:last-child .gatherings-info{
    display:none;
}

.gatherings-img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gatherings-info {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.gatherings-info h3 {
    font-family: 'PlayfairDisplay-Medium';
    color: #ffffff;
    text-align:center;
    font-size: 27px;
    line-height: 33px;
}

.better-estate {
    /*padding-top: 209px;*/
    /*padding-bottom: 213px;*/
    padding-top: 90px;
    padding-bottom: 100px;
    background: #0c2236;
    position: relative;
}

.better-estate::before {
    position: absolute;
    content: '';
    background-image: url(../images/estate-line.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100%;
    /* z-index: -1; */
    top: 0;
    left: 0;
}

.better-estate-info {
    text-align: center;
    position: relative;
    z-index: 2;
}

.better-estate-info h2 {
    font-size: 46px;
    letter-spacing: 0px;
    line-height: 70px;
    color: #ffffff;
    /*font-family: 'PlayfairDisplay-SemiBold';*/
    font-family: 'PlayfairDisplay-BoldItalic';
    padding-bottom: 25px;
}

.better-estate-info p {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    /*font-family: 'OpenSans-Light';*/
    font-family: 'Lato-Light';
    max-width: 885px;
    margin: 0 auto;
}

.better-estate-info h2 p {
    padding-top: 20px;
}

.estate-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.estate-details-info {
    padding-top: 65px;
    padding-bottom: 69px;
}

.estate-details-content {
    text-align: center;
}

.estate-details-content h2 {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -0.46px;
    color: #082e51;
    font-family: 'PlayfairDisplay-Medium';
   max-width: 1107px;
    margin: 0 auto;
    padding-bottom: 16px;
}

.estate-details-content p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'OpenSans-Light';
   max-width: 954px;
    margin: 0 auto;
}

.estate-details-info.estate-details-info-two .estate-details-content h2 {
    max-width: 930px;
}

.home-testimonials.estate-testimonials {
    padding-top: 150px;
    padding-bottom: 158px;
}

.experience-page-link {
    background: #4a5e70;
    padding-top: 41px;
    padding-bottom: 50px;
}

.experience-page-link-main ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-page-link-main ul li a {
    font-size: 16px;
    letter-spacing: 3.2px;
    font-family: 'OpenSans';
    color: #9da6ad;
    padding: 0 5px;
    margin-right: 60px;
    padding-bottom: 12px;
}

.experience-page-link-main ul li a.active {
    font-family: 'OpenSans-Semibold';
    border-bottom: 1px solid #fff;
    color: #fff;
}

.experience-page-link-main ul li:last-child a {
    margin-right: 0;
}

.experience-arrival {
    margin: 100px 0;
}

.experience-arrival .container-main {
    max-width: 1445px;
}

.experience-arrival-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.experience-arrival-left {
    width: 59.3%;
}

.experience-arrival-left img {
    width: 100%;
}

.experience-arrival-right {
    width: 40.7%;
    padding-left: 68px;
}

.experience-arrival-right .laxourious-comfort-title-left h2 {
	padding-top: 0px;
    padding-bottom: 15px;
}

.experience-arrival-right .laxourious-comfort-title-left p {
    max-width: 503px;
}

.experience-boating-main {
    position: relative;
}

.experience-boating-img {
    position: relative;
}

.experience-boating-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
}

.experience-boating-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-boating-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.experience-boating-content .laxourious-comfort-title-left {
    text-align: center;
}

.experience-boating-content .laxourious-comfort-title-left h2 {
    color: #fff;
    padding-top: 0;
    padding-bottom: 15px;
}

.experience-boating-content .laxourious-comfort-title-left p {
    color: #fff;
    max-width: 705px;
}

.experience-boating-content .laxourious-comfort-title-left a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.2px;
    font-family: 'OpenSans';
    border: 1px solid;
    width: 195px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 15px;
}

.experience-arrival-flex.experience-arrival-flex-rev {
    flex-flow: row-reverse;
}

.experience-arrival-flex.experience-arrival-flex-rev .experience-arrival-right {
    padding-left: 0;
    padding-right: 109px;
}

.experience-page-link.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding-top: 25px;
    padding-bottom: 34px;
}

.exp-activites-main {
    background: #eceae7;
    padding-top: 118px;
    padding-bottom: 72px;
}

.exp-activites-main .container-main {
    max-width: 1445px;
}

.exp-activites-main .laxourious-comfort-title {
    padding-bottom: 50px;
    align-items: baseline;
}

.laxourious-comfort-title-left {
    margin-top: -10px;
}

.laxourious-comfort-title-right {
    display: flex;
    margin: 0 0 auto;
}

.exp-activites-main .laxourious-comfort-title-left h2 {
    padding-top: 0;
    padding-bottom: 15px;
}

.exp-activites-main .laxourious-comfort-title-left p{
    max-width: 755px;
}

.exp-activites-main .laxourious-comfort-title-right a {
    color: #082e51;
    border: 1px solid #082e51;
    background: transparent;
    font-family: 'OpenSans';
}

.exp-activites-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -15px;
}

.exp-activites-block {
    width: 25%;
    padding: 20px 15px;
   margin-bottom: 40px;
}

.exp-activites-block:last-child {
    width: 100%;
}

.exp-activites-block:last-child .exp-activites-block-img {
    height: 500px;
}

.exp-activites-block-inner {
    height: 100%;
}

 .exp-activites-block-img {
    height: 100%;
} 

.exp-activites-block-img img {
    width: 100%;
	height: 100%;
    object-fit: cover;
}

.exp-activites-block-info {
    padding-top: 0px;
}

.exp-activites-block h3 {
   font-size: 30px;
    /*line-height: 48px;*/
    letter-spacing: 0px;
    color: #000;
    font-family: 'PlayfairDisplay-Medium';
    padding-top: 6px;
}

.exp-activites-block-info p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'OpenSans-Light';
}

section#tortola .laxourious-comfort-title-left h2 {
    max-width: 500px;
}

.yacht-about {
    padding-top: 100px;
    padding-bottom: 125px;
}

.yacht-about .laxourious-comfort-title-left {
    text-align: center;
    padding-bottom: 55px;
}

.yacht-about .laxourious-comfort-title-left h2 {
    padding-top: 0;
    padding-bottom: 25px;
}

.yacht-about .laxourious-comfort-title-left p {
    max-width: 909px;
    margin: 0 auto;
}

.yacht-about-main {
    max-width: 765px;
    margin: 0 auto;
}

.yacht-about-flex {
    display: flex;
    flex-wrap: wrap;
}

.yacht-about-block {
    width: 25%;
    text-align: center;
    border-right: 2px solid #ededed;
}

.yacht-about-block:last-child {
    border-right: unset;
}

.yacht-about-block p {
    font-size: 18px;
    letter-spacing: -0.18px;
    color: #969696;
    font-family: 'OpenSans';
    padding-bottom: 10px;
}

.yacht-about-block span {
    font-size: 20px;
    color: #000;
    font-family: 'OpenSans-Semibold';
}

.yacht-full-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yacht-about.yacht-exp .gatherings-img-block:last-child {
    width: 50%;
}

.yacht-about.yacht-exp {
    padding-top: 0px !important;
    padding-bottom: 110px;
}

.yacht-about.yacht-exp .container-main {
    max-width: 1435px;
}

.yacht-about.yacht-exp .gatherings-img-grid {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.yacht-about.yacht-exp .gatherings-img-block {
    padding-bottom: 0;
}

.yacht-about.yacht-exp .gatherings-img-flex {
    row-gap: 32px;
}

.book-stay.sticky~.welcome-paradise {
    padding-top: 264px;
}

.experience-page-link.sticky~.link-setions {
    margin-top: 216px;
}

#photogalleryvm p,
#photogalleryvm2 p,
#photogalleryvm3 p {
    max-width: 100% !important;
}

.laxourious-comfort-title-left .vd-read-more-btn {
    margin-top: 10px;
}

/*11-11*/
.vd-main-right .accordion-body .video_url {
    font-family: 'PlayfairDisplay-Medium';
    font-size: 16px;
    text-transform: uppercase;
    width: 100px;
    height: 40px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.experience-arrival .laxourious-comfort-title-left .vd-gallery-btn {
    justify-content: start;
    padding-top: 15px;
}

/* 12-11 */
.book-stay-width.yacht {
    max-width: 1050px;
}

.book-stay-left.yacht {
    padding-right: 25px;
}

.book-stay-left.yacht h4 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
}

.charter-options-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.charter-options-main .container-main {
    max-width: 930px;
}

.charter-options h2 {
    font-family: 'PlayfairDisplay-Medium';
    font-size: 54px;
    letter-spacing: -1px;
    line-height: 64px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
}

.charter-options h5 {
    font-family: 'PlayfairDisplay-Italic';
    font-size: 26px;
    line-height: 48px;
    color: #010101;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    padding-bottom: 45px;
}

.charter-options p {
    font-family: 'OpenSans-Light';
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    padding-bottom: 7px;
}

.charter-options p span {
    font-family: 'OpenSans-Semibold';
    font-weight: 600;
}

.amenities-main {
    background-color: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 100px;
}

.amenities-main .container-main {
    max-width: 1060px;
}

.amenities h2 {
    font-family: 'PlayfairDisplay-Medium';
    font-size: 54px;
    letter-spacing: -1px;
    line-height: 64px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 45px;
}

.amenities-flex {
    display: flex;
    margin: 0px -40px;
}

.amenities-block {
    width: 50%;
    padding: 0px 40px;
}

.amenities-block h6 {
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
}

.amenities-block ul {
    padding-left: 0;
}

.amenities-block ul li {
    font-family: 'OpenSans-Light';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
}

.amenities-block ul li::before{
    position: absolute;
    content: "";
    background-image: url(../images/check-icon.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 9px;
    left: 0;
    top: 6px;
}

.villas-banner-main.yacht .villa-banner-info{
    background: #0000004a !important;
}

 /*28-11*/
.estate-details-img {
    position: relative;
}

.estate-detail-para-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    
}

.estate-detail-para-main .container-main{
	height:100%;
}

.estate-detail-para{
	display: flex;
    flex-flow: column;
    justify-content: center;
	width:100%;
	height:100%;
}

.estate-detail-para-main.first .estate-detail-para {
    justify-content: flex-start;
    padding-top: 190px;
}

.estate-detail-para-main.second .estate-detail-para {
    justify-content: flex-end;
    padding-bottom: 130px;
}

.estate-detail-para-main.second .estate-detail-para p {
    margin: 0;
	max-width: 385px;
}

.estate-detail-para-main.third .estate-detail-para {
    justify-content: flex-end;
    padding-bottom: 130px;
}

.estate-detail-para-main.third .estate-detail-para p {
    margin: 0 0 0 auto;
	max-width: 470px;
}

.estate-detail-para p {
	font-family: 'PlayfairDisplay-Regular';
	font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
	max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.sp-gallery-btn{
	font-size: 16px;
    letter-spacing: 1.2px;
   background-color: transparent;
    border: 1px solid #082e51;
    color: #082e51;
    font-family: 'OpenSans';
    width: 165px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
	margin-top: 20px;
}

.experience-arrival .modal-body .container-main{
	padding:0;
}
.experience-arrival .modal-dialog{
	max-width: 1000px;
}
.experience-arrival .modal-body{
	padding: 40px 65px;
}

/*24-12*/
.better-estate.experience-better-estate{
    padding-top: 100px;
    padding-bottom: 110px;
}

/*5-2-25*/
.yacht-full-img{
    height:100vh;
}
.villas-banner-main.yacht{
    height:100vh;
}
.villas-banner-main.yacht .villas-banner-img.video-overlay {
    height: 100vh !important;
}