.one-header-slide {
    position: fixed;
    display: block;
    width:calc(100vw);
    height: calc(100vh);
    left:0px;
    top:0px;
    background-position:center;
    background-size: cover;
}

.header-slides {
    z-index:-10;
}

@media (min-width: 992px) {


    .frame-slide {
        position: absolute;
        display: block;
        width: calc(40vw);
        height: calc(80vh - 3em);
        left: calc(10vh);
        top: calc(10vh);
        overflow: hidden;
        border: 10px solid var(--warning);
        border-radius: 3em;
        margin-top: 3em;
    }

    .page-title {
        font-size:3em;
    }


    .splash-overlay {
        background: none;
        display: none;
    }

    .splash-content {
        display: block;
        width: calc(50vw);
        padding-left: calc(9vw);
    }

    .capt-switch {
        display: block;
        position: relative;
        width:100%;
        padding:2em;

        color:white;
    }

    .page-title {
    }

    .booking-brand-logo {
        width: 8em;
        border-radius: 7em;
        height: 8em;
        border-width: 0.5em;
        border-color: white;
        display: block;
        border-style: solid;
    }


    .splash-screen {
        position: relative;
        height: 100vh;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* text-align: center; */
        /* padding-top: calc(10vh); */
        color: var(--primary);
        /* align-content: center; */
        z-index: auto;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        background-color: var(--warning);
    }

    .splash-screen-index {
        position: relative;
        height: 100vh;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* text-align: center; */
        /* padding-top: calc(10vh); */
        color: var(--primary);
        /* align-content: center; */
        z-index: auto;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

    .gift-variant-item {
        font-size:1em;
        color: var(--dark);
    }

    .gift-variant {
        width: 100%;
    }

    a.nav-link {
        margin-left: 1rem;
        margin-right: 1rem;
        transition-duration: 0.4s;
    }

    a.nav-link:hover {
        color: black;
        font-weight:800;
    }

    .header-select-city {
            text-decoration: underline;
            font-size:1rem;
            font-weight: 800;
            border-bottom: none;
    }

    .header-select-city:hover {
        color:black;
    }

    .img-navbar-icon {
        height:1rem;
        width:auto;
    }
}


.booking-screen {
    padding-bottom: 4em;
    padding-top: 4em;
    position: relative;
    overflow: hidden;
    padding-top:1em;
    padding-bottom:1em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    align-content: center;
    z-index: auto;
    flex-direction: row;
    flex-wrap: wrap;  
    padding:1em;
}

.booking-screen:after {
    content: '';
    display: block;
    z-index: -1;
    height: 220%;
    width: 200%;
    overflow: hidden;
    position: absolute;
    background-image: linear-gradient(142deg,rgba(123, 138, 55, 1) 0%, rgba(227, 253, 112, 1) 34%, rgb(255 255 255) 46%, rgba(245, 253, 112, 1) 59%, rgba(198, 204, 88, 1) 76%);
    animation: rotate-gradient linear 15s infinite;
}

@keyframes rotate-gradient {
    to { transform: rotate(360deg) }
  }

@media (max-width: 992px) {
    

    .hs-sm-capt {
        font-size:1.6rem;
    }

    .gift-variant {
        
        position: absolute;
        bottom: 0;
    }

    .splash-screen {
        position: relative;
        height: 100vh;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        text-align: center;
        padding-top: calc(10vh);
        color: white;
        flex-direction: row;
        align-content: flex-end;
        padding-bottom: 3em;
    }
    .splash-screen-index {
        position: relative;
        height: 100vh;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        text-align: center;
        padding-top: calc(10vh);
        color: white;
        flex-direction: row;
        align-content: flex-end;
        padding-bottom: 3em;
    }

    .frame-slide {
        
            z-index: -1;
            width: calc(100vw);
            height: calc(100vh);
            position: absolute;
            left: 0;
            top: 0;
            display: block;
    }

    .splash-overlay {
        display: none;
    }

    .splash-content {
        padding: 1em;
        height: calc(77vh);
        margin-bottom: calc(11vh);
    }

    .gift-variant-item {
        font-size: 1.1rem;
        color: var(--warning);
        padding-bottom: 0rem;
        margin-bottom: 0rem;
    }

    .page-title {

        display: block;
        width: 100%;
        padding-right: 1em;
        line-height: 3rem;
    }
}

