/*
Theme Name: Card Trade Theme
Author: Amin Ansar
Description: A custom WordPress theme converted from a static HTML landing page.
Version: 1.0
*/

/* --- Start of Original style.css --- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* CODE */

body {
    background-color: #12141F;
    color: #EAEBF4;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 152%;
}

.hero-section {
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.hero-section a.active {
    opacity: 1;
    border-bottom: 1px solid #00D6FF;
}

/* Header layout */
.header {
    width: calc(100% - 40px);
    max-width: 1240px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    font-size: 18px;
    color: #EAEBF4;
    opacity: .7;
}

.nav-links a:hover {
    opacity: 1;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    position: relative;
    padding-right: 50px;
}

.hamburger::after {
    content: "Menu";
    position: absolute;
    right: 0px;
    top: -2px;
    opacity: .7;
}


.hamburger span {
    width: 28px;
    height: 3px;
    background: #EAEBF4;
    opacity: .7;
}

.hamburger:hover span {
    opacity: 1;
}

.hamburger:hover::after {
    opacity: 1;
}

/* FULLSCREEN OVERLAY MENU */
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    color: #fff;
    display: none;
}

.nav-overlay.show {
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
}

.close-btn {
    position: absolute;
    top: 25px;
    right: 35px;
    background: none;
    border: none;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
    width: calc(100% - 40px);
}


.overlay-content a {
    font-size: 24px;
    line-height: 152%;
    text-decoration: none;
    color: #fff;
}

/* HEADER */
.cta {
    text-decoration: none;
    padding: 22px 36px;
    padding-bottom: 25px;
    border-radius: 12px;
    background: #00D6FF;
    color: #12141F;
    font-weight: 700;
    display: block;
    width: fit-content;
}

h1 {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 54px;
    max-width: 640px;
    margin-bottom: 36px;
    line-height: 112%;
}

.italic-heading {
    font-family: "IBM Plex Serif", serif;
    font-weight: 200;
    font-style: italic;
}

.highlight {
    position: relative;
    display: inline-block;
}

.highlight::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    left: 0px;
    height: 5px;
    background-image: url("../images/home/highlight-underline.png");
    background-repeat: no-repeat;
    background-size: 100% 5px;
}

.hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scroll-animation {
    position: absolute;
    bottom: -160px;
    left: calc(50% - 25px);
    margin: auto;
}

.hero-section .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.hero-section .content .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 0px;
    padding-top: 70px;
    margin-right: 100px;
    max-width: 640px;
}

.hero-section .visuals {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-section .visuals img {
    max-width: 480px;
}

.hero-section .content .info p {
    margin-bottom: 32px;
}

.hero-section .content .info img {
    margin-bottom: 56px;
}

.hero-section .cta {
    margin-bottom: 32px;
}


ul.check-list {
    padding-left: 30px;
}

ul.check-list li::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -32px;
    top: 1px;
    background-image: url('../images/home/check-circle.png');
    background-repeat: no-repeat;
    background-position: 0 center;

}

h2 {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 112%;
    margin-bottom: 52px;
}

h3 {
    font-size: 22px;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 500;
    font-style: normal;
}


/* SCAM SECTION */

.about-scam-section {
    display: flex;
    width: 100%;
    max-width: 1140px;
    align-items: flex-start;
    margin: auto;
    position: relative;
    margin-bottom: 140px;
}


.about-scam-section .content {
    max-width: 512px;
    margin-left: 120px;
}

.about-scam-section .content p {
    margin-bottom: 24px;
}

.about-scam-img {
    position: sticky;
    top: 40px;
}

.about-scam-section ul {
    margin-bottom: 32px;
}

/* SOLUTION SECTION */

.solution-section {
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    margin: auto;
    margin-bottom: 140px;
}

.solution-section h2 {
    max-width: 660px;
    text-align: center;
    margin: auto;
    margin-bottom: 32px;
}

.solution-section .p1 {
    max-width: 600px;
    text-align: center;
    margin: auto;
}

.solution-section .row {
    display: flex;
}
    .solution-section .row .info p {
        margin-bottom: 16px;
    }

.solution-section .row2 {
    flex-direction: row-reverse;
}


.solution-section .row {
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    margin-top: 88px;
}

.solution-section .row img {
    margin-left: 60px;
}

