@media only screen and (min-width: 1400px) {

    .booking-hero-section .container,
    .datenight-text-section .container,
    .datenight-slider-text-section .container,
    .datenight-route-section .container,
    .static-footer .container {
        max-width: 95%;
    }
}

.static-header {
    padding: 10px 0;
    background: #11293e;
    width: 100%;
}

.static-header .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right a {
    line-height: 0;
}

@media (max-width: 575px) {
    .static-header .site-branding img.custom-logo {
        max-width: 120px;
    }

    .static-header .header-right a img {
        width: 30px;
    }

    .header-right img {
        max-width: 22px;
    }
}

.datenight-text-section .col-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.datenight-text-section .col-wrapper .col-left {
    width: 40%;
}

.datenight-text-section .col-wrapper .col-right {
    width: 57%;
    padding-left: 70px;
    padding-right: 50px;
}

.datenight-text-section .col-wrapper .col-left video {
    max-height: 100vh;
}

/* Booking Hero section Start */
.booking-hero-section {
    background: #11293e;
    padding: 100px 0;
    overflow: hidden;
}

.booing-hero-content * {
    color: #fff;
}

.booing-hero-content p {
    font-size: 31px;
    line-height: 1.3;
    font-family: "Avant Garde CE";
}

.booing-hero-content h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    font-family: "Avant Garde LT";
}

.booking-hero-section .col-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.booking-hero-section .col-wrapper .col-left,
.booking-hero-section .col-wrapper .col-right {
    width: 50%;
    padding: 0 15px;
    position: relative;
}

.booking-hero-section .col-wrapper .col-right {
    position: relative;
    padding: 0 60px;
}

.booking-hero-section .col-wrapper .col-left::before,
.booking-hero-section .col-wrapper .col-left::after,
.booking-hero-section .col-wrapper .col-right::before,
.booking-hero-section .col-wrapper .col-right::after {
    content: "";
    background: url('https://dddemo.net/wordpress/2025/yachtcharter/wp-content/uploads/2025/09/heart-element.svg') no-repeat center;
    position: absolute;
    left: 50px;
    top: -120px;
    right: auto;
    width: 90px;
    height: 90px;
    background-size: 70px;
    transform: rotate(-55deg);
    z-index: 1;
	animation: float 4s ease-in-out infinite;
}

.booking-hero-section .col-wrapper .col-left::after {
    left: auto;
    right: 30%;
    bottom: 30px;
    top: auto;
    transform: none;
    width: 60px;
    height: 60px;
    background-size: 60px;
	animation-delay: 3s;
}

.booking-hero-section .col-wrapper .col-right::before {
    top: -50px;
    left: 43px;
    transform: rotate(-35deg);
	animation-delay: 2s;
}

.booking-hero-section .col-wrapper .col-right::after {
    bottom: -50px;
    top: auto;
    left: 130px;
    width: 100px;
    height: 100px;
    background-size: 100px;
    transform: rotate(-35deg);
	animation-delay: 1s;
}

@keyframes float {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
}

.booking-hero-section .btn-pink {
    background: #FF99E3;
    font-weight: 400;
    font-size: 20px;
    padding: 15px;
    font-family: "Avant Garde LT";
}

.booking-hero-section .btn-pink:hover {
    background: #000;
    color: #fff;
}

.booking-hero-section .col-wrapper .col-right {
    position: relative;
}

.booking-hero-section .col-wrapper .col-right .hero-element {
    position: absolute;
    right: -40px;
    top: -65px;
    z-index: 1;
}

.booking-hero-section .col-wrapper .col-right .addons-slide {
    position: relative;
    height: auto !important;
}

.booking-hero-section .col-wrapper .col-right .addons-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 560px;
}

/* .booking-hero-section .col-wrapper .col-right .addons-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
} */

.booing-hero-content .button-block {
    margin-top: 30px;
}

.booing-hero-content .offer-text {
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
}

.booing-hero-content .offer-text .strike {
    text-decoration: line-through;
}

.date-night-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    padding: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.date-night-slider .slick-prev {
    left: 0;
}

.date-night-slider .slick-next {
    right: 0;
}

.date-night-slider .slick-prev,
.date-night-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
}

.date-night-slider .slick-prev {
    left: 10px;
}

