body {
    background-color: white;
    margin: 0;
}

.nav {
    background-color: #ecf3f3;
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    -webkit-transform: translate3d;
    -moz-transform: translate3d;
    -o-transform: translate3d;
    -ms-transform: translate3d;
    transform: translate3d;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#nc-wrap {
    margin: 3rem;
}

#closebtn {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
    color: #232323;
}

#menu-toggle {
    float: right;
    position: fixed;
    top: 20px;
    right: 30px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0;
    z-index: 100;
}

#toggle {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 3px;
    color: #1b212c;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #232323;
}

#toggle::before {
    content: '';
    width: 32px;
    height: 3px;
    background: #232323;
    position: absolute;
    left: 0;
    top: -8px;
}

#toggle::after {
    content: '';
    width: 32px;
    height: 3px;
    background: #232323;
    position: absolute;
    left: 0;
    bottom: -8px;
}

#logo {
    margin-top: 4rem;
    width: 90%;
}

ul {
    padding: 0;
    margin-top: 4rem;
}

li {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
}

.nav-link {
    font-family: 'Arimo', sans-serif;
    color: #1b212c;
    font-size: .84rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none;
    padding: .25rem 0;
}

.nav-link:hover, .active {
    color: #fd9242;
}

/* Home */

#home {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 7rem 0;
    z-index: 0;
    background-color: #fff;
}

#home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../svgs/background4.svg');
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

#one, #two, #three {
    display: none;
}

.h-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: 3rem;
}

.h-div2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: 3rem;
}

.h-div3 {
    top: 8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.half {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: center;
}

.h-logo {
    position: absolute;
    top: 30px;
    width: 200px;
}

.h-text, .h-text2 {
    font-family: 'Muli', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #041531;
    line-height: 1.2;
}

.h-text2 {
    font-size: 2.3rem;
}

.highlight2 {
    color: #95b903;
}

.highlight2a {
    color: #95b903;
    font-weight: 600;
    font-size: 2rem;
    font-family: 'Arimo', sans-serif;
    letter-spacing: .05rem;
}

.btn-div {
    display: flex;
    justify-content: flex-start;
}

.digital-wallet {
    width: 60%;
}

.hassle-free {
    width: 90%;
}

.prompt-delivery {
    width: 95%;
}

/*About */

#about {
    background-color: #f8f8f9;
    padding: 6rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.caption-div {
    width: 100%;
    text-align: center;
    margin-bottom: 5rem;
}

hr.red-line {
    display: inline-block;
    border: 1px solid #ec6b33;
    margin: 0;
    width: 200px;
    position: relative;
    bottom: 10px;
}

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

.bold {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.heading {
    font-family: 'Muli', sans-serif;
    font-size: 2.25rem;
}

.heading2a {
    font-family: 'Questrial', sans-serif;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: .25rem;
}

.heading2b, .heading2c {
    font-family: 'Muli', sans-serif;
    font-size: 1.65rem;
    text-transform: uppercase;
    color: #016868;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-bottom: 0;
}

.heading2c {
    text-transform: capitalize;
    font-size: 1.85rem;
}

.heading2 {
    font-family: 'Questrial', sans-serif;
    font-size: 1.5rem;
}

.heading3 {
    font-family: 'Muli', sans-serif;
    font-size: 1.1rem;
    color: #016868;
    font-weight: 600;
    margin-bottom: 0;
}

a.terms {
    color: #95b903;
}

a.terms:hover {
    color: #95b903;
    text-decoration: none;
    opacity: .6;
}

.highlight {
    font-size: 1.65rem;
    color: #95b903;
}

.highlight3 {
    font-size: 1.65rem;
    color: #016868;
}

.mi {
    text-align: center;
    margin: 1.5rem;
    width: 100%;
}

.main-image {
    width: 72%;
}

.steps {
    padding: 2rem;
    margin-top: 4rem;
}

ul.timeline {
    list-style-type: none;
    position: relative;
    margin-top: 1rem;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    top: 4px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 0;
    padding-left: 28px;
    padding-bottom: 10px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #d65128;
    left: -9px;
    width: 20px;
    height: 20px;
    z-index: 400;
    margin-top: .2rem;
}

/* services */

#services {
    background-color: #fff;
    padding: 6rem 0 1rem 0;
}

.s-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10rem;
}

