section h2 {
    font: normal normal 800 60px/60px 'Barlow Condensed';
    color: var(--fc-blue);
    text-transform: uppercase;
    text-align: center;
}

.hero-slider .slick-dots li button::before {
    color: #FFEAEA!important;
    opacity: 1 !important;
    font-size: 12px;
    border: 1px solid #0A71A4;
    border-radius: 50%;
}

.hero-slider .slick-dots li.slick-active button::before {
    color: #FFEAEA!important;
    border: 2px solid #ACACAC;
}

/*******************************
* Quick Links
*******************************/

section.quick-links {
    margin-top: 85px;
}

.quick-links__nav {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.quick-links__nav a {
    display: block;
    font: normal normal bold 25px/26px 'Barlow Condensed';
    color: var(--fc-blue);
}

.quick-links__nav a:hover {
    color: var(--fc-blue-hover);
}

/*******************************
* Key Selling Points
*******************************/

section.key-points {
    margin: 103px 0 0 0;
    padding: 83px 0 103px;
    background: rgb(10, 113, 164, 0.1);
}

ul.key-points__list {
    list-style-type: none;
    padding: 0;
    margin: 54px 0 0 0;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    overflow: auto;
}

.key-points__list li {
    min-width: 270px;
    list-style-type: none;
    letter-spacing: 0px;
}

.key-points__icon {
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--fc-white);
}

.key-points__icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 22px;
    border-radius: 50%;
    color: var(--fc-blue);
}

li.key-points__card h3 {
    margin: 14px 0 0 0;
    font: normal normal bold 24px/28px 'Barlow Condensed';
    color: var(--fc-blue);
    text-transform: uppercase;
    text-align: center;
}

li.key-points__card p {
    margin: 6px 0 0 0;
    text-align: center;
    font: normal normal normal 16px/24px 'Lato';
    text-align: center;
}

/*******************************
* Full Width Slider
*******************************/
section.full-width-slider {
    margin: 94px 0 0 0;
    padding: 0 0 142px 0;
}

section.full-width-slider p.full-width-slider__description {
    margin: 20px 0 49px;
    text-align: center;
    font: normal normal normal 16px/24px 'Lato';
    color: var(--fc-black);
}

.full-width-slider__card {
    max-width: 570px;
    height: 300px;
    margin: 0 20px 0 0;
}

.full-width-slider__card.slick-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.full-width-slider .slick-dots {
    bottom: -150px!important;
}

.slick-dots li.slick-active button::before {
    color: var(--fc-gray)!important;
}

.slick-dots li button::before {
    color: var(--fc-blue)!important;
    opacity: 1 !important;
    font-size: 12px;
}

.full-width-slider__button--all {
    display: block;
    width: 100%;
    padding: 8px 20px;
    margin: 47px 0 0 0;
    border-radius: 10px;
    text-align: center;
    font: normal normal bold 20px/24px 'Barlow Condensed';
    letter-spacing: 0.8px;
    background: var(--fc-blue);
    color: var(--fc-white);
}

a.full-width-slider__button--all:hover {
    background: var(--fc-blue-hover);
    color: var(--fc-white);
}

.main-column .full-width-slider ul {
    margin: 0;
}


/*******************************
* Search Box Slider
*******************************/

.search-slider {
    margin: 56px 0 0 0;
}

.search-slider__box-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 32px;
}

.search-slider__description {
    text-align: center;
    font: normal normal normal 16px/24px Lato;
    color: var(--fc-black);
}

.search-slider__box .slick-track {
    display: flex !important;
}

.search-card {
    position: relative;
    display: flex;
    /* flex-direction: column; */
    border-radius: 10px;
    overflow: hidden;
}

.search-card.slick-slide {
    width: 370px;
    margin: 0 10px 0 10px;
    height: unset !important;
}

.search-card__img {
    padding: 0 27px 30px;
    display: flex;
    align-items: self-end;
    width: 30%;
    height: 450px;
    position: relative;
    /* border-radius: 10px 10px 0 0; */
}

.search-card__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 25, 25, 0.2);
    opacity: 1;    
}