.solution-section .row h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 134%;
    margin-bottom: 32px;
}

.solution-section .row2 img {
    margin-left: 0px;
    margin-right: 80px;
}

.solution-section .row .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.solution-section .cta {
    margin: auto;
    margin-top: 64px;
}




/* WHAT OFFERS SECTION */


.what-offers-section {
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    margin: auto;
    margin-bottom: 140px;
}

    .what-offers-section .row .info p {
        margin-bottom: 16px;
    }

.what-offers-section h2 {
    max-width: 660px;
    text-align: center;
    margin: auto;
}


.what-offers-section .row {
    display: flex;
}

.what-offers-section .row2 {
    flex-direction: row-reverse;
}

.what-offers-section .row4 {
    flex-direction: row-reverse;
}


.what-offers-section .row {
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    margin-top: 88px;
}

.what-offers-section .row img {
    margin-left: 60px;
}

.what-offers-section .row h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 134%;
    margin-bottom: 32px;
}

.what-offers-section .row2 img {
    margin-left: 0px;
    margin-right: 80px;
}


.what-offers-section .row4 img {
    margin-left: 0px;
    margin-right: 80px;
}

.what-offers-section .row .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.what-offers-section .cta {
    margin: auto;
    margin-top: 64px;
}


.solution-section .row3 .info img{
    max-width: 519px;
    max-height: 378px;
}









ul {
    list-style: none;
    /* list-style-type: square;
    list-style-position: outside;
    list-style-image: url("images/list-style.png"); */

}

ul li {
    position: relative;
    margin-top: 10px;
}

ul li::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    position: absolute;
    left: -32px;
    top: 8px;
    background-image: url('../images/home/arrow.png');
    background-repeat: no-repeat;
    background-position: 0 center;
}

.why-section {
    display: flex;
    justify-content: center;
    margin-top: 110px;
}

.why-section h2 {
    text-align: left;
    margin-bottom: 48px;
}

.why-section .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 482px;
    margin-left: 100px;
}

.why-section ul {
    margin-bottom: 72px;
    color: #eaebf4e1;
}

.why-section .cta {
    margin-top: 42px;
}

.why-section p {
    font-weight: 500;
    border-radius: 0 12px 12px 0;
    position: relative;
    background: #11253E;
    padding: 20px;
}

.why-section p::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -3px;
    top: 0px;
    background: #53AFFF;
}


.why-section .why-img {
    margin-left: -30px;
}


.how-section {
    margin: auto;
    margin-top: 110px;
    width: 1140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.how-section h2 {
    text-align: center;
    width: 100%;
}


.how-section .content {
    display: flex;
    height: 477px;
    margin-bottom: 64px;
}

section.how-section .cta {
    margin-top: 24px;
}

.how-section .steps {
    width: 551px;

    margin-right: 40px;
}

.how-section .step {
    display: flex;
    align-items: center;
    min-height: 95px;
    border-bottom: 1px solid #343646;
    cursor: pointer;
    background: #1D2031;
    padding-left: 30px;
    padding-right: 40px;
}


.how-section .step.expanded {
    align-items: flex-start;
    padding-top: 36px;
    padding-bottom: 30px;
    min-height: 122px;
}

.how-section .step.expanded .icon {
    width: 24px;
}

.how-section .step .icon {
    margin-top: 1.5px;
}

.how-section .step .info {
    margin-left: 20px;
}

.how-section .step .info p {
    opacity: .8;
    display: none;
}

.how-section .step .info h3 {
    opacity: .7;
}

.how-section .step.expanded h3 {
    margin-bottom: 14px;
}

.how-section .step .icon {
    opacity: .7;
}


.how-section .step.expanded .info p {
    display: block;
}


.how-section .step.expanded .info h3 {
    opacity: 1;
}

.how-section .step.expanded .icon {
    opacity: 1;
}

.how-section .visual {
    width: 549px;
    height: 477px;
}

.step-image {
    opacity: 0;
    position: absolute;
}

.step-image.visible {
    opacity: 1;
}


.how-section .step:nth-child(1) {
    border-radius: 12px 12px 0 0;
}


.how-section .step:nth-child(4) {
    border-bottom: none;
    border-radius: 0 0 12px 12px;
}

.how-section .step.expanded {
    background: #242737;
}

.how-section .step:hover {
    background: #242737;
}

.how-section .step:hover h3 {
    opacity: 1;
}

.how-section .step:hover .icon {
    opacity: 1;
}

.how-section .step {
    transition: background-color .2s, opacity .2s;
}

.how-section .step h3 {
    transition: opacity .2s;
}


.how-section .step .icon {
    transition: opacity .2s;
}

.how-section .cta {
    margin-top: 52px;
}

.how-section .p-last {
    opacity: .8;
}



.guarant-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    border-radius: 12px;
    background: #EAEBF4;
    margin-top: 112px;
}

