@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    font-family: "Plus Jakarta Sans", sans-serif;
}
a {
    transition: .5s;
}
.navbar {
    background: transparent;
    position: fixed;
    transition: .5s;
    width: 100%;
    top: 0;
    z-index: 99;
}
.navbar.fixed {
    background: rgba(0, 0, 0, .5);
    /* background: rgba(255, 255, 255, .5); */
    -webkit-backdrop-filter: blur(62px);
    backdrop-filter: blur(62px);
}
.navbar-brand img {
    max-height: 50px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 20px;
    font-weight: 500;
    color: #fff;
}
.btn {
    border-radius: 0;
    padding: 12px 24px;
    font-weight: 500;
}
.btn-theme {
    background: #C5FA2D;
    color: #000;
}
.btn-theme:hover {
    background: #1AC1F6;
    color: #fff;
}
.btn-accent {
    background: #1AC1F6;
    color: #fff;   
}
.btn-white {
    background: #fff;
    color: #000;   
}
.btn-accent-outline {
    border-color: #1AC1F6;
    color: #1AC1F6;
}
.btn-theme-outline {
    border-color: #C5FA2D;
    color: #C5FA2D;
}
.btn-accent-outline:hover {
    border-color: #C5FA2D;
    background: #C5FA2D;
    color: #000;
}
.btn-theme-outline:hover {
    border-color: #1AC1F6;
    background: #1AC1F6;
    color: #fff;
}
.btn-white:hover {
    background: #C5FA2D;
    color: #000;   
}
.service_section {
    display: block;
    padding: 100px 0;
}
.heading {
    margin-bottom: 52px;
}
.heading h6 {
    color: #1AC1F6;
    padding-left: 16px;
    border-left: 2px solid #1AC1F6;
}
.heading h5 {
    font-size: 22px;
    line-height: 1.7;
    font-weight: 400;
}
.heading h3 {
    font-weight: 600;
}
.heading h4 {
    font-weight: 600;
    line-height: 1.6;
}
.heading h2 {
    font-size:50px;
    font-weight: 800;
}
.heading h1 {
    font-size:70px;
    font-weight: 800;
}
.heading.theme h6 {
    color: #C5FA2D;
    border-color: #C5FA2D;
}
.video_banner {
    display: block;
    width: 100%;
    aspect-ratio: 16/7;
    height: 100vh;
    position: relative;
}
.video_banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_content {
    width: 100%;
    position: absolute;
    bottom: 200px;
    left: 0;
    z-index: 9;
}
.banner_content h1 {
    color: #fff;
    font-weight: 900;
    font-size: 52px;
    margin-bottom: 32px;
}
.banner_overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
}
.banner_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .35);
    -webkit-backdrop-filter: blur(62px);
    backdrop-filter: blur(62px);
    padding: 24px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.banner_bottom a {
    color: #fff;
}
.banner_bottom span {
    color: #C5FA2D;
}
.service_item {
    padding: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(92 99 123 / 30%);
}
.service_item .details_btn {
    font-size: 50px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-bottom: 10px;
    color: rgb(92 99 123 / 30%);
    line-height: 1;
}
.service_item h5 {
    margin-bottom: 8px;
    font-size: 20px;
}
.service_item h5 a {
    color: #1AC1F6;
    text-decoration: none;
}
.service_item p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 16px;
}
.service_item:hover .details_btn {
    color: #1AC1F6;
    transform: rotate(0deg);
}
.about_section {
    display: block;
    padding: 100px 0;
    background: url(../images/about-bg-1.png) top left no-repeat;
}
.about_section p {
    line-height: 30px;
    margin-bottom: 30px;
    color: #5d5d5d;
}
.about_section blockquote {
    line-height: 30px;
    padding-left: 16px;
    border-left: 2px solid #1AC1F6;
    margin-bottom: 50px;
}
.value_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.value_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    flex: 1 0 0%;
    gap: 6px;
    font-weight: 600;
    border-right: 1px solid #eee;
}
.value_item img {
    max-width: 40px;
    flex: 0 0 100%;
    margin-bottom: 10px;
}
.value_item:last-child {
    border: none;
}
.marquee_wrap {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    padding: 24px 0;
    background: #C5FA2D;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: .5px;
    text-transform: uppercase;
}
.marquee_inner {
    display: flex;
}
.marquee_inner.left {
    animation: marquee_left 20s linear infinite;
}
.marquee_item {
    display: flex;
    align-items: center;
}
.marquee_item i {
    font-size: 30px;
    margin-left: 65px;
    margin-right: 65px;
    color: #000;
}
.marquee_item b {
    font-weight: 600;
}
.marquee_item span {
    color: #000;
}
.tech_section {
    display: block;
    padding: 100px 0;
}
.tech_wrapper {
    display: grid;
    grid-template-rows: repeat(3, auto); /* Creates 5 rows */
    grid-template-columns: repeat(6, auto); /* Creates 8 columns */
    gap: 36px;
}
.tech_wrapper figure {
    margin: 0;
    width: 100%;
}
.tech_wrapper figure img {
    width: 100%;
}
.contact_bar {
    z-index: 5;
    padding: 24px 0;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 24px;
    border-top: 1px solid #eee;
    font-weight: 500;
}
.contact_bar a {
    color: #000;
}
.contact_bar span {
    color: #1AC1F6;
}
.client_section {
    display: block;
    padding: 100px 0;
    background: #f2fbfe;
}
.client_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 520px;
    align-items: center;
    padding: 65px 30px 30px;
    background: #fff;
    justify-content: space-between;
}
.client_wrap a {
    margin: 0 24px 40px;
}
.client_wrap a img {
    max-height: 35px;
}
.promo_area {
    display: block;
    width: 100%;
    aspect-ratio: 16/6;
    position: relative;
    line-height: 0;
}
.promo_area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promo_area:after {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    background: url(../images/wave-shape.png) bottom center no-repeat;
    aspect-ratio: 23.304/1;
    background-size: 100%;
}
.tech_section {
    display: block;
    padding: 100px 0;
}
.tech_wrap {
    display: flex;
    white-space: nowrap;
    overflow-x: hidden;
}
.tech_inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 6px 0;
}
.tech_inner.left {
    animation: marquee_left 20s linear infinite;
}
.tech_inner.right {
    animation: marquee_right 20s linear infinite;
}
.tech_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    background: #fff;
    padding: 22px 30px;
    border-radius: 10px;
    gap: 20px;
    margin: 12px 24px;
    flex: 1 0 0%;
}
.tech_item figure {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 0;
    margin: 0;
}
.tech_item h3 {
    color: #24232c;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}
.tech_item figure img {
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: scale-down;
}
.count_section {
    display: block;
    padding: 100px 0;
}
.count_section h4 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.count_section h4:before {
    content: "";
    width: 38px;
    height: 2px;
    margin-right: 8px;
    background: #1AC1F6;
}
.counter_item {
    display: block;
    text-align: center;
    padding: 15px 15px 30px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.stack_count {
    line-height: 1;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
}
.process_section {
    display: block;
    padding: 100px 0;
    background: #C5FA2D;
}
.process_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.process_item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}
.process_item figure {
    display: block;
    width: 110px;
    height: 110px;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 30px 70px rgba(0,0,0,0.15);
    background: #fff;
    line-height: 0;
    animation: swing 1s ease infinite alternate;
    margin: 0 0 24px;
}
.process_item h3 {
    color: #24232c;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}
.process_item figure img {
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: scale-down;
}
.process_item:nth-child(1) {
    margin-top: 65px;
}
.process_item:nth-child(3) {
    margin-top: 40px;
}
.process_item:nth-child(4) {
    margin-top: 120px;
}
.process_item:nth-child(5) {
    margin-top: 50px;
}
.process_item:nth-child(1) figure {
    width: 145px;
    height: 145px;
}
.process_item:nth-child(3) figure {
    width: 130px;
    height: 130px;
}
.process_item:nth-child(4) figure {
    width: 145px;
    height: 145px;
}
.process_item:nth-child(5) figure {
    width: 145px;
    height: 145px;
}
.insuatry_section {
    display: block;
    padding: 100px 0;
}
.industry figure {
    aspect-ratio: 1/1;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.industry figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .5s, transform 2.5s cubic-bezier(.22,.61,.36,1);
}
.industry .swiper-slide:nth-child(even) figure{
    display: inline-block;
    margin-top: 70px;
}
.industry figure figcaption {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #fff;
    padding: 16px 24px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    transform: translateY(200px);
    transition: 0.5s;
    z-index: 99;
}
.industry .swiper-slide.swiper-slide-active figcaption {
    transform: translate(0);
}
.industry .swiper-slide.swiper-slide-active figure img {
    transform: scale(1.08);
}
.industry figure:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 9;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8631827731092436) 0, rgba(0, 0, 0, .7595413165266106) 23%, rgba(0, 0, 0, 0) 100%);
}
.agreement_section {
    display: block;
    padding: 100px 0;
    background: #C5FA2D;
}
.agreement_item {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.agreement_item h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
}
.agreement_item p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}
.details_btn_2 {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 40px;
    width: 78px;
    height: 78px;
    background: rgba(0,0,0,0.1);
    line-height: 78px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
}
.agreement_item:hover .details_btn_2 {
    background: #000;
    color: #C5FA2D;
}
.contact_section {
    display: block;
    padding: 100px 0;
}
.contact_section .form-group {
    margin-bottom: 24px;
}
.contact_section .form-control {
    padding: 14px 28px;
    border-radius: 0;
    background: #f7f7f7;
}
.location_section {
    display: block;
    padding: 50px;
    border-radius: 16px;
    background: #f7f7f7;
}
.location_section h3 {
    font-size: 24px;
    font-weight: 800;
}
.location_section h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 24px;
}
.location_section p {
    line-height: 1.55;
    font-size: 18px;
    color: #737373;
}
.location_section a {
    font-size: 18px;
    color: #737373;
    text-decoration: none;
}
.location_area {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
}
.location_area iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.talk_section {
    display: block;
    padding: 130px 0;
    background: url(../images/bg-2@2x.jpg) center no-repeat;
    background-size: cover;
}
.talk_text {
    font-size: 100px;
    font-weight: 900;
    color: #000;
}
.talk_btn {
    display: inline-block;
    vertical-align: top;
    padding: 22px 40px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
}
.talk_btn:hover {
    background: #C5FA2D;
    color: #000;
}
.talk_btn.theme {
    background: #C5FA2D;
    color: #000;
}
footer {
    padding-top: 70px;
}
.footer_inner {
    display: block;
    padding-top: 40px;
    margin-bottom: 35px;
    border-top: 1px solid rgba(0,0,0,0.07);
}
.footer_logo {
    margin-bottom: 35px;
}
.footer_logo img {
    max-height: 50px;
}
footer h3 {
    font-size: 14px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}
