/*overall styles*/

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');
* {
    scrollbar-width:none 
}
::-webkit-scrollbar {
    display:none 
}
body {
    height:100dvh;
    overflow-y:scroll;
    overflow-x:hidden;
    
}
h1,h2,h3,h4,p {
    color:#b4953c;
    font-family:'Roboto Mono',monospace;
}
h1 {
    font-weight:bolder;
    line-height: 5%;
    font-size: 96px;
}
h2{
    font-weight:normal;
    font-size:64px;
    margin: 0;
}
h3{
    font-weight:bolder;
    font-size:48px;
}
h4{
    font-weight:bolder;
    font-size:48px;
}
p {
    font-size:25px 
}
::selection {
    color:#fff 
}
#vanta-container,
#hero-container,
#section-description,
#section-links {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}

#vanta-container {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    min-height:120dvh;
    z-index:-1000;
}
dotlottie-player {
    position:fixed;
    height:500px;
    width:500px;
    right: -125px;
    top:50%;
    transform:translateY(-50%);
    mix-blend-mode:color-dodge;
    color: #977428;
}
#hero-container {
    transition:opacity .3s ease;
    scroll-snap-align:start;
    display:flex;
    flex-direction:row;
    align-items:center;
    text-align: left;
    justify-content:flex-start;
    height:100vh;
    width: 100%;
    position:relative;
    mix-blend-mode:color-dodge;
}
#hero-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    margin-left: 50px;
    margin-top: 10%;
}
#hero-container-p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
}
    
#section-description {
    scroll-snap-align:start;
    display:flex;
    flex-direction:column;
    height:100dvh;
    margin-left: 10%;
    margin-top: 80px;
    width:80%;
    align-items:center;
    justify-content:center;
}
#section-description-header{
    align-self: self-start;
    font-size: 55px;
    margin-top: 10%;
}
.section-description-child{
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    letter-spacing: -1px;
    gap: 50px;
}

/*
#scroll-container {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
}
  
.snap-child {
    scroll-snap-align: start;
    height: 100vh;
}*/

.combined-stats-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    position: relative;
    width: 100%;
    padding: 40px 0;
    padding-top: 5%;
}

.stat-box {
    flex: 1;
    height: auto;
    margin: 0;
}

.vertical-divider {
    width: 2px;
    background-color: #a18d62;
    opacity: 0.4;
    margin: 0 10px;
    border-radius: 4px;
}

.horizontal-divider {
    height: 2px;
    width: 80%;
    background-color: #a18d62;
    opacity: 0.3;
    margin: 40px auto 0;
    border-radius: 4px;
}

.container-title{
    font-size: 40px;
    color: #a18d62;
}

#right-hero-box {
    font-family: 'Roboto Mono', monospace;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 35%;
    padding: 20px;
/* background-color: #503700; */
/* backdrop-filter: blur(8px); */
    border-radius: 6px;
    margin: 20px auto;
    z-index: 100;
    height: 500px;
/*box-shadow: 0 4px 30px rgba(161, 141, 98, 0.2);*/
    line-height: 1.5;
}

#section-links{
    scroll-snap-align:start;
    display:flex;
    flex-direction:column;
    height:100vh;
    margin-left: 20%;
    width:60%;
    align-items:center;
    justify-content:center;
    text-align: center;
    gap: 5%;
}

#cv-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid #a18d62;
  border-radius: 999px;
  background-color: transparent;
  color: orange;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-top: 3vw;
  text-align: center;
}

#cv-button:hover {
  background-color: #a18d62;
  color: rgb(0, 0, 0); /* Alternativ: transparent, wenn du willst */
}

#tel{
    text-align: center;
}
@media (max-width: 1495px) {
    #hero-container{
        margin-top: 90px;
        transition:opacity .3s ease;
        scroll-snap-align:start;
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align: left;
        justify-content:flex-start;
        height:100vh;
        width: 100%;
        position:relative;
        mix-blend-mode:color-dodge;
    }
    #cv-button{
        margin-bottom: 50px;
        -webkit-tap-highlight-color: transparent;
    }
    
    dotlottie-player {
        display: none;
    }
    #hero-text {
        margin-right: 50%;
        margin-left: 50%;
        letter-spacing: -2px;
        margin-top: 20%;
        text-align: center;
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 32px;
    }
    h3, h4 {
        font-size: 24px;
    }
    p {
        font-size: 16px;
    }

    #section-description {
        margin-left: 5%;
        width: 90%;
        margin-top: 40%;
        position: relative;
    }
    .section-description-child {
        width: 90%;
    }
    .combined-stats-container {
        flex-direction: column;
        align-items: center;
    }
    #right-hero-box {
        width: 90%;
        margin-top: 20%;
        height: auto;
    }
    #section-links {
        margin-left: 5%;
        width: 90%;
        height: auto;
    }
    #cv-button {
        font-size: 0.9rem;
        padding: 0.5rem 1.2rem;
    }
}