/* @import url('../fonts/fonts.css'); */
@import url('stylesheet_font_technology.css');
/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body *{
     font-family: "Poppins", sans-serif !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

h1, h2, h3, h4, h5, h6 {
     font-family: "Kanit", sans-serif !important; 
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}

.table-responsive {
    padding: 0px 0px 20px !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

body {
    line-height: 1;
}

/* body { line-height: 1; font-family: 'Poppins', sans-serif !important; } */
input {
    font-weight: 400;
    position: relative;
    border-radius: 100px;
    height: 50px;
    color: black;
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0px 15px;
    padding: 0px 25px;
}

textarea {
    color: black;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--blue-color);
}

img {
    object-fit: cover;
    object-position: center center;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
}

select {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    appearance: none;
    background: url("assets/images/ar.webp") 93% center no-repeat;
    padding: 0px 0px 0px 10px;
    color: var(--input-color);
}

video {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

strong {
    font-weight: 900;
}

::selection {
    color: var(--white-color);
    background: var(--blue-color);
}

label {
    font-size: 15px;
    margin: 0px 15px 0px 0px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

:root {
    --black-bg: #151515;
    --white-color: #fff;
    --black-color: #000;
    --blue-color: #37ddcd;
    --txt-color: #666666;
    --gray-bg: #F2F2F2;
    --sy-color: #B0B0B0;
    --clr-bg: #e5e3dc;
    --clr-overlay-bg: #141414;
    --clr-link: #e5e3dc;
}

.p-180 {
    padding: 180px 0px;
}

.p-140 {
    padding: 140px 0px;
}

.p-100 {
    padding: 100px 0px;
}

.p-80 {
    padding: 80px 0px;
}

.p-70 {
    padding: 70px 0px;
}

.p-60 {
    padding: 60px 0px;
}

.p-50 {
    padding: 50px 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Averta Demo';
}

.container-fluid {
    padding: 0px 100px;
}

h1 {
    font-size: 191px;
    color: var(--black-bg);
    font-weight: 700;
}

h2 {
    font-size: 100px;
    color: var(--black-bg);
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    font-size: 40px;
    color: var(--black-bg);
    font-weight: 700;
    line-height: 45px;
}

h4 {
    font-size: 35px;
    line-height: 40px;
    color: var(--black-bg);
    font-weight: 400;
}

h5 {
    font-size: 30px;
    color: var(--black-bg);
}

h6 {
    font-size: 25px;
    color: var(--black-bg);
}

p {
    margin-top: 30px;
    color: #666666;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.3s ease-in-out 0s !important;
}

a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none !important;
}

p span {
    font-weight: 500;
}

.box {
    transition: all 0.3s ease-in-out 0s !important;
}

.ctn-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: url("../images/preloader-bg.webp") 0% 0% / cover no-repeat;
    z-index: 999999;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
    height: 18em;
}

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 4em "Averta Demo";
    text-align: center;
    user-select: none;
    margin-top: 200px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: 4s ease 0s infinite normal none running letters-loading;
    color: white;
    content: attr(data-text-preloader);
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2)::before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3)::before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4)::before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5)::before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6)::before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7)::before {
    animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
    height: 100%;
    position: fixed;
    top: 0px;
    width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
    left: 0px;
}

.ctn-preloader .loader-section.section-right {
    right: 0px;
}

.loaded .animation-preloader {
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: all 0.7s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s;
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: all 0.7s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s;
}

.animation-preloader img {
    width: 100%;
    max-width: 500px;
    height: 500px;
    object-fit: contain;
    position: absolute;
    top: 34%;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: translateY(-45%);
}

.ctn-preloader canvas {
    position: absolute;
    top: 40%;
    transform: translateY(-55%) translateX(-50%);
    left: 50%;
    max-width: 550px;
    width: 100%;
}

@keyframes spinner {
    100% {
        transform: rotateZ(360deg);
    }

}

@keyframes letters-loading {
    0%, 100%, 75% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }

}

.hover-show-team-img {
    position: relative;
    align-items: center;
}

button {
    border: 0px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.2s ease-in-out 0s;
    padding: 0px;
    background: transparent;
    text-decoration: none !important;
}

.white-btn {
    cursor: pointer;
    background: var(--white-color);
    padding: 14px 33px;
    border-radius: 100px;
    border: 1px solid var(--white-color);
    color: var(--black-color);
    margin: 30px 0px 0px;
    font-weight: 600;
    text-transform: capitalize;
}

.white-btn:hover {
    color: white;
    background: var(--black-color);
    border-color: var(--black-color);
}

.black-btn {
    cursor: pointer;
    background: var(--black-color);
    padding: 14px 33px;
    border-radius: 100px;
    border: 1px solid var(--black-color);
    color: var(--white-color);
    margin: 30px 0px 0px;
    font-weight: 600;
    text-transform: capitalize;
}

.black-btn:hover {
    color: black;
    background: var(--white-color);
    border-color: var(--black-color);
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }

}

@-moz-keyframes loading {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }

}

.blue-btn path {
    fill: #737373;
}

.blue-btn:hover path {

    /* fill: white; */
}

.blue-btn {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;/* border: 4px dashed; */
    background: transparent;
    position: relative;/* border: 2px solid; */
    color: #737373;
    font-weight: 600;
    font-size: 25px;/* transition: all 0.1s ease-in-out 0s; */
}

.blue-btn svg + svg {
    rotate: 180deg;
    position: absolute;
    bottom: 0;
}

.header-banner a:hover svg path {

    /* fill: black; */
}

.blue-btn svg {
    position: relative;
    z-index: 2;
    -webkit-animation: loading 11s linear infinite;
    -moz-animation: loading 11s linear infinite;
}

.blue-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;                   /* background: var(--blue-color); */
    border-radius: 100%;
    z-index: 1;
    scale: 0.05;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;                   /* border: 4px dashed; */

    /* -webkit-animation: loading 11s linear infinite;-moz-animation: loading 11s linear infinite; */
}

.blue-btn:hover::before {
    scale: 1;
    display: block;
    visibility: visible;
    right: 0px;
}

.blue-btn:hover {

    /* color: white; */color: #737373;
}

.get-service span {
    display: block;
    transition: all .3s ease;
}

.get-service span i {
    font-size: 25px;
}

.get-service span.first-txt {
    transform: translateY(11px);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.get-service span.second-txt {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(43px);
}

.get-service .btn:hover span.first-txt {
    transform: translateY(-30px);
}

.get-service .btn:hover span.second-txt {
    transform: translateY(1px);
}

.get-service span.second-txt i {
    margin: 0 10px 0 0;
}

.get-service .btn:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: var(--blue-color);
    top: 11px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 100px;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.get-service .btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    top: 0;
}

.get-service {
    display: flex;
    justify-content: center;
    align-items: center;
}

.danger-bg {
    color: white;
    background: rgb(254, 80, 46);
    border-radius: 5px;
    padding: 7px 5px 5px !important;
    line-height: 0 !important;
}

.danger-bg p {
    padding: 0px !important;
    line-height: 13px !important;
    color: white !important;
    border: 0px !important;
    font-size: 10px !important;
}

.text-danger {
    color: rgb(246, 59, 59);
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
}

header .overlay-content ul li {
    padding: 0px 20px !important;
}

header .logo {
    width: 132px;
    position: relative;
    z-index: 3;
}

header {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 30px 0px;
}

.header-banner {
    background: url("../images/home_banner.jpg") 0% 0% / 100% 100% no-repeat;
    padding: 250px 0px 50px;    /*max-height: 100vh;*/
}

.header-banner h1, .header-banner p {
    color: white !important;
}

.portfolio__area .blue-btn {
    position: absolute;
    bottom: 60px;
    right: 0;
    margin: 30px auto 0 auto;
    left: 0;
}

.portfolio__area .blue-btn path {
    fill: white;
}

.header-banner .blue-btn, .portfolio__area .blue-btn {

    /* border: 1px solid white !important; */color: white !important;
}

.header-banner .blue-btn span, .portfolio__area .blue-btn span {
    filter: brightness(1) contrast(1) !important;
    color: white;
}

.header-banner .blue-btn::before {

    /* background: white; */
}

.header-banner .blue-btn:hover span {

    /* filter: brightness(0) !important; */
}

header p {
    color: black;
    font-weight: 300;
    margin: 0px;
}

header button.menu {
    width: 49px;
    border-bottom: 5px solid var(--black-color);
    border-radius: 100px;
    position: relative;
}

header button.menu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--black-color);
    top: -8px;
    left: 0px;
    border-radius: 100px;
}

header button.menu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--black-color);
    bottom: -13px;
    left: 0px;
    border-radius: 100px;
}

svd path {
    fill: var(--clr-overlay-bg) !important;
}

header svg {
    position: absolute;
    left: 0px;
    top: -6px;
    overflow-x: hidden;
    z-index: 1;
}

header .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: -1;
    display: none;
}

header .overlay.show-now {
    display: block;
}

.show-now {
    transition: all 500ms ease-in-out 0s;
    z-index: 3 !important;
}

#toggle-btn {
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.btn-outline {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid var(--clr-overlay-bg);
}

.btn-outline-1 {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: 4s linear 0s infinite normal none running morph;
}

.btn-outline-2 {
    border-radius: 53% 47% 43% 58% / 51% 39% 61% 49%;
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

}

/* #hamburger { position: relative; width: 100%; height: 100%; z-index: 2; display: flex; justify-content: center; align-items: center; }
#hamburger .line-1 { position: relative; width: 20px; transform: translate(14px, -2.5px); height: 1.25px; background: var(--clr-overlay-bg); transition: transform 0.25s ease 0s; }
#hamburger .line-2 { position: relative; width: 24px; height: 1.25px; right: 0px; transform: translate(-6px, 2.5px); background: rgb(0, 0, 0); transition: transform 0.25s ease 0s; }
#hamburger.active .line-1 { left: 12px; width: 24px; transform: rotate(45deg); }
#hamburger.active .line-2 { right: 12px; transform: rotate(-45deg); } */
.btn-outline {
    display: none !important;
}

#hamburger {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#hamburger .line-1, #hamburger .line-2, #hamburger .line-3 {
    position: relative;
    width: 50px;
    height: 5px;
    border-radius: 5px;
    transform: translate(0px, 0px);
    transition: transform 0.25s ease 0s;
    background: var(--clr-overlay-bg);
}

#hamburger .line-1 {
    background: var(--clr-overlay-bg);
}

#hamburger .line-2 {
    right: 0px;
    margin: 5px 0;
}

#hamburger .line-3 {
    right: 0px;
}

#hamburger.active .line-1 {
    left: 0px;
    transform: rotate(45deg);
    transform-origin: 50% 0%;
}

#hamburger.active .line-2 {
    transform: scaleY(0);
}

#hamburger.active .line-3 {
    right: -2px;
    top: -2px;
    transform: rotate(-45deg);
    transform-origin: 0% 0%;
}

.menu {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    margin-inline: 2rem;
    z-index: 3;
    left: 0px;
    overflow: hidden scroll;
    background: black;
    display: none;
}

.menu a {
    position: relative;
    top: 100vh;
    line-height: 1.25;
    text-decoration: none;
    color: var(--clr-link);
    transition: none;
}

.menu a span {
    font-size: 20px;
    margin-right: 2em;
}

.menu-item {
    position: relative;
}

