/**Fonts**/
@font-face {
  font-family: 'Trium';
  font-style: normal;
  src: url('../assets/fonts/trium.woff2') format('woff2');
  font-display: swap;
}

/******************VAR******************/
:root {
  --darkFont: #242424;
  --green: #7D8C4A;
  --greenDark: #182E14;
  --borwn: #CAC5B2;
  --yellow: #E9CB51;
}

/******************LOADER**********************/
.loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background-color: var(--green);
}

.loaderInner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* IMAGES */
.loaderImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  opacity: 0;
  visibility: hidden;
}

.loaderImg:first-child {
  opacity: 1;
  visibility: visible;
}

input[type="date"]:empty::before {
  content: "tt.mm.jjjj";
  color: white;
}

/******************GENERAL******************/

p {margin: 0;}

section {
    padding: 150px 0;
}

a,a:hover {
    transition: 0.3s all ease;
    text-decoration: none;
}

h2 {
    font-size: 150px;
    font-weight: 900; 
    font-family: "Trium", sans-serif;
    color: var(--green);
    text-transform: uppercase;
}

#contact h2 {
    color: var(--green);
}

.divider {
    height: 2px;
    margin: 25px 0;
    background-color: var(--darkFont);
}

.privacyHint {
    color: white;
    font-size: 14px;
}

.privacyHint a {
    color: white;
    text-decoration: underline;
    font-size: 14px;
}

.canece {
    margin-top: 15px;
    font-size: 12px;
    color: var(--darkFont);
}

.canece a {
    color: var(--darkFont);
    text-decoration: underline;
}



/******************NAV**********************/

nav {
    background-color: var(--green);
    opacity: 0.97;
}
.navLogo {
    width: 200px;
}

.nav-link {
    color: white;
    text-decoration: none;
    color: white;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-weight: 100;
    text-transform: uppercase;
}

.nav-link:hover {
    color: var(--greenDark);
}

.languageSelection {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
}

.activeLang {
    font-weight: bolder;
}

.languageSelection a {
    font-size: 14px;
}

.languageSelection a:hover {
    color: var(--darkFont);
}
.separator {
    margin: 0 3px;
}

.navbar-toggler {
    position: absolute;
    right: 15px;
    top: 26px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler img {
    width: 15px;
}
/******************HERO******************/

#hero {
    background: url(../assets/background/bongout-basel-bg2.jpg) center / cover no-repeat;
    min-height: 100vh;
    width: 100%;
}

.heroBottom {
    position: absolute;
    bottom: 100px;
    display: flex;
    width: 100%;
    padding: 0 100px;
    justify-content: space-between;
}

.heroBottomRight a {
    padding: 10px;
}

.heroBottomRight a img {
    width: 50px;
}

.menuCardButton a {
    background-color: #182E14;
    color: white;
    font-size: 32px;
    border-radius: 10px;
    text-decoration: none;
    padding: 25px 60px;
    transition:  0.6s ease;
}

.menuCardButton a:hover {
    opacity: 0.7;
    transition:  0.6s ease;
}

/******************Menu******************/

#menu {
    background-color: #F0ECE3;
}

#menu h2 {
    color: var(--green);
}
.subTitleMenu a,
.subTitleMenu {
    font-size: 12px;
    color: var(--greenDark);
}

.subTitleMenu a {
    text-decoration: underline;
}
.menuWrapper {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    transition: 0.3s all ease-in;
}

.menuText {
    text-align: start;
}

.menuWrapper h3,
.menuWrapper strong {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}


.menuWrapper p {
    margin: 0 0 0 15px;
    font-size: 19px;
    font-style: italic;
    opacity: 0.6;
}

/******************Merch******************/

#merch {
    min-height: 100vh;
    background: linear-gradient(
            to bottom,
            #F0ECE3 0%,
            #F0ECE3 40%,
            #FFFFFF 100%
        );    
    color: var(--darkFont);
}

#merch h3,
.priceTag {
    font-size: 32px;
    font-weight: bolder;
    margin: 0;
    opacity: 1 !important;
}

#merch h4 {
    font-size: 28px;
}

#merch p {
    font-size: 20px;
    opacity: 0.75;
}

.merchFlexBox {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
}

.merchFlexBox p {
    min-width: 125px;
}

.blackBox {
    width: 35px;
    height: 35px;
    background-color: black;
    margin: 0 5px;
}

.blackBoxBorder {
    margin: 0 5px;
    padding: 5px;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: solid 1px black;
}

