/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                              BEGIN CUSTOM CSS                              */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
:root {
    /* =======================
       FONT FAMILIES
    ======================= */
    --font-serif: 'Nyght Serif';
    --font-sans: 'Instrument Sans';
}
/* about page */
.about-page {
    background-color: #F8F6F3;
}

.about-title-xl {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -1px;
    color: #111;
}

.about-title-xl .word-highlight {
    color: #C7C1A2;
}

.about-intro .about-intro-grid {
    padding: 80px 0 111px;
}

.about-intro-grid {
    display: flex;
    gap: 88px;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 57px;
}

.about-intro-image img {
    max-width: 750px;
    height: auto;
    width: 750px;
    object-fit: cover;
    margin-top: 29px;
}

.about-intro-title {
    margin-top: 6px;
    margin-bottom: 3px;
}

.about-intro-description {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #111;
    padding-right: 108px;
    padding-top: 5px;
}

.about-intro-ceo {
    margin-top: 89px;
}

.about-intro-ceo-name {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.about-intro-signature {
    max-width: 130px;
}

.about-why-grid {
    display: flex;
    gap: 54px;
    align-items: start;
    padding-left: 125px;
    margin-top: 87px;
}

.about-why-title {
    margin-bottom: 12px;
    margin-top: 8px;
}

.about-why-subtitle {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
    margin-bottom: 57px;
    margin-top: 0;
    color: #000;
}

.about-why-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.about-why-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.about-why-item span {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000;
}

.about-why-item img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.about-why-description {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000;
}

.about-why-btn {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    color: #111;
    margin-top: 3px;
    display: inline-block;
    position: relative;
}

.about-why-btn::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #C7C1A2;
}

.about-why-btn:hover {
    opacity: 0.8;
}

.about-why-image {
    position: relative;
    width: 750px;
    height: auto;
}

.about-why-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.about-why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-why-image-content {
    position: absolute;
    bottom: 44px;
    left: 24px;
    right: 24px;
    z-index: 2;
    padding-left: 4px;
    padding-right: 20px;
}

.about-why-image-content h3 {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #FFF;
    margin-bottom: 32px;
    margin-top: 0;
}

.about-why-image-content .description-image {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFF;
}

.about-stats {
    padding: 20px 44px 40px 76px;
}

.about-stats-title.about-title-xl {
    line-height: 90px;
    font-size: 80px;
    margin-top: 0;
}

.about-stats-header {
    max-width: 639px;
    margin-top: 23px;
}

.about-stats-header h2 {
    margin-bottom: 20px;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 16px;
    column-gap: 28px;
    margin-top: 21px;
    padding-right: 27px;
}