.meu-container {
    width: 70%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-header p {
    color: white !important;
}

.home-header .logo img {
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

.home-header #hamburger .line-1, .home-header #hamburger .line-2, .home-header #hamburger .line-3 {
    background: white;
}

.home-header .btn-outline {
    border: 1px solid white;
}

.primary-menu .menu-container .wrapper {
    width: 100%;
    height: 100%;/* display: flex; */
    flex-direction: column;
    justify-content: space-around;
}

.primary-menu a span {
    text-transform: uppercase;
    font-size: 88px;
    font-family: 'Averta Demo';
    line-height: 86px;
    padding: 0;
    transition: all .3s ease;
    display: block;
}

.secondary-menu {
    position: relative;
    flex: 2 1 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8em;
    flex-direction: column;
}

.secondary-menu .menu-item a {
    font-family: 'Averta Demo';
    font-size: 36px;
}

.secondary-menu .menu-container .wrapper:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.primary-menu a:hover {
    -webkit-text-stroke: 1px rgb(176, 252, 94);
    color: black;
}

.header-logo {
    padding: 20px;
}

.header-logo a {
    position: unset;
}

.header-social-links {
    min-height: 50vh;
    border-top: 1px solid rgb(103, 103, 103);
    border-bottom: 1px solid rgb(103, 103, 103);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px;
    overflow: hidden;
}

.header-social-links a, .header-bottom-links a {
    font-size: 18px;
    color: white;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: unset;
    transition: none;
    text-transform: capitalize;
}

.header-bottom-links {
    padding: 20px 15px;
    overflow: hidden;
}

.menu h4 {
    color: white;
}

.menu .border-right {
    border-right: 1px solid rgb(103, 103, 103);
}

.primary-menu .menu-item {
    padding: 53px 4%;
    border-bottom: 1px solid rgb(103, 103, 103);
    overflow: hidden;/* min-height: 125px; */

    /* padding: 0 4%; */
}

.primary-menu .menu-item:first-child a {

    /* padding: 26px 0 40px 0; */
}

.primary-menu .wrapper .menu-item:last-child {
    border-bottom: 0px !important;
}

.gradient-border {
    background: linear-gradient(0deg, rgb(172, 137, 237) 33%, rgb(176, 252, 94) 33%, rgb(176, 252, 94) 66%, rgb(62, 232, 203) 66%) 100% 0px / 12px 100% no-repeat;
}

.primary-menu::-webkit-scrollbar {
    width: 2px;
}

.primary-menu::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.primary-menu::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.primary-menu {
    max-height: 100vh;
    overflow-y: scroll;
    --scrollbarBG: transparent;
    --thumbBG: black;
    padding-right: 12px;
}

.menu .row .col-lg-3 {
    min-height: 100vh;
}

.primary-menu, .menu-container {
    height: 100%;
}

.search-bar {
    position: relative;
    margin-top: 180px;
    width: 100%;
}

.search-bar input {
    width: 100%;
    padding: 12px 50px 12px 20px;
    border: 1px solid rgb(64, 64, 64);
    background: transparent;
    border-radius: 50px;
    color: white;
    margin: 0px;
}

.search-bar input::placeholder {
    color: rgb(177, 177, 177);
}

.search-bar button {
    background: transparent;
    border: 0px;
    padding: 0px;
    color: rgb(174, 174, 174);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.header-menu-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-img {
    width: 100%;
    max-width: 350px;
    margin: 0px auto;
    margin-bottom: 50px;
}

.header-menu-right-links a {
    font-size: 16px;
    word-break: break-word;
    transition: none;
    line-height: 22px;
}

.header-menu-right-links {
    padding: 150px 15px 50px 15px;
    overflow: hidden;
}

.top-inner-banner.contact-banner h1 {
    font-size: 190px;
}

.header-banner h1 {
    color: #303D71 !important;
    font-family: "TT Firs Neue Trl";
    font-size: 107px;
    font-style: normal;
    font-weight: 700;
    line-height: 89%; /* 97.9px */

    /*letter-spacing: -5.5px;*/
    text-transform: uppercase;
}

.header-banner h5 {
    color: #FFF;
    font-family: "TT Firs Neue Trl";
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 89%; /* 66.75px */
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

.header-banner a {
    position: relative;
}

.header-banner a path {
    fill: white;
}

.header-banner img.banner-icon {
    position: absolute;
    top: 160px;
    right: 0px;
}

.header-banner img.banner-img {
    position: absolute;
    right: 100px;
    bottom: -30px;
    width: 650px;
}

.blue-btn span {
    position: relative;
    z-index: 2;/* background: url("../images/btn-icon.webp") 75% 8px no-repeat; */
    width: 100%;
    text-align: center;/* padding: 3px 10px 2px 0px; */
    transition: all 0.3s ease 0s;/* filter: brightness(0) contrast(0.2); */
    color: #737373;
}

.blue-btn:hover span {
    background-position: 75% -15px;/* filter: brightness(1); */
    color: white;
}

.home-about {
    background: url("../images/about-bg.webp") -140px 440px / 910px no-repeat;
    position: relative;
    padding: 185px 0px 0px;
}

.home-about h2 {
    left: 300px;
    top: -50px;
    display: inline-block;
    color: var(--black-bg);
    z-index: 2;
    position: initial;
    color: #1C1A1A;
    font-family: "TT Firs Neue Trl";
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.5%; /* 42.525px */
    letter-spacing: -0.45px;
}

.home-about h2 span {
    font-weight: bold;
}

.home-about h6 {
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 400;
    color: var(--black-color);
    line-height: 30px;
}

.logos .about-logo {
    margin: 20px 0px;
    filter: grayscale(1);
}

.home-about .about-logo:hover {
    filter: grayscale(0);
}

.about-bottom {

    /* padding-bottom: 88px; */overflow-y: hidden;/* padding: 169px 0 80px 275px; */
    padding: 0;
}

.home-about img {
    margin: 0 0 -3px 0;
}

.home-about p {

    /* padding: 135px 0px 0px 10px; */font-size: 19px;
    line-height: 28px;
    margin: 30px 0 0 0;
}

.home-about p div {
    display: inline-block !important;
}

.home-about a {

    /* margin: 80px 0px 0px 60px; *//* margin: 300px 0 0 0; */
}

.home-about a.blue-btn {
    font-size: 17px;
    margin: 30px 0 0 0;
}

.home-about a.blue-btn span {
    background-position: 75% 6px;
    background-size: 11px;
}

.home-about a.blue-btn:hover span {
    background-position: 75% -12px;
}

.home-about img.about-img-2 {
    position: absolute;
    right: 100px;
    bottom: 200px;
}

.about_img_2 {
    position: relative;
    overflow: hidden;
}

.about_img_2 img {
    position: absolute;
    opacity: 0.5;
}

.about-img {
    height: 564px;
    overflow: hidden;
    position: relative;
    width: 440px;
}

.tech {
    background: var(--black-bg);
}

.tech h2 {
    color: white;
}

.tech .inner-content {
    padding: 0px 0px 0px 20px;
}

.tech .inner-content p {
    font-size: 30px;
    line-height: 50px;
    color: #282828;
    font-weight: 300;
    width: 69%;
}

.tech {
    background: var(--black-bg);
    transition: background 0.5s ease 0s;
}

.white-bg-box {
    background-color: white;
}

.white-bg-box h2, .white-bg-box p {
    color: black;
}

.white-bg-box .white-btn {
    background: black;
    color: white;
    border: 1px solid black;
}

.white-bg-box .white-btn:hover {
    background: white;
    color: black;
}

.services {
    background: url("../images/services-bg.webp") right -220px no-repeat;
    padding: 56px 0;
}

.meta-content {
    background: rgb(255, 239, 239);
    padding: 40px 0px;
}

.meta-content p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: black;
    margin: 0;
}

.meta-content p span {
    color: black;
    font-weight: 700;
}

.services h3 {
    color: var(--black-bg);
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 700;
}

.services h2 {
    color: var(--black-bg);
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    margin: 10px 0 0 0;
    width: 90%;
}

.services p {
    font-weight: 400;
}

.header-banner p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 30px 0 0 50px;
}

.services .text-center h2 {
    margin: 160px 0px 0px;
}

.services label {
    margin: 80px 0px 0px;
    text-transform: capitalize;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    color: var(--black-bg);
}

.services input {
    border-radius: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image: initial;
    border-bottom: 1px solid var(--black-color);
    padding: 0px 40px 0px 30px;
    margin: 10px 0px 0px;
    background-color: transparent;
}

.services button.send-btn {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("../images/btn-icon.webp") 3px 4px no-repeat;
    filter: brightness(0);
    bottom: 16px;
    right: 17px;
}

.services button.send-btn:hover {
    background-position: 3px -15px;
}

.slider-inner {
    padding: 30px;
    background-color: var(--black-bg);
    background-size: cover;
    background-repeat: no-repeat;
    border-right: 1px solid var(--white-color);
    height: 473px;
}

.slider {
    margin: 60px 0px 0px;
}

.slider-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.slider-content h5 {
    color: white;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.slider-content h6 {
    margin: 10px 0px 0px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.slider-1 {
    background-image: url("../images/service-1.webp");
}

.slider-2 {
    background-image: url("../images/service-2.webp");
}

.slider-3 {
    background-image: url("../images/service-3.webp");
}

.slider-4 {
    background-image: url("../images/service-4.webp");
}

.next-cta {
    background: var(--gray-bg);
    padding: 50px 0px 70px;
    position: relative;
    z-index: 9999;
}

.next-cta h6 {
    color: var(--black-bg);
    font-family: 'Poppins', sans-serif;
}

.next-cta h3 {
    font-size: 70px;
    color: var(--black-bg);
    text-transform: uppercase;
}

.next-iconn {
    display: block;
    position: relative;
    padding: 20px 10px;
}

.next-iconn span::before {
    position: absolute;
    content: "";
    background: var(--black-bg);
    width: 5px;
    height: 20px;
    border-radius: 100px;
    rotate: 50deg;
    bottom: 28px;
    right: -157px;
    transition: all 0.2s ease-in-out 0s;
}

.next-iconn span::after {
    position: absolute;
    content: "";
    background: var(--black-bg);
    width: 5px;
    height: 20px;
    border-radius: 100px;
    rotate: 130deg;
    right: -156px;
    bottom: 41px;
    transition: all 0.2s ease-in-out 0s;
}

.next-iconn span {
    position: relative;
    width: 100%;
    display: inline-block;
}

.next-iconn::before {
    position: absolute;
    content: "";
    width: 124px;
    height: 5px;
    background: var(--black-bg);
    border-radius: 100px;
    right: -153px;
    top: 32px;
    transition: all 0.2s ease-in-out 0s;
}

.next-iconn:hover::before {
    width: 70px;
}

.next-iconn:hover::before, .next-iconn:hover span::before, .next-iconn:hover span::after {
    background: var(--blue-color);
}

#box8 .blue-btn {
    margin: -190px 0px -32px auto;    /* background: var(--gray-bg); */

    /* -webkit-animation: loading 11s linear infinite; -moz-animation: loading 5s linear infinite; */
}

#box8 .blue-btn::before {

    /* -webkit-animation: none; *//* background: var(--gray-bg); */
}

#box8 .blue-btn:hover span {
    background-position: 91% -14px;
    padding: 0 !important;
    color: white;
}

/* #box8 .blue-btn span {background: none;} */
#box8 .blue-btn span {
    background-position: 91% 8px;
}

.news-insight h2 {
    font-size: 70px;
    line-height: 100px;
    text-transform: capitalize;
}

.text-anim p div, .title-anim h2 div {
    display: inline-block !important;
}

.news-insight h2.gradient-text {
    display: inline-block;
    background: #6CEF7B;
    background: linear-gradient(to right, #6CEF7B 0%, #41ABE7 50%, #AC89ED 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news-insight h4 {
    font-size: 50px;
    color: rgb(105, 105, 105);
    text-transform: capitalize;
    padding-bottom: 7px;
    border-bottom: 1px solid rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

.news-insight-img {
    padding: 30px;
    border: 1px solid black;
}

.news-insight-img-inner {
    position: relative;
}

.news-insight-img-inner .insight-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 0px 30px 50px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    opacity: 0 !important;
}

.news-insight-img-inner:hover .insight-overlay {
    opacity: 1 !important;
}

.insight-overlay p {
    font-size: 34px;
    color: rgb(55, 221, 205);
    line-height: 40px;
}

.portfolio__area {
    position: relative;
    background-color: rgb(18, 18, 18);
    overflow: hidden;
    padding-bottom: 190px;
    padding-top: 120px;
    padding-bottom: 250px;
}

.portfolio__text {
    text-align: left;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    padding: 0px 0px 50px;
    font-family: "TT Firs Neue Trl";
    font-size: 85px;
    font-style: normal;
    line-height: 95.5%;
    letter-spacing: -0.45px;
    position: absolute;
}

.portfolio__list-1 {

    /* display: grid; *//* grid-template-columns: 1fr 1fr; *//* gap: 0px 30px; *//* position: relative; *//* margin-bottom: 0px; */padding: 0 15px;
}

.portfolio__item {
    padding-bottom: 30px;
    position: relative;
    z-index: 999;
}

.portfolio__item a {
    display: block;
    width: 100%;
}

.portfolio__item:hover img {
    filter: grayscale(0);
}

.portfolio__item img {
    width: 100%;
    filter: grayscale(1);
    transition: all .3s ease;
}

h3.portfolio__title {
    font-size: 30px;
    line-height: 35px;
}

.portfolio__item:nth-child(2n + 1) {
    top: 9%;
}

.portfolio__info {
    width: 270px;
    padding: 15px;
    border-radius: 5px;
    background-color: rgb(201, 243, 29);
    position: absolute;
    right: 75px;
    bottom: 50px;
    z-index: 999;
    transform: translateX(60px);
    transition: all 0.3s ease 0s;/* opacity: 0; */

    /* visibility: hidden; */
}

.portfolio__item:hover .portfolio__info {

    /* opacity: 1; *//* visibility: visible; */
}

.portfolio__item {
    opacity: 0.5;
    transform: perspective(4000px) translate3d(0px, 0px, 0px) rotateX(90deg) scale(0.5, 0.5);
    translate: none;
    rotate: none;
    scale: none;
    position: relative;
}

.portfolio__item a {
    display: block;
}

.skewElem {
    transform-origin: center top;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

footer {
    background: url("../images/bg_footer_i.jpg") right center / cover no-repeat;
    position: relative;
}

footer .container-fluid {
    position: relative;
    z-index: 999;
}

footer:before {
    content: "";
    background: #000000e8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

ul.map {
    filter: hue-rotate(3deg) invert(90%) saturate(80%) sepia(0%) contrast(100%) brightness(100%) grayscale(100%) opacity(1);
}

ul.collab-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-top li a {
    color: var(--sy-color);
    position: relative;
    font-size: 30px;
    margin: 5px 12px !important;
}

.footer-logo {
    max-width: max-content;
}

.footer-mid {
    padding: 102px 0 0 0;
}

footer h2 {
    color: white;
    display: inline-block;
    padding-right: 50px;
    padding-bottom: 7px;
    border-bottom: 6px solid white;
    margin-bottom: 60px;
    font-size: 150px;
}

.footer-mid h4 {
    color: white;
    margin: 30px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
}

.footer-mid ul.second-ul a {
    display: flex;
    word-break: break-word;
    line-height: 25px;
}

.footer-mid ul.second-ul a i {
    margin: 5px 10px 0 0;
    width: 20px;
    height: 20px;
    font-size: 18px;
    flex-shrink: 0;
    text-align: center;
}

.footer-mid ul {
    margin: 20px 0px 0px;
}

.footer-mid ul li a {
    color: white;
    margin: 10px 0px 0px;
    text-transform: capitalize;
    line-height: 25px;
}

.footer-mid ul li a:hover, .footer-bottom a:hover {
    color: rgb(55, 221, 205);
}

.footer-mid li img {
    margin: 0px;
    width: 100%;
    height: auto;
}

.footer-bottom {
    padding: 0px 0px 10px;
}

.footer-bottom p {
    font-size: 20px;
    color: rgb(176, 176, 176);
    margin: 0px 0px 0px;
}

.footer-bottom ul {
    display: flex;
}

.footer-mid ul.map iframe {
    height: 250px;
}

.footer-bottom a {
    margin: 10px 0px 0px 7px;
    color: rgb(176, 176, 176);
    font-size: 16px;
    font-weight: 400;
}

.footer-mid img.first-logo {
    margin: 0px;
    max-width: 166px;
}

.footer-top li a svg {
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 120px;
    top: -29px;
    left: -17px;
}

.footer-top li:nth-of-type(2) svg {
    top: -29px;
    left: -13px;
}

.footer-top li:nth-of-type(4) svg {
    left: -18px;
    top: -28px;
}

.another-circle {
    cursor: pointer;
    stroke-dashoffset: 95px;
}

ul.collab-logos {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px !important;
    column-gap: 14px;
}

ul.collab-logos a {
    margin: 0 !important;
    padding: 0 !important;
}

.another-circle:hover {
    stroke: rgb(55, 221, 205);
    stroke-dasharray: 95;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 600ms ease 0s;
    transform-origin: 0px 0px 0px;
}

.footer-top p {
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.send-message-card {
    background: rgb(21, 21, 21);
    padding: 80px;
    color: var(--white-color);
}

.send-message .container-fluid {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

.send-message-card h2 {
    font-size: 100px;
    color: var(--white-color);
}

.send-message-card p {
    font-size: 16px;
    color: var(--white-color);
}

.send-message h3 {
    color: var(--white-color);/* font-size: 70px; */
    margin: 40px 0px 0px;
    font-weight: 400;
}

.leaders {
    background: var(--black-bg);
    color: white;
}

.leaders h2 {
    color: var(--white-color);
    line-height: 100px;
}

.leaders p {
    color: var(--white-color);
    font-size: 16px;
    line-height: 25px;
    width: 60%;
    margin: 0px auto;
}

.leaders img {
    filter: grayscale(1);
    margin: 50px 0px 0px;
    height: 547px;
    width: 100%;
}

.leaders img:hover {
    filter: grayscale(0);
}

.leaders h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 20px 0px 0px;
    color: var(--white-color);
}

.leaders h6 {
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin-top: 8px;
    color: var(--white-color);
}

.milestone p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0 0 0;
}

.milestone h2 {
    font-size: 100px;
    line-height: 84px;
}

.milestone p span {
    color: var(--black-color);
}

.milestone h3 {
    margin: 20px 0px 0px;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
}

.milestone a {
    position: absolute;
    top: -60px;
    right: 100px;
}

.milestone p.text-black {
    margin-bottom: 30px;
}

.tech.insight {
    background: var(--gray-bg);
    position: relative;
}

.tech.insight h2 {
    color: black;
    text-transform: uppercase;
}

.tech .insight-top h2 {
    font-size: 70px;
    margin: 20px 0 0 0;
    line-height: 75px;
}

.meta-content.inner-meta-content {
    background: var(--white-color);
}

.top-inner-banner ul {
    margin: 40px 0px 0px 20px;
    list-style: disc;
}

.top-inner-banner ul li {
    margin: 14px 0px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--black-color);
}

.game-banner img {
    width: 126px;
    height: 107px;
    object-fit: contain;
    margin: 10px 0px 0px;
}

.game-logo {
    padding: 20px 0px;
}

.professional-game {
    background: var(--gray-bg);
    position: relative;
}

.professional-game h5 {
    color: rgb(243, 57, 39);
    font-family: 'Poppins';
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
}

.professional-game h2, .game-screen h2 {
    font-size: 100px;
    margin: 10px 0px 30px;
}

.game-box {
    margin: 30px 0px 0px;
    position: relative;
    height: 300px;
}

.game-content {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.34);
    display: none;
}

.game-box img {
    height: 300px;
    width: 100%;
}

.game-content h6 {
    color: white;
}

.game-box:hover .game-content {
    display: flex;
}

.professional-game a {
    position: absolute;
    bottom: -150px;
    right: 400px;
}

.game-screen-box {
    position: relative;
    background: linear-gradient(rgb(104, 231, 119) 0%, rgb(79, 160, 224) 36.46%, rgb(166, 132, 229) 100%, rgb(59, 225, 197) 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 65px 0px inset;
    padding: 80px 20px 20px;
    text-align: center;
    margin: 100px 0px 0px;
}

.game-screen-box img {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    width: 210px;
    height: 210px;
    margin: 0px auto;
    object-fit: contain;
}

.game-screen-box h4 {
    color: var(--white-color);
}

.ideate h2, .pixel-perfect h2, .game-dev h2 {
    font-size: 90px;
}

.ideate p {
    font-size: 16px !important;
    line-height: 23px !important;
    color: white !important;
}

.pixel-perfect p {
    margin: 0px;
    font-size: 16px;
    line-height: 25px;
}

.pixel-box img {
    width: 100px;
    object-fit: contain;
}

.pixel-box {
    text-align: center;
    margin: 100px 0px 0px;
}

.pixel-box h4 {
    margin: 30px 0px 0px;
}

.pixel-perfect .container .row .col-12:nth-child(2n+1) {
    margin: 60px 0px 0px;
}

.game-cta h3 {
    text-align: center;
    font-size: 85px;
    font-style: normal;
    font-weight: 700;
    color: var(--blue-color);
}

.game-dev {
    background: var(--gray-bg);
}

.game-dev p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
}

.game-dev-box {
    margin: 100px 0px 0px;
    background: var(--white-color);
    border-radius: 10px;
    padding: 70px 40px;
}

.game-dev-box img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
}

