:root {
    --primary-color-green: #4ABA78;
    --primary-color-green-bold: #218875;
    --primary-color-yellow: #B67A50;
    --secondary-color-black: #4C4C4C;
    --secondary-color-blue: #B0A383;
    --secondary-color-light-blue: #EBE8E0;
    --secondary-color-white: #FFFFFF;
}

@font-face {
    font-family: 'RB';
    src: url('../fonts/national-day/RB-Font.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RB';
    src: url('../fonts/national-day/RB-Bold.ttf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'RB', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--primary-color-black);
    padding-top: 0px;
    background-color: #fff;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

header {
    background: #fff
}

a.dropdown-item:hover {
    background: var(--primary-color-green);
    font-weight: bold;
    color: #fff;
}

ul.dropdown-menu {
    border: 0;
}

header .nav-link,
a.dropdown-item {
    font-size: 12px;
}

.btn-primary {
    background-color: var(--primary-color-green);
    border-color: var(--primary-color-green);
    color: #fff;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: var(--primary-color-green-bold);
    border-color: var(--primary-color-green-bold);
    color: #fff;
}

.sidelink-btn {
    right: -77px;
}

section.national-second {
    background: #415BA9;
    color: #fff;
    padding-top: 70px;
}

.about-section {
    background: url(../images/national/dar.svg) no-repeat top left !important;
    background-size: contain !important;
    background-color: var(--primary-color-green) !important;
    color: #fff;
}

.about-section a {
    color: #fff;
}

section.national,
.about-section,
.news-section,
.projects-section,
.partners-section {
    position: relative;
    overflow: hidden;
}

section.projects-section {
    background: #415BA9;
    color: #fff;
    padding-top: 70px;
    overflow: visible;
    z-index: 1;
}

.projects-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: -105px;
    background: url(../images/national/sky.svg) no-repeat;
    width: 200px;
    height: 200px;
}

.projects-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/national/red-tree.svg) no-repeat;
    width: 305px;
    height: 100px;
}

footer {
    background-color: var(--primary-color-green-bold);
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .footer-container,
footer .bar {
    background-color: var(--primary-color-green-bold);
}

.footer-top-border {
    border-top: 1px solid rgb(0 0 0 / 15%);
    padding-top: 15px;
}

footer a:hover {
    color: var(--primary-color-green);
}

.link {
    font-size: 16px;
}

.hrz-card,
.hrz-card:hover,
.vrt-card,
.vrt-card:hover {
    color: #21272E;
    text-decoration: none;
}

.hrz-card span {
    font-size: 14px;
}

.hrz-card h3,
.vrt-card h3 {
    color: #415BA9;
}

.hrz-card .categories {
    font-size: 12px;
    color: #778BA3;
}

.slick-arrow {
    display: none !important;
}

.card-body {
    z-index: 1;
    background: #fff;
}

.hrz-card:hover .link,
.vrt-card:hover .link,
.hrz-card:hover h3,
.vrt-card:hover h3 {
    color: var(--primary-color-green-bold);
}

.hrz-card:hover img,
.vrt-card:hover img {
    transform: scale(1.2);
}

.hrz-card,
.vrt-card {
    position: relative;
    overflow: hidden;
}

.hrz-card img,
.vrt-card img {
    transition: all 0.3s ease-in-out;
}

.hrz-card .img-container {
    width: 275px;
    height: 240px;
    overflow: hidden;
    border-radius: 8px;
}

.sidelinks {
    left: -85px;
    top: 10%;
}

.sidelink-btn {
    width: 115px;
    right: -77px;
    background: #2E4A8F;
}

.sidelink-content ul li a i {
    color: #778BA3;
}

.sidelink-btn:hover {
    background: #415BA9;
}

#sticky-social {
    top: 20%;
}

.slick-slider::after,
.slick-slider::before {
    display: none;
}

.slick-item.partner-box {
    background: #ECF0F7;
}

.national-title {
    margin-bottom: 30px;
    color: #FFCE49;
}

.national-text p {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.national-text .hashtag {
    font-size: 24px;
}

.title {
    font-size: 24px;
    font-weight: bold;
}

.link {
    font-size: 14px;
    font-weight: bold;
}

.hrz-card h3,
.vrt-card h3 {
    font-size: 18px;
    font-weight: bold;
}

.percentage-card .number h2 {
    font-size: 24px;
    font-weight: bold;
    color: #F15D4C;
}

.percentage-card svg circle:last-of-type {
    stroke: var(--primary-color-green);
}

footer .social-box {
    width: 32px;
    height: 32px;
    background: var(--primary-color-green);
}

.title::after {
    background: url('../images/national/rec-black.svg') no-repeat;
}

.title.white::after {
    background: url('../images/national/rec-white.svg') no-repeat;
}

@media (max-width: 767px) {
    #sticky-social {
        top: 5%;
    }
    .sidelinks {
        top: 5%;
    }
    .sidelink-btn {
        top: 50px;
    }
    .national .content {
        margin: 15px;
    }
    .about-section {
        background: url(../images/national/dar.svg) no-repeat center top !important;
        background-size: contain !important;
        background-color: var(--primary-color-green) !important;
        color: #fff;
    }
}