/* Global Css */
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #fff;
    color: #111;
}

section {
    padding: 40px 20px;
    text-align: center;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

img {
    width: 100%;
    max-width: inherit;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
}

h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -1px;
}

.page-center {
    max-width: 1000px;
    margin: 0 auto;
}

.btn.blue-btn,
.btn,
button {
    padding: 15px 30px 15px 33px;
    background: linear-gradient(277.26deg, #474DED 17.06%, #00BDBD 130.76%);
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

button.btn,
button {
    border: 0;
    padding: 20px;
}

.btn.blue-btn:hover,
.btn:hover,
button:hover {
    transform: scale(1.05);
}

/* end Css */
/* Checks Css */
section.checks {
    background: #F0F2F8;
}

.checks-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.check-item {
    background: #eaeaea;
    padding: 20px;
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-align: center;
}

.top-section {
    margin-bottom: 60px;
}

.check-item {
    background: #fff;
    padding: 0;
    border-radius: 16px;
    width: auto;
    height: auto;
    min-height: 100px;
    flex-direction: column;
    gap: 10px;
}

.check-item a {
    padding: 36px 16px;
    display: block;
}

.check-item {
    min-height: auto;
    display: block;
    width: 20%;
}

.box-title {
    font-weight: 600;
    margin: 6px 0 0;
}

.check-item img {
    max-width: 32px;
}

.check-item:hover {
    transform: scale(1.1);
    box-shadow: 0px 60px 24px rgba(0, 0, 0, 0.01), 0px 34px 20px rgba(0, 0, 0, 0.05), 0px 15px 15px rgba(0, 0, 0, 0.09), 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.check-item {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.check-item a {
    text-decoration: none;
    color: #000;
}

.check-item {
    max-height: 140px;               /* collapsed height */
    overflow: hidden;
    transition: max-height 0.4s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.check-item a {
    position: relative;
    height: 100%;
}

/* Front content (icon + title) */
.box-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: opacity 0.3s ease;
}

/* Description (hidden by default) */
.box-desc {
    display: none;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    padding: 0;
}

/* Hover behavior */
.check-item:hover .box-front {
    opacity: 0;
    height: 0;
}
.check-item:hover {
    max-height: 140px;    
    overflow-y: auto;          /* enough for description */
}
.check-item:hover a {
    padding-top: 20px;
    padding-bottom: 36px;
}
.check-item:hover .box-desc {
    display: block;
}

/* Optional: better hover feel */
.check-item {
    cursor: pointer;
}

@media(max-width:991px) {
    .checks-grid {
        gap: 20px;
    }

    .check-item {
        width: 25%;
    }

    section.checks.gaming-content .check-item {
        width: calc(20% - 25px);
    }

}

@media (max-width: 767px) {
    .check-item {
        width: calc(50% - 20px);
    }

    section.checks.gaming-content .check-item {
        width: calc(33.33% - 25px);
    }
}

@media (max-width: 479px) {
    .check-item {
        width: 100%;
    }

    section.checks.gaming-content .check-item {
        width: 100%;
    }
}

/* End Checks Css */
/* api documentation Css */
.api-documentation .inner-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.api-documentation .inner-content>div {
    width: calc(50% - 30px);
    padding: 20px;
    padding-bottom: 0;
}

.api-documentation .inner-content .left-content {
    text-align: left;
}

.api-documentation .inner-content .right-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 100%;
}

.api-documentation .inner-content .right-content ul li {
    margin-bottom: 40px;
}

.api-documentation .inner-content .right-content ul li img {
    max-width: 160px;
    width: 100%;
}

.api-documentation .image-list {
    gap: 20px;
    display: flex;
    width: 100%;
}

.top-tagline h6 {
    margin: 0;
    font-size: 13px;
}

.api-title h3 {
    margin: 16px 0 22px;
}

@media (max-width: 767px) {
    .api-documentation .inner-content>div {
        width: 100%;
        padding: 0;
    }

    .api-documentation .inner-content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media (max-width: 479px) {
    .api-documentation .inner-content .right-content ul li {
        padding-right: 5px;
    }
}

/* End Css */
/* live-dashboard Css */
.live-dashboard .top-title h5 {
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.live-dashboard .top-title h5:before {
    position: absolute;
    height: 15px;
    width: 15px;
    background: #49D272;
    display: block;
    top: 3px;
    left: -23px;
    content: '';
    border-radius: 50%;
}

.live-dashboard .top-title {
    margin-bottom: 20px;
}

.live-dashboard .inner {
    background-size: contain;
}

.live-dashboard .boxed-content {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    max-width: 390px;
    border-radius: 16px;
    padding: 16px;
    transform: translateY(-50%);
}

.live-dashboard .inner-wrap {
    position: relative;
}

.live-dashboard .live-content {
    text-align: left;
    padding-left: 20px;
}

.list-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.list-feature span {
    font-size: 12px;
    display: flex;
    width: 39%;
    align-items: center;
}

.list-feature span img {
    max-width: 31px;
    vertical-align: middle;
    margin-right: 10px;
}

.live-dashboard .button-wrapper {
    text-align: left;
    padding-left: 50px;
}

.live-dashboard .button-wrapper a.btn.blue-btn {
    padding: 13px !important;
    line-height: normal;
    font-size: 12px;
}

@media (max-width: 720px) {
    .live-dashboard .boxed-content {
        max-width: 100%;
        position: static;
        transform: none;
        background: #F0F2F8;
    }

    .live-dashboard .live-content {
        text-align: center;
        padding: 0;
    }

    .live-dashboard .button-wrapper {
        padding: 0;
        text-align: center;
    }
}

/* End Css */
/* two-column-content Css */
.two-column-content .list-feature {
    display: block;
}

.two-column-content .list-feature ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 20px;
    padding-left: 20px;
    margin: 25px 0 15px;
    justify-content: space-between;
}

.two-column-content.api-documentation .inner-content>div {
    padding: 0;
}

.two-column-content.api-documentation .inner-content {
    align-items: center;
}

.two-column-content .button-wrapper a.btn.blue-btn {
    margin-bottom: 0;
}

.two-column-content.api-documentation .image-list {
    box-shadow: 0px 60px 24px rgba(0, 0, 0, 0.01), 0px 34px 20px rgba(0, 0, 0, 0.05), 0px 15px 15px rgba(0, 0, 0, 0.09), 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.two-column-content.api-documentation.home-banner2 .inner-content>div.right-content {
    border-radius: 32px;
}

.trending-collections .flex {
    justify-content: flex-start;
}

@media (min-width:1025px) {


    .two-column-content.api-documentation.home-banner2 .inner-content>div.right-content {
        position: absolute;
        right: 0;
        width: 810px;
        border-radius: 32px;
        overflow: hidden;
    }

    .two-column-content.api-documentation.home-banner2 .inner-content {
        position: relative;
    }

    .api-documentation.home-banner2 .inner-content .left-content {
        position: relative;
        z-index: 9;
    }
}

@media (max-width: 767px) {
    .two-column-content.api-documentation .inner-content {
        align-items: center;
        flex-direction: column;
        padding-top: 0;
    }

    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .two-column-content .list-feature ul {
        flex-direction: column;
    }
}

/* End Css */
/* awards Css */
.awards .check-items {
    width: calc(20% - 10px);
}

.awards h2 {
    margin-top: 0;
}

.awards .checks-grid {
    align-items: center;
    gap: 10px;
}

.awards .check-items img {
    max-width: 122px;
    margin: 0 auto;
}

.awards .slick-slide {
    margin: 0 20px;
}

.awards .slick-track {
    display: flex;
    align-items: center;
}

/* End Css */
/* counter Css */
section.counter ul li {
    text-align: left;
    font-weight: bold;
}
section.counter ul#counter {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 740px;
    margin: 0 auto;
}

section.counter h2 {
    margin-top: 0;
    font-weight: 500;
}

section.counter ul#counter span {
    font-size: 40px;
    letter-spacing: -2.5px;
    font-weight: bold;
}

section.counter ul#counter span:after {
    content: '+';
}

section.counter ul#counter h5 {
    margin-top: 6px;
    font-weight: 500;
    FONT-WEIGHT: 600;
}

section.counter ul#counter li {
    padding: 10px;
}