.game-dev-box h4 {
    margin: 0px 0px 0px 25px;
}

.game-dev .game-dev-box p {
    margin: 40px 0px 0px;
}

.game-dev .nav-tabs .nav-link {
    padding: 0px;
    margin: 0px;
}

.game-dev .nav-tabs button.nav-link {
    width: 100px;
    height: 100px;
    background: white;
    padding: 20px;
    border-radius: 20px;
    border: 0px;
    margin: 10px;
}

.game-dev .nav-tabs {
    justify-content: space-between;
    border: 0px;
}

.game-dev .nav-tabs button.nav-link.active {
    background: var(--blue-color);
}

.game-dev .right h4 {
    margin: 40px 0px 20px;
}

.pixel-perfect {
    background: url("../images/pixel-bg.webp") 0% 0% / cover no-repeat;
}

.game-cta {
    background: url("../images/game-cta-bg.webp") 0% 0% / cover no-repeat;
    text-align: center;
}

.site-input {
    border-radius: 0px;
    width: 100%;
    background: transparent;
    border-width: 0px 0px 2px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: white;
    color: white;
}

.site-input:focus-visible {
    outline: none;
    border-bottom-color: var(--blue-color);
}

.site-input::placeholder {
    color: white;
    font-weight: 300;
    font-size: 18px;
}

.site-btn {

    /* min-width: 180px; */background: rgb(255, 255, 255);
    padding: 12px 35px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out 0s;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid white;
    color: black;
}

.site-btn:hover {
    background: transparent;
    color: white;
}

.border-btn {
    background: transparent;
    border: 2px solid black;
    color: black;
}

.border-btn:hover {
    background: black;
    color: white;
}

.contact-banner {
    padding: 277px 0px 100px;
    background: url('../images/page-banner.webp') left -141px bottom -50px / 900px no-repeat;
}

.header-banner canvas {
    width: 630px;
    position: absolute;
    right: 100px;
    top: -80px;
}

.contact-banner img.banner-img {
    position: absolute;
    right: 100px;
    width: 650px;
    top: 0px;
}

.contact-banner h1 {

    /* font-size: 300px; *//* line-height: 246px; */
}

.contact-banner p {
    font-size: 16px;
    padding: 0 0 0 100px;
    font-weight: 400;
    line-height: 25px;
}

.services-banner-inner p {
    padding: 0 0 0 20px;
}

.contact-banner p div {
    display: inline-block !important;
}

.tech.insight h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.tech p {
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0 0 0;/* width: 90%; */
}

.tech img {
    margin: 60px 0 0 0;
}

span.stroke-text {
    -webkit-text-stroke: 1px black;
    color: transparent;
}

.contact-banner.ctn-banner img.banner-img {
    top: 130px;
}

.contact-banner a.blue-btn {
    margin-top: 70px;
    margin-right: 60px;
}

.send-message-card {
    background: rgb(21, 21, 21);
    padding: 100px 100px 85px 100px;
    color: var(--white-color);
}

.send-message .container-fluid {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

.cont-send-msg .send-message-card h2 {
    text-align: left;
}

.send-message-card h2 {
    font-size: 60px;
    color: var(--white-color);
    text-align: right;
    line-height: 60px;
}

.send-message-card p {
    font-size: 16px;
    color: var(--white-color);
    font-weight: 400;
}

.hear-from-you {
    background: var(--gray-bg);
    text-align: center;
}

.hear-from-you h2, .current-vacancies h2 {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 20px;
}

.hear-from-you p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.contact-info p, .contact-info a {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 25px;
}

img#contact-loader {
    width: 50px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.contact-info p {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.contact-info a {
    color: rgb(102, 102, 102);
    font-weight: 300;
}

.contact-info a:hover {
    color: var(--blue-color);
}

.contact-info i {
    font-size: 40px;
}

.about-meta {
    text-align: center;
    padding: 60px 0 !important;
}

.about-meta.pink-bg {
    background: rgb(255, 239, 239);
}

.about-meta p {
    font-size: 25px;
    margin-top: 0px;
    color: black;
    font-weight: 200;
    line-height: 40px;
}

.hear-from-you h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.vacancies-details h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.about-meta p span {
    font-weight: 300;
}

.gallery-pills {
    justify-content: center;
}

.gallery-pills li button {
       font-size: 23px;
    padding: 0px 25px;
    font-weight: 500 !important;
    border-radius: 0px !important;
    color: var(--white-color) !important;
}

.gallery-pills li button.active {
    color: rgb(108, 239, 123) !important;
    background: transparent !important;
    font-weight: 700 !important;
}

.gallery-img {
    width: 100%;
    height: auto;
}

.our-news {
    background: var(--gray-bg);
}

.our-news h3 {
    font-size: 70px;
}

.news-card-inner p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(102, 102, 102);
    margin-top: 10px;
    margin-bottom: 0px;
}

.news-card-inner p.light {
    font-weight: 300;
    color: rgb(48, 48, 48);
}

.news-card-inner h6 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif !important;
}

.self-development h3 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    text-transform: uppercase;
}

.insight-perspective {
    text-align: left;
}

.insight-perspective p {
    color: #666666;
    font-weight: 400;
}

.insight-perspective p.insight-text {
    max-width: 900px;
}

.insight-img {
    height: 370px;
    width: 100%;
}

.current-vacancies {
    padding-top: 80px;
}

.current-vacancies .accordion-wrap {
    overflow: hidden;
    padding-right: 40px;
}

.current-vacancies .accordion-wrap input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.current-vacancies .accor {
    width: 100%;
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.current-vacancies .accordion-head, .current-vacancies .accordion-wrap .accordion {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: 0px;
    text-align: left;
    padding: 15px 20px 15px 0px;
    cursor: pointer;
    font-size: 18px;
    line-height: 19px;
    color: rgb(34, 34, 34);
    display: flex;
    align-items: center;
}

.current-vacancies .accordion-head {
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
}

.current-vacancies .accordion-head > span, .current-vacancies .accordion-wrap .accordion > span {
    flex: 1 0 33.333%;
}

.current-vacancies .accordion::after {
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
}

.current-vacancies .accordion-wrap input:checked +::after {
    transform: rotate(180deg);
}

.current-vacancies .accordion-content {
    background: rgba(34, 34, 34, 0.04);
    padding: 0px;
    max-height: 0px;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    color: rgb(34, 34, 34);
    transition: all 0.35s ease 0s;
}

.current-vacancies .accordion-wrap input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 1em;
    overflow-y: scroll;
}

.current-vacancies .accordion-content::-webkit-scrollbar {
    width: 5px;
}

.current-vacancies .accordion-content::-webkit-scrollbar-track {
    box-shadow: none;
}

.current-vacancies .accordion-content::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0);
}

.current-vacancies .accordion-content .inner {
    padding: 40px;
}

.current-vacancies .res-list {
    margin: 20px 0px;
    padding-left: 25px;
    list-style: inherit;
}

.our-marketing-services ul li {
    margin: 18px 0 0 0;
}

.current-vacancies .accordion-head {
    width: calc(100% - 11px);
}

.current-vacancies .accordion-head span {
    text-transform: uppercase;
    font-weight: 600;
}

.current-vacancies .accordion span {
    font-size: 15px;
}

.vacancies-details {
    background: var(--gray-bg);
}

.services-banner {
    background: url("../images/new-line.webp") 50% 0px / contain no-repeat;
    padding: 250px 0px 140px;
}

.services-banner h2 {
    position: relative;
    font-size: 60px;
}

.services-banner h2::after {
    content: "";
    width: 150px;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
}

.services-banner a.blue-btn {
    margin-top: 40px;
}

.services-banner h1 {
    line-height: 243px;
    font-size: 270px;
    margin-top: 35px;
}

.services-banner-img {
    width: 100%;
    position: relative;
    top: 0;
    height: 450px;
}

.services-banner-inner {
    position: relative;
    z-index: 2;
}

.game-app-development .tab-content {
    background: rgb(21, 21, 21);
}

.game-development-tabs {
    display: flex;
    flex-direction: column;/* justify-content: space-between; */

    /* height: 100%; */padding: 100px;
    border: 0px !important;
}

.black-bg {
    background: rgb(21, 21, 21);
}

.game-development-tabs button {
    background: transparent !important;
    text-align: left !important;
    color: rgb(143, 143, 143) !important;
    border: 0px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500;
}

.game-development-tabs button.active {
    color: white !important;
    font-weight: 600;
}

.game-app-development .col-lg-9 {
    background: rgb(21, 21, 21);
}

.game-service-img {
    width: 100%;
    min-height: 929px;
    height: 100%;
}

.game-app-development button:focus {
    outline: none !important;
}

.game-app-content.game-app-tab {
    background-image: url("../images/game-bg.webp");
}

.game-app-content.ai-app-tab {
    background-image: url("../images/ai-bg.png");
}

.game-app-content.creative-content {
    background-image: url("../images/branding-bg.webp");
}

.game-app-content.content-eng {
    background-image: url("../images/content-engagement-bg.webp");
}

.game-app-content.digital-content {
    background-image: url("../images/digital-marketing-bg.webp");
}

.game-app-content.pro-content {
    background-image: url("../images/product-bg.webp");
}

.game-app-content.webcomm {
    background-image: url("../images/webecommerce-bg.webp");
}

.game-app-content {
    padding: 108px 50px;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(21, 21, 21);
    background-size: cover;
    background-repeat: no-repeat;
}

.game-app-content p {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.game-app-content h3 {
    font-size: 36px;
    color: var(--white-color);
    text-transform: uppercase;
}

.game-app-content ul {
    list-style: disc;
    padding-left: 30px;
    margin-top: 20px;
}

.game-app-content ul li {
    margin-top: 10px;
    line-height: 23px;
}

.game-app-content .blue-btn {
    color: white !important;
    margin: 46px auto 0 auto !important;
}

.game-app-content .blue-btn path {
    fill: white;
}

.game-app-content .blue-btn span {
    color: white !important;
    filter: brightness(1) !important;
}

.business-digital-world {
    position: relative;
    padding: 40px 0px;
}

.business-digital-world p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 25px;
    margin: 0px 0  20px 0 !important;
}

.business-digital-world a {
    margin: 40px 0 0 75px;/* margin: 70px 0 0 0; */
}

.business-digital-world h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 50px 0;
}

.business-digital-bg {
    position: absolute;
    left: -93px;
    top: 14px;
    width: 80px;
}

.our-business-2 {
    max-width: 270px !important;
    position: relative;
    right: -50px;
    bottom: 0;
}

.our-business-3 {
    max-width: 170px !important;
    margin: 40px 0 0 0;
    position: absolute;
    bottom: 50px;
}

.our-services-banner {
    position: relative;
    background: url('../images/our-sol-line.webp') -30px 220px no-repeat;
    background-size: 670px 846px;
}

.our-services-banner h1 {
    font-size: 120px;
    line-height: 140px;
    text-transform: uppercase;
}

.para-line {
    width: 120px;
    height: 1px;
    display: block;
    background: black;
}

.our-services-banner p {
    color: rgb(102, 102, 102);
}

.our-services-banner-1 {
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 400px;
    left: 451px;
    transform: translateX(-50%);
}

.our-services-banner-2 {
    position: absolute;
    right: 0px;
    z-index: 2;
    max-width: 460px;
    top: 168px;
    transform: translateY(-0%);
}

/* .our-services-banner-2 { position: absolute; right: 0px; z-index: -1; width: 350px; top: 45%; transform: translateY(-50%); } */
.our-service-line {
    position: absolute;
    right: 15%;
    z-index: -1;
    top: 75%;
    transform: translateY(-50%) translateX(50%);
}

.our-services-banner-3 {
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 200px;
    left: 40%;
    transform: translateX(-50%);
}

.our-marketing-services {
    background: rgb(21, 21, 21);
    padding: 100px 0px 30px 0px;
    color: white !important;
    position: relative;
}

.our-marketing-services .team__hover-7 {
    left: 60%;
    right: unset;
}

.our-marketing-services h2 {
    font-size: 50px;
    color: white !important;
    line-height: 60px;
}

.our-marketing-services h3 {
    color: white !important;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    text-transform: uppercase;
}

.our-marketing-services p {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.our-marketing-services a.blue-btn {
    margin-top: -140px !important;
}

.our-marketing-services a.blue-btn path {
    fill: white;
}

.our-marketing-services a.blue-btn span {
    filter: brightness(1) !important;
    color: white !important;
}

.our-marketing-services ul li a {
    font-size: 16px;
    color: white !important;
}

.services-banner .order-2 h1 {
    margin: 0 0 0 0;
}

.services-banner ~ .home-about {
    margin-top: -71px;
    padding: 0 0 40px 0 !important;
}

.game-development-tabs li:not(:first-child) button {
    margin: 37px 0 0 0;
}

/************** New Update Css(Farooq) Start  *******************/
.btn-rounded {
    border-radius: 50px;
}

.game-app-development .get-service .btn {
    font-family: 'Averta Demo';
    font-size: 25px;
    line-height: 32px;
    background-color: var(--black-bg);
    border: 1px solid var(--black-bg);
    padding: 11px 55px;
    overflow: hidden;
    position: relative;
    min-width: 477px;
    height: 55px;
    transition: all .3s ease;
    border: 0;
    outline: none;
    text-transform: uppercase;
}

.gallery-banner {
    padding: 300px 0px 100px;
    background: url('../images/page-banner.webp') left -141px bottom -50px / 900px no-repeat;
}

.team-banner.contact-banner p {
    padding: 0;
}

.team-banner.contact-banner a.blue-btn {
    margin-right: 0;
}

.team-banner h1 {
    font-size: 500px;
    line-height: 403px;
}

.team-banner {
    background: url('../images/page-banner.webp') left -141px bottom -50px / 900px no-repeat;
}

.about-banner {
    background: url('../images/page-banner.webp') left -141px bottom -50px / 900px no-repeat;
}

.careers-banner {
    background: url('../images/page-banner-olddd.webp') left -1px bottom -380px / 1078px no-repeat;
}

.sub-banner-img {
    max-width: 220px;
}

.our-solution-banner .star-img {
    top: 35%;
}

.our-solution-banner .circle-img {
    top: 0;
    right: 30%;
}

.our-solution-banner .arrow-btn {
    margin-left: 130px;
}

.our-solution-banner .para-line {
    width: 200px;
}

.our-solution-banner .page-desc {
    position: relative;
    width: 90%;
}

.page-desc::after {
    background: url(../images/arrow.webp) no-repeat;
    content: "";
    position: absolute;
    right: -85px;
    width: 63px;
    height: 111px;
    top: -60px;
}

/************** New Update Css(Farooq)  End *******************/
html {
    --scrollbarBG: transparent;
    --thumbBG: black;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

#viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0px;
}

#scroll-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.07) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 2px, transparent 2px), linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.cursor {
    position: fixed;
    background-color: #b0fc5e;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transition: transform 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) 0s, opacity 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) 0s;
    user-select: none;
    pointer-events: none;
    z-index: 2147483647;
    transform: scale(1);
}

.cursor.active {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: fixed;
    background-color: transparent;
    border: 2px solid #b0fc5e;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: transform 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) 0s, opacity 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) 0s;
    user-select: none;
    pointer-events: none;
    z-index: 2147483647;
    transform: translate(5px, 5px);
}

.cursor-follower.active {
    opacity: 0.7;
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.slide p {
    color: white;
    font-size: 16px;
}

.about-img {
    width: 440px;
}

#about-img-1, #about-img-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about-img-2 {
    height: auto;
    width: 76%;
    bottom: 10%;
}

.no-scroll {
    height: 100vh;
    overflow: hidden;
}

.portfolio__area-3 {
    background-color: rgb(245, 245, 245);
    padding: 100px 0px;
}

.portfolio__area-3 .sec-title-wrapper h4.sec-sub-title.title-anim {
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-weight: 400 !important;
    font-size: 40px;
}

.portfolio__area-3 .swiper-btn {
    display: flex;
    gap: 30px;
}

