@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    font-family: 'SF Pro Display';
}

.btn,
a,
button {
    transition: all .3s;
}

body {
    background-color: #0B0B0B;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

h2 {
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #969696 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    text-align: center;
    animation: textclip 2s linear infinite;
    background-size: 200% auto;
}



header {
    position: sticky;
    top: 24px;
    left: 0;
    right: 0;
    padding: 0 16px;
    z-index: 99;
}

header .set {
    padding: 12px 20px;
    max-width: 1200px;
    margin: auto;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25),
        0 10px 30px rgba(0, 0, 0, 0.6);
}

header .flex_box {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

header .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    align-items: center;
}

header .menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

header .logo img {
    height: 36px;
}

header .button .btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 22px;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
}

header .button .btn:hover {

    transform: translateY(-1px);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.4),
        inset 0 -3px 6px rgba(0, 0, 0, 0.4),
        0 22px 45px rgba(0, 0, 0, 0.75);
}

header .menu ul li a:hover {
    color: #1455FF;
}

header .menu ul li a.active {
    color: #1455FF;
}

header .responsive .cross {
    font-size: 18px;
    display: none;
    -webkit-text-stroke: .2px;
    line-height: 0;
}

header.main .responsive .cross {
    display: block;
}

header.main .responsive .menu {
    display: none;
}


.grid_box {
    display: grid;
}

.banner_sec h1 {
    color: #fff;
    font-size: 56px;
}

.banner_sec h1 span {
    display: block;
    background: linear-gradient(90deg, #51A2FF 0%, #C27AFF 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

@keyframes textclip {
    100% {
        background-position: 200% center;
    }
}

.banner_sec {
    padding: 80px 0 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.my_container {
    max-width: 1360px;
    margin: auto;
    padding: 0 16px;
}

.banner_sec .grid_box {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.banner_sec .img img {
    width: 100%;
    border-radius: 20px;
}

.banner_sec h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    max-width: 580px;
    line-height: 28px;
}

.banner_sec .button .btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 22px;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
}

.banner_sec .button {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0;
}

.banner_sec .btn:hover {

    transform: translateY(-1px);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.4),
        inset 0 -3px 6px rgba(0, 0, 0, 0.4),
        0 22px 45px rgba(0, 0, 0, 0.75);
}

.banner_sec .button a.btn.glass {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
}

.banner_sec .button a.btn.glass:hover {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
}

.banner_sec .cont h4 {
    color: #969696;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
}

.banner_sec .img video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid #2B2B2B33;
    background: linear-gradient(135deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 5%));
}

.banner_sec .cont span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.banner_sec .mobile {
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #2B2B2B33;
    margin: 24px auto 0;
    background: linear-gradient(135deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 5%));
    max-width: 460px;
}

.banner_sec .mobile h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: .7px;
    text-align: center;
}

.banner_sec .cont {
    margin-top: 20px;
}

.banner_sec .mobile p {
    font-size: 14px;
    color: #969696;
    margin: 0;
    padding-left: 6px;
}

header .responsive span {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
    color: #fff;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
}

header .responsive span i {
    color: #fff;
    font-size: 22px;
}

header .responsive {
    display: none;
}

