@charset "utf-8";

/*fonts*/
@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');

:root {
    --heading-1: 40px;
    --heading-2: 36px;
    --heading-3: 32px;
    --heading-4: 30px;
    --heading-5: 24px;
    --heading-6: 20px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}

ul li {
    list-style-type: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin: 24px 0 20px;
}

h1,
.h1 {
    font-size: var(--heading-1);
    line-height: 1.2;
}

h2,
.h2 {
    font-size: var(--heading-2);
    line-height: 1.3;
}

h3,
.h3 {
    font-size: var(--heading-3);
    line-height: 1.3;
}

h4,
.h4 {
    font-size: var(--heading-4);
    line-height: 1.3;
}

h5,
.h5 {
    font-size: var(--heading-5);
    line-height: 1.4;
}

h6,
.h6 {
    font-size: var(--heading-6);
    line-height: 1.4;
}

p:not(:last-of-type) {
    margin: 0 0 16px;
}

.text-lg {
    font-size: 18px;
    font-weight: 700;
}


:focus {
    outline: 0;
}

.ads-page {
    padding: 80px 0;
}

.ads-container {
    max-width: 1440px;
    margin: 0 auto;
    padding-inline: 64px;
}

.ads-page-inner {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.ads-page-article {
    width: calc(100% - 548px);
}

.ads-page-article img {
    aspect-ratio: 768/400;
}

.ads-page-article>h1 {
    margin-top: 0;
}

.ads-page-sidebar {
    width: 500px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
    border-radius: 16px;
    overflow: hidden;
}

.sidebar-product {
    position: relative;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(254, 107, 63, 0.2) 0%, rgba(254, 107, 63, 0.04) 100%);
}

.sidebar-product::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(103deg, rgba(255, 255, 255, 0.5), #2D2926);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.ads-page-sidebar img {
    border-radius: 0;
}

.ads-page-sidebar .h1 {
    text-transform: math-auto;
    margin: 0 0 16px;
}

.sidebar-feature-list {
    margin: 16px 0;
}

.sidebar-feature-list li {
    margin: 0;
    font-size: 18px;
    padding-left: 30px;
}

.sidebar-feature-list li::before {
    background: url('../images/icon-tick.png') no-repeat center;
}

.ads-page-sidebar p:last-of-type {
    padding-bottom: 16px;
}

.ads-page-sidebar p {
    font-size: 18px;
}

.rating-badge {
    padding: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #FE6B3F;
}

.rating-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

.intro-text {
    font-size: 20px;
}

.ads-page img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 20px;
}

.with-badge li {
    padding-left: 0;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.with-badge li::before {
    display: none;
}

.with-badge li .badge {
    padding: 4px 14px;
    color: #fff;
    border-radius: 4px;
    background: #111110;
    width: 100%;
    max-width: max-content;
    font-weight: 700;
    white-space: nowrap;
}

.with-badge.with-icon li {
    flex-direction: column;
    gap: 8px;
}

.article-meta {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.article-meta.center-align {
    justify-content: center;
}

.article-meta img {
    flex-shrink: 0;
    border-radius: 50%;
    aspect-ratio: 1/1;
    margin: 0;
}


.author-info {
    display: flex;
    flex-direction: column;
    gap: 7px;
}


.author-info ul {
    margin: 0;
}

.author-info li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
}

.author-info li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}

.note {
    padding: 16px 22px;
    border-left: 4px solid #FE6B3F;
    background: rgba(254, 107, 63, 0.10);
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #000000;
}

ul {
    margin: 16px 0 24px;
}

ul li {
    position: relative;
    padding-left: 40px;
}

ul li+li {
    margin-top: 16px;
}

ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 24px;
    height: 24px;
}

.problem-list li::before {
    background: url('../images/x-circle.svg') no-repeat center;
}

.solution-list li::before {
    background: url('../images/check-circle.svg') no-repeat center;
}

.review-box {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 16px;
    margin-bottom: 16px;
}

