/* ----------------- Global --------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
    --text-primary: #253551;
    --text-secondary: #fff;
    --text-disabled: #9e9e9e;

    --border-color-primary: #253551;

    --background-primary: #253551;
    --background-primary-op: #253551cc;
    --backround-secondary: #0083be;
    --background-accent: #e0e0db;
    --background-a-hover: #00bd7e33;
    --background-disabled: #e1e1e1;

    --font-primary: "Mulish", Arial, sans-serif;
    /*replace primary with helvetica*/
    --font-secondary: "Mulish", Arial, sans-serif;
    --font-accent: orpheus-pro, Arial, sans-serif;
    --font-modal: "Inter", sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px !important;
}

footer p {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.01em;
    text-transform: none;
    color: var(--text-primary);
    font-size: 16px;
}

footer a {
    color: var(--text-primary);
    font-family: var(--font-primary);
    text-decoration: none;
}
.footer-social svg {
    width: 25px;
}
.footer-social {
    margin-right: 15px;
}

footer a:hover {
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 1px;
}
footer a:hover {
    cursor: pointer;
}

footer button {
    background: var(--background-primary);
}

#footer h1,
#footer h2,
#footer h3,
#footer h4 {
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--text-primary);
}

footer h1 {
    font-size: calc((2.8 - 1) * 1.2vw + 1rem);
}

footer h2 {
    font-size: calc((2.8 - 1) * calc(0.012 * min(100vh, 900px)) + 1rem);
}

footer h3 {
    font-size: calc((2.2 - 1) * 1.2vw + 1rem);
    line-height: calc(1.3em * (1 + (1 - 2.2) / 25));
}

footer h4 {
    font-size: calc((1.2 - 1) * 1.2vw + 1rem);
}

footer h5 {
    font-family: var(--font-primary);
    color: var(--text-primary);
    font-size: calc((0.9 - 1) * 1.2vw + 1rem);
    line-height: 1.5rem;
    font-weight: 700;
}

#mc-subscribe form label {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.009375em;
    opacity: 0.6;
}

.fw-800 {
    font-weight: 800 !important;
}

.btn:hover {
    opacity: 0.8;
    color: #ffffff;
    border-color: #ffffff;
    background-color: rgba(37, 53, 81, 1);
}

.btn--medium {
    font-size: calc((0.8 - 1) * 1.2vw + 1rem);
    padding: 1.2rem 1.2rem;
    letter-spacing: 0.04em;
}

.btn-wrapper {
    display: flex;
    justify-content: flex-start;
}

.btn-tertiary {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 1.24rem 3rem;
    border-width: 3px;
    font-size: calc((0.9 - 1) * 1.2vw + 1rem);
    text-transform: none;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.pill-shape {
    border-radius: 200px;
}

.user-items-list-carousel__arrow-icon {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 36px;
}

.user-items-list-carousel__arrow-icon-foreground {
    stroke: #ffffff;
}

.user-items-list-carousel__arrow-icon-path {
    stroke-width: 2px;
    stroke-linejoin: round;
    stroke-linecap: round;
    fill: none;
}

.slider-nav .owl-item.active {
    opacity: 0.5;
}

.slider-nav .owl-item.active.current,
.slider-nav .owl-item.active.center {
    opacity: 1 !important;
}

.slider-nav .item-media-container {
    height: 80px;
    object-fit: cover;
}

.slider-nav .item-media-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-section .slider-for.owl-theme .owl-nav {
    max-width: 100%;
}

.carousel-section .slider-for.owl-theme .owl-nav button {
    border-radius: 0%;
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, 0.12);
    z-index: 1;
    opacity: 1;
    transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* uncomment this block if require all items to be of equal height */
/* .owl-carousel.slider-for .owl-stage { display: flex; }
.carousel-section .slider-for.owl-theme .trip-slides{
    height:100%!important;
    display: flex;
    flex: 1 0 auto;
}
 .carousel-section .slider-for.owl-theme .item-media-container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.carousel-section .slider-for.owl-theme .item-media-container img {
    height:100%;
    width:100%;
    object-fit: cover;
} */
/* end of block */

.carousel-section .slider-for.owl-theme .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.2);
}

.carousel-section .slider-for.owl-theme .owl-nav button img {
    max-width: 12px;
}

.itenary-title {
    font-size: calc((2.2 - 1) * 1.2vw + 1rem);
    margin-bottom: calc(3vw - 11px);
}

.itenary-section.accordion-flush .accordion-item:first-child {
    border-top: 1px solid #000;
}

.itenary-section.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #000;
}

.itenary-section .accordion-item {
    font-size: calc((0.9 - 1) * 1.2vw + 1rem);
    border-color: #000;
    color: #000;
    background-color: transparent;
}

.itenary-section .accordion-item .accordion-button {
    font-size: calc((1.2 - 1) * 1.2vw + 1rem);
    padding: 30px 0;
    background-color: transparent;
    color: #253551;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.itenary-section .accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.itenary-section .accordion-body {
    padding: 0 0;
    padding-bottom: 1rem;
}

#accordionHome .accordion-body p {
    color: #ffffff;
}

.itenary-section .accordion-icon-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itenary-section.accordion-flush .accordion-item .accordion-button:after {
    display: none;
}

.plus__horizontal-line,
.plus__vertical-line {
    display: block;
    width: 100%;
    background-color: #000;
    transition: transform 0.2s;
    position: absolute;
    top: 50%;
}

.plus__vertical-line {
    transform: rotate(90deg);
}

.accordion-button:not(.collapsed) .plus__vertical-line {
    transform: rotate(0deg);
}

.itenary-section.accordion-flush .accordion-item .accordion-button,
.itenary-section.accordion-flush .accordion-item .accordion-button.collapsed {
    padding-right: 7px;
}

.bg-primary-section .itenary-section .accordion-item,
.bg-primary-section .itenary-section.accordion-flush .accordion-item:last-child,
.bg-primary-section
.itenary-section.accordion-flush
.accordion-item:first-child {
    border-color: #ffffff;
    color: #ffffff;
}

.bg-primary-section .plus__horizontal-line,
.bg-primary-section .plus__vertical-line {
    display: none;
}

.bg-primary-section .itenary-section .accordion-item .accordion-button {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.itenary-section.icon-angle-arrow .accordion-icon-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    transition: transform 0.2s;
    height: 10px !important;
    width: 10px !important;
}

.icon-angle-arrow .accordion-button:not(.collapsed) .accordion-icon-container {
    transform: rotate(-135deg);
}

.animate-delay {
    animation-delay: 0.6s;
}

.accomodation.content-area.padding-right {
    padding-right: calc((100 / 24) * 1vw);
}

.page-banner {
    min-height: 66vh;
    position: relative;
}

.page-banner > img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

.section-background-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #253551;
}

/* europe  */
.europe-section .trip-slides {
    flex: 1 0 0;
}

.europe-section .trip-slides.with-bg {
    background: var(--background-accent);
    padding: 20px;
}

.europe-section .item-media-container {
    height: 0;
    padding-bottom: 133.33%;
    position: relative;
}

.europe-section .item-media-container img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
}

/* all destinations */
.header-content-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding-bottom: 2vw;
    z-index: 1;
}

.header-content-area p {
    color: #fff;
}

.header-content-area hr {
    border-color: #fff;
    opacity: 1;
    max-width: 5vw;
}

.gallery-grid {
    max-width: 100%;
    padding: 4vw;
}

.gallery-grid--layout-grid .gallery-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
    width: auto;
}

