/* navbar */

.navbar-topping {
    height: 10px;
    background: transparent
        linear-gradient(270deg, #61b292 0%, #95c59a 47%, #f1e8a7 100%) 0% 0%
        no-repeat padding-box;
}

.opacity-0-0 {
    opacity: 0;
    z-index: -1 !important;
}

@media (min-width: 1px) {
    .navbar-button {
        color: white;
        opacity: 0.7;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.54px;
        border-radius: 2px;
    }
}

@media (min-width: 768px) {
    .navbar-button {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .navbar-button {
        font-size: 16px;
    }
}

.navbar-button:after {
    content: none;
}

@media (min-width: 1px) {
    .navbar-button i {
        margin-left: 6px;
        margin-right: 6px;
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    .navbar-button i {
        font-size: 12px;
    }
}

.navbar-button:hover,
.navbar-button.active {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1px) {
    .navbar-logo {
        top: 20px;
        width: 110px;
        height: 110px;
        position: absolute;
    }
}

@media (min-width: 768px) {
    .navbar-logo {
        top: 20px;
        width: 110px;
        height: 110px;
    }
}

@media (min-width: 992px) {
    .navbar-logo {
        top: 20px;
        width: 140px;
        height: 140px;
    }
}

.navbar-menu-link {
    width: 100%;
    padding: 0px 15px;
    text-align: left;
    letter-spacing: 0.54px;
    font-size: 15px;
    color: #2e2b2b;
    border-radius: 0px;
    margin-bottom: 15px;
}

.navbar-menu-link:hover,
.navbar-menu-link:focus {
    background-color: #e9e9e9;
}

/* hero */

@media (min-width: 1px) {
    .hero-subheading-1 {
        letter-spacing: 0.6px;
        color: #2e2b2b;
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    .hero-subheading-1 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .hero-subheading-1 {
        font-size: 21px;
    }
}

@media (min-width: 1px) {
    .hero-subheading-2 {
        letter-spacing: 0.72px;
        color: #2e2b2b;
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    .hero-subheading-2 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .hero-subheading-2 {
        font-size: 21px;
    }
}

.hero-slider {
    width: 100%;
    position: relative;
}

.hero-slider img {
    width: 100%;
    height: 455px;
    border-radius: 6px;
    object-position: center top;
    object-fit: cover;
}

.hero-slider .glide__slide {
    position: relative;
}

@media (min-width: 1px) {
    .hero-slider h1 {
        position: absolute;
        font-weight: bold;
        top: 38%;
        width: 75%;
        letter-spacing: 0.9px;
        color: #f6f6f6;
        left: 60px;
        font-size: 24px;
        z-index: 10000000;
    }

    .hero-slider h1 span {
        display: block;
        margin-top: 10px;
        width: 110px;
        background-color: #000 !important;
        border-radius: 2px;
        padding: 2px 0px;
        color: white;
        text-align: center;
    }
}

@media (min-width: 576px) {
    .hero-slider h1 {
        font-size: 25px;
        width: 65%;
        left: 97px;
        top: 42%;
    }
}

@media (min-width: 768px) {
    .hero-slider h1 {
        font-size: 28px;
        width: 65%;
        top: 33%;
    }
}

@media (min-width: 992px) {
    .hero-slider h1 {
        font-size: 34px;
    }
}

.hero-slider .slide-overlay {
    background-color: rgba(39, 41, 50, 0.28);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
    top: 0px;
    left: 0px;
}

@media (min-width: 1px) {
    .hero-slider .readmore-button {
        position: absolute;
        top: 80%;
        left: 60px;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-weight: bold;
        padding: 5px 25px;
    }
}

@media (min-width: 576px) {
    .hero-slider .readmore-button {
        left: 97px;
        font-size: 16px;
        padding: 5px 30px;
    }
}

@media (min-width: 768px) {
    .hero-slider .readmore-button {
        top: 75%;
        left: 97px;
        font-size: 16px;
        padding: 7px 30px;
    }
}

/* region section */

@media (min-width: 1px) {
    .region-heading {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.66px;
        color: #272932;
    }
}

@media (min-width: 576px) {
    .region-heading {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .region-heading {
        font-size: 19px;
    }
}

@media (min-width: 992px) {
    .region-heading {
        font-size: 19px;
    }
}

@media (min-width: 1px) {
    .region-link {
        letter-spacing: 0.66px;
        color: #167a8b;
        font-size: 15px;
        font-weight: bold;
        padding: 0px;
    }
}

@media (min-width: 576px) {
    .region-link {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .region-link {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .region-link {
        font-size: 17px;
    }
}

#region-carousal {
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */

#region-carousal::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

#region-carousal {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (min-width: 1px) {
    .region-card {
        position: relative;
        width: 100%;
        background-size: cover;
        background-position: center;
        height: 350px;
        margin-right: 35px;
        border-radius: 4px;
    }
}

@media (min-width: 576px) {
    .region-card {
        position: relative;
        width: 100%;
        height: 350px;
        margin-right: 35px;
    }
}

@media (min-width: 768px) {
    .region-card {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .region-card {
        height: 330px;
        margin-right: 35px;
        border-radius: 4px;
    }
}

@media (min-width: 1px) and (max-width: 991px) {
    .states-slide .region-card .region-card-content {
        display: block !important;
    }

    .states-slide .region-card .region-card-title {
        display: none !important;
    }
}

.region-card:hover .region-card-content {
    display: block;
}

.region-card:hover .region-card-title {
    display: none;
}

.region-card-title {
    position: absolute;
    border-radius: 4px;
    width: 100%;
    display: block;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
}

@media (min-width: 1px) {
    .region-card-title h4 {
        font-weight: bold;
        text-align: center;
        margin-top: 50px;
        font-size: 20px;
        color: white;
        letter-spacing: 0.84px;
    }
}

@media (min-width: 576px) {
    .region-card-title h4 {
        font-size: 21px;
    }
}

@media (min-width: 992px) {
    .region-card-title h4 {
        font-size: 23px;
    }
}

.region-card-content {
    position: absolute;
    border-radius: 4px;
    width: 100%;
    white-space: normal;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.region-card-content h4 {
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    letter-spacing: 0.84px;
}

.region-card-content div {
    margin-top: 25%;
    margin-left: 20px;
    margin-right: 20px;
}

@media (min-width: 1px) {
    .region-card-content div a {
        color: rgba(255, 255, 255, 0.7);
        font-size: 13px;
        font-weight: 500;
        display: block;
        padding: 0px;
        text-align: left;
        letter-spacing: 0.48px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .region-card-content div a {
        font-size: 14px;
    }
}

.region-card-content div a:hover,
.region-card-content div a:focus {
    color: white;
}

.region-circle {
    padding: 0px;
    margin: 0px 4px;
}

.region-circle i {
    color: #167a8b;
    border-radius: 50%;
}

.region-circle.active i {
    background-color: #167a8b;
}

/* projects section */

@media (min-width: 1px) {
    .projects-navlink {
        padding: 6px 20px;
        letter-spacing: 0.6px;
        color: #2e2b2b;
        opacity: 0.8;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 14px;
        border-radius: 0px;
        width: 100%;
        border-bottom: 2px solid #24b273;
    }
}

@media (min-width: 768px) {
    .projects-navlink {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .projects-navlink {
        width: auto;
        font-size: 16px;
    }
}

.projects-navlink.active {
    opacity: 1;
    color: white;
    background-color: #24b273;
}

.projects-region-title {
    padding: 0px;
    color: #167a8b;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 0.54px;
    color: #167a8b;
}

.projects-region-title:hover {
    text-decoration: underline;
    color: #167a8b;
    text-decoration-color: #167a8b;
}

.projects-card {
    /* height: 430px; */
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .projects-card-img {
    border-radius: 2px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center center;
    left: 0px;
} */

.projects-card-img {
    border-radius: 4px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center center;
}

.projects-card-date {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    margin-bottom: 0px;
    font-size: 12px;
    letter-spacing: 0.42px;
    color: white;
    border-radius: 0px 0px 2px 2px;
    left: 0px;
    padding: 1px 10px;
}

.projects-card-title {
    font-weight: bold;
    letter-spacing: 0.6px;
    font-size: 16px;
    color: black;
    max-height: 57px;
    overflow-y: hidden;
    margin-top: 10px;
}

.projects-card-summary {
    letter-spacing: 0.54px;
    color: #2e2b2b;
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 0px;
}

/* footer */

@media (min-width: 1px) {
    .footer-title {
        color: black;
        letter-spacing: 0.66px;
        font-size: 16px;
        margin-bottom: 3px;
        font-weight: bold;
    }
}

@media (min-width: 576px) {
    .footer-title {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .footer-title {
        font-size: 20px;
    }
}

@media (min-width: 1px) {
    .footer-subtitle {
        letter-spacing: 0.54px;
        color: #2e2b2b;
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .footer-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 1px) {
    .footer-subs-input {
        width: 75%;
        border: 0.5px solid #2e2b2b;
        border-radius: 2px;
        padding: 0px 20px;
        letter-spacing: 0.6px;
        color: #2e2b2b;
        height: 40px;
        margin: auto;
        margin-bottom: 15px;
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .footer-subs-input {
        font-size: 15px;
        margin-bottom: 0px;
        margin-right: 20px;
        width: 340px;
    }
}

@media (min-width: 768px) {
    .footer-subs-input {
        width: 390px;
        font-size: 16px;
    }
}

@media (min-width: 1px) {
    .footer-subs-button {
        background-color: #167a8b;
        letter-spacing: 0.54px;
        padding: 5px 24px;
        margin-top: -3px;
        font-size: 15px;
        border-radius: 4px;
        color: #ffffff;
    }
}

@media (min-width: 576px) {
    .footer-subs-button {
        background-color: #167a8b;
        letter-spacing: 0.54px;
        padding: 7px 25px;
        margin-top: -3px;
        font-size: 16px;
        border-radius: 4px;
        color: #ffffff;
    }
}

.footer-subs-button:hover,
.footer-subs-button:focus {
    color: #ffffff;
}

@media (min-width: 1px) {
    .footer-paragraph {
        font-weight: bold;
        letter-spacing: 0.6px;
        font-size: 15px;
        margin-bottom: 0px;
        line-height: 31px;
        color: #2e2b2b;
    }
}

@media (min-width: 576px) {
    .footer-paragraph {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .footer-paragraph {
        font-size: 16px;
    }
}

/* regions modal */

.regions-modal-button {
    width: 100%;
    letter-spacing: 0.54px;
    color: #000000;
    text-transform: capitalize;
    font-size: 15px;
    padding-left: 15%;
    font-weight: 500;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 2px;
}

.regions-modal-button:hover,
.regions-modal-button:focus {
    background-color: red;
    background-color: #efefef;
    box-shadow: 0px 0px 2px #00000029;
}

/* vision */

@media (min-width: 992px) {
    .visions-img-1 {
        position: absolute;
        right: 60px;
        top: 0px;
        width: 77%;
        border-radius: 2px;
        /*opacity: 0.36;*/
        object-fit: cover;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .visions-img-1 {
        right: 60px;
        top: 0px;
        width: 70%;
    }
}

@media (min-width: 1400px) {
    .visions-img-1 {
        right: 60px;
        top: 0px;
        width: 63%;
    }
}

@media (min-width: 992px) {
    .visions-img-2 {
        position: absolute;
        right: -45px;
        bottom: 20px;
        width: 700px;
        border-radius: 2px;
        object-fit: cover;
        max-height: 370px;
    }
}

@media (min-width: 1200px) {
    .visions-img-2 {
        right: -60px;
        bottom: 20px;
        width: 750px;
        max-height: 370px;
    }
}

@media (min-width: 1400px) {
    .visions-img-2 {
        right: -60px;
        bottom: 20px;
        width: 750px;
        max-height: 370px;
    }
}

@media (min-width: 992px) {
    .visions-img-3 {
        position: absolute;
        left: -45px;
        top: 30px;
        bottom: 20px;
        width: 300px;
        border-radius: 2px;
        object-fit: cover;
        height: 600px;
    }
}

@media (min-width: 1200px) {
    .visions-img-3 {
        left: 10px;
        top: 30px;
        bottom: 20px;
        width: 390px;
        height: 600px;
    }
}

@media (min-width: 1400px) {
    .visions-img-3 {
        left: 150px;
        top: 30px;
        bottom: 20px;
        width: 390px;
        height: 600px;
    }
}

.visions-phrase-subheading {
    letter-spacing: 0.96px;
    color: #2e2b2b;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0px;
}

.visions-phrase-subheading {
    letter-spacing: 0.96px;
    color: #2e2b2b;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 2px;
    text-shadow: 0px 4px 5px #b9b9b9c9;
}

.visions-phrase-heading {
    letter-spacing: 1.26px;
    color: #2e2b2b;
    font-weight: bold;
    text-shadow: 0px 4px 5px #b9b9b9c9;
    font-size: 32px;
    margin-bottom: 20px;
}

.visions-phrase-extra {
    letter-spacing: 0.84px;
    color: #2e2b2b;
    font-weight: 600;
    font-size: 21px;
    text-shadow: 0px 4px 5px #b9b9b9c9;
}

.visions-phrase-button {
    letter-spacing: 0.54px;
    color: #167a8b;
    border-radius: 4px;
    border: 2px solid #167a8b;
    width: 145px;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.visions-phrase-button:hover,
.visions-phrase-button:focus {
    color: #ffffff;
    background-color: #167a8b;
}

@media (min-width: 992px) {
    .visions-caption-col {
        margin-top: 80px;
    }
}

/* mobile navbar */

.mobile-navbar-button i {
    margin-left: 0px;
    font-size: 24px;
    color: #f9f9f9;
}

@media (min-width: 1px) {
    .mobile-navbar-menu {
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 1000000;
    }
}

@media (min-width: 576px) {
    .mobile-navbar-menu {
        position: fixed;
        display: none;
        width: 100%;
        top: 0px;
        z-index: 1000000;
    }
}

.mobile-navbar-bg {
    background-color: rgba(0, 0, 0, 0.3);
}

.mobile-navbar-link {
    width: 100%;
    text-align: left;
    padding: 8px 8px;
    font-size: 16px;
    color: black;
    letter-spacing: 0.4px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 0px;
}

.mobile-navbar-link:hover,
.mobile-navbar-link.active,
.mobile-navbar-link:focus {
    background-color: #f9f9f9;
}

.mobile-navbar-link-v2 {
    margin-bottom: 0px;
    background-image: url(../../assets/img/dashboard/arrow-1.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 91% 55%;
}

.mobile-navbar-link-v2.active {
}

.mobile-navbar-collapse-content {
    padding-left: 15px;
    font-size: 15px;
    border-top: 2px solid #24b273;
    background-color: #f9f9f9;
    padding-top: 20px;
    border-radius: 0px 0px 3px 3px;
}

.mobile-navbar-collapse-content .btn {
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 0px 10px;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 0px 2px 2px 0px;
    border-left: 2px solid transparent;
}

.mobile-navbar-collapse-content .btn:hover,
.mobile-navbar-collapse-content .btn:focus {
    border-left: 2px solid #24b273;
}