.borderedText {
    margin-top: 15px;
    display: inline-block;
    border: solid 0.5px black;
    padding: 10px 15px;
}
/******************CONTACT******************/

.addressBlock {
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    margin-bottom: 50px;
}

.addressBlock a {
    text-decoration: none;
    color: var(--darkFont);
    transition: 0.3s all ease;
}

.addressBlock a:hover {
    text-decoration: none;
    color: var(--green);
    margin-left: 5px;
    transition: 0.3s all ease;
}

.openingWrapper h3 {
    font-weight: 900;
    font-size: 30px;
}

.openingBlock {
    display: grid;
    grid-template-columns: 150px 1fr;
}

.openingBlock strong {
    font-size: 21px;
    display: inline;   
    font-weight: 600;
    letter-spacing: 0.05em;
}

.openingBlock p {
  opacity: 0.65;
}

/******************RESERVATION******************/

.reservationWrapper {
    background-color: #7D8C4A;
    padding: 25px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reservationTitle h4 {
    text-align: center;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 38px;
}

#reservationForm input:not([type="checkbox"]),
#reservationForm textarea, 
#reservationForm select {
    font-size: 16px;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px white;
    padding: 15px 0;
    color: white;
    border-radius: 0;
}

#reservationForm .formActions {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#reservationForm .formActions button {
    background-color: #182E14;
    color: white;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 20px;
    line-height: 14px;
    margin-top: 25px;
    transition: 0.3s all ease;
}

#reservationForm .formActions button:hover {
    opacity: 0.75;
    transition: 0.3s all ease;
}

::placeholder {
    color: #fff;
    opacity: 1;  
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 1;
    cursor: pointer;
}


/******************FOOTER******************/
footer {
    padding: 25px 0;
}

.footerLogo {
    width: 150px;
    margin-bottom: 50px;
    aspect-ratio: 1 / 1;
}

.footerSocialMedia  {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerSocialMedia a {
    padding: 15px;
    background-color: var(--green);
    border-radius: 100%;
    color: white;
    height: 50px;
    width: 50px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerSocialMedia a:hover {
    opacity: 0.75;
    color: white;
}

.footerSocialMedia img {
    width: 20px;
}

.footerNav {
    margin: 50px 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
}

.footerLink a {
    font-size: 24px;
    color: var(--darkFont);
    font-weight: 900;
}

.footerLink a:hover {
    color: var(--green);
}

.footerBottom a,
.footerBottom,
.footerAddress a,
.footerAddress p,
.footerAddress address {
    font-size: 12px;
    color: var(--darkFont);
    margin: 0;
}

footer a:hover {
    color: var(--green);
}

.footerAddress {
    text-transform: uppercase;
}

/******************Gallery*********************/
.gallerySection {
    padding: 150px 0;
  overflow: hidden;
  background-color: #F0ECE3;
}

.galleryTrack {
  display: flex;
  gap: 50px;
  will-change: transform;
}

.galleryTrack .img {
  flex: 0 0 auto;
  width: 350px;
  transition: 0.3s all ease;
}

.galleryTrack img {
  width: 100%;
  height: auto;
}

.galleryTrack .img:nth-child(odd) {
  transform: rotate(-2deg);
}

.galleryTrack .img:nth-child(even) {
  transform: rotate(2deg);
}

.galleryTrack .img:hover {
    transform: rotate(0deg);
}

/******************CURSOR******************/

.cursorText {
    position: fixed;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.cursorText svg {
    width: 100%;
    height: 100%;
    animation: rotateText 8s linear infinite;
}

.cursorText svg textPath {
    font-size: 8px;
    letter-spacing: 2px;
    fill: white; 
    text-transform: uppercase;
    transition: fill 0.3s ease;
}

.cursorText {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}

.cursorText svg textPath {
    fill: var(--green);
    transition: fill 0.2s ease;
}

.cursorText.is-light svg textPath {
    fill: white;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/******************Marquee*********************/
.heroTitle {
  position: absolute;
  bottom: 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: white;
}

.heroTitle h1 {
    font-size: 14px;
}

.textAnim {
  display: flex;
  gap: 50px;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
}

.hotfWrapper {
    overflow: hidden;         
    width: 100%;
    background-color: var(--green);
}

.hotfContent {
    display: flex;
    align-items: center;
    gap: 50px;
    width: max-content;
    white-space: nowrap;
    animation: textAnim 60s linear infinite;
    will-change: transoform;
}

.hotfContent img {
    width: 250px;
}

.hotfContent strong {
    font-family: "Trium", sans-serif;
    color: white;
    font-size: 150px;
    font-weight: bolder;    
    transform: translateY(10px);
}

@keyframes textAnim {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.imgZoomWrapper {
    overflow: hidden;
}

.imgZoomWrapper img {
    transition: transform 1s ease;
}
.imgZoomWrapper img:hover {
    transform: scale(1.05);
    transition: transform 1s ease;
}


/**HOME**/
#bongout {
    background: url('../assets/background/bongout-bg.png') center / cover no-repeat;
}

#bongout h2 {
    color: #F3F1E8;
}

#bongout p {
    color: #F3F1E8;
    font-size: 34px;
    font-weight: bolder;
    line-height: 38px;
}

#bongout p span {
    color: white;
}

#bongout .smallText {
    font-size: 26px;
}