.gallery-grid-wrapper {
    position: relative;
}

.gallery-grid .gallery-grid-item-wrapper {
    padding-bottom: 150%;
}

.gallery-grid-item-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
}

.gallery-grid-image-link,
.gallery-grid-lightbox-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.gallery-grid-item img {
    position: absolute;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

figure {
    margin: 0;
}

.list-section-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
}

.list-section-title,
.list-section-title p {
    font-size: calc((2.8 - 1) * 1.2vw + 1rem);
}

.divider-section {
    min-height: 1vh;
    height: 2vw;
    background-color: var(--background-accent);
}

.button-element--secondary.btn {
    background: var(--text-primary);
    -webkit-transition: 0.1s background-color linear;
    -moz-transition: 0.1s background-color linear;
    -o-transition: 0.1s background-color linear;
    transition: 0.1s background-color linear;
    color: #fff;
    font-weight: 100;
    font-size: calc((0.1 * 1.2vw + 1rem));
    padding: 0.2rem 2rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    border-radius: 0.4rem;
    max-width: 100%;
    border: 1px solid var(--text-primary);
}

.button-element--secondary.btn:hover {
    opacity: 1;
    background-color: #ffffff;
    color: var(--text-primary);
}

.btn-tertiary.btn-nt-light {
    background-color: #fff;
    color: var(--text-primary);
}

.btn-tertiary.btn-nt-light:hover {
    background-color: var(--text-primary);
    color: #fff;
}

/* css group by Shivam  */

.form-bg {
    background-color: rgb(224, 224, 219);
    padding-top: 100px;
}

.custom-submit-btn {
    background-color: rgb(37, 53, 81);
    padding: 1.2rem 1.2rem;
    color: aliceblue;
    font-weight: 800;

    font-size: calc((1.5 - 1) * 1.2vw + 1rem);

    border-color: rgb(255, 255, 255);
    border-style: solid;
}

.custom-submit-btn:hover {
    opacity: 0.8;
}

.invalid {
    /* align-items: flex-start; */
    background-color: #ce2c30;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    margin-bottom: 7px;
    width: fit-content;
    display: none;
    gap: 10px;
    align-items: center;
}

.form-input-custom {
    border: 1px solid !important;
    border-radius: 0 !important;
    border-color: #a9a9a9 !important;
    box-shadow: 0 0 0 1px transparent;
    padding: 10px 10px !important;
}

#Textarea {
    border: 1px solid !important;
    border-radius: 0 !important;
    border-color: #a9a9a9 !important;
    box-shadow: 0 0 0 1px transparent;
    padding: 10px 10px;
    height: 5em !important;
}

.NextTripGroup {
    color: rgb(37, 53, 81);
    line-height: calc(1.3em * (1 + (1 - 2.8) / 25));
    font-size: calc((2.8 - 1) * 1.2vw + 1rem);
    font-weight: 400;
    font-style: normal;
}

.your-Group {
    color: rgb(37, 53, 81);
    line-height: calc(1.3em * (1 + (1 - 2.8) / 25));

    font-size: calc((1.2 - 1) * 1.2vw + 1rem);
    font-weight: 400;

    letter-spacing: 0em;
    font-style: normal;

    margin: 2rem 0;
}

.group-paragraph {
    color: rgb(0, 0, 0);
    word-wrap: break-word;
    font-size: calc((1 - 1) * 1.2vw + 1rem);
    line-height: 1.5em;

    margin: 1rem 0;
}

.form-input-custom:not([type="checkbox"]):not([type="radio"]):focus {
    /* outline: 1px rgb(0, 0, 0); Remove default outline and use border or box-shadow */

    outline-style: solid;
    outline-color: rgb(0, 0, 0);
    outline-width: 2px;
    outline-offset: 2px !important;
    /* outline-offset: 2px; */
    padding: 10px 10px;
    box-shadow: 0 0 0 1px transparent;
}

.form-input-custom:not([type="checkbox"]):not([type="radio"]):hover {
    background-color: rgba(255, 255, 255, 0.63);
}

#Textarea:hover {
    background-color: rgba(255, 255, 255, 0.63);
}

#Textarea:focus {
    /* outline: 1px rgb(0, 0, 0); Remove default outline and use border or box-shadow */

    outline-style: solid;
    outline-color: rgb(0, 0, 0);
    outline-width: 2px;
    outline-offset: 2px !important;
    /* outline-offset: 2px; */
    padding: 10px 10px;
    box-shadow: 0 0 0 1px transparent;
}

.form-check-input:checked {
    background-color: black;
}

.form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.description.required {
    line-height: 1em;
    padding: 0;
    margin: 0;
    opacity: 0.7;
    font-size: calc((0.8 - 1) * 1.2vw + 1rem);
    font-weight: 400;
    font-style: normal;
}

.form-labels {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    letter-spacing: -0.01em;
    font-size: calc((0.8 - 1) * 1.2vw + 1rem);
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
}

/*  css group by Shivam  ends */

/* ----- Wellness ------ */
.section-twocolumn-wrapper {
    grid-template: auto / 1fr 1fr;
    display: grid;
}

.column-having-text {
    display: grid;
    --cell-max-width: calc((900px - (11px * (12 - 1))) / 12);
    --inset-padding: 0vw;
    --row-height-scaling-factor: 0.0215;
    --container-width: min(900px, calc(100vw - 4vw * 2 - var(--inset-padding)));
    grid-template-rows: repeat(
    21,
    minmax(
            calc(var(--container-width) * var(--row-height-scaling-factor)),
            auto
    )
  );
    grid-template-columns:
    minmax(calc(4vw - 11px), 1fr) repeat(12, minmax(0, var(--cell-max-width)))
    minmax(calc(4vw - 11px), 1fr);
    row-gap: 11px;
    column-gap: 11px;
}

.column-having-text .section-future {
    grid-area: 3/3/6/6;
    z-index: 5;
    display: flex;
    align-items: center;
}

.column-having-text .block-head {
    grid-area: 7/3/10/10;
    z-index: 1;
}

.column-having-text .block-text {
    grid-area: 11/3/17/11;
    z-index: 4;
}

.column-with-image {
    position: relative;
}

.column-with-image .content-fill img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

blockquote {
    margin-left: 40px;
    margin-right: 40px;
}

/* // business // */
.fnt-head-3-size {
    font-size: calc((2.2 - 1) * 1.2vw + 1rem);
}

.trip-slides .list-item-content__title {
    font-size: calc((2.5 - 1) * 1.2vw + 1rem);
}

.business-page .trip-slides,
.business-page .trip-slides p,
.business-page .trip-slides h2 {
    color: #000;
}

.carousel-section.bg-white .item {
    background-color: #fff;
}

.business-page .img-wrapper img {
    max-width: 25.6vw;
}

.banner-text-block {
    max-width: 37.65vw;
    margin-left: auto;
    margin-right: auto;
}

.bg-primary-section h3,
.bg-primary-section h2,
.bg-primary-section p {
    color: #ffffff;
}

.bg-primary-section .itenary-section.accordion-small .accordion-item,
.bg-primary-section
.itenary-section.accordion-small
.accordion-item:first-child,
.bg-primary-section
.itenary-section.accordion-small
.accordion-item:last-child {
    border-color: rgba(255, 255, 255, 0.2);
}

.bg-primary-section
.itenary-section.accordion-small
.accordion-item
.accordion-button {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: calc((0.8 - 1) * 1.2vw + 1rem);
}

.btn-tertiary.fnt-size-primary,
.fnt-size-primary {
    font-size: calc((1.5 - 1) * 1.2vw + 1rem);
}

/* ------- contact page -------- */
.contact-hero {
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 4vw;
    padding-right: 4vw;
    max-width: 1800px;
    padding-top: 10vmax;
    padding-bottom: 10vmax;
}

.contact-form {
    max-width: 830px;
}

.contact-form input,
.contact-form textarea {
    background: #fafafa;
    resize: none;
}

/* --------- careers form ----------- */
.careers-form {
    display: grid;
    grid-template-columns: 48% 48%;
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
    justify-content: space-between;
}

.dark-form form label {
    color: #000;
    opacity: 1;
}

.light-form form label {
    color: #fff;
    opacity: 1;
}

.light-form form button.custom-submit-btn {
    color: var(--text-primary);
    background: #fff;
}

.hero-section.destination .video-container,
.hero-section.destination .banner-overlay {
    height: 90vh;
}

/* ---------- wellness form ---------- */
.wellness-form-bg {
    background-color: rgb(37, 53, 81);
    padding-top: 100px;
    padding-bottom: 100px;
}

.wellness-form-bg .custom-submit-btn {
    background-color: whitesmoke;
    padding: 1.2rem 1.2rem;
    color: rgb(37, 53, 81);
    font-weight: 800;
    font-size: calc((1.5 - 1) * 1.2vw + 1rem);
    border-color: rgb(255, 255, 255);
    border-style: solid;
}

/* .custom-submit-btn:hover {
    opacity: .8;
} */
.inavlid {
    /* align-items: flex-start; */
    background-color: #ce2c30;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    margin-bottom: 7px;
    width: fit-content;
    gap: 5px;
}

.form-input-custom {
    border: 1px solid !important;
    border-radius: 0 !important;
    border-color: #a9a9a9 !important;
    box-shadow: 0 0 0 1px transparent;
    padding: 10px 10px !important;
}

.Get-in-touch {
    color: rgb(240, 240, 240);
    line-height: calc(1.3em * (1 + (1 - 2.8) / 25));
    font-size: calc((2.8 - 1) * 1.2vw + 1rem);
    font-weight: 400;
    font-style: normal;
}

.wellness-paragraph {
    color: rgb(240, 240, 240);
    word-wrap: break-word;
    font-size: calc((1 - 1) * 1.2vw + 1rem);
    line-height: 1.5em;
    margin: 1rem 0;
}

.form-input-custom:not([type="checkbox"]):not([type="radio"]):focus {
    /* outline: 1px rgb(0, 0, 0); Remove default outline and use border or box-shadow */
    outline-style: solid;
    outline-color: rgb(0, 0, 0);
    outline-width: 2px;
    outline-offset: 2px !important;
    /* outline-offset: 2px; */
    padding: 10px 10px;
    box-shadow: 0 0 0 1px transparent;
}

.form-input-custom:not([type="checkbox"]):not([type="radio"]):hover {
    background-color: rgba(255, 255, 255, 0.63);
}

.description.required {
    line-height: 1em;
    padding: 0;
    margin: 0;
    opacity: 0.7;
    font-size: calc((0.8 - 1) * 1.2vw + 1rem);
    font-weight: 400;
    font-style: normal;
}

.form-labels {
    line-height: 1.5em;
    letter-spacing: -0.01em;
    font-size: calc((0.9 - 1) * 1.2vw + 1rem);
    font-weight: 400;
    font-style: normal;
    color: rgb(241, 239, 239);
}

.form-width {
    width: 70%;
}

.width-wrapper {
    width: 90%;
}

/* ------------ velocity ----------- */
.hero-section.velocity .video-container,
.hero-section.velocity figure.banner-overlay {
    height: 100vh;
}

.max-580 {
    max-width: 580px;
}

.hero-section.velocity + .set-pos .btn {
    background-color: #ffffff;
    color: #000;
    border-color: #000;
}

.hero-section.velocity + .set-pos {
    top: 50%;
    transform: translateY(0%);
}

.page-banner.section-height--large {
    min-height: 100vh;
}

.section-height--large .header-content-area {
    align-items: center;
    padding-top: 13vw;
}

.velocity-two-columns .block-head {
    grid-area: 6/2/16/11;
}

.velocity-two-columns .btn-tertiary.btn-nt-light:hover {
    color: unset;
    background-color: #ffffff;
}

.fnt-head-2-size {
    font-size: calc((2.8 - 1) * 1.2vw + 1rem);
}

.no-plus-icon .plus__horizontal-line,
.no-plus-icon .plus__vertical-line {
    display: none;
}

.itenary-section.no-plus-icon .accordion-item .accordion-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: calc((1 - 1) * 1.2vw + 1rem);
    color: #000;
}

.itenary-section.icon-angle-arrow.no-plus-icon .accordion-icon-container {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.itenary-section.no-plus-icon .accordion-item,
.itenary-section.no-plus-icon .accordion-item:last-child,
.itenary-section.no-plus-icon .accordion-item:first-child {
    border-color: rgba(0, 0, 0, 0.2);
    color: #000;
}

/* -------- policy pages --------- */
.privacy-section {
    background-color: rgb(224, 224, 219);
    padding-top: 300px;
    padding-bottom: 300px;
}

.content a {
    word-wrap: break-word;
}

.content em {
    text-decoration: underline;
}

.customer-service-section {
    background-color: rgb(224, 224, 219);
    padding-top: 250px;
    padding-bottom: 300px;
}

p.next-large.preFade.fadeIn {
    font-size: calc((1 - 1) * 1.2vw + 1rem);
    color: black;
}

p.preFade.fadeIn {
    word-wrap: break-word;
    color: black;
}

ul li p.preFade.fadeIn {
    margin-bottom: 1px;
}

.next-large.preFade.fadeIn {
    font-size: calc((1 - 1) * 1.2vw + 1rem);
    color: black;
}

.terms-conditions-section {
    background-color: rgb(224, 224, 219);
    padding-top: 300px;
    padding-bottom: 300px;
}

.next-large.preFade.fadeIn.text-center.my-3 {
    color: black;
}

.privacy-section strong em {
    margin-left: 45px;
}

.privacy-section .content ul ::marker {
    font-size: x-small;
}

.customer-service-section::marker {
    font-size: x-small;
}

/* ------------- about us ----------- */
.bg-primary-section .plus-icon-white .plus__horizontal-line,
.bg-primary-section .plus-icon-white .plus__vertical-line,
.plus-icon-white .plus__horizontal-line,
.plus-icon-white .plus__vertical-line {
    display: block;
    background-color: #fff;
}

.itenary-section.btn-padding-default .accordion-item .accordion-button {
    padding: 30px 0;
}

.itenary-section.btn-padding-default .accordion-item .accordion-body {
    max-width: 300px;
    min-width: 70%;
}

/*  other pages css ends  */

/* ------------ footer ------------ */

footer {
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 48px;
}
.footer-divider {
    border-top: 1px solid var(--text-primary);
    width: 100%;
    padding: 20px 0 0;
    margin: 20px 0 0;
}
footer .footer-top .footer-menu {
    width: 100%;
}

footer .footer-top .footer-menu > .flex-column {
    border-bottom: 0px solid var(--text-primary);
}
footer .footer-top .footer-menu > .flex-column:nth-last-child(1) {
    border-bottom: 0px solid var(--text-primary);
}

@media (min-width: 768px) and (max-width: 1199px) {
    footer .footer-top .footer-menu > .flex-column:nth-last-child(2) {
        border-bottom: 0px solid var(--text-primary);
    }
}

@media (min-width: 1200px) {
    footer .footer-top .footer-menu > .flex-column {
        border-right: 1px solid var(--text-primary);
        border-bottom: 0px solid var(--text-primary);
    }
    footer .footer-top .footer-menu > .flex-column:nth-last-child(1) {
        border-right: 0px solid var(--text-primary);
        border-bottom: 0px solid var(--text-primary);
    }
}

.subscribe-form input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.12);
    min-width: 18rem;
    padding: 1.4rem 2rem;
    line-height: 1.2rem;
    font-size: 16px;
    outline-offset: 5px;
    color: #000000;
    background-color: #ffffff;
}
form.subscribe-form button,
button.submit-btn {
    font-size: 18px;
    font-family: var(--font-secondary);
    font-weight: 800;
    padding: 1.4rem 2rem;
    border-radius: 300px;
    line-height: 1.2rem;
    border: 2px solid var(--background-primary) !important;
    color: var(--background-primary) !important;
    background-color: transparent;
}
form.subscribe-form button:hover,
button.submit-btn:hover {
    background: var(--background-primary) !important;
    color: #fff !important;
    cursor: pointer;
}
.v-form .v-label {
    color: #222;
    opacity: 1;
}
.v-form button.submit-btn {
    line-height: 1;
    padding: 0 10px;
    border: 0 !important;
}