.date-night-slider .slick-next {
    right: 10px;
}

.date-night-slider .slick-arrow svg {
    width: 70px;
    height: 70px;
    stroke-width: 1.5;
}

.date-night-slider .slick-dots li {
    line-height: 0;
}

.date-night-slider .slick-dots li:not(:last-child) {
    margin-right: 8px;
}

.date-night-slider .slick-dots {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.date-night-slider .slick-dots button {
    font-size: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 0.5);
}

.date-night-slider .slick-dots .slick-active button {
    background: #fff;
}

.booking-hero-section .col-wrapper .col-right .hero-element img {
    width: 375px;
}

.datenight-slider-text-section .slick-dots {
    bottom: 20px;
}

.datenight-slider-text-section .slick-dots button {
    width: 9px;
    height: 9px;
}

.datenight-slider-text-section .slick-arrow svg {
    stroke-width: 1;
}

/* Heart ANimation */
.hearts {
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: 9999;
    pointer-events: none;
    height: 100vh;
}

.heart {
    position: absolute;
    opacity: 1;
    animation: fallDown linear infinite;
}

/* Falling balloons animation */
@keyframes fallDown {
    0% {
        transform: translateY(-100px) translateX(0) rotate(0deg) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(100vh) translateX(20px) rotate(10deg) scale(1.1);
        opacity: 1;
    }

    100% {
        transform: translateY(110vh) translateX(-20px) rotate(-15deg) scale(1.05);
        opacity: 0;
    }
}

@media (max-width: 1605px) {
    .booing-hero-content h2 {
        font-size: 40px;
    }

    .booing-hero-content p {
        font-size: 24px;
    }
}

@media (max-width: 1440px) {
    .booing-hero-content h2 {
        font-size: 36px;
    }

    .booing-hero-content p {
        font-size: 22px;
    }
}

