.banner-text,
.copyright,
.labs-box,
.overview-col .heading-one,
.payments-text,
.pol-icon,
.policy-box,
.project-box,
.tab-store-btn ul li {
    text-align: center;
}
.btns,
.main-menu a.nav-link.nav_btn {
    background-color: var(--color-orange);
    border-radius: 30px;
}
.banks-col p span,
.labs-box h3,
.main-menu .nav-link:hover,
.main-menu .navbar-nav .nav-link.active,
.svr-tab .custom-nav .nav-link:hover {
    color: var(--color-orange);
}
.foo-contact h4,
.heading-one {
    text-transform: uppercase;
    letter-spacing: 0.32px;
}
@font-face {
    font-family: "FSP DEMO - Proxima Nova";
    src: url("../fonts/Fontspring-DEMO-proximanova-bold.eot");
    src: url("../fonts/Fontspring-DEMO-proximanova-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Fontspring-DEMO-proximanova-bold.woff2") format("woff2"), url("../fonts/Fontspring-DEMO-proximanova-bold.woff") format("woff"),
        url("../fonts/Fontspring-DEMO-proximanova-bold.ttf") format("truetype"), url("../fonts/Fontspring-DEMO-proximanova-bold.svg#FSP DEMO - Proxima Nova") format("svg");
}
html {
    scroll-behavior: smooth;
}
:root {
    --color-primary: #2c2b30;
    --color-secondary: #0000002b;
    --color-orange: #f78b6f;
    --body-font: "Lato", sans-serif;
    --heading-font: "FSP DEMO - Proxima Nova";
    --body-text: #fff;
}
.btns,
.main-menu .nav-link {
    color: #fff;
    font-weight: 700;
}
::-moz-selection {
    color: #fff;
    background-color: var(--color-orange);
}
::selection {
    color: #fff;
    background-color: var(--color-orange);
}
a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
body {
    background-color: var(--color-primary);
    font-family: var(--body-font);
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: var(--body-text);
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px;
    }
}
.mein-banner {
    background-image: url(../images/banner-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 900px;
    padding: 310px 0 0;
    z-index: 1;
}
.header-top,
.mein-banner:before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.mein-banner:before {
    content: "";
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.header-top.sticky,
.header-top:before {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 35.21%, rgba(0, 0, 0, 0) 91.25%);
    width: 100%;
    left: 0;
}
.banner-text {
    max-width: 860px;
    margin: auto;
}
.banner-text h1 {
    font-size: 2.875rem;
    margin-bottom: 18px;
    font-family: var(--heading-font);
}
.banner-text p {
    font-size: 1.25rem;
    line-height: 28px;
    margin-bottom: 40px;
}
.aboutUs .heading-one,
.aboutUs p {
    margin-bottom: 2rem;
}
.btns {
    font-size: 1.125rem;
    padding: 13px 68px;
    text-decoration: none;
    display: inline-block;
}
.labs-box,
.labs-box-bottom {
    box-shadow: rgba(0, 0, 0, 0.17) 0 4px 74px 0;
    background-color: #ffffff1a;
}
.main-menu .nav-link {
    line-height: 32px;
}
.navbar-expand-lg.main-menu .navbar-nav a {
    padding: 11px 15px;
}
.main-menu a.nav-link.nav_btn {
    padding: 11px 39px !important;
    color: #fff !important;
    margin-left: 17px;
}
.header-top {
    z-index: 1000;
    transition: 0.3s;
}
.header-top.sticky {
    position: fixed;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    animation: 0.3s slideDown;
}
.header-top.sticky::before {
    height: 114px;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.header-top:before {
    content: "";
    position: absolute;
    z-index: 0;
    height: 257px;
}
.section-col {
    padding: 100px 0;
}
.heading-one {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.aboutUs p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
}
.common-box.aboutUs {
    background: #ffffff1a;
    padding: 100px 104px;
    border-radius: 24px;
    box-shadow: 0 4px 74px 0 #0000002b;
}
.aboutUs .col-md-8 {
    padding-right: 80px;
}
.labs-box {
    border-radius: 24px;
    padding: 60px 40px;
    height: 100%;
}
.labs-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 132%;
}
.labs-box h3 span {
    display: block;
    color: #fff;
}
.labs-box-footer {
    border-top: 1px solid #5b5b5c;
    padding-top: 1rem;
}
.banks-col p:last-child,
.labs-box-footer p,
.notes-text p,
.service-card ul li:last-child {
    margin-bottom: 0;
}
.labs-box p {
    font-weight: 500;
}
.labs-box-bottom {
    padding: 38px 24px;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.labs-box-bottom p {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
}
.labs-box-bottom a.btns {
    padding: 13px 55px;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.banks-img img {
    width: 100%;
}
.banksCol .heading-one,
.project-col .heading-one {
    margin-bottom: 40px;
}
.banks-wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.banks-col {
    padding: 40px;
    border: 1px solid #4f4f51;
    border-radius: 24px;
}
.banks-col h3,
.policy-box h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 1rem;
}
.banks-col p {
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.labs-header .heading-one,
.service-card h5,
.service-card ul li,
.service-title .heading-one,
.svr-header .heading-one {
    margin-bottom: 1rem;
}
.service-card h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 132%;
}
.service-card ul {
    padding-left: 1.6rem;
    margin-bottom: 0;
}
.service-card ul li {
    font-weight: 500;
    line-height: 140%;
}
.services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.service-card {
    border-radius: 16px;
    padding: 60px 40px;
    color: #fff;
    margin: 3px;
}
.service-number {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 24px;
}
.policy-box,
.project-box {
    height: 100%;
}
.owl-nav {
    position: absolute;
    right: 0;
    top: -136px;
}
.owl-nav button {
    background: #f78b6f !important;
    border-radius: 50% !important;
    width: 48px;
    height: 48px;
    margin: 0 3px;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 13px !important;
}
.owl-stage {
    padding-left: 0 !important;
}
.labs-header p,
.service-title p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0;
}
.service-title {
    max-width: 638px;
    margin-bottom: 2.5rem;
}
.foo-contact address a,
.service-title p a {
    color: var(--color-orange);
    text-decoration: none;
}
.owl-theme .owl-nav [class*="owl-"] {
    margin: 2px;
}
.project-box {
    padding: 60px 51px;
    border-radius: 24px;
    color: #222;
}
.catchbg {
    background-color: #a6f9fe;
}
.matchmi-bg {
    background-color: #c2f9ae;
}
.project-box h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.project-box p {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 140%;
}
.overview-col ul,
.tab-store-btn ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.playBtn {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.labs-header {
    max-width: 726px;
    margin: auto auto 40px;
}
.policy-col {
    background-color: var(--color-orange);
    padding: 60px;
    border-radius: 24px;
}
.policy-box {
    padding: 32px 20px;
    border: 1px solid #fff;
    border-radius: 18px;
}
.pol-icon {
    width: 56px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 54px;
    margin: auto auto 1rem;
}
.foo-contact h4,
.footer-top {
    border-bottom: 1px solid #59554b;
}
.policy-box p {
    font-weight: 500;
    margin-bottom: 0;
}
.svr-header {
    max-width: 757px;
    margin: auto auto 2.5rem;
}
.svr-header p {
    font-size: 1.125rem;
    margin-bottom: 0;
}
.svr-tab .custom-nav {
    background: #1f1f1f;
    border-radius: 40px;
    border: 1px solid #4f4f51;
    overflow: hidden;
}
.svr-tab .custom-nav .nav-link {
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
    width: 100%;
    padding: 15px 14px;
    font-size: 1.125rem;
}
.overview-col,
.tab-store-btn ul li .tab-store_icon {
    box-shadow: 0 4px 74px 0 #0000002b;
    border-radius: 24px;
}
.svr-tab .custom-nav .nav-link.active {
    background-color: var(--color-orange);
    color: #fff !important;
}
.svr-tab .tab-pane {
    margin-top: 2.5rem;
}
.tab-store-btn {
    margin: auto auto 100px;
}
.tab-store-btn ul {
    gap: 60px;
}
.tab-store-btn ul li .tab-store_icon {
    background-color: #ffffff1a;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin: auto auto 1rem;
}
.tab-store-btn ul li:first-child,
.tab-store-btn.btnStore ul li:nth-child(2) {
    border-right: 1px solid #4f4f51;
    padding-right: 60px;
}
.overview-col {
    background: #ffffff1a;
    padding: 60px;
}
.overview-col ul {
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
}
.tab-store-btn.aws li {
    padding-right: 0 !important;
    border-right: 0 !important;
}
.overview-col ul li {
    border: 1px solid #5c5b5b;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}
.overview-col ul li span {
    color: var(--color-orange);
    position: relative;
    padding-left: 14px;
}
.overview-col ul li span:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: var(--color-orange);
    border-radius: 50%;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 40px;
}
.footer-top .foo-logo {
    flex: 0 0 32.333%;
}
.footer-top .foo-contact {
    flex: 0 0 24%;
}
.foo-contact h4 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1rem;
    display: block;
    padding-bottom: 20px;
}
.foo-contact address {
    font-size: 0.875rem;
    margin-bottom: 0;
    line-height: 22px;
}
.foo-contact address .br {
    height: 8px;
}
.foo-logo img {
    margin-bottom: 21px;
}
.copyright p,
.foo-logo p {
    margin-bottom: 0;
    font-size: 0.875rem;
}
.foo-logo p {
    line-height: 20px;
}
footer {
    background-color: #222;
    padding-top: 62px;
}
.copyright {
    padding-top: 24px;
    padding-bottom: 40px;
}
.copyright p {
    line-height: 26px;
}
.tab-store-btn ul li span {
    font-size: 20px;
}
.payments-text {
    max-width: 500px;
    margin: auto auto 3rem;
}
.notes-text {
    margin-top: 1rem;
}
@media (min-width: 768px) {
    .svr-tab .custom-nav .nav-item {
        flex: 1 1 0%;
    }
}
@media screen and (max-width: 1199px) {
    .footer-top .foo-contact {
        flex: 0 0 26%;
    }
}
@media screen and (max-width: 991px) {
    .header-top:before {
        height: 140px;
    }
    .navbar-expand-lg.main-menu .navbar-nav a {
        padding: 11px 32px;
    }
    .main-menu a.nav-link.nav_btn {
        padding: 8px 39px !important;
        margin-left: 24px;
        display: inline-block;
        margin-top: 8px;
    }
    .navbar-toggler {
        border: none;
        outline: 0;
        padding: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler .icon-bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        background-color: #fff;
        border-radius: 2px;
        transition: 0.4s ease-in-out;
    }
    .navbar-toggler.collapsed .icon-bar:first-child,
    .navbar-toggler.collapsed .icon-bar:nth-child(3) {
        transform: rotate(0) translate(0, 0);
    }
    .navbar-toggler.collapsed .icon-bar:nth-child(2) {
        opacity: 1;
    }
    .navbar-toggler:not(.collapsed) .icon-bar:first-child {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    .navbar-collapse {
        background-color: #000;
        position: absolute;
        top: 84px;
        left: 0;
        width: 100%;
        padding-bottom: 15px;
    }
    .mein-banner {
        min-height: 700px;
        padding: 210px 0 0;
    }
    .labs-box,
    .project-box,
    .service-card {
        padding: 40px 25px;
    }
    .common-box.aboutUs {
        padding: 60px;
    }
    .about-img {
        margin-top: 2rem;
    }
    .service-title {
        max-width: 506px;
    }
    .playBtn img {
        width: 100%;
    }
    .labs-box-bottom p {
        flex: 0 0 60%;
    }
    .banks-img {
        margin-top: 3rem;
    }
    .overview-col,
    .policy-col {
        padding: 30px;
    }
    .svr-tab .custom-nav .nav-link {
        padding: 12px 14px;
        font-size: 1rem;
    }
    .footer-top .foo-contact {
        flex: 0 0 36%;
    }
}
@media screen and (max-width: 767px) {
    .tab-store-btn ul li span {
        font-size: 1rem;
    }
    footer {
        padding-top: 60px;
    }
    .main-menu a.nav-link.nav_btn {
        margin-left: 15px;
    }
    .navbar-expand-lg.main-menu .navbar-nav a {
        padding: 11px 15px;
    }
    .header-top:before {
        height: 150px;
    }
    .navbar-brand img {
        height: 40px;
    }
    .navbar-collapse {
        top: 61px;
    }
    .mein-banner {
        min-height: 600px;
        padding: 170px 0 0;
    }
    .banner-text h1,
    .heading-one {
        font-size: 2.25rem;
    }
    .banner-text p {
        font-size: 1rem;
        line-height: 26px;
    }
    .section-col {
        padding: 60px 0;
    }
    .common-box.aboutUs {
        padding: 40px 30px;
    }
    .aboutUs p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .labs-header p,
    .service-title p,
    .svr-header p {
        font-size: 1rem;
        line-height: 134%;
    }
    .service-title {
        max-width: 330px;
    }
    .service-number {
        width: 64px;
        height: 64px;
        margin-bottom: 16px;
    }
    .policy-col .col-md-4:not(:last-child),
    .project-col .col-md-6:first-child {
        margin-bottom: 2rem;
    }
    .labs-box-bottom {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    .banks-col,
    .common-box.aboutUs,
    .labs-box,
    .overview-col,
    .policy-col,
    .project-box,
    .tab-store-btn ul li a .tab-store_icon {
        border-radius: 20px;
    }
    .banks-col {
        padding: 25px;
    }
    .banks-img {
        margin-top: 0;
        order: -1;
        margin-bottom: 3rem;
    }
    .project-box p {
        font-size: 1.125rem;
    }
    .svr-tab .custom-nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .svr-tab .custom-nav .nav-item {
        flex: 0 0 auto !important;
    }
    .svr-tab .custom-nav .nav-link {
        width: auto !important;
        white-space: nowrap;
        padding: 10px 18px;
        font-size: 1.125rem;
    }
    .svr-tab .custom-nav::-webkit-scrollbar {
        display: none;
    }
    .tab-store-btn {
        margin: auto auto 60px;
    }
    .footer-top {
        flex-direction: column;
    }
    .banksCol .gx-5 {
        --bs-gutter-x: 1rem;
    }
    .tab-store-btn ul {
        gap: 0;
    }
    .tab-store-btn ul li {
        flex: 0 0 35%;
        text-align: center;
    }
    .tab-store-btn ul li a .tab-store_icon {
        border-radius: 20px;
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        margin: auto auto 8px;
    }
    .tab-store-btn ul li:first-child,
    .tab-store-btn.btnStore ul li:nth-child(2) {
        padding-right: 0;
    }
    .tab-store-btn ul li .tab-store_icon {
        background-color: #ffffff1a;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .tab-store-btn ul li .tab-store_icon img {
        max-width: 66%;
    }
}
@media screen and (max-width: 480px) {
    .service-title {
        max-width: 100%;
    }
    .owl-nav {
        top: -170px;
    }

    .about-img img {
        max-width: 185px;
    }
    .owl-nav button {
        width: 36px;
        height: 36px;
    }
    .svr-tab .custom-nav .nav-link {
        font-size: 1rem;
    }
}