.portfolio__area-3 .swiper-btn div {
    font-size: 28px;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 43%;
    transform: translateX(-50%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.portfolio__area-3 .swiper-btn div:hover {
    color: rgb(21, 21, 21);
}

.portfolio__area-3 .swiper-btn div.pp-prev {
    left: 320px;
}

.portfolio__area-3 .swiper-btn div.pp-next {
    right: 0px;
    color: red !important;
}

.portfolio__area-3 .swiper-pagination-total {
    font-size: 22px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: -50px;
}

.portfolio__title-3 {
    letter-spacing: -5px;
    font-weight: 700;
    font-size: 181px;
    line-height: 177px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    text-align: left;
    padding-top: 0;
    position: absolute;
    z-index: 5;
    opacity: 0;
    padding-top: 50px;
}

.portfolio__title-3 span {
    display: block;
    padding-left: 180px;
}

span.swiper-pagination-current {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Averta Demo';
}

span.swiper-pagination-total {
    position: absolute;
    right: 0;
    top: 56px;
    font-weight: 700;
}

.swiper.portfolio__slider-3 {
    padding: 0 20px 0px 200px;
}

.portfolio__slide-3 {
    text-align: right;
    padding-right: 110px;
}

.portfolio__slide-3 a {
    display: block;
    color: black !important;
}

.portfolio__slide-3 a:hover span {
    color: black;
}

.portfolio__slider-3:hover .swiper-btn div {
    opacity: 1;
    visibility: visible;
}

.swiper-slide-active .portfolio__title-3 {
    animation: 1s ease 0.7s 1 normal forwards running wcfadeUp;
}

.portfolio__slider-3 img {
    width: 570px;
    height: 690px;
    border: 0;
}

.portfolio__area-3 .swiper-btn div svg path {
    fill: black;
}

.portfolio__area-3 .swiper-btn div svg:hover path {
    fill: #37DDCD;
}

@keyframes wcfadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }

}

.swiper-btn .pp-next {
    color: rgb(0, 0, 0) !important;
}

.leaders.team img {
    height: 493px;
    filter: none;
}

.leaders.team h5 {
    color: var(--blue-color);
    font-size: 30px;
    line-height: 25px;
    font-weight: 600;
}

.leaders.team h6 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}

.team.leaders p {
    color: #CDCDCD;
    margin: 20px 0 0 0;
    font-weight: 300;
    font-size: 20px;
}

.team__area-7 {
    background: rgb(21, 21, 21);
    padding: 70px 0px;
}

.team__area-7 .sec-text {
    padding-left: 60%;
}

.team__area-7 .sec-text p {
    max-width: 300px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: rgb(255, 255, 255);
}

.team__title-7 {
    font-weight: 500;
    font-size: 700px;
    line-height: 0.9;
    text-align: center;
    color: rgb(21, 21, 21);
    text-transform: uppercase;
    position: relative;
    z-index: 0;
}

.team__items-7 a {
    display: block;
    border-bottom: 1px solid rgb(111, 111, 111);
}

.team__items-7 a:last-child {
    border: 0px !important;
}

.team__item-7 {
    position: relative;
    display: grid;
    grid-template-columns: 0.9fr 1fr 0.1fr;
    padding: 18px 0px;
}

.hover-show-team-img:hover .team__hover-7 {
    opacity: 1;
}

.team__item-7:hover .tm-serial {
    opacity: 1;
}

.team__item-7:hover .tm-name {
    padding-left: 90px;
    color: rgb(55, 221, 205);
}

.team__item-7:hover .tm-name::after {
    width: 50px;
}

.team__item-7:hover .tm-link i {
    color: rgb(255, 255, 255);
    transform: rotate(0deg);
}

.team__item-7 .tm-name {
    font-weight: 500;
    font-size: 35px;
    line-height: 1.3;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    position: relative;
    transition: all 0.5s ease 0s;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.team__item-7 .tm-name::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    left: 30px;
    top: 24px;
    transition: all 0.5s ease 0s;
    background-color: rgb(255, 255, 255);
}

.team__item-7 .tm-serial {
    opacity: 0;
    position: absolute;
    left: 0px;
    color: white;
    top: 30px;
    transition: all 0.3s ease 0s;
    margin: 0px !important;
    font-size: 16px;
    font-weight: 400;
}

.team__item-7 .tm-role {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin: 0px;
    line-height: 25px;
}

.team__item-7 .tm-link {
    color: var(--gray-2);
    font-size: 18px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    opacity: 0;
}

.team__item-7 .tm-link i {
    transition: all 0.3s ease 0s;
    transform: rotate(-45deg);
}

.team7__img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.team7__img-wrap {
    width: 20vw;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    padding-bottom: 25vw;
}

.team__hover-7 {
    width: 400px;
    height: 500px;
    position: absolute;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
    opacity: 0;
    transition: opacity 0.3s ease 0s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    margin: -200px 0px 0px -150px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    right: unset;
    left: 10%;
}

.portfolio__area-3 .swiper-pagination {
    width: 120px;
    bottom: 4px;
    font-weight: 400;
    font-size: 66px;
    line-height: 1;
    color: rgb(0, 0, 0);
    right: 839px;
    left: unset;
}

/* terms-and-conditions start */
.hear-from-you ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0 0 0;
}

/* terms-and-conditions end */
.odoo_section {
    padding: 70px 100px;
    background: linear-gradient(to bottom, rgba(254, 250, 238, 1), rgba(254, 250, 238, 0));
}

.odoo_warapper {
    width: 100%;
}

.odoo_warapper .row {
    align-items: center;
}

.odoo_img {
    width: 100%;
    padding-right: 40px;
}

.odoo_img img {
    width: 100%;
}

