*{scroll-behavior: smooth;}

body{
    margin: 0;
    font-family: "Inter", sans-serif;
    background-color: #11071F;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}  

a{
    text-decoration: none;
    color: white;
}

.text-content-crads{
  display: flex;
  
}


#letter3 {
    opacity: 0;

    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease, display 0.6s ease;
}


#letter4 {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}



.container {
    max-width: 1200px;
    /*background-color: wheat;*/
} 

.nav{
  
   padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    
}

.nav h1{
    margin: 0;
    font-size: 32px;
    font-weight: 800;
}

.nav div ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 40px;  
    font-size: 20px;
}

.hero-text{
    padding: 20px;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-text img {
    height: 350px;
    border-radius: 25px;
}

.hero-text div h1{
    font-size: 48px;
    margin-bottom: 0;
}

.hero-text div p{
    font-size: 24px;
    margin-top: 0;
    padding: 15px 15px 15px 0;
}

.cards-bg{
  width: 160px;
  height: 145px;
  background-image: url('img/Creators.svg'); /* Pfad zu deinem SVG */
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
}

.cards-bg h2,h3{
    margin: 10px 0 10px 0;
}

.cards-bg h2{
    font-size: 24px;
}

.cards-bg h3{
    font-size: 30px;
}

.cards {
    margin: 100px 0 0 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.referenzen{
  padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.ref-cards{

    background: url(/img/Background1.svg);
    background-size: cover;
    background-position: top;
    padding: 0 0 30px 0;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.ref-cards-bg{
    margin: 5px 35px 5px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards{
    background: url(/img/Background1.svg);
    background-size: cover;
    background-position: top;
    padding: 0 0 145px 0;
}


.backrooms {
    width: 314px;
    height: 118px;
    background-image: url('img/backrooms-card.svg'); /* Pfad zu deinem SVG */
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
}

.toni {
    width: 314px;
    height: 118px;
    background-image: url('img/toni-card.svg'); /* Pfad zu deinem SVG */
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
}

.evanijo {
    width: 314px;
    height: 118px;
    background-image: url('img/evanijo-card.svg'); /* Pfad zu deinem SVG */
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
}

.fb{
        width: 314px;
    height: 118px;
    background-image: url('img/fettsackpro-cards.svg'); /* Pfad zu deinem SVG */
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
}

.knd {
    width: 314px;
    height: 118px;
    background-image: url('img/knd-card.svg'); /* Pfad zu deinem SVG */
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
}


.ref-cards-bg div {
    text-align: center;
    margin-left: auto;
    margin-right: 45px;
}

.ref-cards-bg div h3{
    font-size: 18px;
}

.websiten{
  padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}




.abschnitt-1, .abschnitt-2, .abschnitt-3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 10px 0 10px 0;
}

.text-content{
    width: 80%;
}

.kontakt{
  padding-top: 50px;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kontakt div{
    text-align: center;
    width: 60%;
}

.produkt-cards{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px;
  margin: 40px 30px 0 30px;
}

.produkt-icons{
  height: 25px;
  padding: 0;
}

.price-card{
  background: #1A0D2B;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.text-content-produkt{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
}



.produkte h1{
  text-align: center;
}

.produkte {
  padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


.price-card h2 {
  margin: 0;
  font-size: 35px;
}

.price-card h3 {
  font-size: 25px;
}

.price-card table tr td{
  font-size: 20px;
}

table{
  border-collapse: collapse;
}


th, td {
  border-bottom: 1px solid #763CAC;
  padding: 15px 10px;
}


.produkt-card-contact{

  width: 100%;
  padding: 14px;
  background-color: #763CAC;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.produkt-card-contact:hover{
  background-color: #9054d9;
}


.produkt-card-contact-box{
  margin-top: 20px;
  height: 50px;
  display: flex;
}

form {
    margin: 40px 0 40px 0;
    background: #1A0D2B;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    width: 40%;
    }

label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #FFFFFF;
}

select,
input[type="email"],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #763CAC;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    background-color: #11071F;
    color: #FFFFFF;
    box-sizing: border-box;
    transition: border-color 0.3s, background-color 0.3s;
}

select:focus,
input:focus,
textarea:focus {
    border-color: #FFFFFF;
    outline: none;
    background-color: #1E1233;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

.button-form {
    width: 100%;
    padding: 14px;
    background-color: #763CAC;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button-form:hover {
    background-color: #9054d9;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
}

.footer-center ul {
  display: flex;
    list-style-type: none;
    padding: 0;
    text-align: center;
    gap: 10px;
    margin: 0;
}

.placeholder{
  display: none;
}

@media (min-width: 768px) {
  .footer-left,
.footer-right {
    flex: 0 0 auto;
}

.footer-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.placeholder{
  display: block;
}


}



.img-text{
    filter: drop-shadow(0 0 1rem #763CAC);
}

.big-screen{
    display: block;
}

.small-screen {
    display: none;
}

.icons {
height: 45px;
}



/*********************Animation**********************/

.cards-bg{
    transition: all 0.2s ease;
}

.cards-bg:hover{
    cursor: pointer;
    /*transform: translateY(-10px);*/
    transform: scale(1.05);
}

.ref-cards-bg {
  transition: all 0.2s ease;
}


.ref-cards-bg:hover {
    cursor: pointer;
    /*transform: translateY(-10px);*/
    transform: scale(1.05);
}


.nav-links{
  transition: all 0.2s ease;
}

.nav-links:hover{
  cursor: pointer;
 transform: translateY(-3px);
 filter: drop-shadow(0 0 1rem #763CAC);
}

* {box-sizing: border-box;}


.col-1 { grid-column: span 1; }
.col-2 { grid-column: span 2; }
.col-3 { grid-column: span 3; }
.col-4 { grid-column: span 4; }
.col-5 { grid-column: span 5; }
.col-6 { grid-column: span 6; }
.col-7 { grid-column: span 7; }
.col-8 { grid-column: span 8; }
.col-9 { grid-column: span 9; }
.col-10 { grid-column: span 10; }
.col-11 { grid-column: span 11; }
.col-12 { grid-column: span 12; }

@media (max-width: 768px) {
  .container {
    grid-template-columns: repeat(6, 1fr);
  }
  .col-3 {
    grid-column: span 12;
  }
  .col-9 {
    grid-column: span 12;
  }

  .footer{
    display: flex;
    flex-direction: column-reverse;
  }
  
  .footer-center ul{
    display: flex;
    flex-direction: column;
  }

  .footer ul li{
    margin: 5px 0;
  }

  .hero-text{
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .hero-text img {
    width: 70%;
    height: auto;
  }

  .kontakt form{
    width: 70%;
  }

    
  .produkte h1{
    margin: 40px 0 40px 0;
    text-align: center;
  }


  .price-card h2 {
    margin: 0;
    font-size: 25px;
  }

  .price-card h3 {
    font-size: 20px;
  }

  .price-card table tr td{
    font-size: 16px;
  }

  .text-content-produkt{
    font-size: 15px;
    margin-top: 10px;
  }

}




@media (max-width: 694px) {



  .container {
    max-width: 100vw;
    padding: 0;
  }
  .col-3 {
    grid-column: span 12;
  }
  .col-9 {
    grid-column: span 12;
  }

  .big-screen{
    display: none;
  }

  .small-screen {
    display: block;
  }

  .nav h1{
    font-size: 23px;
  }

  .hero-text div h1 {
    font-size: 30px;
  }

  .hero-text div p{
    font-size: 18px;
  }

  .cards{
    display: flex;
    flex-wrap: wrap;
  }

  .cards-bg{
    margin: 10px ;
    width: 120px;
    height: 110px;
  }

  .ref-cards-bg {
    margin: 0;
  }

  .cards-bg h3 {
    font-size: 23px;
  }
  .cards-bg h2{
    font-size: 20px;
  }

  .abschnitt-1,  .abschnitt-3{
    display: flex;
    flex-wrap: wrap;
  }

  .abschnitt-2{
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .abschnitt-1, .abschnitt-2, .abschnitt-3{
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .kontakt form{
    width: 90%;
  }


    .produkte h1{
    margin: 40px 0 40px 0;
    text-align: center;
  }


  .price-card h2 {
    margin: 0;
    font-size: 20px;
  }

  .price-card h3 {
    font-size: 16px;
  }

  .price-card table tr td{
    font-size: 14px;
  }

}



.nav {
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #11071F;
  padding: 1rem 2rem;
  position: fixed;
  max-width: 1200px;
  top: 0;
  margin-bottom: 50px;
  width: 100%;
  z-index: 100;
}

.small-screen {
  display: none;
  cursor: pointer;
}

.icons {
  width: 30px;
  height: 30px;
}

/* Mobile Menü */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background-color: #1D1034;
  transition: right 0.3s ease-in-out;
  padding: 2rem;
  z-index: 99;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu ul {
  margin-top: 60px;
  list-style: none;
  padding: 0;
}

.mobile-menu ul li {
  margin: 20px 0;
}

.mobile-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .big-screen {
    display: none;
  }
  .small-screen {
    display: block;
  }

  .mobile-menu {
  width: 100%;

}
}
.creator-content {
    display: none;
    opacity: 0;
    overflow: hidden;
    background: #1A0D2B;
    border-radius: 10px;
    margin-top: 1rem;
    padding: 1rem;
    color: white;
    transition: opacity 0.3s ease;
    text-align: center;
}

.creator-content.show {
    display: block;
}

.creator-content.animate {
    opacity: 1;
}

.content-block-creators{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

iframe{
  height: 200px;
  width: 365px;
  margin: 10px;
  border-radius: 10px;
}

.button-to-channel{
  width: 100%;
  padding: 14px;
  background-color: #763CAC;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}


.button-to-channel-div{
  margin: 20px;

}

.icons-main{
  height: 35px;
  width: 35px;
}

.table2{
  margin-bottom: 150px;
}