* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


body {
    width: 100%;
    /* height: 100%; */
    box-sizing: border-box;
    /* background-image: url("../images/mobile/bgg.png"); */
}


.logo {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 13;
    padding: 2rem;
}
.contact-mb {
    position: fixed;
    top: 3.5%;
    right: 2.5rem;
    z-index: 111111;
}

.contact-mb img {
    /* width: 60%; */
    margin: auto;
}
.contact-mb-2 img {
    width: 60%;
}
.logo img {
    width: 60%;
    margin-left:20%;
}

.swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullets {
    bottom: 1rem !important;
}

.swiper-pagination-bullet {
    background: #eee !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
} 

.web-app-container {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.web-app-container img {
    width: 40% !important;
}