.search-card__img h3 {
    margin: 0;
    text-align: left;
    font: normal normal 800 38px/40px 'Barlow Condensed';
    letter-spacing: 0px;
    color: var(--fc-white);
    text-transform: uppercase;
    z-index: 2;
}

.search-card__favorite {
    width: 123px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 0 50px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
}

.search-card__body {
    padding: 30px 0;
    /* border-radius: 0 0 10px 10px; */
    text-align: left;
    font: normal normal bold 25px/24px Barlow Condensed;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    text-transform: capitalize;
    flex: 1;
}

.search-card ul {
    margin: 0;
}

.search-card__body li {
    padding: 0;
    list-style-type: none;
    position: relative;
}

.search-card__body li .right {
    text-transform: unset;
}

.search-card__body li::before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
}

.search-card__body li:hover::before { 
    display: block;
}

.search-card__body li a {
    padding: 9px 15px;
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr .5fr .5fr 3fr 1.2fr;
    justify-content: space-between;
    /* gap: 30px; */
    color: var(--fc-white);
    z-index: 1;
    font-size: 20px;
    gap: 5px;
}

.search-card__body li a .title {
    /* flex: 1.5; */
    /* text-overflow: ellipsis;
    max-width: 180px; */
    display: inline-block;
    /* overflow: hidden; */
    /* white-space: nowrap; */
}

.search-card__body li a span.duration {
    text-align: center;
}

.search-card__body li div:nth-child(2) {
    text-align: right;
}

@media(max-width: 768px) {
    .search-card__img {
        width: 100%;
    }

    .search-card__body li a {
        grid-template-columns: 1fr 1fr;
    }

    .search-card__body li a span.duration {
        display: none;
    }
}

.search-slider__button--all {
    display: block;
    width: 100%;
    padding: 8px 20px;
    margin: 30px 0 0 0;
    border-radius: 10px;
    text-align: center;
    font: normal normal bold 20px/24px 'Barlow Condensed';
    letter-spacing: 0.8px;
    background: var(--fc-blue);
    color: var(--fc-white);
}

a.search-slider__button--all:hover {
    background: var(--fc-blue-hover);
    color: var(--fc-white);
}

.search-slider .slick-next,
.search-slider .slick-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--fc-gold);
    border-radius: 50%;
}

.search-slider .slick-next {
    right: 5px;
}

.search-slider .slick-prev {
    left: 5px;
}

.search-slider .slick-next:hover,
.search-slider .slick-prev:hover {
    opacity: 1;
    background-color: #c27f03;;
}

.search-slider .slick-next:before {
    content: '\f054';
}
.search-slider .slick-prev:before {
    content: '\f053';
}

.search-slider .slick-next:before,
.search-slider .slick-prev:before {    
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 900;
    background-image: unset;
    width: unset;
    height: unset;
    display: block;
    color: var(--fc-white);
}

/*******************************
* Full Width Promo Builder
*******************************/
.full-width--promo-slider {
    margin: 89px 0 0 0;
}

.full-width--promo-slider .slick-slide img {
    max-width: 50%;
}

.full-width--promo-slider__card.card-promo-slider {
    display: flex;
    justify-content: space-between;
    gap: 0;
    background-color: #56A8BA;
    max-height: 472px;
}

.main-column .full-width--promo-slider ul {
    margin: 0;
    padding: 0;
}

.full-width--promo-slider__card.card-promo-slider img,
.full-width--promo-slider__card.card-promo-slider .card-promo-slider__body {
    flex: 1 1 50%;
}

.full-width--promo-slider__card.card-promo-slider img {
    object-fit: cover;
}

.card-promo-slider__body {
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--fc-white);
    text-align: center;
} 

.is-cruise .card-promo-slider__body {
    align-items: baseline;
}

.card-promo-slider__body h3 {
    max-width: 580px;
    font: normal normal bold 50px/50px 'Barlow Condensed';
    letter-spacing: -1px;
    text-transform: uppercase;
    color: var(--fc-white);
}

.card-promo-slider__body p {
    max-width: 580px;
    font: normal normal bold 20px/20px 'Lato';
}


.card-promo-slider__body .card-promo-slider__star+p {
    font: normal normal bold 32px/30px 'Lato';
}

