
body {
    background: #F7FAF6;
    font-family: 'Figtree' !important;
}

h2 {
    font-family: 'Figtree' !important;
}

.wiki-region-hero {
    background-position: top;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.wiki-hero-content {
    display: flex;
    gap: 30px;
}

.wiki-title-content {
    flex: 60;
}

.wiki-title {
    margin-top: 9rem;
    display: flex;
}

.logo {
    flex: 25;
}

.logo img {
    border-radius: 30px;
}

.wiki-word-icon {
    flex: 75;
    margin-left: 2rem;
    text-align: left;
}

.wiki-word-icon img {
    max-width: 110%;
    width: 110%;
    height: auto;
}

.wiki-word-icon h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 !important;
}

.wiki-word-icon p {
    font-size: 1.4rem;
    margin: 0 !important;
}

.wiki-hero-buttons {
    margin-top: 3rem;
    display: flex;
    padding-bottom: 8rem;
    gap: 30px;
}

.wiki-hero-buttons img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.wiki-btn {
    font-family: 'Figtree' !important;
    font-weight: 500 !important;
    border-radius: 50px;
    background-color: #006C50;
    border: 0;
}

.wiki-btn.lighter {
    background-color: #9DF4D0;
    color: #002116;
}
.wiki-btn:hover {
    filter: brightness(80%);
    background-color: #006C50;
    cursor: pointer;
}
.wiki-btn.lighter:hover {
    filter: brightness(80%);
    background-color: #9DF4D0;
    cursor: pointer;
}

.wiki-hero-buttons span {
    flex: 50;
}

.wiki-screenshot-container {
    flex: 30;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.wiki-screenshot {
    margin-left: 60px;
    width: 85%;
}

/* Bookeasy start */
.bookeasy {
    margin-top: 2rem;
    line-height: 2rem;
    display: flex;
    padding: 0 5rem;
    gap: 30px;
}

.bookeasy .bookeasy-intro {
    flex: 70;
}

.bookeasy .bookeasy-link {
    flex: 30;
}

.bookeasy h2 {
    font-size: 2.8rem;
    font-family: 'Figtree' !important;
    text-transform: uppercase;
    font-weight: 900;
    color: #006C50;
    display: block;
    margin-right: 1rem;
    text-align: left;
    margin-top: 0;
    line-height: 1.8rem;
}

.bookeasy h2 span {
    color: #FFBB0C;
}

.bookeasy a {
    display: inline-block;
    background-color: #FFBB0C;
    color: #000;
    padding: 10px 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    font-weight: bold;
    margin-right: 1rem;
    margin-top: 1.5rem;
}

.bookeasy a:hover {
    filter: brightness(80%);
}

.bookeasy .powered-by {
    padding-top: 1rem;
}

.bookeasy .powered {
    font-size: .8rem;
    font-weight: bold;
    color: #4472C4;
}

.bookeasy .icon {
    width: 6rem;
    height: auto;
}
/* Bookeasy end */

.background-diff {
    background-color: #DAE5DE;
    margin-top: 3rem;
    padding-bottom: 3rem !important;
}

.feature-box__content .medium {
    margin-top: 0;
}

.wiki-footer {
    width: 100%;
    height: 100vh;
    background-image: url('../images/footer.png');
    background-size: cover;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    align-items: flex-start;
}

.wiki-bottom-footer {
    margin-top: -10px;
    width: 100%;
    background-color: #004432;
    display: flex;
    align-items: flex-start;
    padding-bottom: 1rem;
}

#footer {
    background: none;
}

.wiki-footer-container {
    text-align: center;
    margin-top: -20rem;
    color: #FFFFFF !important;
    line-height: 1.5rem;
}

.wiki-btn-container {
    display: flex;
    gap: 4rem;
    padding: 0 14rem;
}

.wiki-btn-container div {
    flex: 1;
}

.wiki-btn-container h4 {
    font-size: 16px;
}


.wiki-footer-container h2, .wiki-footer-container li, .wiki-footer-container p {
    color: #FFFFFF;
}

.copyright a {
    color: #9DF4D0;
    text-decoration: underline;
}

.wiki-site-content {
    padding: 0 20rem;
}

.wiki-site-content a {
    color: #006C50;
}

.wiki-feature-box {
    margin-top: -4rem;
}

.wiki-marker-container {
    margin-top:4rem;
    max-height:25rem;
    background-color: #DAE5DE;
    padding: 2rem 3rem;
    overflow: hidden;
    border-radius: 25px;
}

