body {
    background-color: #ffffff;
}

#header {
    height: 100vh;
    position: relative;
    width: 100%;
}

#header .bg-img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#header nav {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* program section  */
#program-section {
    background-color: #fff;
    margin-top: 4rem;
    padding: 1rem 0;
}

#program-section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.program-title {
    color: #417A74;
    font-size: 3.5rem;
    padding-left: 1.4rem;
    font-weight:unset;
    font-weight:bold;

}

.program-text {
    color: #707070;
    font-size: 1.2rem;
    margin-top: 1rem;
    padding-left: 1.4rem;
}

.program-cards {
    margin-top: 5rem;
}

/* testimonial section */
#testimonial-section {
    background-color: #ecf5f4;
    margin-bottom: 6.25rem;
    margin-top: 6.25rem;
}

#testimonial-section .container {
    padding: 4rem 0;
    position: relative;
}

#testimonial-section .container::after {
    bottom: -1.5rem;
    content: url(../assets/quotation-down.png);
    position: absolute;
    right: 0;
}

.testimonial-title {
    color: var(--color-green);
    font-size: 4rem;
}

.testimonial-text {
    color: #417A74;
    /*font-family: 'AvenirLTStd-Roman';*/
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
}

.testimonial-person {
    margin-bottom: 1.8rem;
}

.testimonial-person-img {
    border-radius: 50%;
    height: 6.5rem;
    width: 6.5rem;
}

.testimonial-person-name {
    color: var(--color-yellow);
    font-size: 1.875rem;
    font-weight: bold;
    margin-left: 1.75rem !important;
}
@media (max-width:800px){
    .program-title {
        font-size: 2.5rem;
    }
}

@media(min-width:800px){
    #program-section {
    margin-top: 8rem!important;
}
}


body {
    background-color: #ffffff;
}

#header {
    height: 100vh;
    position: relative;
    width: 100%;
}

#header .bg-img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#header nav {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* journey section */
#journey-section {
    background-color: #ffffff;
}

#journey-section .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 0;
}

.journey-title {
    color: #417A74;
    font-size: 3.5rem;
    position: relative;
    font-weight: bold;

}
/*
.journey-title::after {
    bottom: 0;
    content: url(../assets/icon-audio.png);
    position: absolute;
    right: -2rem;
    transform: translateX(100%);
}
*/

.journey-text {
    color: #707070;
    font-size: 1.1rem;
    margin-top: 2rem;
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
}

.journey-create-account {
    background-color: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 1.1rem;
    margin-top: 4rem;
    padding: 1rem;
}

/* quote section */
#quote-section {
    background-color: #ecf5f4;
}

#quote-section .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.25rem 0;
}

.quotation-up-holder,
.quotation-down-holder {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 3.25rem;
    justify-content: center;
}

.quotation-up-holder::before,
.quotation-up-holder::after,
.quotation-down-holder::before,
.quotation-down-holder::after {
    background-color: #ffffff;
    content: '';
    height: 3px;
    width: 28rem;
}

.quote-text {
    color: #417A74;
    font-size: 1.4rem;
    margin-bottom: 4.25rem;
    margin-top: 4.25rem;
    max-width: 50.75rem;
    text-align: center;
    padding: 0 6rem;
}

#start-journey-section {
    padding: 5rem 0;
}

#start-journey-section .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.start-journey-title {
    color: #417A74;
    font-size: 4rem;
}

.start-journey-cards {
    margin-top: 5rem;
}

/* testimonial section */
#testimonial-section {
    background-color: #ecf5f4;
    margin-bottom: 6.25rem;
}

#testimonial-section .container {
    padding: 4rem 0;
    position: relative;
}

#testimonial-section .container::after {
    bottom: -1.5rem;
    content: url(../assets/quotation-down.png);
    position: absolute;
    right: 0;
}

.testimonial-title {
    color: var(--color-green);
    font-size: 4rem;
}

.testimonial-text {
    color: #417A74;
    /*font-family: 'AvenirLTStd-Roman';*/
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: justify;
}

.testimonial-person {
    margin-bottom: 1.8rem;
}

.testimonial-person-img {
    border-radius: 50%;
    height: 6.5rem;
    width: 6.5rem;
}

.testimonial-person-name {
    color: var(--color-yellow);
    font-size: 1.875rem;
    font-weight: bold;
    margin-left: 1.75rem !important;
}
#journey-section .full-cards {
    margin-top: 3rem;
}
.thm-btn.bg-thm-color-two{
    text-transform: capitalize;
}