.d-none {
    display: none;
}

.subscribe-form .error-msg {
    display: block;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background: #fed9db;
    color: #f23d3d;
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
}

footer .footer-top {
    max-width: 1320px;
    padding-bottom: 40px;
    margin: auto;
}
footer .footer-bottom {
    max-width: 1600px;
    padding-bottom: 100px;
}

/* --------------- footer end ----------- */

@media only screen and (max-width: 1400px) {
    .booking-form {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    .booking-form {
        max-width: 900px;
    }
}

@media only screen and (max-width: 991px) {
    .booking-form form button.search {
        border-radius: 0 0 4px 4px;
    }

    .booking-form form .date-picker {
        margin-left: 0px;
        margin: 1px 0px;
    }

    .booking-form form {
        background: #e1e1e1;
        border-radius: 0 0 4px 4px;
    }

    .form-width.form-width {
        width: 100%;
    }

    .width-wrapper.width-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    nav.navbar div.navbar-collapse {
        position: absolute;
        background: rgb(0, 0, 0);
        left: 0px;
        right: 0px;
        top: 0px;
        height: 0;
        opacity: 0;
        display: block;
        transform: translateY(100vh) translateX(0);
        overflow: hidden;
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: linear;
    }

    nav.navbar div.navbar-collapse.drop {
        transform: translateY(0);
        height: 100vh;
        opacity: 1;
        overflow: visible;
    }

    nav.navbar div.collapse.move {
        transform: translateX(-100vw);
    }

    nav.navbar .navbar-menu-container {
        width: 100%;
    }

    nav.navbar .navbar-brand {
        max-height: 44px;
    }

    nav.navbar ul.navbar-nav .dropdown-menu a:hover {
        background: transparent;
    }

    nav.navbar .navbar-menu-container ul.navbar-nav a {
        text-align: center;
        font-size: 8.5vmin;
        line-height: 1.1;
        padding: 0;
    }

    nav.navbar .sign-up-btn-container {
        width: auto;
        margin-top: 3em;
    }

    .dropdown-toggle::after {
        position: relative;
        right: 0.2em;
        display: inline-block;
        width: 0.4em;
        height: 0.4em;
        border-top: 1px solid currentColor;
        border-right: 1px solid currentColor;
        border-left: 0;
        vertical-align: middle;
        margin-top: -0.14em;
        transform: rotate(45deg);
    }

    ul.navbar-nav > li.nav-item.dropdown {
        position: static;
    }

    nav.navbar
    ul.navbar-nav
    > li.nav-item.dropdown
    a.nav-link
    + div.dropdown-menu-container {
        position: absolute;
        top: 0;
        height: 95vh;
        right: -100vw;
        width: 100vw;
        background: #000;
        display: block;
        padding-top: 10vh;
        z-index: -1;
    }

    nav.navbar
    ul.navbar-nav
    > li.nav-item.dropdown
    a.nav-link
    + div.dropdown-menu-container.open {
        z-index: 1;
    }

    nav.navbar
    ul.navbar-nav
    > li.nav-item.dropdown
    a.nav-link
    + div.dropdown-menu-container
    > ul.dropdown-menu {
        z-index: 1;
        display: block;
        opacity: 0;
        transition: opacity 0.2s linear;
        overflow-y: scroll;
        overflow-x: hidden;
        background: #000;
        height: 82vh;
        left: -2px;
    }

    nav.navbar
    ul.navbar-nav
    > li.nav-item.dropdown
    a.nav-link
    + div.dropdown-menu-container.open
    > ul.dropdown-menu {
        opacity: 1;
    }

    nav.navbar
    ul.navbar-nav
    > li.nav-item.dropdown
    a.nav-link
    + div.dropdown-menu-container
    > ul.dropdown-menu
    .back-btn
    a {
        opacity: 0.7;
        padding-bottom: 16px;
    }

    nav.navbar
    ul.navbar-nav
    > li.nav-item.dropdown
    a.nav-link
    + div.dropdown-menu-container
    > ul.dropdown-menu
    .back-btn
    a::before {
        content: "";
        position: relative;
        right: 0.2em;
        display: inline-block;
        width: 0.4em;
        height: 0.4em;
        border-top: 1px solid currentColor;
        border-right: 1px solid currentColor;
        border-left: 0;
        vertical-align: middle;
        margin-top: -0.14em;
        transform: rotate(-135deg);
    }

    nav.navbar
    ul.navbar-nav
    > li.nav-item.dropdown
    a.nav-link
    + div.dropdown-menu-container
    > ul.dropdown-menu
    a {
        margin: 3vw 0vw;
    }

    .set-pos {
        top: calc(6vw + 94px);
    }

    .set-pos.no-head {
        top: calc(6vw + 44px);
    }

    .section-twocolumn-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .column-with-image .content-fill img {
        position: relative;
        height: 35.6vh;
    }

    .column-having-text {
        display: grid;
        --cell-max-width: calc((900px - (11px * (8 - 1))) / 8);
        --inset-padding: 0vw;
        --row-height-scaling-factor: 0.0215;
        --container-width: min(900px, calc(100vw - 6vw * 2 - var(--inset-padding)));
        grid-template-rows: repeat(
      21,
      minmax(
              calc(var(--container-width) * var(--row-height-scaling-factor)),
              auto
      )
    );
        grid-template-columns:
      minmax(calc(6vw - 11px), 1fr) repeat(8, minmax(0, var(--cell-max-width)))
      minmax(calc(6vw - 11px), 1fr);
        row-gap: 11px;
        column-gap: 11px;
    }

    .column-having-text .section-future {
        grid-area: 3/2/6/6;
        z-index: 5;
        display: flex;
        align-items: center;
    }

    .column-having-text .block-head {
        grid-area: 7/2/10/8;
        z-index: 1;
    }

    .column-having-text .block-text {
        grid-area: 11/2/17/9;
        z-index: 4;
    }

    blockquote {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-hero {
        grid-template-columns: repeat(2, 1fr);
    }

    .carousel-section .owl-carousel .owl-nav {
        position: relative;
        bottom: -20px;
        top: auto;
        width: auto;
        transform: unset;
        left: unset;
        justify-content: center;
        column-gap: 30px;
        opacity: 1;
    }

    .carousel-section .owl-carousel .owl-nav .owl-next,
    .carousel-section .owl-carousel .owl-nav .owl-prev {
        opacity: 1;
        width: 40px;
        height: 40px;
    }

    .owl-carousel .user-items-list-carousel__arrow-icon {
        width: 24px;
        height: 24px;
    }

    .trip-slides .list-item-content__title {
        font-size: calc((2.5 - 1) * calc(0.012 * min(100vh, 900px)) + 1rem);
    }

    .list-item-content__description,
    .list-item-content__description p {
        font-size: calc((1 - 1) * calc(0.012 * min(100vh, 900px)) + 1rem);
    }

    .business-page .img-wrapper img {
        max-width: 75.6vw;
    }

    .banner-text-block {
        max-width: 90.65vw;
        margin-left: auto;
        margin-right: auto;
    }

    .business-page .img-wrapper {
        order: 3;
    }

    .careers-form {
        display: grid;
        grid-template-columns: 100%;
        padding-top: 6.6vmax;
        padding-bottom: 6.6vmax;
    }

    .velocity-two-columns .column-having-text .block-head {
        grid-area: 4/2/20/10;
    }

    footer {
        padding-top: 10px;
        padding-bottom: 60px;
    }

    footer .footer-bottom {
        padding-top: 150px;
    }

    footer .footer-top .footer-menu {
        gap: 22px;
    }
}

@media only screen and (max-width: 567px) {
    .user-section a.list-item-content__button.btn-md-100 {
        padding: 12px 16px;
        width: 100%;
    }

    .contact-hero {
        grid-template-columns: repeat(1, 1fr);
    }
}
#mc_embed_signup {
    background: transparent;
    width: 100%;
    max-width: 320px;
    margin: auto;
    text-align: left;
}
#mc_embed_signup label {
    display: block;
}
.mc-subscribe-group {
    display: flex;
    align-items: start;
}
#mc_embed_signup .mc-subscribe-group .mc-field-group input[type="email"] {
    padding: 10px;
    line-height: 40px;
    width: 100%;
}
#mc_embed_signup .mc-subscribe-group > div {
    padding: 0 5px;
    flex: 1 1 auto;
}
#mc_embed_signup .mc-subscribe-group > div#mce-responses {
    flex: 0 0 100%;
}
.footer-subscribe .mc-subscribe-group {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

#mc_embed_signup .mc-subscribe-group .mc-field-submit {
    margin-top: 20px;
    flex: 0 0 180px;
}