footer a {
    line-height: 1.7;
    font-size: 16px;
    color: #737373;
    text-decoration: none;
    font-weight: 500;
}
.footer_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer_menu li {
    display: block;
    margin-bottom: 5px;
}
.footer_menu li a {
    display: inline-block;
    vertical-align: top;
    line-height: 1.7;
    font-size: 16px;
    color: #737373;
    text-decoration: none;
    font-weight: 600;
}
.footer_menu li a i {
    margin-right: 10px;
}
footer a:hover {
    color: #1AC1F6;
}
.bottom_footer {
    padding: 35px 0;
    border-top: 1px solid rgba(0,0,0,0.07);
    text-align: center;
    font-size: 16px;
}
.consult_section {
    padding: 50px;
    border-radius: 16px;
    background: #C5FA2D;
    text-align: center;
}
.consult_section h4 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    font-weight: 600;
    line-height: 1.6;
}
.consult_section h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 40px;
}
.consult_section .btn {
    width: 100%;
    padding: 16px 24px;
    text-align: center;
    border-radius: 40px;
}
.call_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #000;
    animation: ripple 1.5s linear infinite;
    margin: 60px 0;
}
.service_header {
    background: #141904;
    padding: 140px 0 100px;
    color: #fff;
}
.service_wrapper {
    display: block;
    padding-top: 100px;
    overflow: hidden;
}
.service_wrapper .right_image {
    overflow: hidden;
    position: relative;
    height: 700px;
    width: 58vw;
}
.service_wrapper .left_image {
    overflow: hidden;
    position: relative;
    height: 800px;
    width: 58vw;
    margin-left: calc(-58vw + 100%);
}
.service_wrapper .right_image img, .service_wrapper .left_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_content {
    max-width: 800px;
    padding: 50px 100px;
    float: right;
}
.service_wrapper p {
    line-height: 1.6;
}
.service_content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
} 
.service_content ul li {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #dadde1;
}
.service_info {
    display: block;
    padding: 100px 0 0;
}
.contact_link {
    line-height: 2;
}
.contact_link a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.service_info h6 {
    margin-bottom: 16px;
}
.service_info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.service_info li {
    display: block;
    margin-bottom: 16px;
}
.service_info li a {
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    position: relative;
}
.service_info li a:before {
    content: "";
    height: 0;
    position: absolute;
    width: 0%;
    right: 0;
    bottom: -2px;
    border-bottom: 2px solid #00b8ce;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity = 100);
    filter: alpha(opacity = 100);
    -webkit-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    -ms-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    -o-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
}
.service_info ul li a:hover:before, .service_info ul li a.active:before {
    width: 100%;
}
.service_info li:last-child {
    margin: 0;
}
.service_info li a:hover, .service_info li a.active {
    color: #1AC1F6;
}
.about_info {
    display: block;
    padding: 50px 0;
}
.about_info p {
    line-height: 1.8;
    margin-bottom: 24px;
}
.about_info p:last-child {
    margin: 0;
}
.about_info figure {
    margin-bottom: 24px;
}
.about_info figure img {
    max-width: 50px;
}
.about_info figcaption h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 18px;
    font-weight: 600;
}
.about_info figcaption p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    color: #7a7a7a;
}
.rating {
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 5px;
}
.rating_text {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;   
    margin-bottom: 5px;
}
.rating_star .fa-regular, .rating_star .far{
    font-weight: bold;
}
.case_heading {
    font-weight: 600;
}
.case_study h6 {
    margin-bottom: 16px;
}
.case_study p {
    line-height: 1.7;
}
.case_study a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    padding-left: 16px;
    border-left: 1px solid #000;
    line-height: 1;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.commitment_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
} 
.commitment_list li {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    background: url(../images/chevron-down.svg) center right no-repeat;
    background-size: 16px;
    cursor: pointer;
}
.commitment_list li:last-child {
    border: none;
}
.key_heading {
    font-size: 20px;
    margin: 0;
    padding: 16px 0;
    font-weight: 600;
    background: url(../images/arrow_down.svg) center right no-repeat;
    background-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    cursor: pointer;
}
.key_heading.active {
    border: none;
    background: url(../images/chevron-up.svg) center right no-repeat;
    background-size: 16px;
}
.key_content {
    padding: 0 0 16px;
    line-height: 30px;
    color: #5d5d5d;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.about_block {
    display: block;
    position: relative;
    overflow-x: hidden;
}
.about_block figure {
    width: 50vw;
    height: 700px;
    margin: 0;
    margin-left: calc(-50vw + 100%);
}
.about_block figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_content {
    max-width: 800px;
    padding: 50px 100px;
}
.why_section {
    background: #141904;
    padding: 100px 0;
    color: #fff;
}
.why_section figure {
    margin-bottom: 24px;
}
.why_section figure img {
    max-width: 50px;
    filter: invert(1);
}
.why_section figcaption h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 600;
}
.why_section figcaption p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    color: #7a7a7a;
}
.passion_Section {
    background: url(../images/bg-2@2x-scaled-1.jpeg) center no-repeat;
    background-size: cover;
    padding: 100px 0;
    display: block;
    width: 100%;
}
.passion_Section h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 18px;
    font-weight: 600;
}
.passion_Section p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    color: #7a7a7a;
}
.passion_Section .vision {
    padding-top: 100px;
}
.passion_Section .commitment {
    padding-top: 200px;
}