.review-box p {
    width: calc(50% - 8px);
    border-left: 4px solid #FE6B3F;
    padding: 16px 18px;
    border-radius: 16px 16px 16px 0;
    background: #FE6B3F1A;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    font-size: 18px;
    font-style: italic;
}

.review-box p::before {
    content: '';
    position: absolute;
    right: 13px;
    top: -15px;
    margin: auto;
    width: 32px;
    height: 32px;
    background: url('../images/icon-quote.svg') no-repeat center;
}

.banner {
    position: relative;
    min-height: 336px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 32px;
}

.sm-height-banner {
    min-height: 193px;
}

.bannerImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.banner .bannerImg:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #111110 0%, rgba(17, 17, 16, 0.30) 95.99%);
}

.banner.bg-orange .bannerImg:before {
    background: linear-gradient(180deg, #FE6B3F 0%, rgba(254, 107, 63, 0.20) 95.99%);
}

.bannerImg img {
    aspect-ratio: 768/336;
    object-position: center 66%;
    min-height: 100%;
}

.banner .content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 100%;
}


.banner .content h2,
.banner .content h5 {
    margin: 0;
}

.btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding: 14px 32px;
    border-radius: 8px;
    border: 1px solid;
    width: 100%;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    text-align: center;
}

.bg-white {
    border-color: #FFF;
    background: #FFF;
}

.bg-orange {
    border-color: #FE6B3F;
    background: #FE6B3F;
    color: #FFF;
}

.bg-white:hover {
    border-color: #FE6B3F;
    background: #FE6B3F;
    color: #FFF;
}

.bg-orange:hover {
    border-color: rgba(254, 107, 63, 0.10);
    background: rgba(254, 107, 63, 0.10);
    color: #FE6B3F;
}

.banner .content .alert {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FE6B3F;
    margin: 0;
}

.banner.bg-orange .content h2 {
    color: #fff;
}

.social-links-wrapper {
    padding: 80px 0 48px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    border-bottom: 1px solid #000;
    margin-bottom: 48px;
}

