@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Montserrat';
    color: #707070;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        url('../images/wall-bg.jpg');
    background-size: contain;
    background-repeat: repeat;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

p {
    margin-bottom: 0;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}


.main-banner {
    position: relative;
    padding: 260px 0 150px;
    background: url('../images/main-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-banner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #202B19ED;
}

.main-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 33px;
    background: url('../images/banner-shape.png');
}

.main-banner .banner-content {
    position: relative;
    text-align: center;
}

.main-banner .banner-content h1 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.main-banner .banner-content p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.main-banner .banner-content .scroll-btn {
    display: inline-flex;
    flex-direction: column;
    font-family: 'Montserrat';
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 60px;
    gap: 10px;
}

.main-banner .banner-content .scroll-btn .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #F0CD55;
    display: flex;
    align-items: center;
    justify-content: center;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.info-texts h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #767500;
    margin-bottom: 20px;
}

.info-texts p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #373636;
}

.info-texts p:not(:last-of-type) {
    margin-bottom: 20px;
}

.info-img img {
    width: 100%;
}

.section-title h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #324628;
    margin-bottom: 0;
}

.section-title {
    margin-bottom: 20px;
}

.sets-card .sets-card-body {
    background-color: #D8D793;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-image-source: url("../images/set-border.png");
    border-image-slice: 9;
    border-image-width: 9px;
    border-image-outset: 8px 1px;
    border-style: solid;
    border-width: 1px;
}

.sets-card .sets-card-body .icon {
    max-width: 108px;
    width: 100%;
    flex-shrink: 0;
}

.sets-card .sets-card-body .info {
    flex: 1;
}

.sets-card .sets-card-body .info h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #324628;
}

.sets-card .sets-card-body .info p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #324628;
}

.row.g-6 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.timeline-view {
    position: relative;
    background-color: #73722F;
    padding: 45px 0 45px;
}

.timeline-view::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    width: 100%;
    height: 33px;
    background: url('../images/border-top.png');
}

.timeline-view::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 33px;
    background: url('../images/bottom-br.png');
}

.timeline-slide {
    display: flex;
    background-color: #324628;
}

.timeline-slide .timeline-img {
    max-width: 544px;
    width: 100%;
    height: 100%;
}

.timeline-slide .timeline-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-slide .timeline-info {
    flex: 1;
    padding: 40px;
}

.timeline-slide .timeline-info .timeline-head span {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
}

.timeline-slide .timeline-info .timeline-head h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #F6D051;
    margin-bottom: 25px;
}

.timeline-slide .timeline-info p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
}

.timeline-slide .timeline-info .timeline-desc {
    max-height: 410px;
    height: 100%;
    overflow: auto;
}

.timeline-slide .timeline-info .timeline-desc::-webkit-scrollbar {
    width: 6px;
}

.timeline-slide .timeline-info .timeline-desc::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 10px;
}

.timeline-slide .timeline-info .timeline-desc::-webkit-scrollbar-thumb {
    background: #f4c542;
    /* yellow */
    border-radius: 10px;
}

.timeline-desc.has-scroll {
    padding-right: 15px;
}

.timeline-info-wrapper {
    margin-bottom: 60px;
}

.time-nav-list .nav-box {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 10px;
    cursor: pointer;
}

.time-nav-list .nav-box::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s ease;
}

.time-nav-list .nav-box::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #F6D051;
    opacity: 0;
    transition: all 0.6s ease;
}

.time-nav-list .nav-box.active-year {
    font-weight: 700;
}

.time-nav-list .nav-box.active-year::before {
    background-color: #324628;
}

.time-nav-list .nav-box.active-year::after {
    opacity: 1;
}

.time-line-nav {
    position: relative;
    z-index: 1;
}

.time-line-nav::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    z-index: -1;
}

.embedded-title h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #767500;
    text-align: center;
}

.embedded-title p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #373636;
}

.embedded-title {
    margin-bottom: 40px;
}

.model-card .model-card-body {
    display: block;
    padding: 20px;
    border: 1px solid #F6D051;
    height: 100%;
}

.model-card .model-card-body .model-img img {
    width: 100%;
    max-height: 110px;
    height: 100%;
    margin-bottom: 20px;
    object-fit: contain;
}

.model-card .model-card-body h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    color: #373636;
    margin-bottom: 20px;
}

.model-card .model-card-body p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #373636;
}

.info-line {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #373636;
    margin-top: 40px;
}

.info-line a {
    color: #767500;
    text-decoration: underline;
}

.measurable-reach .measurable-img {
    position: relative;
    height: 100%;
}

.measurable-reach .measurable-img::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 27px;
    background: url('../images/reach-top.png');
    background-repeat: repeat;
}

.measurable-reach .measurable-img::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    width: 100%;
    height: 27px;
    background: url('../images/reach-top.png');
    background-repeat: repeat;
}

.measurable-reach .measurable-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.measurable-info h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #767500;
    margin-bottom: 40px;
}

.reach-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.reach-row .reach-info h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #373636;
    margin-bottom: 10px;
}

.reach-row .reach-info p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #373636;
}

.measurable-logo-list .lbl {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #373636;
    margin-bottom: 10px;
}

.measurable-logo-list p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #373636;
}

.partners-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.partners-list img {
    width: 100%;
    height: 100%;
}

.measurable-info .btm-inf {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #373636;
    margin-top: 40px;
}

.measurable-info {
    padding-left: 15px;
}

.site-footer {
    position: relative;
    background-color: #F0CA4A;
    padding: 40px 0px;
}

.site-footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    width: 100%;
    height: 33px;
    background: url('../images/border-top.png');
}

.site-footer .social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #324628;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.site-footer .social-links a {
    width: 34px;
    height: 34px;
    display: inline-flex;
}

.site-footer p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #324628;
    text-align: center;
}

.timeline-info-wrapper .slick-track {
    display: flex;
}

.timeline-slide-wrapper {
    height: unset;
}

.timeline-slide {
    height: 100%;
}
.timeline-nv-arrow{
    position: absolute;
    top: 20px;
    right: 20px;
}
.timeline-nv-arrow button{
    color: #F0CD55;
    background-color: transparent;
    border: 0;
    outline: none;
}
/* 
font-family: "Montserrat", sans-serif;
*/