/* End Css */
/* accordion Css */
section.accordion h2 {
    margin-top: 0;
    font-weight: 500;
}

:root {
    --color-primary-1: #1a73e8;
    --color-primary-4: #ecf4fd;
    --color-base-1: #f9f9f9;
    --color-base-2: #f8f8f8;
    - -color-base-3: #f5f5f5;
    --color-border: #dadce0;
}

/* Accordion Title */
.accordion__title {
    padding: 16px 24px;
    font-size: 14px;
    color: #202124;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s all;
}

/* Content Inner */
.accordion__content {
    padding: 24px;
}

/* Arrow Style */
.arrow {
    width: 20px;
    height: 22px;
    transition: 0.2s;
}

.accordion__content-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.accordion__active .accordion__content-wrap {
    max-height: 500px;
    /* or large enough height */
}

.arrow:after {
    content: '+';
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: -4px;
    color: #3D3D3D;
}

.accordion__item {
    border: 1px solid #CFCFCF;
    border-radius: 16px;
    margin-bottom: 10px;
}

.accordion__list {
    max-width: 565px;
    margin: 0 auto;
}

span.arrow {
    position: relative;
}

.accordion__title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.accordion__content {
    padding-top: 0;
    text-align: left;
    font-size: 13px;
    line-height: 24px;
}

