/*

Table of Contents
---------------------------------------------------------------
1. Slider
2. Intro
3. Tabs
4. Media section
5. Info section

5. Responsive
---------------------------------------------------------------

*/

body{
    background-color: #e2dbd1;
}

header .main-logo{
    display: none;
}

/*------------------------------- 1. Slider --------------------------------*/
.booking-intro-slider{
    height: 0;
    padding-bottom: 55.8%;
}
.booking-tab-slider-col .slider{
    height: 0;
    padding-bottom: 75%;
}
.booking-intro-slider .slick-list,
.booking-tab-slider-col .slick-list{
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    width: 100%;
}
.booking-intro-slider .slick-track,
.booking-tab-slider-col .slick-track{
    height: 100%;
}
.booking-intro-slide-inner,
.booking-tab-slider-col .slide-inner{
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
}
.booking-intro-slide-inner img,
.booking-tab-slider-col img{
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}

/*------------------------------- 2. Intro --------------------------------*/
.booking-intro-section{
    padding-bottom: 145px;
    padding-top: 288px;
}

/*------------------------------- 3. Tabs --------------------------------*/

.booking-tabs-section{
    padding-bottom: 150px;
}
.booking-tabs-wrap{
    border-top: 1px solid #B6BFC5;
    margin: 0 auto;
    max-width: 1114px;
}
.booking-tab{
    border-bottom: 1px solid #B6BFC5;
}
.booking-tab h4{
    padding: 31px 0 35px;
    position: relative;
}
.booking-tab h4:before, 
.booking-tab h4:after{
    border-top: 1px solid #171717;
    content: '';
    display: block;
    position: absolute;
    width: 28px;
}
.booking-tab h4:before {
    right: 14px;
    top: 60px;
}
.booking-tab h4:after {
    opacity: 0;
    right: 14px;
    top: 60px;
    transform: rotate(0deg);   
    transition: all 0.2s;
}
.booking-tab h4.closed:after{
    opacity: 1;
    transform: rotate(90deg);
    transition: all 0.2s;
}
.booking-tab-inner{
    border-top: 1px solid #B6BFC5;
    overflow: hidden;
    padding: 75px 0;
    position: relative;
}
.booking-tab-text-col{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    left: 0;
    position: absolute;
    top: 0;
    width: 42%;
}
.booking-tab-text-col p {
    margin-bottom: 1.1em;
    line-height: 1.2;
}
.booking-tab-button-wrap{
    margin-top: 35px;
}
.booking-tab-button-wrap a{
    font-size: 18px;
}
.booking-tab-slider-col{
    float: right;
    width: 49%;
}

/*------------------------------- 4. Media section --------------------------------*/

.media-section{
    background-color: #171717;
    border-radius: 15px;
    color: #E2DBD1;
    padding: 138px 0 135px;
}
.media-wrap{
    border-bottom: 0;
    max-width: 1116px;
    padding-bottom: 0;
}
.media-section .media-block{
    margin-bottom: 95px;
    padding-bottom: 52.5%;
}
.media-section h4 {
    float: left;
    line-height: 1.03;
    width: 49%;
}
.media-decription-col {
    font-size: 20px;
    max-width: 590px;
    padding: 0;
    width: 51%;
}
.media-decription {
    letter-spacing: -0.025em;
    line-height: 1.25;
    margin-bottom: 55px;
}
.booking-media-price-block{
    border-top: 1px solid;
    overflow: hidden;
    padding-top: 35px;
}
.booking-media-price-text{
    float: left;
    font-size: 25px;
    letter-spacing: -0.05em;
    margin-top: 10px;
}
.booking-media-price-block .button{
    /*float: right;*/
    font-size: 19px;
    padding: 0 28px;
}

/*------------------------------- 5. Info section --------------------------------*/