.about-stat-item {
    padding: 18.5px 24px;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.about-wrap-stats {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    margin-top: 89px;
}

.about-stat-title {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 0px;
    text-align: center;
    color: #C7C1A2;
}

.about-stat-line {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 0;
}

.about-stat-desc {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 9px;
    padding-left: 2px;
    color: #000;
}

.about-stats-description {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #111;
    padding-right: 15px;
}

.about-section4 .goldBtn:hover{
    background-color: #fff;
}
/* end about page */
/* custom theme css */
.bannerHome.bannerSection .titleLink{
    position: absolute;
    top: 180px;
}
.partnersList .partnerItem{
    display: flex;
    justify-content: center;
    align-items: center;
}
.partnersList .partnerItem img{
    max-width: 150px;
    object-fit: contain;
    height: auto;
    width: auto;
}
.partnersList .partnerItem.filter-image img{
    filter: brightness(0) saturate(100%) invert(11%) sepia(45%) saturate(0%) hue-rotate(133deg) brightness(102%) contrast(95%);
}
.sectionHeight .pressPostList .pressPostItem img{
    /* width: 190px; */
    /* height: 50px; */
    object-fit: contain;
}
/* custom theme css */
/* responsive */

@media (max-width: 1920px) {
   .about-intro-image img {
        max-width: 519px;
        height: 656px;
    }
    .about-why-image {
        width: 519px;
        height: 639px;
    }
}

@media (max-width: 1600px) {
    .about-title-xl {
        font-size: 75px;
        line-height: 75px;
    }
}
@media (min-width: 1441px) and (max-width: 1540px) {
    .section-voyages-5 .signature-concierge-services {
        padding: 22px 12px;
    }
}

@media (max-width: 1440px) {
    .about-intro-description {
        padding-right: 10px;
    }

    .about-title-xl {
        font-size: 60px;
        line-height: 70px;
    }

    .about-wrap-stats {
        gap: 0;
    }

    .about-stats,
    .about-why-grid {
        padding-right: 0;
        padding-left: 24px;
    }
}
@media (min-width: 1401px) and (max-width: 1690px) {
    .section-voyages-5.section-voyages-english .signature-concierge-services{
        padding: 22px 10px;
    }
    .section-voyages-5.section-voyages-english .sub-content p{
        font-size: 14px;
    }
}
@media (min-width: 1241px) and (max-width: 1400px) {
    .section-voyages-5 .sub-content p{
        font-size: 13px;
    }
    
}
@media (min-width: 1025px) and (max-width: 1240px) {
    .section-voyages-5 .sub-content p{
        font-size: 12px;
    }
    .section-voyages-5.section-voyages-english .sub-content p {
        font-size: 11px;
    }
    .section-voyages-5.section-voyages-english .signature-concierge-services{
        padding: 22px 15px;
    }
}
@media (max-width: 1240px) {

    .about-section4 .displaySmallTxt,
    .about-stats-title.about-title-xl,
    .about-title-xl {
        font-size: 50px;
        line-height: 60px;
    }

    .about-stats-header {
        max-width: 40%;
    }

    .about-intro .about-intro-grid {
        padding: 80px 0 0px;
        gap: 30px;
    }

    .about-why-grid {
        gap: 30px;
    }

    .about-wrap-stats {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {

    .about-section4 .displaySmallTxt,
    .about-stats-title.about-title-xl,
    .about-title-xl {
        font-size: 40px;
        line-height: 40px;
    }

    .about-why-grid .about-why-right,
    .about-intro-grid .about-intro-image {
        width: 40%;
    }

    .about-why-grid .about-why-right .about-why-image,
    .about-intro-grid .about-intro-image img {
        width: 100%;
    }

    .about-stats-grid,
    .about-why-image-content {
        padding-right: 0;
    }

    .about-why-grid .about-why-left,
    .about-intro-grid .about-intro-content {
        width: 60%;
    }

    .about-stats-header {
        max-width: 30%;
    }

    .about-why-image-content h3,
    .about-why-subtitle {
        font-size: 20px;
    }

    .about-why-description,
    .about-why-image-content .description-image {
        font-size: 14px;
    }
}

@media (max-width: 991px) {

    .about-why-grid .about-why-left,
    .about-intro-grid .about-intro-content,
    .about-why-grid .about-why-right,
    .about-intro-grid .about-intro-image {
        width: 50%;
    }

    .about-stats-header {
        max-width: 50%;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sectionThree .offersList .offerItem {
        padding: 50px 20px 50px 20px;
        width: 100%;
    }

    .about-section4 .displaySmallTxt {
        font-size: 28px;
    }

    .about-section4.sectionThree .offersList .offerItem {
        padding: 50px 20px 50px 20px;
        width: 100%;
    }
}

@media (max-width: 768px) {

    .about-section4.sectionThree .offersList,
    .about-wrap-stats,
    .about-why-grid,
    .about-intro-grid {
        flex-direction: column;
    }

    .about-why-grid .about-why-left,
    .about-intro-grid .about-intro-content,
    .about-why-grid .about-why-right,
    .about-intro-grid .about-intro-image {
        width: 100%;
    }

    .about-stats-header,
    .about-intro-image img {
        max-width: 100%;
    }

    .about-intro .about-intro-grid {
        padding: 20px 0 0px;
    }

    .about-why-grid {
        padding-left: 0;
    }

    .about-intro-image img,
    .about-why-image {
        height: auto;
    }

    .about-stats,
    .about-why-grid .about-why-left .about-why-title,
    .about-why-grid .about-why-left .about-why-subtitle,
    .about-why-grid .about-why-left .about-why-list,
    .about-why-grid .about-why-left .about-why-description,
    
    .about-intro-content .about-intro-ceo,
    .about-intro-content .about-intro-title,
    .about-intro-content .about-intro-description {
        padding-left: 12px;
        padding-right: 12px;
    }
    .about-why-grid .about-why-left .about-why-btn{
        margin-left: 12px;
    }
    .about-section4.sectionThree .offersList .offerItem {
        width: inherit;
    }

    .about-section4 .displaySmallTxt {
        text-align: center;
    }

    .about-section4.sectionThree .offersList .offerItem .goldBtn {
        text-align: center;
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .about-section4 .displaySmallTxt br{
        display: none;
    }
}

@media (max-width: 480px) {
    .about-why-item{
        flex-direction: column;
    }
    .about-stats-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .about-why-grid .about-why-right .about-why-image, .about-intro-grid .about-intro-image img{
        aspect-ratio: 768 / 991;
    }
    .about-section4 .displaySmallTxt {
        max-width: 80%;
        margin: 0 auto 28px !important;
    }
    .about-stat-item {
        padding-right: 24px;
    }
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                               END CUSTOM CSS                               */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */