@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.steez-logo {
    width: 100%;
    max-width: 30px;
    scale: 0.125;
    margin-top: -10px;
}

.top-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    margin-left: 40px;
    margin-top: -175px;
    gap: 75px;
}

#about, #contact, #joinTop {
    font-size: 17.5px;
    font-weight: 550;
    width: 100%;
    max-width: 100px;
    font-family: var(--font-jost);
    color:  #313131;
    border: none;
    background: none;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    text-decoration: none;
    cursor: pointer;
}
#about {
    margin-left: 20px;
}
@media (max-width: 1000px) {
    .top-buttons {
        margin-left: 20px;
        gap: 40px;
    
    }
    #about{
        margin-left: 20px;
    }
}
#about:hover, #contact:hover, #joinTop:hover {
    color: #1a1a1a;
}

.st-fashion-networking {
    color: #303030;
    text-align: center;
    margin-top: 300px;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.motto {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    gap: 30px;
}
.join-motto-rec {
    width: 100%;
    max-width: 170px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadein ease 2s;
}
.join-motto {
    position: relative;
    color: #ff27279f;
    text-align: center;
    font-family: Noto Sans;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    animation: fadein ease 2s;
}
.create-motto-rec {
    width: 100%;
    max-width: 150px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadein ease 4s;
}
.create-motto {
    position: relative;
    color: #ff2727c7;
    text-align: center;
    font-family: Noto Sans;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    animation: fadein ease 4s;
}
.connect-motto-rec {
    width: 100%;
    max-width: 170px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadein ease 6s;
}
.connect-motto {
    position: relative;
    color: #ff2727f3;
    text-align: center;
    font-family: Noto Sans;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    animation: fadein ease 6s;
}
@media (max-width: 1000px) {
    .motto{
        gap: 12px;
    }
    .join-motto {
        font-size: 25px;
    }
    .create-motto {
        font-size: 25px;
    }
    .connect-motto {
        font-size: 25px;
    }
    .join-motto-rec {
        max-width: 125px;
    }
    .create-motto-rec {
        max-width: 100px;
    }
    .connect-motto-rec {
        max-width: 125px;
    }
}
.teamText {
    color: #2E2E2E;
    text-align: center;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 125px;
}

.got-it {
    color: #439668;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 25px;
    display: none;
}
.desktop-1 {
    width: 100%;
    position: relative;
    background: linear-gradient(90deg, #b9c0f1 27%, #fcd6d9 42%, #fadec6 56%, #f8d8e4 73%);
    background-size: 200% 200%;
    animation: gradientAnimation 5s ease infinite;
    height: 1850px;
    overflow: hidden;
    text-align: center;
    font-size: var(--font-size-xl);
    color: var(--color-black);
    font-family: var(--font-montserrat);
}
