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

/* one on one section */
#one-section {
    position: relative;
    background-color: #cae5d6;
    /* background-image: url('../assets/card1.png'); */
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-top: 4rem;
}

#one-section .container {
    padding-bottom: 6.8rem;
    padding-top: 5.5rem;
}

.one-title {
    color: #417A74;
    display: inline-block;
    font-size: 3.5rem;
    font-weight: bold;
    position: relative;
}

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

*/
.one-text-row {
    margin-top: 1rem;
}

.one-text-left,
.one-text-right {
    color: #707070;
    font-size: 1.1rem;
   
}

.see-more {
    bottom: -2rem;
    color: #606060;
    font-size: 1rem;
    position: absolute;
    right: 0;
    text-decoration: underline;
    z-index:9999999999999999999999999999!important;
}
.see-more:hover{
    color:#b69558;
}
.discovery-session {
    background: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 1.1rem;
    margin-top: 2.5rem;
    padding: 1.5rem 4rem;
    font-weight: bold;
}

/* sessions section */
#sessions-section {
    padding-top: 4rem;
}

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

.coaching-title {
    color: #417A74;
    font-size: 3.5rem;
    text-align: center;
    font-weight:bold;
}
@media (min-width:500px){
.coaching-cards {
    margin-top: 3rem;
 
    width: 85%!important;
}
}
.coaching-cards {
  
 
    width: 100%;
}
.coaching-card {
    margin-top: 20px;
    align-items: center;
    border: 1px solid #609A96;
    border-radius: 1.75rem;
    display: flex;
    flex-direction: column;
    max-width: 19rem;
    padding: 2.5rem 0;
    margin-right: 10px;  
    height: 93%;
}

.coaching-card-number {
    color: #B69558;
    font-size: 5rem;
    line-height: 5rem;
    padding: 0;
    font-weight:bold;
}

.coaching-card-session {
    color: #B69558;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 0.5rem;
    font-weight:bold;
}

.coaching-card-price {
    color: #417A74;
    font-size: 2.5rem;
    /* margin-top: 2.25rem; */
    font-weight:bold;
}
.coaching-card-price1 {
    color: #417A74;
    font-size: 2.5rem;
    /* margin-top: 2.25rem; */
    font-weight:bold;
}
.coaching-card-price::before {
    color: #707070;
    content: attr(data-old-price);
    font-size: 1.5rem;
    /* margin-right: 1rem; */
    text-decoration: line-through;
}
.coaching-card-price1::before {
    color: #707070;
    content: attr(data-old-price);
    font-size: 1.5rem;
    /* margin-right: 1rem; */
    /* text-decoration: line-through; */
}

.coaching-card-price::after {
    color: #417A74;
    content: attr(data-unit);
    font-size: 1rem;
    margin-left: 1rem;
}
.coaching-card-price1::after {
    color: #417A74;
    content: attr(data-unit);
    font-size: 1rem;
    margin-left: 1rem;
}

.coaching-booking {
    background-color: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 1rem;
    margin-top: 1rem;
    padding: 1.25rem 2.5rem;
    font-weight: bold;
   
    /* padding-bottom: 37px; */
}

.healing-title {
    color: #417A74;
    font-size: 3.5rem;
    margin-top: 3rem;
    text-align: center;
    font-weight: bold;
}

.healing-card {
    align-items: center;
    border: 0.5px solid #417A74;
    border-radius: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5.9rem;
    padding: 3rem 4.75rem;
}

.healing-card-price {
    color: #3F7A75;
    font-size: 2.8rem;
}

.healing-card-price::before {
    color: #707070;
    content: attr(data-duration);
    font-size: 2rem;
    /* margin-right: 1rem; */
    font-weight: bolder;
}

.healing-card-price::after {
    color: #417A74;
    content: attr(data-unit);
    font-size: 1rem;
    font-weight: bold;
    /* margin-left: 1rem; */
}

.healing-card-text {
    color: #26635C;
    font-size: 1.5rem;
    margin-top: 0.6rem;
    text-align: center;
}

.healing-card-booking {
    background-color: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 1rem;
    margin-top: 1.6rem;
    padding: 1.25rem 2.5rem;
    font-weight: bold;
}

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

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

.journey-title {
    color: #417A74;
    font-size: 3.5rem;
    text-align: center;
    font-weight: unset;
    font-weight: bold;
}

.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 {

    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-family:'sans-serif'; */
    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;
}
.thm-btn.bg-thm-color-two{
    text-transform: capitalize;
}