#mc_embed_signup .mc-subscribe-group .mc-field-submit input[type="submit"] {
    line-height: 40px;
    padding: 10px 2rem;
    border: 2px solid var(--background-primary);
    color: var(--background-primary);
    background-color: transparent;
    border-radius: 50px;
    height: auto;
    width: 100%;
    font-size: 18px;
    font-family: var(--font-secondary);
    font-weight: 800;
    border-radius: 300px;
    transition: all 0.4s;
}
#mc_embed_signup
.mc-subscribe-group
.mc-field-submit
input[type="submit"]:hover {
    background-color: var(--background-primary);
    color: #fff;
}
#mc_embed_signup .mc-subscribe-group div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: var(--background-primary);
    font-weight: 400;
    z-index: 1;
    color: #fff;
    font-size: 14px;
}
.footer-subscribe #mc_embed_signup .mc-subscribe-group .mc-field-submit {
    margin-top: 20px;
    flex: 1 1 100%;
}
.footer-subscribe #mc_embed_signup .mc-subscribe-group .mc-field-submit {
    padding: 0 5px;
    flex: 1 1 100%;
    display: flex;
    justify-content: end;
}
.footer-subscribe
#mc_embed_signup
.mc-subscribe-group
.mc-field-submit
input[type="submit"] {
    width: auto;
}

.package-dropdown-list ul li.headline {
    font-weight: bold;
    color: #656565;
}
.package-dropdown-list ul li:not(.headline) {
    padding-left: 15px;
    position: relative;
}
.package-dropdown-list ul li a {
    text-decoration: none;
    color: #656565;
    border-bottom: 2px solid transparent;
}
.package-dropdown-list ul li a:hover {
    color: #656565;
    border-bottom: 2px solid #2171b9;
}
.package-dropdown-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.package-dropdown-list ul li:not(.headline):before {
    content: "-";
    position: absolute;
    left: 5px;
    top: 0;
    color: #222;
    opacity: 0.6;
}
.dest-locations > .main-region,
.popular-searches {
    background: #ffffff;
    padding: 16px 30px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    color: #656565;
    cursor: pointer;
    margin: 20px 0 -6px 0;
    font-size: 18px;
    font-weight: lighter;
}
#destination-container .icon-downarrow,
#destination-container .icon-uparrow {
    color: #253551;
    font-size: 14px;
}
#destination-container .icon-downarrow,
#destination-container .icon-uparrow {
    line-height: 2;
}
.pull-right {
    float: right !important;
}
.pull-right {
    float: right;
}
.icon-downarrow:before {
    content: "\4a";
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "bookit" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dest-locations > .shell {
    background: #ffffff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 0 30px;
    width: 100%;
    border-radius: 3px;
}
.dest-locations > .shell {
    margin-bottom: 5px;
}
.collapse.in {
    display: block;
}
.show {
    display: block !important;
}
.location-name {
    font-weight: 300;
    border-bottom: 1px solid #cccccc;
}
.dest-locations > .shell > a,
.dest-locations > .shell .top-location-tab {
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}
.main-region-data.collapse.in {
    padding-bottom: 20px;
}
.top-location-tab:hover,
.dest-locations a:active,
.dest-locations a:visited,
.dest-locations a:link,
.dest-locations a:focus {
    text-decoration: none;
    color: inherit;
}
.collapsed .triangle.up {
    margin-top: 10px;
    border-top: 8px solid #4e4e4e;
    border-bottom: 10px solid transparent;
}
.collapsed .icon-downarrow {
    transform: rotate(0);
}
.icon-downarrow {
    transform: rotate(180deg);
    transition: all 0.4s;
}
.triangle.up {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 10px solid #4e4e4e;
    border-top: 10px solid transparent;
}
.triangle {
    width: 0;
    height: 0;
    margin-top: 10px;
    margin-bottom: 2px;
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #4e4e4e;
}
.triangle {
    cursor: pointer;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-bottom: 2px;
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #555555;
}
.location-content {
    border-bottom: 1px solid #cccccc;
}
.pl15 {
    padding-left: 15px;
}

.collapse {
    display: none;
}
.pb14 {
    padding-bottom: 14px;
}
.dest-locations .location-name,
.search-container .dest-search-box {
    font-size: 16px;
}
.main-region,
.location-name {
    cursor: pointer;
    padding: 11px 0 6px 0;
}

/* Homepage Redesign */

.mw-md-80 {
    max-width: 100%;
    padding-left: 15%;
    padding-right: 15%;
}
input.transparent {
    border: none;
    background: transparent;
    color: white;
}
input.transparent::placeholder {
    color: white;
    opacity: 1;
}
input.transparent::ms-placeholder {
    color: white;
}
main form label {
    opacity: 1;
}
main form input[size="1"] {
    width: 1.5em;
}
/* Chrome, Safari, Edge, Opera */
main form input::-webkit-outer-spin-button,
main form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
main form input[type="number"] {
    -moz-appearance: textfield;
}
.border-white {
    border-color: white !important;
}
.bg-water {
    background: #002554;
    color: white;
    position: relative;
}
.bg-water * {
    color: white;
}
.btn.minus,
.btn.plus {
    display: inline-block;
    background: transparent;
    color: white;
    height: 1.25em;
    width: 1.25em;
    text-align: center;
    border-radius: 1em;
    padding: 0;
    margin: 0.15em 0 0 0;
}
.btn.minus::before {
    display: block;
    content: "-";
    font-size: 1em;
    line-height: 1em;
    text-decoration: none;
    font-style: normal;
}
.btn.plus::before {
    display: block;
    content: "+";
    font-size: 1em;
    line-height: 1em;
    text-decoration: none;
    font-style: normal;
}
.carousel .savings-header {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    color: white;
}
.carousel .savings-subheader {
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 2em 0;
    color: white;
}
.carousel .btn {
    background: rgba(37, 53, 81, 1);
    color: white;
    border-color: white;
    min-width: 160px;
}
.carousel .col {
    width: 100%;
}
.carousel .partner-header {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 0.5em 0;
    color: #002554;
    font-weight: 500;
    font-variant: small-caps;
}
.carousel .partner-eyebrow {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 0.5em 0;
    color: #0078bf;
    font-weight: 500;
}
.carousel .partner-eyebrow img {
    display: block;
    max-width: 250px;
    max-height: 75px;
    margin-bottom: 1em;
}
#savings_slider.carousel .carousel-item {
    min-height: 400px;
    overflow: hidden;
}
#savings_slider.carousel .carousel-item .row.position-absolute {
    position: absolute !important;
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    width: auto !important;
    z-index: 2;
    transform: translateY(-50%);
}
#savings_slider.carousel .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
#savings_slider.carousel .carousel-item img.noheadline {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    height: auto;
    object-fit: contain;
}
hr.short-divider {
    width: 10%;
    margin: 1em auto;
}
.line {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-1px);
    height: 0px;
    width: 100%;
}
.line-gray {
    border: 1px solid var(--bs-gray-400);
}
.line-blue {
    border: 1px solid var(--bs-gray-500);
}
#top-destinations .col-auto:first-child {
    width: 100%;
    max-width: 325px;
}
#top-destinations h2 {
    letter-spacing: 3px;
}
#top-destinations .col-auto:last-child {
    width: 100%;
    max-width: 90%;
    max-width: calc(100% - 325px);
}
#top-destinations .col-auto:last-child .line {
    position: relative;
    margin-top: 0.8em;
    top: 0;
    transform: none;
}
#top-destinations .destination {
    position: relative;
    display: block;
    width: 100%;
    background: #eee;
    border-radius: 5px;
    margin-bottom: 1em;
    overflow: hidden;
}
#top-destinations .destination:after {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.65;
    /*background: #000;*/
    border-radius: 5px;
    transition: opacity 0.4s;
}
#top-destinations .destination .name {
    position: absolute;
    color: white;
    z-index: 3;
    top: 1em;
    left: 1em;
}
#top-destinations .destination.overlay-blue:after {
    background: #0078bf;
}
#top-destinations .destination.overlay-darkblue:after {
    background: #002554;
}
#top-destinations .destination.overlay-cyan:after {
    background: #156570;
}
#top-destinations .destination.overlay-rose:after {
    background: #c24d52;
}
#top-destinations .destination.overlay-green:after {
    background: #51821c;
}
#top-destinations .destination.overlay-orange:after {
    background: #bd4f19;
}
#top-destinations .destination > img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.25s;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}
#top-destinations .destination:hover > img {
    transform: translateX(-50%) translateY(-50%) scale(1.2);
}
#top-destinations .destination:hover:after {
    opacity: 0;
}
#featured-partners .col-auto:first-child {
    width: 100%;
    max-width: 350px;
}
#featured-offers h2,
#top-destinations h2,
#featured-partners h2 {
    letter-spacing: 4.2px;
}
#featured-partners .col-auto:last-child {
    width: 100%;
    max-width: 90%;
    max-width: calc(100% - 350px);
}
#featured-partners .col-auto:last-child .line {
    position: relative;
    margin-top: 0.8em;
    top: 0;
    transform: none;
}
#featured-partners .carousel-control-next,
#featured-partners .carousel-control-prev {
    color: black;
}
#featured-partners .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#featured-partners .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#nexttrip-promise .text-white {
    text-shadow: 1px 1px 3px var(--text-primary);
}

#discover-nexttrip .border-2 {
    color: #002554;
}
#discover-nexttrip .border-blue {
    border-bottom-color: #0078bf !important;
}
#discover-nexttrip .border-green {
    border-bottom-color: #51821c !important;
}
#discover-nexttrip .border-red {
    border-bottom-color: #c24d52 !important;
}
#partners_slider a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    color: #002554;
    text-transform: uppercase;
}
#partners_slider a span {
    font-size: 24px;
    line-height: 14px;
    vertical-align: text-top;
}
.carousel-control-prev.custom-prev {
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: white;
    border: 1px solid TRANSPARENT;
    opacity: 1;
    transform: translateY(-50%);
}
.carousel-control-prev.custom-prev .carousel-control-prev-icon,
#partners_slider .carousel-control-prev .carousel-control-prev-icon {
    background-image: none;
    color: #156570;
    font-weight: bold;
    font-size: 45px;
    text-decoration: none;
    line-height: 24px;
    opacity: 0.4;
}
.carousel-control-prev.custom-prev .carousel-control-prev-icon:before,
#partners_slider .carousel-control-prev .carousel-control-prev-icon:before {
    content: "‹";
}
.carousel-control-next.custom-next,
#partners_slider .carousel-control-next {
    top: 50%;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: white;
    border: 1px solid TRANSPARENT;
    opacity: 1;
    transform: translateY(-50%);
}
.carousel-control-next.custom-next .carousel-control-next-icon,
#partners_slider .carousel-control-next .carousel-control-next-icon {
    background-image: none;
    color: #156570;
    font-weight: bold;
    font-size: 45px;
    text-decoration: none;
    line-height: 24px;
    opacity: 0.4;
}
.carousel-control-next.custom-next .carousel-control-next-icon:before,
#partners_slider .carousel-control-next .carousel-control-next-icon:before {
    content: "›";
}
.carousel-control-prev.custom-prev:hover .carousel-control-prev-icon,
.carousel-control-next.custom-next:hover .carousel-control-next-icon,
#partners_slider .carousel-control-prev:hover .carousel-control-prev-icon,
#partners_slider .carousel-control-next:hover .carousel-control-next-icon {
    opacity: 1;
}
h2.large {
    font-size: 42px;
    letter-spacing: -0.55px;
    line-height: 50px;
}
#discover-nexttrip .border-md {
    border: 0 !important;
}
@media (min-width: 480px) {
    .supersize {
        font-size: 2.5em;
    }
    .carousel .savings-header {
        font-size: 2em;
        line-height: 1em;
        margin: 0 0 0.5em 0;
    }
    .carousel .savings-subheader {
        font-size: 16px;
        line-height: 1em;
        margin: 0 0 2em 0;
    }
}
@media (min-width: 768px) {
    #savings_slider.carousel .carousel-item {
        min-height: auto;
        overflow: hidden;
    }
    #savings_slider.carousel .carousel-item .row.position-absolute {
        position: absolute !important;
        top: 50%;
        left: 5%;
        right: 5%;
        transform: translateY(-50%);
        width: auto !important;
        z-index: 2;
        transform: translateY(-50%);
    }
    #savings_slider.carousel .carousel-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }
    #savings_slider.carousel .carousel-item img.noheadline {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        height: auto;
        object-fit: contain;
    }

    h2.large {
        font-size: 55px;
        letter-spacing: -0.55px;
        line-height: 60px;
    }
    .medium {
        font-size: 18px;
        line-height: 22px;
    }
    .mw-md-80 {
        max-width: 80%;
        padding-left: 0;
        padding-right: 0;
    }
    .supersize {
        font-size: 3em;
    }
    #discover-nexttrip .border-md {
        border: 1px solid transparent !important;
    }
    #discover-nexttrip .border-md-right {
        border-right-width: 1px !important;
        border-right-color: #999 !important;
    }

    .border-md-start {
        border-left-style: solid !important;
        border-left-width: 1px !important;
    }

    .carousel .col {
        max-width: 75%;
    }
    .carousel .savings-header {
        font-size: 2.25em;
    }
    .carousel .savings-subheader {
        font-size: 16px;
    }
    .carousel .btn {
        background: transparent;
        color: white;
        border-color: white;
    }
}
@media (min-width: 991px) {
    .supersize {
        font-size: 4em;
    }
    .carousel .col {
        max-width: 50%;
    }
    .carousel .savings-header {
        font-size: 2.25em;
    }
    .carousel .savings-subheader {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .supersize {
        font-size: 5rem;
    }
    .carousel .col {
        max-width: 50%;
    }
    .carousel .savings-header {
        font-size: 3em;
    }
    .carousel .savings-subheader {
        font-size: 16px;
    }
    .bg-water .viewall {
        position: absolute;
    }
    .bg-water .offer {
        border-radius: 5px;
        overflow: hidden;
    }
    .bg-water .eyebrow {
        width: 25%;
        margin-bottom: -100px;
        margin-left: 60px;
    }
    .bg-water .offer img {
        display: block;
        position: relative;
        z-index: 2;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .bg-water .offer.position1 {
        top: 12em;
        left: 55%;
        transform: translateX(-50%);
        width: 384px;
    }
    .bg-water .offer.position2 {
        top: 20em;
        left: 22%;
        transform: translateX(-50%);
        width: 282px;
    }
    .bg-water .offer.position3 {
        top: 29em;
        left: 44%;
        transform: translateX(-50%);
        width: 384px;
    }
    .bg-water .offer.position4 {
        top: 23em;
        left: 76%;
        transform: translateX(-50%);
        width: 282px;
    }
    .bg-water .viewall {
        top: 37em;
        left: 68%;
    }
    .bg-water .viewall a {
        text-decoration: none;
    }
    .bg-water .offer .flyout {
        position: absolute;
        z-index: 1;
        left: 0;
        width: 100%;
        padding: 1em;
        box-sizing: border-box;
        transition: all 0.5s;
    }
    .bg-water .offer .flyout.right {
        top: 0;
    }
    .bg-water .offer:hover .flyout.right {
        left: 100%;
    }
    .bg-water .offer .flyout.bottom {
        bottom: 0;
    }
    .bg-water .offer:hover .flyout.bottom {
        transform: translateY(100%);
    }

    #top-destinations .destination {
        position: relative;
        width: 100%;
        max-width: 100%;
        background: #eee;
        border-radius: 5px;
        overflow: hidden;
    }
}
.search-btn {
    -webkit-transition: 0.1s opacity linear;
    -moz-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
    -webkit-backface-visibility: hidden;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    background-color: #fff;
    font-family: "proxima-nova";
    font-weight: 800;
    color: rgba(37, 53, 81, 1);
    text-decoration: none;
    padding: 5px 30px;
    letter-spacing: 2px;
    border-radius: 50px;
    font-size: 20px;
}
h2.headline {
    font-size: 40px;
    font-weight: 400;
}
.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}
.tp-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.tp-inner .tp-details {
    flex: 0 0 35%;
    position: relative;
}
.tp-hotel > div {
    position: relative;
    z-index: 11;
    padding: 20px;
    color: #fff;
}
.tp-inner .tp-hotel {
    flex: 0 0 65%;
    position: relative;
    display: flex;
    align-items: end;
}
.tp-inner .tp-hotel:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.tp-inner {
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .tp-inner {
        flex-wrap: wrap;
    }
    .tp-inner .tp-details {
        flex: 0 0 100%;
        position: relative;
        font-size: 14px;
        line-height: 1.2;
    }
    .tp-inner .tp-hotel {
        flex: 0 0 100%;
        position: relative;
        display: flex;
        align-items: end;
        padding: 160px 0 0px;
    }
}
.tp-hotel-name {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 500;
}
span.tp-hotel-type {
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    line-height: 1;
    font-size: 12px;
    color: #222;
    padding: 5px 30px;
    letter-spacing: 2px;
}

.tp-type {
    position: absolute;
    top: 0;
    z-index: 11;
    left: 20px;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 0 0 5px 5px;
    line-height: 1;
    letter-spacing: 1px;
}
.tp-location {
    position: absolute;
    left: 0;
}
.carousel#toppicks {
    max-width: 700px;
    margin: auto;
}
.top-pick-item {
    position: relative;
    display: block;
}
.tp-inner .tp-details > div {
    position: relative;
    z-index: 10;
    padding: 30px;
    color: #fff;
}