.serv-half {
    display: flex;
    flex-direction: column;
    padding: 1rem 3.5rem;
    justify-content: center;
}

.h-half {
    width: 100%;
    text-align: center;
}

.s-text {
    font-family: 'Muli', sans-serif;
    font-size: 2.25rem;
    color: #ec6b33;
    line-height: 1.1;
}

.heading-s2 {
    font-family: 'Questrial', sans-serif;
    font-size: 1.75rem;
    line-height: 1.25;
}

.service-image {
    width: 85%;
}

.service-image2 {
    width: 75%;
}

.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f8f8f9;
}

.bluish {
    background-color: #016868;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.partners-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 1rem;
}

.pl-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
}

.p-logo {
    width: 50%;
}

.p-logo2 {
    width: 60%;
}

.p-logo3 {
    width: 70%;
}

.p-logo4 {
    width: 40%;
}

.p-logo5 {
    width: 45%;
}

/* App */

#app {
    background-color: #d4d9df;
    padding: 8rem 0;
}

.app-heading {
    font-family: 'Muli', sans-serif;
    font-size: 2.75rem;
    /* text-transform: uppercase; */
    color: #016868;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-bottom: 1rem;
}

.m-mockup2 {
    width: 57%;
}

.gen-text {
    font-family: 'Questrial', sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #1b212c;
}

/* contact */

#contact {
    padding: 6rem 0;
}

.h-div2a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.c-ways {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    padding: 1rem 2rem;
}

.fab, .fas {
    font-size: 1.8rem !important;
}

.icon-link {
    color: #016868 !important;
    padding: 0;
    text-decoration: none !important;
    margin: 1rem 1.5rem;
    margin-bottom: 0;
    text-align: center;
}

.ring {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%;
    background-color: #d4d9df;
}

.icon-link:hover {
    color: #95b903 !important;
}

.material-icons {
    color: #ec6b33;
}

.address {
    display: flex;
    justify-content: flex-end;
}

.caption {
    font-family: 'Muli', sans-serif;
    font-size: .93rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #016868;
}

.text {
    font-family: 'Heebo', sans-serif;
    font-size: .95rem;
    color: #4e4d4d;
}

/* footer */

.footer {
    background-color: #232323;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1.35rem;
}

.sub-group {
    display: flex;
    width: fit-content;
}

.info, .info2, .info3, .footer-info {
    font-family: 'Arimo', sans-serif;
    font-size: .92rem;
    color: white;
    margin: 0;
}

.footer-info {
    color: #016868;
}

.info2, .info3 {
    color: #041531;
}

.info3 {
    font-size: .75rem;
}

a.low-link {
    color: #016868;
    text-decoration: none;
}

a.low-link:hover {
    color: #016868;
    text-decoration: none;
    opacity: .6;
}

#top-btn {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 30px;
    z-index: 200;
    background-color: #ff7043;
    color: white;
    cursor: pointer;
    padding: 10px 18px;
    border-radius: 8px;
    box-shadow: 1px 6px 12px 0px rgba(0, 0, 0, 0.2);
}

#top-btn:hover {
    background-color: #d65128;
}

/* login */

.login-backdrop {
    position: relative;
    width: 100%;
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 0;
    z-index: 0;
}

.login-backdrop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/background-image.jpg');
    background-color: whitesmoke;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.whole {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    height: 100vh;
}

.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 3rem 0;
}

.bottom-details {
    text-align: center;
}

.other-half {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ecf3f3;
    padding: 3rem 10rem;
    text-align: center;
}

form {
    width: 60%;
}

.form-control {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 1.5rem;
}

.l-ht {
    font-family: 'Arimo', sans-serif;
    color: #041531;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .05em;
}

.b-text {
    font-family: 'Arimo', sans-serif;
    font-size: .9rem;
    color: #4e4d4d;
}

a.l-info {
    font-weight: 600;
    text-decoration: none;
    color: #016868;
}

a.l-info:hover {
    opacity: .6;
}

.info4 {
    font-family: 'Questrial', sans-serif;
    color: #041531;
    font-size: 1.55rem;
    line-height: 1.2;
}

.ll-wrap {
    width: 100%;
}