.guarant-section .cta {
    cursor: pointer;
}

.guarant-section .main-info {
    display: flex;
    align-items: center;
    background-color: #005FB1;
    background-image: url("../images/home/guarantee-bg.png");
    padding: 36px;
    border-radius: 12px 12px 0 0;
    background-repeat: no-repeat;
}

.guarant-section .main-info .amount {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 74px;
}

.guarant-section .main-info img {
    margin-right: 24px;
}

.guarant-section .main-info .amount-name {
    display: flex;
    flex-direction: column;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.guarant-section .main-info .name {
    font-size: 40px;
}

.guarant-section .desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1D2031;
    padding: 40px;
}

.guarant-section p.second {
    margin-top: 12px;
    max-width: 550px;
    font-weight: 700;
    border-radius: 0 12px 12px 0;
    position: relative;
    background: #D5E2F5;
    padding: 20px;
}

.guarant-section p.second::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -3px;
    top: 0px;
    background: #53AFFF;
}


.features-section.zero-fees-section {
    background: none;
}

.reputation-section {
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    margin-top: 164px;
    justify-content: flex-start;
    align-items: flex-start;
}

.reputation-section ul {
    margin-top: 24px;
    margin-bottom: 32px;
}

.reputation-section .visual {
    margin-right: 60px;
}

.reputation-section h2 {
    text-align: left;
    margin-bottom: 40px;
}

.reputation-section .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.reputation-section .info p {
    opacity: .8;
}

.reputation-section .info p.first {
    display: inline-block;
    margin-bottom: 14px;
}

.reputation-section .cta {
    margin-top: 76px;
}





/* FREE PAID SECTION */

.free-paid-section {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    margin-top: 140px;
}

.free-paid-section h2 {
    max-width: 640px;
    text-align: center;
    margin: auto;
    margin-bottom: 48px;
}

.free-paid-section .content {
    display: flex;
    background: #1D202F;
    border-radius: 14px;
}

.free-paid-section .col p:nth-child(1) {
    font-size: 52px;
    font-weight: 700;
    line-height: 157.814%;
    /* 80.86px */
    margin-bottom: 12px;

}

.free-paid-section .col {
    padding: 84px;
    padding-top: 64px;
    width: 100%;
}

.free-paid-section .col p {
    max-width: 390px;
}

.free-paid-section .col ul {
    max-width: 390px;
}

.free-paid-section .col2 {
    background: #282C3F;
}

.free-paid-section .col2 p:nth-child(1) {
    color: #00D6FF;
}

.free-paid-section .col1 p:nth-child(2) {
    margin-bottom: 12px;
}

.free-paid-section .col1 p:nth-child(3) {
    margin-bottom: 40px;
}

.free-paid-section .col1 ul {
    margin-bottom: 40px;
}



.free-paid-section .col2 p:nth-child(2) {
    margin-bottom: 40px;
}

.free-paid-section .col2 p:nth-child(4) {
    margin-bottom: 16px;
}

.free-paid-section .col2 p:nth-child(5) {
    margin-bottom: 16px;
}

.free-paid-section .col2 ul {
    margin-bottom: 40px;
}


.free-paid-section h3 {
    margin: auto;
    max-width: 395px;
    text-align: center;
    line-height: 150%;
    margin-top: 48px;
}

.free-paid-section .cta {
    margin: auto;
    margin-top: 24px;
}


/* START PROTECTING SECTION */

.start-pretecting-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 530px;
    background: url("../images/home/start-protecting.png");
    background-repeat: no-repeat;
    background-position: center -10px;
}

.start-pretecting-section p {
    max-width: 560px;
    text-align: center;
    margin-bottom: 20px;
}

.start-pretecting-section .cta {
    margin-top: 24px;
}