header .button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.why_creators .cont h3 {
    background: linear-gradient(90deg, #51A2FF 0%, #C27AFF 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

.why_creators {
    padding: 40px 0;
    overflow: hidden;
}

.why_creators .cont {
    text-align: center;
}

.why_creators .set {
    max-width: 1200px;
    margin: auto;
}

.why_creators .cont p {
    color: #F9FAFB;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}

.why_creators .grid_box {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.why_creators .box h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 20px 0 0;
    max-width: 165px;
    line-height: 28px;
}

.why_creators .box img {
    height: 55px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
}

.why_creators .box {
    border-radius: 24px;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.02));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px;
    filter: drop-shadow(0 4px 20px #8EAAFF40);
    box-shadow: 0px 4px 20px 0px #8EAAFF40;
}

.why_creators h2 {
    margin: 60px 0;
}

.common_span {
    color: #1455FF;
    font-size: 24px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: 0 0 8px;
    line-height: normal;

}

.How_it_works {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.How_it_works .grid_box {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 60px;
}

.How_it_works .main_img img {
    height: 690px;
}

.How_it_works .main_img {
    text-align: end;
    position: relative;
}

.How_it_works .set {
    max-width: 1120px;
    margin: auto;
    position: relative;
}

.How_it_works .count .num span {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    filter: drop-shadow(0 4px 20px #8EAAFF);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
}

.How_it_works .count .cont {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 10px 20px #8EAAFF40;
    border-radius: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    filter: drop-shadow(0 4px 20px #8EAAFF40);
    backdrop-filter: blur(18px);
    transition: all .3s;
}

.How_it_works .count .cont:hover {
    transform: translate(10px, 0px);
}

.How_it_works .count {
    display: flex;
    align-items: center;
    gap: 16px;
}

.How_it_works .count .cont h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 8px;
}

.How_it_works .count .cont p {
    color: #969696;
    font-size: 16px;
    margin: 0;
}

.How_it_works .box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.How_it_works .count .cont .img img {
    height: 55px;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
}

.How_it_works .main_img::before {
    position: absolute;
    content: "";
    width: 1130px;
    height: 1480px;
    background-image: url(../images/how-after.png);
    right: -210px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: -1;
}

.Who_we_are {
    position: relative;
    padding-top: 100px;
}

.Who_we_are h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    max-width: 1056px;
    margin: 16px auto 30px;
    line-height: 28px;
}

.Who_we_are h4 {
    background: linear-gradient(135deg, #1455FF 0%, #00C6FF 100%);
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    background-size: auto auto;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Who_we_are .grid_box_two {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 60px;
}

.Who_we_are .imoji::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    filter: drop-shadow(0 4px 20px #8EAAFF40);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 7px 20px #8EAAFF40;
    pointer-events: none;
}

.Who_we_are .imoji {
    padding: 30px 34px;
    border-radius: 24px;
    background: linear-gradient(180deg, #1f5aa8 0%, #0a1630 45%, #05070d 100%);
    text-align: center;
    color: #fff;
    position: relative;
}

.Who_we_are .imoji img {
    width: 100%;
}

.Who_we_are .imoji h5 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 14px;
}

.Who_we_are .imoji p {
    font-size: 16px;
    color: #969696;
    margin: 0;
}

.Problems_solve .set {
    max-width: 1200px;
    margin: auto;
}

.Problems_solve {
    padding: 50px 0;
}

.Problems_solve .box h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 16px;
    text-align: center;
}

.Problems_solve .list {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 24px;
    box-shadow: 0px 4px 20px 0px #8EAAFF40;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 580px;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.Problems_solve .list .cont {
    display: flex;
    gap: 18px;
}

.Problems_solve .list .cont h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.Problems_solve .list .cont p {
    color: #969696;
    font-size: 16px;
    margin: 0;
}

.Problems_solve .list .cont img {
    height: 55px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
}

.Problems_solve .grid_box {
    grid-template-columns: 1fr .6fr 1fr;
    gap: 40px;
    margin-top: 60px;
    align-items: stretch;
}

.Problems_solve .logo_img img {
    height: 98px;
    animation: zoomLoop 2s ease-in-out infinite;
}

@keyframes zoomLoop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.Problems_solve .logo_img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Problems_solve .box {
    position: relative;
}

.Problems_solve .box.two .list {
    background: radial-gradient(140% 90% at top left, #1455ff9c 0%, #020617 60%);
    backdrop-filter: blur(14px);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .08),
        0 30px 80px rgba(0, 0, 0, .7),
        inset 0 0 60px rgba(59, 130, 246, .15);
    overflow: hidden;
    z-index: 1;
}

.Problems_solve .box.two .list:after {
    position: absolute;
    content: "";
    background: #2B7FFF4D;
    width: 460px;
    height: 460px;
    border-radius: 100%;
    bottom: -230px;
    right: -200px;
    filter: blur(141px);
    z-index: -1;
}

.Features_benefits {
    padding: 100px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.Features_benefits h3 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin: 50px 0 40px;
}

.Features_benefits .grid_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.Features_benefits .box {
    border-radius: 24px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)); */
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 30px;
    filter: drop-shadow(0 4px 20px #8EAAFF40);
    transition: all .3s;
    overflow: hidden;
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.6), inset 0 0px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
}

.Features_benefits .box:hover:before {
    width: 100%;
}

.Features_benefits .box:hover p {
    color: #fff;
}

.Features_benefits .box:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 24px;
    z-index: -1;
    transition: all .3s;
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
}

.Features_benefits::before {
    position: absolute;
    content: "";
    background-image: url(../images/Subtract.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    background-size: cover;
    bottom: 0;
    background-position: 50% -50%;

}

.Features_benefits .set {
    max-width: 1200px;
    margin: auto;
}

.Features_benefits .box h4 {
    color: #fff;
    font-size: 24px;
    margin: 24px 0 8px;
    line-height: 32px;
}

.Features_benefits .box img {
    height: 55px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
}

.Features_benefits .box p {
    color: #969696;
    font-size: 16px;
    margin: 0;
}

.Benefits_matter h3 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}

.Benefits_matter .set {
    max-width: 1200px;
    margin: auto;
}

.Benefits_matter {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.Benefits_matter::before {
    position: absolute;
    content: "";
    width: 720px;
    height: 600px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: linear-gradient(135deg, #0F3BCC 0%, #001A4F 100%);
    border-radius: 100%;
    /* backdrop-filter: blur(10px); */
    filter: blur(140px);
}

.Benefits_matter .grid_box {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.Benefits_matter .box img {
    height: 200px;
    width: 315px;
    object-fit: contain;
}

.Benefits_matter .box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 8px;
    position: relative;
    z-index: 1;
}

.Benefits_matter .box .img {
    text-align: center;
    position: relative;
    z-index: 1;
}

.Benefits_matter .box p {
    color: #969696;
    font-size: 16px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.Benefits_matter .box {
    border-radius: 24px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)); */
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 30px;
    transition: all .3s ease-in-out;
    filter: drop-shadow(0 4px 20px #8EAAFF40);
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.6), inset 0 0px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
}

.Benefits_matter .box:hover {
    transform: translate(0px, -10px);

}

.Benefits_matter .grid_box_two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.Benefits_matter .grid_box_two .img img {
    width: 520px;
}

.Benefits_matter .grid_box_two .box p {
    max-width: 450px;
}

.Benefits_matter .box .img::before {
    position: absolute;
    content: "";
    background-image: url(../images/Glow-two.png);
    width: 100%;
    height: 340px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.Unoptimized_sec {
    padding-top: 20px;
}

.Unoptimized_sec h3 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 32px;
}

.Unoptimized_sec h3 span {
    color: #51A2FF;
}

.Unoptimized_sec .grid_box {
    grid-template-columns: 1fr 1fr;
}

.Unoptimized_sec .set {
    max-width: 895px;
    margin: auto;
}

.Unoptimized_sec .grid_box {
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
    gap: 48px 24px;
}


.Unoptimized_sec .box h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 26px;
}

.Unoptimized_sec .box {
    background: #2B7FFF0D;
    border: 1px solid #2B7FFF1A;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all .3s;
}

.Unoptimized_sec .box:hover {
    background: #003068;
}

.Unoptimized_sec .box .icon img {
    height: 48px;
    border-radius: 50px;
}

.global_reach {
    padding: 80px 0 40px;
}

.global_reach .set {
    padding: 40px 40px 0;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    border-radius: 20px;
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    filter: drop-shadow(0 4px 20px #8EAAFF40);
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.6), inset 0 0px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
    background-color: #0b0b0b;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.global_reach h3 {
    color: #969696;
    font-size: 20px;
    margin: 0 0 24px;
    font-weight: 500;
}

.global_reach h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.global_reach .img {
    padding-top: 50px;
    text-align: center;
}

.global_reach .img img {
    height: 400px;
}

.global_reach .set::before {
    position: absolute;
    content: "";
    background-image: url(../images/mobile_before.png);
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.global_reach ul li {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.global_reach ul {
    align-items: center;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
}

.global_reach ul li span {
    width: 5px;
    height: 5px;
    background: #fff;
    display: inline-flex;
    border-radius: 50px;
}

.global_reach ul li:first-child span {
    display: none;
}

footer .set {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-top: 40px;
}

footer .set:before {
    position: absolute;
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #0C0C0C 100%);
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 1200px;
}

footer h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 14px;
}

footer .grid_box {
    grid-template-columns: 1fr .6fr .6fr 1fr;
    gap: 60px;
}

footer .logo_sec .logo {
    height: 52px;
}

footer .logo_sec p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0 16px;
}

footer .logo_sec ul.socail {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .logo_sec ul.socail li img {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -2px 1px rgba(255, 255, 255, 0.15), 0px 15px 40px rgba(0, 0, 0, 0.4);
    padding: 1px;
    transition: all .3s;
}

footer .logo_sec ul.socail li img:hover {
    transform: scale(1.1);
}

footer {
    padding: 40px 0 20px;
}

footer .menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

footer .menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}


footer .menu ul li a:hover {
    color: #1455FF;
    letter-spacing: 1px;

}

footer .email .gen h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

footer .email .gen h4 a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

footer .email .gen h4 a:hover {
    color: #1455FF;
}

footer .email .gen {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.Disclaimer p {
    color: #fff;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    font-size: 16px;
}

.copyright p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.copyright {
    padding-top: 40px;
}

.Terms_conditions .set {
    max-width: 1200px;
    margin: auto;
}

.Terms_conditions h1,
h2,
h3,
h4 {
    color: #fff;
}

.Terms_conditions p {
    color: #969696;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 14px;
    line-height: 30px;
}

.Terms_conditions {
    padding: 80px 0 40px;
}

.Terms_conditions h1 {
    font-size: 72px;
    font-weight: 500;
}

.Terms_conditions h3 {
    font-size: 32px;
    font-weight: 500;
    margin: 30px 0 8px;
}


#backToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
}

#backToTop:hover {
    transform: translateY(-5px);
}

