@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Black.woff2') format('woff2'),
        url('../fonts/inter/Inter-Bold.woff') format('woff'),
        url('../fonts/inter/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Black.woff2') format('woff2'),
        url('../fonts/inter/Inter-Black.woff') format('woff'),
        url('../fonts/inter/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Medium.woff2') format('woff2'),
        url('../fonts/inter/Inter-Medium.woff') format('woff'),
        url('../fonts/inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Regular.woff2') format('woff2'),
        url('../fonts/inter/Inter-Regular.woff') format('woff'),
        url('../fonts/inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/inter/Inter-SemiBold.woff') format('woff'),
        url('../fonts/inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-SemiBold.woff') format('woff'),
        url('../fonts/manrope/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Bold.woff') format('woff'),
        url('../fonts/manrope/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Regular.woff') format('woff'),
        url('../fonts/manrope/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Medium.woff') format('woff'),
        url('../fonts/manrope/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*css start*/
:root {
    /*color variable*/
    --gn-color-primary: #0074F8;
    --gn-color-secondary-blue: #70A5FF;
    --gn-color-secondary-purple: #CC6EF0;
    --gn-color-black: #000000;
    --gn-color-white: #ffffff;
    --gn-color-grey: #333333;
    --gn-color-light-grey: #F5F7F6;

    /*font variable*/
    --gn-font-family-inter: 'Inter';
    --gn-font-family-manrope: 'Manrope';
    --gn-font-48: 48px;
    --gn-font-40: 40px;
    --gn-font-28: 28px;
    --gn-font-32: 32px;
    --gn-font-18: 18px;
    --gn-font-16: 16px;
    --gn-font-14: 14px;
    --gn-weight-reg: 400;
    --gn-weight-med: 500;
    --gn-weight-semi-med: 600;
    --gn-weight-bold: 700;

    /*spacing variable*/
    --gn-desktop-spacing: 90px;
    --gn-ipad-spacing: 70px;
    --gn-mobile-spacing: 50px;
    --gn-bottom-spacing: 20px;
    --gn-padding-50: 50px;
    --gn-padding-30: 30px;

}

body {
    font-family: var(--gn-font-family-inter);
    background-image: url(/wp-content/uploads/2025/07/full-body-image-scaled.webp);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    letter-spacing: normal;
}

/**start typography  style**/
h1,
h2,
h3,
h4,
h5,
p,
html {
    margin-bottom: 0px;
    margin-top: 0px !important;
    letter-spacing: normal;
}

h1 {
    font-size: var(--gn-font-48);
}

h2 {
    font-size: var(--gn-font-40);
    line-height: 48px;
}

p {
    font-size: var(--gn-font-16);
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: var(--gn-color-black);
}

.gn-cta-gradient {
    display: inline-block;
    padding: 11.5px 37px;
    background: linear-gradient(90deg, #70A5FF 0%, #CC6EF0 100%);
    color: white;
    font-size: var(--gn-font-18);
    line-height: 25px;
    font-weight: var(--gn-weight-semi-med);
    font-family: var(--gn-font-family-manrope);
    border: none;
    border-radius: 16px;
    text-decoration: none;
    margin-bottom: 20px;
    transition: background 0.3s ease;

}

.gn-border-line {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #70A5FF, #CC6EF0) 1;
    text-align: center;
    padding: var(--gn-desktop-spacing) 0 0 0;
    opacity: 30%;
}
.gn-step-line img {
    width: 136px;
}
.gn-step-line {
    margin-top: 15px;
}
.gn-spacing {
    padding: var(--gn-desktop-spacing) 0 0 0;
}

.gn-bottom-spacing {
    padding-bottom: var(--gn-bottom-spacing);
}

.gn-bottom-spacing-50 {
    padding-bottom: var(--gn-padding-50);
}

.gn-section-width {
    width: 100%;
    max-width: 1124px;
    margin: 0 auto;
}

/*common css*/

.gn-header-cta .gn-cta-gradient {
    margin-bottom: 0;
}
.gn-header-center p {
    color: #565656;
    letter-spacing: 0;
    line-height: 19px;
}
nav.navbar {
    padding: 14px 0;
    background-color: #F8FBFC;
    position: fixed;
    z-index: 9999999;
    top: 0;
    width: 100%;
}

/*why this*/
.gn-why-this-section .row {
    align-items: center;
}

.gn-why-this-section .gn-why-this-left {
    padding-right: 40px;
}

.gn-why-this-section .gn-why-this-right {
    padding-left: 20px;
}

.gn-why-this-section .gn-why-this-left h2,
.gn-video-section h2,
.gn-overview-right h2,
.gn-how-it-works h2,
.gn-cta-wrapper h2,
.gn-features-section h2,
.gn-blog-slider-section h2 {
    font-weight: var(--gn-weight-semi-med);
}

.gn-why-this-section .gn-why-this-left p,
.gn-overview-right p,
.gn-overview-right ul li {
    font-size: var(--gn-font-14);
    line-height: 20px;
    font-family: var(--gn-font-family-manrope);
    font-weight: var(--gn-weight-reg);
    color: #434343;
}

.gn-overview-right ul li span {
    font-weight: var(--gn-weight-semi-med);
}

.gn-why-this-section .gn-why-this-left p:last-child {
    padding-top: 30px;
}

.gn-why-this-section .gn-why-this-right img {
    max-width: 100%;
}

/*end why this*/
/*video section*/
.gn-video-section h2,
.gn-how-it-works h2,
.gn-cta-wrapper h2 {
    text-align: center;
}

.gn-video-section .video-container {
    width: 100%;
    border-radius: 4px;
    margin: 50px auto 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow:
        0px 12px 26px rgba(140, 140, 140, 0.06),
        0px 48px 48px rgba(140, 140, 140, 0.05),
        0px 108px 65px rgba(140, 140, 140, 0.03),
        0px 191px 77px rgba(140, 140, 140, 0.01),
        0px 299px 84px rgba(140, 140, 140, 0);
    border-radius: 20px
}

.gn-video-section .video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gn-video-section .video-container video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.gn-video-section .play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.gn-video-section .play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gn-video-section .play-button-wrapper #circle-play-b img {
    width: 100px;
    height: 100px;
    opacity: 0.7;
    transition: transform 0.3s ease;
}
/*end video section*/
/*ai overview*/
section.gn-ai-overview-section .gn-overview-right ul {
    padding-left: 25px;
}
.gn-ai-overview-section .row.align-items-center.gn-swap-order {
    flex-direction: row-reverse;
}

.gn-ai-overview-section .row.align-items-center.gn-swap-order .gn-overview-image {
    text-align: right;
}

.gn-ai-overview-section .gn-overview-image img {
    max-width: 90%;
    width: 100%;
    border-radius: 20px;
}

/*end ai overview*/
/* feature card */
.gn-features-section .row.gn-section-width {
    padding: 0 67px;
    gap: 30px 0;
}

.gn-features-section .row {
    display: flex;
    flex-wrap: wrap;
}

.gn-features-section .col-md-4 {
    display: flex;
}

.gn-features-section .gn-feature-card {
   background: #FFFFFF8A;
   border: 2px solid white;
    border-radius: 20px;
    box-shadow: 0px 12px 26px rgba(140, 140, 140, 0.06), 0px 48px 48px rgba(140, 140, 140, 0.05), 0px 108px 65px rgba(140, 140, 140, 0.03), 0px 191px 77px rgba(140, 140, 140, 0.01), 0px 299px 84px rgba(140, 140, 140, 0.00);
    padding: 40px 30px 30px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    justify-content: space-between;
}

.gn-features-section .gn-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.gn-features-section .gn-feature-card img {
    display: block;
    max-width: 80px;
    height: auto;
    flex: 0 0 auto;
    margin: 0 auto 30px auto;
}

.gn-features-section .gn-feature-card p {
    margin: 0;
    font-size: var(--gn-font-16);
    font-family: var(--gn-font-family-manrope);
    font-weight: var(--gn-weight-semi-med);
    color: #434343;
    line-height: 22px;
    margin-top: auto;
    padding: 0;
}

/*How to */
.gn-how-it-works .gn-steps-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.gn-how-it-works .gn-steps-wrapper {
    display: flex;
    align-items: self-start;
    justify-content: center;
}

.gn-how-it-works .gn-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 180px;
    /* control width if needed */
}

