
/** Start css variables **/
:root {
    --brand-color: #1B51A6;

    --bg-color: rgb(0, 29, 75);

    --linear-gradient-color: linear-gradient(270deg, rgba(0, 29, 75, 1) 35%, rgba(27, 81, 166, 1) 83%);

    --hover-color: #DF9B00;

    --cta-btn-color: var(--linear-gradient-color);

    --font-family: Nunito Sans, sans-serif;


}


/** End of css variables **/


/** Start base styles **/

body {
    font-family: var(--font-family);
}

.prevent-select {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

/* @media (min-width:) main {
    height: calc(100vh - 44px);
} */



a {
    color: var(--brand-color) !important;
    text-decoration: none;
}


h4 {
    text-wrap:balance;
}

header a {
    font-size: .8rem;
}


main {
    /* height: calc(100vh - 44.7188px); */
    height: 90vh;
    overflow: hidden;
}

@media (min-width: 576px) {

    /* main {
        height: calc(100vh - 78px);
    } */

    header a {
        font-size: 1rem;
    }

    header img {
        width: 170px;
    }
}


/** large screen **/
@media (min-width:992px) {
    main {
        height: calc(100vh - 72.75px);
    }

    .container-fluid {
        max-width: 1320px;
        width: 100%;
    }
}

.border-primary {
    border-color: var(--brand-color) !important;
}


/** End base styles **/



/** Start text content **/
.content-text {
    position: relative;
    /* padding-block: 20px; */

}

.content-text h1 {
    font-size: 1.68rem;
    color: #444444 !important;
    width: 84%;
    text-wrap: balance;
}


.subtitle {
    /* font-size: .94rem; */
    font-size: .9rem;
    text-wrap: balance;
}

@media (min-width: 576px) {

    .content-text {
        /* padding-block: 0;
            height: 50vh; */
        padding-block: 50px;
        gap: 1rem !important;
    }


    .content-text h1 {
        font-size: 2.45rem;
        line-height: 1.5;
        gap: 1.5rem !important;
        width: 100%;
    }


    .subtitle {
        font-size: 1.4rem;
    }
}

/** large screen **/

@media (min-width:992px) {

    .content-text {
        width: 40%;
        max-width: 518.391px;
    }

    .content-text h1 {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .subtitle {
        font-size: 1.1rem;
        padding-right: 80px;
    }
}

/** End text content **/

/** display large mockup image on desktop **/

@media (min-width:992px) {

    #mockup-desktop {
        display: block;
        position: relative;
        top: -50px;
    }
}



/** Start QR Code **/
.qr-wrapper {
    /* width: 70%; */
    display: none;
}

/** large screen **/
@media (min-width: 992px) {

    .qr-wrapper {
    /* width: 70%; */
    display: block;
    width: 66%;
}


.qr-wrapper p {
    /* background: var(--linear-gradient-color); */
    color: var(--brand-color) ;
}

.qr {
   
    background: transparent;
    border: 0.3rem solid var(--brand-color);
    /* border-image: linear-gradient(270deg, rgba(0, 29, 75, 1) 35%, rgba(27, 81, 166, 1) 83%);
    border-image-slice: 1; */
    position: relative;
    transition: color 0.3s;
    padding: 1rem 1rem;
    z-index: 1;
    height: 351.672px;
    border-radius: 1rem;
}

.qr img {
    width: 100%;
}

.qr::before,
.qr::after {
    content: "";
    position: absolute;
    background: #ffff;
    z-index: -1;


}

.qr::before {
    width: calc(100% - 6rem);
    height: calc(101% + 1rem);
    top: -0.3rem;
    left: 50%;
    transform: translateX(-50%);

}

.qr::after {
    height: calc(100% - 6rem);
    width: calc(101% + 1rem);
    left: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
}


}

/** End QR Code **/



/** Start CTA button **/

.download-cta {
    background: var(--bg-color);
    background: var(--cta-btn-color);

    padding-block: 12px;
    width: 100%;
    margin: 0 auto;
    /* margin-top: -10px; */
}

.download-cta span {
    font-size: 1rem;
}

.download-cta img {
    width: 25px;
    height: 25px;
}


.install-guide {
    font-size: .9rem;
    text-decoration: revert !important;
        color: var(--brand-color);
}


@media (min-width: 576px) {
    .download-cta {
        padding-block: 18px;
        width: 50%;
        margin-inline: auto;

    }


    .download-cta span {
        font-size: 1.7rem;
    }


    .install-guide {
        font-size: 1.4rem;
        margin-top: 10px;
    }
}

/** large screen **/

@media (min-width:992px) {

    .cta-wrapper {
        width: 66%;
    }
    .download-cta,
    .install-guide {
        transition: background-color 1s ease 0s;
    }

    .download-cta {
        width: auto;
        margin: 0;
        padding-block: 5px;
        /* background: var(--brand-color); */
        background: transparent;
        /* margin-top: 3.5rem !important; */
        border: 1px solid var(--brand-color);
        /* border: 1px solid #444444;     */

    }

    .download-cta:hover span,
    .download-cta:focus span {
           text-decoration: underline;

    }


    .download-cta img {
        width: 22px;
        height: 22px;
    }

    .download-cta span {
        font-size: 1.2rem;
        color: #ffff !important;
        color: var(--brand-color) !important;
        /* color: #444444 !important; */

    }

    .install-guide {
        font-size: 1rem;
       
    }

    .install-guide:hover {
        color: #6c757d;
    }
}

/** End CTA button **/



/** Modal **/

.modal .bg-light {
    background-color: #E6EEFF !important;
}



/** Feedback button **/

.feedback {
    position: fixed;
    bottom: 50px;
    right: 23px;
    /* writing-mode: vertical-rl; */
    /* text-orientation: mixed; */
    transform: rotate();
    /* transform: scale(-1, 1); */
    /* transform: rotate(-180deg); */
    background: #e6eeff;
    color: #1b51a6;
    /* padding: 15px 39px; */
    border: 2px solid transparent;
    /* border-top-left-radius: 50% 25%; */
    /* border-top-right-radius: 1em 3em; */
    /* border-bottom-right-radius: 50% 25%; */
    /* border-bottom-left-radius: 1em 3em; */
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 0em;
    border-bottom-left-radius: 1em;
    width: 200px;
    padding-block: 15px;
    font-size: 1.2rem;
}



.feedback.mobile {
    position:static;
    padding-block: 4px;
    font-size: 0.8rem;
    padding-inline: 8px;

}