html,
body {
    height: 100%;
    /*background-color: #f8f9fa !important;*/
    font-family: 'Montserrat', sans-serif !important;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 1.8rem;
}

p {
    font-size: 1.25rem;
}

.p-small {
    font-size: 1.1rem;
}

.p-xsmall {
    font-size: 0.8rem;
}

.wellfi-bg-dark {
    background-color: #0c0636;
}

.wellfi-bg-orange {
    background-color: #f05a23;
}

.wellfi-orange {
    color: #f05a23 !important;
}

.wellfi-purple {
    color: #820082;
}

.navbar-nav .nav-link {
    font-size: 1rem;
}

.btn-wellfi {
    color: #fff !important;
    background-color: #820082 !important;
    border-color: #820082 !important;
}

footer .col-md-4 {
    text-align: left;
}

.footer-bg {
    background-color: #F05A23;
    color: #ffffff;
}

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

    .footer-section ul li {
        margin-bottom: 0.5rem;
    }

        .footer-section ul li a {
            color: #ffffff;
            text-decoration: none;
        }

#home {
    min-height: 80vh;
    height: 100% !important;
}

#home-phone {
    height: 100%;
    width: 100%;
    background-image: url('../images/home-phone.png') !important;
    background-repeat: no-repeat !important;
    background-position: 100% calc(100% + 100px);
    background-size: auto 135%;
}

#rewards {
    min-height: 80vh;
}

#rewards-home {
    height: 100%;
    width: 100%;
    background-image: url('../images/rewards-home.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: auto 135%;
}

#smartphones {
    min-height: 80vh;
    height: 100% !important;
}

#smartphones-home {
    height: 100%;
    width: 100%;
    background-image: url('../images/smartphones-home.png') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% + 50px) calc(100% + 115px);
    background-size: auto 135%;
}

#section-data-bundles {
    background: url('../images/bg-data-bundles.jpg') center no-repeat !important;
    background-size: cover !important;
}

#data-bundles {
    min-height: 80vh;
    height: 100%;
    width: 100%;
}

#our-app {
    min-height: 70vh;
    height: 100%;
    width: 100%;
}

.our-app-image-div {
    min-width: 370px;
    height: 75vh;
}

.our-app-image {
    height: 100% !important;
    width: 100%;
    background: url('../images/our-app.png') no-repeat center !important;
    background-position: calc(50% + 100px - 22vh) !important;
    background-size: cover !important;
}

.bundles-container {
    background: linear-gradient(to bottom, #820182, #3d1154);
    border-radius: 15px;
    height: 20vh;
    overflow-y: visible;
    margin-top: 4vh;
    display: flex;
    margin-bottom: 8vh;
}

.bundle-div {
    border-radius: 15px;
    transition: height 0.35s ease-in-out, transform 0.35s ease-in-out;
    height: 20vh;
    transform-origin: bottom;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .bundle-div:hover {
        height: 27vh;
        background: linear-gradient(to right, #F05A23, #FE8C00);
        transform: translateY(-7vh);
    }

.bundle-div-rounded-top {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.bundle-div-rounded-bottom {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.bundle-div p {
    font-size: 14px;
    margin-bottom: 0px;
}

.underline-custom {
    text-decoration: none;
    position: relative;
}

    .underline-custom span {
        display: inline-block;
        position: relative;
    }

        .underline-custom span::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 3px;
            height: 3px;
            background-color: #820082;
            width: 85%;
            border-radius: 3px;
        }

.container-special {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#features-benefits-img {
    height: 55vh !important;
    object-fit: cover;
    margin-top: -50%;
}


.wellfi-bg-dark img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#features-benefits {
    display: flex;
    min-height: 55vh;
    height: auto;
    overflow-y: visible;
}

    #features-benefits .wellfi-bg-dark {
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    #features-benefits p {
        font-weight: bold;
    }

    #features-benefits ul {
        color: #820082;
        padding: 0;
    }

        #features-benefits ul li span {
            color: #f05a23;
        }


#digital-wallet {
    padding: 20px;
}

.content-box {
    text-align: center;
    margin: 20px 0;
}

.center-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 75px;
}

.content-heading {
    margin: 10px 0;
    font-size: 2em;
    color: #f05a23;
    font-weight: bold;
}

.content-paragraph {
    font-size: 1em;
    color: #f05a23;
}

#our-app {
    background-color: #0C0636;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.7s ease;
}


    #our-app:hover .image-container img {
        margin-left: -60%;
    }

    #our-app:hover .text-container {
        width: 100%;
    }

.image-container {
    width: 50%;
    overflow: hidden;
}

    .image-container img {
        max-width: none;
        height: auto;
        transition: all 0.7s ease;
    }

.text-container {
    width: 50%;
    transition: width 0.7s ease;
}

    .text-container h2 {
        color: #F05A23;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .text-container h1 {
        color: #F05A23;
        margin-bottom: 10px;
    }

    .text-container p {
        color: #F05A23;
    }


.lists-container {
    display: flex;
    justify-content: space-between;
}

    .lists-container ul {
        padding: 0;
        margin: 0;
    }

        .lists-container ul li::marker {
            color: #820082;
        }


        .lists-container ul li {
            font-size: 1rem;
            color: #F05A23;
            margin-bottom: 5px;
        }

.left-list {
    width: 50%;
}

.right-list {
    width: 50%;
}

.our-app-hover {
    display: none;
}

#vouchers {
    min-height: 60vh;
}

.voucher-container {
    border-radius: 10px;
    border: 1px solid #cecece;
    background-color: #fafafa;
    -webkit-box-shadow: 5px 7px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 7px 5px 0px rgba(0, 0, 0, 0.2);
}

