@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

body {
    font-family: "Inter";
}

h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
}

h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0A7C5A;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.header {
    position: relative;
    display: flex;
    height: 70px;
    background: white;
    justify-content: space-between;
    align-items: center;
    padding: 0 20%;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    background-color: #0A7C5A;
    z-index: 1;
}

.banner img {
    width: 100%;
}

.menu-btn {
    display: flex;
    gap: 15px;
    align-items: center;
}

.menu-btn a {
    color: #444444;
}

.logo {
    z-index: 2;
}

.active {
    color: #0A7C5A !important;
    font-weight: 700;
}

.sign-btn {
    color: white !important;
    background: #FA4040;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    border-radius: 3px;
}

.sign-btn-m {
    color: white !important;
    background: #FA4040;
    padding: 11px 20px;
    display: none;
    border-radius: 3px;
    margin: 5px;
}


:root {
    --TEXT: #444;
    --G: #0a7c5a;
    --W: #fff;
}

.app-article-container {
    z-index: 0;
    width: 62.5%;
    margin: 60px auto;
}

@media (max-width: 991px) {
    .app-article-container {
        max-width: 100%;
        padding: 0 20px;
        margin: 30px auto;
        width: auto;
    }
}

.app-title-section {
    width: 100%;
    font-weight: 8=700;
    font-size: 42px;
    line-height: 100%;

}

@media (max-width: 991px) {
    .app-title-section {
        max-width: 100%;
    }
}