.info-section{
    /*padding: 187px 0 192px;*/
	padding-bottom: 192px;
}
.info-wrap {
    max-width: 1116px;
}
.info-cols .image-col {
    padding-bottom: 55.3%;
    width: 38.3%;
}
.info-cols:first-of-type:before, .info-cols:first-of-type:after, .info-cols:last-of-type:after{
    border: none;
}
.info-cols .text-col{
    padding-left: 0;
    place-content: center;
    width: 51%;
}
.info-cols .title{
    margin-bottom: 120px;
    margin-top: 0;
    max-width: 100%;
}
.info-cols .text-col-bottom {
    padding-bottom: 0;
    max-width: 100%;
}
.info-cols .text-col-bottom h5 {
    margin-bottom: 62px;
}
.info-cols .text-col-bottom p {
    font-size: 21px;
    letter-spacing: -0.055em;
    line-height: 1.2;
}
.info-description{
    margin-bottom: 55px;
}
.info-cols .booking-media-price-block{
    padding-bottom: 10px;
}
.info-cols:last-of-type {
    top: 0;
    margin-top: 180px;
}

/*------------------------------- 5. Responsive --------------------------------*/

@media all and (max-width: 1500px){

    .info-cols .text-col-bottom p{
        font-size: 20px;
    }
    .enquiry-description,
    .media-decription-col,
    .booking-media-price-block .button,
    .info-cols .text-col-bottom p {
        font-size: 18px;
    }
    .booking-tab h4,
    .info-cols .title,
    .media-section h4,
    .enquiry-title{
        font-size: 45px;
    }

    .booking-intro-section{
        padding-bottom: 120px;
        padding-top: 220px;
    }
    .booking-tabs-section {
        padding-bottom: 120px;
    }
    .info-section {
        /*padding: 150px 0;*/
        padding-bottom: 150px;
    }
    .info-cols:last-of-type {
        margin-top: 150px;
    }
    .booking-tab h4:before,
    .booking-tab h4:after{
        top: 53px;
    }
    .booking-media-price-text {
        font-size: 24px;
        margin-top: 12px;
    }
    .booking-tab-button-wrap {
        margin-top: 35rem;
    }
    .media-decription,
    .info-description {
        margin-bottom: 40rem;
    }

}
@media all and (max-width: 1280px){

    /*-------------- px to rem -----------*/

    .booking-tab h4, 
    .info-cols .title, 
    .media-section h4, 
    .enquiry-title {
        font-size: 40rem;
    }
    .enquiry-description, 
    .media-decription-col, 
    .booking-media-price-block .button,
    .booking-tab-button-wrap a,
    .info-cols .text-col-bottom p{
        font-size: 18rem;
    }
    .booking-intro-slider .slick-list,
    .booking-tab-slider-col .slick-list,
    .media-section{
        border-radius: 15rem;
    }

    .booking-tabs-wrap{
        max-width: 1020rem;
    }
    .media-wrap,
    .info-wrap {
        max-width: 1128rem;
    }

    .booking-intro-section{
        padding-bottom: 120rem;
        padding-top: 180rem;
    }

    .booking-tabs-section {
        padding-bottom: 120rem;
    }
    .booking-tab-inner{
        padding: 50rem 0;
    }
    .booking-tab h4{
        padding: 31rem 0 35rem;
    }
    .booking-tab h4:before, 
    .booking-tab h4:after {
        top: 48rem;
        width: 22rem;
    }

    .media-section h4 {
        line-height: 1.1;
        width: 44%;
    }
    .media-section{
        padding: 120rem 0 100rem;
    }
    .media-section .media-block{
        margin-bottom: 95rem;
    }
    .booking-media-price-block{
        padding-top: 35rem;
    }

    .info-section {
        /*padding: 150rem 0;*/
        padding-bottom: 150rem;
    }
    .info-cols:last-of-type {
        margin-top: 150rem;
    }

    .booking-media-price-text {
        font-size: 23rem;
        margin-top: 10rem;
    }
    .info-cols .text-col-bottom h5 {
        margin-bottom: 60rem;
    }
    .info-cols .booking-media-price-block {
        padding-bottom: 60rem;
        padding-top: 30rem;
    }
    .info-cols .title{
        margin-bottom: 120rem;
    }

}

