:root {
    --brand: #a7e46a;
    --brand2: #1a5682;
    --brand3: #4eb3ff;
}

.topbar {
    background-color: white;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: white;
    position: relative;
}

.logo {
    width: 70px;
}

.nav-link-bold {
    color: white !important;
}

.nav-link {
    margin: 0 0.5rem;
    border-radius: 0.3rem;
}

@media (max-width: 990px) {
    .nav-link {
        font-size: 0.9rem;
        margin: 0.25rem 0;
        padding-left: 1rem !important;
    }
}

.mav-item:hover .nav-link,
.mav-item:hover .nav-link.active,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--brand2) !important;
    background-color: white;
}

.color-brand2 {
    color: var(--brand2);
}

.covidimg {
    width: 125px;
}

.btn-brand {
    color: white;
    background-color: #a7e46a;
}

.btn-brand:hover {
    color: white;
    background-color: #a7e46a;
}

.btn-brand2 {
    color: white;
    background-color: #0090df;
}

.btn-brand2:hover {
    color: white;
    background-color: #0090df;
}

.btn-brand3 {
    color: white;
    background-color: var(--brand2);
}

.btn-brand3:hover {
    color: white;
    background-color: var(--brand2);
}
.bg-white {
    background-color: white;
}

.bg-brand2 {
    background-color: var(--brand2);
    color: white;
}
.btn-yellow {
    color: white;
    background-color: #eec064;
}

.btn-yellow:hover {
    color: white;
    background-color: #eec064;
}

.btn-red {
    color: white;
    background-color: #c9507f;
}

.btn-red:hover {
    color: white;
    background-color: #c9507f;
}

.bg-img1 {
    background: white;
    /*
    background-image: url(../images/bg-sky-green.jpg);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    */
}

.bg-img2 {
    background-image: url(../images/bg-sky.jpg);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}