.app-main-heading {
    color: var(--TEXT, #444444);
    font-weight: 800;
    font-size: 42px;
    line-height: 100%;
    margin: 0;
    text-align: left;
}

@media (max-width: 991px) {
    .app-main-heading {
        max-width: 100%;
        font-weight: 800;
        font-size: 28px;
        line-height: 100%;
        text-align: left;
    }
}

.app-intro-text {
    color: rgba(55, 55, 55, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0 0 0;
}

@media (max-width: 991px) {
    .app-intro-text {
        font-size: 14px;
        line-height: 140%;
        max-width: 100%;
    }
}

.app-feature-card {
    border-radius: 20px;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    margin-top: 30px;
    width: 100%;
    align-items: stretch;
    overflow: hidden;
    justify-content: start;
    flex-wrap: wrap;
    border: 1px solid rgba(205, 205, 205, 1);
    background: #1B9F77;
}

@media (max-width: 991px) {
    .app-feature-card {
        display: block;
        max-width: 100%;
    }
}


.app-logo-wrapper {
    background-color: rgba(27, 159, 119, 1);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: calc(45% - 30px) 24px;
}

.app-image-container {
    flex: 1;
    max-width: 240px;
    margin: auto;
}

@media (max-width: 991px) {
    .app-logo-wrapper {
        padding: 0 20px;
    }

    .app-image-container {
        width: auto;
    }
}

.app-logo-image {
    aspect-ratio: 3.09;
    object-fit: contain;
    object-position: center;
    width: 188px;
}

.app-content-section {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 30px;
}

@media (max-width: 991px) {
    .app-content-section {
        display: block;
        max-width: 100%;
        padding: 20px;
    }
}

.app-text-content {
    width: 90%;
    align-self: stretch;
    min-width: 240px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    /* margin: 20px auto; */
}

@media (max-width: 991px) {
    .app-text-content {
        max-width: 100%;
        width: 100%;
    }

    .app-logo-image {
        width: 66%;
        margin: 10px auto;
    }
}

.app-section-heading {
    text-align: left;
    color: var(--G, #0a7c5a);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 991px) {
    .app-section-heading {
        max-width: 100%;
        font-weight: 700;
        font-size: 19px;
        line-height: 120%;
    }
}

.app-description-text {
    color: var(--TEXT, #444);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0 0 0;
}

@media (max-width: 991px) {
    .app-description-text {
        max-width: 100%;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
    }
}

.app-divider {
    background-color: rgba(0, 0, 0, 0.3);
    align-self: stretch;
    display: flex;
    width: 1px;
    flex-shrink: 0;
}

.app-action-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    /* width: 176px; */
    margin: auto 0;
    gap: 15px;
}

.app-signup-container {
    width: 100%;
    /* max-width: 176px; */
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: 0.75px;
    font: 700 25px/1 Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

.app-button-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.app-button-wrapper img {
    width: 100%;
}

.app-signup-button {
    border-radius: 5px;
    border: 1px solid #848484;
    align-self: stretch;
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 9px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    background-color: var(--TEXT, #444);
    margin: auto 0;
    padding: 11px 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.app-signup-button:hover {
    background-color: rgba(68, 68, 68, 0.9);
}

.app-signup-button:focus {
    outline: 2px solid var(--G, #0a7c5a);
    outline-offset: 2px;
}

.app-button-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 40px;
    flex-shrink: 0;
}

.app-button-text {
    flex-grow: 1;
    flex-shrink: 1;
    width: 99px;
    margin: auto 0;
    color: var(--W, #fff);
}

.app-download-section {
    margin-top: 20px;
    width: 100%;
    /* max-width: 176px; */
}

.app-download-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

.app-download-image {
    aspect-ratio: 2.88;
    object-fit: contain;
    object-position: center;
    width: 100%;
    align-self: stretch;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
}

.app-navigation-tags {
    display: flex;
    margin-top: 30px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    color: var(--W, #fff);
    justify-content: center;
    font: 700 18px/1.4 Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .app-navigation-tags {
        max-width: 100%;
        margin-top: 20px;
    }

    .app-divider {
        display: none;
    }

    .app-signup-container img {
        width: 100%;
    }

    .app-action-section {
        width: 100%;
        margin: 10px auto;
        margin-bottom: 0;
    }
}

.app-tag-button {
    align-items: stretch;
    border: 0px solid #fff;
    display: flex;
    /* width: 100%; */
    flex-direction: column;
    justify-content: center;
    background-color: var(--G, #0a7c5a);
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.app-tag-button:not(:first-child) {
    margin-top: 5px;
}

.app-tag-button:hover {
    background-color: rgba(10, 124, 90, 0.9);
}

.app-tag-button:focus {
    outline: 2px solid var(--W, #fff);
    outline-offset: 2px;
}

@media (max-width: 991px) {
    .app-tag-button {
        max-width: 100%;
        height: 40px;
        padding: 0 20px;

        font-weight: 700;
        font-size: 12px;
        line-height: 140%;
    }
}

.app-tag-text {
    color: var(--W, #fff);
}

@media (max-width: 991px) {
    .app-tag-text {
        max-width: 100%;
    }
}


.casino-library {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    /* min-height: 1171px; */
    overflow: hidden;
    padding: 60px 18.75%;
}

@media (max-width: 991px) {
    .casino-library {
        max-width: 100%;
        padding: 30px 20px;
    }
}

.background-image {
    filter: brightness(55%);
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.title-section {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    color: var(--W, #fff);
    text-align: center;
    justify-content: start;
}

.library-description {
    color: white;
    margin: 20px 0;

    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;

}

@media (max-width: 991px) {
    .title-section {
        max-width: 100%;
    }

    .library-description {
        font-size: 14px;
    }
}

.title-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    font-size: 36px;
    font-weight: 800;
    justify-content: start;
}

@media (max-width: 991px) {
    .title-wrapper {
        max-width: 100%;
        align-items: center;
    }
}

.main-title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

@media (max-width: 991px) {
    .main-title {
        max-width: 100%;
    }
}

.description {
    align-self: start;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0 0 0;
}

@media (max-width: 991px) {
    .description {
        font-size: 14px;
        line-height: 140%;
        text-align: center;
    }
}

.game-category {
    backdrop-filter: blur(15px);
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    margin-top: 15px;
    /* width: 100%; */
    align-items: center;
    gap: 30px;
    justify-content: start;
    flex-wrap: wrap;
    padding: 10px 30px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {
    .game-category {
        display: block;
        max-width: 100%;
        padding: 20px;
        text-align: center;
    }
}

.category-icon {
    aspect-ratio: 1.03;
    object-fit: contain;
    object-position: center;
    width: 68px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto;
}

.category-content {
    align-self: stretch;
    min-width: 240px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
}

@media (max-width: 991px) {
    .category-content {
        max-width: 100%;
    }
}

.category-title {
    color: var(--G2, #25e6ab);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

@media (max-width: 991px) {
    .category-title {
        max-width: 100%;
        font-size: 20px;
        line-height: 120%;
        text-align: center;
        vertical-align: middle;
        margin: 5px 0;
    }
}

.category-description {
    color: var(--W, #fff);
    line-height: 22px;
    margin: 5px 0 0 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
}

@media (max-width: 991px) {
    .category-description {
        max-width: 100%;
        font-weight: 300;
        font-size: 13px;
        line-height: 140%;
        text-align: center;
    }
}

.final-category-wrapper {
    position: relative;
    display: flex;
    margin-top: 15px;
    width: 100%;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

@media (max-width: 991px) {
    .final-category-wrapper {
        max-width: 100%;
    }
}

.final-game-category {
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 100%;
    align-items: center;
    gap: 30px;
    justify-content: start;
    flex-wrap: wrap;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
    padding: 10px 30px;
}

@media (max-width: 991px) {
    .final-game-category {
        max-width: 100%;
        padding: 0 20px;
    }
}

.casino-library *:focus {
    outline: 2px solid #25e6ab;
    outline-offset: 2px;
}


.casino-library {
    color-scheme: dark;
}


.star-rating {
    margin: 70px 18.75%;
    color: #444444;
    text-align: center;
}

.star-rating h2 {
    margin-bottom: 20px;
}

.star-wrap {
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.star-item {
    border: 1px solid #444444;
    border-radius: 30px;
    padding: 14px 14px;
    font: 700 18px Inter, sans-serif;
    color: #444444;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.star-item img {
    margin-left: 5px;
}

.reviews {
    background-color: rgba(238, 241, 240, 1);
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 60px 18.75%;
}

.title-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    color: var(--TEXT, #444);
    text-align: center;
    justify-content: start;
}

.heading-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-size: 36px;
    font-weight: 800;
}

.main-title {
    color: var(--TEXT, #444);
    margin: 0;
    font-size: 26px;
    font-weight: 900;
}

.description {
    align-self: start;
    color: var(--TEXT, #444);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 0;

    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;

}

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 251px; */
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
    align-items: start;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
}

.review-card {
    display: flex;
    gap: 10px;
    flex-direction: column;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 240px;
    /* min-height: 211px; */
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 83%;
}

.review-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.review-card:focus-within {
    outline: 2px solid var(--G, #0a7c5a);
    outline-offset: 2px;
}

.review-card-alt {
    min-height: 211px;
    padding: 20px 20px 45px;
}

.review-header {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px 100px;
    white-space: nowrap;
    justify-content: space-between;
    flex-wrap: wrap;
}

.library-title {
    color: white;
    align-items: center;
    margin: auto;
}

.author-info {
    width: 100%;
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--TEXT, #444);
    justify-content: start;
    margin: auto 0;
}

.avatar {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 40px;
    border-radius: 100px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.author-name {
    color: var(--TEXT, #444);
    align-self: stretch;
    margin: auto 0;
    font-size: 18px;
    font-weight: 400;
}

.review-meta {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    margin: auto 0;
}

.rating {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin: auto 0;
}

.stars {
    color: rgba(255, 170, 43, 1);
    letter-spacing: 2.4px;
    align-self: stretch;
    margin: auto 0;
    /* font: 900 16px/1 Font Awesome 5 Free, -apple-system, Roboto, Helvetica, sans-serif; */
    line-height: 10px;
    font-size: 20px;

}

.rating-number {
    color: var(--TEXT, #444);
    align-self: stretch;
    margin: auto 0;
    font: 600 18px/2 Roboto, -apple-system, Roboto, Helvetica, sans-serif;
}

.date {
    color: var(--TEXT, #444);
    align-self: stretch;
    margin: auto 0;
}

.avator-word {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.avator-word-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.category {
    color: var(--TEXT, #444);
    align-self: stretch;
    margin-left: 10px;
}

.review-content {
    margin-top: 10px;
    width: 100%;
    color: var(--G, #0a7c5a);
    font: 700 24px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

.review-title {
    color: var(--G, #0a7c5a);
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.review-description {
    color: var(--TEXT, #444);
    margin-bottom: 0;
    font: 400 18px/25px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

.download-section {
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid var(--Linear, #fbc103);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    margin-top: 30px;
    min-height: 60px;
    width: 550px;
    max-width: 100%;
    gap: 20px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    background-color: var(--G, #0a7c5a);
    font: 700 20px/1.3 Inter, -apple-system, Roboto, Helvetica, sans-serif;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.download-section:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.35);
}

.download-wrapper {
    align-self: stretch;
    display: flex;
    width: 224px;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    margin: auto 0;
}

.download-container {
    width: 100%;
    max-width: 224px;
}

.download-content {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}

.download-button {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.download-button:focus {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}

.download-icon {
    aspect-ratio: 0.97;
    object-fit: contain;
    object-position: center;
    width: 39px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.download-text {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin: auto 0;
}

.download-label {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
}

.highlight {
    color: rgba(250, 64, 64, 1);
}

.service-section {
    padding: 70px 18.75%;
    color: #444444;
}

.service-section h1 {
    margin: 20px 0;
    text-align: left;
}

.service-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;

}

.service-section h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    vertical-align: middle;
}

.currencies-wrap {
    background: #EEF1F0;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0;
    margin-top: 20px;
}

.currencies-wrap h3 {
    color: #0A7C5A;
    margin-bottom: 10px;
}

.currencies-item-wrap {
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    gap: 10px;
    row-gap: 25px;
    justify-content: space-between;
}

.currencies-item {
    display: flex;
    gap: 20px;
    max-height: 50px;
}

.country-name {
    font: 400 16px / 140% Inter, sans-serif;
}

.currencies {
    font: 700 18px / 140% Inter, sans-serif;
}

.language-item-wrap {
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, 371px);
    column-gap: 20px;
    row-gap: 30px;
    justify-content: space-around;
}



.payment-methods-section {
    background-color: rgba(30, 30, 30, 1);
    z-index: 0;
    padding: 60px 18.75%;
    margin: auto;
}

.payment-content-wrapper {
    width: 100%;
    color: var(--W, #fff);
    text-align: center;
}

.payment-title-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

.payment-heading-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-size: 36px;
    font-weight: 800;
    justify-content: start;
}

.payment-main-title {
    color: var(--W, #fff);
    margin: 0;
}

.payment-description {
    align-self: start;
    color: var(--W, #fff);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0 0 0;
}

.payment-methods-grid {
    margin-top: 30px;
    width: 100%;
    line-height: 1.4;
}

.payment-method-card {
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    max-width: 100%;
    align-items: center;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 18px 15px;
    margin-top: 8px;
}

.payment-method-card:first-child {
    margin-top: 0;
}

.payment-icon {
    aspect-ratio: 2.03;
    width: 71px;
    flex-shrink: 0;
    border-radius: 4px;
}

.payment-method-title {
    color: var(--G2, #25e6ab);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    width: 213px;
    margin: 0;
}

.payment-method-description {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: 0;
}

.payment-method-card:focus-within {
    outline: 2px solid #25e6ab;
    outline-offset: 2px;
}

.payment-method-card:hover {
    background-color: rgba(20, 20, 20, 1);
    transition: background-color 0.3s ease;
}

footer {
    margin-top: -1px;
}

.footer-wrap {
    display: flex;
    width: 100%;
}

.footer-left {
    background: #0A7C5A;
    flex: 3;
    padding: 30px;
    align-items: center;
    padding-right: 0;
}

.footer-right {
    flex: 7;
}

.footer-friend-wrap {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.footer-logo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    padding-right: 15%;
    background: #EEF1F0;
    align-items: center;
}

.footer-menu-item {
    padding: 20px;
}

.footer-menu-item a {
    font-weight: 400;
    color: #444444
}

.footer-menu-btn {
    padding: 20px 0;
}

.footer-word {
    width: 57%;
    padding: 20px;
    color: #444444;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
}

.footer-left-wrap {
    width: 325px;
    float: right;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.copyright {
    background: #282828;
    padding: 10px 15%;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}

.copyright a {
    color: white;
}

.news-cotainer {
    width: 62.5%;
    margin: 20px auto;
}

.news-cotainer h1 {
    color: #444444;
    text-align: left;
    margin: 10px 0;
    font-size: 28px;
}

.news-tag {
    border-radius: 5px;
    background: #25E6AB;
    padding: 5px;
    color: black;

    font-weight: 500;
    font-size: 14px;
    line-height: 19.2px;
    vertical-align: middle;
}

.news-article-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, 48.334%);
    row-gap: 10px;
    column-gap: 30px;
    margin-top: 30px;
}


.news-item img {
    width: 100%;
    border-radius: 15px;
}

.news-item-info {
    padding: 5px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.news-item-info time {
    color: #444444;
    font-size: 14px;
}

.news-item-title h3 {
    color: #0A7C5A;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}

.articles-container {
    width: 62.5%;
    margin: 30px auto;
}

.articles-container h1 {
    color: #444444;
    margin: 20px 0;
    text-align: left;
    font-weight: 800;
    font-size: 42px;
    line-height: 100%;
    margin-top: 5px;
}

.articles-container img {
    width: 100%;
    height: auto;
}

.articles-info-wrap time {
    border-radius: 20px;
    background: #25E6AB;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.articles-info-wrap {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 30px;
    color: #444444;
}

.totop {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 165px;
    right: 15px;
}

.tag-wrap {
    word-spacing: 20px;
}

.articles-container h2 {
    color: #444444;
    font: 800 34px / 100% Inter, sans-serif;
    margin: 20px 0;
    text-align: left;

}

.articles-container article p {
    font: 400 18px / 140% Inter, sans-serif;
    color: #444444
}

.breadcrumb-wrap {
    padding: 0;
}

.breadcrumb-wrap .breadcrumb {
    display: flex;
    margin: 0 auto;
    min-height: 45px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.breadcrumb-wrap .breadcrumb a {
    font-size: 14px;
    color: #444444;
}

.breadcrumb-wrap .breadcrumb li:not(:last-child) {
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumb-wrap .breadcrumb li:not(:last-child):after {
    content: ">";
    margin-left: 10px;
}

.breadcrumb-wrap li:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-banner img {
    width: 100%;
    display: none;
}


.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    gap: 5px;
}

@media (max-width: 767px) {
    .pagination-wrap {
        gap: initial;
    }
}

.pagination-wrap .page-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: black;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pagination-wrap .page-item.active {
    background: #0A7C5A;
    color: white !important;
}

.home .active-home,
.news .active-news {
    color: #0A7C5A !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
}

.footer-friend-item img {
    max-width: 40px;
}

.footer-friend-item a {
    display: flex;
}

@media (max-width: 991px) {

    .home .active-home,
    .news .active-news {
        font-size: 14px !important;
    }

    .articles-info-wrap time {
        font-size: 14px;
    }

    .articles-container {
        width: auto;
        padding: 30px 20px;
        margin: 0;
    }

    .articles-container h2 {
        font-size: 25px;
    }

    .footer-menu .menu-btn a {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
    }

    .download-icon {
        width: 25.06px;
    }

    .articles-container h1 {
        font-size: 28px;
    }

    .articles-container p {
        font: 400 48px / 140% Inter, sans-serif;
    }

    .download-button {
        width: 100%;
    }
    .tag-wrap {
        font-size: 14px;
    }

    .service-section h3 {
        font-family: Inter;
        font-weight: 700;
        font-size: 20px;
        line-height: 140%;
    }

    .tb-banner {
        display: none !important;
    }

    .news-banner img {
        display: block;
    }

    .breadcrumb-wrap .breadcrumb {
        min-height: 50px;
        gap: 10px;
    }

    .sign-btn-m {
        display: flex;
        align-items: center;
        font-weight: 900;
        font-size: 18px;
        line-height: 100%;
    }

    .author-name {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .header {
        display: block;
        padding: 0;
        height: auto;
    }

    .service-section h2 {
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 15px;
        text-align: left;
        padding-right: 10px;
    }

    .download-label {
        font-size: 16px
    }

    .logo {
        position: relative;
        z-index: 2;
        margin-left: 5%;
        display: flex;
        justify-content: space-between;
        height: 50px;
        align-items: center;
    }

    .footer-left {
        padding: 15px 0;
    }

    .footer-left-wrap {
        width: auto;
        float: none;
    }

    .service-section p {
        font-size: 14px;
    }

    .rating-number {
        font: 600 14px / 20px Roboto;
    }

    .stars {
        font-size: 12px;
    }

    .date {
        font-weight: 400;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .category {
        font-weight: 400;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .logo img {
        margin: 0;
        width: 95px;
    }

    .header::before {
        bottom: 48px;
        width: 65%;
        top: auto;
    }

    .menu-btn {
        display: flex;
        justify-content: space-around;
        padding: 15px 18%;
        margin: auto;
        background: #EEF1F0;
    }

    .payment-method-card {
        display: block;
    }

    .star-wrap {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 5px;
        grid-column-gap: 5px;
        margin-bottom: 0;
    }

    .star-item {
        font-size: 10px;
        padding: 10px;
        width: 138px;
    }

    .star-rating {
        margin: 50px 5.556%;
    }

    .star-rating h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
    }

    .payment-method-title {
        text-align: left;
        font-size: 20px;
    }

    .banner img {
        object-fit: cover;
        object-position: center;
        height: 145px;
    }

    .reviews {
        max-width: 100%;
        padding: 20px;
    }

    .title-section {
        max-width: 100%;
    }

    .currencies-item-wrap {
        grid-template-columns: repeat(auto-fill, 150px);
        row-gap: 20px;
        gap: 20px;
    }

    .currencies-item {
        gap: 10px;
    }

    .currencies-item-word {
        display: flex;
        flex-direction: column;
    }

    .currencies-item img {
        width: 48px;
        object-fit: contain;
        height: 35px;
    }

    .heading-wrapper {
        max-width: 100%;
    }

    .heading-wrapper h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
    }

    .main-title {
        max-width: 100%;
    }

    .description {
        max-width: 100%;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
    }

    .review-card {
        max-width: 100%;
        height: auto;
        gap: 0;
    }

    .review-card-alt {
        max-width: 100%;
    }

    .review-header {
        max-width: 100%;
        white-space: initial;
        gap: 20px;
    }

    .currencies-wrap {
        padding: 20px;
        margin: auto -20px;
        border-radius: 0;
    }

    .sign-btn {
        display: none;
    }

    .service-section {
        padding: 30px 5.558%;
        padding-bottom: 0;
    }

    .author-info {
        white-space: initial;
    }

    .avator-word {
        width: 100%;
        flex-direction: column;
        align-items: baseline;
        gap: 0;
    }

    .review-meta {
        white-space: initial;
    }

    .rating {
        white-space: initial;
    }

    .review-content {
        max-width: 100%;
    }

    .review-title {
        max-width: 100%;
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        vertical-align: middle;
    }

    .review-description {
        max-width: 100%;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .language-item-wrap {
        grid-template-columns: repeat(auto-fill, 100%);
        row-gap: 15px;
    }

    p.currencies {
        font: 700 13px / 140% Inter, sans-serif;
    }

    p.country-name {
        font: 400 12px / 140% Inter;
        vertical-align: middle;
    }


    .payment-methods-section {
        max-width: 100%;
        padding: 20px;
    }

    .payment-content-wrapper {
        max-width: 100%;
    }

    .payment-title-section {
        max-width: 100%;
    }

    .payment-heading-container {
        max-width: 100%;
    }

    .copyright p {
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
    }

    .payment-main-title {
        max-width: 100%;
        font-weight: 800;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
    }

    .payment-description {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.4;
    }

    .payment-methods-grid {
        max-width: 100%;
    }

    .payment-methods-grid p {
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
    }

    .payment-method-description {
        max-width: 100%;
    }

    .library-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 1.2;
        text-align: center;
    }

    .footer-wrap {
        display: block;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-logo img {
        width: 110px;
    }

    .footer-friend-wrap {
        justify-content: center;
    }

    .footer-menu {
        flex-direction: column;
        padding: 0;
    }

    .footer-menu-item {
        padding: 0;
        width: 80%;
    }

    .footer-menu-btn {
        padding: 0 0 15px;
        display: flex;
        gap: 15px;
    }

    .footer-word {
        width: auto;
    }

    .footer-word p {
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
    }

    .news-article-wrap {
        grid-template-columns: 1fr;
    }

    .news-cotainer {
        width: 90%;
    }
}

.friend-link a::after {
  content: "|";
  margin-left: 10px;
  color: #ccc;
}


.friend-link a:last-child::after {
  content: "";
}