@font-face {
    font-family:"Poppins";
    src: url('FOnts/poppins-v23-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family:"Unna";
    src: url("FOnts/unna-v23-latin-regular.woff2!") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family:"Ballet";
    src: url("FOnts/ballet-v27-latin-regular.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
  
@media (max-width: 768px) {
    body {
        padding: 10px;
    }
}

body, html {
    font-family: "Poppins"
    text-align: center;
  }
  
  h1, .logo, .logo a {
    font-family: "Ballet", cursive;
  }
*{
    margin: -5px;
    padding: -2;
    box-sizing: border-box;
    font-family: "Ballet";
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: px 10;
    background: rgba(59, 59, 59, 0.37);
    backdrop-filter: blur(10px);
    position: fixed;
    height: 100px;
    color: white;
    width: 100%;
    padding: 10 30px;
    top: 0;
    
}
.IconImage {
    display: inline-block;
    padding: 15px 28px;
    background-color: rgba(255, 255, 255, 0.384); 
    color: white;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s ease;
    cursor: pointer;
    margin-top: 20px; 
    text-decoration: none;
}
.Icon{
    width: 30px;
    height: 30px;
    animation: bounce 2s infinite;
    fill: white;
    display: block;
    margin: 0 auto;     
}
.IconImage:hover {
    background-color: rgba(59, 59, 59, 0.418); 
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.863);
    }
    @keyframes bounce {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(10px); }
    }
    
body, html {
    margin: 0;
    padding: 0;
    font-family: "Ballet";
    text-align: center;
}
.content{
    text-align: center;
}

.logo a{
    font-family: "Ballet";
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 25px;
    transition: 0.3s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
    border-width: 5px;
    text-decoration: none;
    display: flex;
    left: 100%;
    padding-top: 20px;

}
.logo:hover{
    color: rgba(255, 255, 255, 0.863);
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.863),
                 0 0 50px rgb(204, 194, 191);
    animation: zoomi2 0.3s ease-in-out;
    transform: scale(1.4, 1.4);
    
}


.navbar {
    position: absolute;
    left: 20px;
   

}

.navbar a {
    font-family:"Poppins";
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin: 0 10px;
    transition: 0.3s ease;
    left: 100%;
    padding: 8px 15px;
}
.navbar a:hover,
.navbar a.active{
    color: rgba(255, 255, 255, 0.863);
    border-bottom: 3px solid rgba(76, 125, 145, 0.863)ered;

}
.contact{
    padding: 10px 28px;
    background-color: rgba(255, 255, 255, 0.356);
    color: white;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.3s ease;
}
.contact:hover{
    background-color: rgba(255, 255, 255, 0.76);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.863);
    color: rgba(76, 125, 145, 0.863);

}
.home{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    gap: 7em;
    padding: 40px 20% 0;
    
}
.home-content{
    max-width: 800px;

}
.home-content h3{
    font-size: 42px;

}
.home-content h1{
    font-family: "Ballet";
    text-align: center;
    font-size: 90px;
    line-height: 1.2;
}
.home-content p{
    font-size: 18px;
    margin: 25px 0 30px;
}
@media (max-width: 768px) 
    .header {
        flex-direction: column;
        padding: 10px;
}
.title-wrapper {
    display: flex;
     justify-content: center;
     align-items: center;

     position: relative;
}
      
      .title {
        font-size: 8vw;
        font-family: "Ballet";
        white-space: nowrap;
        margin: 10;
        color: white;
        z-index: 100;
      }
.subtitle {
    font-size: 30px;
}

.btn-box{
    width: 345px;
    display: flex;
    gap: 2em;
}
.btn-1{
    padding: 15px 28px;
    background-color: black;
    color: white;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.3s ease;
    cursor: pointer;
}
.btn-1:hover{
    background-color: white;
    color: black;
    border: 2px solid black;
}
.btn-2{
    padding: 15px 28px;
    background-color: rgba(76, 125, 145, 0.863);
    color: white;
    border-radius: 8px;
    font-weight:600;
    transition: 0.3s ease;
    cursor: pointer;

}

