@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.row>div {
    padding: 0 40px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
}

div,
p,
span,
li,
a {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    width: 100%;
}

.black-highlighter,
.red-highlighter,
.green-highlighter {
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.white-text {
    color: #fff;
}

.top-bar {
    background-color: #041320;
    text-align: center;
    padding: 10px 0;
    border-bottom: 4px solid #008cff;
}

.top-bar p {
    color: #ffca00;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.section-padding-top {
    padding-top: 40px;
}

.section-padding-bottom {
    padding-bottom: 40px;
}

.hero h1 {
    font-size: 55px;
    font-weight: 800;
    color: #5cff59;
    margin: 0;
}


.hero p {
    font-size: 25px;
}

/* .hero-img {
    margin: -20px 0;
} */

p {
    font-size: 20px;
    margin: 10px 0;
}

.cta-btn {
    padding: 13px 20px;
    background: linear-gradient(1800deg, #0011ff, #006fff);
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 50px #0024ff52;
    margin-top: 20px;
    font-size: 20px;
    transition: 0.5s;
}

.hero .cta-btn:hover {
    background: transparent;
    color: #00ff29;
    border: 1px solid #00ff29;
    box-shadow: 0 0 50px #00ff2954;
}

.cta-btn:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #0024ff;
    box-shadow: 0 0 50px #0024ff52;
}

.hero {
    background: #041320;
    color: #fff;
    text-align: center;
}

.blue-highlighter {
    color: #5cff59;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.black-highlighter {
    font-weight: 700;
}

.red-highlighter {
    color: red;
    font-weight: 700;
}

.green-highlighter {
    color: #06b041;
    font-weight: 700;
}

.sub-text {
    font-size: 25px;
    font-weight: 400;
}

.bottom-text {
    font-size: 24px;
}

.bottom-text {
    font-size: 22px;
}

.grey-bg {
    background: #dddddd2e;
}

.hero .green-highlighter {
    color: #008cff;
    color: #5cff59;
    font-weight: 800;
    font-size: 45px;
}

.footer {
    background: #041320;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

.footer p {
    margin: 0;
}

.disclaimer p {
    font-size: 9px;
    text-align: center;
}

.price-comparison {
    display: flex;
    gap: 20px;
}

.p-before p:nth-child(1),
.p-after p:nth-child(1) {
    margin: 0;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.p-before p:nth-child(2),
.p-after p:nth-child(2) {
    margin: 0;
    font-weight: 800;
    color: #06b041;
    font-size: 25px;
    font-family: "Inter", sans-serif;
}

.p-after p:nth-child(2) {
    color: red;
}

.price-comparison div {
    padding: 20px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    flex: 1;
    text-align: center;
}

.thankyou {
    padding: 40px 0;
    background: #041320;
    color: #fff;
}

.thankyou h1 {
    font-weight: 600;
}

.thankyou p {
    font-size: 18px;
}

.thankyou .hero-img {
    padding: 40px 0 0 0;
}

iframe {
    width: 700px;
    height: 500px;
}

.sample-canvas-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sample-canvas {
    border: 2px solid #ddd;
    box-shadow: 0 0 50px #0024ff2b;
}

.sample-link {
    overflow-wrap: anywhere;
    word-break: break-all;
    font-size: 30px;
    line-height: 1.2;
    display: block;
}

p.hero-price {
    margin: -5px 0;
}

p.hero-price span {
    color: #fff;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    margin-bottom: 0;
}

p.hero-price del {
    color: #ff0000f7;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}

.icon-text-item {
    padding: 20px;
    background: #f5f5f58c;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.icon-text-area .icon-text-item:first-child {
    margin-top: 20px;
}

.icon-text-item .icon {
    width: 50px;
    margin-bottom: 20px;
}

.grey-bg .icon-text-item {
    background: #ffffff;
}

.text ul li {
    display: flex;
    gap: 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.text ul li:last-child {
    border: none;
}

.comparison img {
    width: 20px;
    height: auto;
    border-radius: 50%;
}


.comparison {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
ul.footer-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
ul.footer-links li a {
    text-decoration: none;
    font-size: 13px;
}