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;
}


#first-section {
    background-color: #ffffff;
}

#first-section .container {    
    padding-bottom: 4.8rem;
    padding-top: 4rem;
}

#first-section .text1 {
    color: #B69558;
    font-size: 1.7rem!important;
    /* margin-top: 22px; */
}
#first-section .text2 {
    color: #707070;
    font-size: 1.5rem !important;
    margin-top: 4rem;
    position: relative;
}

#first-section .text2::after {
    border: 2px solid #F5F2F2;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    transform: translate(-50%, 2rem);
    width: 28rem;
}

#first-section .text3 {
    color: #707070;
    font-size: 16px !important;
    margin-bottom: 4rem!important;


    /* margin-top: 4rem!important; */
}

#first-section .text2-green {
    color: #417A74;
    font-size: 1.5rem !important;
}

#second-section {
    margin-top:-2.5rem!important;
    left: 0px;
    right: 0px;
    width: 100%;
    padding-bottom: -14px;
    position: absolute!important;
    color: rgb(33, 37, 41);
  

    /* background-color: #B4D0D3;
    margin-top: 1.4rem;
    position: relative; */
}

#inspiration-section {
    background-color: #B4D0D3;
    position: relative;
}

#second-section::before {
    content: url('../assets/quotation-up.png');
    left: -60px;
    position: absolute;
    top: 0;
    transform: translate(19rem,-25%);
}

#second-section::after {
    bottom: 0;
    content: url('../assets/quotation-down.png');
    position: absolute;
    right: -60px;
    transform: translate(-19rem,25%);
}

#second-section .container {
    padding: 7.5rem 0;
}

#second-section .text {
    color: white;
    font-size: 2.5rem;
    text-align: center;
}

#third-section {
    background-color: white;
}

#third-section .container {
    padding-top: 8rem;
}

#third-section .text {
    color: #707070;
    font-size: 1.1rem!important;

    margin-top: 7rem!important;
}

#third-section .card {
    border-radius: 1.75rem;
    box-shadow: 0px 2px 15px #26635C33;
    margin-top: -7rem;
    padding: 5rem 0;
}

#third-section .card-row2 {
    margin-top: 9.5rem;
}

#third-section .item {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#third-section .item-info {
    margin-left: 2.5rem;
}

#third-section .item-title {
    color: #417A74;
    font-size: 2rem;
}

#third-section .item-subtitle {
    color: #417A74;
    font-size: 1.25rem;
    text-transform: uppercase;
}


#vtimeline-section {
    margin-top: 6rem;
}

.program-title {
    color: #417A74;
    font-size: 2.25rem;
}

/* The actual timeline (the vertical ruler) */
.vtimeline {
    margin-left: 27.5px;
    margin-top: 8rem;
    position: relative;
}

/* The actual timeline (the vertical ruler) */
.vtimeline::after {
    background-color: #B69558;
    bottom: 0;
    content: '';
    left: 0;
    margin-left: -3px;
    position: absolute;
    top: 0;
    width: 6px;
}

/* Container around content */
.vtimeline-container {
    background-color: inherit;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    margin-top: -60px;
}

/* The circles on the timeline */
.vtimeline-container::after {
    background-color: white;
    border: 6px solid #B69558;
    border-radius: 50%;
    content: '';
    height: 55px;
    left: -27.5px;
    position: absolute;
    top: 0px;
    width: 55px;
    z-index: 1;
}

/* The actual content */
.content {
    padding-bottom: 4rem;    
    padding-left: 2.75rem;
    position: relative;
}

.vtimeline-title {
    color: #B69558;
    font-size: 1.8rem;
    line-height: 2.75rem;
}

.vtimeline-subtitle {
    color: #707070;
    font-size: 1.5rem;
    line-height: 2.75rem;
}

.vtimeline-text {
    color: #707070;
    font-size: 1.1rem;
    line-height: 2.75rem;
}

.vtimeline-conclusion {
    color: #417A74;
    font-size: 1.5rem;
    line-height: 2.75rem;
}

#included-section  {
    background-color: #EFF7F7;
    margin-top: 6.5rem;
}

#included-section .container{
    padding: 6.5rem 0;
}

.included-title {
    color: #417A74;
    font-size: 3.5rem;
    line-height: normal;
font-weight: 600;
}

.included-list {
    list-style-image: url('../assets/correct.png');
    margin-top: 4rem;
}

.included-list li {
    color: #707070;
    font-size: 1.5rem;
}

.included-list li:not(:last-child) { 
    margin-bottom: 2rem;  
 }

.included-img {
    border-radius: 0.5rem;
    max-width: 35rem;
}


#inspiration-section .container {
    padding: 5rem 0;
}

.inspiration-text {
    color: white;
    font-size: 1.5rem;
    margin: auto;
    max-width: 70rem;
    text-align: center;
    margin-left: 6%;
}

/* Bonus section */
#bonus-section  {
    margin-top: 0;
}

#bonus-section .container{
    padding: 6.5rem 0;
}

.bonus-title {
    color: #417A74;
    font-size: 3.5rem;
    font-weight:600;
}

.bonus-subtitle {
    color: #707070;
    font-size: 1.5rem;
}

.bonus-list {
    list-style-image: url('../assets/correct.png');
    margin-top: 2rem;
}

.bonus-list li {
    color: #707070;
    font-size: 1.5rem;
}

.bonus-list li:not(:last-child) { 
    margin-bottom: 1rem;  
 }
 
.bonus-img {
    border-radius: 0.5rem;
    height: 25rem;
    object-fit: cover;
    width: 100%;
}

#signup-section {
    background-color: #EFF7F7;
}

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

.signup-text {
    color: #707070;
    font-size: 1.1rem;
    line-height: 3rem;
    text-align: center;
}
.total-ready{
    font-size: 1.5rem;;
}
.signup-btn {
    background-color: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 1.25rem;
    margin-top: 2rem;
    padding: 1rem 3rem;
}

#program-section .container {
    padding: 4rem;
}
 
.program-img {
    border-radius: 0.5rem;
    height: 45rem;
    object-fit: cover;
    width: 100%;
}

.program-title {
    color: #417A74;
    font-size: 3.5rem;
    font-weight:600;
}

.program-list {
    list-style-image: url('../assets/correct.png');
    margin-top: 2rem;
}

.program-list li {
    color: #707070;
    font-size: 1.2rem;
}

.program-list li:not(:last-child) { 
    margin-bottom: 1rem;  
 }

 #value-section {
    margin-bottom: 5.5rem;
 }

 #value-section .container {
    align-items: center;
    border-radius: 1.75rem;
    box-shadow: 0px 2px 15px #26635C33;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.5rem 0;
 }

.value-title {
    color: #417A74;
    font-size: 3.5rem!important;
    font-weight: 600;
}
.sum{
    font-size: 2rem;
}
 .value-text {
    font-size: 1.1rem!important;
    line-height: 3rem;
    margin-top: 4.5rem;
    text-align: center;
 }

 .value-price-title {
    color: #417A74;
    font-size: 1.5rem;
    margin-top: 4.5rem;
    text-align: center;
 }
 #third-section .text{
    font-size: 16px !important;
 }

 .value-price {
    color: #417A74;
    font-size: 3.5rem;
    text-align: center;
 }

 .value-discount {
    color: #707070;
    font-size: 1.5rem;
    margin-top: 1rem;
    text-align: center;
    text-decoration: underline;
 }


/* 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.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;
}



.join-footer {
    align-items: center;
    border-bottom: 1rem solid #B69558;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: 0px 2px 15px #26635C33;
    display: flex;
    flex-direction: row;
    height: 8.25rem;
    justify-content: space-around;
    margin-top: 9.5rem;
    padding: 1.5rem 0;
    width: 100%;
}

.join-title {
    color: #417A74;
    font-size: 2.5rem;
}
.signup-text p{
    font-size: 18px !important;
}
.signup-text p:last-child{
    color: #417A74 !important;
    font-weight: 600;
}

.join-subtitle {
    color: #417A74;
    font-size: 1.25rem;
}

.join-btn {
    background-color: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 1.25rem;
    padding: 1rem 3rem;
}

@media(max-width:800px){
    #second-section {

        margin-top:-4.5rem!important;
    }
}
#included-section ul{
    line-height: 20px;
}
#bonus-section{
    
    line-height: 20px;
}

#inspiration-section::before{
    font-family: sans-serif;
    content: "\201C";
    color: white;
    font-size: 4em;
    position: relative;
    top: 99px;
    left: 10%;
    font-style: italic;
    line-height: 1;
    font-weight: 600
    }
#inspiration-section::after{
      line-height: 0.3;
      position: relative;
      font-family: sans-serif;
      content: "\A”";
      color: white;
      font-size: 4em;
      display: block;
      text-align: right;
      font-weight: 600;
      bottom: 60px;
      right: 10%;
}

#first-section .text2:nth-of-type(1) {
    position: relative;
}

#first-section .text2:nth-of-type(1):after {
    border: 2px solid #F5F2F2;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    transform: translate(-50%, 2rem);
    width: 28rem;
}


#first-section .text2:nth-of-type(3) {
    position: relative;
}

#first-section .text2:nth-of-type(3):after {
content:none !important;
}

.vtimeline-title{
    font-weight:600;

}