@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&family=Roboto:wght@100;400&display=swap');
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
@keyframes fadeInWords {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Wenbo Styles */
.landing{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/music-bg-3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 72px;
    border-top: 1px solid #333;
}

.logo{
    width: 150px;
}
.sb, .sb2{
    display: flex;
    flex-direction: column;
}

.sb::after{
    font-family: 'Hind', sans-serif;
    content: 'One more sign up?';

    cursor: pointer;
    margin-top: 24px;
    color: white;
    background: #80cbef;
}

main{
    display: flex;
    min-height: 567px;
    margin-top: 64px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

main > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

desc{
    background-color: #222229;
    background-image: url("https://tcroot.s3.amazonaws.com/01806f4d-e3c4-49a2-b5e6-4e449ccac0ec-1699854415663-wave.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    width: 386px;
    min-height: 100%;

    font-family: Futura, sans-serif;
    color: white;
}

desc > div{
    text-align: center;
}

desc > .title{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 5px;

    margin-top: 181px;
    margin-bottom: 100px;
}

.texts{
    width: 267px;
    font-size: 14px;
}

form{
    background: white;
    width: 504px;
    min-height: 100%;
    font-family: 'Hind', sans-serif;

    justify-content: center;
}

form > * {
    width: 356px;
}

form .title{
    font-size: 37.5px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    letter-spacing: -2px;
    text-align: center;
}

label{
    font-size: 16px;
    margin-top: 21px;
    margin-bottom: 10px;
}

form input {
    outline: none !important;
    border: none !important;
    background: #f3f3f3;
    height: 54px;
    padding: 0 12px;
    font-size: 24px;
}

form button{
    outline: none !important;
    border: none !important;
    margin-top: 30px;

    color: white;
    background: #80cbef;
    line-height: 54px;
    font-size: 21.5px;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
}

form button:disabled{
    cursor: not-allowed;
    background: gray;
}

form > .privacy{
    margin-top: 29px;
    color: rgba(51, 51, 65, 0.6);
    font-size: 13.5px;
    z-index: 999;
}

.privacy > a {color: rgba(51, 51, 65, 0.6);}


.bottom{
    position: fixed;
    left: 0;
    bottom: -10px;
    object-fit: contain;
    width: 100%;
    height: auto;
    z-index: 1;
}
o-page{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow:hidden;

    position: relative;
    z-index: 2;
}
/* Wenbo Styles End */
.bouncing-image {
    height: auto;
    animation: float 4s infinite; /* Adjust the duration of the float */
}
.animated-text {
    display: inline-block;
    opacity: 0;
    animation: fadeInWords 1.5s ease-out forwards;
}

.animated-text span {
    display: inline-block;
    margin-right: 5px; /* Adjust the spacing between words */
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: #000;
  padding-top: 56px;
}
section {
  padding: 60px 0;
}
h2 {
  color: #fff;
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
h3 {
  color: #fff;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.services-bg {
  background-image: url(../images/music-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 0 200px 0;
  background-position: center bottom;
  color: #fff;
}
.about-bg {
  background-image: url(../images/music-bg-3.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 0 400px 0;
  margin-bottom:50px;
  background-position: center bottom;
}
.col-center{
  text-align: center;
  padding: 50px;
  color: #fff;
}
.team-tite{
  padding:100px 0;
}
.iphone-mock{
  width: 100%;
  text-align: center;
}
.title-split{
  padding: 0 0 10px 0;
}
footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0 20px 0;
  border-top: 1px solid #333;
}
.footer a{
  color: #fff!important;
}
.top-intro{
  background-color: #000;
  background-image: url('../images/header-bg.png');
  background-size: cover;
  background-position: top right;
  min-height: 1080px;
  margin-top: -60px;
}
.intro-txt{
  margin:200px 0 0 0;
  font-size: 24px!important;
  color:#fff;
}
.nav-bar-black{
  /* background-color:#000; */
}
@media (max-width: 768px) {

    html {
        font-size: 0.9259vw;
    }
    h2 {
        color: #fff;
        font-size: 36px;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
    }
    p {
      font-size: 12px;
    }
    body{
        padding: 0;
        justify-content: center;
    }
    .services-sect{
      margin-bottom: 100px;
    }
    .about-bg {
        background-image: url(../images/music-bg-3.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 0 0 100px 0;
        margin-bottom: 50px;
        background-position: center bottom;
    }
    .bouncing-image {
        height: auto;
        animation: float 4s infinite;
        width: 100%;
    }
    .top-intro{
      background-color: #000;
      background-image: url(../images/header-bg.png);
      background-size: auto;
      background-repeat: no-repeat;
      background-position: top center;
      min-height: 1080px;
      margin-top: -60px;
    }
    .team-tite {
        padding: 0 0 10px 0;
    }
    .landing {
      width: 100%;
      min-height: 0px;
    }
    .title-split {
        padding: 15px 0;
    }
    footer {
        background-color: #000;
        color: #fff;
        padding: 30px 0 20px 0;
        border-top: 1px solid #333;
        text-align: center;
    }
    .services-bg {
        background-image: url(../images/music-bg.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 0 50px 50px 50px;
        background-position: center bottom;
        color: #fff;
        text-align: center;
    }
    .logo{
        width: 23.4rem;
    }
    .intro-txt {
        margin: 80px 0 0 0;
        font-size: 14px!important;
        color: #fff;
        text-align: center;
        padding: 20px;
    }
    .nav-bar-black {
        text-align: center;
        padding: 15px;
    }
    .navbar-dark .navbar-brand {
        color: #fff;
        margin: auto;
    }
    main{
        flex-direction: column;
        width: 71.7rem;
        min-height: auto;
        margin-top: 2.8rem;
    }

    main > * {
        width: 100%;
    }

    desc{
        height: auto;
    }

    desc > .title{
        margin-top: 13.2rem;
        margin-bottom: 20rem;
        font-size: 4.4rem;
    }

    .texts{
        width: 49.7rem;
        font-size: 2.4rem;
        margin-bottom: 4.5rem;
    }

    form{
        min-height: 73.3rem;
    }

    form > * {
        width: 54.6rem;
    }

    form .title{
        font-size: 5.7rem;
        letter-spacing: -0.3rem;
    }

    label{
        font-size: 2.45rem;
        margin-top: 3.2rem;
        margin-bottom: 1.5rem;
    }

    form input {
        height: 8.4rem;
        font-size: 2.4rem;
    }

    form button{
        margin-top: 4.5rem;
        line-height: 8.4rem;
        font-size: 3.25rem;
    }

    form > .privacy{
        margin-top: 4.3rem;
        font-size: 2.05rem;
    }


}
