@font-face {
  font-family: blkchcry;
  src: url(./assets/fonts/blkchcry/BLKCHCRY.TTF);
}
@media only screen and (min-width: 769px) {

  body {
    min-width: fit-content;
    max-height: 100vh;
    overscroll-behavior: none;

    overflow-x: hidden;
  }

  /* Master Background Image*/
  .bgImageContainer {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4) url(/assets/background4.jpg);
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: 95vw 120vh;
    background-position: center;
    position: fixed;
    z-index: -2;
  }



  /* Landing Page Title Image Container Styles */
  .title-Image-Container {
    width: 100vw;
    position: relative;
    display: grid;
    place-items: center;
    opacity: 0;
    transition: all 1s ease-in-out;
  }

  /* Landing Page Title Image Styles */
  #title-Image {
    position: absolute;
    width: clamp(600px, 60vw, 2000px);
    z-index: 2;
    top: 2vh;
  }

  /* Landing Page Bird Image Container Styles */
  .bird-Image-Container {
    max-width: 100vw;
    height: 97vh;
    margin: 0 3rem;
    display: flex;
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: all 1s ease-in-out;
  }

  /* Landing Page Bird Image Styles */
  .bird-Image-Container>img {
    height: 81vh;
    width: clamp(239px, 25vw, 500px);

  }

  /* Landing Page Right Bird Image Styles */
  #bird-logo-2 {
    transform: rotateY(-180deg);
  }

  /* Landing Page Presents Image Container Styles */
  .presents-Image-Container {
    position: absolute;
    width: 100vw;
    z-index: 2;
    top: 42vh;
    left: 0;
    opacity: 0;
    transition: all 1s ease-in-out;
    display: grid;
    place-items: center;
  }

  /* Landing Page Prsents Image Styles */
  #presents-Image {
    width: 15vw;
    margin: 0 auto;
  }

  /* Landing Page Hamburger Menu Icon Container Styles */
  .hamburger {
    cursor: pointer;
    display: grid;
    gap: 1rem;
    place-items: center;
    margin-left: 3.5rem;
    margin-top: 5rem;
    animation: hamburger 1.5s linear 5s infinite alternate both;
    transition: all ease-in-out;

  }

  /* Landing Page Hamburger Menu Icon Animation Styles */
  @keyframes hamburger {
    0% {
      margin-top: 5rem;
    }

    100% {
      margin-top: 7rem;
    }
  }

  .otherBurger {
    cursor: pointer;
    display: grid;
    gap: 1rem;
    place-items: center;
    margin-left: 3.5rem;
    margin-top: 5rem;

  }

  /* Landing Page Hamburger Menu Icon Styles */
  #hamburger-Image,
  #hamburger-Image2 {
    width: 3vw;
  }

  /* Landing Page Rights Image Container Styles */
  .right-Container {
    position: absolute;
    bottom: 5rem;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
    /* gap: 18vh; */
    gap: 10vh;
    opacity: 0;
    transition: all 1s ease-in-out;
  }

  /* Landing Page Rights Image Styles */
  #rights-Image {
    width: clamp(116px, 10vw, 200px);
  }

  /* Landing Page Main Carousel Styles */
  .container {
    position: fixed;
    display: flex;


  }

  /* Landing Page  Styles */
  .first-Section {
    background: black;

  }

  .second-Section {
    min-width: 100vw;
    height: 100vh;
    display: grid;
    place-items: center;
  }

  #page2 {
    margin-top: 10rem;
    width: 60vw;
  }

  .second2-Section {
    min-width: 70vw;
    height: 100vh;
    display: grid;
    place-items: center;
    background: rgba(19, 18, 18, 0.719);
  }

  #page21 {
    margin-top: -40rem;
    width: 50vw;
  }

  .third-Section {
    width: 80vw;
    height: 100vh;
    display: grid;
    place-items: center;

  }

  #page3 {
    width: 96vw;
    height: 98vh;

    margin-left: 60vw;
  }

  .fourth-Section {
    min-width: 100vw;
    height: 100vh;
    display: grid;
    place-items: center;
  }

  #page4 {
    margin-top: 2rem;
    width: 70vw;
  }

  .fifth-Section {
    width: 90vw;
    height: 100vh;
    display: grid;
    place-items: center;
    margin-top: -2rem;
  }

  #page5 {
    width: 40vw;
    margin-top: -2rem;
  }

  .aboutText {
    color: white;
    text-align: center;
    font-size: 1.5vw;
    line-height: 6vh;
    margin-top: -2rem;

    text-shadow: 0px 5px 10px rgba(218, 165, 32, 0.562);
  }

  .viewMore {
    width: 8vw;
    height: 8vw;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-weight: 700;
    font-size: 0.9vw;
    cursor: pointer;
    padding: 2rem 2rem;
    border-radius: 50%;
    margin-top: -2rem;
    transition: all 1s ease;
  }

  .viewMore>a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 0.9vw;
    transition: all 1s ease;
  }

  .viewMore>a:active {
    text-decoration: none;
    color: brown;
  }

  .viewMore:hover {
    border: 2px solid red;
  }

  .viewMore:hover .viewMore>a {
    color: goldenrod;
  }

  .sixth-Section {
    width: 105vw;
    height: 100vh;
    display: grid;
    place-items: center;

  }

  #page6 {
    width: 80vw;
    margin-bottom: -4vh;

  }

  .products-Display {
    width: 90vw;
    height: 100vh;
    display: flex;

    align-items: center;

  }

  .slider {
    width: 90vw;
    height: 100vh;
    overflow: hidden;
  }

  .slides {
    width: 1100%;
    height: 100vh;
    display: flex;
  }

  .slides input {
    display: none;
  }

  .slide {
    width: 20%;
    transition: 2s;
  }

  .slide img {
    width: 90vw;
    height: 100vh;
  }

  /*css for manual slide navigation*/

  .navigation-manual {
    position: absolute;
    width: 90vw;
    margin-top: -40px;
    display: flex;
    justify-content: center;
  }

  .manual-btn {
    border: 4px solid white;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
  }

  .manual-btn:not(:last-child) {
    margin-right: 40px;
  }

  .manual-btn:hover {
    background: white;
  }

  #radio1:checked~.first {
    margin-left: 0;
  }

  #radio2:checked~.first {
    margin-left: -11.2%;
  }

  #radio3:checked~.first {
    margin-left: -25%;
  }

  #radio4:checked~.first {
    margin-left: -42.8%;
  }

  #radio5:checked~.first {
    margin-left: -66.6%;
  }

  #radio6:checked~.first {
    margin-left: -100%;
  }

  #radio7:checked~.first {
    margin-left: -120%;
  }

  #radio8:checked~.first {
    margin-left: -140%;
  }

  #radio9:checked~.first {
    margin-left: -160%;
  }

  #radio10:checked~.first {
    margin-left: -180%;
  }

  #page7 {
    width: 50vw;


  }

  .sixth-Section1 {
    width: 100vw;
    display: grid;
    place-items: center;

  }

  .eighth-Section {
    min-width: 100vw;
    height: 100vh;
    display: grid;
    place-items: center;
  }

  #page8 {
    margin-top: -7rem;
    width: 30vw;
  }

  .eighth1-Section {
    min-width: 80vw;
    height: 100vh;
    display: grid;
    place-items: center;
  }

  #page8-1 {
    margin-top: -7rem;
    width: 40vw;
    margin-bottom: 5rem;
  }

  .click-Above {
    color: white;
    font-size: 2.5vw;
    font-weight: 700;
    text-align: center;
    animation: clickAbove 0.7s linear 1s infinite alternate both;
  }

  @keyframes clickAbove {
    0% {
      transform: scale(1);
    }

    100% {
      transform: scale(1.1);
    }
  }

  .ninth-Section {
    min-width: 80vw;
    height: 100vh;
    display: grid;
    place-items: center;
  }

  #page9 {
    width: 30vw;
  }

  .tenth-Section {
    min-width: 80vw;
    height: 100vh;
    display: grid;
    place-items: center;
  }

  #page10 {
    width: 30vw;
  }

  .eleventh-Section {
    min-width: 80vw;
    height: 100vh;
    display: grid;
    place-items: center;
  }

  #page11 {
    width: 30vw;
  }

  .twelfth-Section {
    min-width: 80vw;
    height: 100vh;
    display: grid;
    place-items: center;
  }

  #page12 {
    width: 30vw;
  }

  .thirteenth-Section {
    min-width: 80vw;
    height: 100vh;
    display: grid;
    place-items: center;
  }

  #page13 {
    width: 30vw;
  }

  .partners-Grid {
    margin-top: -15rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
    place-items: center;
    gap: 3rem 5rem;
  }

  #partner2,
  #partner5 {
    margin-top: 5rem;
  }

  .addedDiv {
    width: 105vw;
    height: 100vh;
    display: grid;
    place-items: center;

  }

  .addedDivImg {

    width: 95vw;
    height: 100vh;
  }

  #addedDiv1Img {
    width: 100vw;
  }

  /* Hamburger Menu  */
  .hamburger-Menu {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.699);
    position: absolute;
    z-index: 4;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: space-around;
    left: -100vw;
    transition: all 1s ease-in-out;
  }

  .otherMenu {
    width: 100vw;
    /* overflow: hidden; */
    height: 100vh;
    background: rgba(0, 0, 0, 0.699);
    position: fixed;
    z-index: 5;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: -100vh;
    transition: all 1s ease-in-out;
  }

  .navList {
    list-style: none;

    width: 60vw;
    /* margin-left: 10rem; */
  }

  .navItems>a {
    text-decoration: none;
    font-family: blkchcry;
    color: rgb(255, 255, 255);
    transition: all 0.2s ease-in;
    font-size: 4vw;
    font-weight: 700;
    text-shadow: 0px 10px 20px rgb(0, 0, 0);
  }

  .navItems>a:hover {
    font-size: 4.5vw;

  }


  .close-Icon,
  .close-Icon2 {
    height: 5vw;
    width: 5vw;
    margin-left: 5vw;
    cursor: pointer;
    margin-right: 10rem;
  }

  .popUpOuter {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.699);
    top: 0;
    left: 0;
    z-index: 6;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    display: none!important;
  }

  .headerLegal {
    text-align: center;
    margin-bottom: 1rem;
  }

  .popUpContainer {
    /* height: 20vw; */
    height: 15vw;
    width: 30vw;
    padding: 2rem;
    border-radius: 2rem;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.712);
    background-color: white;
    font-size: 1.2vw;


  }

  .textContainer {
    max-height: 10vw;
    /* overflow-y: scroll; */
    padding: 5px;

  }

  .popUpPara1 {
    margin-bottom: 10px;
    text-align: center;
  }

  li {
    margin-bottom: 10px;
    list-style: disc;
  }

  .legalButtons {
    /* margin-top: 3rem; */
    margin-top: 15px;
    display: flex;
    justify-content: space-evenly;

  }

  .legalButton {
    border: 1px solid black;
    background: transparent;
    font-size: 1.2vw;
    padding: 0.5rem 2.5rem;
    border-radius: 2rem;
    cursor: pointer;
  }

  .accept {
    background-color: gold;
    font-weight: 700;
  }

  .scrollTo {
    color: white;

    font-size: 1.3vw;
    margin-right: 4px;
  }

  .navIcons {
    display: flex;
    gap: 1rem;
    position: fixed;
    z-index: 6;
    top: 2vh;
    width: 95vw;
    justify-content: flex-end;
  }

  #hamburger-Image {
    width: 3vw;
    cursor: pointer;
  }

  .products-DisplayMobile {
    display: none;
  }
}













.arrow-container {
  width: 25px;
  /* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  height: 20px;
}

.arrow-down {
  height: 6px;
  background: white;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  border-radius: 5px;
}
.arrow-down:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 100%;
  border-radius: 5px;
  background: white;
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}
