/*=======================================
            Fonts
========================================*/

@font-face{
	font-family: 'Inter';
	src: url('/centraltaxis/assets/fonts/Inter-VariableFont_slnt,wght.ttf') format("truetype-variations");
    font-weight: 400 700;
}

@font-face{
	font-family: 'Open Sans';
	src: url('/centraltaxis/assets/fonts/OpenSans-VariableFont_wdth,wght.ttf') format("truetype-variations");
    font-weight: 700;
}

@font-face{
	font-family: 'Open Sans Italic';
	src: url('/centraltaxis/assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format("truetype-variations");
    font-weight: 400;
}





html * {
    box-sizing: border-box;
}

body {
    background-color: #FBD216
    ;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.main {
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main .left,
.main .right {
    width: 50%;
    height: 100%;
}

/* Left */

.main .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main .left .inner {
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* Logo */

.main .left .logo {
    margin-bottom: 15px;
}

.main .left .logo img {
    max-width: 255px;
}

.main .mobile-logo {
    display: none;
}


/* Text */
.main .left h1 {
    font-weight: 700;
    color: #000000;
    margin: 0 0 15px 0;
    font-size: 36px;
    line-height: 43.57px;
    text-transform: uppercase;
}

.main .left .text-container {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
}

.main .left p {
    margin: 0 0 15px 0;
}


.main .left .text-container .x-large {
    font-size: 25px;
    line-height: 1.2;
}

.main .left .text-container a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #000000;
}

.book-online {
/*    min-width: 160px;*/
/*    width: auto;*/
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 35px;
    gap: 20px;
}
.book-online-button {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    text-align: center;
    color: #FFFFFF !important;
    height: 50px;
    text-decoration: none !important;
    padding-left: 20px;
    padding-right: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.book-online-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040606;
    opacity: 1;
    z-index: -1;
}
.book-online-button-whatsapp {
    position: relative;
    text-align: center;
    height: 55px;
    max-height: 55px;
    text-decoration: none !important;
    border-bottom: 0 !important;
}
.book-online-button-whatsapp img {
    height: 55px;
    max-height: 55px;
}
.book-online-button i {
    color: #ffffff;
    font-size: 25px;
    margin-top: 2px;
    margin-right: 8px;
}

.mobile-booking-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.main .left .text-container .coming-soon {
    font-size: 28px;
	font-family: 'Open Sans', sans-serif;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    height: 58px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.main .left .text-container .coming-soon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040606;
    opacity: 0.15;
    z-index: -1;
}

.main .left .text-container .division {
    font-family: 'Inter', sans-serif;
    /* font-style: italic; */
    font-variation-settings: 'slnt' -10;
    font-weight: 400;
    margin-bottom: 0;
}

/* Right */

.main .right {
    border-radius: 0;
}

.main .right .slick-list,
.main .right .slick-track {
    height: 100%;
}

.ss-caption-wrap,
.ss-paginate-wrap {
    display: none;
}

.ss-slide-stage,
.ss-slide {
    height: 100%;
    border-radius: 0 !important;
}

.smoothslides img {
    height: 90vh !important;
    width: auto;
    display: block !important;
}

@media only screen and (max-width: 1500px) {

    .main .left .logo img {
        max-width: 200px;
    }

    .book-online {
        min-width: 160px;
        height: auto;
        min-width: auto;
        color: #FFFFFF !important;
        flex-direction: row;
    }

}

@media only screen and (max-width: 1366px) {

    .main .left .logo {
        margin-bottom: 5px;
    }

    .main .left .logo img {
        max-width: 200px;
    }

    .main .left .text-container {
        font-size: 16px;
        line-height: 22px;
    }

    .main .left h1 {
        font-size: 34px;
        line-height: 41.57px;
    }
    
    .main .left .text-container .x-large {
        font-size: 22px;
        line-height: 1.1;
    }

    .book-online {
        min-width: 160px;
        height: auto;
        min-width: auto;
        color: #FFFFFF !important;
        flex-direction: row;
    }

    .book-online-button {
        font-size: 18px;
        padding: 10px 20px;
    }


    .main .left .text-container .book-online {
        margin-top: 15px;
        margin-bottom: 15px;
        gap: 10px;
    }
    
    .main .left .text-container .coming-soon {
        font-size: 20px;
        height: 50px;
        padding: 10px;
        width: 100%;
    }
}


@media only screen and (max-width: 1280px) {

    .main .left .inner {
        width: 100%;
        padding: 0 30px;
    }

    .main .left h1 {
        font-size: 30px;
        line-height: 41.57px;
    }

    .main .left .logo img {
        max-width: 150px;
    }

}

@media only screen and (max-width: 992px) {

    .main {
        align-items: unset;
        height: auto;
    }

    .main .left {
        width: 100%;
        height: auto;
        order: 2;
    }

    .main .left .inner {
        padding: 40px 30px;
    }

    .main .right {
        width: 100%;
        height: 600px;
        order: 1;
    }

    .smoothslides img {
        width: 100% !important;
        height: 650px !important;
        position: relative;
        object-fit: cover;
        right: 0;
        top: 0;
    }

    .book-online {
        flex-direction: column;
    }

}

@media only screen and (max-width: 600px) {

    .smoothslides img {
        width: auto !important;
        height: 500px !important;
        position: relative;
        top: 0;
    }

    .main .left .logo {
        display: none;
    }

    .main .mobile-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        order: 0;
        padding: 10px 30px 10px 30px;
        width: 100%;
    }

    .main .mobile-logo img {
        width: 150px;
        height: auto;
        /*padding-right: 20px;*/
    }

    .main .mobile-logo a.book-online {
        display: block !important;
        position: relative;
    }
    .main .mobile-logo a.book-online i {
        position: absolute;
        left: -26px;
        top: -1px;
        font-size: 22px;
    }

    .main .left .logo img {
        max-width: 120px;
    }

    .book-online {
        margin-bottom: 0;
        font-size: 16px;
    }

    a.book-online {
        color: #000000 !important;

    }


    .main .right {
        height: 500px;
    }

}