.is-cruise .card-promo-slider__body p {
    text-align: left;
}

.card-promo-slider__star i {
    font-size: 40px;
    line-height: 60px;
}

.card-promo-slider__body a {
    min-width: 169px;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    font: normal normal bold 20px/24px 'Barlow Condensed';
    letter-spacing: 0.8px;
    background: var(--fc-yellow);
    color: #FFFFFF;
    text-transform: capitalize;
}

.is_cruise .card-promo-slider__body p {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
}


/*******************************
* Full Width Promo Builder
*******************************/
section.shop-by-destination {
    margin: 80px 0 0 0;
}

.shop-by-destination__box--row-first,
.shop-by-destination__box--row-second {
    display: grid;
    gap: 30px;
}

.shop-by-destination__box--row-first {
    grid-template-columns: repeat(2, 1fr);
}

.shop-by-destination__box--row-second {
    margin: 30px 0 0 0;
    grid-template-columns: repeat(3, 1fr);
}

.shop-by-destination .card-box {
    width: 100%;
    position: relative;
    padding-top: 100%;
}

.shop-by-destination__box--row-first .card-box {
    padding-top: 53%;
}

.shop-by-destination__card {
    padding: 28px;
    display: flex;
    align-items:flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.shop-by-destination__card::before {
    
}

.shop-by-destination__card h3 {
    margin: 0;
    text-align: left;
    font: normal normal 800 36px/38px 'Barlow Condensed';
    letter-spacing: 0px;
    color: var(--fc-white);
    text-shadow: 0px 0px 6px #00000029;
    text-transform: uppercase;

}

.shop-by-destination__description {
    text-align: center;
    font: normal normal normal 16px/24px 'Lato';
    color: var(--fc-black);
}

.shop-by-destination__card--price {
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    background: var(--fc-orange);
    rotate: 10deg;
    color: var(--fc-white);
}


.shop-by-destination__card--price span:nth-child(1) {
    font: normal normal bold 15px/16px 'Lato';
    letter-spacing: -0.3px;
}

.shop-by-destination__card--price span:nth-child(2) {
    font: normal normal 900 30px/32px 'Lato';
}

/*******************************
* Flash Deal
********************************/
section.flash-deal {
    margin: 56px 0 0 0;
}

.flash-deal p {
    text-align: center;
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-black);
    opacity: 1;
}

.flash-deal h2+p {
    margin: 0 0 38px 0;
}

.flash-deal p:last-child {
    margin: 93px 0 0 0;
}

.flash-deal .slick-dots {
    bottom: -160px!important;
}

/**/
.top-deals__box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 32px;
    color: var(--fc-white);
}

.card-deal {
    position: relative;
    padding: 205px 25px 36px 25px;
    border-radius: 10px;
}

.card-deal:hover {
    cursor: pointer;
}

.card-deal h3 {
    margin: 0;
}

.card-category::before,
.card-deal::before {
    content: ' ';
    position: absolute;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(27, 25, 25, 0.3);
}