.odoo_content_area {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.odoo_content_area h3 {
    font-family: "TT Firs Neue Trl";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
}

.odoo_content_area h5 {
    color: #151515;
    font-family: "TT Firs Neue Trl";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
}

.odoo_content_area h5 span {
    color: #714B67;
    font-size: 55px;
}

.odoo_content_area p {
    color: #404040;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.2px;
    margin: 10px 0 0 0;
}

.areas_of_focus {
    position: relative;
    background-color: rgb(18, 18, 18);
    overflow: hidden;
    padding-bottom: 190px;
    padding-top: 120px;
    padding-bottom: 90px;
}

.heading_areas_of_focus_heading {
    color: #FFF;
    font-family: "TT Firs Neue Trl";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 45px */
    text-transform: uppercase;
    color: white;
    text-transform: uppercase;
    font-family: "TT Firs Neue Trl";
    font-size: 85px;
}

.heading_areas_of_focus_heading {
}

.heading_areas_of_focus_heading h3 {
    color: #FFF;
    font-family: "TT Firs Neue Trl";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 45px */
    text-transform: uppercase;
}

.accordion_wrapper {
    margin: 30px 0 0 0;
}

.accordion {
    width: 100%;
    border-top: 1px solid #333;
    font-family: 'Poppins', sans-serif;
}

.acc-item {
    border-bottom: 1px solid #333;
    padding: 20px 0;
}

.acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.acc-header h3 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.acc-header .arrow {
    color: #fff;
    font-size: 22px;
    transition: 0.3s;
}

.acc-body {
    display: none;
    padding: 20px 0;
    display: flex;
    gap: 40px;
}

.acc-text {
    width: 100%;
    color: #ccc;
}

.acc-text h4 {
    color: #fff;
    margin-bottom: 10px;
}

.acc-text ul {
    list-style: none;
    padding: 0;
    color: #ccc;
}

.acc-text ul li {
    margin-bottom: 5px;
}

.acc-img img {
    width: 350px;
    border-radius: 10px;
}

.acc-item.active .arrow {
    transform: rotate(90deg);
    border-radius: 51.432px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#151515, #151515) padding-box, linear-gradient(to bottom, #9B8EEC, #67E787) border-box;
    border: 2px solid transparent;
}

/* default: body hidden */
.accordion_wrapper .acc-body {
    display: none;
}

.accordian_content p {
    color: #E2E2E2;    /*font-family: "Averta Demo PE Cutted Demo";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    padding: 0px;
    margin: 0px;
}

.accordian_content ul {
    margin: 0px;
    padding: 0px;
}

.accordian_content ul li {
    color: #FFF;    /*font-family: "Averta Demo PE Cutted Demo";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}

.accordian_ul {
    display: flex;
    margin: 21px 0 0 0;
}

.accordian_ul ul {
    width: 50%;
}
.accordian_img {
  text-align: center;
  padding-right: 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 260px;
}

/* Start: image niche chhupi hui (translateY 110%) */
.accordian_img img {
  position: absolute;
  left: 50%;
  top: 50%;                     /* center base */
  transform: translate(-50%, 110%);
  transition: transform 0.8s ease;   /* sirf transform animate hoga */
}

/* Active: image upar aa kar center ho jaaye */
.acc-item.active .accordian_img img {
  transform: translate(-50%, -50%);
}
 



/* responsive start */
@media only screen and (max-width:767px) {
    .gallery-pills li button {
        font-size: 13px;
    }
    .nav-pills .nav-link {
        text-align: left;
    }
    .gallery-pills {
        display: grid !important;
        grid-template-columns: auto auto;
    }
    .indus-gif {
        display: none;
    }
    .indus-gif img {
        top: 530px !important;
        max-width: 55%;
        left: 120px;
    }
    .mfl-induxweek {
        background-size: auto !important;
        background-position: center center !important;
    }
    section.mfl-induxweek {
        height: 60vh !important;
        padding-top: 50px;
    }
    section.mfl-induxweek p {
        font-size: 16px !important;
        line-height: 21px !important;
        text-align: center;
    }
    .mfl-brand-logo {
        max-width: 100% !important;
        margin: 30px auto;
        display: block;
    }
    section.mfl-induxweek h6 {
         margin: 0 !important;
        font-size: 12px !important;
        padding: 10px;
    }
    .img.next_particles_img {
        display: none !important;
    }

    .row_col_100 .col-6 {
        width: 100%;
    }

    .bridging {
        width: 100% !important;
    }

    .instagram_Posts {
        min-height: 1030px;
    }

    .startup_banner h5 {
        font-size: 80px !important;
        font-weight: 700;
        line-height: 40px;
    }

    .bridging h5 {
        font-size: 20px !important;
        line-height: 93%;
    }

    .header_ai_banner {
        padding: 160px 0 60px 0 !important;
        height: max-content !important;
    }

    .instagram_Posts {
        min-height: max-content;
    }

    .portfolio__area-3 .sec-sub-title {
        padding-bottom: 45px;
    }

    a.blue-btn.header_btn_s.header_btn_s_about_us {
        border-color: #000;
        display: flex;
    }

    .header-banner h5 {

        /*font-size: 45px !important;*/
        text-align: center;
    }

    .header_btn_s span {
        font-size: 25px !important;
    }

    .metafroliclabs_icons_wrapper {
        gap: 19px;
    }

    .about_bg_home {
        padding: 30px 0 0 0 !important;
    }

    .home-about ul {
        display: none !important;
    }

    .portfolio__item:nth-child(2n + 1) {

        /* top: 9%; */

        top: 0% !important;
    }

    .portfolio__list-1 {
        padding: 190px 15px 0 15px !important;
    }

    .meet_botneest {
        padding: 70px 0;
        background: url(../images/gradient_botnest.png);
        background-repeat: no-repeat;
        background-size: cover !important;
    }

    .meet_botneest_list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center !important;
        gap: 21px;
    }

    .slick_slider_marque_wrapper h6 {
        font-size: 19px !important;
    }

    .blog_items .row {
        gap: 50px;
    }

    a.blue-btn.header_btn_s.header_btn_s_about_us {
        display: none !important;
    }

}

@media (max-width:1365px) {
    .portfolio__area-3 .swiper-btn div {
        opacity: 1;
        visibility: visible;
        top: calc(50% - 100px);
    }

}

@media (max-width:1023px) {
    .portfolio__area-3 .swiper-btn div {
        opacity: 1;
        visibility: visible;
        top: calc(50% - 25px);
    }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__text {
        font-size: 80px;
        line-height: 90px;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio__text {
        font-size: 90px;
    }

}

@media only screen and (max-width:767px) {
    .portfolio__text {
        font-size: 45px;
        padding: 50px 0px;
    }

    .team-banner p br {
        display: none;
    }

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .portfolio__title-3 {

        /* font-size: 130px; */
    }

    .areas_of_focus_paragraf {
        top: 90px !important;
    }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__title-3 {
        font-size: 120px;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio__title-3 {
        font-size: 100px;
    }

}

@media only screen and (max-width:767px) {
    .portfolio__title-3 {
        font-size: 60px;
        padding-top: 0px;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }

}

@media (max-width:1365px) {
    .portfolio__area-3 .swiper-btn div.pp-next {
        right: -24px;
    }

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .portfolio__area-3 .swiper-pagination {
        left: 300px;
    }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__area-3 .swiper-pagination {
    }

}

@media only screen and (max-width:767px) {
    .portfolio__area-3 .swiper-pagination {
        left: -22px;
        padding-top: 10px;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio__area-3 .swiper-pagination {
        left: 0px;
    }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__slide-3 {
        padding-right: 0px;
    }

    .portfolio__slide-3 img {
        width: 60%;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio__slide-3 {
        padding-right: 0px;
    }

    .portfolio__slide-3 img {
        width: 60%;
    }

}

@media only screen and (max-width:767px) {
    .portfolio__slide-3 {
        padding-right: 0px;
    }

    .portfolio__slide-3 img {
        width: 100%;
    }

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .portfolio__title-3 span {
        padding-left: 120px;
    }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__title-3 span {
        padding-left: 100px;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio__title-3 span {
        padding-left: 80px;
    }

}

@media only screen and (max-width:767px) {
    .portfolio__title-3 span {
        padding: 0;
        display: inline-block;
    }

}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .team__title-7 {
        font-size: 520px;
    }

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .team__title-7 {
        font-size: 500px;
    }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .team__title-7 {
        font-size: 360px;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team__title-7 {
        font-size: 260px;
    }

}

@media only screen and (max-width:767px) {
    .team__title-7 {
        font-size: 120px;
    }

}

@media only screen and (max-width:767px) {
    .team__area-7 .sec-text p {
        font-size: 16px;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team__area-7 .sec-text {
        padding-left: 45%;
    }

}

@media only screen and (max-width:767px) {
    .team__area-7 .sec-text {
        padding-left: 60px;
        padding-top: 20px;
    }

}

@media only screen and (max-width:767px) {
    .team__item-7 .tm-role br {
        display: block;
    }

}

@media only screen and (max-width:767px) {
    .team__item-7 .tm-name {
        font-size: 20px;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team__item-7 {
        grid-template-columns: 1.5fr 1fr 0.1fr;
    }

}

@media only screen and (max-width:767px) {
    .team__item-7 {
        padding: 12px 0px;
        grid-template-columns: 1.5fr 1fr 0.1fr;
    }

}

@media only screen and (max-width:767px) {
    .team7__img-wrap {
        display: none;
        position: unset;
    }

}

@media (max-width:1200px) {
    .team__hover-7 {
        left: 40%;
    }

}

@media (min-width:1200px) {
    .four-col-slider {
        padding-bottom: 0px;
    }

    .four-col-slider .sliderr {
        padding: 0px;
        margin: 0px;
        position: relative;
        height: 350px;
        display: flex;
        overflow: hidden;
    }

    .four-col-slider .sliderr:hover .slide {
        width: 0px;
    }

    .four-col-slider .sliderr .slide {
        width: 25%;
        height: 28.125rem;
        display: block;
        background-size: cover;
        background-position: 50% center;
        overflow: hidden;
        transition: width 0.7s ease 0s;
        border-top: 0px;
        padding-top: 0px;
        margin-top: 0px;
    }

    .four-col-slider .sliderr .slide a.slide-link {
        color: rgb(255, 255, 255);
    }

    .four-col-slider .sliderr .slide:first-child .slide-link {
        left: 0px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .four-col-slider .sliderr .slide:nth-child(2) .slide-link {
        left: 25%;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .four-col-slider .sliderr .slide:nth-child(3) .slide-link {
        left: 50%;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .four-col-slider .sliderr .slide:nth-child(4) .slide-link {
        left: 75%;
    }

    .four-col-slider .sliderr .slide:hover {
        width: 100%;
    }

    .four-col-slider .sliderr .slide:hover .slide-link .copy p {
        opacity: 1;
    }

    .four-col-slider .sliderr .slide:hover .slide-link .copy .button span {
        text-align: left;
        opacity: 1;
        width: 100px;
    }

    .four-col-slider .sliderr .slide .slide-link {

        /* background-color: rgb(18 18 18 / 6%); */color: rgb(255, 255, 255);
        position: absolute;/* padding: 30px 28px; */
        height: 100%;
        width: 25%;
        left: 0px;
        z-index: 2;
    }

    .four-col-slider .sliderr .slide .slide-link .img-wrapper {

        /* display: none; */
    }

    .four-col-slider .sliderr .slide .slide-link h3 {
        color: rgb(255, 255, 255);/* font-family: 'Poppins', sans-serif; */
        font-size: 23px;
        margin: 10px 0 0 0;
        font-weight: 600;
    }

    .four-col-slider .sliderr .slide .slide-link .button {
        color: rgb(255, 255, 255);
        background-color: transparent;
        padding: 0px;
    }

    .four-col-slider .sliderr .slide .slide-link .copy {
        height: 473px;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 30px;
    }

    .four-col-slider .sliderr .slide .slide-link .copy p {
        opacity: 0;
        transition: opacity 0.7s ease 0s;
    }

    .four-col-slider .sliderr .slide .slide-link .copy .button {
        position: absolute;
        bottom: 0;
        left: 0px;
    }

    .four-col-slider .sliderr .slide .slide-link .copy .button span {
        display: inline-block;
        transition: width 0.25s ease 0s, opacity 0.25s ease 0.25s;
        width: 0px;
        opacity: 0;
    }

}

@media (min-width:1560px) {
    .four-col-slider .sliderr {
        padding: 0px;
        margin: 0px;
        position: relative;
        height: 473px;
        display: flex;
        overflow: hidden;
    }

    .four-col-slider .sliderr .slide {
        width: 25%;
        height: 100%;
        background-repeat: no-repeat;
        display: block;
        background-size: cover;
        background-position: 50% center;
        overflow: hidden;
        transition: width 0.7s ease 0s;
        border-top: 0px;
        padding-top: 0px;
        margin-top: 0px;
    }

}

@media (max-width:1024px) {
    .four-col-slider .sliderr .slide {
        background-image: none !important;
    }

}

@media (max-width:1700px) {
    
    .gallery-pills li button {
        font-size: 15px;
        padding: 12px 30px;
    }
    .tech .inner-content p {
        width: 91%;
    }

    .about-img {
        width: 100%;
        height: 500px;
    }

}

@media (max-width:1690px) {
    .ft-logo {
        max-width: 60%;
    }
    .home-about a.blue-btn {
        width: 160px;
        height: 160px;
    }

    .game-app-content h3 {
        font-size: 33px;
    }

    .our-marketing-services h2, .our-marketing-services h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .hear-from-you h2, .current-vacancies h2 {
        font-size: 70px;
        line-height: 70px;
    }

    .milestone a {
        top: -20px;
    }

    .header-banner h1 {
        font-size: 79px;
        line-height: 100px;
    }

    .news-insight h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .footer-mid .footer-top ul li a {
        font-size: 30px !important;
    }

    /* .about-img {width: 440px;} */
    .primary-menu a span {
        font-size: 90px;
        display: block;
        width: 100%;
    }

    .header-social-links {
        min-height: 40vh;
    }

    .primary-menu .menu-item {
        padding: 36px 4%;
    }

    .header-img {
        max-width: 250px;
        margin: 0 auto 20px auto;
    }

    .our-services-banner {
        background-position: -10px 250px;
        background-size: 570px 656px;
    }

    .our-solution-banner .page-title h1 {
        line-height: 110px;
        font-size: 100px;
        margin: 60px 0 0 0;
    }

    .home-about h6 {
        margin: 0 0 20px 0;
    }

    .footer-mid {
        padding: 72px 0 0 0;
    }

    .about-meta p {
        font-size: 25px;
    }

    .contact-banner.team-banner h1 {
        font-size: 400px;
        line-height: 322px;
    }

    .team-banner.contact-banner a.blue-btn {
        margin: 10px 100px 0 0;
    }

    .team__item-7 .tm-name {
        font-size: 30px;
    }

    .team__item-7 .tm-role {
        font-size: 18px;
    }

    .contact-banner.services-banner h1 {
        font-size: 400px;
        line-height: 320px;
    }

    .services-banner-img {
        top: -80px;
    }

    .game-development-tabs {
        padding: 95px 100px;
    }

    .game-development-tabs button {
        font-size: 18px !important;
    }

    .game-development-tabs li:not(:first-child) button {
        margin: 53px 0 0 0;
    }

    .portfolio__area-3 .swiper-pagination {
        right: 719px;
    }

    .gallery-banner {
        background-position: -200px 330px;
    }

    .footer-top a {
        font-size: 25px !important;
    }

    .gallery-pills li button {
        font-size: 25px;
    }

    .footer-mid ul li a {

        /* font-size: 18px; */
    }

    .send-message-card h2 {
        text-align: left;
        font-size: 40px;
        line-height: 40px;
    }

    .contact-banner p {
        padding: 0;/* margin: 0; */
        line-height: 30px;
    }

    span.stroke-text {
    }

    .contact-banner img.banner-img {
        width: 550px;
    }

    .header-banner p {
        margin: 40px 0 0 0;
    }

    .next-cta {
        padding: 30px 0px 70px !important;
    }

    .news-insight h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .top-inner-banner.contact-banner h1 {
        font-size: 100px;
    }

    .professional-game h2, .game-screen h2 {
        font-size: 70px;
    }

    .professional-game h5 {
        font-size: 20px;
    }

    .game-screen-box h4 {
        font-size: 24px;
    }

    .ideate h2, .pixel-perfect h2, .game-dev h2 {
        font-size: 70px;
    }

    .game-cta h3 {
        font-size: 70px;
    }

    .leaders img {
        height: 500px;
    }

    .tech .insight-top h2, .leaders h2, .milestone h2 {
        font-size: 65px;
        margin: 10px 0px 0px;
        line-height: 70px;
    }

    .tech.insight p {
        margin: 10px 0px 20px;
    }

    .next-iconn::before {
        top: 41px;
    }

    .home-about {
        padding: 120px 0px 0px;
    }

    .about-bottom {

        /* padding: 155px 0 80px 125px; */
    }

    .header-banner img.banner-img, .header-banner canvas {

        /* width: 600px; */

        /* bottom: 60px; */

        /* right: -50px; */
    }

    .header-banner h5 {

        /* font-size: 45px !important; */
    }

    .blue-btn, .blue-btn:before {
        width: 200px;
        height: 200px;
        font-size: 17px;
    }

    .blue-btn span {
        background-position: 85% 6px;
        background-size: 11px;
    }

    .blue-btn:hover span {
        background-position: 85% -12px;
    }

    .header-banner {
        padding: 230px 0px 50px;
    }

    .home-about h2 {

        /* font-size: 140px; */top: -60px;/* margin: 60px 0 0 0; */

        /*        font-size: 80px;
        line-height: 80px;
        */
    }

    .slick_slider_marque_wrapper h6 {
        font-size: 35px !important;
    }

    ..slick_slider_marque_two_wrapper h5 {
        font-size: 35px !important;
    }

    .home-about p {
        font-size: 15px;
        line-height: 23px;/* padding: 135px 0px 0px 20px; */
    }

    .home-about a {
        margin: 40px 0px 0 20px;
        margin: 250px 0 0 0;
    }

    .home-about img.about-img-2 {
        bottom: 100px;
    }

    .services h2 {

        /* font-size: 80px; */width: 100%;
    }

    .services h3 {
        font-size: 40px;
    }

    p {
        font-size: 15px;
        line-height: 25px;
    }

    .next-cta h3 {
        margin: 10px 0px 0px 50px;
    }

    .footer-mid h4 {

        /* font-size: 30px; */
    }

    a {
        font-size: 15px;
    }

    .footer-bottom p {
        font-size: 16px;
        font-weight: 400;
    }

    .meta-content p {
        font-size: 25px;
        line-height: 35px;
        margin: 0 auto;
    }

    .services {
        background-position: 700px 381px;
    }

    .contact-banner h1 {
        font-size: 130px;
        line-height: 108px;
    }

    .tech h2 {
        font-size: 70px;
        margin: 30px 0px 0px;
    }

    .inner-content p {
        width: 75%;
        line-height: 40px;
        margin: 20px 0px 0px;
    }

    .insight-img {
        height: 280px;
    }

    .self-development h3 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 20px;
    }

    .insight-overlay p {
        font-size: 26px;
        color: rgb(55, 221, 205);
        line-height: 30px;
    }

    .primary-menu a {
        font-size: 90px;
    }

}

@media (max-width:1440px) {
    .home-about h2 {
        margin: 50px 0 0 0;
        line-height: 80px;
    }

    .tech .insight-top h2, .leaders h2, .milestone h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .milestone h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .portfolio__text {
    }

    .our-solution-banner .circle-img {
        right: 50%;
    }

    .our-services-banner-1 {
        width: 280px;
        left: 391px;
    }

    .our-services-banner-2 {
        max-width: 330px;
    }

    .header-banner h1 {

        /* font-size: 130px; *//* line-height: 138px; *//* width: 80%; */
    }

    .send-message h3 {
        font-size: 30px;
        margin: 0 0 0;
        line-height: 40px;
    }

    .leaders h5 {
        font-size: 25px;
    }

    .leaders h6 {
        font-size: 20px;
    }

    .leaders h2 {
        margin: 0;
    }

    .leaders p {
        margin: 10px auto 0 auto;
    }

    .header-menu-right-links {
        padding: 130px 15px 50px 15px;
    }

    .header-img {
        max-width: 270px;
        margin: 0 auto 20px auto;
    }

    .header-social-links {
        min-height: 40vh;
    }

    .team__area-7 {
        padding: 50px 0 70px 0;
    }

    .team__item-7 .tm-name {
        font-size: 25px;
    }

    .team__item-7 .tm-role {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-banner.team-banner h1 {
        font-size: 300px;
        line-height: 244px;
    }

    .portfolio__area-3 .swiper-btn div.pp-prev {
        left: 220px !important;
    }

    .business-digital-bg {
        left: 0;
    }

    .services-banner a.blue-btn {
        margin: 40px auto 0 0 !important;
    }

    .services-banner-inner {
        padding: 0 0 0 100px;
    }

    .game-development-tabs {
        padding: 122px 70px;
    }

    .game-development-tabs li:not(:first-child) button {
        margin: 28px 0 0 0;
    }

    .game-service-img {
        min-height: auto;
        height: 878px;
    }

    .game-app-content {
        padding: 70px 40px 30px 40px;
    }

    .portfolio__title-3 {

        /* font-size: 250px; *//* line-height: 204px; */
    }

    .portfolio__slide-3 {
        padding-right: 0;
    }

    .swiper.portfolio__slider-3 {
        padding: 0 20px 0px 90px;
    }

    .portfolio__slider-3 img {
        height: 700px;
    }

    .portfolio__area-3 .swiper-pagination {
        right: 630px;
        bottom: 10px;
    }

    .our-business-2 {
        right: 0;
    }

    .business-digital-world {
        padding: 100px 0px 20px 0px;
    }

    .send-message-card {
        padding: 50px 100px 55px 100px;
    }

    .gallery-banner {
        background-position: -220px 210px;
    }

    .footer-mid {
        padding: 50px 0 0px 0;
        position: relative;
    }

    .footer-top p {
        font-size: 14px;
        line-height: 22px;
    }

    .footer-mid h4 {

        /* font-size: 25px; */
    }

    .footer-mid ul li a {
        font-size: 15px;
        line-height: 21px;
    }

    .about-meta p {
        font-size: 25px;
        line-height: 35px;
    }

    .gallery-pills {
        margin: 0 0 0 0 !important;
    }

    .tech img {
        margin: 30px 0 0 0;
    }

    .tech .inner-content p {
        width: 100%;
        font-size: 25px;
        line-height: 36px;
    }

    .services p {
        margin: 20px 0 0 0;
    }

    .portfolio__area {
        padding: 0 0 70px 0;
    }

    .home-about p {

        /* padding: 100px 0px 0px 20px; */
    }

    #about-img-2 {
        bottom: -140px !important;
        height: 290px !important;
    }

    .home-about h2 {
        top: -50px;
        font-size: 100px;
    }

    .about-bottom {

        /* padding: 155px 0 80px 25px; */
    }

    .about-img {
        width: 100% !important;
    }

    .header-banner {
        padding: 240px 0px 50px;
    }

    .header-banner img.banner-img, .header-banner canvas {
        width: 420px;
        bottom: -30px;
    }

    .header-banner img.banner-icon {
        top: 100px;
    }

    .slider-inner {
        height: 350px;
    }

    .slider-content h6 {
        font-size: 22px;
    }

    .business-digital-world h2 {

        /* font-size: 60px; */
    }

    .game-app-content h3 {
        font-size: 38px;
        line-height: 45px;
    }

    .insight-img {
        height: 260px;
    }

    .hear-from-you h2, .current-vacancies h2 {
        font-size: 60px;
        line-height: 60px;
        margin: 10px 0 20px 0;
    }

    .contact-banner {
        padding: 240px 0px 80px;
        background-position: -141px 150px;
    }

    .services-banner {
        padding: 240px 0px 0px;
    }

    .contact-banner img.banner-img {
        width: 500px;
        bottom: 0px;
    }

    .gallery-pills li button {
        font-size: 16px;
    }

    .gallery-img {
        width: 100%;
        height: 307px;
    }

    .self-development h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .self-development h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .self-development p {
        font-size: 14px;
    }

    .four-col-slider h3 {
        font-size: 30px;
    }

    .primary-menu a {
        font-size: 80px;
        line-height: 90px;
    }

    footer h2 {
        font-size: 100px;
    }

    .services-banner h1 {

        /* line-height: 300px; *//* font-size: 340px; */
    }

}

@media (max-width:1399px) {
    .portfolio__area-3 .swiper-btn div.pp-prev {
        left: 160px !important;
    }

    .portfolio__area-3 .swiper-pagination {
        left: 420px;
    }

    .services-banner h1 {
        line-height: 220px;
        font-size: 220px;
    }

    .services-banner h2 {
        font-size: 50px;
    }

    .services h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .four-col-slider h3 {
        font-size: 25px;
    }

    .next-cta h3 {
        margin: 10px 0 0 0;
        font-size: 50px;
    }

    .footer-mid h4 {
        font-size: 17px;
    }

    .self-development h3 {
        font-size: 36px;
        line-height: 44px;
    }

    .about-meta p {

        /* font-size: 38px; */
    }

    .our-services-banner h1 {
        font-size: 150px;
    }

    .our-services-banner-1 {
        width: 300px;
    }

    .our-services-banner-2 {
        width: 300px;
    }

    .our-services-banner-3 {
        width: 150px;
    }

    .our-marketing-services h2 {
    }

    .our-marketing-services h3 {
        font-size: 38px;
    }

    .news-insight h2 {
        font-size: 51px;
        line-height: 65px;
    }

    .next-iconn::before {
    }

    .footer-mid ul.map iframe {
        height: 200px;
    }

    .contact-banner.team-banner h1 {
        font-size: 170px;
        line-height: 139px;
    }

    .team-banner.contact-banner a.blue-btn {
        margin: 50px 30px 0 0;
    }

    .portfolio__area-3 .swiper-btn div.pp-next {
        right: -24px;
    }

    .meta-content p {
        width: 90%;
    }

    .header-banner h1 {

        /* font-size: 100px; */width: 100%;/* line-height: 110px; */
        margin: 0 0 20px 0;
    }

    .home-about h2, .contact-banner h1 {

        /* font-size: 120px; */top: -50px;/* line-height: 100px; */
    }

    .home-about p {

        /* padding: 90px 0px 0px 10px; */margin: 15px 0 0 0;
    }

    .inner-content p {
        width: 90%;
    }

    .tech {
        padding: 100px 0px;
    }

    .services .text-center h2 {
        margin: 100px 0px 0px;
    }

}

@media (max-width:1280px) {
    .home-about img {
        height: 596px;
    }

    .home-about p {
        margin: 20px 0 0 0;
    }

    .home-about a.blue-btn {
        height: 140px;
        width: 140px;
        margin: 20px 0 0 0;
    }

    .portfolio__title-3 {
        font-size: 150px;
        line-height: 150px;
        margin: 30px 0 0 0;
    }

    .portfolio__area-3 .swiper-pagination {
        left: 350px;
    }

    .gallery-img {
        height: 260px;
    }

    .self-development h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .hear-from-you h2, .current-vacancies h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .four-col-slider .sliderr .slide .slide-link h3 {
        font-size: 20px;
    }

    .news-insight h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .our-solution-banner .page-title h1 {
        line-height: 105px;
    }

    .our-services-banner-1 {
        width: 220px;
        left: 28%;
    }

    .services {
        padding: 70px 0;
    }

    .home-about {
        padding: 50px 0 0 0;
    }

    .team__hover-7 {
        height: 360px;
        width: 300px;
    }

    .portfolio__title-3 {
    }

    .portfolio__area-3 .swiper-btn div.pp-prev {
        left: 170px !important;
    }

    .portfolio__slider-3 img {
        width: 500px;
        height: 650px;
    }

    .portfolio__area-3 .swiper-btn div {
        top: 44%;
    }

    .game-development-tabs {
        padding: 122px 50px;
    }

    .tech .inner-content a {
        margin: 10px 0 0 0;
    }

    .tech .inner-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .send-message-card h2 {

        /* font-size: 70px; */text-align: right;
        line-height: 43px;
    }

    .send-message h3 {

        /* font-size: 50px; *//* line-height: 50px; */
    }

    .contact-about .container-fluid {
        padding: 0 50px;
    }

    .home-about a {
        margin: 60px 0px 0 20px;
        margin: 160px 0px 0 0;
    }

    .about-bottom {

        /* padding: 120px 0 60px 25px; */
    }

    .about-img {
        height: 400px;
    }

    .home-about h2 {
        top: -70px;
    }

    .home-about p {

        /* padding: 70px 0px 0px 10px; */
    }

    .footer-mid h4 {

        /* line-height: 25px; *//* font-size: 23px; */
    }

    .footer-mid ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .header-banner h1 {

        /* font-size: 110px; *//* width: 80%; *//* line-height: 110px; */width: 90%;
        font-size: 80px;
        line-height: 90px;
    }

    .tech img {
        margin: 20px 0px 0px;
    }

}

@media (max-width:1199px) {
    .primary-menu a span {
        font-size: 80px;
        line-height: 80px;
    }

    .home-about a.blue-btn {
        margin: 20px 0 0 0;
        width: 110px;
        height: 110px;
    }

    .services-banner-img {
        height: 300px;
        top: 0;
    }

    .services-banner {
        padding: 240px 0px 100px 0;
    }

    .blue-btn, .blue-btn:before {
        width: 160px;
        height: 160px;
    }

    .tech h2 {
        font-size: 55px;
        line-height: 55px;
    }

    .four-col-slider .sliderr .slide .slide-link h3 {
        font-size: 30px;
    }

    .slide-link .copy span {
        font-size: 21px;
    }

    .next-iconn::before {
        top: 48px;
        right: -130px;
    }

    .next-iconn span::before {
        bottom: 20px;
        right: -134px;
    }

    .next-iconn span::after {
        bottom: 34px;
        right: -133px;
    }

    .portfolio__area-3 .swiper-btn div.pp-prev {
        left: 140px !important;
    }

    .portfolio__area-3 .swiper-pagination {
        left: 310px;
    }

    .services-banner a.blue-btn {
        margin: 40px auto 0 auto !important;
    }

    .our-services-banner-1 {
        left: 30%;
    }

    .our-news {
        padding: 50px 0;
    }

    .hear-from-you {
        padding: 50px 0;
    }

    .header-img {
        max-width: 230px;
        margin: 0 auto 30px auto;
    }

    .team-banner.contact-banner p {
        margin: 10px 0 0 0;
    }

    .about-meta {
        padding: 40px 0 !important;
    }

    footer h2 {
        font-size: 100px;
    }

    .inner-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .menu .primary-menu {
        flex: 2 1 0%;
    }

    .leaders img {
        height: 400px;
    }

    .header-banner h1 {
        width: 100%;
        font-size: 70px;
        line-height: 80px;
    }

    .p-140 {
        padding: 100px 0px;
    }

    .white-btn {
        font-size: 15px;
    }

    .next-cta {
        padding: 40px 0px 0px;
    }

    .services {
        background-position: 600px 381px;
        background-size: 800px;
    }

    .header-banner img.banner-img, .header-banner canvas {
        width: 400px;
        bottom: -50px;
        right: 20px;
    }

    .home-about h2 {
        left: 250px;
        top: -50px;
        font-size: 90px;
    }

    .home-about img.about-img-2 {
        bottom: 40px;
    }

    .slider-content h6 {
        font-size: 17px;
        line-height: 23px;
    }

    .slider-inner {
        height: 250px;
        padding: 20px;
    }

    .services label {
        margin: 40px 0px 0px;
    }

    .footer-bottom {
        padding: 0 0px 10px;
    }

    .footer-bottom a, .footer-bottom p {
        font-size: 15px;
        line-height: 21px;
    }

    .business-digital-world h2 {
        font-size: 50px;
    }

    .game-app-content h3 {
        font-size: 35px;
    }

    .insight-img {
        height: 220px;
    }

    .self-development h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .services-banner h1 {
        line-height: 180px;
        font-size: 190px;
    }

    .self-development h2 {
        font-size: 47px;
    }

    .about-meta p {
        font-size: 26px;
    }

    .gallery-img {
        width: 100%;
        height: 247px;
    }

    .gallery-pills {
        display: flex;
        flex-wrap: nowrap;
    }


    .contact-banner h1 {

        /* font-size: 180px; */
    }

    .contact-banner img.banner-img {
        width: 400px;
        bottom: 0px;
    }

    .contact-info p, .contact-info a {
        font-size: 18px;
    }

    .self-development p {
        font-size: 14px;
        line-height: 22px;
    }

    .game-development-tabs button {
        font-size: 15px !important;
    }

    .game-app-content p {
        font-size: 14px;
    }

    .game-app-content ul li {
        font-size: 14px;
    }

    .our-services-banner h1 {
        font-size: 120px;
    }

    .our-marketing-services h2, .our-marketing-services h3 {

        /* font-size: 60px; */
    }

    .our-marketing-services h3 {
        font-size: 34px;
    }

    .our-marketing-services p {
        font-size: 14px;
    }

    .slide {
        background: transparent !important;
    }

    .slide-link {
        display: flex;
        padding: 20px 0px;
        border-bottom: 2px solid black;
        align-items: center;
    }

    .slide-link p {
        margin: 10px 0px 13px;
        color: rgba(102, 102, 102, 0.8) !important;
    }

    .slide-link .img-wrapper {
        flex-shrink: 0;
        margin-right: 20px;
    }

    .slide-link .img-wrapper img {
        width: 550px;
        height: 400px;
    }

    .slide-link .copy {
        color: black;
        flex-grow: 1;
    }

    .insight-overlay p {
        font-size: 20px;
        line-height: 30px;
    }

    .news-insight h4 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 10px !important;
    }

    .news-insight h2 {
        font-size: 41px;
    }

    .primary-menu a {
        font-size: 70px;
        line-height: 70px;
    }

}

@media (max-width:991px) {
    .primary-menu a span {
        font-size: 60px;
        line-height: 60px;
    }

    .home-about a {
        margin: 30px 0 0 0;
    }

    .services-banner img {
        display: none;
    }

    .services-banner ~ .home-about {
        padding: 80px 0 20px 0 !important;
    }

    .game-development-tabs {
        padding: 40px 10px;
    }

    .game-development-tabs li:not(:first-child) button {
        margin: 0;
    }

    .game-development-tabs li.nav-item {
        width: 33%;
        display: flex;
    }

    .game-development-tabs button {
        display: block;
        width: 100%;
        text-align: center !important;
        padding: 0;
    }

    .game-development-tabs button br {
        display: none;
    }

    .game-app-content {
        padding: 0 30px 40px 30px;
        position: relative;
    }

    .get-service {
        padding: 30px 0 !important;
    }

    .portfolio__area-3 {
        padding: 50px 0;
    }

    .portfolio__area-3 .swiper-btn div {
        top: 42%;
    }

    .portfolio__title-3 {
        font-size: 150px;
        line-height: 150px;
        margin: 0 0 0 0;
    }

    .portfolio__area-3 .swiper-pagination {
        left: 320px;
    }

    .portfolio__slider-3 img {
        height: 600px;
        width: 420px;
    }

    .our-business-1 {
        height: 500px;
        margin: 0 auto;
        display: block;
    }

    .our-business-3, .our-business-2 {
        display: none;
    }

    .header-banner h1 {
        margin: 0 0 0;
    }

    .header-banner p {
        margin: 10px 0 20px 0;
        text-align: center;
    }

    .news-insight-img {
        margin: 0 auto;
        display: block;
        width: 70%;
    }

    .next-cta a.blue-btn {
        position: absolute;
        top: -60px;
        right: 10px;
    }

    .next-cta h3 {
        margin: 0 0 0 0;
    }

    .send-message h3 {
        font-size: 30px;
        margin: 20px 0 0 0;
    }

    .tech .inner-content p {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
    }

    .tech .insight-top h2, .leaders h2, .milestone h2 {
        line-height: 50px;
    }

    .send-message-card h2 {
        text-align: left;
    }

    .send-message-card {
        padding: 40px 100px 55px 100px;
    }

    .contact-banner img.banner-img, .contact-banner.ctn-banner img.banner-img {
        bottom: -150px;
        top: unset;
        right: 80px;
        width: 350px;
    }

    .contact-banner {
        padding: 240px 0px 210px;
        background-position: -141px 90px;
    }

    .contact-banner p {
        font-size: 15px;
        margin: 20px 0 0 0;
    }

    .primary-menu a {
        font-size: 60px;
        line-height: 60px;
    }

    .our-services-banner-3 {
        display: none;
    }

    .game-service-img {
        display: none;
    }

    .services-banner h1 {
        line-height: 180px !important;
        font-size: 180px !important;
    }

    .insight-img {
        height: 280px;
    }

    .self-development h3 br {
        display: none;
    }

    .about-meta p {
        font-size: 23px;
        line-height: 30px;
    }

    .gallery-pills li button {
        font-size: 15px;
        padding: 12px 15px;
    }

    .contact-banner h1 {
        font-size: 80px !important;
        line-height: 66px !important;
    }

    .services-banner {
        padding: 240px 0px 50px;
    }

    .services-banner-img {
        top: 0px;
        margin-top: 40px;
    }

    .hear-from-you h2, .current-vacancies h2 {
        font-size: 42px !important;
    }

    .self-development h2 {
        font-size: 58px;
    }

    .current-vacancies {
        padding-top: 50px;
    }

    .contact-banner a.blue-btn {
        margin-top: 30px;
    }

    .our-marketing-services a.blue-btn {
        margin-top: 0px !important;
        position: absolute;
        top: -90px;
        right: 0;
    }

    footer h2 {
        font-size: 80px;
    }

    #box8 .blue-btn {
        margin: 10px 0px 0px auto;
    }

    .next-cta {
        padding: 30px 0px !important;
    }

    .news-insight h2 {
        font-size: 48px !important;
        line-height: 60px !important;
    }

    .news-insight h4 {
        font-size: 30px;
        margin: 10px 0 20px 0 !important;
    }

    .menu .row .col-lg-3, .menu .row .col-lg-6 {
        min-height: 0px;
    }

    .search-bar {
        margin-top: 40px;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }

    .header-social-links {
        min-height: 0px;
        padding: 20px 15px;
    }

    .header-bottom-links {
        padding: 20px 15px;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .header-banner {
        padding: 200px 0px 100px;
    }

    .business-digital-world p {
        margin: -90px 0 0 0 !important;
    }

    .business-digital-world p + p {
        margin: 20px 0 0 0 !important;
    }

    .contact-banner.ctn-banner {
        padding: 240px 0px 160px;
    }

    .meta-content.inner-meta-content {
        padding: 150px 0 0px 0;
    }

    .tech .insight-top h2 {
        font-size: 40px !important;
    }

    .milestone h3 {
        font-size: 27px;
    }

    .home-about a.blue-btn {
        width: 150px;
        height: 150px;
    }

    .portfolio__area .blue-btn {
        top: 80px;
    }

    .header-banner a {
        margin: 20px 0 0 0;
        top: 30px;
    }

    .footer-lst {
        position: absolute;
        top: 275px;
    }

    .header-banner canvas {
        width: 350px;
        bottom: -100px;
    }

    .our-marketing-services {
        padding: 100px 0px 30px 0px;
    }

    .sub-banner-img {
        position: absolute;
        top: 300px;
        left: -130px;
    }

    .our-solution-banner .page-title h1 {
        margin: 100px 0 0 0;
        line-height: 80px !important;
    }

    .our-services-banner-1 {
        width: 160px;
        left: 27%;
    }

    .contact-banner.our-services-banner.our-solution-banner {
        background-position: -141px 180px;
        padding: 240px 0px 50px;
    }

    .home-about h2 {
        left: 200px;
        font-size: 80px !important;
    }

    .gallery-img {
        height: 292px;
        object-position: right;
    }

    .header-menu-right-links a {
        font-size: 15px;
    }

    .header-img {
        max-width: 173px;
    }

    header {
        padding: 10px 0px 0px 0px;
    }

    .container-fluid {
        padding: 0px 50px;
    }

    .home-about h2 {
        top: -40px;
    }

    .about-img img {
        height: 400px;
        margin: 0px auto;
        display: block;
    }

    .home-about p {
        padding: 40px 0px 0px 10px;
    }

    .tech img {
        height: 400px;
        display: block;
        margin: 20px auto 0px;
        width: 100%;
    }

    .inner-content a {
        margin: 20px 0px;
    }

    .meta-content {
        padding: 20px 0px;
    }

    .services a.d-inline-flex {
        position: absolute;
        top: 10px;
        right: 50px;
    }

    .services {
        position: relative;
    }

    .portfolio__area-3 .sec-sub-title {
        padding-bottom: 50px;
    }

}

@media (max-width:767px) {
    .portfolio__area .blue-btn {
        margin: 160px auto 0 auto;
    }

    .areas_of_focus_paragraf {
        margin: 30px auto 0 auto;
    }

    .footer-mid {
        padding: 50px 0 10px 0 !important;
    }

    .header-banner {
        padding: 200px 0px 100px;
    }

    .business-digital-world h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .business-digital-world p {
        margin: -20px 0 0 0 !important;
    }

    .business-digital-world p + p {
        margin: 20px 0 0 0 !important;
    }

    .hover-show-team-img .my-3 {
        margin: 10px 0 !important;
    }

    .gallery-img {
        object-position: right;
    }

    .contact-banner.ctn-banner {
        padding: 240px 0px 160px;
    }

    .self-development h3 {
        margin: 0;
    }

    .meta-content.inner-meta-content {
        padding: 130px 0 0px 0;
    }

    .next-cta h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .home-about a.blue-btn {
        width: 150px;
        height: 150px;
    }

    .next-iconn::before {
        display: none;
    }

    .next-iconn span {
        display: none;
    }

    .header-bottom-links {
        padding: 20px 15px 4px 15px;
    }

    .border-right {
        order: 2;
    }

    .header-menu-right {
        order: 3;
    }

    .portfolio__item:nth-child(2n) {
        top: 0;
    }

    .portfolio__area .blue-btn {
        position: initial;
    }

    .primary-menu .menu-item:first-child a, .primary-menu a {
        padding: 0;
    }

    .game-development-tabs {
        padding: 20px 10px 10px 10px;
    }

    .game-app-development .get-service .btn {

        /* font-size: 35px; *//* line-height: 35px; */
    }

    .contact-banner.services-banner p {
        margin: 20px 0 0 0 !important;
    }

    .portfolio__title-3 {
        margin: 0 0 20px 0;
        display: block;
        position: initial;
        font-size: 50px;
        line-height: 50px;
        text-align: center;
    }

    .portfolio__slide-3 a {
        text-align: left;
    }

    .swiper.portfolio__slider-3 {
        padding: 0;
        text-align: left;
    }

    .portfolio__slider-3 img {
        width: 400px;
        height: 480px;
        margin: 0 auto;
        display: block;
    }

    .portfolio__area-3 .swiper-btn div.pp-prev {
        left: 30px !important;
    }

    .portfolio__area-3 .swiper-btn div.pp-next {
        right: -27px;
    }

    .portfolio__area-3 .swiper-pagination {
        left: 0;
    }

    .business-digital-world .text-anim {
        margin: -70px 0 0 0 !important;
    }

    .business-digital-world a {
        position: absolute;
        top: -60px;
        right: 20px;
    }

    .business-digital-world {
        padding: 60px 0 0 0;
    }

    .game-app-content {
        padding: 107px 30px 40px 30px;
    }

    .game-app-content a.blue-btn {
        position: absolute;
        top: -70px;
        right: 20px;
    }

    .game-development-tabs button {
        line-height: 23px !important;
        margin: 0 0 30px 0 !important;
    }

    .contact-banner.our-solution-banner {
        padding: 170px 0px 60px;
    }

    .sub-banner-img {
        display: none;
    }

    .services-banner-inner .container {
        width: 100%;
        max-width: 100%;
    }

    .our-solution-banner .arrow-btn {
        position: absolute;
        bottom: -30px;
        margin: 0;
        left: 100px;
    }

    .our-solution-banner .star-img {
        top: 50px;
    }

    .page-desc::after {
        display: none;
    }

    .home-about p {
        padding: 0;
        margin: 0px 0 0 0;
        line-height: 25px;
    }

    .home-about a {
        margin: 40px 0px 0 0;
    }

    .slide-link .img-wrapper img {
        width: 100%;
    }

    .slider {
        margin: 20px 0px 0px;
    }

    .header-banner .blue-btn {
        margin: 10px 0 0 0;
        margin: 0 auto;
        width: 180px;
        height: 180px;
    }

    .header-banner canvas {
        width: 300px;
        bottom: -80px;
    }

    .leaders p {
        width: 100%;
    }

    .tech.insight {
        padding: 50px 0 30px 0;
    }

    .tech .inner-content {
        padding: 0;
    }

    .tech .inner-content a {
        margin: 0px 0 30px 0;
    }

    .tech .insight-top a {
        position: absolute;
        top: -30px;
        right: 20px;
    }

    .send-message-card p {
        margin-top: 20px;
    }

    .header-logo {
        padding: 0 0 20px 0;
        position: absolute;
        top: 10px;
    }

    .primary-menu .menu-item {
        padding: 15px;
        min-height: unset;
    }

    .menu > div {
    }

    .header-menu-right-links {
        padding: 20px 15px 50px 15px;
    }

    .primary-menu .wrapper .menu-item:last-child {
        border-bottom: 1px solid rgb(103, 103, 103) !important;
    }

    .menu .primary-menu {
        padding: 0;
        flex: 1 1 0%;
    }

    .menu .border-right {
        border-right: 0px !important;
        display: flex;
        flex-direction: column-reverse;
    }

    .menu .gradient-border {
        background: transparent !important;
        order: 1;
    }

    header {
        padding: 10px 0px 0px 0px;
    }

    .footer-bottom ul {
        justify-content: center;
    }

    .footer-bottom {
        text-align: center;
        padding: 0 0px 10px 0px;
        display: block !important;
    }

    .team__item-7:hover .tm-name::after {
        width: 25px;
        left: 22px;
        top: 29px;
    }

    .team__item-7:hover .tm-name {
        padding: 17px 0 0 52px;
    }

    .team__hover-7 {
        height: 300px;
        width: 250px;
    }

    .contact-banner img.banner-img {
        right: 40px;
        bottom: -180px;
    }

    .contact-banner {
        background-position: -321px 130px;
    }

    .slide-link {
        display: block;
    }

    .slide-link .copy {
        margin-top: 10px;
    }

    .menu {

        /* display: block; */padding: 150px 0px 100px 0px;
        background: black;
        margin-inline: 0px;
    }

    .menu .secondary-menu {
        margin-top: 40px;
    }

    .menu > div {
        height: auto;
        padding: 0 15px;
    }

    .container-fluid {
        padding: 0px 50px;
    }

    .home-about h2 {
        position: initial;
        top: -50px;
        left: 0;
        font-size: 80px !important;
    }

    .about-img img {
        height: 400px;
        margin: 0px auto;
        display: block;
    }

    .home-about p:first-child {
        margin: -40px 0 0 0;
    }

    .tech img {
        height: 400px;
        display: block;
        margin: 20px auto 0px;
        width: 100%;
    }

    .inner-content a {
        margin: 20px 0px;
    }

    .meta-content {
        padding: 20px 0px;
    }

    .services a.d-inline-flex {
        position: absolute;
        top: -10px;
        right: 50px;
    }

    .services {
        position: relative;
    }

    .next-cta .d-flex {
        display: block !important;
    }

    .next-cta a.blue-btn {
        margin: 0px auto 20px;
    }

    .our-services-banner-1 {
        display: none;
    }

    .our-services-banner-2 {
        display: none;
    }

    .services-banner h1 {
        line-height: 130px !important;
        font-size: 130px !important;
    }

    .business-digital-bg {
        display: none;
    }

    .about-meta p {
        font-size: 18px;
        line-height: 30px;
    }

    .send-message-card {
        padding: 50px;
    }

    .contact-banner h1 {
        font-size: 100px;
    }

    .hear-from-you h2, .current-vacancies h2 {
        font-size: 45px !important;
        line-height: 45px !important;
    }

    .send-message-card h2 {
        font-size: 68px;
    }

    .site-input::placeholder {
        font-size: 16px;
    }

    .self-development h2 {
        font-size: 45px;
    }

    .our-marketing-services {
        padding: 60px 0px 30px 0px;
    }

    footer h2 {
        font-size: 70px;
    }

}

@media (max-width:576px) {
    ul.slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        gap: 5px;
    }
    .gallery-slider .slick-dots li button {
            font-size: 0; /* number hide */
        }

        .gallery-slider .slick-dots li button:before {
            font-size: 12px; /* circle size */
            color: #000; /* circle color */
            opacity: 0.5;
        }

        .gallery-slider .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #000;
        }
    .slick-dots li {
        width: 15px;
        height: 15px;
        background-color: white;
        clip-path: circle(46%);
        }

        .slick-dots li:active {
        background-color: #b0fc69 !important;
        }

        .slick-dots li.slick-active button:before {
        background-color: #b0fc69;
        width: 15px;
        height: 15px;
        clip-path: circle(46%);
        }

        .slick-dots li button:before,
        .slick-dots li.slick-active button:before {
        color: transparent;
        }

    .header-banner {
        padding: 130px 0 50px 0;
    }

    .home-about img {
        height: auto;
        width: 300px;
    }

    .services-banner-inner p {
        padding: 0;
    }

    .hear-from-you h5 {
        font-size: 20px;
    }

    .current-vacancies {
        padding-top: 10px;
    }

    .hear-from-you h2, .current-vacancies h2 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .areas_of_focus_paragraf {
        top: -30px !important;
        margin: 0 auto 0 auto !important;
        text-align: center;
    }

    .slide-link .img-wrapper {
        margin: 0;
    }

    .portfolio__item {
        padding: 0;
        margin: 0 0 20px 0;
    }

    .top_row {
        justify-content: center;
    }

    .header-banner h1 {
        font-size: 40px !important;
        line-height: 45px !important;
        text-align: center;
    }

    .img.next_particles_img {
        display: none !important;
    }

    .services h2 {
        font-size: 44px !important;
        line-height: 49px !important;
        text-align: center;
    }

    .services p {
        margin: 20px 0 0 0;
        text-align: center !important;
    }

    footer {
        background: url(../images/bg_footer_i.jpg);
        position: relative;
        background-repeat: repeat;
        background-size: 100%;
    }

    .footer_row_second {
        margin-top: 10px !important;
    }

    footer * {
        text-align: center;
    }

    .footer-mid ul.second-ul a {
        justify-content: center;
    }

    .four-col-slider .sliderr .slide .slide-link .copy {
        height: 473px;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 30px;
    }

    .four-col-slider .sliderr .slide {
        position: relative;
    }

    .four-col-slider .sliderr .slide * {
        color: #fff;
    }

    .news-insight h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .news-insight h4 {
        font-size: 25px;
    }

    .next-cta h3 {
        text-align: center;
        font-size: 35px;
    }

    .footer-mid h4 {
        margin: 30px 0px 10px 0px;
    }

    .footer-mid ul li a {
        margin: 0 0 10px 0;
    }

    .primary-menu a span {
        font-size: 48px;
        line-height: 55px;
    }

    #hamburger {
        width: 30px !important;
    }

    #hamburger .line-1, #hamburger .line-2, #hamburger .line-3 {
        width: 30px !important;
        height: 3px !important;
    }

    #hamburger.active .line-3 {
        top: -5px !important;
    }

    .header-logo {
        top: 20px;
    }

    .portfolio__area-3 .swiper-pagination {
        left: -20px;
        bottom: 10px;
    }

    .contact-banner.services-banner h1 {
        margin: 0 0 0 0;
    }

    .contact-banner.services-banner p {
        margin: 0 0 0 0 !important;
    }

    .portfolio__area-3 .swiper-btn div {
        display: none;
    }

    .business-digital-world h2 br {
        display: none;
    }

    .game-app-development .get-service .btn {
        font-size: 28px;
        line-height: 30px;
    }

    .our-marketing-services {
        padding: 70px 0 30px 0;
    }

    .services-banner-inner .flex-grow-1.ms-3.text-anim {
        margin: 0 !important;
    }

    .our-marketing-services h3 br {
        display: none;
    }

    .our-solution-banner .para-line {
        display: none;
    }

    .services-banner-inner {
        padding: 0 0 0 10px;
    }

    .our-solution-banner .arrow-btn {
        display: none;
    }

    .our-solution-banner  .flex-shrink-0.me-3 {
        margin: 0 !important;
    }

    .news-banner .banner-icon {
        display: none;
    }

    #box8 .blue-btn {

        /* display: none; */margin: 140px 0 0 0;
    }

    .next-cta {
        padding: 10px 0px 10px 0px !important;
        display: none;
    }


    .gallery-pills li {

        /* display: flex; *//* width: 28%; */
    }

    .gallery-pills li button {
        padding: 10px;
        display: block;
        width: 100%;
    }

    .gallery-img {
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .about-meta {
        padding: 30px 0 !important;
    }

    .hear-from-you p {
        margin: 10px 0 0 0;
    }

    .site-input {
        padding: 0 10px;
        margin: 0;
    }

    .send-message-card form {
        margin: 40px 0 0 0;
    }

    .contact-banner p {
        padding: 0;
    }

    .leaders img {
        width: 300px;
        height: 400px;
        margin: 40px auto 0 auto;
        display: block;
    }

    .leaders h5, .leaders h6 {
        text-align: center;
    }

    .tech.insight {
        padding: 90px 0 30px 0;
    }

    .header-logo img {
        width: 250px;
    }

    header p {
        text-align: center;
        padding: 0 0 0 40px;
    }

    header {
        padding: 10px 0 0 0;
    }

    .footer-mid ul.d-flex {
        margin: 20px 0px 0px;
        align-items: center;
        justify-content: center;
    }

    .home-about {
        padding: 50px 0 30px 0;
    }

    .contact-banner, .contact-banner.ctn-banner {
        padding: 170px 0px 40px;
        background-position: -400px 170px;
    }

    .contact-banner a.blue-btn {
        margin: 30px auto 0 auto !important;
    }

    .primary-menu a {
        font-size: 55px;
        line-height: 55px;
    }

    .secondary-menu .menu-item a {
        font-size: 22px;
    }

    .btn-outline {
        width: 60px !important;
        height: 60px !important;
    }

    #toggle-btn {
        margin: 0px !important;
        padding: 0;
        width: 40px;
        height: 40px;
    }

    .container-fluid {
        padding: 0px 15px;
    }

    .header-banner img.banner-icon {
        top: 50px;
    }

    .header-banner img.banner-, .header-banner canvas {
        right: 0px;
        opacity: 0;
    }

    .home-about img.about-img-2 {
        bottom: 10px;
    }

    .about-bottom {

        /* padding-top: 100px; */
    }

    .footer-mid img.first-logo {
        margin: 0px 0px 10px;
    }

    .footer-mid ul {
        margin: 0px;
    }

    .home-about h2 {
        top: -70px;
        line-height: 70px;
        font-size: 40px !important
    }

    .business-digital-world h2 {
        font-size: 35px;
    }

    .consult_btn {
        width: 100%;
        margin: 20px 0 0;
        text-align: center;
    }

    .process_home h2 {
        font-size: 30px !important;
        line-height: 101% !important;
    }

    .footer_row_second .col-sm-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .services-banner h1 {
        line-height: 70px !important;
        font-size: 60px !important;
        margin: 10px 0;
    }

    .about-meta p {
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
    }

    .send-message-card {
        padding: 40px 0px;
    }

    .business-digital-world {
        padding: 140px 0px 0 0px;
    }

    .site-input::placeholder {
        font-size: 14px;
    }

    .send-message-card h2 {
        font-size: 33px !important;
        line-height: 43px !important;
    }

    .contact-banner h1 {
        font-size: 60px !important;
        line-height: 65px !important;
    }

    .self-development h3 {
        font-size: 28px;
        line-height: 33px;
    }

    .header-banner h1 br {
        display: none;
    }

    footer h2 {
        font-size: 60px;
    }

    .news-insight-img-inner .insight-overlay {
        padding: 15px;
    }

    .news-insight-img {
        padding: 15px;
    }

    .news-insight-img-inner .insight-overlay p {
        font-size: 16px;
        line-height: 20px;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 4em "Bebas Neue";
        margin-top: 0px;
    }

}

@media (max-width:480px) {
    .footer-logo {
        max-width: 150px;
    }

    header p {
        padding: 0;
        font-size: 16px;
    }


    .next_particles_img {
        display: none;
    }

}

@media (min-width:0px) and (max-width:991px) {
    h3.portfolio__title {
        margin: 0 0 0 0;
        font-size: 20px;
        line-height: 25px;
    }

    .home-about img {
        display: none;
        margin: 0 auto;        /* height: 400px; */
    }

    .home-about h2, .home-about p {
        text-align: center;
        display: block;
        margin: 30px 0 0 0;
        padding: 0 15px;
    }

    .home-about a.blue-btn {
        display: block;
        margin: 30px auto;
    }

    .four-col-slider h3 {
        margin: 100px 0 0 0;
    }

    .four-col-slider .sliderr .slide .slide-link h3 {
        margin: 0;
    }

    .next-iconn::before {
        top: 38px;
    }

    .news-banner {
        position: relative;
    }

    .news-banner .banner-icon {
        position: absolute;
        left: 0;
        top: 140px;
    }

    .self-development p {
        margin-top: 10px;
    }

    .team__item-7 .tm-name {
        font-size: 18px;
        line-height: 21px;
        padding: 5px 0 0 0;
    }

    .leaders p {
        width: 90%;
    }

    .leaders img {
        height: 300px;
    }

    .leaders h5 {
        font-size: 18px;
    }

    .leaders h6 {
        font-size: 15px !important;
    }

    .milestone a {
        top: -240px;
        right: 20px;
    }

    .header-banner img.banner-img {
        width: 300px;
        bottom: -90px;
    }

    .blue-btn, .blue-btn:before {
        width: 150px;
        height: 150px;
    }

    .blue-btn span {
        font-size: 13px;
        background-position: 85% 6px;
        background-size: 9px;
    }

    .blue-btn:hover span {
        background-position: 85% -9px;
    }

    .meta-content p {
        width: 100%;
        font-size: 19px;
        line-height: 27px;
    }

    .p-180 {
        padding: 90px 0px;
    }

    .p-40 {
        padding: 50px 0px;
    }

    .p-100 {
        padding: 50px 0px;
    }

    .p-80 {
        padding: 50px 0px 20px 0px;
    }

    .p-70 {
        padding: 40px 0px;
    }

    .p-60 {
        padding: 40px 0px;
    }

    .p-50 {
        padding: 30px 0px;
    }

    h1 {
        font-size: 60px !important;
        line-height: 66px !important;
    }

    h2 {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    h3 {
        font-size: 35px;
        margin: 30px 0 0 0;
    }

    h4 {
        font-size: 30px;
        line-height: 35px;
    }

    h5 {
        font-size: 25px;
    }

    h6 {
        font-size: 20px 
    }

}

/* responsive end */

/* 
.four-col-slider .sliderr .slide:nth-of-type(1):hover {
background-image: url('assets/images/service-bg-1.webp');
}
.four-col-slider .sliderr .slide:nth-of-type(1) {
background-image: url('assets/images/service-1.webp');
}

.four-col-slider .sliderr .slide:nth-of-type(2):hover {
background-image: url(assets/images/service-bg-2.webp);
}

.four-col-slider .sliderr .slide:nth-of-type(2) {
background-image: url(assets/images/service-2.webp);
}
.four-col-slider .sliderr .slide:nth-of-type(3):hover {
background-image: url(assets/images/service-bg-3.webp);
}

.four-col-slider .sliderr .slide:nth-of-type(3) {
background-image: url(assets/images/service-3.webp);
}
.four-col-slider .sliderr .slide:nth-of-type(4):hover {
background-image: url(assets/images/service-bg-4.webp);
}

.four-col-slider .sliderr .slide:nth-of-type(4) {
background-image: url(assets/images/service-4.webp);
}  */



.areas_of_focus_paragraf {
    position: absolute;
    top: 140px;
    right: 0;
    margin: 30px auto 0 auto;
    left: 21px;
}

.areas_of_focus_paragraf p {
    color: #fff;
    font-size: 25px;
    line-height: normal;
}

.services_home_sec p {
    text-align: left;
}

.display_none_section {
    display: none;
}

ul.res-list li {
    color: #666666;
    font-size: 15px;
    transition: all 0.3s ease-in-out 0s !important;
}

.accordion-content p {
    font-size: 15px;
}

.dmca_protection img {
    width: auto !important;
}

.dmca_protection {
    display: flex;
    align-items: center;
}

.collaborate_logo {
    margin: 0px;
}

/* .footer_row_second {
    margin-top: -80px;
} */

.home-about ul {
    margin: 40px 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 60px;
    bottom: 80px;
}

.home-about ul li {
}

.home-about ul li a {
    position: relative;
    font-size: 25px !important;
    margin: 5px 12px !important;
    text-transform: capitalize;
    line-height: 25px;
    color: #000;
    background: #D9D9D9;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.home-about ul li a svg {
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 120px;
    top: -29px;
    left: -17px;
}

.metafrolic_icons {
    width: 100%;
    padding: 21px 0;
    background: #fff;
    z-index: 999999;
    position: relative;
}

.metafroliclabs_icons_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_bg_home {
    background: url(../images/home_about_bg_top.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center 0;
    padding: 120px 0 0 0;
}

.meet_botneest {
    padding: 70px 0;
    background: url("../images/gradient_botnest.png");
    background-repeat: no-repeat;
}

.botnest_img_left img {
    width: 100%;
}

.botnest_content_area {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.botnest_content_area h3 {
    color: #151515;
    font-family: "TT Firs Neue Trl";
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
    text-align: lw;
}

.botnest_content_area p {
    color: #404040;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.2px;
    margin: 10px 0 0 0;
}

.consult_btn {
    width: 100%;
    margin: 20px 0 0;
}

.consult_btn a {
    font-family: "TT Firs Neue Trl";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%; /* 59.95px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    background: linear-gradient(92deg, #C76AE2 9.48%, #41ABE7 59.1%, #6CEF7B 107.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.saperator {
    width: 109%;
    height: 1px;
    background: #000;
    margin: 20px 0 0 0;
    left: -26px;
    position: relative;
}

.meet_botneest_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.meet_botneest_list li {
    list-style: none;
    border-radius: 700px;
    border: 1.5px solid #BEBEBE;
    padding: 20px 2%;
    text-align: center;
}

/*.meet_botneest_list li:hover {
    background: linear-gradient(92deg, #C76AE2 9.48%, #41ABE7 59.1%, #6CEF7B 107.7%);
}
*/
.slick_slidre_marque {
    width: 100%;
}

.slider_one {
    background: linear-gradient(90deg, #6CEF7B -1.39%, #41ABE7 48.54%, #C76AE2 93.02%);
    padding: 21px 0;
    transform: rotate(-4deg);
    position: relative;
    z-index: 9999;
    margin: -30px 0 0 0;
}

.slick_slider_marque_wrapper {
    display: flex;
    overflow: hidden;
}

.slick_slider_marque_wrapper h6 {
    color: #FFF;
    text-align: center;
    font-family: "TT Firs Neue Trl";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 94.5%; /* 47.25px */
    white-space: nowrap;
}

.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.slick_slider_marque_two_wrapper {
    background: #151515;
    display: flex;
    padding: 23px 0;
}

.slick_slider_marque_two_wrapper h5 {
    color: #FFF;
    text-align: center;
    font-family: "TT Firs Neue Trl";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 94.5%; /* 47.25px */
    white-space: nowrap;
}

.slider_two .owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.slider_two .slick_slider_marque_two_wrapper.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 21px 0;
}

.process_home {
    width: 100%;
}

.process_home {
    width: 100%;
    padding: 70px 0 0 0;
}

.process_home h2 {
    color: #151515;
    font-family: "TT Firs Neue Trl";
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
}

.news_insight {
    width: 100%;
    padding: 70px 0 70px 0;
}

.news_insight h2 {
    color: #151515;
    font-family: "TT Firs Neue Trl";
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
}

.blog_item {
    width: 100%;
}

.blog_items {
    margin: 40px 0 0 0;
}

.blog_item img {
    width: 100%;
}

.blog_item h5 {
    color: #151515;
    font-family: "TT Firs Neue Trl";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%; /* 33.9px */
    margin: 21px 0 0;
}

.blog_item p {
    color: #404040;
    font-family: "TT Firs Neue Trl";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px; /* 135% */
    letter-spacing: -0.4px;
}

.blog_item p span {
    font-weight: 600;
}

.process_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0 32px 0;
    border-right: 1px solid #CFCFCF;
    position: relative;
}

.process_left h6 {
    color: #D7D7D7;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 108% */
    margin: 0 0 13px  0;
}

.process_left h3 {
    color: #151515;
    font-family: "TT Firs Neue Trl";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%; /* 33.9px */
}

.process_right_icon_1 {
    background: url(../images/startup_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process_right_icon_2 {
    background: url(../images/small_business_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process_right_icon_3 {
    background: url(../images/resellers_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process_right_icon_4 {
    background: url(../images/large_enterprises_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process_item_wrapper {
    border-bottom: 1px solid #CFCFCF;
    margin: 40px 0 0 0;
}

.round_circle {
    background: #8CFF4B;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50px;
    bottom: -8px;
}

.round_circle_two {
    background: #44DDE2;
    left: -32px;
}

.round_circle_three {
    background: #C76AE2;
    left: -32px;
}

.round_circle_four {
    background: #151515;
    left: -31px;
}

.process_item_last {
    border: none;
}

a.instagram_icon_bg:hover {
    background: linear-gradient(45deg, #833AB4, #FD1D1D, #F56040, #FCAF45) !important;
    color: #fff !important;
}

a.youtube_icon_bg:hover {
    background: red !important;
    color: #fff !important;
}

a.fb_icon_bg:hover {
    background: #0866ff !important;
    color: #fff !important;
}

a.linkedIn_icon_bg:hover {
    background-color: #0A66C2 !important;
    color: #ffffff !important;
}

.header_btn_s {
    width: 220px;
    height: 210px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 19px 0 0 0;
}

.header_btn_s span {
    font-size: 25px;
}

a.blue-btn.header_btn_s.header_btn_s_about_us {
    border-color: #000;
    float: right;
    margin: 20px 20px 0 0 !important;
}

a.blue-btn.header_btn_s.header_btn_s_about_us {
    border-color: #000;
}

a.blue-btn.header_btn_s.header_btn_s_about_us span {
    color: #000;
}

a.blue-btn.header_btn_s.header_btn_s_about_us img {

    /*filter: brightness(0);*/
}

.header_btn_scta {
    border-color: #000;
}

.header_btn_scta:hover {
    border-color: #000;
}

.header_btn_scta span {
    color: #000
}

.header_btn_scta:hover span {
    color: #000;
}

.header_btn_scta img {
    filter: brightness(0)
}

.header_btn_s_portfolio {
    border-radius: 286.636px;
    background: linear-gradient(90deg, #6CEF7B -1.39%, #41ABE7 48.54%, #C76AE2 93.02%);
    position: absolute !important;
    left: 620px !important;
    margin: 0;
    bottom: 40px !important;
    border: none;
}

.blog_item ul {
    margin: 20px 0 0  0;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.blog_item ul li {
    margin: 0px;
    padding: 0px;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.231px; /* 106.157% */
    letter-spacing: -0.4px;
    border-radius: 310px;
    border: 1px solid #BABABA;
    background: #FFF;
    padding: 10px 19px;
}

.visit_website {
}

.visit_website a {
}

.instagram_Posts {
    min-height: 942px;
}

.instagram_Posts h2 {
    color: #151515;
    font-family: "TT Firs Neue Trl";
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
    margin: 0 0 30px 0;
}

.header_ai_banner {
    padding: 0;
    background: url("../images/ai_bg.png") !important;
    padding: 160px 0;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bridging {
    border-radius: 5px;
    background: linear-gradient(98deg, #6CEF7B -23.31%, #41ABE7 31.19%, #C76AE2 79.75%);
    width: max-content;
    padding: 9px 15px;
}

.bridging h5 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 86%; /* 17.2px */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.startup_banner {
    padding: 33px 0 33px 0;
}

.startup_banner h5 {
    color: #000;
    font-family: 'technologybold';
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 68.8px */
    text-transform: uppercase;
}

.startup_banner h5 span {
    color: #151515;
    font-family: Archia;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 28.9px */
    letter-spacing: -0.34px;
    text-transform: uppercase;
}

.ai_summit_logo_banner {
    width: 100%;
}

.section_baner_bottam_footer_ai {
    margin: 32px 0 0 0;
}

.paragraf_ai_banner p {
    color: #000 !important;
    font-family: "Averta Demo";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 131.818% */
    text-transform: capitalize;
    padding: 0px;
    margin: 0px 0 0 0;
}

.paragraf_ai_amsterdam {
}

.paragraf_ai_amsterdam h3 {
    color: #000;
    font-family: 'technologybold';
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 86%; /* 68.8px */
    text-transform: uppercase;
}

.paragraf_ai_amsterdam h6 {
    color: #000;
    font-family: Archia;
    font-size: 29.613px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 25.171px */
    text-transform: uppercase;
}

.section_baner_bottam_footer_ai .row {
    align-items: center;
}

.ai_summit_logo_banner img {
    width: 85%;
}

/*core ai services*/
.core_ai_services {
    width: 100%;
    background: #151515;
    padding: 60px 0px;
}

.core_ai_services_wrapper {
}

.tite_para_core {
}

.tite_para_core h3 {
    color: #FFF;
    text-align: center;
    font-family: "TT Firs Neue Trl";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 45px */
    text-transform: uppercase;
}

.tite_para_core p {
    text-align: center;
    font-family: "TT Firs Neue Trl";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 31.5px */
    text-transform: uppercase;
    background: linear-gradient(96deg, #EB3241 5.63%, #FC7C47 95.15%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 10px 0 0 0;
}

.core_ai_services_wrap_items {
    width: 100%;
    margin: 60px 0 0 0;
}

.core_services_item_img {
    width: 100%;
}

.core_services_item_img img {
    width: 100%;
}

.core_services_item_content {
    width: 80%;
    background-color: #151515;
    margin: -170px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    float: none;
    z-index: 999999;
    position: relative;
    padding: 0 50px;
    gap: 22px;
}

.core_services_item_content h6 {
    color: #FFF;
    font-family: "TT Firs Neue Trl";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 94.5%; /* 28.35px */
}

.core_services_item_content ul {
}

.core_services_item_content ul li {
    color: #FFF;
    font-family: inherit;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 173.913% */
}

img.core_ai_icon {
    margin: -80px 0 0;
}

.ai_summit_about {
    width: 100%;
    background: #F2F2F2;
    padding: 80px 0;
}

.ai_summit_about_wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.ai_summit_about_img {
    width: 100%;
}

.ai_summit_about_img img {
    width: 100%;
}

.core_ai_services_wrap_items .row {
    display: flex;
    gap: 50px 0px;
}

.ai_summit_about_content {
}

.ai_summit_about_wrapper .row {
    align-items: center;
}

.ai_summit_about_content h3 {
    color: #121725;
    font-family: "TT Firs Neue Trl";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 45px */
    letter-spacing: -1px;
    text-transform: uppercase;
}

.ai_summit_about_content p {
    color: #404040;
    font-family: "Averta Demo";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px; /* 150% */
}

.our_ai_advantage {
    width: 100%;
    background: #fff;
    padding: 60px;
}

.core_ai_services_wrap_items .row {
    display: flex;
    gap: 50px 0px;
}

.our_ai_advantage_img img {
    width: 100%;
}

.our_ai_advantage_content {
}

.our_ai_advantage_wrapper {
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
}

.our_ai_advantage_content h4 {
    color: #151515;
    font-family: "TT Firs Neue Trl";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 45px */
    letter-spacing: -1px;
    text-transform: uppercase;
}

.our_ai_advantage_content h5 {
    margin: 10px 0 0;
    font-family: "TT Firs Neue Trl";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 45px */
    text-transform: uppercase;
    background: linear-gradient(98deg, #6CEF7B -23.31%, #41ABE7 31.19%, #C76AE2 79.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our_ai_advantage_content ul {
    margin: 20px 0 0;
}

.our_ai_advantage_content ul li {
    color: #000;
    font-family: inherit;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.our_ai_advantage_wrapper .row {
    align-items: center;
}

.perspectives {
}

.perspectives_wrapper {
    border-top: 2px solid #41ABE7;
}

.header_ai_banner_world {
    background-color: #fff !important;
    background-image: none !important;
    position: relative;
}

.header_ai_banner_world:before {
    content: '';
    background: url("../images/ai_automotive_before.png");
    position: absolute;
    left: 0;
    top: 0;
    z-index: auto;
    width: 500px;
    height: 100vh;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.header_ai_banner_world:after {
    content: '';
    background: url("../images/ai_automotive_after.png");
    position: absolute;
    right: 0;
    top: 0;
    z-index: auto;
    width: 330px;
    height: 100vh;
    background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
}

.banner_header_world_ai {
}

.banner_header_world_ai h3 {
    color: #000;
    font-family: "Bebas Neue";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 72px */
}

.banner_header_world_ai h4 {
    font-family: "Bebas Neue";
    font-size: 200px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 180px */
    background: linear-gradient(96deg, #EB3241 5.63%, #FC7C47 95.15%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_header_world_ai h5 {
    color: #121212;
    text-align: right;
    font-family: "Bebas Neue";
    font-size: 180px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%; /* 171px */
}

.banner_header_world_ai p {
    color: #000 !important;
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

.world_ai_top #hamburger {
}

.world_ai_top #hamburger * {
    background: #000 !important;
}

.humberger-header .line {
    background: #000 !important;
}

.world_summit_ai_nav {
    position: absolute;
    right: 200px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

img.next_particles_img {
    z-index: 1;
    width: 630px;
    position: absolute;
    right: 0px;
    top: -157px;
}

@media only screen and (max-width:767px) {
    img.next_particles_img {
        display: none;
    }

}

.mfl-induxweek {
    background: url(../../assets/images/mfl-bnr.png) center center / cover  no-repeat;
} 

section.mfl-induxweek {
    height: 100vh;
    display: flex;
    align-items: center;
}

section.mfl-induxweek h6 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: max-content;
    background: linear-gradient(90deg,rgba(108, 239, 123, 1) 0%, rgba(65, 171, 231, 1) 50%, rgba(199, 106, 226, 1) 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Poppins' !important;
        margin: 20px 0 50px 0;
}
section.mfl-induxweek p {
    font-size: 20px;
    text-transform: math-auto;
    color: #151515;
    padding-top: 40px;
}

section.mfl-induxweek p span {
    display: block;
}
.indus-gif img {
    position: absolute;
    right: 0;
    top: 4%;
}


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

    .gallery-pills {
        flex-wrap: wrap;
        row-gap: 0;
    }
    .mfl-brand-logo {
        max-width: 40%;
    }
    section.mfl-induxweek h6 {
               margin: 70px 0 30px 0;
    }
    section.mfl-induxweek p {
        padding-top: 20px;
    }
    .indus-gif img {
        top: 4%;
        max-width: 50%;
    }
}


.darks-logo {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(130deg) brightness(96%) contrast(102%);
}

body p {
    font-size: 16px !important;
    line-height: normal !important;
    font-weight: normal !important;
}