.bg-img3 {
    background-image: url(../images/bg-sky.jpg);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bg-darkest-blue {
    background-color: #22264f;
    padding: 1rem 2rem;
}

.title-deco {
    color: white;
    background-color: #0090df;
    position: relative;
    overflow: hidden;
    padding: 0.5rem 4rem 0.5rem 3rem;
    font-size: 2rem;
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 600;
    display: inline-block;
    line-height: 1.1;
}

.title-deco:after {
    background-color: var(--brand3);
    content: " ";
    position: absolute;
    left: 0;
    top: -10%;
    height: 120%;
    width: 2rem;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.title-deco-mv {
    max-width: 80%;
}

.title-deco2 {
    background-color: #eec064;
}

.title-deco3 {
    background-color: #f79ea5;
}

@media (max-width: 768px) {
    .title-deco-mv {
        max-width: 100%;
    }
}

.title-deco2:after {
    background-color: #f2b446;
}

.title-deco3:after {
    background-color: #c9507f;
}

.title,
h1 {
    font-size: 1.65rem;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    line-height: 1.25;
    font-weight: normal;
    text-align: center;
}
.subtitle,
h2 {
    font-size: 1.5rem;
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    line-height: 1.1;
}

.title-red {
    font-size: 1.5rem;
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    color: #c9507f;
}

.title-blue {
    font-size: 1.5rem;
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    color: var(--brand2);
}

.box-white-title {
    color: #eec064;
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    line-height: 1.1;
}

.text-colors {
    background: var(--brand3);
    background: -webkit-linear-gradient(
        to right,
        var(--brand3) 0%,
        var(--brand) 100%
    );
    background: -moz-linear-gradient(
        to right,
        var(--brand3) 0%,
        var(--brand) 100%
    );
    background: linear-gradient(to right, var(--brand3) 0%, var(--brand) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-colors * {
    background: var(--brand3);
    background: -webkit-linear-gradient(
        to right,
        var(--brand3) 0%,
        var(--brand) 100%
    );
    background: -moz-linear-gradient(
        to right,
        var(--brand3) 0%,
        var(--brand) 100%
    );
    background: linear-gradient(to right, var(--brand3) 0%, var(--brand) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.p-link {
    text-decoration: none;
    color: #6e8796;
}
p {
    margin-bottom: 0;
}

.enable-p p {
    color: #6e8796;
    margin-bottom: 0.75rem;
}

.box {
    color: white;
    background-color: var(--brand2);
    padding: 1.5rem;
}
.box-tline {
    color: white;
    background-color: var(--brand2);
    /*    border-radius: 1rem;*/
    padding: 4rem 1.5rem 3rem;
    position: relative;
    overflow: hidden;
}

.box-tline * {
    color: white;
}

.box-tline:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    height: 1.5rem;
    background: var(--brand3);
    background: -webkit-linear-gradient(
        to right,
        var(--brand3) 0%,
        var(--brand) 100%
    );
    background: -moz-linear-gradient(
        to right,
        var(--brand3) 0%,
        var(--brand) 100%
    );
    background: linear-gradient(to right, var(--brand3) 0%, var(--brand) 100%);
    content: " ";
}

.cvtitle {
    font-size: 1.75rem;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: indianred;
    font-weight: 600;
    line-height: 1.25;
}

.cvsubtitle {
    font-size: 1.75rem;
    font-size: clamp(1.125rem, 3vw, 1.75rem);

    font-weight: 600;
    color: var(--brand2);
}

.box-title,
.box-title p {
    color: var(--brand2);
    line-height: 1.1;
    font-size: 1.15rem;
    font-size: clamp(1rem, 3vw, 1.15rem);
}

.blue-box {
    background-color: var(--brand3);
    color: white;
    padding: 1rem 1.5rem;
    /*  border-radius: 1rem;*/
    font-size: 1.125rem;
    font-size: clamp(1rem, 3vw, 1.125rem);
    line-height: 1.25;
}

.blue-box p {
    color: white;
}

.dark-blue-box {
    background-color: var(--brand2);
    color: white;
    padding: 0 1.5rem;
    /* border-radius: 1rem;*/
}

.box-line {
    display: flex;
    padding: 0.5rem 1rem;
    line-height: 1.25;
    font-size: 0.9rem;
}

.box-num {
    color: var(--brand3);
    font-weight: 800;
    margin-right: 0.75rem;
}

.sep {
    border-right: 1px solid #ccc;
    padding-right: 0.75rem;
}

.box-white {
    background-color: white;
    padding: 2rem;
    margin-top: -2rem;
    /*  border-radius: 1rem;*/
}

.ptn {
    position: relative;
    top: -3rem;
}

.ptnxs {
    position: relative;
    top: -1rem;
}

@media (max-width: 768px) {
    .sep {
        border-right: none;
        padding-right: 0;
    }
    .ptn,
    .ptnxs {
        top: 0;
    }
}

.text p {
    color: #111;
    font-weight: 600;
}

.text ul {
    color: #6e8796;
    font-weight: 400;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
}

.text-deco,
p.text-deco {
    color: black;
    line-height: 1.1;
    margin-bottom: 1rem;
}
.text-deco .box-num {
    display: block;
    margin-right: 0.75rem;
    position: relative;
    margin-bottom: 1rem;
    float: left;
}

.yellow-link,
.red-link {
    color: inherit;
    text-decoration: none;
}

.yellow-link:hover {
    color: #eec064;
}

.red-link:hover {
    color: #c9507f;
}
.text.text2 ul li:before {
    color: #c9507f;
}

.autotext {
    color: #333;
}

.autotext ul {
    list-style: none;
    padding: 0;
}
.autotext ul li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
}
.autotext ul > li:before {
    background-color: var(--brand3);
    border-radius: 50%;
    height: 0.5em;
    width: 0.5rem;
    content: " ";
    display: inline-block;
    top: 0.5rem;
    position: absolute;
    left: 0;
}

.autotext ul > li > ul {
    margin-top: 0.5rem;
    list-style: none;
}

.autotext ul > li > ul li:before {
    background-color: var(--brand2);
    border-radius: 50%;
    height: 0.3em;
    width: 0.3rem;
    content: " ";

    display: inline-block;
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}

.text li {
    margin-bottom: 1rem;
}

.blue-box-num {
    background-color: var(--brand3);
    color: white;
    display: flex;
    margin-bottom: 2rem;
}

.bnum {
    background-color: #0081c1;
    font-size: 2rem;
    font-size: clamp(1.25rem, 3vw, 2rem);
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-size: clamp(1.15rem, 3vw, 1.5rem);
    max-width: 80px;
}

.bimage {
    background-color: white;
    padding: 0;
    max-width: 80px;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bbody {
    padding: 1rem;
    font-weight: 300;
    font-size: 1.25rem;
    padding: 1rem 2rem;
    font-size: clamp(1rem, 3vw, 1.25rem);
}

/* ol {
    color: var(--brand3);
} */

ol > li {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    /* font-weight: 600;
    color: var(--brand2); */
}
ol > li::marker {
    color: var(--brand3);
    font-weight: 800;
    margin-right: 0.75rem;
}

ol > li span {
    color: #778f9c;
    font-weight: 400;
}

footer {
    background-color: var(--brand2);
    color: white;
    font-size: 0.9rem;
    z-index: 1;
    position: relative;
    padding: 1rem 0;
}

footer a {
    text-decoration: none;
    color: white;
    display: inline-block;
    margin: 0.25rem;
}

.modal-header,
.modal-footer {
    border: none;
}

.modal-title {
    font-weight: 800;
    color: var(--brand2);
    padding-right: 1.5rem;
}

.modal-content {
    /*  border-radius: 1rem;*/
}

.modal-header {
    padding-left: 2rem;
    align-items: start;
}

.modal-body {
    padding-right: 2rem;
    padding-left: 2rem;
}

.modal-footer {
    justify-content: flex-start;
    padding-right: 2rem;
    padding-left: 2rem;
}
.modal img {
    border: 0.3rem solid var(--brand2);
    border-radius: 0.5rem;
    background: var(--brand2);
}

.form-group label {
    color: var(--brand2);
}

.minh100 {
    min-height: calc(100vh - 132px);
}

.prehome {
    /* background-image: url("../images/bg-sky.jpg"); */
    background-color: #0090df;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    min-height: calc(100vh - 142px);
    display: flex;
    align-items: center;
}

.prehome:after {
    display: block;
    content: " ";
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0)
    );
    height: 40%;
    width: 100%;
    bottom: 0;
    left: 0;
}

.prehome > div {
    position: relative;
    z-index: 9;
}

.prehome-title {
    /* color: white; */
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 2.5rem;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
}

.prehome-title span {
    /* color: var(--brand2); */
    color: white;
}

.prehome-text,
.prehome-text p {
    line-height: 1.1;
    font-size: 20px;
    color: white;
}

.prehome-text p {
    margin-bottom: 0rem;
}

.btn-outline-brand {
    background-color: #0090df;
    color: white;
    border-radius: 30px;
    padding: 0.5rem 3.5rem;
}

.btn-outline-brand:hover {
    border-color: #0090df;
    color: #0090df;
    background-color: transparent;
}
.underline-link {
    text-decoration: underline !important;
    font-weight: bold;
    color: var(--brand3);
}

.text-justify {
    text-align: justify;
}

.footer_notes {
    font-style: italic;
    font-size: 0.8rem;
    color: #6e8796;
    font-weight: 400;
    padding-top: 2rem;
}

.footer_notes.footer_notes_white {
    color: white;
}

.offcanvas,
.offcanvas-end,
.offcanvas-start {
    width: 96%;
    bottom: 1rem;
    top: 1rem;
    left: 2%;
    border-radius: 1rem;
    box-shadow: 0 0 2rem #003;
}
.offcanvas-header button {
    margin: 1rem auto 0;
}

.hoverrow {
    cursor: pointer;
    opacity: 0.9;
}

.text-deco-blue-box {
    padding: 0.5rem 1.5rem;
    color: white;
    background-color: var(--brand2);
}

p.text-deco-blue-box {
    color: white;
}

.text-deco-blue-box::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: white; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 0.75rem;
    position: relative;
    top: 0.25rem;
}

.li-subtitle {
    font-weight: bold;
    color: black;
    list-style: none;
    padding-left: 0;
    margin-left: -1rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

p img {
    max-width: 100%;
    height: auto !important;
}

.bg-col {
    background-position: center;
    background-size: cover;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #ff0000;
}

#conclusions ul {
    font-size: 0.8em;
    width: 80%;
    margin: 0 auto;
}

#conclusions ul li {
    margin-bottom: 1em;
}

#conslusionCanvas {
    text-align: center;
}
#conslusionCanvas ul {
    text-align: left;
}

.video-description-box {
    border-radius: 0 0 0.5rem 0.5rem;
    text-align: center;
    font-size: 0.8rem;
}
.video-box {
    border: 0.3rem solid var(--brand2);
    border-radius: 0.5rem 0.5rem 0 0;
    background: var(--brand2);
    flex-grow: 1;
}
.video-box.white-bg {
    background: white;
}
.image-box {
    border: 0.3rem solid var(--brand2);
    border-radius: 0.5rem;
    background: var(--brand2);
}

.bordered-box-left {
    margin: 1rem;
    border: 0.3rem solid var(--brand2);
    border-radius: 0.5rem;
}
.bordered-box-right {
    margin: 1rem;
    border: 0.3rem solid var(--brand2);
    border-radius: 0.5rem;
}

@media (min-width: 992px) {
    .bordered-box-left {
        margin: 0;
        border-right-width: 1px;
        border-radius: 0.5rem 0 0 0.5rem;
    }
    .bordered-box-right {
        margin: 0;
        border-left-width: 1px;
        border-radius: 0 0.5rem 0.5rem 0;
    }
}

img.right {
    float: right;
}

.row > * {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#know2 li {
    padding: 0 0.5rem;
}

#know2 li.d-lg-block {
    padding: 0;
    float: right;
    width: 20%;
    clear: both;
}

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}

ul.spaced-out li {
    padding: 0.5rem 0;
}
