@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Poppins:wght@400;700&display=swap');

* {
    outline: none;
    font-family: 'Poppins';
    color: #FFFFFF;
    text-align: center;
}

#bg {
    background-color: #000;
}

#wrapper {
    width: 100%;
    height: 100%;
    background: url('../img/backgound.png') top center no-repeat;
}

.logo {
    margin-top: 96px;
}

.logo img {
    width: 298px;
    height: 71px;
}

.slogan h1 {
    font-size: 56px;
    line-height: 150%;
    margin-top: 180px;
}

.slogan h1 span {
    font-weight: bold;
    background: linear-gradient(225deg, #00C2FF 0%, #9300B8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slogan p {
    margin-top: 24px;
    font-size: 32px;
    font-weight: 500;
    line-height: 125%;
}

.team {
    margin-top: 32px;
}

.team-info {
    margin-top: 8px;
}

.team-info p {
    font-size: 16px;
    font-weight: bold;
    line-height: 125%;
}

.team-info p span {
    display: block;
    font-weight: normal;
}

.btn-contact {
    margin: 56px 0 25px 0;
    width: 200px;
    height: 50px;
    background: linear-gradient(225deg, #00C2FF 0%, #9300B8 100%);
    border-radius: 100px;
    border: none;
}

@media only screen and  (max-width: 1600px) {
    .logo {
        margin-top: 70px;
    }
}

@media only screen and  (max-width: 1400px) {
    .logo {
        margin-top: 60px
    }
    .slogan {
        margin-top: 160px;
    }
}

@media only screen and  (max-width: 1300px) {
    .logo {
        margin-top: 50px
    }
    .slogan {
        margin-top: 140px;
    }
    .slogan h1 {
        font-size: 50px
    }
}

@media only screen and  (max-width: 1200px) {
    .slogan {
        margin-top: 130px;
    }
}

@media only screen and  (max-width: 992px) {
    .slogan {
        margin-top: 100px;
    }
    .slogan h1 {
        font-size: 45px
    }
}

@media only screen and  (max-width: 768px) {
    .slogan h1 {
        font-size: 40px
    }
}