:root {
    --header-font: 'Cardo', serif;
    --body-font: 'Helvetica Neue', sans-serif;
    font-size: 16px;
}

h1 {
    font-family: var(--header-font);
    font-weight: 600;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: -1px;
    margin: 4rem 0 3rem;
}

b, strong {
    font-weight: 600;
}

i, em {
    font-style: italic;
}

body {
    font-family: var(--body-font);
    font-size: 1rem;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

header {
    height: 120px;
    margin: 0;
    padding: 0 2rem;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    /* margin: 2rem 0; */
}

header .home-link {
    text-decoration: none;
}

header #main-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .9em;
}

header #main-menu li {
    margin: 0 2rem;
    text-transform: uppercase;
    font-weight: 500;
}

header #main-menu a {
    color: #000;
    text-decoration: none;
    font-size: .9rem;
}

header #main-menu a:hover,
header #main-menu a.active {
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: #87027B;
}

a {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #87027B;
    color: #fff;
    text-decoration: none;
    border-radius: 0.25em;
    font-weight: bold;
}

.book-now-section {
    text-align: left;
    margin: 2rem 0;
    background-color: rgba(135, 2, 123, .05);
    display: inline-block;
    border-radius: 50px;
}

.book-now-section span {
    /* display: block; */
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem .5rem 2rem;
}


.book-now-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background-color: #87027B;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 18px;
    transition: background-color 0.3s ease;
}

.book-now-btn:hover {
    background-color: #6b0260;
    color: #fff;
    text-decoration: none;
}

.calendar-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 850px) {
    .container {
        padding: 0 2rem;
    }
}

.content {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

.callout {
    font-size: 1.2rem;
}

.who-am-i {
    display: flex;
    margin: 2rem auto;
    width: 70%;
}


.who-am-i .wai-image {
    /* width: 40%; */
    margin-right: 3rem;
}

.who-am-i .wai-description {
    width: 60%;
}

.who-am-i .wai-description p {
    margin: 0 0 1rem;
}

.who-am-i .wai-description strong {
    color: #87027B;
}

.who-am-i .wai-description .wai-big {
    font-size: 1.3rem;
    font-weight: bold;
}

@media (max-width: 850px) {
    .who-am-i {
        flex-direction: column;
        align-items: center;
    }
    .who-am-i .wai-image {
        margin-right: 0;
    }
    .who-am-i .wai-image svg {
        width: 200px;
    }
    .who-am-i .wai-description {
        width: 100%;
    }
}


.single .post-content p, .single .post-content li {
    line-height: 1.5;
    margin: 1rem 0;
}

.single .post-content li {
    margin: .5rem 0;
}

.single .post-title {
    margin: 0 0 2rem;
    text-align: center;
}

.single .post-title h1 {
    margin: 1rem -7%;
    text-wrap: pretty;
    width: 115%;
}

.single .post-title span.tag {
    display: block;
    font-size: .9em;
    font-weight: bold;
    color: #87027B;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.single .post-header {
    /* display: flex;
    flex-direction: column; */
}

.single .post-header-tour {
    display: flex;
    flex-direction: row;
    justify-self: center;
    max-width: 95vw;
    width: 170%;
    margin-bottom: 2rem;
}

.single .post-header-tour .post-media {
    margin: 0;
    /* width: 50%; */
    transform: translate(0, 0);
    order: 1;
}

.single .tour-meta {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 3rem;
}

.single .tour-meta span {
    font-size: 1em;
    font-weight: 600;
    opacity: .8;
    margin: 0 1rem;
}

.single .post-intro {
    margin: 0 0 2rem;
    font-size: 1.3rem;
    font-weight: bold !important;
    line-height: 1.6;
}

.single .post-intro p {
    line-height: 1.6;
}

.single .post-header-tour .post-intro {
    width: 50%;
    max-width: 500px;
    order: 2;
    margin-left: 3rem;
}

.single .post-media {
    width: 840px;
    transform: translateX(-70px);
    text-align: center;
    margin: 2rem auto
}

.single .post-media .post-media-wrapper {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.single .post-media img {
    width: 100%;
    height: auto;
    max-height: 60vh;
    border-radius: .25em;
    object-fit: contain;
}

.single .post-content figure {
    transform: translateX(calc((700px - 100%) / 2));
    max-width: 100vw;
    min-width: 700px;
    margin: 2rem auto
}

.single .post-content figcaption {
    text-align: center;
    font-style: italic;
    margin-top: 0.25rem;
    font-size: .85em;
    opacity: .8
}

.single .post-content figure img {
    width: 100%;
    height: auto;
    max-height: 60vh;
    border-radius: .25em;
    object-fit: contain;
}

.single .post-content a, .single #content a, .journey-form a {
    color: #87027B;
}

.single .content-highlight, .single .content-important {
    background-color: rgb(135, 2, 123, .05);
    padding: 1.5rem 3rem;
    border-radius: .5em;
    margin: 2rem 0;
    width: 100%;
    transform: translateX(-5%);
}

.single .content-highlight p, .single .content-important p {
    margin: 1rem 0;
    line-height: 1.6;
    font-size: 1.1em;
    /* font-weight: 300; */
    opacity: .8;
}

.single .content-important {
    background-color: rgb(179, 148, 0, .2);
    background-color: rgb(203, 186, 113, .2);
    padding: 1rem 3rem 1rem 5rem;
    border-radius: .5em;
    margin: 2rem 0;
    width: 100%;
    transform: translateX(-5%);
    color: #322E1B;
}

.single .content-important::before {
    content: '⚠️';
    font-size: 1.6rem;
    font-weight: bold;
    color: #322E1B;
    position: absolute;
    top: 50%;
    transform: translate(-3rem, -50%);
}

.journey-form {
    background-color: rgba(135, 2, 123, .05);
    padding: 2rem;
    border-radius: .5em;
    margin: 2rem 0;
    width: 80%;
    transform: translateX(10%);
}

.journey-form p {
    margin: 0 0 1rem;
}

.main-info-quotation {
    max-width: 700px;
    margin: 0 auto;
}

.hp-tours {
    margin: 5rem auto;
    max-width: 1200px;
    padding: 0 2rem;
}

.hp-tours h2 {
    margin: 2rem 0 2rem;
    font-family: var(--header-font);
    font-size: 3rem;
    text-align: center;
}

.hp-tours .hp-tours-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100vw;
    gap: 2rem;
}

.hp-tours .hp-tours-list .post {
    width: calc(50% - 1rem);
    display: block;
    position: relative;
}

@media (max-width: 850px) {
    .hp-tours .hp-tours-list {
        flex-direction: column;
        align-items: center;
    }
    .hp-tours .hp-tours-list .post {
        width: 100%;
        max-width: 500px;
    }
}

.hp-tours .hp-tours-list .post-heading h3 {
    margin: .5rem 0 1rem;
    font-size: 1.4rem;
}

.hp-tours .hp-tours-list .post-body {
    margin: 0;
}

.hp-tours .hp-tours-list .tour-meta {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-end;
}

.hp-tours .hp-tours-list .tour-meta span {
    font-size: 1em;
    font-weight: 600;
    padding: .25rem .5rem;
    background-color: #fff;
    border-radius: 2px;
}

.hp-tours .hp-tours-list .post-media {
    margin: 0;
}

.hp-tours .hp-tours-list .post-media img {
    width: 100%;
    border-radius: .25em;
}

.hp-posts {

}

.hp-posts h2 {
    margin: 2rem 0 2rem;
    font-family: var(--header-font);
    font-size: 1.6rem;
    text-align: center;
}

.hp-posts .posts-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.hp-posts .post {
    max-width: 300px;
}

.hp-posts .post, .hp-posts .post-content {
    flex-direction: column;
}

@media (max-width: 850px) {
    .hp-posts .posts-row {
        flex-direction: column;
        align-items: center;
    }
    .hp-posts .post {
        width: 100%;
        max-width: 500px;
    }
    .hp-posts .post-media {
        margin-right: 0 !important;
    }
    .hp-posts .post-media img {
        width: 100% !important;
    }
}

.big-circular-quotation {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 5rem;
    /* transform: translateX(10rem); */
}

.big-circular-quotation a {
    text-decoration: none;
}

.big-circular-quotation::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background-color: rgba(135, 2, 123, .05);
    border-radius: 50%;
}

.big-circular-quotation blockquote {
    font-size: 1.2rem;
    font-style: italic;
    text-align: center;
    /* padding: 2rem; */
    max-width: 400px;
    margin: 0 auto;
    transform: translate(0, 8rem);
    margin-bottom: 6rem;
}

.big-circular-quotation blockquote::before {
    content: '“';
    font-size: 4rem;
    font-weight: bold;
    color: rgba(135, 2, 123, .5);
    position: absolute;
    top: -4rem;
    left: 0;
    width: 100%;
    text-align: center;
}


.big-circular-quotation blockquote p {
    margin: 0;
}

.main-info-quotation-ta-logo {
    width: 170px;
}

.archive {

}

.archive h1 {
    text-align: center;
    margin: 0 0 2rem;
}

.archive .post {
    margin-bottom: 2rem;
    text-align: left;
    display: flex;
}

.archive .post-title h2 {
    margin-top: 0;
}

.archive .post-media {
    object-fit: cover;
    margin-right: 2rem;
}

.archive .post-media img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: .25em;
} 

.archive .post-content .read-more {
    display: flex;
    margin-top: .5rem;
}

.review-link {
    display: flex;
    align-items: center;
}

.review-link svg {
    margin-right: 12px;
}

.footer-first {
    background-color: #87027B;
    color: #fff;
    padding: 2rem 0;
    margin-top: 5rem;
}

.footer-first .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-first .footer-contacts,
.footer-first .footer-info {
    width: 50%;
}

.footer-first .footer-contact {
    font-size: 1.4rem;
    font-weight: bold;
}

.footer-first .footer-info {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-first .social-navigation {
    margin: 0 0 2rem;
    padding: 0;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
}

.footer-first .footer-copyright {
    margin: 1rem 0 0;
    font-size: .9rem;
    opacity: .8;
    max-width: 50ch;
}

#footer-menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0 0 3rem;
}

#footer-menu li {
    margin: 0 0 0 2rem;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #fff;
}

.footer-second {
    background-color: #300030;
    color: #fff;
}

.footer-second .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0;
}

.footer-second .container p {
    width: 30%;
    font-size: .9rem;
    line-height: 1.6;
}

.footer-text {
    opacity: .8;
}

.footer-review {
    text-align: right;
}

.footer-logo {
    text-align: center;
}

.footer-review .btn {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 2rem;
}

/* FAQ */

.arconix-faq-accordion-title {
    font-size: 1.4rem;
    font-weight: bold;
    /* color: #87027B; */
    /* text-transform: uppercase; */
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.arconix-faq-accordion-content {
    font-size: 1rem;
}