#l-logo {
    width: 75%;
}

/* start */

.sp-logo {
    position: absolute;
    top: 30px;
    left: 100px;
    width: 170px;
}

.s-half {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ecf3f3;
    padding: 2rem 9rem;
    text-align: center;
}

#s-logo {
    width: 45%;
}

@media only screen and (max-width: 1575px) {
    .s-half, {
        padding: 2rem 5rem;
    }
    .other-half {
        padding: 3rem 6rem;
    }
    #s-logo {
        width: 60%;
    }
    #l-logo {
        width: 80%;
    }
}

@media only screen and (max-width: 1025px) {
    .v-line {
        display: none;
    }
    #home {
        height: 680px;
    }
    .heading {
        font-size: 2rem;
    }
    .icon-link {
        margin: 1rem 1.2rem;
    }
    .ring {
        height: 4rem;
        width: 4rem;
    }
    .h-div2 {
        top: 3rem;
    }
    .h-div3 {
        top: 7rem;
    }
    .s-half {
        padding: 2rem 10rem;
    }
    .other-half {
        padding: 3rem 15rem;
    }
    #s-logo {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .sp-logo {
        width: 135px;
    }
    .h-logo {
        top: 20px;
    }
    form {
        width: 80%;
    }
    .other-half {
        padding: 3rem 12rem;
    }
    .login-backdrop {
        height: fit-content;
    }
    .icon-link {
        margin: 1rem 3rem;
    }
    .heading {
        font-size: 2.1rem;
    }
    .caption-div {
        margin-bottom: 4rem;
    }
    .service-image {
        width: 65%;
    }
    .service-image2 {
        width: 60%;
    }
    .s-text {
        font-size: 2.4rem;
    }
    #app {
        padding-top: 5rem;
    }
    .caption, .text {
        font-size: 1rem;
    }
    #home {
        height: 110vh;
    }
    .h-div3 {
        top: 8rem;
    }
    .digital-wallet {
        width: 60%;
    }
    .c-ways {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .s-half {
        padding: 2rem;
    }
    .other-half {
        padding: 3rem;
    }
    .sp-logo {
        top: 15px;
        left: 25px;
        width: 110px;
    }
    #s-logo {
        width: 60%;
    }
    .info4 {
        font-size: 1.25rem;
    }
    .nav {
        height: 100%;
    }
    #logo {
        width: 75%;
    }
    .h-logo {
        width: 135px;
        top: 15px;
    }
    .ring {
        height: 2.5rem;
        width: 2.5rem;
    }
    .fab, .fas {
        font-size: 1rem !important;
    }
    .icon-link {
        margin: 1rem;
    }
    .my-1 {
        font-size: .8rem;
    }
    #home {
        height: fit-content;
    }
    .h-text, .h-text2, .highlight2a, .s-text, .heading2a {
        font-size: 1.6rem;
    }
    .h-div3 {
        top: 3rem;
    }
    #about, #contact, #app {
        padding: 5rem 0;
    }
    .caption-div {
        margin-bottom: 1.5rem;
    }
    .heading {
        font-size: 1.2rem;
    }
    .highlight3 {
        font-size: 1.1rem;
    }
    .steps {
        margin-top: 1.5rem;
    }
    .heading-s2, .gen-text {
        font-size: 1.4rem;
        line-height: 1.1;
    }
    .serv-half {
        padding: 1rem 2rem;
    }
    .s-wrap {
        margin-bottom: 3rem;
    }
    .partners-wrap {
        padding: 2rem 1rem;
    }
    .pl-wrap {
        padding: .75rem .5rem;
    }
    .p-logo {
        width: 65%;
    }
    .p-logo3, .p-logo2 {
        width: 100%;
    }
    .p-logo4 {
        width: 50%;
    }
    .h-div {
        top: 0;
    }
    .app-heading {
        font-size: 1.65rem;
        margin-bottom: .5rem;
    }
    .heading2b, .heading2c {
        font-size: 1.45rem;
    }
    .c-ways {
        justify-content: center;
        padding: 1rem;
    }
    .footer {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 2rem 1.35rem;
    }
    #top-btn {
        bottom: 95px;
        right: 20px;
        padding: 8px 16px;
        border-radius: 7px;
    }
}