html {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    height: 100%;
}

.navbar {
    border-bottom: 1px solid rgb(221, 221, 221);
}
.banner {
    background-color: white;
    display: flex;
    min-height: 360px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin: 10px 0;
}

a {
    color: black;
}
i {
    padding: 0px 8px;
}

.content-row {
    padding: 6rem 0px;
}


.px-1 {
    padding: 0 8px;
}

.p-25 {
    padding: 0.25rem !important;
}

.banner-image {
    width: 100%;
}

.col-md-4 {
    margin-bottom: 16px;
}

.modal-img {
    width: 90%;
    margin: 0 auto;
}

.download-btn {
    visibility: hidden;
    bottom: 0;
    left: 0;
    border-radius: 0 !important;
}

.card:hover > .download-btn {
    visibility: visible;
}

.message {
    border-radius: 8px;
    width: 320px;
    height: 160px;
    position: fixed;
    left: 16px;
    bottom: 16px;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    visibility: hidden;
}

.navbar {
    background: transparent !important;
}

.message > div {
    padding: 8px;
}
.show-msg{
    display: block !important;
}

.download-btn {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

.hero-section {
    height: 100vh;
    margin: auto auto;
    width: 100%;
}

.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}

.py-4 {
    padding: 10rem 0;
}

.w-50 {
    width: 50%;
}

.w-50 {
    width: 50%;
}

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

a {
    text-decoration: none !important;
}

.marker {
    font-family: 'Permanent Marker', cursive;
}

.brand-btn {
    background: #2563EB;
}

.unicorn-btn {
    background: #6116f5
}

.action-btn {
    color: white;
}

.action-btn:hover {
    color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

}

.btn-rounded {
    border-radius: 100px;
}

.rev-row {
    flex-direction: row-reverse;
}
.illustration {
    width: 100% !important;
}

.img-banner {
    width: 100%;
}

.hero-img {
    width: 100%;
}
/*
.hero-header {
    font-size: 2rem;
} */

.section-header {
    font-size: 2.5rem;
}

.section-sub-header {
    font-size: 1.5rem;
}

.card {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .img-banner .hero-img {
       padding: 16px 0;
    }
    .hero-section > div {
        margin-top: 24px
    }

    .unicorn-card {
        bottom: 8px;
        left: 16px;
        right: 16px;
        width: 100%;
    }


    .hover-card {
        width: 100% !important;
        background-color: red;
        left: 0 !important;
        right: 10px;
    }
}

.font-white {
    color:white;
}

.hover-card {
    position: fixed;
    bottom: 8px;
    left: 16px;
    z-index: 100;
    width: 40%;
    background: white;
    border-radius: 16px;
    border: 1px solid rgb(216, 216, 216);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.hover-card-content {
    display: flex;
    flex-direction: row;
}

.hover-card-content > img {
    object-fit: cover;
    width: 50%;
    padding: 4px;
    border-radius: 16px
}

.hover-card-content > div {
    padding: 16px 20px;
}

.hover-card:hover {
    text-decoration: none;
    color: black
}