.accordion__active .arrow {
    transform: none;
}

.accordion__item.accordion__active .arrow::after {
    content: '-';
}

.accordion__title {
    text-align: left;
}

@media(max-width:575px) {
    section.counter ul#counter {
        flex-direction: column;
    }
}

.bottom-pane.two-column-content.api-documentation .image-list {
    background: transparent;
    box-shadow: none;
}


/* GLOBAL RESET FOR FORM ELEMENTS */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
input[type="search"],
textarea,
select {
    width: 100%;
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    font-family: inherit;
    color: #000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    appearance: none;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-weight: 400;
}

/* FOCUS STATE */
input:focus,
textarea:focus,
select:focus {
    border-color: #1a73e8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.15);
}

/* TEXTAREA */
textarea {
    min-height: 120px;
    resize: vertical;
}

/* LABELS */
label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #222;
}

input#resume {
    width: 100%;
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    font-family: inherit;
    color: #000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    appearance: none;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-weight: 400;
}

/* PLACEHOLDER */
::placeholder {
    color: #aaa;
    opacity: 1;
}

/* DISABLED STATE */
input:disabled,
textarea:disabled,
select:disabled {
    background-color: #f5f5f5;
    color: #888;
    cursor: not-allowed;
}

/* ERROR STATE */
input.error,
textarea.error,
select.error {
    border-color: #e53935;
    background-color: #fff5f5;
}

input.error:focus,
textarea.error:focus,
select.error:focus {
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15);
}

.form-group {
    text-align: left;
}

button.btn,
button {
    width: 100%;
}

section.two-column-content.api-documentation.bottom-pane {
    background: #F0F8FF;
    padding-top: 50px;
}

::placeholder {
    font-size: 16px;
    font-weight: 400;
}

.bottom-pane form.inquiry-form {
    width: 100%;
}

.bottom-pane .top-tagline h6 {
    color: #3072DD;
}

.api-title h3 {
    font-size: 28px;
}

.api-content p {
    font-size: 19px;
}

.bottom-pane .api-content {
    padding-right: 110px;
}

.two-column-content.api-documentation.bottom-pane .inner-content>div.right-content {
    padding-left: 90px;
}

.bottom-pane button.btn {
    width: 100%;
    padding: 11px;
    font-size: 12px;
    line-height: normal;
}

section.accordion {
    padding-top: 0;
}

/*Header Css */
.logo-wrapper img {
    max-width: 107px;
}

header {
    padding-bottom: 10px;
    padding-top: 10px;
}

header .page-center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}

