﻿
/*Tabs */
@media(max-width:992px) {
    .cu-tab li:nth-child(1),
    .cu-tab li:nth-child(4) {
        background-color: #fafafa;
    }
.cu-tab li:nth-child(2),
.cu-tab li:nth-child(3) {
    background-color: #f2f2f2;
}
}
.tab-content {
    display: block !important;
}

.cu-tab {
    /* text-decoration: none !important; */
    margin: 0;
    padding: 0 0 20px !important;
    list-style: none;
    /*    display: table;
    table-layout: fixed;*/
    /*row-gap: 30px;*/
    width: 100%;
    border: none;
    color: #000;
    align-items:stretch;
}
.cu-tab li{
    padding:20px;
}
    /*.cu-tab li:nth-child(1) {
        background-color: white;*/ /* your color */
    /*}*/

.cu-item {
    border: 1px solid #e8e5e3;
    /*background: #be8c44;*/
    padding: 25px 50px;
    border-radius:50px;
    vertical-align: middle;
    display:flex;
    justify-content:center; 
}

    .cu-item:has(.cu-link.active) {
        background-color: black;
    }

    .cu-item:has(.cu-link:hover) {
        /*border-bottom: 2px solid #be8c44;*/
        background-color: black;
        /*border-color: #fff #fff black #fff !important;*/
    }

.cu-tab .cu-link {
    border: none;
    /*font-size: 22px;*/
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px 0;
    cursor: pointer;
    text-transform:uppercase;
}


.cu-link:focus-visible {
    outline: 0;
    /*box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);*/
}

.cu-tab .cu-link.active {
    color: white;
    /*font-weight: bold;*/
    background-color: transparent !important;
    border-bottom: 1px solid #be8c44;
    transition: 0.3s ease-in-out;
}

.cu-tab .cu-link:hover {
    color: white;
    /*font-weight: bold;*/
    background-color: transparent !important;
    border-bottom: 1px solid #be8c44;
}

.cu-tab a {
    color: black;
    /*text-transform: uppercase;*/
}





.btn-book-ticket {
    background-color: #AD792A;
    color: #fff;
    font-family: 'Satoshi-Bold';
    padding: 15px 25px;
    letter-spacing: 3.5px;
    box-shadow: 0 0 0 10px #F6ECDC;
    /*transition:box-shadow 0.3s ease;*/
}

@media (max-width: 991.98px) {
    .btn-book-ticket {
        padding:10px 25px;
    }
}
    .btn-book-ticket:hover {
        background-color: #AD792A;
        color: #fff;
    }

    .btn-book-ticket img {
        /*margin-left: 13px;*/
    }

.youtube-video {
    border-radius: 20px;
}
    @media(min-width:600px) {
        .youtube-video {
            height: 70vh;
            width: 70vw;
        }
    }




/* #region Grid*/

.servicesGridBox {
    position: relative;
    display: flex;
    cursor:pointer;
    /*height: 330px;*/
}


    .servicesGridBox .servicesGridTab {
        position: relative;
        height: 400px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        flex-basis: 25%;
        
    }


        .servicesGridBox .servicesGridTab.showHover {
            flex-basis: 40%;
            /*height: 340px;*/
            /*margin-top: -20px;*/
        }

.transition {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}




@media screen and (max-width: 1000px) {

    .servicesGridBox {
        position: relative;
        height: auto;
        /* padding: 0 15px; */
        flex-flow: row wrap;
    }

        .servicesGridBox .servicesGridTab {
            margin: 0px;
            /*height: 300px;*/
            flex: calc(50% - 20px);
            width: calc(50% - 20px);
        }


            .servicesGridBox .servicesGridTab.showHover {
                margin: 0px;
                flex-basis: initial;
                /*height: 300px;*/
                transition: all 0.5s;
            }

              
}

@media screen and (max-width: 768px) {
    .cu-tab {
        padding: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .servicesGridBox {
        position: relative;
        display: block;
        height: auto;
        /* padding: 0 15px; */
    }

        .servicesGridBox .servicesGridTab {
            /*margin: 10px 0;*/
            height: 300px;
            width: 100%;
            flex: auto;
        }

            .servicesGridBox .servicesGridTab.showHover {
                margin:  0;
                /*height: 300px;*/
                width: 100%;
                flex: auto;
            }

    .space-card-overlay {
        height: fit-content;
    }
    .youtube-video {
        height: 35vh;
        width: 90vw;
    }
}


/* #end Grid*/


.space-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
     height: 100%; 
    padding: 20px 20px 20px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000000 100%);
    color:white;
}

.space-card-title {
    font-size: 22px;
    /*font-weight: 500;*/
    text-transform:uppercase;
    text-align:center;
    font-family:'Satoshi-Bold';
    margin-bottom: 10px;
    transition:all 0.5s ease;
}

.space-card-desc p {
    font-size: 16px;
    display:none;
    font-weight: 400;
    color: #e0e0e0;
    line-height: 1.2;
}
.servicesGridBox .servicesGridTab.showHover .space-card-desc p{
    display:block;
}
.servicesGridBox .servicesGridTab.showHover .space-card-title {
    text-align: left;
    transition: all 0.5s ease;
    color: var(--gold-text);
    border-bottom: 1px solid var(--gold-text);
    width:fit-content;
}

.service-logo{
    opacity: 0;
    height: 74px;
    width: 74px;
    /*transition: all 0.3s ease;*/
}
.servicesGridBox .servicesGridTab.showHover .service-logo{
    opacity: 1;
    /*transition: all 0.3s ease;*/
}

.servicesGridTab .service-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Works like background-size: cover */
    object-position: center; /* Works like background-position: center */
    z-index: 0;
    transition: all 0.3s ease;
}
.servicesGridBox .servicesGridTab.showHover .service-img {
    filter: grayscale(0.7);
}
.space-card {
    height:100%;
    border-radius: 25px;
    /*margin: 20px;*/
    
}
.servicesGridBox .servicesGridTab.showHover .space-card {
    border: 1px solid #FFFFFF45;
    padding: 20px;
    /*height: 90%;*/
}

@media(max-width:575px){
    .servicesGridBox {
        display: flex;
        height: auto;
        padding: 0 15px;
        gap: 5px;
        margin-bottom: 5px;
    }

        .servicesGridBox .servicesGridTab {
            height: 250px;
            width: calc(50% - 20px);
            flex: auto;
        }

    .space-card-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .cu-item {
        padding: 10px 20px;
    }

    .cu-tab .cu-link {
        font-size: 14px;
    }

    .space-card-overlay {
        padding: 20px 20px 10px;
    }
    .btn-book-ticket {
        letter-spacing: 0.5px;
        padding: 6px 13px;
        box-shadow: 0 0 0 7px #F6ECDC;
    }
    .cu-tab .cu-link{
        font-size:0.9rem;
    }
    .youtube-video {
        height: 30vh;
        width: 90vw;
    }
}
@media(max-width:375px) {
    .servicesGridBox .servicesGridTab {
        height: 200px
    }
}