.wiki-marker-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wiki-marker-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8rem;
    background: linear-gradient(to bottom, rgba(247, 250, 246, 0) 0%, rgba(247, 250, 246, 1) 100%);
}

.wiki-marker-container h2, .wiki-marker-container span {
     vertical-align: middle;
     margin-right: 10px;
 }

.wiki-marker-container h2 {
    font-size: 2.5rem;
}

.wiki-marker-type {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px 3px 10px;
    border-radius: 8px;
    color: #000;
    margin-top: 5px;
}

.wiki-marker-type img {
    display: inline;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
}

.rating-section {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    flex-direction: column;
    max-width: 60%;
    margin: 0 auto;
}

.rating-summary {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.rating-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    flex: 1;
}

.score {
    font-size: 4rem;
    color: #f9a825;
    margin-right: 0 !important;
    margin-bottom: -5px;
}

.stars {
    display: flex;
    gap: 5px;
    margin: 0 0 6px 0;
}

.stars img {
    width: 20px;
    height: 20px;
}

.review-count {
    font-size: 14px;
    color: #666666;
}

.rating-bars {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 2;
    margin-top: 12px;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.rating-bar span:first-child {
    width: 20px;
    text-align: right;
}

.rating-bar span:last-child {
    width: 30px;
    text-align: left;
}

.bar {
    width: 100%;
    flex-grow: 1;
    height: 8px;
    background-color: #cfd8dc;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.filled {
    height: 100%;
    background-color: #f9a825;
}

.list-feature-title {
    font-weight: 700;
    font-size: 1.1rem;
}

.region-feature-container {
    display: flex;
}

.region-feature-container .row {
    display: flex;
}

.region-feature-container .row.right-align {
    text-align: right;
}

.region-feature-container .text {
    margin-top: -.75rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .region-feature-container {
        flex-direction: column;
        margin-top: 3rem;
        padding: 0 5rem;
    }
    .region-feature-container .row {
        text-align: left;
    }
    .region-feature-container .row.right-align {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .region-feature-container {
        flex-direction: row;
        margin-top: 26rem;
        gap: 20%;
    }
    .region-feature-container .row.right-align {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .region-feature-container {
        margin-top: 1rem;
        flex-direction: row;
        gap: 60%;
        padding: 0;
    }
    .region-feature-container .row.right-align {
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .region-feature-container {
        margin-top: 1rem;
        flex-direction: row;
        gap: 60%;
        padding: 0;
    }
    .region-feature-container .row.right-align {
        text-align: right;
    }
}

/* Mobile Phones (Portrait and Landscape) */
@media (max-width: 600px) {
    .wiki-hero-content {
        flex-direction: column;
    }
    .wiki-title {
        margin-top: .5rem;
        flex-direction: column;
    }
    .logo img {
        width: 40%;
    }
    .wiki-word-icon {
        margin-top: 2rem;
    }

    .wiki-word-icon img {
        width: 95%;
        height: auto;
    }

    .wiki-word-icon h2 {
        font-size: 2rem;
    }

    .wiki-word-icon p {
        font-size: 1rem;
    }

    .wiki-hero-buttons {
        margin-top: 3rem;
        padding-bottom: 2rem;
    }

    .wiki-screenshot-container {
        width: 100%;
        display: inline-block;
    }
    .wiki-screenshot {
        margin-left: 0;
        width: 50%;
    }

    .bookeasy {
        flex-direction: column;
        padding: 0;
    }
    .bookeasy .bookeasy-link {
        text-align: center;
    }
    .bookeasy h2 {
        font-size: 1.4rem;
        line-height: 1.2rem;
        margin-bottom: 0;
    }
    .bookeasy a {
        font-size: 12px;
        padding: 8px 20px;
        margin-right: 0;
        margin-top: 0;
    }
    .bookeasy .powered-by {
        padding-top: .2rem;
    }
    .bookeasy .powered {
        font-size: .4rem;
    }
    .bookeasy .icon {
        width: 4rem;
    }

    .wiki-btn-container {
        display: block;
        padding: 0 4rem;
    }

    .wiki-site-content {
        padding: 0 2rem;
    }
    .wiki-feature-box {
        margin-top: -2rem;
    }

    .wiki-marker-name {
        display: inline-block;
    }
    .wiki-marker-container h2 {
        font-size: 2rem;
    }
}

/* Tablets */
@media (min-width: 601px) and (max-width: 768px) {
    .wiki-hero-content {
        flex-direction: column;
    }
    .wiki-title {
        margin-top: 4rem;
        display: flex;
    }

    .logo {
        flex: 25;
    }

    .logo img {
        border-radius: 20px;
    }
    .wiki-word-icon {
        flex: 75;
        margin-top: .2rem;
    }

    .wiki-word-icon img {
        width: 90%;
    }

    .wiki-word-icon h2 {
        font-size: 1.8rem;
    }

    .wiki-word-icon p {
        width: 90%;
        font-size: 1.2rem;
    }
    .wiki-hero-buttons {
        padding-bottom: 2rem;
    }
    .wiki-screenshot-container {
        width: 100%;
        display: inline-block;
    }
    .wiki-screenshot {
        margin-left: 0;
        width: 50%;
    }
    .wiki-hero-buttons {
        margin-top: 3rem;
        padding-bottom: 2rem;
    }

    .bookeasy {
        flex-direction: column;
        padding: 0;
    }
    .bookeasy .bookeasy-link {
        text-align: center;
    }
    .bookeasy h2 {
        font-size: 2.3rem;
        line-height: 1.3rem;
    }
    .bookeasy a {
        font-size: 14px;
        padding: 8px 20px;
        margin-right: 0;
        margin-top: 0;
    }
    .bookeasy .powered {
        font-size: .5rem;
    }
    .bookeasy .icon {
        width: 5rem;
    }

    .wiki-btn-container {
        display: block;
        padding: 0 4rem;
    }

    .wiki-site-content {
        padding: 0 2rem;
    }
    .wiki-feature-box {
        margin-top: -2rem;
    }

    .wiki-marker-name {
        display: inline-block;
    }
    .wiki-marker-container h2 {
        font-size: 2rem;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .wiki-hero-content {
        flex-direction: column;
    }
    .wiki-word-icon img {
        width: 90%;
    }
    .wiki-hero-buttons {
        padding-bottom: 2rem;
    }
    .wiki-screenshot-container {
        width: 100%;
        display: inline-block;
    }
    .wiki-screenshot {
        margin-left: 0;
        width: 35%;
    }

    .bookeasy {
        flex-direction: column;
        padding: 0;
    }
    .bookeasy .bookeasy-link {
        text-align: center;
    }
    .bookeasy a {
        margin-right: 0;
        margin-top: 0;
    }

    .wiki-btn-container {
        display: block;
        padding: 0 4rem;
    }

    .wiki-site-content {
        padding: 0 6rem;
    }
    .wiki-feature-box {
        margin-top: -3.5rem;
    }
    .wiki-marker-container h2 {
        font-size: 2rem;
    }

    .rating-section {
        max-width: 90%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .wiki-word-icon img {
        width: 90%;
    }
    .wiki-screenshot {
        margin-left: 0;
        width: 110%;
    }

    .bookeasy {
        padding: 0 1rem;
        gap: 10px;
    }
    .bookeasy .bookeasy-intro {
        flex: 65;
    }
    .bookeasy .bookeasy-link {
        flex: 35;
        text-align: center;
    }
    .bookeasy h2 {
        font-size: 2.5rem;
        line-height: 1.5rem;
    }
    .bookeasy a {
        font-size: 14px;
        padding: 8px 20px;
    }

    .wiki-site-content {
        padding: 0 14rem;
    }
    .rating-section {
        max-width: 80%;
    }
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #f0f0f0;
    padding: 15px 0px;
    z-index: 999;
}

.wiki-top-menu {
    display: flex;
}

.nav-logo {
    width: 50%;
    margin-left: 5%;
    float: left;
    padding: .5rem 0;
}

.nav-logo-right {
    width: 50%;
    margin-right: 5%;
    float: left;
    padding: 0;
    text-align: right;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .wiki-marker-container {
        max-height: 35rem;
    }
    .rating-section {
        padding: 10px;
        max-width: 100%;
    }

    .rating-summary {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .rating-score {
        align-items: flex-start;
        margin-right: 0;
    }

    .rating-bars {
        width: 100%;
    }

    .rating-bar {
        justify-content: space-between;
        width: 100%;
    }

    .score {
        width: 100%;
        text-align: center;
    }

    .bar {
        width: 70%;
    }

    .review-count {
        text-align: left;
        width: 100%;
    }
}
