:root {
    --theme-color1: #105249;
}

.cape-vidal-section .ratio img {
    max-width: 52vw;
    width: 52vw;
}

.cape-vidal-section .order-lg-first .ratio img {
    right: 0;
    left: auto;
}

.green-out-line-btn {
    border: 1px solid #07606d;
    border-radius: 50px;
    padding: 5px 20px;
    font-family: "serenity-demi-bold";
    font-weight: 600;
    text-transform: uppercase;
    color: #07606d;
}

.green-out-line-btn img {
    margin-right: -10px;
}

.green-out-line-btn:hover {
    background-color: #07606d;
    color: #fff;
    border: 1px solid #07606d;
}

.green-out-line-btn:hover img {
    filter: brightness(0) invert(1);
}

.cape-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.cape-vidal-info-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0;
    gap: 16px;
    font-size: 18px;
    font-weight: 200;
    max-width: 350px;
}

.cape-vidal-info-list li {
    list-style: none;
    display: flex;
}

.cape-vidal-info-list li i {
    min-width: 38px;
    position: relative;
    top: 6px;
}

.cape-vidal-info hr {
    width: 115%;
    opacity: 1;
    border-color: #07606d;
    margin: 40px 0 60px;
}

.cape-map hr {
    width: 100%;
}

.place-detils-title {
    font-family: Serenity;
    font-weight: 200;
    font-style: Light;
    font-size: 39.84px;
    line-height: 37px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: capitalize;
}

.section-theme-six_description {
    margin-top: 60px;
    font-family: Serenity;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 19.5px;
    letter-spacing: 0;
    vertical-align: middle;
}

.place-detils-sodwana-yellow {
    background-color: #f7c23d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 220px;
    margin-top: 225px;
    padding: 100px 0;
}

.place-detils-sodwana-yellow .serenity-thin {
    font-family: Serenity;
    font-weight: 100;
    line-height: 56px;
    letter-spacing: 1px;
}

.place-detils-sodwana-yellow .warnock-pro {
    font-family: Warnock Pro;
    font-weight: 600;
    font-style: italic;
    line-height: 56px;
    letter-spacing: 1px;
}

.cape-vidal-section h1 {
    line-height: 1;
    font-size: 39px;
}

.cape-vidal-section .description {
    font-family: "serenity-light";
    font-size: 18px;
}

.cape-vidal-yellow {
    height: auto !important;
    margin-top: 0;
    padding-left: inherit;
    padding-right: inherit;
}

.cape-vidal-yellow h1 {
    font-size: 64px;
    line-height: 0.86;
}

.area-card {
    --bs-border-color: var(--theme-color1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.area-img {
    width: auto !important;
    margin: -1px;
}

.area-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto;
}

.area-description {
    font-size: 18px;
    line-height: 1.095;
}

.btn-blue-green {
    border: 1px solid var(--theme-color1);
    border-radius: 50px;
    padding: 5px 20px;
    font-family: "serenity-demi-bold";
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.btn-blue-green img {
    margin-right: -10px;
}

.btn-blue-green:hover {
    background-color: var(--theme-color1);
    color: #fff;
    border-color: var(--theme-color1);
}

.btn-blue-green:hover img {
    filter: brightness(0) invert(1);
}

.title-description {
    font-size: 18px;
    line-height: 1.095;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hero-section-new {
    height: auto !important;
    padding: 11% 0 9% !important;
    align-items: flex-start !important;
}

.hero-section-new h4 {
    font-size: clamp(1.25rem, 0.5344rem + 2.2901vw, 2rem);
    line-height: 1;
    font-weight: 300;
    opacity: 0.9;
}

@media (max-width: 991.98px) {
    .ue-light,
    .ue-light-highlighted {
        font-size: 44px !important;
        line-height: 1.1;
    }

    .cape-vidal-yellow h1 {
        font-size: 44px;
    }

    .hero-section-new {
        min-height: 300px !important;
    }

    .cape-vidal-section .ratio img {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .ue-light,
    .ue-light-highlighted {
        font-size: 34px !important;
        line-height: 1.1;
    }

    .cape-vidal-section h1 {
        font-size: 28px;
    }
}
