@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


/******************General*****************/

.yellowText {
    color: #EDB341;
}

.secPad {
    padding: 150px 0;
}

/******************Fonts*****************/

h1,h2,h3, h4 {
    font-family: "Bebas Neue", serif;
}

p {
    font-family: "Open Sans", serif;
    font-size: 20px;
    /**OFFEN**/
}

/******************NAVIGATION******************/

#mainNav {
    background-color: transparent;
    transition: all ease 0.6s;
}

.navbar-shrink {
    background-color: rgba(0,0,0,0.9) !important;
}

.navLogo {
    width: 200px;
    transition: all ease 0.6s;
}

.navbar-shrink .navLogo {
    width: 150px;
}

.nav-link {
    font-family: "Bebas Neue", serif;
    color: white;
    font-size: 32px;
    transition: all ease 0.6s;
}

.nav-link:hover,
.nav-link.active {
    color: #EDB341 !important;
}

.navbar-toggler {
    color: white;
}

.navTel {
    background-color: #EDB341;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navTel:hover {
    color: #242424 !important;
}

.nav-link i {
    padding-right: 15px;
    font-size: 24px;
}

#langSwitcherContainer {
    display: flex;
    padding: 10px;
    width: 100%;
    justify-content: end;
    z-index: 999999;
    color: white;
    font-size: 14px;
}

.langButton {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
}

.langButton:hover {
    opacity: 0.7;
}

.langButton.selected {
    opacity: 1;
    font-weight: bold;
    color: #EDB341;
}

/******************HERO******************/

#hero {
    height: 100svh;
    width: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#hero video {
    position: absolute;
    opacity: 0.2;
    top: 0%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    transform: scale(1.5);
}

.bookDriverContainer {
    opacity: 0;
    z-index: 2;
}

#cta-button {
    font-family: "Bebas Neue", serif;
    text-decoration: none;
    color: white;
    font-size: 62px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 10px 65px;
    transition: all .6s ease;
}

.bookDriverContainer a:hover {
    letter-spacing: 2px;
    color: #EDB341 !important;
}

.heroText {
    position: absolute;
    bottom: 100px;
    left: 25px;
    z-index: 2;
    opacity: 0;
}

.heroText h1 {
    color: white;
    font-size: 100px;
    line-height: 80px;
    font-family: "Bebas Neue", serif;
}

#heroh2 {
    color: white;
    font-size: 24px;
    font-weight: 100;
    font-family: "Open Sans", serif;
}

/******************Dienstleistungen******************/

#dienstLeistungen {
    background-color: white !important;
    color: #242424 !important;
}

#dienstLeistungen h3 {
    font-size: 100px;
}

.dienstLeistungBorder {
    border-bottom: solid 1px #242424;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #EDB341 50%, #242424 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 600ms ease;
}

.dienstLeistungBorder:hover {
    background-color: #EDB341;
    background-position: 0 100%;
}

/******************Cars******************/

#fahrzeuge {
    background-color: rgb(250,250,250);
}

.slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

#sliderTitle {
    font-family: "Bebas Neue", serif;
    position: absolute;
    font-size: 300px;
    opacity: 0.1;
}

#sliderImg {
    width: 750px;
    z-index: 99;
}

.carsDetails {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carsPerson,
.carsBaggage {
    background: #242424;
    color: white;
    border-radius: 10px;
    padding: 10px;
    font-size: 24px;
}

.carsSelection strong {
    font-family: "Bebas Neue", serif;
    font-size: 24px;
    margin: 0;
}

.borderSliderButtons {
    border: solid 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.3s all ease;
}

.borderSliderButtons:hover {
    background-color: #242424;
    color: white;
}

.activeCar {
    background-color: #242424;
    color: white;
}


/******************Payments******************/


#vipService {
    background: url(../assets/images/swissviptransfer24-basel-vip-service-background.png);
    background-position: center center;
    background-size: cover;
    color: white;
}

/******************Payments******************/

#payments {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #121212;
}

#payments h2 {
    color: white;
}

.paymentsLogoBox {
    border-radius: 5px;
    background-color: #3D3D3D;
    padding: 10px;
    transition: all ease 0.3s;
}

.paymentsLogoBox:hover {
    border-radius: 5px;
    background-color: #121212;
}

#payments img {
    transition: all ease 0.3s;
}

#payments img:hover {
    transform: scale(0.9);
    transition: all ease 0.6s;
}


/******************Reservation******************/

#reservation {
    background-color: #101010;
    color: white;
}

#reservation h2 {
    color: white;
}

#reservation h3 {
    color: #EDB341;
    font-size: 28px;
}

/******************FORM******************/

.formBlock strong {
    display: block;
    margin: 10px 0;
    font-weight: 100;
    font-size: 18px;
}

.formBlock input {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    width: 100%;
    color: white;
    transition: all ease 0.6s;
    height: 40px;
    border-radius: 0;
}

textarea {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    width: 100%;
    color: white;
    transition: all ease 0.6s;
    border-radius: 0;
}

#reservation select {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    width: 100%;
    color: white;
    height: 40px;
}

.formBlock input:focus,
textarea:focus {
    outline: none;
}

.formBlock input:focus {
    color: #EDB341 !important;
    font-size: 17px;
    font-weight: bolder;
    border-bottom: solid 1px white !important;
    height: 40px;
}

.svt-btn {
    background-color: transparent;
    border: solid 0.5px #EDB341;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 10px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    margin-right: 10px;
    transition: all .6s ease;
}

.svt-btn:hover {
    background-color: #EDB341;
    color: white;
}


/******************Footer******************/

footer nav a {
    font-family: "Bebas Neue", serif;
    color: #242424;
    font-size: 28px;
    text-decoration: none;
    transition: all 0.6s;
}

footer nav a:not(:last-child) {
    margin-right: 10px;
}

footer nav a:hover {
    color: #EDB341;
}

.copyRight,
.copyRight a {
    font-size: 14px;
    color: #242424;
    opacity: 0.75;
    text-decoration: none;
    font-family: "Open Sans", serif;
}

.footerLogo {
    width: 250px;
}

/**************************************************************/
/*ImgZoom*/
/**************************************************************/

.img-hover-zoom {
    overflow: hidden;
    position: relative;
}

.img-hover-zoom img {
    transition: transform 1s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
    transition: transform 1s ease;
}

.img-hover-zoom strong {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--panamaGreen);
    /* width: 100%; */
    padding: 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: 100%;
}

.img-hover-zoom strong a{
    color: #242424 !important;
    text-decoration: none;
}

h2 {
    font-size: 24px;
}


/******************Media Queries******************/

@media (max-width: 992px) {
    p {
        font-size: 16px !important;
    }

    #cta-button  {
        font-size: 28px;
        padding: 10px 10px;
    }

    .heroText {
        left: 0;
        padding: 15px;
        bottom: 25px;
    }

    .heroText h1 {
        font-size: 50px;
        line-height: 49px;
    }

    #heroh2 {
        font-size: 18px !important;
    }

    #dienstLeistungen h3 {
        font-size: 24px;
        margin-bottom: 15px !important;
    }

    #langFahrzeugeTitle {
        font-size: 32px !important;
    }
    /******************Cars******************/

    .carsSelection strong {
        font-size: 16px;
    }

    .carsPerson,
    .carsBaggage {
        font-size: 18px;
    }

    #langFahrzeugeTitle {
        font-size: 48px;
    }

    #sliderImg{
        width: 250px;
    }

    #sliderTitle {
        font-size: 65px;
    }
    footer nav a:not(:last-child) {
        margin-right: 0px;
    }


    .svt-btn  {
        min-width: 75px !important;
        font-size: 14px;
        padding: 10px 10px !important;
    }
    #hero video {
        width: auto;
    }

    #reservation select {
        height: 25px;
    }

}


.fixedSocialNav {
    position: fixed;
    top: 0;
    right: 2px;
    height: 100svh;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sideNavContainer {
    margin: 2px;
    background: #242424;
    color: white;
    padding: 6px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.6s;
}

.sideNavContainer:hover {
    background: #EDB341;
    transition: all ease 0.6s;
}

.sideNavContainer a {
    color: white;
    font-size: 18px;
}




/**BANNER**/

.cookieContainer {
    height: 100vh;
    width: 100vw;
    position: fixed;
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

.cookieBox {
    background-color: #121212;
    color: white;
    padding: 50px;
}

.cookieBox p {
    font-size: 16px;
}
.cookieBox a {
    font-size: 16px;
    color: #EDB341;
    text-decoration: none;
}

.cookieButtons button {
    border: none;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 3px;
}

#acceptC {
    background-color: #EDB341;
    border: solid 1px transparent;
    transition: all ease 0.6s;
}

#acceptC:hover {
    background-color: rgb(63, 151, 63);
    transition: all ease 0.6s;
}

#declineC {
    border: solid 1px #EDB341;
    background-color: transparent;
    transition: all ease 0.6s;
}

#declineC:hover {
    background-color: rgb(151, 63, 63);
    transition: all ease 0.6s;
    border: solid 1px rgb(151, 63, 63);
}