.voucher-img-wrapper {
    width: 100%;
    max-width: 20%;
    text-align: center;
}

.voucher-img {
    max-width: 90%;
    height: auto;
    max-height: 100px;
}

.btn-vouchers {
    width: 95%;
    height: 100%;
    border-radius: 25px;
    text-align: center;
    padding: 10px;
    display: inline-block;
}

    .btn-vouchers:not(.active) {
        background-color: #f05a23;
        color: white !important;
        border: none;
    }

        .btn-vouchers:not(.active):hover,
        .btn-vouchers:not(.active):focus {
            background-color: #e04e1a;
            outline: none;
            box-shadow: 0 0 0 2px rgba(255, 105, 0, 0.5);
        }

    .btn-vouchers.active {
        background-color: transparent;
        color: #820082 !important;
        border: 2px solid #f05a23;
        position: relative;
    }

        .btn-vouchers.active:hover,
        .btn-vouchers.active:focus {
            border-color: #f05a23;
            outline: none;
        }

        .btn-vouchers.active::after {
            content: "";
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 15px solid #f05a23;
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            background-color: transparent;
        }

        .btn-vouchers.active::before {
            content: "";
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 15px solid #fff;
            position: absolute;
            bottom: -13px;
            left: 50%;
            transform: translateX(-50%);
            background-color: transparent;
            z-index: 1;
        }

.h1-big {
    font-size: 5rem;
    line-height: 5rem;
}

#free-data {
    min-height: 55vh;
    height: 100%;
    width: 100%;
    background: url('../images/free-data-bg.png') center bottom no-repeat !important;
    background-size: cover !important;
}

.btn-wellfi-orange {
    color: #fff !important;
    background-color: #f05a23;
    border-color: #f05a23;
}

    .btn-wellfi-orange:hover,
    .btn-wellfi-orange:focus,
    .btn-wellfi-orange:active {
        background-color: #fff;
        color: #820082 !important;
        outline: #820082;
        box-shadow: 0 0 0 2px rgba(255, 105, 0, 0.5);
    }

    .purple-container {
        border-radius: 15px;
        border: 3px solid #820082;
        position: relative;
        height: 100%;
    }

.img-top-left {
    position: absolute;
    background: #fff;
    width: 50px;
    height: auto;
    top: -28px;
}

#rewards-benefits {
    min-height: 60vh;
}

#rewards-benefits-img {
    min-height: 50vh;
    height: 100%;
    width: 100%;
    background: url('../images/rewards-benefits.png') center center no-repeat !important;
    background-size: cover !important;
}

.nav-btn {
    color: #f05a23;
    text-decoration: none;
    border-bottom: 3px solid #fff;
}

    .nav-btn:hover {
        color: #f05a23;
        text-decoration: none;
        cursor: pointer;
        border-bottom: 3px solid #820082 !important;
    }

    .nav-btn.active {
        color: #820082;
        border-bottom: none;
    }

.smartphone-range-img {
    width: auto;
    height: 100%;
    max-height: 275px;
    max-width: 90%;
}
.smartphone-range-text-container {
    border-left: 4px solid #820082;
    width: auto;
    min-width: 60%;
}
/*MOBILE*/
@media (max-width: 768px) {
    #home-phone {
        height: 50vh !important;
        background-position: center right;
        background-size: 150% auto;
    }

    #rewards-home {
        height: 50vh !important;
        background-size: cover;
    }

    #smartphones-home {
        height: 50vh !important;
        background-position: calc(100% + 15px) calc(0% - 25px);
        background-size: 150% auto;
    }

    .bundles-container {
        height: 100%;
        flex-direction: column;
    }

    .bundle-div {
        border-radius: 0px;
        height: 12vh;
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }

        .bundle-div:hover {
            height: 12vh !important;
            transform: translateY(0px);
        }

        .bundle-div h3 {
            font-size: 1.1rem;
            margin-bottom: 0px;
        }

    .container-special {
        width: 100%;
    }

    .our-app-image-div {
        height: auto;
        width: 100% !important;
    }

    .our-app-image {
        height: 45vh !important;
        width: 100%;
        background: url('../images/our-app.png') no-repeat center center !important;
        background-size: cover !important;
    }

    #features-benefits-img {
        display: none;
    }

    #features-benefits {
        min-height: 50vh;
        padding: 0px;
        height: auto;
    }

        #features-benefits .wellfi-bg-dark {
            flex-direction: column;
            align-items: center;
            text-align: start;
        }

    .content-box {
        margin: 10px 0;
    }

    .container {
        flex-direction: column;
    }

    .image-container, .text-container {
        width: 100%
    }

    #our-app:hover .image-container img {
        margin-left: 0%;
    }

    #our-app:hover .text-container {
        width: 100%;
    }

    #our-app {
        flex-direction: column;
    }

    .image-container {
        width: 100%;
        order: 1;
    }

        .image-container img {
            width: 100%;
            height: auto;
        }

    .text-container {
        width: 100%;
        order: 2;
    }

    .lists-container {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .left-list {
        width: 100%;
    }

    .right-list {
        width: 100%;
    }

    .our-app-normal {
        display: none;
    }

    .our-app-image-div {
        display: none;
    }

    .our-app-hover {
        display: block;
    }

    .voucher-img-wrapper {
        max-width: 50%;
    }

    .voucher-img {
        max-height: 65px;
    }

    .h1-big {
        font-size: 3.5rem !important;
        line-height: 3.5rem !important;
    }

    .nav-btn.active {
        color: #820082;
        border-bottom: 3px solid #820082;
    }

    .smartphone-range-text-container {
        min-width: 280px !important;
    }
    .smartphone-range-img {
        max-height: 350px !important;
    }
}
