* {
    font-family: "Roboto", serif;
}

a {
    text-decoration: none;
}

.p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 0px;
    color: #4B5563;
}

.h5 {
    font-size: 1.25;
}

.logo-image {
    flex-shrink: 0;
    width: 8rem;
    height: 4rem;
    object-fit: cover;
}

.navbar-nav {
    position: absolute;
    left: 20%;
}

.nav-link {
    text-align: center;
}

.primary-button {
    width: fit-content;
    height: 2.5rem !important;
    padding: 0.5rem 1.5rem;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 0.25rem;
    opacity: 1;
    background: #FF6B00;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
}

.nav-item {
    width: auto;
}

.nav-link {
    font-family: Roboto;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0px;
    color: #6B7280 !important;
}

.nav-link.active {
    color: #FF6B00 !important;
}

.hero-section {
    height: 100vh;
    background-image: url("../images/hero_page_bg_img.png");
    background-size: cover;
    /* Ensures the image covers the entire section */
    background-position: center center;
    /* Keeps the image centered */
    color: white;
    /* Optional: to make the text visible over the background */
    text-align: center;
    /* Optional: center the text */
    width: 100%;
}

.section-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: inherit;
    height: calc(100vh - 90px);
}

.hero-section .text-content .title {
    white-space: wrap;
    color: #FFFFFF;
    font-family: "Playfair Display", serif;
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: 700;
}

.hero-section .text-content .sub-title {
    white-space: wrap;
    color: #F3F4F6;
    font-family: "Roboto", serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
}

.section {
    padding: 1rem;
    margin-top: 3rem;
}

.shamanic-sliding-images img {
    width: 100%;
    object-fit: cover;
    /* max-width: 30rem !important; */
    aspect-ratio: 1.3;
}

.shamanic-content-header {
    font-family: "Playfair Display", serif;
    font-size: 1.88rem;
    font-weight: bold;
    line-height: 2.25rem;
    letter-spacing: 0px;
    color: #111827;
}

.shamanic-content-description {
    font-size: 1.13rem;
    font-weight: normal;
    line-height: 1.75rem;
    letter-spacing: 0px;
    color: #4B5563;
}

.feature-point-title {
    font-size: 1.25;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 0px;
    color: #111827;
}

.feature-point-subtitle {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
    letter-spacing: 0px;
    color: #4B5563;
}

.section h2 {
    font-family: "Playfair Display", serif;
    font-size: 1.88rem;
    font-weight: bold;
    line-height: 2.25rem;
    letter-spacing: 0px;
    color: #111827;
}

.experience-section h2 {
    text-align: center;
}

.section .subtitle {
    font-size: 1.13rem;
    font-weight: normal;
    line-height: 1.75rem;
    letter-spacing: 0px;
    color: #4B5563;
    text-align: center;
    font-style: italic;
}

.experience-section .subtitle p {
    text-align: center;
    margin-bottom: 3rem;
}

.exprience-point {
    width: 16.75rem;
    min-width: 16.75rem;
    /* height: 11.75rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem;
    gap: 0rem 0rem;
    flex-wrap: nowrap;
    align-content: center;
    margin-right: 3rem;
}

.exprience-point.last {
    margin-right: 0rem;
}

.exprience-point .icon {
    width: 5rem;
    height: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    gap: 0rem 0rem;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 624.94rem;
    opacity: 1;
    background: rgba(255, 107, 0, 0.1);
}

.exprience-point .heading {
    margin-top: 1.5rem;
}

.exprience-point .heading h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    letter-spacing: 0px;
    color: #111827;
}

.exprience-point .description p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 0px;
    color: #4B5563;
}

.tour-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    letter-spacing: 0px;
    color: #111827;
}

.tour-card .cost-box {
    width: 5rem;
    height: 1.75rem;
    border-radius: 624.94rem;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    justify-content: center;
}

.tour-card .cost-box p {
    white-space: nowrap;
    color: #000000;
    font-size: 0.88rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin: 0;
}

.tour-image {
    height: 300px;
}

p {
    font-size: 1.15rem;
    font-weight: normal;
    line-height: 1.5rem;
    letter-spacing: 0px;
    color: #4B5563;
}

.primary-outline-button {
    width: fit-content;
    height: 2.5rem;
    padding: 0.5rem 1.5rem;
    gap: 0rem 0.625rem;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 0.25rem;
    border-color: #FF6B00;
    opacity: 1;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 0px;
    color: #FF6B00;
    border-style: solid;
    border-width: 0.1rem;
}

.btn-primary {
    width: fit-content;
    height: 2.5rem;
    padding: 0.5rem 1.5rem;
    gap: 0rem 0.625rem;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 0.25rem;
    opacity: 1;
    background: #FF6B00;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
}

.btn-primary:hover {
    width: fit-content;
    height: 2.5rem;
    padding: 0.5rem 1.5rem;
    gap: 0rem 0.625rem;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 0.25rem;
    opacity: 1;
    background: #FF6B00;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
}

.btn-primary:active {
    width: fit-content;
    height: 2.5rem;
    padding: 0.5rem 1.5rem;
    gap: 0rem 0.625rem;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 0.25rem;
    opacity: 1;
    background: #FF6B00;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
}

.section .header {
    margin-bottom: 2rem;
    text-align: center;
}

.main-button {
    font-size: 1.2rem;
    height: 3.5rem !important;
    padding: 1rem 2rem;
}

.explore-button-row {
    margin-top: 4rem;
}

.testimonial-card {
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-img-div {
    margin-right: 2rem;
}

.testimonial-img {
    /* width: 150px; */
    height: 150px;
    /* border-radius: 50%; */
    object-fit: fill;
}

.testimonial-quote {
    font-style: italic;
}

.reviewer .name {
    margin: 0;
    padding: 0;
}

.carousel-control-next-icon {
    color: black;
}

.form-label {
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0px;
    color: #374151;
}

.inquiry-form-card {
    padding: 3rem;
    background: rgba(255, 107, 0, 0.05);
}

.footer-subtitle {
    color: #9CA3AF;
}

.service-img {
    aspect-ratio: 1.5;
    object-fit: cover;
}

.service-card {
    border: none;
}

.icon {}