body {
    font-family: poppins, sans-serif;
    background: url(../img/bg.webp) no-repeat top center #fff;
    background-size: 100% auto;
    overflow-x: hidden
}

header {
    height: 5.78vw;
   margin-top: 20px;
}

.logo {
    height: 5.6vw;

    margin: 0 0 0 2.76vw
}

.header-btns {
    margin: 0 2.76vw 0 auto;
    order: 2
}

.btn:focus {
    outline: none;
    box-shadow: none
}

.btn-signup {
    width: 8.86vw;
    height: 2.65vw;
    border-radius: 24px;
    margin: 1.35vw 0 0 .31vw;
    color: #ffffff;
    background: linear-gradient(270deg, rgb(252, 85, 7) 0%, rgb(255, 16, 115) 100%);
    box-shadow: 0 0 12px rgba(0, 0, 0, .16);
    border: 0;
    font-size: 1.14vw;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

 


.btn-signup:hover {
    color: #fff
}

.btn-login {
    width: 7.86vw;
    height: 2.65vw;
    border-radius: 24px;
    margin: 1.35vw 0 0 .31vw;
    color: #feffd8;
    background-color: transparent;
    border-color: #feffd8;
    font-size: 1.14vw;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-login:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24.89vw;
    height: 5.98vw;
    border-radius:60px;
    color: #ffffff;
    background: linear-gradient(270deg, rgb(252, 85, 7) 0%, rgb(255, 16, 115) 100%);
    font-size: 2vw;
    font-weight: 700;
    text-transform: uppercase;
    border: 0
}

.btn-cta:hover {
    color: #fff;
    background: linear-gradient(270deg, rgba(255, 192, 0, 1) 0%, rgb(194, 0, 97) 100%);
    border: 0
}

.hero-text {
    margin: 9.94vw 6.14vw 0 2.76vw;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3.54vw;
    filter: drop-shadow(5px 8px 15px rgba(0, 0, 0, 0.502));
    overflow: hidden;
    white-space: nowrap;
    text-align:left
}

.hero-text .p1 {
    font-size: 3.927vw;
    text-align: center
}

.hero .btn-cta {
    margin: 1.09vw 0 0
}

.player-mobile {
    height: 42vw;
    width: 100%;
    background: url(../images/bg-desk.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 7vw;
    z-index: -1
}

.steps {
    margin: 32.41vw 0 0;
    text-align: center
}

.steps .step {
    width: 210px;
    height: 210px;
    margin: 0 auto
}

.steps .step1 {
    background-image: url(../img/1.webp);
    background-size: cover
}

.steps .step2 {
    background-image: url(../img/2.webp);
    background-size: cover
}

.steps .step3 {
    background-image: url(../img/3.webp);
    background-size: cover
}

.steps h2 {
    color: #f7b10e;
    background: #7815E7;
background: linear-gradient(to right, #7815E7 0%, #3F00DD 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    font-size: 1.66vw;
    font-weight: 800;
    margin-top: .729vw
}

.steps p {
    color: #393939;
    font-size: 1.25vw;
    font-weight: 500;
    margin-top: 1.66vw
}

.section-mid {
    margin: 0;
    min-height: 80.09vw;
    z-index: 100;
    position: relative;
    text-align: center;
    overflow-x: hidden;
    background: url(../img/bottom-section.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center
}

.section-mid h3 {
    font-size: 5.15vw;
    font-weight: 700;
    color: #fff;
    margin-top: 56vw
}

.bg-mid {
    overflow: hidden;
    width: 100%
}

.btn-cta-mid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24.89vw;
    height: 5.989vw;
    border-radius:60px;
    margin: 26px 0 0 6px;
    color: #fff;
    background: linear-gradient(270deg, rgb(255, 0, 55) 0%, rgb(194, 0, 97) 100%);
    border: 0;
    font-size: 3.02vw;
    font-weight: 700;
    z-index: 5
}

.btn-cta-mid:hover {
    color: #fff;
    background: linear-gradient(270deg, rgb(194, 0, 97) 0%, rgb(255, 0, 55) 100%);
 
}

footer {
    padding: 3vw 0 1.145vw;
    background: linear-gradient(270deg, #ffffff 0%, #ffffff 100%);
    text-align: center;
    font-weight: 300;
    color: #fff
}