body {
    /* background-color: var(--dark); */
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
    background-size: 300% 300%;
    -webkit-animation: MovingGradient 40s ease infinite;
    -moz-animation: MovingGradient 40s ease infinite;
    animation: MovingGradient 40s ease infinite;
}

@-webkit-keyframes MovingGradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes MovingGradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes MovingGradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.navbar {
    background: white;
}

.phone-holder {
    height: 90vh;
}

.phone {
    margin-bottom: 50px;
    margin-top: 0px;
    height: 90vh;
}

.main-section {
    background: url(wave.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 10%;
    padding-right: 10%;
    min-height: 100vh;
}

.contact-section {
    background: url(wave.svg);
    background-size: 100% 1000%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
    min-height: 10vh;
    color: white;
}

.contact-text {
    color: white;
    font-weight: 300;
}

.section-2 {
    min-height: 80vh;
    background-color: transparent;
    padding-top: 50px;
}


:root {
    --primary-color: rgba(160, 217, 139, 1);
    --secondary-color: #57b7dd;
    --dark: rgba(28, 28, 28, 1);
}

.navbar {
    padding-left: 10%;
}

.green-delta {
    color: var(--primary-color);
}

.bottom-wave {
    transform: rotate(180deg);
    display: block;
    position: relative;
    top: 2px;
    height: 230px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1309 230" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 0 C 5 0 -15 115 -10 115 L -10 115 L -10 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M -11 115 C 194 115 194 49 399 49 L 399 49 L 399 0 L -11 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 398 49 C 687 49 687 82 976 82 L 976 82 L 976 0 L 398 0 Z" stroke-width="0"></path><path fill="rgba(255, 255, 255, 1)" d="M 975 82 C 1142 82 1142 47 1309 47 L 1309 47 L 1309 0 L 975 0 Z" stroke-width="0"></path></svg>');
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-bottom-wave {
    transform: rotate(180deg);
    display: block;
    position: relative;
    top: 2px;
    height: 125px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1309 230" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 0 C 5 0 -15 115 -10 115 L -10 115 L -10 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M -11 115 C 194 115 194 49 399 49 L 399 49 L 399 0 L -11 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 398 49 C 687 49 687 82 976 82 L 976 82 L 976 0 L 398 0 Z" stroke-width="0"></path><path fill="rgba(255, 255, 255, 1)" d="M 975 82 C 1142 82 1142 47 1309 47 L 1309 47 L 1309 0 L 975 0 Z" stroke-width="0"></path></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:1308px) {
    .bottom-wave {
        background-size: contain;
    }
}

.section-4 {
    min-height: 80vh;
    background-color: white;
    padding-top: 10%;
}

.section-5 {
    min-height: 80vh;
    background-color: white;
    /* padding-top: 5%; */
    padding-left: 10%;
    padding-right: 10%;
}

.white-box {
    background-color: white;
    border-radius: 10px;
    padding: 1em;
    text-align: center;
    margin-top: 50px;
}

.three-icons {
    font-size: 36px;
    color: var(--primary-color);
}

h2 {
    font-weight: 200;
}

p {
    font-weight: 100;
    color: black;
    font-size: 23px;
}

h1 {
    font-weight: 400;
}

.logo {
    font-weight: 200;
    font-size: 1.5rem;
    padding-top: 0rem;
}

.nav-link {
    font-size: 1rem;
    font-weight: 200;
}

.navbar-collapse {
    padding-left: 30px;
}

.container-fluid {
    display: flex;
    align-items: center;
    padding-top: .3125rem;

}

h3 {
    font-weight: 300;
}

.download-header {
    text-align: center;

}

h4 {
    font-weight: 200;
    text-align: center;
}

.mail-link,
.mail-link:active,
.mail-link:hover {
    color: #a0d98b;
    text-decoration: none;
    font-weight: 300;
}

.contact-mail-link,
.contact-mail-link:active,
.contact-mail-link:hover {
    color: white;
    font-weight: 300;
}

.main-text {
    margin-top: 0px;
}

@media (max-width: 768px) {

    html,
    body {
        width: auto !important;
        overflow-x: hidden !important;
    }

    .main-text {
        margin-top: 50px;
    }

    .phone {
        margin-top: 50px;
    }
}

.bottom-text {
    margin-right: 20px;
    margin-left: 20px;
}

.box-row {
    padding-left: 50px;
    padding-right: 50px;
}



.store_badges {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .app_store_badge {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        max-width: 100%;
        margin: auto;
    }

    .play_store_badge {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        max-width: 100%;
    }
}

.app_store_badge {
    width: 300px;
}

.a1 {
    overflow: hidden;
    border-radius: 13px;
    width: 265px;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.img1 {
    border-radius: 13px;
    max-width: 100%;
    width: 88%;
}

.play_store_badge {
    padding-top: 5px;
}

.a2 {
    display: inline-block;
    overflow: hidden;
    border-radius: 13px;
    width: 290px;
}

.img2 {
    border-radius: 13px;
    max-width: 100%;
    height: auto;
}