/* latin */
/* @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: #fff;
    color: #000;
    /* font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"; */
    font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    line-height: 1.4;
    font-size: 16px;
}

.logo {
    font-family: "Poppins", sans-serif;
    letter-spacing: 18px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

header {
    background-color: #080808;
    /*background-color: #0d6efd;*/
    
}

.container {
    max-width: 1276px !important;
}

.main-content-div .container {
    max-width: 1060px !important;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.nav-btn:hover {
    color: #ffffff;
    opacity: .8;
}

.nav-btn {
    padding: 8px 16px;
    color: #ffffff;
    border-radius: .25rem;
    font-weight: 700;
    background-color: #0ed13d;
    width: max-content;
}

.main-content-div {
    margin-top: 32px;
    margin-bottom: 32px;

}

article .title {
    color: #1f2937;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
}

.review svg {
    color: #fdcf00;
}

.date p {
    color: #00000080;
    font-size: .875rem;
    line-height: 1.42;
    margin-top: .25rem !important;
}

.article-header {
    margin-bottom: 2rem;
}

.article-content a {
    color: #2563eb;
    text-decoration: underline;
}

.article-content a:hover {
    color: #1e40af;
}

.article-content p {
    color: #1f2937;
    margin-bottom: 1rem;
    font-size: 18px !important;
}

.article-content h2 {
    color: #1f2937;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
}

@media (max-width: 767px) {
    .gap-4 {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .logo {
        letter-spacing: 3px;
    }

    /*.footer-widget-1,*/
    /*.footer-widget-2,*/
    /*.footer-widget-3 {*/
    /*    width: 100px;*/
    /*    text-align: start;*/
    /*}*/

    .copyright>.d-flex {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .article-content h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    article .title {
        font-size: 3rem;
        line-height: 1.2;
    }

    footer {
        text-align: start !important;
    }

}


@media (min-width: 768px) {}

.second-rev h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
}

.image--cover {
    width: 197px;
    height: 197px;
    border-radius: 50%;
    margin: 20px;

    object-fit: cover;
    object-position: center right;
}

.nav-btn-orng {
    background-color: #ffa43a !important;
    margin-left: 0 !important;
}

footer {
    text-align: center;
}

.footer-bg-dark {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    /*background-color: #393939;*/
    /*background-color: #0d6efd;*/
    background-color: #080808;
}


/* .footer-widget-1,
.footer-widget-2 {
    mar */
/* } */


.footer-widget-1 h3,
.footer-widget-2 h3,
.footer-widget-3 h3 {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-ul li a {
    color: #ffffff80;
}

.footer-ul li a:hover {
    color: #ffffff80;
}

.copyright p {
    font-size: 12px;
}