.card-category:hover::before,
.card-deal:hover::before {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.card-deal h3 {
    position: relative;
    z-index: 2;
    font: normal normal 800 30px/36px 'Barlow Condensed';
    color: var(--fc-white);
    text-shadow: 10px 10px 10px #00000029;
}

.card-deal_bage--icons {
    padding: 7px 17px 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 33px;
    left: 0;
    background: var(--fc-gold);
    border-radius: 0 10px 10px 0;
    z-index: 2;
}

.card-deal_bage--icons i {
    display: block;
    font-size: 20px;
    color: var(--fc-white);
}

.card-deal_bage--icons i.fa-plane {
    rotate: -45deg;
}

.card-category_bage--price,
.card-deal_bage--price {
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    background: var(--fc-orange);
    rotate: 10deg;
}

.card-category h3,
.card-deal h3,
.card-deal__departure {
    position: relative;
    z-index: 2;
}

.price-text {
    font: normal normal bold 15px/15px 'Lato';
    letter-spacing: -0.3px;
}

.price-value {
    font: normal normal 900 30px/32px Lato;
}

.card-deal__departure {
    font: normal normal bold 15px/18px Lato;
    text-shadow: 10px 10px 10px #00000029;
}

@media (max-width: 1030px) {
    .top-deals__box {
        grid-template-columns: 1fr 1fr;
    }

    .full-width--promo-slider__card.card-promo-slider {
        flex-direction: column;
        max-height: 800px;
        height: 100%;
    }

    .full-width--promo-slider__card.card-promo-slider img, .full-width--promo-slider__card.card-promo-slider .card-promo-slider__body {
        flex: 1 1 100%;
        max-width: unset;
    }

    .full-width--promo-slider__card.card-promo-slider.is-promo {
       flex-direction: column-reverse;
    }
    .full-width--promo-slider__card.card-promo-slider img {
        max-height: 350px;
        height: 100%;
        object-fit: cover;
    }

    .card-promo-slider__body {
        height: 100%;
    }
}

@media (max-width: 800px) {

    .search-slider__box-inner {
        grid-template-columns: 1fr;
    }

    section.quick-links {
        margin: 28px 0 0 0;
    }

    .quick-links__nav {
        gap: 10px;
    }

    .quick-links__nav a {
        font-size: 16px;
        line-height: 24px;
    }

    section.flash-deal {
        margin: 40px 0 0 0;
    }

    section.flash-deal {
        margin: 40px 0 0 0;
    }

    .flash-deal h2 {
        margin: 0 0 16px 0;
    }

    .flash-deal h2+p {
        margin: 0 0 26px 0;
    }

    .flash-deal p:last-child {
        display: none;
    }

    .card-promo-slider__body h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .flash-deal__box .rated-deals {
        display: none;
    }

    .flash-deal__box .rated-deals:nth-child(1) {
        display: block;
    }

    .flash-deal__box .rated-deals .top-deals__box {
        grid-template-columns: 1fr;
    }

    .flash-deal__box .rated-deals:nth-child(1) .top-deals__box .card-deal {
        display: none;
    }

    .flash-deal__box .rated-deals:nth-child(1) .top-deals__box .card-deal:nth-child(-n+5) {
        display: block;
    }

    .flash-deal__box .card-deal {
        min-width: 320px;
    }

    .shop-by-destination__box--row-second {
        display: none;
    }

    .shop-by-destination__box--row-first {
            grid-template-columns: 1fr;
    }

    .full-width--promo-slider__card.card-promo-slider {
        max-height: 650px;
        height: 100%;
    }
    .full-width--promo-slider__card.card-promo-slider img {
        max-height: 250px;
        height: 100%;
    }
}

@media (max-width: 600px) {
    .key-points {
        display: none;
    }

    section h2,
    .page-template-page-offers h2.top-deals__title,
    .page-template-page-offers h2.category-deals__title {
        font: normal normal 800 38px/46px 'Barlow Condensed';
    }

    body.home .main-column.no-sidebar {
        display: flex;
        flex-direction: column;
    }

    section.slider-form {
        order: 1;
    }

    section.quick-links {
        order: 2;
    }

    section.flash-deal {
        order: 3;
    }
    
    section.search-slider {
        order: 4;
    }

    section.search-slider {
        margin: 61px 0 0 0;
        order: 4;
    }

    section.full-width-slider#exlusive-deals {
        margin: 67px 0 0 0;
        padding: 0;
        order: 5;
    }

    section.full-width--promo-slider {
        margin: 81px 0 0 0;
        order: 6;
    }

    section.shop-by-destination {
        order: 7;
    }

    .full-width-slider h2 {
        margin: 0 0 11px 0;
    }

    section.full-width-slider p.full-width-slider__description {
        margin: 0;
    }

    .full-width-slider__list {
        padding: 0 35px;
    }

    .full-width-slider__card {
        margin: 28px 0 0 0;
        display: inline-block;
        height: unset;
    }

    .full-width-slider__button--all {
        margin: 30px 0 0 0;
    }

    .search-slider {
        padding: 21px 0 80px;
        background: rgba(10, 113, 164, 0.1);
    }
    .search-slider__box .search-card {
        display: none;
    }
    .search-slider__box .search-card {
        margin: 30px 0 0 0;
        display: block;
        width: 100%;
        min-width: 320px;
    }
}