.img-box img{
    border-radius: 50%;
    width: 550px;
}
::-webkit-scrollbar-thumb{
    background-color: rgb(255, 255, 255);
}
::-webkit-scrollbar-track{
    background-color: rgba(255, 255, 255, 0.712);
    width: 50px;
}
.about{

    list-style: none;
    align-items: center;
    display: inline-block;
    justify-content: space-between;
    padding: 12% 8%;
    gap: 30em;
    border-radius: 50px;
    transition: transform 0.2s ease-in-out;
}
.about-content{
    display: flex;
    justify-content: space-between;
    gap: 2em;
    flex-wrap: wrap;
}

.about h1{
    font-family: "Unna";
    font-size: 90px;
    text-align: center;
    color: rgb(34, 34, 34);
    padding: 5px 5% ;
    margin: -1em 0 3em;
}
span{
    font-family: "Unna";
    font-size: 150px;
    text-align: center;
}

.contact-form h2{
    text-align: center;
    margin-top: 3em;
    margin-bottom: 1em;
    font-size: 36px;
}
.contact-form{
    max-width: 50em;
    margin: 1rem auto;
    text-align: center;
    margin-bottom: 3em;
}
.contact-form form .input-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#video123 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#portfolio_FrostyBitesBild, #portfolio_NuVola, #portfolio_ShangriLaBild{
    display: inline-block;
    gap: 50em;
    justify-content: space-between;
}
#portfolio_FrostyBitesBild{
    content: url(MINTCREAM!.webp);
    width: 525px;
    height: 400px; 
    gap: 40em;
    border-radius: 30px;
}
#portfolio_NuVolaBild{
    content: url(serving-cup-coffee\ -\ Kopie.webp);
    width: 525px;
    height: 400px;
    gap: 30em;
    border-radius: 30px;
}
#portfolio_ShangriLaBild{
    content: url(stuhl1.webp);
    width: 525px;
    height: 400px;
    gap: 50px;
    border-radius: 30px;
}
#portfolio_FrostyBitesBild:hover {
    animation: zoomi 0.2s ease-in-out;
    transform: scale(1.1);
}

#portfolio_NuVolaBild:hover {
    animation: zoomi 0.2s ease-in-out;
    transform: scale(1.1);
}

#portfolio_ShangriLaBild:hover {
    animation: zoomi 0.2s ease-in-out;
    transform: scale(1.1);
}

#über mich{
    content: url(atbeach.webp);
    width: 200;
    height: 350;
}

@media (min-aspect-ratio: 16/9){
    .video123{
        width: 100%;
        height: auto;
    }
    }
    @media (max-aspect-ratio: 16/9){
        .video123{
            width: auto;
            height: 100%;
        }
        }
 @keyframes zoomi{
    from{
        transform: scale(1,1);


    }
    to {
        transform: scale(1.1, 1.1);

    }
 }
 @keyframes zoomi2{
    from{
        transform: scale(1,1);


    }
    to {
        transform: scale(1.4, 1.4);

    }
    
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}

.footer {
    margin-top: 10px;
    padding: 2% 2%;
}
.footer a {
    font-family: "Poppins";
    font-size: 20px;
    background-color:  rgba(95, 145, 165, 0.678);
    font-weight: 500;
    margin: 0 20px;
    transition: 0.3s ease;
    margin-top: 40px;   
    background: linear-gradient(135deg, #6aabd2, #3b6978);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);

}
.footer a:hover {
    color: white;
    background: linear-gradient(135deg, #5a98b9, #335a66);

}

.back-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    background: linear-gradient(135deg, #6aabd2, #3b6978);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

button:hover, .back-button:hover {
    background: linear-gradient(135deg, #5a98b9, #335a66);
}
h1, .logo, .logo a {
    font-family: "Ballet", cursive;
  }