#backToTop i {
    font-size: 28px;
}

.prfile-section {
    background: url(./images/Hero.png);
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile .profile-content img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
    padding: 1px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0);
}

.prfile-section h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 15px 0 0;
}

.prfile-section .img video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid #2B2B2B33;
    background: linear-gradient(135deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 5%));
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.prfile-section .img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid #2B2B2B33;
    background: linear-gradient(135deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 5%));
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.prfile-section .img {
    position: relative;
    padding-bottom: 65%;
}

.prfile-section .grid_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.prfile-section .button {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0 0;
}

.prfile-section .button .btn {
    color: #fff;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 22px;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 15px 40px rgba(0, 0, 0, 0.4);
}

.prfile-section .button .btn:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.4), inset 0 -3px 6px rgba(0, 0, 0, 0.4), 0 22px 45px rgba(0, 0, 0, 0.75);
}

.prfile-section .button a.btn.glass:hover {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
}

.prfile-section .button a.btn.glass {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
}

.prfile-section .profile .profile-content {
    display: flex;
    gap: 12px;
}

.prfile-section .profile .profile-content h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 4px;
}

.prfile-section .profile .profile-content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}






@media (max-width: 1399.98px) {

    .Benefits_matter::before {
        height: 490px;
    }

    .Terms_conditions p {
        font-size: 18px;
        line-height: 28px;
    }

    .Terms_conditions h3 {
        font-size: 26px;
    }

    .Terms_conditions h1 {
        font-size: 58px;
    }

    .Benefits_matter .grid_box_two .img img {
        width: 100%;
    }

    .Benefits_matter .box img {
        height: 140px;
        width: 100%;
    }

    .banner_sec h3 {
        font-size: 18px;
    }

    .banner_sec h1 {
        font-size: 48px;
    }
}