.gn-how-it-works .gn-step-item h5 {
    font-size: var(--gn-font-16);
    font-family: var(--gn-font-family-inter);
    font-weight: var(--gn-weight-semi-med);
    padding-top: 13px;
    line-height: 20px;
}

.gn-how-it-works .gn-step-item p,
.gn-how-it-works .gn-cta-wrapper p {
    font-size: var(--gn-font-14);
    line-height: 20px;
    font-family: var(--gn-font-family-manrope);
    font-weight: var(--gn-weight-reg);
    padding-top: 5px;
}

.gn-how-it-works .gn-step-item img {
    max-width: 60px;
    height: auto
}

/*diiferent tool*/
.gn-features-section.gn-different-tool p {
    width: 100%;
    max-width: 532px;
    margin: 0 auto;
    text-align: center;
    font-family: var(--gn-font-family-manrope);
    font-weight: 400;
    color: #000000;
}

.gn-features-section.gn-different-tool img {
    max-width: 100%;
    margin: 40px auto 0 auto;
}

.gn-features-section.gn-different-tool .gn-feature-card p {
    padding: 0;
    padding-bottom: 10px;
}

.gn-different-tool .gn-feature-card {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
}

/*cta banner */
.gn-cta-section .gn-cta-wrapper {
    background: var(--gn-color-light-grey);
    border-radius: 12px;
    padding: 64px 64px 64px 64px;
    text-align: center;
    max-width: 100%;
    width: 100%;
}
.gn-cta-section a.gn-cta-gradient {
    margin-bottom: 0;
}

