@import '/CSS/nav.css';
@import '/CSS/footer.css';
@import '/CSS/loader.css';
@import '/CSS/more-info.css';

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Albert Sans';
}

a{
  text-decoration: none;
}

input,
textarea{
  cursor: pointer;
}

::-webkit-scrollbar {
  display: none;
}

body{
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.backgrndimg{
  width: 100%;
  position: fixed;
  z-index: 0;
}

.wrapper{
  left: 0;
  right: 0;
  position: absolute;
  height: max-content;
  scrollbar-width: none;
}

@keyframes box-shadow-wrapper{
  0%{box-shadow: 40px 20px 20px -10px #000000c7;}
  100%{box-shadow: 0px 40px 20px -10px #000000c7;}
}

#mob{
  display: none;
}

/* SCROLL SIGN*/

.scroll-sign{
  position: absolute;
  z-index: 9999999999999999999999999999999999999999999999;
  display: inline-block;
  top: 85vh;
  left: 85%;
  padding: 0;
  opacity: 0;
  transition: display 1s ease;
  animation: opacity-scroll 10s forwards linear 4s;
}

.scroll-sign-svg{
  height: 15vh;
  stroke: #ececec;
  bottom: 0;
}

@keyframes opacity-scroll{
  0%{opacity: 0;}
  10%{opacity: 1;}
  97%{opacity: 1;}
  100%{opacity: 0;}
}

@keyframes scrollAnimation {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
  }
  40% {
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
  }
  50% {
    stroke-dashoffset: -100;
    stroke-dasharray: 100;
  }
  60% {
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
  }
}

#linescroll {
  animation: scrollAnimation 5.5s ease-in-out infinite 1.2s;
}

/* Eco Screen */
.eco-pop{
  top: 0;
  left: 0;
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-color: #0e1309;
  color:rgb(82, 95, 67);
  text-align: center;
  font-size: 16px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999999999999999999999999999999999999999999999999;
}

.eco-pop svg{
  fill: rgb(82, 95, 67);
  stroke: rgb(82, 95, 67);
  width: 12vw;
  height: auto;
}
  
  /* SECTION 2 */
  
  .section-2 {
    width: 100%;
    display: flex;
    background-color: #504f4c;
    position: relative;
  }
  
  .section-2 .container {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  
  .section-2 .left {
    width: 100%;
    padding: 29vh 12.5vw 10vh 12.5vw;
    overflow-y: auto;
    box-sizing: border-box;
    text-align: justify;
    color: #ffffff;
    height: max-content;
  }

  .section-2 .left .umbrella{
    width: 100%;
    display: flex;
    height: 35vh;
    position: fixed;
    top: 0;
    background: linear-gradient(to bottom, #504f4c 5%, #00000000 95%);
  }

  .section-2 .headline{
    text-transform: uppercase;
    font-family: 'Albert Sans';
    font-weight: 500;
    height: 0.5vh;
    letter-spacing: 2;
    color: #fafafa;
    margin-bottom: 6vh;
  }

  .section-2 .left h2{
    color: #fafafa;
    font-family: 'Urbanist';
    font-size: 5vh;
    text-transform: uppercase;
    margin-top: 2vh;
  }

  .section-2 .left .text{
    color: #fafafa;
    font-family: 'poppins';
    font-weight: 200;
    margin-top: 2vh;
  }
  
  .section-2 .right {
    width: 0%;
    position: sticky;
    top: 0;
    height: 129vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #504f4c;
  }
  
  .section-2 .right img {
    height: auto;
    width: 80%;
  }

  /* Spotify Player*/
 .spotify-player{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 }

  /* Smartphone */
@media only screen and (max-width:1080px) {
  #desk{
    display: none;
  }
  
   .backgrndimg {
      position: fixed;
      transform: translateX(0%);
      width: 100vw;
      right: 0;
    }
  
    /* Buttons im Cookie-Popup */
    .cookie-btns {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  
    .cookie-btns button {
      width: 100%;
      padding: 10px;
      font-size: 1rem;
    }

     /* SECTION 2 */
  
  .section-2 {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    background-color: #00000000;
    background-image: url('/Img/core_health_and_wellness_5.JPG');
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    position: relative;
  }
  
  .section-2 .container {
    height: max-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10vw 0;
    background-color: #000000a8;
  }
  
  .section-2 .left {
    width: 100%;
    padding: 10vh 2vw 0 2vw;
    overflow-y: auto;
    box-sizing: border-box;
    text-align: justify;
    color: #ffffff;
    height: max-content;
  }

  .section-2 .left .umbrella{
    width: 100%;
    display: none;
    height: 35vh;
    position: fixed;
    top: 0;
    background: linear-gradient(to bottom, #504f4c 5%, #00000000 95%);
  }

  .section-2 .headline{
    text-transform: uppercase;
    font-family: 'Albert Sans';
    text-align: left;
    font-weight: 500;
    height: 0.5vh;
    letter-spacing: 2;
    color: #fafafa;
    margin-bottom: 8vh;
    width: 80vw;
    margin-left: 10vw;
    font-size: 1.7vh;
  }

  .section-2 .left h2{
    color: #fafafa;
    font-family: 'Urbanist';
    font-size: 3vh;
    text-transform: uppercase;
    width: 80vw;
    margin-left: 10vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }

  .section-2 .left .text{
    color: #fafafa;
    margin-top: 1.8vh;
    font-family: 'poppins';
    font-weight: 200;
    width: 80vw;
    margin-left: 10vw;
    font-size: 1.9vh;
  }
  
  .section-2 .right {
    width: 100%;
    position: sticky;
    top: 0;
    height: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #504f4c;
  }
  
  .section-2 .right img {
    display: none;
    width: 0%;
  }

    
  }