#bongout .mediumText {
    font-size: 42px;
}

.red {
    color: #592E0E !important;
}
/*************** MEDIA **********************/
@media (max-width: 992px) { 
    section {
        padding: 100px 0;
    }
    
    h2 {
        font-size: 50px;
        margin-bottom: 0px;
    }

    #hero {
        background-image: url(../assets/background/bongout-basel-bg-mobile.jpg);
        min-height: 100svh;
    }
    
    .heroBottom {
        align-items: center;
        padding: 25px;
        flex-direction: column;
        gap: 25px;
        bottom: 50px;
    }

    .menuCardButton {
        margin-bottom: 15px;
    }

    .menuCardButton a{
        font-size: 24px;
        padding: 15px 45px;
    }

    .menuWrapper {
        padding: 15px;
    }
    
    .menuWrapper h3 {
        font-size: 24px;
    }
    
    .menuWrapper strong {
        font-size: 20px;
    }

    .menuWrapper p {
        font-size: 12px;
        margin: 0 0 0 5px;
    }

    #contact .adressBlock {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    
    #contact .openingWrapper h3 {
        font-size: 20px;
    }
    
    .openingBlock strong,
    .openingBlock p {
        font-size: 16px;
        display: inline;    
    }

    #contact .openingWrapper .openingBlock {
        display: grid;
        grid-template-columns: 120px 1fr;
    }

    footer .footerNav {
        margin: 25px 0;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .galleryTrack .img {
        flex: 0 0 auto;
        width: 150px;
    }

    .merchFlexBox {
        margin-top: 15px;
    }

    #merch h3,
    .priceTag  {
        font-size: 28px;
    }

    #merch h3 span {
        font-size: 24px;
        font-weight: 600;
    }

    #merch p {
        font-size: 18px;
    }

    .blackBox {
        width: 25px;
        height: 25px;
        margin: 0 3px;
    }

    .blackBoxBorder {
        margin: 0 3px;
        padding: 5px;
        width: 25px;
        height: 25px;
        border: solid 1px black;
    }
    .hotfContent img {
        width: 100px;
    }

    .hotfContent strong {
        font-size: 75px;
    }

    .addressBlock p,
    .addressBlock a {
        font-size: 20px;
        line-height: 22px;
        display: block;
    }

    .gallerySection {
        padding: 50px 0;
    }

    .languageSelection {
        justify-content: center;
        padding: 5px 0;
    }

    .navbar-nav {
        text-align: center;
    }

    .hotfContent strong {
        transform: translateY(5px);
    }
    .cursorText {
        display: none;
    }

#bongout p {
    font-size: 24px;
    line-height: 22px;
}

#bongout .mediumText {
    font-size: 28px;
    line-height: 26px;
}
}

/******************/
/**COOKIE**/
/******************/
  .cookieBox {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100vw;
    justify-content: center;
    align-items: center;
    bottom: 50px;
    z-index: 99999;
    animation: fadeInUp 2s ease-out;
}

.cookieWrapper {
    text-align: center;
    width: 90%;
    max-width: 500px;
    color: white;
    background-color: var(--green);
    padding: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.cookieBottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cookieImg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.cookieImg img {
    width: 100px;
}

.accept,
.decline {
    padding: 7.5px 35px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.6s ease;
}

.accept {
    background-color: transparent;
    color: white;
}

.accept:hover {
    background-color: var(--green);
    color: var(--ceOrange);
}

.decline {
    background-color: transparent;
    color: white;
}

.decline:hover {
    background-color: rgb(124, 27, 27);
    color: white;
}

@keyframes fadeInUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.cookieBox.hidden {
  display: none;
}