.gn-cta-section .gn-cta-wrapper p {
    padding-bottom: 40px;
    font-family: var(--gn-font-family-manrope);
}

.gn-cta-section {
    padding-bottom: var(--gn-desktop-spacing)
}

/*slider*/
.gn-blog-slider-section .gn-container {
    margin: 0 auto;
}

.gn-blog-slider .gn-blog-card p {
    font-size: var(--gn-font-16);
    line-height: 22px;
    font-family: var(--gn-font-family-manrope);
    font-weight: var(--gn-weight-semi-med);
}

.gn-blog-slider .gn-blog-card a {
    text-decoration: none;
}

.gn-blog-slider-section .gn-blog-slider .slick-slide img {
    display: block;
    width: 100%;
    max-width: 95%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.gn-blog-slider-section .gn-blog-slider button.slick-arrow {
    position: absolute;
    right: 30px;
    top: -60px;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    color: #BBBBBB;
}
.gn-blog-slider-section .gn-blog-slider button.slick-prev.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.gn-blog-slider-section .gn-blog-slider button.slick-prev.slick-arrow {
    right: 86px;
}

.gn-blog-slider-section .gn-blog-slider button.slick-next.slick-arrow{
    background-color: #171717;
    color: #fff;
}

.gn-blog-slider-section .slick-list {
    padding-left: 0 !important;
}

.gn-blog-slider-section .gn-blog-slider .gn-blog-card p {
    padding-right: 70px;
}

/*footer*/
footer {
    display: block;
    overflow: hidden;
}

.gn-footer-top {
    padding: 40px 0;
    background-color: var(--gn-color-black);
}

.gn-footer-bottom {
    background-color: #12171e;
    padding: 12px 0;
}

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

a.footer-logo {
    display: inline-block;
}

.gn-footer-lp-main .gn-footer-top-logo .gn-footer-lp-inc {
    border-left: 2px solid #fff;
    margin-left: 6px;
    padding-left: 6px;
    max-width: 23%;
    height: auto;
    width: auto;
}

.gn-footer-hastag img {
    max-width: 150px;
}

.row.gn-footer-top-logo a.footer-logo>img, .custom-logo-link img.custom-logo {
    width: 107px;
    height: auto;
}

.gn-footer-bottom .gn-footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gn-footer-bottom .gn-footer-bottom-row p.gn-footer-bottom-link {
    padding-right: 0;
}

.gn-footer-bottom .gn-footer-bottom-link:first-child {
    padding-left: 0;
}

.gn-footer-bottom .gn-footer-bottom-link {
    padding: 0 15px;
    color: var(--gn-color-white);
    position: relative;
    font-size: var(--gn-font-14);
}

/*media query*/
@media screen and (min-width: 576px) {
    .gn-footer-lp-main .gn-footer-top-logo .gn-footer-lp-inc {
        margin-left: 10px;
        padding-left: 10px;
        max-width: 18%;
    }
}

@media screen and (min-width: 768px) {
    .gn-features-section .gn-feature-card p {
        min-height: 45px;
    }

    .row.gn-footer-top-logo {
        margin-bottom: var(--gn-spacing-50);
    }

    .gn-footer-lp-main .gn-footer-top-logo .gn-footer-lp-inc {
        max-width: 14%;
    }

    .gn-footer-hastag img {
        max-width: 180px;
    }
    section.gn-ai-overview-section .gn-overview-right ul {
        margin-bottom: 30px;
    }
    .gn-banner-section .gn-banner-content p {
        padding: 0 70px;
    }
}

@media screen and (min-width:992px) {
    .gn-different-tool .gn-feature-card {
        padding: 30px 30px 30px 30px;
    }
    .gn-banner-section .gn-banner-content p {
        padding: 0;
    }
    .gn-features-section .gn-feature-card {
        padding: 60px 40px 40px 40px;
    }

    .gn-hide-desktop {
        display: none;
    }

    .gn-footer-hastag img {
        max-width: 250px;
    }

    .navbar-collapse {
        justify-content: center;
    }

    .gn-footer-lp-main .gn-footer-top-logo .gn-footer-lp-inc {
        max-width: 10%;
    }

    footer .gn-footer-bottom.gn-lp-footer-bottom .gn-footer-bottom-row {
        justify-content: center;
    }

}

@media screen and (min-width: 1200px) {

    .gn-features-section.gn-different-tool .gn-feature-card p {
        padding: 0;
        padding-bottom: 36px;
    }

    .gn-footer-lp-main .gn-footer-top-logo .gn-footer-lp-inc {
        max-width: 8%;
    }

    .gn-ai-overview-section .gn-overview-image img {
        max-width: 82%;
    }

    .gn-features-section .gn-feature-card {
        padding: 83px 60px 44px 60px;
    }
    .gn-features-section.gn-different-tool img {
        margin: 0 auto 31px auto;
    }

    .gn-features-section .gn-feature-card img {
        margin: 0 auto 45px auto;
    }

    .gn-features-section .gn-feature-card p {
        padding: 0 8px;
    }

    .gn-different-tool .gn-feature-card {
        padding: 30px 56px 30px 56px;
    }
}
@media screen and (min-width: 1366px) {
    .gn-blog-slider-section .gn-container {
        max-width: 1245px;
    }
    .gn-blog-slider-section .gn-container {
        margin: 0 0 0 auto;
        padding: 0;
    }
}
@media screen and (min-width: 1440px) {
    .gn-blog-slider-section .gn-container {
        max-width: 1368px;
    }
}
@media screen and (min-width: 1600px) {
    .gn-blog-slider-section .gn-container {
        max-width: 1448px;
    }
}
@media screen and (min-width: 1650px) {
    .gn-blog-slider-section .gn-container {
        max-width: 1488px;
    }
}
@media screen and (min-width:1700px) {
    .gn-blog-slider-section .gn-container {
        max-width: 1608px;
    }
    .gn-blog-slider-section .gn-blog-slider .gn-blog-card p {
        padding-right: 230px;
    }
}
@media screen and (min-width: 2000px) {
    .gn-blog-slider-section .gn-container {
        max-width: 1928px;
    }
}
@media screen and(max-width:1280px){
	.gn-video-section .play-button-wrapper #circle-play-b {
        opacity: 1;
    }
}
@media screen and (max-width:991px) {
    .gn-features-section .gn-feature-card{ 
        padding: 40px 20px 30px 20px;
    }
    .gn-hide-mobile {
        display: none;
    }

    .gn-header-center {
        text-align: center;
        padding-bottom: 20px;
    }

    .gn-hide-desktop {
        text-align: center;
    }

    .navbar-collapse {
        padding-top: 20px;
    }

    .gn-border-line {
        padding: var(--gn-ipad-spacing) 0 0 0;
    }

    .gn-spacing {
        padding: var(--gn-ipad-spacing) 0 0 0;
    }

    h2 {
        font-size: var(--gn-font-32);
    }

    .gn-video-section .video-container {
        margin: 30px auto 0 auto;
    }

    .gn-video-section .play-button-wrapper #circle-play-b img {
        width: 80px;
        height: 80px;
    }

    .gn-bottom-spacing-50 {
        padding-bottom: var(--gn-padding-30);
    }

    .gn-section-width {
        max-width: 100%;
    }

    .gn-features-section .row.gn-section-width {
        padding: 0;
    }

    .gn-step-line img {
        width: 100%;
    }

    .gn-cta-section.gn-spacing {
        padding-bottom: var(--gn-ipad-spacing);
    }

    .gn-blog-slider-section .gn-blog-slider button.slick-arrow {
        top: -45px;
    }
}

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

    h2 {
        font-size: var(--gn-font-28);
        line-height: 34px;
    }

    .gn-border-line {
        padding: var(--gn-mobile-spacing) 0 0 0;
    }

    .gn-spacing {
        padding: var(--gn-mobile-spacing) 0 0 0;
    }

    .gn-why-this-section .gn-why-this-right {
        padding-left: 0;
        padding-top: 50px;
    }

    .gn-ai-overview-section .gn-overview-image img {
        max-width: 100%;
        width: 100%;
    }

    .gn-overview-right {
        padding-top: 30px;
    }

    .gn-cta-section .gn-cta-wrapper {
        padding: 35px;
    }

    .gn-cta-gradient {
        padding: 11px 36px;
        font-size: var(--gn-font-16);
    }

    .gn-how-it-works .gn-steps-wrapper {
        gap: 20px;
        justify-content: space-around;
    }

    .gn-step-line {
        display: none;
    }

    .gn-blog-slider-section .gn-blog-slider .slick-slide img {
        max-width: 100%;
    }

    .gn-blog-slider-section .gn-blog-slider button.slick-prev.slick-arrow {
        right: 46px;
    }

    .gn-blog-slider-section .gn-blog-slider button.slick-arrow {
        right: 0;
        width: 36px;
        height: 36px;

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

    .gn-how-it-works .gn-steps-wrapper {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 340px) {
    h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .gn-cta-section .gn-cta-wrapper {
        padding: 5px;
    }
}