@media all and (max-width: 1280px) and (min-width: 641px){
    .media-section .media-block {
        margin-bottom: 50rem;
    }
}

@media all and (max-width: 640px) and (orientation: portrait){
    .mobile-menu-toggle{
        background-image: url(../img/mobile-menu-toggler-dark.svg);
    }
    .booking-tab-button-wrap a,
    .booking-media-price-block .button{
        font-size: 12rem;
        height: 32rem;
        letter-spacing: -0.05em;
        line-height: 32rem;
        padding: 0 18rem;
    }
    /*.booking-tab-button-wrap a:after,
    .booking-media-price-block .button:after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        height: 11rem;
        position: relative;
        right: -6px;
        top: -1px;
        vertical-align: middle;
        width: 11rem;
    }
    .booking-tab-button-wrap a:after,
    .info-section .booking-media-price-block .button:after{
        background-image: url(../img/button-arrow-white.svg);
    }
    .media-section .booking-media-price-block .button:after{
        background-image: url(../img/button-arrow-black.svg);
    }*/
    .info-cols .title,
    .media-section h4,
    .enquiry-title{
        font-size: 38rem;
    }
    .booking-media-price-text{
        font-size: 16rem;
    }
    .booking-tab-text-col p,
    .info-cols .text-col-bottom p,
    .enquiry-description{
        font-size: 14px;
    }

    .booking-intro-section {
        padding-bottom: 0;
        padding-top: 153rem;
    }

    .booking-tabs-section{
        padding: 0 35px 76rem;
    }
    .booking-tab h4 {
        font-size: 24rem;
        letter-spacing: -0.06em;
        padding: 21rem 0 21rem;
    }
    .booking-tab h4:before, 
    .booking-tab h4:after {
        top: 30rem;
        width: 16rem;
    }
    .booking-tab-text-col{
        display: block;
        position: static;
        width: 100%;
    }
    .booking-tab-inner {
        padding: 25rem 0;
    }
    .booking-tab-text-col p {
        line-height: 1.22;
    }
    .booking-tab-button-wrap {
        margin-top: 20rem;
    }
    .media-section {
        padding: 45rem 35rem 118rem;
    }
    .media-section .media-block {
        margin-bottom: 54rem;
        padding-bottom: 109%;
    }
    .media-section h4 {
        letter-spacing: -0.045em;
        line-height: 1.1;
        width: 100%;
    }
    .media-decription-col{
        font-size: 13rem;
        margin-top: 61rem;
        width: 100%;
    }
    .media-decription{
        letter-spacing: -0.05em;
        line-height: 1.3;
    }
    .booking-media-price-block{
        border: none;
        padding-top: 0;
    }
    .booking-media-price-text {
        margin-top: 0;
        width: 100%;
    }
    .media-decription, 
    .info-description {
        margin-bottom: 35rem;
    }
    .booking-media-price-block .button{
        float: left;
        margin-top: 28rem;
    }
    .info-section {
        /*padding: 43rem 0 49rem;*/
        padding-bottom: 49rem;
    }
    .info-cols:first-of-type:before,
    .info-cols:last-of-type:before{
        display: none;
    }
    .info-cols .image-col {
        padding-bottom: 108%;
        width: 100%;
    }
    .info-cols .text-col{
        width: 100%;
    }
    .info-cols .title {
        margin: 57rem 0 62rem;
        max-width: 8em;
    }
    .info-cols .booking-media-price-block{
        padding-top: 0;
    }
    .info-cols:last-of-type {
        margin-top: 22rem;
    }
    .info-cols:first-of-type .image-col,
    .info-cols:last-of-type .image-col{
        float: none;
    }
    .enquiry-section{
        border-radius: 15rem 15rem 0 0;
        padding: 79rem 35rem 60rem;
    }
    .enquiry-title{
        margin-bottom: 37rem;
    }
    .enquiry-description{
        line-height: 1.2;
        max-width: 100%;
    }
}