.start-pretecting-section ul {
    max-width: 560px;
    margin: auto;
    margin-top: 40px;
}

/* PRICING PLANS SECTION */

.pricing-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 152px;
    margin-bottom: 152px;
}

.pricing-section h2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.pricing-plans {
    display: flex;
    width: 100%;
    max-width: 1140px;
    justify-content: space-between;
    margin: auto;
    margin-top: 92px;
}

.pricing-plan {
    background: #242737;
    border-radius: 12px;
    max-width: 267px;
}

.cta.tablet {
    display: none;
}

.pricing-plan .main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    padding-bottom: 12px;
    text-align: center;
}

.pricing-plan .cta {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    margin-top: 32px;
}

.pricing-plan p.price .value {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
}


.plan-name {
    opacity: .8;
    margin-top: 28px;
    margin-bottom: 12px;
}

.per-month {
    display: inline-block;
    opacity: .7;
    margin-left: 8px;
}


.per-year {
    opacity: .7;
}


.pricing-section .pricing-toggle {
    display: flex;
    cursor: pointer;
    background: #25283A;
    border-radius: 12px;
    padding: 8px;
        margin-top: 24px;

}

.pricing-section .pricing-toggle div {
    padding: 12px;
    background: #25283A;
    border-radius: 10px;
}

.pricing-section .pricing-toggle div.active {
    background: #40455F;
    color: white;
}

.pricing-section .pricing-toggle .monthly-toggle {
    margin-left: 8px;
}

.pricing-section .pricing-plan .price.monthly .per-year{
    display: none;
}

.pricing-section .pricing-plan .price.monthly .per-month-value{
    display: none;
}



.coverage {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 32px;
    padding: 32px;
    padding-bottom: 26px;
}

.coverage p:nth-child(1) {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 8px;
}

.coverage p:nth-child(2) {
    opacity: .7;
}

.cta.secondary {
    background: none;
    border: 1px solid #19CCEE;
    color: #19CCEE;
}

.plan-features li {
    margin-left: 44px;
    padding-right: 16px;
    margin-bottom: 22px;
    color: #eaebf4ec;
}

.plan-features li::after {
    background-image: url('../images/home/check.png');
    width: 24px;
    height: 24px;
    top: 1.2px;
}

.pricing-plan.recommended {
    outline: 3px solid #19CCEE;
    position: relative;
}

.pricing-plan.recommended::after {
    content: "Recommended";
    width: 177px;
    height: 37px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    top: -40px;
    left: calc(50% - 88.5px);
    margin: auto;
    background: #19CCEE;
    color: #12141F;
    text-align: center;
    border-radius: 12px 12px 0 0;
}


/* NEWSLETTER */

.newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1140px;
    padding: 90px 0;
    margin: auto;
    background: #242737;
    border-radius: 12px;
    background-image: url("../images/home/newsletter-waves.avif");
    background-repeat: no-repeat;
    background-position: center top;
}

.newsletter p:nth-child(1) {
    opacity: .7;
    margin-bottom: 12px;
}

.newsletter h2 {
    margin-bottom: 40px;
    max-width: 100%;
}

.newsletter .details {
    max-width: 582px;
    margin-bottom: 84px;
    opacity: .8;
}

.newsletter form {
    display: flex;
    align-items: center;
    padding-left: 80px;
}

.newsletter .cta {
    cursor: pointer;
    font-size: 18px;
}

.newsletter .email-input {
    -webkit-appearance: none;
    /* For Safari and Chrome */
    -moz-appearance: none;
    /* For Firefox */
    appearance: none;
    all: unset;
    padding: 23px 0px;
    font-size: 18px;
    border-radius: 0 12px 12px 0;
    background: #121424;
    width: 375px;
    margin-right: 12px;
    position: relative;
    text-align: left;
    display: flex;
}

.email-input-container {
    position: relative;
}

.newsletter .email-input-container::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 80px;
    left: -80px;
    top: 0px;
    background: #121424;
    background-image: url('../images/home/email-icon.png');

    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 12px 0 0 12px;

}


footer {
    padding-top: 152px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../images/home/tech-waves.avif");
    background-repeat: no-repeat;
    background-position: center top;
}

footer .nav {
    display: flex;
    justify-content: center;
    padding-left: 12px;
    margin-bottom: 48px;
}

footer .nav .links a {
    color: #EAEBF4;
    margin-right: 12px;
}