@media (max-width: 1199.98px) {

    .prfile-section .grid_box {
        gap: 24px;
    }

    .Terms_conditions {
        padding: 60px 0 30px;
    }

    .Terms_conditions h3 {
        font-size: 24px;
        margin: 24px 0 8px;
    }

    .Terms_conditions h1 {
        font-size: 44px;
    }

    footer .logo_sec ul.socail {
        gap: 10px;
    }

    .copyright {
        padding-top: 30px;
    }

    footer .menu ul {
        gap: 10px;
    }

    footer h3 {
        font-size: 20px;
        margin: 0 0 12px;
    }

    footer .logo_sec .logo {
        height: 48px;
    }

    footer .set {
        padding-top: 30px;
    }

    footer .grid_box {
        gap: 20px;
    }

    footer {
        padding: 20px 0;
    }

    .global_reach ul li {
        font-size: 22px;
    }

    .global_reach h4 {
        font-size: 22px;
    }

    .global_reach h3 {
        font-size: 18px;
    }

    .global_reach {
        padding: 50px 0 40px;
    }

    .Unoptimized_sec .grid_box {
        margin-top: 34px;
        gap: 24px;
    }


    .Benefits_matter {
        padding: 50px 0;
    }

    .Benefits_matter .grid_box_two {
        gap: 16px;
        margin-top: 16px;
    }

    .Benefits_matter .grid_box {
        gap: 16px;
        margin-top: 30px;
    }


    .Features_benefits .box {
        padding: 16px;
    }

    .Features_benefits {
        padding: 60px 0 0;
    }

    .Features_benefits .grid_box {
        gap: 20px;
    }

    .Features_benefits h3 {
        font-size: 28px;
        margin: 30px 0 30px;
    }

    .Problems_solve .logo_img img {
        height: 90px;
    }

    .Problems_solve .grid_box {
        gap: 20px;
        margin-top: 50px;
    }

    .Problems_solve .list .cont img {
        height: 48px;
    }

    .Problems_solve .list .cont {
        gap: 12px;
    }

    .Problems_solve .list {
        padding: 16px;
        gap: 14px;
        min-height: 500px;
    }

    .Problems_solve .list .cont h4 {
        font-size: 18px;
    }

    .Problems_solve .box h3 {
        font-size: 24px;
    }

    .Who_we_are h4 {
        font-size: 28px;
    }

    .Who_we_are .grid_box_two {
        gap: 20px;
        margin-top: 40px;
    }

    .Who_we_are h3 {
        font-size: 18px;
    }

    .Who_we_are {
        padding-top: 60px;
    }

    .common_span {
        font-size: 20px;
    }

    .How_it_works {
        padding: 30px 0;
    }

    .How_it_works .count .num span {
        height: 50px;
        width: 50px;
        font-size: 18px;
    }

    .How_it_works .count .cont {
        padding: 16px;
        gap: 14px;
    }

    .How_it_works .count .cont .img img {
        height: 50px;
    }

    .How_it_works .count .cont h3 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .How_it_works .box {
        gap: 16px;
    }

    .How_it_works .main_img img {
        height: 580px;
    }

    .why_creators .box h3 {
        font-size: 16px;
        margin: 14px 0 0;
        max-width: 165px;
        line-height: 24px;
    }

    .why_creators .box img {
        height: 50px;
    }

    .why_creators .box {
        padding: 18px 12px;
    }

    .why_creators .grid_box {
        gap: 14px;
    }

    .why_creators .cont p {
        font-size: 18px;
    }

    .why_creators .cont h3 {
        font-size: 20px;
        margin: 0 0 14px;
    }

    .why_creators h2 {
        margin: 40px 0;
    }

    h2 {
        font-size: 38px;
    }

    .banner_sec {
        padding: 65px 0 40px;
    }

    .banner_sec .grid_box {
        gap: 20px;
    }

    .banner_sec .cont span {
        font-size: 15px;
    }

    .banner_sec .mobile {
        padding: 12px;
        margin-top: 14px;
    }

    .banner_sec h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .banner_sec h1 {
        font-size: 42px;
    }

    header {
        top: 16px;
    }

    header .set {
        padding: 10px 12px;
    }

    header .menu ul {
        gap: 24px;
    }

    header .button .btn {
        font-size: 14px;
    }

    header .menu ul li a {
        font-size: 14px;
    }

}

