
.header
{
    max-width: 100%;;
}

.header-content
{
    margin-top: 25px;
    max-width: 210px;
    
}

.steps
{
    transform: translateY(-3%);
    position:relative;
}
.mySwiper
{
    position:absolute;
    width: 100%;
    top: 8%;
}
.mySwiper2
{
    position:absolute;
    width: 100%;
    top: 16%;
}
.testimonial-img
{
    max-width: 68%;
    height:auto;
}
.testimonial
{
    transform: translateY(-20%);
    position:relative;
}
.content2
{
    width:100%;
    position: absolute;
    top: 93%;
}

.img
{
    width:100%;
}


.joinbuttonRed
{
    width: 50%;
    position: absolute;
    bottom: 51.5%;
    left: 25%;
}
.banner
{
    position: relative;
}
.joinbutton
{
    width: 50%;
    position: absolute;
    bottom: 3%;
    left: 26%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.swiper-button-prev {
    color: white; 
}

.swiper-button-next {
    color: white; 
}

.swiper-pagination-bullet-active {
    background-color: white !important;
}

.mySwiper .swiper-pagination-bullets
{
    bottom: var(--swiper-pagination-bottom,4px);
}

.mySwiper2 .swiper-pagination-bullets
{
    bottom: var(--swiper-pagination-bottom,-5px);
}

.desktop
{
    display: none;
    position: relative;
}

.desktop-content
{
    position: absolute;
    top: 95%;
}

@media (min-width: 700px) 
{
    .joinbuttonRed
    {
        width: 20%;
        position: absolute;
        bottom: 37.5%;
        left: 40%;
        top: 27.7%;
    }
    .joinbutton2
    {
        width:100%;
        position: absolute;
        padding: 0 30%;
        bottom:2%;
    }
    .desktop
    {
        display: block;
    }

    .banner
    {
        display: none;
    }
    .steps
    {
        display: none;
    }

    .testimonial-img
    {
        max-width: 25%;
    }
    .mySwiper2
    {
        top: 22%;
    }

}