.tp-details {
    background-color: #253551;
}
.tp-details img {
    opacity: 0.6;
}
.tp-stars i {
    font-size: 10px;
}
.tp-from {
    padding: 15px 0 0;
    margin: 15px 0 0;
    border-top: 1px solid #fff;
    text-transform: uppercase;
}
.tp-price span:nth-last-child(1):before {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    background: #fff;
    transform-origin: 0;
    left: 0;
    top: 0;
    transform: rotate(18deg);
}
.tp-price span:nth-last-child(1) {
    font-size: 15px;
    margin: 5px;
    position: relative;
}
.tp-price {
    font-size: 32px;
    line-height: 1;
    display: flex;
}
.tp-save b {
    font-size: 18px;
    font-weight: 500;
}
.tp-save {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.1;
    border-bottom: 1px solid #fff;
    padding: 0 0 15px;
    margin: 10px 0 15px;
}
.tp-dates {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
    font-size: 12px;
}
.tp-location {
    position: absolute;
    left: -10px;
    letter-spacing: 1px;
    transform-origin: 0 0;
    z-index: 11;
    bottom: 0;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    transform: rotate(180deg) translateY(-100%);
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #286170;
}
@media(max-width:767px) {
    .tp-inner .tp-details > div {
        padding: 15px;
    }
    .tp-hotel > div {
        padding: 10px;
    }
    .tp-hotel-name {
        font-size: 16px;
        line-height: 1.2;
    }
    .tp-from {
        padding: 10px 0 0;
        margin: 10px 0 0;
    }
    .tp-location {
        left: -4px;
    }
    .tp-save {
        font-size: 14px;
        line-height: 1.1;
        padding: 0 0 10px;
        margin: 10px 0 10px;
    }
}
.top-picks .short-divider {
    margin: 40px auto;
    width: 30%;
}
.eyebrow {
    margin: 0 30px;
}
.collage {
    display: flex;
    max-width: 100%;
    margin: auto;
    padding: 0 30px;
}
.collage img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    z-index: 4;
    transition: all 0.4s;
}
.collage .card {
    position: relative;
    width: 100%;
    border: none;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #222;
}
.collage .card .inner {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 5;
    flex: 0 0 100%;
    flex-grow:1;
}
.collage .card:hover img {
    opacity: 1;
    transform: scale(1.2);
}
.cc-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.cc-type {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    line-height: 1;
    font-size: 12px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    margin-bottom: 10px;
}
.cc-pay {
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}
.collage .card .inner:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent);
    z-index: 5;
}
.card-blurb {
    position: absolute;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5%;
    transition: all 0.4s;
    max-width: 280px;
}
@media (min-width:1200px) {
    .collage .card {
        flex-direction: row;
    }
    .collage .card .inner {
        flex-grow:0;
    }
    .card-blurb.bottom {
        bottom: 0px;
        left: 10px;
        transform: translateY(0%);
    }
    .card-blurb.right {
        right: 0px;
        top: 10px;
        transform: translateX(0%);
    }

    .card-blurb.left {
        left: 0;
        bottom: 10px;
        transform: translateX(0%);
    }

    .card-blurb {
        position: absolute;
        z-index: 1;
        width: 95%;
        box-sizing: border-box;
        padding: 5px;
        transition: all 0.4s;
        max-width: 280px;
    }
    .collage .card:hover .card-blurb.right {
        transform: translateX(105%);
    }
    .collage .card:hover .card-blurb.bottom {
        transform: translateY(100%);
    }
    .collage .card:hover .card-blurb.left {
        transform: translateX(-100%);
    }
    .collage .card.vertical {
        max-width: 282px;
        min-height: 385px;
    }
    .collage .card.horizontal {
        max-width: 384px;
        min-height: 250px;
    }
}
.col1 {
    flex: 0 0 282px;
    display: flex;
    align-items: center;
}
.col2 {
    flex: 1 1 auto;
    padding: 20px;
}
.col4 {
    display: none;
}
.box-right {
    display: flex;
    margin: 0 0 20px;
    justify-content: right;
}
.col3 {
    flex: 0 0 384px;
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .eyebrow {
        margin: 0 0 30px;
    }
    .collage .card.vertical,
    .collage .card.horizontal {
        max-width: 384px;
        min-height: 250px;
        margin-bottom: 8em;
    }
    .collage {
        flex-wrap: wrap;
        padding: 0px;
    }
    .box-right {
        display: flex;
        margin: auto;
        justify-content: center;
        width: 100%;
    }
    .col1,
    .col2,
    .col3,
    .col4 {
        flex: 0 0 48%;
        display: flex;
        justify-content: center;
        padding: 1%;
    }
    .box-left {
        display: none;
    }
    .card-blurb {
        top:100%;
        max-width:none;
    }
}
@media (max-width: 767px) {
    .col1,
    .col2,
    .col3,
    .col4 {
        flex: 0 0 98%;
        display: flex;
        justify-content: center;
        padding: 1%;
    }
    .collage .card {
        margin-bottom: 15px;
    }
}
.collage-card-content {
    position: relative;
    z-index: 10;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}
.cc-location {
    position: absolute;
    top: 10px;
    left: 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

#tp-main .v-application__wrap {
    min-height: 0 !important;
}

#ti-main .v-application__wrap {
    min-height: 0 !important;
}

.v-application {
    background: transparent !important;
}

.top-dest-wrapper {
    display: flex;
    width: 100%;
    max-width: 1101px;
    margin: 0 auto 80px;
    gap: 0;
    flex-direction: column;
}
.top-dest-wrapper a {
    display: block;
    height: 150px;
    margin: 0 auto 10px !important;
    max-width: 450px;
}
@media (min-width: 980px) {
    .top-dest-wrapper {
        flex-direction: row;
        gap: 10px;
    }
    .top-dest-wrapper .top-dest-col-1 {
        flex: 0 0 233px;
        padding-top: 172px;
    }
    .top-dest-wrapper .top-dest-col-1 .destination {
        height: 263px;
    }
    .top-dest-wrapper .top-dest-col-2 {
        flex: 0 0 585px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .top-dest-wrapper .top-dest-col-3 {
        flex: 0 0 263px;
        padding-top: 48px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .top-dest-wrapper .top-dest-col-2 .row,
    .top-dest-wrapper .top-dest-col-3 .row {
        gap: 10px;
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
        margin: 0;
    }
    .top-dest-col-2a a {
        height: 157px;
        margin: 0 !important;
    }
    .top-dest-col-2a {
        flex: 0 0 355px;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .top-dest-col-2b a {
        height: 100%;
        margin: 0 !important;
    }
    .top-dest-col-2b {
        flex: 0 0 220px;
        padding: 0;
        margin: 0;
    }
    .top-dest-col-2c {
        flex: 0 0 237px;
        padding: 0;
        margin: 0;
    }
    .top-dest-col-2c a {
        height: 244px;
        margin: 0 !important;
    }
    .top-dest-col-2d {
        flex: 0 0 338px;
        padding: 0;
        margin: 0;
    }
    .top-dest-col-2d a {
        height: 207px;
        margin: 0 !important;
    }
    .top-dest-wrapper .top-dest-col-3 a:nth-of-type(1) {
        height: 202px;
        margin: 0 !important;
    }
    .top-dest-wrapper .top-dest-col-3 a:nth-of-type(2) {
        height: 234px;
        margin: 0 !important;
    }
}

.top-dest-wrapper {
    display: flex;
    width: 100%;
    max-width: 1101px;
    margin: 0 auto 80px;
    gap: 0;
    flex-direction: column;
}
.top-dest-wrapper a {
    display: block;
    height: 150px;
    margin: 0 auto 10px !important;
    max-width: 450px;
}
@media (min-width: 980px) {
    .top-dest-wrapper {
        flex-direction: row;
        gap: 10px;
    }
    .top-dest-wrapper .top-dest-col-1 {
        flex: 0 0 233px;
        padding-top: 172px;
    }
    .top-dest-wrapper .top-dest-col-1 .destination {
        height: 263px;
    }
    .top-dest-wrapper .top-dest-col-2 {
        flex: 0 0 585px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .top-dest-wrapper .top-dest-col-3 {
        flex: 0 0 263px;
        padding-top: 48px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .top-dest-wrapper .top-dest-col-2 .row,
    .top-dest-wrapper .top-dest-col-3 .row {
        gap: 10px;
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
        margin: 0;
    }
    .top-dest-col-2a a {
        height: 157px;
        margin: 0 !important;
    }
    .top-dest-col-2a {
        flex: 0 0 355px;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .top-dest-col-2b a {
        height: 100%;
        margin: 0 !important;
    }
    .top-dest-col-2b {
        flex: 0 0 220px;
        padding: 0;
        margin: 0;
    }
    .top-dest-col-2c {
        flex: 0 0 237px;
        padding: 0;
        margin: 0;
    }
    .top-dest-col-2c a {
        height: 244px;
        margin: 0 !important;
    }
    .top-dest-col-2d {
        flex: 0 0 338px;
        padding: 0;
        margin: 0;
    }
    .top-dest-col-2d a {
        height: 207px;
        margin: 0 !important;
    }
    .top-dest-wrapper .top-dest-col-3 a:nth-of-type(1) {
        height: 202px;
        margin: 0 !important;
    }
    .top-dest-wrapper .top-dest-col-3 a:nth-of-type(2) {
        height: 234px;
        margin: 0 !important;
    }
}

#mc-subscribe .headline {
    color: var(--font-primary) !important;
}

#mc-subscribe, #signup-newsletter {
    padding: 16px 0;
    display: flex;
}

.sr-only {
    display: none;
}

footer h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

footer menu a {
    font-size: 14.3632px !important;
    line-height: 24px;
    margin-bottom: 12px !important;
}