@media (max-width: 991.98px) {

    .prfile-section .profile .profile-content h3 {
        font-size: 20px;
    }

    .prfile-section .button {
        gap: 8px;
    }

    .prfile-section h4 {
        font-size: 16px;
        line-height: 24px;

    }

    .Benefits_matter::before {
        height: 570px;
    }

    .Terms_conditions {
        padding: 50px 0 30px;
    }

    .Terms_conditions p {
        font-size: 16px;
        line-height: 26px;
    }

    .Terms_conditions h3 {
        font-size: 18px;
    }

    .Terms_conditions h1 {
        font-size: 32px;
    }

    footer .Disclaimer {
        grid-column: 1 / -1;
    }

    footer .grid_box {
        grid-template-columns: 1fr .7fr .7fr;
    }

    .global_reach ul li {
        font-size: 20px;
    }

    .global_reach .img img {
        height: 300px;
    }

    .global_reach .set {
        padding: 30px 16px 0;
    }

    .Unoptimized_sec .box {
        padding: 18px;
    }

    .Unoptimized_sec .box h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .Unoptimized_sec .grid_box {
        margin-top: 30px;
        gap: 16px;
    }

    .Unoptimized_sec h3 {
        gap: 10px;
        font-size: 26px;
    }

    .Benefits_matter .grid_box .box:nth-child(3) {
        grid-column: span 2;
    }

    .Benefits_matter .grid_box {
        grid-template-columns: 1fr 1fr;
    }

    .Features_benefits .grid_box {
        gap: 15px;
    }

    .Features_benefits .box img {
        height: 48px;
    }

    .Features_benefits .box h4 {
        font-size: 18px;
        margin: 20px 0 8px;
        line-height: 28px;
    }

    .Features_benefits {
        padding: 20px 0 0;
    }

    .Features_benefits h3 {
        font-size: 24px;
        margin: 20px 0 24px;
    }

    .Problems_solve .list .cont img {
        height: 55px;
    }

    .Problems_solve .list .cont h4 {
        font-size: 20px;
    }

    .Problems_solve .list {
        padding: 24px;
        min-height: auto;
        gap: 24px;
    }

    .Problems_solve .grid_box {
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
        margin-top: 30px;
    }

    .Problems_solve {
        padding: 30px 0;
    }

    .Who_we_are .grid_box_two {
        gap: 15px;
        margin-top: 30px;
    }

    .Who_we_are .imoji img {
        width: 130px;
        height: 130px;
    }

    .Who_we_are .imoji p {
        font-size: 15px;
    }

    .Who_we_are .imoji h5 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .Who_we_are .imoji {
        padding: 16px;
    }

    .Who_we_are h4 {
        font-size: 24px;
    }

    .common_span {
        font-size: 18px;
    }

    .Who_we_are h3 {
        font-size: 16px;
        line-height: 26px;
        margin: 12px auto 20px;
    }

    .How_it_works .main_img::before {
        width: 770px;
        height: 1440px;
        right: -30px;
        bottom: -70px;
    }

    .How_it_works .main_img img {
        height: 480px;
    }

    .How_it_works .grid_box {
        grid-template-columns: 1fr .5fr;
        gap: 30px;
        margin-top: 40px;
    }

    .why_creators h2 {
        margin: 25px 0;
    }

    h2 {
        font-size: 36px;
    }

    .why_creators .cont h3 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 10px;
    }

    .why_creators .cont p {
        font-size: 16px;
        line-height: 26px;
    }

    .why_creators {
        padding: 30px 0;
    }

    .why_creators .grid_box {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .banner_sec h1 {
        font-size: 45px;
        margin-bottom: 12px;
    }

    .banner_sec {
        padding: 50px 0 30px;
    }

    .banner_sec .mobile h3 {
        margin: 0 0 4px;
    }

    .banner_sec .button .btn {
        font-size: 15px;
    }

    .banner_sec .button {
        margin: 20px 0;
        justify-content: center;
        gap: 10px;

    }

    .banner_sec h3 {
        margin: auto;
    }

    .banner_sec .box {
        text-align: center;
    }

    .banner_sec .grid_box {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    header {
        top: 15px;
    }

    header .set {
        padding: 10px 16px;
    }

    header .menu ul li a {
        font-size: 16px;
    }

    header.main .menu ul {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    header .menu ul {
        gap: 24px;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 77px;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(18px);
        width: 100%;
        border-radius: 28px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), 0 10px 30px rgba(0, 0, 0, 0.6);
        padding: 20px;
        background-color: #000000e0;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
        transform: scaleY(0);
    }

    header .responsive {
        display: block;
    }

}

@media (max-width: 767.98px) {

    .prfile-section .button .btn {
        height: 48px;
        font-size: 14px;

    }

    .prfile-section .img {
        padding-bottom: 60%;
    }

    .prfile-section {
        padding: 30px 0;
        height: 100%;
    }

    .prfile-section .profile {
        order: 2;
    }

    .prfile-section .grid_box {
        grid-template-columns: 1fr;

    }

    .copyright p {
        text-align: center;
    }

    footer .Disclaimer {
        text-align: center;
    }

    footer .logo_sec {
        grid-column: 1 / -1;
    }

    footer .grid_box {
        grid-template-columns: 1fr 1fr;
        gap: 30px 15px;
    }

    .global_reach ul li span {
        width: 4px;
        height: 4px;
    }

    .global_reach ul {
        flex-direction: column;
        gap: 4px;
    }

    .global_reach ul li:first-child span {
        display: inline-flex;
    }

    .global_reach ul li {
        font-size: 16px;
        font-weight: 500;
        gap: 8px;
    }

    .global_reach .set::before {
        width: 720px;
        height: 720px;
        background-position: top center;
    }

    .global_reach .img img {
        height: 330px;
    }

    .global_reach h3 {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
        margin: 12px 0 16px;
    }

    .global_reach .set {
        padding: 40px 40px 0;
    }

    .Unoptimized_sec .box h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .Unoptimized_sec .grid_box {
        grid-template-columns: 1fr;
    }

    .Unoptimized_sec h3 {
        font-size: 24px;
    }

    .Unoptimized_sec {
        padding-top: 0px;
    }

    .Benefits_matter {
        padding: 40px 0;
    }

    .Benefits_matter .box .img::before {
        height: 240px;
    }

    .Benefits_matter .box p {
        max-width: 450px;
    }

    .Benefits_matter .box img {
        width: 100%;
    }

    .Benefits_matter .grid_box_two {
        grid-template-columns: 1fr;
    }

    .Benefits_matter .grid_box .box:nth-child(3) {
        grid-column: inherit;
    }

    .Benefits_matter .grid_box {
        grid-template-columns: 1fr;
    }

    .Benefits_matter h3 {
        font-size: 28px;
    }

    .Features_benefits .grid_box {
        grid-template-columns: 1fr 1fr;
    }

    .Who_we_are .grid_box_two {
        grid-template-columns: 1fr 1fr;
    }

    .How_it_works .main_img::before {
        width: 1130px;
        height: 1530px;
        right: -120px;
        bottom: 240px;
    }

    .How_it_works .count .cont {
        padding: 20px;
    }

    .How_it_works .main_img {
        text-align: center;
    }

    .How_it_works .count .num {
        display: none;
    }

    .How_it_works .grid_box {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }

    .why_creators .grid_box {
        grid-template-columns: 1fr 1fr;
    }

    h2 {
        font-size: 32px;
    }

    .banner_sec h1 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    header .button .btn {
        display: none;
    }
}

@media (max-width: 575.98px) {

    .Terms_conditions h3 {
        font-size: 17px;
        margin: 18px 0 6px;
    }

    .Terms_conditions p {
        font-size: 15px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .Unoptimized_sec h3 {
        font-size: 22px;
    }

    .Benefits_matter .grid_box {
        margin-top: 20px;
    }

    .Benefits_matter {
        padding: 30px 0;
    }

    .Benefits_matter h3 {
        font-size: 26px;
    }

    .Features_benefits .box h4 {
        margin: 0px 0 2px;
        line-height: 28px;
    }

    .Features_benefits .box {
        padding: 20px;
        display: flex;
        align-items: start;
        gap: 12px;
    }

    .Features_benefits .grid_box {
        grid-template-columns: 1fr;
    }

    .Features_benefits h3 {
        font-size: 20px;
    }

    .Problems_solve .box h3 {
        font-size: 22px;
    }

    .How_it_works .main_img::before {
        height: 1710px;
        right: -110px;
        bottom: 20px;
    }

    .Who_we_are .imoji img {
        width: 200px;
        height: 200px;
    }

    .Who_we_are .imoji {
        padding: 24px;
    }

    .Who_we_are .imoji p {
        font-size: 16px;
    }

    .Who_we_are .imoji h5 {
        font-size: 20px;
    }

    .Who_we_are .grid_box_two {
        grid-template-columns: 1fr;
    }

    .why_creators {
        padding: 10px 0 30px;
    }

    .why_creators .box img {
        height: 55px;
    }

    .why_creators .box h3 {
        font-size: 18px;
        margin: 0;
        max-width: 100%;
    }

    .why_creators .box {
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .why_creators .grid_box {
        grid-template-columns: 1fr;
    }

    .banner_sec {
        padding: 40px 0 30px;
    }

    .banner_sec .cont h4 {
        font-size: 15px;
        margin: 0;
    }

    .banner_sec .cont {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 12px;
    }

    .banner_sec .button .btn {
        width: 100%;
    }

    .banner_sec .button {
        margin: 20px 0;
        justify-content: center;
        gap: 12px;
        flex-direction: column;
    }

    .banner_sec h1 {
        font-size: 48px;
    }

    .banner_sec .box {
        text-align: start;
    }

}

@media (max-width: 480px) {

    .Terms_conditions {
        padding: 40px 0 10px;
    }

    .Terms_conditions h1 {
        font-size: 26px;
    }

    footer .set {
        padding-top: 20px;
    }

    .Disclaimer p {
        font-size: 15px;
    }

    footer .logo_sec p {
        font-size: 15px;
    }

    footer .email .gen h4 a {
        font-size: 15px;
    }

    footer .email .gen h4 {
        font-size: 15px;
    }

    footer .menu ul {
        gap: 7px;
    }

    footer .menu ul li a {
        font-size: 15px;
    }

    .copyright {
        padding-top: 20px;
    }

    footer .logo_sec .logo {
        height: 40px;
    }

    .global_reach .img {
        padding-top: 30px;
    }

    .global_reach {
        padding: 30px 0 30px;
    }

    .global_reach h3 {
        font-size: 15px;
        line-height: 24px;
        margin: 8px 0 16px;
    }

    .global_reach .set {
        padding: 30px 20px 0;
    }

    .global_reach .set::before {
        width: 100%;
        height: 580px;
    }

    .global_reach .img img {
        height: 270px;
    }

    .Unoptimized_sec .box h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .Benefits_matter .box h4 {
        font-size: 18px;
    }

    .Benefits_matter .box {
        padding: 20px;
    }

    .Features_benefits .box {
        padding: 16px;
        gap: 10px;
    }

    .Features_benefits h3 {
        font-size: 18px;
        margin: 16px 0 20px;
    }

    .How_it_works {
        padding: 20px 0;
    }

    .Problems_solve {
        padding: 20px 0;
    }

    .Problems_solve .list .cont img {
        height: 48px;
    }

    .Problems_solve .list .cont h4 {
        font-size: 18px;
    }

    .Problems_solve .box h3 {
        font-size: 20px;
    }

    .Problems_solve .grid_box {
        gap: 24px;
        margin-top: 26px;
    }

    .Problems_solve .list {
        padding: 18px 14px;
        gap: 20px;
    }

    .How_it_works .box {
        gap: 12px;
    }

    .Who_we_are h3 {
        font-size: 15px;
        line-height: 25px;
        margin: 10px auto 14px;
    }

    .Who_we_are .imoji h5 {
        font-size: 18px;
    }

    .Who_we_are .imoji {
        padding: 20px 12px;
    }

    .Who_we_are .imoji img {
        width: 160px;
        height: 160px;
    }

    .Who_we_are h4 {
        font-size: 20px;
    }

    .Who_we_are {
        padding-top: 40px;
    }

    .How_it_works .count .cont p {
        font-size: 14px;
    }

    .How_it_works .count .cont h3 {
        font-size: 18px;
    }

    .How_it_works .count .cont {
        padding: 12px;
    }

    .why_creators .box {
        padding: 16px;
        gap: 10px;
    }

    .why_creators .box h3 {
        font-size: 16px;
    }

    .why_creators .box img {
        height: 48px;
    }

    h2 {
        font-size: 26px;
    }

    .banner_sec h1 {
        font-size: 36px;
    }

}