.social-links-wrapper ul {
    margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.social-links-wrapper ul li {
    padding: 4px;
    border-radius: 50%;
    background: #EEE;
    line-height: 0;
    margin: 0;
    transition: all ease 0.3s;
}

.social-links-wrapper ul li:hover {
    background: #FE6B3F;
}

.social-links-wrapper ul li:hover a {
    color: #FFF;
}

.social-links-wrapper ul li svg {
    transition: all ease 0.3s;
}

.social-links-wrapper ul li::before {
    display: none;
}

.ads-footer {
    padding: 20px 0;
    margin-top: 60px;
}

.link {
    text-decoration: underline;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.link:hover {
    color: #FE6B3F;
}

.announcement {
    overflow: hidden;
    background: #c8102e;
    padding: 10px 0;
    color: #FFF;
}

.scrolltext-wrapper {
    overflow: hidden;
    width: 100%;
}

.scrolltext-track {
    display: flex;
    width: max-content;
    animation: scroll-left 14s linear infinite;
    /* SLOW SPEED */
}

.scrolltext-content {
    display: flex;
}

.scrolltext-content span {
    width: auto;
    margin-right: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Infinite scroll */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* footer design */
.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #000;
    color: #fff;
}

.footer .footer-row {
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.footer .ft-top-left {
    display: flex;
    width: 50%;
    align-items: center;
}

.footer .logo-link-wrapper img {
    height: auto;
    display: block;
}

.footer .heading {
    margin: 0px 20px 0px 15px;
    color: #fff;
    font-size: 18px;
}

.footer .ft-top-right {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
}

.footer .text-block-4 {
    letter-spacing: 1px;
}

.footer .text-block-5 {
    margin-right: 20px;
    margin-left: 20px;
    color: #ffffff4d;
}

.icon-wrapper {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    color: #fff;
}

.footer .footer-bottom {
    margin-top: 30px;
}

.footer .footer-links-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ft-link {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    text-decoration: none;
}

.footer .text-block-6 {
    max-width: 424px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 17px;
}

@media(min-width: 1281px) and (max-width: 1920px) {
    :root {
        --heading-1: 2.778vw;
        --heading-2: 2.5vw;
        --heading-3: 2.222vw;
        --heading-4: 2.083vw;
        --heading-5: 1.667vw;
        --heading-6: 1.389vw;
    }

    .ads-container {
        padding-inline: 4.444vw;
    }

    .ads-footer {
        margin-top: 4.167vw;
    }

    .ads-page {
        padding: 5.556vw 0;
    }

    .social-links-wrapper {
        padding: 5.556vw 0 3.333vw;
        margin-bottom: 3.333vw;
    }

}

@media(max-width: 1280px) {
    :root {
        --heading-1: 34px;
        --heading-2: 32px;
        --heading-3: 30px;
        --heading-4: 24px;
        --heading-5: 22px;
        --heading-6: 20px;
    }

    .ads-page {
        padding: 50px 0;
    }

    .ads-page-inner {
        gap: 30px;
    }

    .ads-page-sidebar {
        width: 440px;
    }

    .ads-page-article {
        width: calc(100% - 470px);
    }

    .ads-container {
        padding-inline: 30px;
    }

    .ads-footer {
        margin-top: 40px;
    }

    .social-links-wrapper {
        padding: 50px 0 32px;
        margin-bottom: 32px;
    }
}

@media(max-width: 1024px) {
    .ads-container {
        padding-inline: 20px;
    }

    .ads-page-inner {
        gap: 14px;
        flex-direction: column;
    }

    .ads-page-sidebar {
        width: 100%;
        position: static;
    }

    .ads-page-article {
        width: 100%;
    }
}

@media(max-width: 767px) {
    :root {
        --heading-1: 24px;
        --heading-3: 20px;
        --heading-5: 19px;
        --heading-6: 16px;
    }

    .btn {
        font-size: 14px;
        padding: 10px 24px;
        border-radius: 6px;
    }

    .hide-mob {
        display: none;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin: 20px 0 16px;
        text-transform: math-auto;
    }

    body {
        font-size: 13px;
    }

    .text-lg {
        font-size: 14px;
    }

    .with-badge li .badge {
        padding: 3px 10px;
    }

    .ads-page-article img {
        aspect-ratio: 335/320;
    }

    .review-box {
        gap: 12px;
    }

    .review-box p {
        padding: 12px 16px;
        font-size: 14px;
        width: 100%;
    }

    .review-box p::before {
        right: 23px;
        top: -8px;
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .intro-text {
        font-size: 16px;
    }

    .author-info {
        gap: 3px;
    }

    .note {
        padding: 12px 16px;
        font-size: 14px;
    }

    .ads-page {
        padding: 32px 0;
    }

    .banner {
        min-height: 298px;
        margin-bottom: 16px;
    }

    .banner .content .alert {
        font-size: 25px;
        gap: 8px;
    }

    .banner .content {
        gap: 20px;
        padding: 16px;
    }

    .banner .bannerImg:before {
        background: linear-gradient(180deg, #111110 28.8%, rgba(17, 17, 16, 0.3) 95.99%);
    }

    .sm-height-banner {
        min-height: 154px;
    }

    .banner h3 {
        margin: 0;
    }

    .sm-height-banner .bannerImg img {
        object-position: center 600%;
    }

    .social-links-wrapper {
        padding: 44px 0 32px;
        gap: 12px;
        margin-bottom: 32px;
    }

    .social-links-wrapper ul {
        gap: 6px;
    }

    .sidebar-product {
        padding: 20px;
    }

    .rating-badge {
        padding: 0 0 10px 0;
        gap: 12px;
    }

    .sidebar-feature-list li,
    .ads-page-sidebar p {
        font-size: 14px;
    }

    .ads-footer {
        padding: 16px 0;
        margin-top: 32px;
    }

    .social-links-wrapper ul li svg {
        width: 20px;
        height: 20px;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer .footer-row {
        flex-direction: column;
        gap: 10px;
    }

    .footer .ft-top-left,
    .footer .ft-top-right {
        width: 100%;
        justify-content: center;
    }

    .footer .footer-bottom {
        margin-top: 20px;
    }

}