@media (max-width: 1300px) {
    .booing-hero-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 1280px) {
    .booking-hero-section {
        padding: 60px 0;
    }

    .booing-hero-content p br {
        display: none;
    }

    .booing-hero-content h2 {
        font-size: 26px;
    }

    .booing-hero-content p {
        font-size: 16px;
    }

    .booing-hero-content .button-block {
        margin-top: 15px;
    }

    .booking-hero-section .col-wrapper .col-right .hero-element {
        top: -35px;
        right: -20px;
    }

    .booking-hero-section .col-wrapper .col-right .hero-element img {
        width: 200px;
    }

    .booking-hero-section .btn-pink {
        font-size: 14px;
        padding: 10px 15px 10px;
    }

    .date-night-slider .slick-arrow svg {
        width: 40px;
        height: 40px;
    }

    .date-night-slider .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .booking-hero-section .col-wrapper .col-right {
        padding: 0 40px;
    }

    .booking-hero-section .col-wrapper .col-left::after {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .booking-hero-section .col-wrapper .col-right::after {
        background-size: 80px;
    }
}

@media (max-width: 991px) {
    .booking-hero-section {
        padding: 30px 0 40px;
    }

    .booing-hero-content .offer-text {
        font-size: 14px;
    }

    .booking-hero-section .col-wrapper .col-left,
    .booking-hero-section .col-wrapper .col-right {
        width: 100%;
    }

    .booking-hero-section .col-wrapper .col-right {
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .booking-hero-section .col-wrapper .col-right .hero-element {
        right: 0;
    }

    .booing-hero-content .button-block {
        margin-top: 15px;
    }

    .booing-hero-content p {
        max-width: 70%;
        margin: 0 auto;
        text-align: center;
    }

    .booing-hero-content {
        text-align: center;
    }

    .booking-hero-section .col-wrapper .col-left::before,
    .booking-hero-section .col-wrapper .col-left::after,
    .booking-hero-section .col-wrapper .col-right::before,
    .booking-hero-section .col-wrapper .col-right::after {
        opacity: 0;
    }

}

@media (max-width: 575px) {
    .booking-hero-section {
        padding: 30px 0 40px;
    }

    .booing-hero-content h2 {
        font-size: 22px;
    }

    .booing-hero-content h2 br {
        display: none;
    }

    .booing-hero-content p {
        font-size: 14px;
        max-width: 100%;
    }

}

/* Booking Hero section End */

/* Datenight-text-section Start */
.datenight-text-section .content p {
    font-size: 30px;
    color: #f29ee0;
    font-family: "Avant Garde CE";
}

.datenight-text-section .video-block {
    text-align: right;
}

@media (max-width: 1400px) {
    .datenight-text-section .content p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .datenight-text-section .content p br {
        display: none;
    }

    .datenight-text-section .content p,
    .datenight-text-section .video-block {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .datenight-text-section .content p {
        font-size: 16px;
    }
}

/* Datenight-text-section End */

/* Datenight-slider-text-section Start */
.datenight-slider-text-section {
    background: #11293E;
}

.datenight-slider-text-section * {
    color: #fff;
}

.datenight-slider-text-section .col-wrapper {
    margin: 0 -30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.datenight-slider-text-section .col-left {
    width: 40%;
    padding: 0 30px;
}

.datenight-slider-text-section .col-right {
    width: 60%;
    padding: 0 30px;
}

.datenight-slider-text-section .content {
    padding-left: 20px;
}

.datenight-slider-text-section h2 {
    font-family: "Avant Garde CE";
    margin-bottom: 50px;
    font-size: 45px;
}

.datenight-slider-text-section .col-right ul {
    padding: 0;
    margin: 0;
}

.datenight-slider-text-section .col-right ul li {
    position: relative;
    list-style: none;
    padding-left: 60px;
    font-size: 29px;
    line-height: 40px;
    color: #ffffff;
    font-family: "Avant Garde CE";
}

.datenight-slider-text-section .col-right ul li:not(:last-child) {
    margin-bottom: 20px;
}

.datenight-slider-text-section .col-right ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: auto;
    background: url('../images/heart-filled.svg') no-repeat center;
    width: 40px;
    height: 35px;
    margin-right: 20px;
    background-size: 40px;
}

/* Datenight-Slider-Text-Section Responsive */
@media (max-width: 1605px) {

    .datenight-slider-text-section h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .datenight-slider-text-section .col-right ul li {
        padding-left: 40px;
        font-size: 20px;
        line-height: 30px;
    }

    .datenight-slider-text-section .col-right ul li::before {
        width: 30px;
        height: 25px;
        margin-right: 15px;
        background-size: 25px;
    }

    .datenight-text-section .content p {
        font-size: 24px;
    }

    .datenight-text-section .col-wrapper .col-left video {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .datenight-slider-text-section h2 {
        font-size: 28px;
    }

    .datenight-text-section .content p {
        font-size: 20px;
    }

    .datenight-slider-text-section .col-wrapper {
        margin: 0 -15px;
    }

    .datenight-slider-text-section .col-left,
    .datenight-slider-text-section .col-right {
        padding: 0 15px;
    }

    .datenight-slider-text-section .col-right ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .datenight-slider-text-section .col-right ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .datenight-text-section .col-wrapper .col-right {
        padding-left: 30px;
        padding-right: 0;
    }

    .booking-hero-section .col-wrapper .col-left::before {
        background-size: 30px;
    }

    .booking-hero-section .col-wrapper .col-left::after {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }

    .booking-hero-section .col-wrapper .col-right::before {
        top: -50px;
        left: 43px;
        background-size: 50px;
    }

    .booking-hero-section .col-wrapper .col-right::after {
        bottom: -50px;
        top: auto;
        left: 130px;
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .datenight-slider-text-section .content {
        padding-left: 0;
    }

}

@media (max-width: 991px) {

    .datenight-slider-text-section .col-left,
    .datenight-slider-text-section .col-right {
        width: 100%;
    }

    .datenight-slider-text-section .col-right {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .datenight-text-section .content p {
        font-size: 16px;
    }

    .datenight-slider-text-section h2 {
        font-size: 24px;
    }

    .datenight-slider-text-section .col-wrapper {
        margin: 0;
    }

    .datenight-slider-text-section .col-left,
    .datenight-slider-text-section .col-right {
        padding: 0;
    }

    .datenight-slider-text-section .col-right ul li::before {
        width: 20px;
        height: 20px;
        background-size: 20px;
        top: 0;
    }

    .datenight-slider-text-section .col-right ul li {
        padding-left: 30px;
    }

    .date-night-slider .slick-dots li:not(:last-child) {
        margin-right: 5px;
    }

    .date-night-slider .slick-dots {
        bottom: 10px;
    }

    .date-night-slider .slick-dots button {
        width: 7px;
        height: 7px;
    }
}

/* Datenight-slider-text-section End */
.datenight-route-section {
    padding: 80px 0 60px;
}

/* TimeLine Route Start */
.datenight-route-section .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.datenight-route-section .section-title h2 {
    font-size: 58px;
    line-height: 62px;
    margin-bottom: 80px;
    color: #11293e;
    font-family: "Avant Garde CE";
}

.datenight-route-section .timeline-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 20px;
}

.datenight-route-section .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    font-size: 26px;
    line-height: 28px;
    color: #f29ee0;
    margin-bottom: 5px;
    font-family: "Avant Garde CE";
    width: 20%;
    padding-bottom: 30px;
}

.datenight-route-section .timeline-item::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: #f29ee0;
    border-radius: 50%;
    z-index: 1;
    margin-top: 10px;
    animation: pulse-shadow 1.5s ease-out infinite;
}

@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(242, 158, 224, 0.6);
    }

    70% {
        box-shadow: 0 0 0 20px #f29ee000;
    }

    100% {
        box-shadow: 0 0 0 0 #f29ee000;
    }
}

.datenight-route-section .time-slots b {
    color: #11293e;
    font-weight: 700;
    font-style: italic;
    font-family: "Avant Garde LT Bold";
}

.datenight-route-section .time-slots p {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    color: #11293e;
    font-weight: 400;
    font-family: "Avant Garde CE";
    margin-top: 75px;
}

@media (max-width: 1630px) {
    .datenight-route-section .timeline-item {
        font-size: 20px;
    }

    .datenight-route-section .time-slots p {
        font-size: 26px;
    }
}

@media (max-width: 1605px) {
    .datenight-route-section .section-title h2 {
        font-size: 40px;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .timeline-item {
        font-size: 20px;
        line-height: 26px;
    }

    .time-slots p {
        font-size: 24px;
        line-height: 1.3;
        margin-top: 60px;
    }
}

@media (max-width: 1200px) {
    .datenight-route-section {
        padding: 40px 0 40px;
    }

    .datenight-route-section .section-title h2 {
        font-size: 30px;
    }

    .datenight-route-section .timeline-item {
        font-size: 18px;
        line-height: 1.2;
        min-height: 94px;
        margin-top: 0;
    }

    .datenight-route-section .timeline-item::before {
        width: 20px;
        height: 20px;
    }

    .datenight-route-section .timeline-item:not(:first-child):after {
        position: absolute;
        left: calc(-50% - 0px);
        right: calc(50% - 0px);
        top: auto;
        bottom: 0;
    }

    .datenight-route-section .time-slots p {
        font-size: 20px;
        line-height: 1.2;
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .datenight-route-section {
        padding: 40px 0;
    }

    .datenight-route-section .time-slots p {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .datenight-route-section .timeline-item:not(:first-child):after {
        content: "";
        display: block;
        background-color: #f29ee0;
        background-repeat: repeat-x;
        position: absolute;
        left: calc(-50% - 12px);
        right: calc(50% - 12px);
        top: 110%;
        height: 2px;
        z-index: -1;
    }
}

@media screen and (max-width: 767px) {
    .datenight-route-section .timeline-container {
        flex-direction: column;
    }

    .datenight-route-section .timeline-item {
        width: 100%;
        background: #fff;
        z-index: 1;
        position: relative;
        min-height: auto;
        padding: 10px 0 15px;
        margin: 0 0 50px 0;
    }

    .datenight-route-section .timeline-item:first-child {
        padding-top: 0;
    }

    .datenight-route-section .timeline-item::before {
        top: 100%;
        bottom: 0;
        margin: 0;
        left: 50.2%;
        right: auto;
    }

    .datenight-route-section .timeline-container:after {
        content: "";
        display: block;
        background-color: #f29ee0;
        background-repeat: repeat-y;
        position: absolute;
        left: 50%;
        right: auto;
        top: 0;
        height: 100%;
        width: 2px;
        z-index: -1;
    }
}

/* Timeline Route End */

/* Footer Static Start */
.static-footer {
    padding: 100px 0 60px;
    background-color: #11293e;
}

@media screen and (min-width: 1440px) {
    .static-footer .container {
        max-width: 1470px;
    }
}

.static-footer .booking-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 74px;
    width: 100%;
}

.static-footer .booking-widget h2 {
    font-size: 79px;
    font-style: italic;
    line-height: 166px;
    color: #11293e;
    font-weight: bold;
    font-family: "Avant Garde LT";
    text-align: center;
    text-transform: uppercase;
}

.static-footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.static-footer .social-links img {
    width: 43px;
}

.static-footer .social-links a:hover img {
    transform: scale(1.08);
}

.static-footer .social-links a {
    text-decoration: none;
}

.static-footer .social-links a:not(:last-child) {
    margin-right: 20px;
}

.static-footer .social-links .whatsapp {
    border: none;
    padding: 0;
}

.static-footer .social-links .whatsapp:hover {
    background: transparent;
    color: #fff;
    border: none;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.static-footer .social-links .whatsapp:hover img {
    filter: none;
}

.static-footer .footer-text p {
    font-size: 30px;
    line-height: 32px;
    color: #ffffff;
    font-family: "Avant Garde CE";
}

@media (max-width: 1605px) {
    .static-footer {
        padding: 60px 0 60px;
    }

    .static-footer .footer-text p {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media (max-width: 1200px) {
    .static-footer {
        padding: 40px 0 20px;
    }

    .static-footer .booking-widget h2 {
        font-size: 40px;
        line-height: normal;
    }

    .static-footer .booking-widget {
        margin: 0 auto 30px;
    }

    .static-footer .social-links img {
        width: 30px;
        height: 30px;
    }

    .static-footer .social-links a:not(:last-child) {
        margin-right: 10px;
    }

    .static-footer .footer-text p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    .static-footer .footer-text p {
        font-size: 14px;
    }

    .datenight-text-section .col-wrapper .col-left,
    .datenight-text-section .col-wrapper .col-right {
        width: 100%;
        padding: 0;
    }

    .datenight-text-section .col-wrapper .col-right {
        padding-top: 15px;
    }

    .datenight-text-section .col-wrapper .col-left video {
        max-height: 70vh;
    }

}

@media (max-width: 767px) {

    .static-footer .footer-bottom {
        justify-content: center;
        text-align: center;
    }

    .footer-text {
        margin-top: 15px;
    }
}

/* Footer Static End */

.static-footer .booking-widget .am-fcis__header-price {
    color: #000 !important;
}

.static-footer .booking-widget .amelia-v2-booking #amelia-container .am-button.am-button--filled,
.static-footer .booking-widget .amelia-v2-booking #amelia-container .am-button.am-button--filled {
    background: #FF99E3 !important;
    border-color: #FF99E3 !important;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    font-family: "Avant Garde LT" !important;
}

.static-footer .booking-widget .amelia-v2-booking #amelia-container .am-button.am-button--filled:hover {
    background: #11293e;
    border-color: #11293e;
}

.static-footer .booking-widget .amelia-v2-booking #amelia-container .am-fcis__mini-info__inner span[class*=am-icon] {
    color: #11293e;
}

.static-footer .booking-widget .amelia-v2-booking #amelia-container .am-fcis__info-tab.am-active {
    color: #11293e;
    border-bottom: 3px solid #11293e;
}

.static-footer .booking-widget .amelia-v2-booking #amelia-container .am-fcis__info-employee__img {
    background: #11293e !important;
}

.amelia-v2-booking #amelia-container p {
    color: #fff !important;
}

.static-footer .booking-widget .amelia-v2-booking #amelia-container .am-fcis__form {
    padding-top: 0;
}

.static-footer .booking-widget .amelia-v2-booking #amelia-container.am-fc__wrapper .am-fcis__info-content__wrapper .am-fcis__info-content {
    padding-bottom: 0;
}

.static-footer .booking-widget .amelia-v2-booking #amelia-container .am-fcis__gallery {
    padding: 0;
}

.amelia-v2-booking #amelia-container .am-fcis__info {
    display: none;
}

@media (max-width: 575px) {
	.static-footer .booking-widget .amelia-v2-booking {
		width: 100%;
	}
    .static-footer .booking-widget .amelia-v2-booking #amelia-container .am-fcis__mini-info__inner span {
        font-size: 16px;
    }
}