.menu ul li a {
    color: #121212;
    text-decoration: none;
    font-size: 16px;
    padding: 15px;
    display: block;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu>ul>li>ul {}

.menu>ul {
    display: flex;
}

header .button-wrapper img {
    max-width: 12px;
}

header .button-wrapper a.btn {
    text-decoration: none;
    border-radius: 9px;
    padding: 9px 15px;
}

.logo-wrapper {
    width: auto;
}

.menu-right-content {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.menu>ul>li.child-menu.has-children>a:after {
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #121212;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    right: 17px;
}

.menu>ul>li.child-menu.has-children>a {
    position: relative;
}

.menu>ul>li.child-menu.has-children>a {
    padding-right: 35px;
}

@media (min-width:768px) {
    .menu>ul>li.child-menu.has-children:hover>ul {
        display: block;
        top: 50px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .menu>ul>li.child-menu.has-children>ul {
        position: absolute;
        top: 80px;
        background: #fff;
        width: 100%;
        -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 6px 21px -2px rgba(0, 0, 0, 0.75);
        box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.75);
        border-radius: 6px;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .menu {
        display: block !important;
    }
}

.menu>ul>li.child-menu.has-children {
    position: relative;
}

.menu>ul>li.child-menu.has-children>ul>li>a {
    padding: 11px;
}

.menu ul li a:hover {
    color: #474DED;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease-in-out;
}

.header-hidden {
    top: -112px;
    /* or height of header */
}

.fixed-header {
    min-height: 112px;
}

@media(max-width:767px) {
    header {
        padding-bottom: 9px;
        padding-top: 9px;
    }

    .menu {
        top: 110px;
    }

    .menu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 110px;
    }

    .menu>ul {
        display: block;
        background: #fff;
    }

    .menu>ul>li.child-menu.has-children>a:after {
        display: none;
    }

    .menu>ul>li.child-menu.has-children>ul>li>a {
        padding-left: 40px;
    }

    .menu>ul>li>a {
        font-weight: bold;
    }

    .menu-trigger {
        width: 30px;
        height: 24px;
        position: relative;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-trigger {
        display: block !important;
    }

    .menu-trigger span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #474DED;
        border-radius: 2px;
        transition: 0.3s ease-in-out;
        margin-bottom: 7px;
    }

    /* Toggle effect when active */
    .menu-trigger.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .menu-trigger.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .menu-trigger {
        padding: 6px;
    }

    .menu {
        display: none;
    }

    .menu-right-content {
        width: auto;
    }

    .two-column-content.api-documentation.bottom-pane .inner-content>div.right-content {
        padding: 0;
    }

    .bottom-pane .api-content {
        padding-right: 0;
    }
}

@media(max-width:400px) {
    .menu-right-content {
        gap: 0px;
    }

    header .page-center {
        padding: 0 10px;
    }

    .logo-wrapper img {
        max-width: 79px;
    }

    .fixed-header {
        min-height: 94px;
    }

    .menu {
        top: 92px;
    }
}

/* End */



/* Footer css */
footer .page-center .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px;
}

footer .page-center .footer-inner .col3 {
    width: calc(33.33% - 50px);
}

footer {
    background: #001C4B;
    padding: 80px 20px 40px;
    color: #fff;
}

.social-share ul li img {
    max-width: 25px;
}

.social-share ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.col3.footer-logo img {
    max-width: 107px;
}

.logo p {
    color: #CCCBCB;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.subscription-container h5 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin: 30px 0 10px;
}

.subscription-container form button {
    margin: 0;
    background: linear-gradient(277.26deg, #474DED 17.06%, #00BDBD 130.76%);
    border-radius: 4px;
    padding: 10px 30px;
    width: auto;
    font-size: 13px;
    position: absolute;
    right: 6px;
    top: 6px;
}

.subscription-container form {
    position: relative;
}

.subscription-container form input[type="email"] {
    padding: 12px 14px;
}

.copyright {
    text-align: center;
    padding-top: 40px;
}

.copyright p {
    font-size: 17px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-weight: normal;
}

.col3.footer-menu ul li {
    font-size: 17.8px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}

.col3.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.col3.footer-menu ul li a {
    font-size: 17px;
    line-height: 27px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

.col3.footer-social-icon h6 {
    margin: 0;
}

.col3.footer-social-icon h6 {
    font-size: 17.8px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}

.col3.footer-social-icon p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.col3.footer-menu ul li a:hover {
    color: #fff;
}

footer .page-center {
    max-width: 1200px;
}




@media(max-width:1111px) and (min-width:768px) {


    .col3.footer-social-icon p span.divider {
        display: none;
    }

    .col3.footer-social-icon p span.last-phone-number {
        display: block;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .subscription-container form button {
        padding: 10px 10px;
    }
}

@media(max-width:991px) {
    footer .page-center .footer-inner {
        flex-direction: column;
    }

    footer .page-center .footer-inner .col3 {
        width: 100%;
    }
}

/*-----------End-------*/

h1 {
    font-size: 45px;
    line-height: 58px;
    font-weight: bold;
    color: #0F1331;
}

.hero-banner-wrapper h6 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
}


.hero-banner-wrapper.two-column-content.api-documentation .image-list {
    box-shadow: none;
    padding: 0;
}

.hero-banner-wrapper.two-column-content.api-documentation .page-center {
    max-width: 1100px;
}

section.two-column-content.api-documentation.hero-banner-wrapper p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.hero-banner-wrapper.two-column-content .list-feature ul {
    justify-content: flex-start;
    gap: 40px;
}

.hero-banner-wrapper.two-column-content .button-wrapper a.btn.blue-btn {
    padding: 14px 40px;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 767px) {
    .hero-banner-wrapper.two-column-content.api-documentation .inner-content {
        flex-direction: column-reverse;
    }

    .awards .check-items {
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }
}



/*------about page css----*/


section.two-column-content.api-documentation.hero-banner-wrapper.left .inner-content {
    flex-direction: row-reverse;
}

section.two-column-content.api-documentation.hero-banner-wrapper.left .api-content p {
    font-weight: normal;
    margin-bottom: 40px;
}

section.two-column-content.api-documentation.hero-banner-wrapper.left .api-content p strong {
    display: block;
}

section.two-column-content.api-documentation.hero-banner-wrapper.left .inner-content {
    padding-top: 40px;
}

section.two-column-content.api-documentation.hero-banner-wrapper.left .api-content p strong i {
    color: #419F6A;
}


section.three-column-content {
    background: #F0F2F8;
}

.section.three-column-content .check-items {
    width: 20%;
}

.three-column-content .check-items {
    width: calc(33.33% - 30px);
}

.three-column-content .check-items>img {
    max-width: 50px;
}

section.three-column-content .box-title {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.three-column-content .check-items p {
    margin: 0;
}

section.counter.four ul#counter {
    max-width: 100%;
}


/*------Testimonial--------*/
.testimonial-slider .slider-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 50px 15px;
}

.testimonial-slider .slider-item .slider-image img {
    border-radius: 100px;
    overflow: hidden;
}

.testimonial-slider .quote {
    color: #374151;
    font-style: italic;
    font-size: 20px;
}

.testimonial-slider .slider-image {
    width: 10%;
}

.testimonial-slider .slider-content {
    width: calc(80% - 20px);
    text-align: left;
}

.testimonial-slider .slider-content .slider-image {
    width: 100%;
    margin: 20px 0;
}

.testimonial-slider .slider-content .slider-image img {
    max-width: 20px;
}

.testimonial-slider .title-content {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    font-size: 20px;
}


.testimonial-slider .title-content {
    color: #6B7280;
}

.testimonial-slider .title {
    color: #000;
}

.testimonial-slider .swiper-slide {
    border: 1.48462px solid #F3F4F6;
    box-shadow: 0px 1.48462px 2.96923px rgba(0, 0, 0, 0.05);
    border-radius: 17.8154px;
}

.testimonial-slider .quote-image {
    max-width: 50px;
    position: absolute;
    right: 30px;
    top: auto;
    bottom: 10px;
}


.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    filter: brightness(0.1);
    top: auto;
    bottom: 0;
}

.testimonial-slider .swiper-button-next {
    left: 50%;
    background-image: none;
}

.testimonial-slider .swiper-button-prev {
    right: 50%;
    left: auto;
    background-image: none !important;
    margin-right: 50px;
    font-weight: normal;
}

.testimonial-slider .swiper-button-prev:before {
    content: "\f060";
    font: normal normal normal 44px / 1 FontAwesome;
}

.testimonial-slider .swiper-button-next:before {
    content: "\f061";
    font: normal normal normal 44px / 1 FontAwesome;
}

.testimonial-slider .swiper-slide {
    margin-bottom: 70px;
}

.list-wrap {
    border: 1px solid #E5E7EB;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 50px 15px;
}

.list-wrap img {
    max-width: 20px;
    margin-right: 10px;
}

.bottom-two-col-content {
    text-align: left;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.bottom-two-col-content>div {
    width: 48%;
}

.list-wrap h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.list-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-wrap ul li {
    margin-bottom: 20px;
    color: #4B5563;
}

section.two-column-content.api-documentation.bottom-pane.bottom-pane2.left {
    background: transparent;
}

section.two-column-content.api-documentation.bottom-pane.bottom-pane2.left .right-content {
    text-align: left;
    padding-left: 0;
}

section.two-column-content.api-documentation.bottom-pane.bottom-pane2.left img {
    border-radius: 15px;
}

@media (min-width: 768px) {
    .list-wrap ul li {
        display: block !important;
    }

    section.two-column-content button {
        display: none !important;
    }

    section.two-column-content.api-documentation.bottom-pane button {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hero-banner-wrapper.two-column-content.api-documentation .inner-content {
        flex-direction: column-reverse;
    }

    .three-column-content .check-items {
        width: 100%;
    }

    section.two-column-content.api-documentation.hero-banner-wrapper.left .inner-content {
        flex-direction: column-reverse;
    }

    .list-wrap ul li {
        display: flex;
    }

    .bottom-two-col-content>div {
        width: 100%;
    }

    .bottom-two-col-content {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .testimonial-slider .title-content {
        flex-direction: column;
    }

    .testimonial-slider .slider-item {
        flex-direction: column;
    }

    .testimonial-slider .title-content>div:nth-child(2) {
        display: none;
    }

    .testimonial-slider .slider-content {
        width: 100%;
        text-align: left;
    }

    .testimonial-slider .slider-image {
        width: 100%;
        max-width: 180px;
    }

    .testimonial-slider .slider-item .slider-image img {
        border-radius: 100%;
        overflow: hidden;
    }
}




section.content-with-top-image .page-center {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

section.content-with-top-image .page-center>div {
    width: calc(33.33% - 20px);
}

section.content-with-top-image .page-center>div .image-item {
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

section.content-with-top-image .page-center>div .image-item .image {
    max-height: 208px;
    object-fit: cover;
    text-align: left;
}

section.content-with-top-image .content {
    text-align: left;
    height: auto;
}

section.content-with-top-image a.btn {
    width: auto;
    text-align: center;
    display: block;
    max-width: 100%;
    min-width: auto;
}

section.content-with-top-image .page-center>div .image-item .image img {
    max-height: 208px;
    object-fit: contain;
}

.job-section .inner-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.job-section .inner-content>div {
    width: calc(51% - 20px);
    text-align: left;
}

.job-section .bottom-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 50px;
}

.job-section .latest-new-item {
    width: calc(50% - 20px);
}

.job-section .image img {
    border-radius: 15px;
}

.job-section .jobs-list {
    margin-top: 50px;
}

.job-section .inner-content>div.right-content {
    width: 33.33%;
}

.job-section .jobs-list p {
    font-weight: 500;
    padding-bottom: 20px;
    line-height: 1.5;
    color: #000;
}

.job-section .jobs-list p a {
    text-decoration: none;
}

.exprimer-section {
    padding: 60px 20px;
    background: #fff;
    font-family: sans-serif;
}



.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.exprimer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.exprimer-card {
    background: #f8f8f8;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.exprimer-card img {
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
}

.exprimer-card p {
    font-size: 0.95rem;
    color: #333;
}

.exprimer-card.highlighted {
    background: #fff;
    border: 2px solid #dce1f9;
}

.exprimer-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}



.exprimer-section .grida-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.exprimer-section .exprimer-grid {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding-right: 25px;
}

.exprimer-section .exprimer-grid .exprimer-card {
    text-align: left;
    width: calc(44% - 20px);
    height: auto;
}

.exprimer-section .next-table {
    width: 35%;
}

.exprimer-section .exprimer-grid .exprimer-card:last-child {
    width: 100%;
}

.exprimer-section .next-table {
    text-align: left;
}

.exprimer-section .next-table .btn {
    text-align: center;
}

.exprimer-section .next-table .btn:after {
    content: "\f061";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-left: 10px;
}

@media (max-width:850px) {
    .exprimer-section .exprimer-grid .exprimer-card {
        width: calc(42% - 20px);
    }
}

@media (max-width:767px) {
    .job-section .inner-content>div.right-content {
        width: 100% !important;
    }

    .job-section .inner-content>div {
        width: 100%;
    }

    section.content-with-top-image .page-center>div {
        width: calc(50% - 20px);
    }

    .exprimer-section .exprimer-grid {
        width: 100%;
    }

    .exprimer-section .next-table {
        width: 100%;
    }

    .exprimer-section .grida-wrapper {
        flex-wrap: wrap;
    }
}


@media (max-width:600px) {
    .job-section .inner-content>div.right-content {
        width: 100% !important;
    }

    .job-section .inner-content>div {
        width: 100%;
    }

    .exprimer-section .exprimer-grid .exprimer-card,
    .job-section .latest-new-item,
    section.content-with-top-image .page-center>div {
        width: 100%;
    }

    .exprimer-section .exprimer-grid {
        width: 100%;
    }

    .exprimer-section .next-table {
        width: 100%;
    }

    section.content-with-top-image .page-center>div .image-item .image img {
        max-height: 100%;
        object-fit: cover;
        object-position: top;
    }

}

/*Fixed Header Mode------*/
body.home-fixed header {
    position: absolute;
    background: transparent;
}

body.home-fixed .fixed-header {
    min-height: auto;
}

.home-fixed .talent-section {
    padding: 160px 20px 0;
}

video.yao_V {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    object-fit: cover;
}
/*-------Dark Mode------*/
body.dark-mode {
    background: #101014;
}

.dark-mode header {
    background: #101014;
}



@media(min-width:768px) {

    .home-fixed header .menu>ul>li>a,
    .dark-mode header .menu>ul>li>a {
        color: #fff;
    }

    .home-fixed header .menu>ul>li.child-menu.has-children>a:after,
    .dark-mode .menu>ul>li.child-menu.has-children>a:after {
        border-color: #fff;
    }
}

.home-banner2 .api-title h1 {
    color: #fff;
}

.home-banner2 .api-title p {
    color: #fff;
}

.home-banner2 p {
    color: #fff;
}

.home-banner2 .button-wrapper a.btn.blue-btn {
    margin-right: 20px;
}

.home-banner2 .button-wrapper a.btn.blue-btn.border-only {
    background: transparent;
    border: 2px solid #474DED;
}

section.checks.gaming-content .check-item a {
    padding: 0;
    cursor: pointer;
}

section.checks.gaming-content .check-item {
    width: calc(25% - 25px);
}

section.checks.gaming-content .checks-grid {
    max-width: 100%;
}

section.checks.gaming-content .check-item img {
    max-width: 100%;
}

section.checks.gaming-content .check-item .box-title {
    padding: 20px;
    text-align: left;
    color: #fff;
    margin: 0;
}

section.checks.gaming-content {
    background: transparent;
}

section.checks.gaming-content .top-section * {
    color: #fff;
}

section.checks.gaming-content .check-item {
    background: rgba(255, 255, 255, 0.05);
}

section.checks.gaming-content .button-wrapper {
    margin-top: 50px;
}

section.two-column-content.api-documentation.service-content .inner-content * {
    color: #fff;
}

section.two-column-content.api-documentation.service-content .list-feature ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

section.two-column-content.api-documentation.service-content .list-feature ul li {
    color: #BABABA !important;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 9px;
}

section.counter.counter-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 50px;
    padding-bottom: 300px;
}

section.counter.counter-home ul li {
    color: #fff;
}

section.counter.counter-home ul#counter {
    max-width: 100%;
}

section.counter.counter-home h2 {
    background: linear-gradient(271.34deg, #474DED -35.88%, #00BDBD 110.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* For Firefox */
    color: transparent;
}

section.two-column-content.api-documentation.service-content {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #0e0d0d;
}

.dark-mode section.two-column-content.api-documentation.bottom-pane {
    background: #222223;
}

.dark-mode section.two-column-content.api-documentation.bottom-pane .api-title {
    color: #fff;
}

.dark-mode section.two-column-content.api-documentation.bottom-pane .api-content {
    color: #fff;
}

.dark-mode section.two-column-content.api-documentation.bottom-pane .list-feature {
    color: #fff;
}

.companies-slider .slick-slide {
    padding: 40px 15px;
    background: #242427;
    border-radius: 14px;
    margin: 0 10px;
    text-align: center;
}

.companies-slider .slick-slide * {
    color: #fff;
    text-decoration: none;
}


section.checks.awards.companies-slider {
    background: transparent;
}

section.checks.awards.companies-slider .top-section {
    color: #fff;
}

section.checks.awards.companies-slider .top-section h2 {
    font-weight: lighter;
}

section.checks.awards.companies-slider .top-section h2 strong {
    font-weight: bold;
}

.dark-mode footer {
    background: #18181C;
}

.gradient-bg {
    position: relative;
}

.blur-image {
    top: -10px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: initial;
    max-width: 1000px;
    max-height: 1030px;
}

section.two-column-content.api-documentation.hero-banner-wrapper.home-banner2 {
    position: relative;
}

section.checks.gaming-content {
    position: relative;
}

body.dark-mode .page-center {
    max-width: 1200px !important;
}

.trending-collections {
    padding: 20px;
}

h2 {
    text-align: center;
    font-size: 2em;
}

.collection {

    width: calc(25% - 20px);
    margin: 0px;
    cursor: pointer;
    border-radius: 10px;
    transition: transform 0.3s ease;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.flex {
    display: flex;
    ;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.collection:hover {
    transform: scale(1.05);
}

.collection img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.collection-info {
    padding: 10px;
    z-index: 99;
}

.collection-info h3 {
    font-size: 1.2em;
    margin: 0;
}

.trending-collections {
    padding: 20px;
    position: relative;
}

.collection-info p {
    font-size: 0.9em;
}

.trending-collections>img {
    height: 290px;
    object-fit: cover;
    object-position: center;
}

.collection:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
}

.show-library {
    display: block;
    width: auto;
    padding: 10px 25px;
    background-color: red;
    color: white;
    border: none;
    font-size: 1.2em;
    margin-top: 20px;
    cursor: pointer;
    margin: 0 auto;
    margin: 100px auto 50px;
}

.show-library:hover {
    background-color: darkred;
}

/* Modal */
.form-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.form-modal-content {
    background: #F0F8FF;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}

.form-modal-content h4 {
    color: #3072DD;
    font-size: 20px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.form-modal form label {
    display: block;
    margin: 10px 0 5px;
}

.form-modal form input,
.form-modal form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-modal form button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-modal form button:hover {
    background-color: #45a049;
}

.form-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.form-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 400px;
}

.form-modal .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

div#formModal {
    padding: 0;
}

.form-modal-content {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}

.collection-infos {
    transition: all 0.3s;
}

.collection-infos h3,
.collection-infos p {
    margin: 0;
}

.collection-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
}

.collection-info a {
    color: #fff;
    text-decoration: none;
    padding: 20px;
    border: 2px solid;
    border-radius: 40px;
    padding: 10px;
    display: inline-block;
}

.collection-info {
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.collection:hover .collection-infos {
    opacity: 0;
    visibility: hidden;
}


.collection:hover .collection-info {
    opacity: 1;
    visibility: visible;
}

.collection-infos {
    padding: 10px;
    position: absolute;
    z-index: 99;
    color: #fff;
    bottom: 0;
}

.trending-collections.page-center h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
}


.bottom-content {
    margin-top: -150px;
    padding: 20px;
}

.collection-infos p {
    font-size: 13px;
    margin-top: 5px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}


.collection-infos svg {
    vertical-align: middle;
    fill: #fff;
    margin-right: 3px;
}

.collection-infos svg path {
    fill-opacity: 1 !important;
}

.collection-infos svg:last-of-type {
    margin-left: 10px;
}

.collection-info svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    vertical-align: middle;
    transform: rotatey(-160deg);
}

.trending-collections {
    padding-top: 150px;
}

.trending-collections.page-center .top-content h2 {
    text-align: center;
    font-size: 45px;
    font-weight: normal;
    letter-spacing: normal;
}


.trending-collections.page-center .top-content p {
    justify-content: center;
}

.trending-collections.page-center .top-content {
    margin-bottom: 40px;
    margin-top: 40px;
}

.talent-section {
    padding: 80px 20px;
    position: relative;
    background-image: url(images/group374.png);
    background-size: cover;
}
section.talent-section.home-talent {
    background-image: none;
}

.talent-section .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Header Text */
.talent-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.talent-section .section-header h4 {
    font-size: 1rem;
    color: #a8b3cf;
    letter-spacing: 1px;
}

.talent-section .section-header h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    color: #fff;
}

.talent-section .section-header span {
    color: #00c2ff;
    text-shadow: 0 0 8px rgba(0, 100, 231, 0.8);
}

/* Card Layout */
.talent-section .card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    top: 60px;
    position: relative;
}

.talent-section .card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    width: calc(30% - 30px);
    transition: all 0.3s ease;
    background: rgb(176 176 176 / 30%);
    backdrop-filter: blur(10.4629px);
    padding: 10px;
}


.talent-section .card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 194, 255, 0.4);
    box-shadow: 0 0 25px rgba(0, 194, 255, 0.25);
}

.talent-section .card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.talent-section .card-content {
    padding: 20px;
    text-align: center;
    min-height: 203px;
}

.talent-section .card-content h3 {
    font-size: 1rem;
    margin-bottom: 12px;
    color: #fff;
}

.talent-section .card-content p {
    font-size: 0.9rem;
    color: #b7c1d8;
    line-height: 1.5;
    margin-bottom: 20px;
}

.talent-section .btn {
    display: inline-block;
    background: #00b4ff;
    background: linear-gradient(277.26deg, #474DED 17.06%, #00BDBD 130.76%);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.talent-section .btn:hover {
    background: #008ed1;
    box-shadow: 0 0 15px rgba(0, 194, 255, 0.6);
}

h3 {}

.talent-section .card-content h3 {
    color: #000;
}

.talent-section .card-content p {
    color: #000;
}

.talent-section .card-content {
    text-align: left;
    background: #fff;
}

.talent-section .btn {
    margin-top: 0;
    display: block;
    text-align: center;
    padding: 15px 30px 15px 33px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    display: block;
    margin-bottom: 0;
}

.talent-section .section-header h4 {
    color: #fff;
}

.talent-section .section-header {
    margin: 0;
    position: relative;
    top: 0;
}

.talent-section {
    margin-bottom: 110px;
}

.talent-section {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .talent-section .card-grid {
        flex-direction: column;
        align-items: center;
    }

    .talent-section .card {
        width: 90%;
    }

    .talent-section .section-header h2 {
        font-size: 1.6rem;
    }
}

.trending-collections p.content {
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.trending-collections p.content span {
    display: flex;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 24px;
    align-items: center;
}

.trending-collections p.content span:before {
    content: '.';
    vertical-align: middle;
    position: relative;
    top: -9px;
    font-size: 32px;
    margin-right: 5px;
}

@media(max-width:991px) {

    section.checks.gaming-content .check-item {
        width: calc(33.33% - 25px);
    }

    .collection {
        display: inline-block;
        width: calc(50% - 30px);
    }

}

@media (max-width: 767px) {

    section.checks.gaming-content .check-item {
        width: calc(50% - 25px);
    }

    .collection {
        display: inline-block;
        width: calc(50% - 30px);
    }

    .trending-collections .flex {
        justify-content: center;
    }

    .trending-collections .bottom-content {
        margin-top: -150px;
        padding: 20px 0;
    }

    .talent-section .card-content {
        min-height: 173px;
    }

    section.two-column-content.api-documentation.bottom-pane {
        padding-top: 110px;
    }
}

@media (max-width: 479px) {
    section.checks.gaming-content .check-item {
        width: 100%;
    }

    .trending-collections.page-center .top-content p {
        justify-content: center;
        flex-direction: column;
    }

    .collection {
        width: calc(100% - 30px);
    }
}


@media(max-width:767px) {
    section.counter.counter-home {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 50px;
        padding-top: 70px;
    }

    section.counter.counter-home ul#counter {
        flex-wrap: wrap;
    }

    section.counter.counter-home ul li {
        width: calc(30% - 10px);
    }

    section.counter ul#counter {
        justify-content: center;
        margin: 0 auto;

    }

}

@media(max-width:575px) {
    section.counter.counter-home ul#counter {
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
    }

    .home-banner2 .api-title h1 {
        color: #fff;
        font-size: 29px;
    }

    section.counter.counter-home {
        background-position: center;
    }
}