* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000437 !important;
    position: relative;
}

.wrapper {
    margin: 50px auto;
    border-radius: 10px;
    padding-top: 50px;
    /* padding-bottom: 50px; */
    /* box-shadow: 0 0 40px 2px rgba(37,73,215); */
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container img {
    object-fit: contain;
    max-height: 600px;
}

.quote-container {
    text-align: center;
    justify-content: center;
    align-items: center
}

.quote-wrapper {
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #17184e;
    box-shadow: 0 0 40px 2px;
}


blockquote article {
    font-weight: bold;
}

.feature-box {
    padding: 10px;
}

.feature-box h1 {
    margin-top: 5%;
    color: white;
    font-weight: 700;
}

.feature-box aside {
    margin: 50px auto;
    color: white;
}

.feature-box a {
    text-decoration: none !important;
    background: #14A9D8;
    border-radius: 20px;
    padding: 10px 20px;
    margin-right: 30px;
    border: 2px solid #14A9D8;
    color: white;
    font-weight: 500;
}

.btn-one:hover {
    color: #fff !important;
}

.btn-two {
    background: none !important;
}

/* Only thing that needs some adjustments is the iamge */
.feature-img {
    width: 100%;
    padding: 40px;
    height: auto;
    /* object-fit: contain; */
}

.card-image img {
    width: 6.2rem;
    border-radius: 5rem;
    margin: 1.3rem auto 1rem auto;
    transform: translateY(-50px);
}

.card-title {
    font-size: 1.5rem;
    transform: translateY(-20px);
    /* margin-bottom: 0; */
    font-weight: bold;
    color: white;
}

.card-text {
    transform: translateY(-10px);
    text-align: center;
    padding: 1rem 2rem;
    font-size: 1rem;
    color: white;
    line-height: 1.4rem;
}

.testimonial-container {
    text-align: center;
    justify-content: center
}

.testimonial-container h1 {
    margin-top: 5%;
    color: white;
    font-weight: 700
}

.container .card-container {
    margin-top: 50px;
    margin-bottom: 50px
}

.primary-bg {
    background-color: #17184e !important
}

.footer-ending {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #17184e;
    margin-bottom: 1rem;
}

.footer-ending a {
    text-decoration: none !important;
    background: #14A9D8;
    border-radius: 20px;
    padding: 10px 20px;
    border: 2px solid #14A9D8;
    color: white;
    font-weight: 500;
}

.footer-ending p {
    margin-top: 1rem;
    font-size: 1rem;
    color: white;
}

.footer-ending h3 {
    margin-bottom: 1rem;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.blob-left {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 340px;
    aspect-ratio: 1/1;
    filter: blur(40px);
    z-index: -1;
    background: linear-gradient(47deg,
            rgb(0 164 173) 67%,
            rgba(118, 74, 166, 1) 81%);
}

.blob-right {
    position: absolute;
    top: 300px;
    right: 0;
    opacity: 0.5;
    width: 400px;
    aspect-ratio: 1/1;
    filter: blur(40px);
    z-index: -1;
    background: linear-gradient(50deg,
            rgb(62, 177, 183) 67%,
            rgb(62, 177, 183) 81%);

}

.navbar-toggler-icon {
    color: white;
    background-color: rgb(0 164 173);
    border-radius: 5px;
    padding: 1rem;

}



@media only screen and (max-width: 990px) {
    .feature-box a {
        padding: 5px 8px;
        margin-right: 10px;
    }

    .card {
        margin: 1.5rem 1.5rem 1.5rem 1.5rem;
    }
}