body,
html {
    overflow: auto;
    margin: 0;
    font-family: 'Montserrat';
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

.container {
    max-width: 1400px;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

*,
::after,
::before {
    box-sizing: border-box;
}

a,
h1,
h2,
h3,
h4,
p,
input,
span,
button {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    text-decoration: none;
}

.error-message {
    color: red;
    font-size: 12px;
    text-align: left;
    margin-top: -10px;
    display: block;

}

header {
    position: relative;
    z-index: 9999;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #333;
    padding: 40px 0px;
}


.nav-links {
    display: flex;
    gap: 50px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    list-style: none;
    padding-bottom: 20px;
}

.nav-links .dropdown-menu {
    margin: 10px 0 0 -20px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 8px;
    border-bottom: 0.5px solid #F4F4F4;
}

.nav-links .dropdown-menu li {
    padding: 12px 20px;
}

.nav-links li a,
.nav-links li p {
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.nav-links li p {
    cursor: context-menu;
}

.nav-links li a.active,
.nav-links li p.active,
.nav-links li a:hover,
.nav-links li p:hover {
    color: #0558FF;
}

.nav-links .dropdown .dropdown-menu {
    display: none;
}

.nav-links .dropdown:hover .dropdown-menu {
    display: block;
    position: fixed;
}

.nav-links li a.demo {
    border-radius: 4px;
    background: #0558FF;
    padding: 8px 20px;
    color: #fff
}

.nav-links .dropdown-menu li img {
    padding-right: 10px;
    vertical-align: middle
}

.nav-links .dropdown-menu li:hover {
    background: #F4F4F4;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    background-color: #333;
    margin: 2px;
}

.logo img {
    max-width: 250px;
    max-height: 35px;
    display: block;
}

@media screen and (max-width: 992px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background-color: #fff;
        padding: 10px;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 40px;
        height: 100vh;
        gap: 10px;
        padding-left: 50px;
    }

    .nav-links .dropdown:hover .dropdown-menu {
        display: block;
        position: relative;
    }

    .nav-links .dropdown-menu {
        margin: 10px 0 0 0px;
        border-bottom: none
    }

    .navbar {
        padding: 10px 20px;
    }

    .nav-links .dropdown-menu li {
        padding: 8px 20px;
    }

    .logo img {
        max-width: 180px;
        max-height: 25px;
    }

    .nav-links.nav-active {
        display: flex;
        position: fixed;
    }

    .nav-links li {
        margin: 5px 0;
        padding-bottom: 0px;
    }

    .burger {
        display: flex;
    }

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 20px;
        font-size: 24px;
        top: 20px;
    }
}

.home-head,
.about-head {
    background-image: url(../images/home-bg-1.svg);
    margin: 20px 20px 0 20px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.h-1 {
    margin: 20px 20px 0 20px;
}

.h-1 .top-area {
    display: flex;
    padding: 60px 60px 100px;
    position: relative;
}

.h-1 .top-area .text {
    width: 62%;
    z-index: 99;
}

.h-1 .top-area .images {
    position: absolute;
    right: 100px;
    max-width: 550px;
    max-height: 550px;
    top: -60px;
}

.h-1 .top-area .images img {
    width: 100%;
}

.h-1 .top-area .text h1 {
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 20px;
    background: var(--Linear, linear-gradient(90deg, #A634FF 0%, #4B80FF 51.67%, #04E0E5 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h-1 .top-area .text h1 span {
    background: #042463;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h-1 .top-area .text p {
    color: #042463;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

.h-1 .top-area .text div {
    display: flex;
    gap: 40px;
    padding-top: 60px;
}

.h-1 .top-area .text div a:nth-child(1) {
    color: #fff;
    padding: 12px 40px;
    border-radius: 4px;
    background: #0558FF;
    box-shadow: 0px 0px 8px 0px rgba(5, 88, 255, 0.50);
    text-transform: capitalize;
}


.h-1 .top-area .text div a:nth-child(2) {
    color: #042463;
    padding: 12px 40px;
    border-radius: 4px;
    border: 1px solid #BCC7DE;
}

.h-2 {
    margin: 100px 40px 100px 40px;
}

.h-2 .scroll-container {
    width: 100%;
    /* 设置容器宽度为100% */
    overflow: hidden;
    /* 隐藏超出容器的部分 */
}

.h-2 .flex {
    display: flex;
    align-items: center;
    gap: 150px;
    animation: scroll-left 100s linear infinite;
    /* 设置滚动动画 */
}

.h-2 .flex img {
    height: 52px;
    width: auto;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
        /* 从起始位置开始 */
    }

    100% {
        transform: translateX(-100%);
        /* 向左滚动，滚动完一轮 */
    }
}

.h-3 {
    padding: 80px 0;
    background: linear-gradient(86deg, #EDF0FC 0%, #F2F8FF 54%, #F2FBFF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.touch {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container {
    border-radius: 8px;
    padding: 30px;
    max-width: 680px;
    text-align: center;
}

.form-container h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-container p {
    font-size: 16px;
    color: #757C8A;
    margin-bottom: 24px;
}

.form-container form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 70%;
    margin: auto;
}

.form-container input,
.form-container select,
.form-container textarea {
    width: 100%;
    padding: 10px 24px 10px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #DEE3EC;
    outline: none;
    transition: border-color 0.3s;
    border-radius: 8px;
    color: #878D99;
    font-family: 'Montserrat';
}

.form-container input:focus,
.form-container select:focus,
.form-container textarea:focus {
    border-color: #007bff;
}


.form-container input::placeholder {
    color: #878D99;
    font-size: 14px;
    line-height: 20px;
}

.form-container textarea {
    resize: none;
    height: 80px;
}

.form-container .checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.form-container .checkbox input {
    margin-right: 10px;
}

.form-container button {
    border-radius: 8px;
    background: #0558FF;
    color: #ffffff;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: fit-content;
    font-family: Montserrat;
    margin: 20px auto 0;
}

.form-container input.red-border {
    border: 1px solid red;
    /* 红色边框 */
}

.form-container button:hover {
    background-color: #0056b3;

}

input:required:invalid {
    /* border: 2px solid red; */
    /* 自定义边框样式 */
}

input:required:invalid::placeholder {
    /* color: red; */
    /* 自定义占位符颜色 */
    font-style: italic;
}

input:required:invalid:focus {
    outline: none;
    /* box-shadow: 0 0 5px red; */
    /* 自定义聚焦样式 */
}

footer .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px;
    gap: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

footer .f-1 {
    width: 40%;
}

footer .f-2,
footer .f-3,
footer .f-4 {
    width: 20%;
}

footer .share {
    display: flex;
    gap: 20px;
}

footer .share a {
    background: #0558FF;
    border-radius: 50%;
    display: flex;
    padding: 5px;
}

footer .f-1 div:nth-child(1) img {
    max-width: 250px;
    margin-bottom: 40px;
}

footer .f-1 .share {
    margin-bottom: 80px;
}

footer .f-2 .heading,
footer .f-3 .heading,
footer .f-4 .heading,
footer .f-2 p,
footer .f-3 p,
footer .f-4 p {
    margin-bottom: 20px;
    color: #000;
}

footer .f-2 p:hover,
footer .f-3 p:hover,
footer .f-4 p:hover {
    color: #0558FF;
}

footer .f-2 .heading,
footer .f-3 .heading,
footer .f-4 .heading {
    font-weight: 600;
}

footer .f-2 p img,
footer .f-3 p img,
footer .f-4 p img {
    padding-right: 10px;
    vertical-align: middle;
}

#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 10%;
    width: 60px;
    height: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #E6E6E6;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
}

.management-head {
    border-radius: 8px;
    background: linear-gradient(143deg, #FFF 19.48%, #E9EFFB 81.3%);
}

.management-head::after {
    content: '';
    background: url(../images/management-head.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 65%;
    max-height: 400px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 0;
    background-position: right;
}

.m-2 {
    padding-top: 80px;
}

.m-2 .flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}

.m-2 .flex .images {
    width: 50%;
}

.m-2 .flex .images img {
    width: 100%;
}

.m-2 .flex .text {
    width: 50%;
}

.m-2 .flex .text h2 {
    color: #042463;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 20px;
}

.m-2 .flex .text p {
    color: #6E6E75;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.m-3 {
    background: #F5F8FF;
    padding-top: 80px;
    padding-bottom: 80px;
}

.m-3 .heading {
    color: #042463;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 40px;
}

.m-3 .flex {
    display: flex;
    align-items: center;
    gap: 40px;
}

.m-3 .flex div {
    width: 33.333%;
    text-align: center;
}

.m-3 .flex div img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.m-3 .flex div h3 {
    color: #0558FF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
}

.m-3 .flex div p {
    color: #6E6E75;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.m-4 {
    padding-top: 80px;
}

.m-4 .flex {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    padding-bottom: 80px;

}

.m-4 .flex div {
    width: 48%;
}

.m-4 .flex div:nth-child(1) {
    border: solid 1px transparent;
    border-radius: 10px;
    background-image: linear-gradient(#F5F8FF, #F5F8FF),
        linear-gradient(to right, rgba(166, 52, 255, 1), rgba(75, 128, 255, 1), rgba(4, 224, 229, 1));
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-4 .flex div:nth-child(1) h2 {
    padding: 40px;
    color: #0558FF;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.m-4 .flex div:nth-child(2) p {
    margin-bottom: 20px;
    color: #042463;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
}

.m-4 .flex div:nth-child(2) p img {
    vertical-align: middle;
    padding-right: 8px;
}

.m-4 .m-4-bottom {
    width: 70%;
    margin: auto;
    border-radius: 8px;
    padding: 30px 60px;
    background: url(../images/about-5-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.m-4 .m-4-bottom h2 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
}

.m-4 .m-4-bottom div {
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: center;
}

.m-4 .m-4-bottom div a:nth-child(1) {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(5, 88, 255, 0.50);
    color: #0051F3;
    font-weight: 500;
    padding: 12px 40px;
    text-transform: capitalize;
}

.m-4 .m-4-bottom div a:nth-child(2) {
    border-radius: 4px;
    border: 1px solid #FFF;
    padding: 12px 20px;
    color: #fff;
    font-weight: 500;
}

.m-4 .m-4-bottom div a:nth-child(2) img {
    padding-left: 10px;
}

.m-f {
    background: linear-gradient(180deg, #FFF 0%, #DAEBFB 100%);
}

.contact-head .touch {
    padding-bottom: 60px;
}

.c-2 {
    padding: 80px 0;
}

.c-2 .heading {
    font-weight: 600;
    font-size: 32px;
    color: #042463;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.c-2 .flex {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.c-2 .flex .item {
    width: 20%;
    position: relative;
    perspective: 1000px;
    /* 添加透视效果，让翻转更真实 */
}

.c-2 .flex .item p {
    font-weight: 600;
    font-size: 24px;
    color: #040C63;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-transform: uppercase;
}

.c-2 .flex .item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: opacity 0.2s ease, transform 0.2s ease;
    /* 添加动画 */
    transform: rotateY(0deg);
    /* 初始翻转 */
    /* backface-visibility: hidden; */
    /* 隐藏背面 */
}


.c-2 .flex .item span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明黑色背景 */
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px;
    opacity: 0;
    /* 初始状态为透明 */
    transition: opacity 0.2s ease, transform 0.2s ease;
    /* 添加动画 */
    transform: rotateY(180deg);
    /* 初始翻转 */

}


.c-2 .flex .item:hover img {
    transform: rotateY(180deg);
}

.c-2 .flex .item:hover span {
    opacity: 1;
    transform: rotateY(0deg);
}

.c-2 .flex .item img {
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 8px;
    position: relative;
    display: block;
}

.c-2 .flex .item .imgages::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    pointer-events: none;
    border-radius: 16px;
    z-index: 999;
}


.a-2 {
    background: #FFFFFF;
}

.a-3 {
    padding: 0px 0 80px;
}

.a-3 img {
    width: 100%;
}


.advertisers-head,
.Publishers-head,
.games-head {
    border-radius: 8px;
    background: linear-gradient(143deg, #FFF 19.48%, #E9EFFB 81.3%);
}

.advertisers-head::after,
.Publishers-head::after,
.games-head::after {
    content: '';
    background: url(../images/management-head.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 65%;
    max-height: 400px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 0;
    background-position: right;
}

.advertisers-head .top-area {
    gap: 40px;
    z-index: 99;
}

.advertisers-head .text {
    width: 50%;
}

.advertisers-head .capabilities {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 80px;
}


.advertisers-head .capabilities .heading {
    font-weight: 600;
    font-size: 36px;
    color: #042463;
    line-height: 44px;
    margin-left: auto;
    font-style: normal;
    text-transform: none;
    grid-column: 2/3;
    grid-row: 1/2;
    height: 80px;
}

.advertisers-head .capabilities div {
    padding: 40px;
    background-color: #fff;
    grid-column: span 1;
    grid-row: span 2;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E4EAF8;
}

.advertisers-head .capabilities p {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
}

.advertisers-head .capabilities img {
    margin-bottom: 8px;
}

.Publishers-head .top-area .text {
    width: 95%;
}

.p-2 {
    padding: 80px 0;
}

.p-2 .heading {
    color: #042463;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    margin-bottom: 60px;
}

.p-2 img {
    width: 100%;
}

.p-3 {
    background: #F5F8FF;
    padding: 80px 0;
}

.p-4 {
    background-color: #fff;
    padding: 80px 0;
}

.p-3 .flex,
.p-4 .flex {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}


.p-3 .flex div,
.p-4 .flex div {
    width: 40%;
}

.p-3 .flex div:nth-child(1),
.p-4 .flex div:nth-child(1) {
    border: solid 1px transparent;
    border-radius: 10px;
    background-image: linear-gradient(#F5F8FF, #F5F8FF),
        linear-gradient(to right, rgba(166, 52, 255, 1), rgba(75, 128, 255, 1), rgba(4, 224, 229, 1));
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-3 .flex div:nth-child(1) h2,
.p-4 .flex div:nth-child(1) h2 {
    padding: 40px;
    color: #0558FF;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.p-3 .flex div:nth-child(2) p,
.p-4 .flex div:nth-child(2) p {
    margin-bottom: 20px;
    color: #042463;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
}

.p-3 .flex div:nth-child(2) p img,
.p-4 .flex div:nth-child(2) p img {
    vertical-align: middle;
    padding-right: 8px;
}


.p-5 {
    padding: 80px 0;
}

.p-5 .flex {
    display: flex;
    gap: 40px;
    align-items: center;
}

.p-5 .flex .text {
    width: 60%;
}

.p-5 .flex .images {
    width: 40%;
}

.p-5 .flex .images img {
    width: 100%;
}

.p-5 .flex .text h2 {
    color: #042463;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 20px;
}

.p-5 .flex .text p {
    font-weight: 500;
    font-size: 20px;
    color: #6E6E75;
    line-height: 30px;
}

.p-6 {
    padding: 80px 0;
}

.p-6 .heading {
    color: #042463;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 60px;
    text-align: center;
}

.p-6 .flex {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-6 .flex div {
    width: calc(50% - 40px);
}

.p-6 .flex div img {
    width: 100%;
}

.m-2 .container,
.m-3 .container,
.m-4 .container,
.a-3 .container,
.p-2 .container,
.p-3 .container,
.p-4 .container,
.p-5 .container,
.p-6 .container,
.c-2 .container,
.about-2 .container,
.about-3 .container,
.about-4 .container,
.about-5 .container,
.games-2 .container,
.games-3 .container,
.games-4 .container {
    max-width: 1200px;
    margin: auto;
}


.about-head .top-area .text {
    width: 55%;
}

.about-head .top-area .images {
    top: 80px;
    width: 38%;
}

.about-2 {
    padding: 80px 0;
}

.about-2 .flex {
    display: flex;
    gap: 80px;
    align-items: center;
}

.about-2 .flex .text {
    width: 70%;
}

.about-2 .flex .images {
    width: 30%;
}

.about-2 .flex .images img {
    width: 100%;
}

.about-2 .flex .text p {
    color: #042463;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.about-2 .flex .text p span {
    color: #0558FF;
}

.about-3 {
    padding-bottom: 80px;
}

.about-3 .flex {
    display: flex;
    gap: 40px;
    align-items: center;
}

.about-3 .flex .images {
    width: 40%;
}

.about-3 .flex .images img {
    width: 100%;
}

.about-3 .flex .text {
    width: 60%;
}

.about-3 .flex .text h2 {
    color: #042463;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 20px;
}

.about-3 .flex .text p {
    color: #6E6E75;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.about-4 {
    background: #F5F8FF;
    padding: 80px 0;
}

.about-4 .heading {
    color: #042463;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    margin-bottom: 60px;
}

.about-4 .flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-4 .flex div {
    width: calc(50% - 20px);
    text-align: center;
}

.about-4 .flex div img {
    margin-bottom: 20px;
}

.about-4 .flex div p {
    color: #0558FF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
}

.about-4 .flex div span {
    color: #6E6E75;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.about-5 {
    padding: 80px 0 0;
}

.about-5 .flex {
    display: flex;
    gap: 40px;
    align-items: center;
    padding-bottom: 80px;
}

.about-5 .flex .left {
    width: 40%;
}

.about-5 .flex .right {
    width: 60%;
}

.about-5 .flex .right p {
    border-radius: 4px;
    background: #F5F8FF;
    text-transform: uppercase;
    color: #040C63;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.24px;
    padding: 20px 0;
}

.about-5 .flex .right {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    justify-content: center;
}

.about-5 .flex .right p:nth-child(1) {
    grid-column: 2/4;
    grid-row: 1/2;
}

.about-5 .flex .right p:nth-child(2) {
    grid-column: 4/6;
    grid-row: 1/2;
}

.about-5 .flex .right p:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/3;
}

.about-5 .flex .right p:nth-child(4) {
    grid-column: 3/5;
    grid-row: 2/3;
}

.about-5 .flex .right p:nth-child(5) {
    grid-column: 5/7;
    grid-row: 2/3;
}

.about-5 .flex .left .heading {
    color: #042463;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}

.about-5 .flex .left p {
    color: #6E6E75;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.about-5 .bottom {
    width: 70%;
    margin: auto;
    border-radius: 8px;
    background: #0051F3;
    padding: 30px 60px;
    background: url(../images/about-5-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.about-5 .bottom h2 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
}

.about-5 .bottom div {
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: center;
}


.about-5 .bottom div a:nth-child(1) {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(5, 88, 255, 0.50);
    color: #0051F3;
    font-weight: 500;
    padding: 12px 40px;
    text-transform: capitalize;
}

.about-5 .bottom div a:nth-child(2) {
    border-radius: 4px;
    border: 1px solid #FFF;
    padding: 12px 20px;
    color: #fff;
    font-weight: 500;
}

.about-5 .bottom div a:nth-child(2) img {
    padding-left: 10px;
}

.games-head .top-area .text {
    width: 70%;
}

.games-head {
    position: relative;
    padding-bottom: 100px;
}

.games-head .bottom-area {
    padding: 20px 80px;
    background: #fff;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    max-width: 1300px;
}

.games-head .bottom-area p {
    font-weight: 600;
    font-size: 24px;
    color: #040C63;
    line-height: 32px;
    text-align: center;
    margin-bottom: 40px;
}


.games-head .bottom-area .flex {
    display: flex;
    align-items: flex-start;
}

.games-head .bottom-area .flex div {
    width: 33.33%;
    text-align: center;
    padding: 0 40px;
}

.games-head .bottom-area .flex div p {
    font-weight: bold;
    font-size: 44px;
    color: #0558FF;
    line-height: 52px;
    margin-bottom: 10px;
}

.games-head .bottom-area .flex div span {
    font-weight: 600;
    font-size: 16px;
    color: #0558FF;
    line-height: 18px;
}

.games-head .bottom-area .flex div:nth-child(2) {
    border-left: 1px solid #DEDFE1;
    border-right: 1px solid #DEDFE1;
}

.games-2 {
    padding-top: 250px;
    padding-bottom: 40px;
}

.games-2 .heading {
    font-weight: 600;
    font-size: 36px;
    color: #040C63;
    line-height: 42px;
    margin-bottom: 40px;
}

.games-2 .heading img {
    padding-right: 20px;
}

.games-2 .games-header {
    background: #F5F8FF;
    padding: 28px 0 0;
}

.games-2 .games-header .container {
    display: flex;
    justify-content: space-between;
}

.games-2 .games-header p {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    position: relative;
    cursor: pointer;
}

.games-2 .games-header p.active {
    color: #0051F3;
    background-image: linear-gradient(to right, rgba(166, 52, 255, 1), rgba(75, 128, 255, 1), rgba(4, 224, 229, 1));
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 28px;
}

.games-main #content {
    padding: 40px 15px;
}

#content-1 .list,
#content-2 .list,
#content-3 .list,
#content-4 .list,
#content-5 .list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
}

#content-1 .item,
#content-3 .item,
#content-4 .item,
#content-5 .item,
#content-2 .item {
    width: calc(25% - 30px);
    border-radius: 0px 0px 16px 16px;
    border: 1px solid #0558FF;
}

#content-1 .item img,
#content-2 .item img,
#content-3 .item img,
#content-4 .item img,
#content-5 .item img {
    width: 100%;
    display: block;
}

#content-1 .item p,
#content-2 .item p,
#content-3 .item p,
#content-4 .item p,
#content-5 .item p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding: 8px;
}

#content-1 .item:hover p,
#content-3 .item:hover p,
#content-4 .item:hover p,
#content-5 .item:hover p,
#content-2 .item:hover p {
    color: #0558FF;
}

.games-3 {
    padding: 80px 0;
    background: url(../images/games-3-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.games-3 .heading {
    color: #040C63;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 40px;
}

.games-3 .flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.games-3 .flex div {
    background: #fff;
    padding: 40px;
    width: calc(33.33% - 30px);
    height: 250px;
    border-radius: 8px;
    border: 1px solid #E4EAF8;
}

.games-3 .flex div img {
    margin-bottom: 16px;
}

.games-3 .flex div p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
}

.games-3 .flex div span {
    color: #6E6F75;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.games-4 {
    padding: 80px 0;
}

.games-4 .flex {
    display: flex;
    gap: 40px;
    align-items: center;
}

.games-4 .flex .images {
    width: 50%;
}

.games-4 .flex img {
    width: 100%;
}

.games-4 .flex .text {
    width: 50%;
}

.games-4 .flex h2 {
    color: #040C63;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 20px
}

.games-4 .flex p,
.games-4 .flex p a {
    color: #6E6E75;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.games-4 .flex p a {
    text-decoration: underline;
}

.login-bg {
    background: url(../images/login-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.login-header {
    position: absolute;
    top: 40px;
}

.login-header img {
    max-width: 250px;
    width: 100%;
}

.login-from .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-container {
    background: #fff;
    border-radius: 48px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 60px 54px;
    width: 100%;
    max-width: 430px;
    text-align: center;
}

.login-container h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 30px;
}

.login-container p {
    font-size: 14px;
    line-height: 20px;
    color: #6D7486;
    font-weight: 500;
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 15px;
    position: relative;
}

.input-group input {
    width: 100%;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    background: #EFF2F6;
    border-radius: 16px 16px 16px 16px;
}

.input-group .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #757575;
}

.input-group .icon img {
    width: 20px;
    height: 20px;
}

.forgot-password {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-bottom: 20px;
    color: #23242D;
    text-decoration: none;
    font-weight: 500;
}


.login-container .btn {
    display: block;
    width: 100%;
    padding: 10px;
    background: #23242D;
    color: #fff;
    border: none;
    border-radius: 16px 16px 16px 16px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 30px;
}

.request-access {
    font-size: 12px;
    color: #0558FF;
    text-decoration: none;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(157, 204, 235, 0.5);
    border-radius: 44px 44px 44px 44px;
    border: 1px solid #F4F6F7;
    padding: 16px 64px;
}

.thank-main{
    padding-bottom: 80px;
}

.thank {
    max-width: 70%;
    margin: auto;
    border-radius: 48px;
    padding: 40px;
    border: 1px solid #D9EFFF;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(180deg, #C3F2FE 0%, #FFF 26.34%);
    box-shadow: 0px 2px 12px 0px rgba(157, 204, 235, 0.50);
}

.thank-img {
    display: block;
    margin: 0 auto 40px;
    max-width: 200px;
    width: 100%
}

.thank h2 {
    color: #000;
    font-size: 38px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    margin-bottom: 20px;
}

.thank p {
    color: #757C8A;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 28px;
}

.thank .btn {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: start;
    padding-top: 20px;
}
.thank .btn a{
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.thank .btn div:nth-child(1) {
padding: 8px 20px;
    border-radius: 8px;
    background: linear-gradient(90deg, #A634FF 0%, #4B80FF 100%);
}

.thank .btn div:nth-child(2) {
padding: 8px 20px;

    border-radius: 8px;
    background: linear-gradient(90deg, #4B80FF 0%, #03CFD4 100%);
}

.thank .btn div img{
    vertical-align:sub;
    width: 20px;
    height: 20px;
    padding-left: 8px;
}


@media (max-width:1150px) {
    .nav-links {
        gap: 20px;
    }
}

@media (max-width:1024px) {

    .h-1 .top-area .text h1,
    .games-head .bottom-area .flex div p {
        font-size: 30px;
        line-height: 46px;
    }

    .m-2 .flex .text h2,
    .m-3 .heading,
    .m-4 .flex div:nth-child(1) h2,
    .games-2 .heading,
    .games-3 .heading,
    .about-4 .heading,
    .p-2 .heading,
    .games-4 .flex h2,
    .m-4 .m-4-bottom h2,
    .p-5 .flex .text h2,
    .about-2 .flex .text p,
    .p-6 .heading,
    .about-5 .flex .left .heading,
    .about-5 .bottom h2,
    .c-2 .heading,
    .about-3 .flex .text h2,
    .advertisers-head .capabilities .heading,
    .p-3 .flex div:nth-child(1) h2,
    .p-4 .flex div:nth-child(1) h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .h-1 .top-area .text p,
    .c-2 .flex .item p,
    .p-5 .flex .text p,
    .m-2 .flex .text p,
    .about-3 .flex .text p,
    .about-4 .flex div p,
    .about-5 .flex .left p,
    .about-5 .flex .right p,
    .m-3 .flex div h3,
    .games-4 .flex p,
    .games-4 .flex p a,
    .games-head .bottom-area p,
    .games-2 .games-header p {
        font-size: 18px;
        line-height: 26px;
    }

    .m-3 .flex div p,
    .m-4 .flex div:nth-child(2) p,
    .games-head .bottom-area .flex div span,
    .advertisers-head .capabilities p,
    .about-4 .flex div span,
    .p-3 .flex div:nth-child(2) p,
    .p-4 .flex div:nth-child(2) p {
        font-size: 14px;
        line-height: 18px;
    }

    .h-1 .top-area .images {
        position: absolute;
        right: 100px;
        max-width: 400px;
        max-height: 400px;
        top: 0;
    }

    footer .container {
        padding: 40px 15px;
    }

    .h-2 .flex img {
        height: 40px;
    }

    .h-2 .flex {
        gap: 130px;
    }

    .games-head .top-area {
        padding: 31px 60px 100px;
    }

    .games-head .bottom-area {
        width: 90%;
    }

    .games-3 .flex div {
        padding: 30px;
        height: 220px;
    }

    .advertisers-head .capabilities img {
        width: 30px;
        height: 30px;
    }

    .about-head .top-area .images {
        top: 80px;
    }

    .c-2 .flex {
        flex-wrap: wrap;
        gap: 25px;
    }

}

@media (max-width:768px) {
    .thank{
        max-width: 90%;
    }
    .h-1 {
        margin: 10px 10px 0 10px;
    }

    .h-1 .top-area {
        padding: 30px 24px 60px;
    }

    .h-1 .top-area .text h1,
    .games-head .bottom-area .flex div p {
        font-size: 22px;
        line-height: 34px;
    }


    .h-1 .top-area .text p,
    .c-2 .flex .item p,
    .p-5 .flex .text p,
    .m-2 .flex .text p,
    .about-3 .flex .text p,
    .about-4 .flex div p,
    .about-5 .flex .left p,
    .about-5 .flex .right p,
    .m-3 .flex div h3,
    .games-4 .flex p,
    .games-4 .flex p a,
    .games-head .bottom-area p,
    .games-2 .games-header p,
    .games-3 .flex div p {
        font-size: 16px;
        line-height: 22px;
    }

    .about-5 .flex {
        gap: 10px;
    }

    .about-5 .flex .right {
        gap: 10px;
    }

    .h-1 .top-area .images {
        position: absolute;
        right: 0;
        max-width: 300px;
        max-height: 300px;
        top: 0;
    }

    .games-3 .flex div span {
        font-size: 14px;
    }

    .h-1 .top-area .text div a:nth-child(1),
    .h-1 .top-area .text div a:nth-child(2) {
        font-size: 14px;
        padding: 9px 20px;
    }

    .h-2 {
        margin: 60px 40px 60px 40px;
    }

    .h-2 .flex img {
        height: 30px;
    }

    .h-3 {
        padding: 40px 0;
    }

    footer .container {
        flex-wrap: wrap;
    }

    footer .f-1 {
        width: 100%;
        order: 4;
        text-align: center;
    }

    footer .share {
        justify-content: center;
    }

    footer .f-1 div:nth-child(1) img,
    footer .f-1 .share {
        margin-bottom: 20px;
    }

    footer .f-2,
    footer .f-3,
    footer .f-4 {
        width: 30%;
    }

    .games-head .bottom-area {
        padding: 20px;
    }


    .games-2 {
        padding-top: 190px;
    }

    .h-1 .top-area .text div {
        padding-top: 30px;
    }


    #content-1 .list,
    #content-2 .list,
    #content-3 .list,
    #content-4 .list,
    #content-5 .list {
        gap: 20px;
        justify-content: space-between;
    }

    #content-1 .item,
    #content-3 .item,
    #content-4 .item,
    #content-5 .item,
    #content-2 .item {
        width: calc(25% - 20px);
    }

    .games-3 .flex,
    .p-6 .flex {
        gap: 20px;
    }

    .games-3 .flex div {
        background: #fff;
        padding: 20px;
        width: calc(50% - 30px);
        height: 200px;
    }


    .m-2 .flex .text h2,
    .m-3 .heading,
    .m-4 .flex div:nth-child(1) h2,
    .games-2 .heading,
    .games-3 .heading,
    .about-4 .heading,
    .p-2 .heading,
    .games-4 .flex h2,
    .m-4 .m-4-bottom h2,
    .p-5 .flex .text h2,
    .about-2 .flex .text p,
    .p-6 .heading,
    .about-5 .flex .left .heading,
    .about-5 .bottom h2,
    .c-2 .heading,
    .about-3 .flex .text h2,
    .advertisers-head .capabilities .heading,
    .p-3 .flex div:nth-child(1) h2,
    .p-4 .flex div:nth-child(1) h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .p-6,
    .p-5,
    .p-3,
    .p-4,
    .m-3,
    .about-2,
    .about-4,
    .about-5,
    .games-3 {
        padding: 40px 0;
    }

    .p-6 .flex div {
        width: calc(50% - 20px);
    }

    .advertisers-head .top-area,
    .about-head .top-area {
        flex-wrap: wrap;
    }

    .advertisers-head .top-area .text,
    .advertisers-head .capabilities,
    .about-head .top-area .text,
    .h-1 .top-area .images {
        width: 100%;
    }

    .h-1 .top-area .images {
        position: relative;
        max-width: 60%;
        margin: auto;
    }

    .advertisers-head .capabilities {
        padding-top: 20px;
    }

    .m-3 .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-2 .flex {
        gap: 30px;
    }

    .about-3 .flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .about-3 .flex .images {
        width: 60%;
    }

    .about-3 .flex .text {
        width: 100%;
    }

    .about-5 .bottom,
    .m-4 .m-4-bottom {
        width: 90%;
    }

    footer .f-1 div:nth-child(1) img {
        max-width: 200px;
    }

    .c-2 .flex .item {
        width: calc(50% - 15px)
    }

    .h-1 .top-area {
        flex-wrap: wrap;
    }

    .h-1 .top-area .text {
        width: 100%;
    }

    .h-1 .top-area .images {
        max-width: 50%;
    }

    .m-2 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #content-1 .item,
    #content-3 .item,
    #content-4 .item,
    #content-5 .item,
    #content-2 .item {
        width: calc(33% - 12px);
    }

    #content-1 .item p,
    #content-2 .item p,
    #content-3 .item p,
    #content-4 .item p,
    #content-5 .item p {
        font-size: 14px;
        line-height: 20px;
    }

    .games-2 .heading {
        margin-bottom: 20px;
    }
}

@media (max-width:630px) {
    .thank{
        max-width: 95%;
        padding: 20px;
    }
    .thank-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .thank h2{
        font-size: 24px;
        line-height: 34px;
    }
    .thank-img{
        max-width: 150px;
        margin: 0 auto 20px;
    }
    .thank p,
    .thank .btn a{
        font-size: 16px;
        line-height: 24px;
    }
    .thank .btn{
        gap: 20px;
        flex-wrap: wrap;
    }
    .thank .btn div{
        width: 210px;
        text-align: center;
    }
    .games-head .bottom-area {
        bottom: -170px;
    }

    .about-5 .flex {
        flex-wrap: wrap;
        text-align: center;
    }

    .about-5 .flex {
        gap: 20px;
    }

    .about-5 .flex .left,
    .about-5 .flex .right {
        width: 100%;
    }
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/login-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#loading img {
    width: 500px;
    /* 可根据需要调整大小 */
    animation: spin 1s linear infinite;
}



#login-from {
    opacity: 0;
    transition: opacity 0.6s ease;
}

@media (max-width:550px) {
    #loading img {
        width: 100%;
        padding: 0 30px;
    }

    .navbar {
        padding: 10px 10px;
    }

    .nav-links .dropdown .dropdown-menu {
        display: block;
    }

    .h-1 .top-area {
        padding: 30px 0px 20px;
    }

    .h-1 .top-area .images {
        max-width: 80%;
    }

    .h-2 .flex {
        gap: 60px;
    }

    .h-2 {
        margin: 30px 20px 30px 20px;
    }

    .form-container {
        border-radius: 8px;
        padding: 16px;
    }

    .h-3,
    .m-4,
    .p-6,
    .p-5,
    .p-3,
    .p-4,
    .m-3,
    .about-2,
    .about-4,
    .about-5,
    .games-3,
    .games-4 {
        padding: 25px 0;
    }

    .form-container form {
        max-width: 95%;
    }

    footer .f-2,
    footer .f-3,
    footer .f-4 {
        width: 100%;
        padding-left: 40px;
    }

    .m-2 .flex,
    .m-4 .flex,
    .m-4 .m-4-bottom div,
    .games-head .bottom-area .flex,
    .p-5 .flex,
    .p-3 .flex,
    .p-4 .flex,
    .about-2 .flex,
    .games-4 .flex,
    .about-5 .flex,
    .about-5 .bottom div {
        flex-wrap: wrap;
    }

    .m-2 .flex .images,
    .m-2 .flex .text,
    .m-4 .flex div,
    .m-3 .flex div,
    .about-5 .flex .left,
    .about-5 .flex .right,
    .about-4 .flex div,
    .m-4 .m-4-bottom,
    .games-head .bottom-area .flex div,
    .p-5 .flex .images,
    .p-3 .flex div,
    .p-4 .flex div,
    .p-5 .flex .text,
    .games-4 .flex .text,
    .games-4 .flex .images,
    .games-3 .flex div,
    .about-2 .flex .text,
    .about-2 .flex .images,
    .about-5 .bottom,
    .m-4 .m-4-bottom,
    .c-2 .flex .item,
    .p-6 .flex div {
        width: 100%;
    }

    .h-1 .top-area .text h1,
    .m-2 .flex .text h2,
    .m-4 .m-4-bottom h2,
    .about-5 .bottom h2 {
        margin-bottom: 10px;
    }

    .m-4 .flex {
        gap: 20px;
        padding-bottom: 20px;
    }

    .m-4 .m-4-bottom {
        padding: 20px;
    }

    .m-4 .m-4-bottom div,
    .p-3 .flex,
    .p-4 .flex,
    .about-5 .flex,
    .about-5 .bottom div {
        gap: 20px;
    }

    .games-head .bottom-area {
        position: relative;
    }

    .games-head .bottom-area {
        bottom: 0;
        width: 100%;
    }

    .games-head {
        padding-bottom: 20px;
    }

    .games-head .bottom-area p,
    .games-3 .heading,
    .about-4 .heading {
        margin-bottom: 20px;
    }

    .games-head .bottom-area .flex div:nth-child(2) {
        border-left: none;
        border-right: none;
        padding: 20px;
    }

    .games-2 {
        padding-top: 20px;
    }

    #content-1 .item,
    #content-3 .item,
    #content-4 .item,
    #content-5 .item,
    #content-2 .item {
        width: calc(50% - 12px);
    }

    .games-2 .games-header {
        padding-top: 15px;
    }

    .games-2 .games-header p.active {
        padding-bottom: 10px;
    }

    .advertisers-head .capabilities div,
    .p-3 .flex div:nth-child(1) h2,
    .p-4 .flex div:nth-child(1) h2 {
        padding: 20px;
    }

    .games-2 .games-header p {
        font-size: 12px;
    }

    .games-main #content {
        padding: 20px 15px;
    }

    /* .games-4 .flex p{
        word-break: break-all;
    } */
    .a-3 {
        padding: 0px 0 40px;
    }

    .about-3 {
        padding-bottom: 40px;
    }

    .about-5 .flex .right p {
        padding: 15px 0px;
    }

    .about-5 .bottom {
        padding: 20px;
    }

    .nav-links {
        gap: 10px;
    }

    .p-3 .flex div:nth-child(1),
    .p-4 .flex div:nth-child(1),
    .m-4 .flex div:nth-child(1) {
        height: 160px;
    }

    .form-container input,
    .form-container select,
    .form-container textarea,
    .form-container input::placeholder,
    .form-container select::placeholder,
    .form-container textarea::placeholder {
        font-size: 12px !important;
    }

    .about-5 .flex .right p {
        font-size: 14px;
    }
}