footer .final-mention {
    width: 100%;
}

footer .rights-reserved {
    color: #eaebf4be;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #eaebf452;
}


.guarantee-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

}

.guarantee-section .main-info {
    padding-top: 164px;
    padding-bottom: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-image: url('../images/home/tech-waves.avif');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.guarantee-section .main-info h2 {
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 18px;
}

.guarantee-section .main-info img {
    margin-left: -40px;
}

.guarantee-section .main-info p {
    opacity: .7;
}

.guarantee-section .description {
    max-width: 692px;
    margin-bottom: 44px;
    font-size: 22px;
    line-height: 152%;
    text-align: center;
    opacity: .8;
}

.why-img.mobile {
    display: none;
}


.hero-section.confirmation p.second{
    opacity: .8;
}

.hero-section.confirmation .next-step{
    margin-top: 16px;
}

.hero-section.confirmation .next-step p{
    margin-bottom: 0px;
}


.hero-section.confirmation .next-step p:nth-of-type(1){
    margin-bottom: 20px;
}

.hero-section.confirmation .next-step p:nth-of-type(2){
    margin-bottom: 8px;
}

.hero-section.confirmation .next-step p:nth-of-type(3){
    margin-bottom: 8px;
}


.hero-section.confirmation .next-step h2{
    margin-bottom: 16px;
}

.hero-section.confirmation .next-step a img {
    width: 180px;
    margin-bottom: 24px;
}

.hero-section.confirmation .create-account {
    margin-bottom: 40px;
}

.hero-section.confirmation .create-account h2{
    margin-top: 32px;
    margin-bottom: 20px;
}

.hero-section.confirmation .need-help {
    margin-bottom: 40px;
}

.hero-section.confirmation .need-help h2{
    margin-top: 32px;
    margin-bottom: 20px;
}

.hero-section.confirmation .need-help .pfirst {
    margin-bottom: 12px;
}

.hero-section.confirmation .need-help .pfirst a {
    color: #00D6FF;
}



@media screen and (max-width: 1210px) {
    /* HEADER */

    .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    /* HEADER */

    h1 {
        font-size: 52px;
        max-width: 700px;

    }


    .hero-section h1 {
        padding: 0;
    }

    .hero-section .content {
        width: 100%;
    }

    .about-scam-section {
        margin-top: 120px;
    }

    .about-scam-img {
        display: none;
    }

    .about-scam-section .content {
        margin: auto;
    }


    .solution-section .row {
        flex-direction: column-reverse;
        align-items: center;
        max-width: 520px;

    }
    

    .solution-section .row img {
        margin: auto;
        margin-bottom: 40px;
    }


    .what-offers-section .row {
        flex-direction: column-reverse;
        align-items: center;
        max-width: 520px;

    }

    .what-offers-section .row img {
        margin: auto;
        margin-bottom: 40px;
    }


    .what-offers-section .row2 img {
        margin-left: -30px;
    }

    .reputation-section .info {
        max-width: 520px;
        text-align: left;
    }


    .free-paid-section .content {
        flex-direction: column;
        max-width: 520px;
        margin: auto;
    }

    .free-paid-section .content .col {
        padding: 40px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .free-paid-section .content .col p {
        width: 100%;
    }

    .features-section {
        height: 100%;
    }

    .features-section .features {
        flex-direction: column;
        align-items: center;
        height: 100%;
        max-height: 100%;
        margin-bottom: 20px;
    }

    .features-section .feature {
        margin-bottom: 24px;
    }

    .why-section {
        position: relative;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .why-section .info {
        margin-right: 0;

    }

    .why-section .why-img {
        display: block;
        max-width: 500px;
        margin-bottom: 60px;
    }

    .why-section .info h2 {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }

    /*  */
    /* .why-section .info {
        width: 100%;
        max-width: 100%;
    } */
    .why-section h2 {
        text-align: center;

    }

    .why-section .cta {
        margin-left: auto;
        margin-right: auto;
    }

    .why-section ul li {
        margin-left: 52px;
    }

    /* 
    .why-section ul {
        margin-bottom: 52px;
        padding-right: 24px;
  
    }
    .why-section ul li {
        margin-left: 52px;
    }
*/
    .why-section .info p {
        margin: 0 20px;
    }

    /*  */
    .how-section {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .how-section .content {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        align-items: center;
        margin-right: 0;
    }

    .how-section .steps {
        margin-right: 0;
    }

    .how-section .visual {
        display: none;
    }

    .reputation-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    .reputation-section h2 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .guarantee-section h2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* NEW */
    .reputation-section {
        width: calc(100% - 40px);
        margin-top: 100px;
    }

    .reputation-section .visual {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .reputation-section h2 {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .reputation-section p.first {
        width: 100%;
        max-width: 100%;
    }

    .reputation-section .info p:nth-child(3) {
        max-width: 600px;
    }

    .reputation-section .cta {
        margin: auto;
        margin-top: 36px;
    }

    .pricing-section {
        margin: auto;
        margin-top: 100px;
    }

    .pricing-section h2 {
        padding: 0;
    }

    .pricing-section .pricing-plans {
        flex-direction: column;
        align-items: center;
        margin-top: 52px;
    }

    .pricing-section p.first {
        text-align: center;
    }

    .pricing-section .pricing-plan {
        margin-bottom: 32px;
    }

    .pricing-section .main-info {
        padding: 32px 20px;
    }

    .pricing-section .main-info .coverage {
        width: 100%;
        padding: 32px 0;
    }

    .pricing-section .pricing-plan.recommended {
        margin-top: 38px;
    }

    .newsletter {
        width: calc(100% - 80px);
        max-width: calc(100% - 80px);
        margin: auto;
        margin-top: 68px;
        padding: 52px 20px;
    }

    /* NEW */

    .why-section .info {
        margin-left: 0;
    }

    .hero-section .content .info {
        margin-right: 0;
        padding-bottom: 60px;
        padding-top: 40px;
    }

    .hero-section .content {
        flex-direction: column;
    }

    .hero-section .content {}

    .guarant-section {
        width: calc(100% - 40px);
    }

    .guarant-section .main-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .guarant-section .main-info img {
        margin-bottom: 12px;
        margin-right: 0;
    }

    .guarant-section .main-info .amount {
        font-size: 60px;
    }

    .guarant-section .main-info .name {
        font-size: 32px;
        margin-bottom: 12px;
        line-height: 110%;
    }

    .guarant-section .desc {
        flex-direction: column;
        text-align: center;
    }

    .guarant-section p.second {
        margin-bottom: 12px;
    }

}

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 52px;
        max-width: 700px;
        padding: 0 32px;
    }

    h2 {
        font-size: 40px;
    }

    .features-section.first {
        padding-top: 120px;
    }


}

@media screen and (max-width: 650px) {

    /* body * {
    outline: 1px solid red;
} */
    .scroll-animation {
        display: none;
    }

    h1 {
        font-size: 40px;
        max-width: 700px;
        padding: 0 24px;
    }

    h2 {
        font-size: 36px;
    }

    .hero-section .visuals img {
        width: 90%;
        padding: 0 24px;
    }

    .hero-section .content .info {
        padding-bottom: 80px;
    }

    .hero-section .first-img {
        width: calc(100% - 40px);
    }

    .features-section.first {
        padding-top: 80px;
    }

    h3 {
        font-size: 20px;
    }

   

    body {
        font-size: 16px;
    }

    .guarantee-section .cta span {
        display: none;
    }

    .cta {
        padding: 20px 0;
        width: calc(100% - 48px);
        text-align: center;
    }

    .guarantee-section .description {
        font-size: 18px;
        padding: 0 24px;
    }

    .guarantee-section .shield-image-new {
        width: 90%;
    }

    .features-section .features {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .features-section .features .feature {
        max-width: 100%;
        width: calc(100% - 48px);
    }

    .features-section .feature-icon {
        padding-bottom: 52px;
    }

    .guarantee-section .main-info {
        padding-top: 100px;
        padding-bottom: 32px;
    }

    .guarantee-section .main-info h2 {
        margin-top: 52px;
    }

    .guarantee-section img.shield-image-new {
        margin-left: 0;
    }

    .guarantee-section .main-info .description {
        margin-bottom: 36px;
    }

    .why-section {}

    .why-section .info {
        width: 100%;
        max-width: 100%;
    }

    .why-section h2 {
        text-align: center;

    }

    .why-section .cta {
        width: calc(100% - 40px);
        margin: auto;
        margin-top: 32px;
    }

    .why-section ul {
        margin-bottom: 52px;
        padding-right: 24px;

    }

    .why-section ul li {
        margin-left: 52px;
    }

    .why-section .info p {
        margin: 0 20px;
        text-align: center;
    }

    .why-section {
        margin-top: 100px;
    }

    .how-section .content {}

    .how-section .steps {
        width: calc(100% - 40px);
        max-width: 100%;
    }

    .features-section.zero-fees-section {
        padding-top: 100px;
    }

    .why-section .info h2 {
        margin-bottom: 36px;
    }

    .reputation-section {
        width: calc(100% - 40px);
        margin-top: 100px;
    }

    .reputation-section .visual {
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .reputation-section h2 {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .reputation-section p.first {
        width: 100%;
        max-width: 100%;
    }

    .reputation-section .cta {
        width: 100%;
        margin-top: 36px;
    }

    .pricing-section {
        width: calc(100% - 40px);
        margin: auto;
        margin-top: 100px;
    }

    .pricing-section h2 {
        padding: 0;
    }

    .pricing-section .pricing-plans {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 52px;
    }

    .pricing-section p.first {
        text-align: center;
    }

    .pricing-section .pricing-plan {
        width: 100%;
        max-width: 100%;
        margin-bottom: 32px;
    }

    .pricing-section .main-info {
        padding: 32px 20px;
    }

    .pricing-section .main-info .coverage {
        width: 100%;
        padding: 32px 0;
    }

    .pricing-section .pricing-plan.recommended {
        margin-top: 38px;
    }

    .features-section .features {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }

    .newsletter {
        width: calc(100% - 80px);
        max-width: calc(100% - 80px);
        margin: auto;
        margin-top: 68px;
        padding: 52px 20px;
    }

    .newsletter h2 {
        width: 100%;
        max-width: 100%;
    }

    .newsletter p.deails {
        width: 100%;
        max-width: 100%;
    }

    .newsletter form {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        padding-left: 0;
    }

    .newsletter form .email-input-container {
        width: calc(100% - 80px);
        margin-left: 80px;
    }

    .newsletter form .email-input {
        width: 100%;
    }

    .newsletter form .cta {
        width: 100%;
        margin-top: 12px;
    }

    footer {
        padding-top: 100px;
    }

    .guarant-section .desc .cta {
        width: 100%;
    }

    .guarant-section .desc .cta span {
        display: none;
    }

    .hero-section .content {
        max-width: 100%;
        width: calc(100% - 40px);
    }

    .hero-section .content * {
        max-width: 100%;
        width: 100%;
    }

    .about-scam-section .content {
        max-width: 100%;
        width: calc(100% - 40px);
    }

    .about-scam-section .content * {
        max-width: 100%;
        width: 100%;
    }

    .about-scam-section .content ul {
        width: calc(100% - 32px);
        padding-left: 32px;
    }

    .solution-section {
        max-width: 100%;
        width: calc(100% - 40px);
    }

    .solution-section * {
        max-width: 100%;
        width: 100%;
    }

    .solution-section .row ul {
        width: calc(100% - 32px);
        padding-left: 32px;
    }




    .what-offers-section {
        max-width: 100%;
        width: calc(100% - 40px);
    }

    .what-offers-section * {
        max-width: 100%;
        width: 100%;
    }

    .what-offers-section .row ul {
        width: calc(100% - 32px);
        padding-left: 32px;
    }

    .what-offers-section .row2 img {
        margin-left: 0;
    }



    .how-section .p-last {
        max-width: 100%;
        width: calc(100% - 32px);
        text-align: center;

    }


    .free-paid-section {
        max-width: 100%;
        width: 100%;

    }

    .free-paid-section .col {
        width: 100%;
    }

    .free-paid-section .col * {
        max-width: 100%;
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
    }

      .free-paid-section .col .p2 {
         max-width: 100%;
        width: calc(100% - 90px);
        margin-left: auto;
        margin-right: auto;
        background: red;
      }



    .start-pretecting-section {
        max-width: 100%;

    }

    .start-pretecting-section * {
        max-width: 100%;
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
    }

    .start-pretecting-section h2 {
        text-align: center;
    }


     .solution-section .row .info h3 {
        font-size: 24px;
    }


     .what-offers-section .row .info h3 {
        font-size: 24px;
    }


}