﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Switzer';
    src: url(../fonts/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2);
    font-display: swap;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'Switzer';
    src: url(../fonts/Y7SCNZJOT2MW5ADSGOFLDGH4TNL4JCQY.woff2);
    font-display: swap;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'Switzer';
    src: url(../fonts/A7AS3UPAGLC7MDVC67SBNTE5FGF2Z2RG.woff2);
    font-display: swap;
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-family: 'Switzer';
    src: url(../fonts/O34WRFYO7JNWEBBA2LRV2XYRUSYXYDKH.woff2);
    font-display: swap;
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: 'Switzer';
    src: url(../fonts/6XPIMU23OJVRY676OG5YVJMWEHWICATX.woff2);
    font-display: swap;
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: 'Switzer';
    src: url(../fonts/C6VLICDGQWYKV6YT65TM5G3OVN4AOZBN.woff2);
    font-display: swap;
    font-style: italic;
    font-weight: 500
}

@font-face {
    font-family: 'Switzer';
    src: url(../fonts/YS3VPNVO4B3TOJMEXDGFZQ4TLZGGSRZC.woff2);
    font-display: swap;
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: 'Switzer';
    src: url(../fonts/TOHQHMLIEIPKVF2JPM6SVKXFYGO5G2TJ.woff2);
    font-display: block;
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: 'Switzer';
    src: url(../fonts/J7XVDQ2IJENINPUAVBDJNH3VEXVDSPQQ.woff2);
    font-display: block;
    font-style: italic;
    font-weight: 900
}

@font-face {
    font-family: 'Switzer';
    src: url(../fonts/IOAFMDAPNX3S6OL2GYQQJ2FFJIRSVB3N.woff2);
    font-display: swap;
    font-style: italic;
    font-weight: 600
}


body {
    font-size: 16px;
    color: #fff;
    background: #000;
    font-weight: 400;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    font-family: "Roboto", sans-serif;
}

a {
    transition: all ease .5s;
    color: #fff;
    cursor: pointer;
}

button {
    transition: all ease .5s;
}

a:hover {
    color: #fff;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: "Roboto", sans-serif;
}

p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section-title.black h2,
.section-title.black h6,
.section-title.black p {
    color: #000;
    background: none;
    background-clip: none;
    -webkit-text-fill-color: black;
}

.section-title h2 {
    background-image: radial-gradient(71% 200% at 50% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-size: 56px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.1;
}

.section-title h2 span {
    background-image: linear-gradient(270deg, rgb(109, 80, 157) 0%, rgb(24, 136, 204) 44%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 74%);
        display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title h2 span span {
    color: #fff;
    background: none;
}

.btn-default {
    display: inline-block;
    background: linear-gradient(116.825deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%) rgba(0, 0, 0, 0);
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 120px 0px;
    text-align: center;
    line-height: 56px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 0 24px;
    transition: all .4s;
    /* border: 2px solid transparent; */
}

.btn-default:hover {
    border:2px solid rgba(255, 255, 255, 0.4);
    background: linear-gradient(116.825deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%) rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 120px 0px;
    opacity: 1;
    will-change: auto;
    transform: scale(1.05);
}

.btn-default svg {
    height: 24px;
    max-width: 24px;
    transition: all .4s;
    margin-left: 7px;
}

.btn-default:hover svg {
    transform: rotate(-40deg);
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bulleted-list {
    margin: 30px 0px;
    padding: 0px;
}

.bulleted-list li {
    background: url(../img/icon-bullet.png) top left no-repeat;
    background-size: contain;
    list-style: none;
    padding-left:36px;
    margin: 0px 0px 15px 0px;
}

/*** Header ***/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 120px;
    z-index: 9999;
    overflow: visible;
    transition: all .3s;
    backdrop-filter: blur(16px);
    background-color: rgba(0, 0, 0, 0.04);
    will-change: transform;
    opacity: 1;
    transform: none;
}

.header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .navbar-brand img {
    height: 65px;
    filter: invert(1) brightness(8.5);
    transition: all .8s;
}

.header.fixed .navbar-brand img {
    filter: none;
}

.header .navbar-brand:hover img {
    filter: none;
    transition: all .8s;
}

.header .main-nav .navbar .navbar-nav {
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 10px 15px 3px 15px;
}

.header .main-nav .navbar .navbar-nav>.nav-item {
    margin: 0px 8px;
}

.header .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
    color: #fff;
    font-size: 16px;
    font-family: 'Switzer';
    font-weight: 400;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.header .main-nav .navbar .navbar-nav>.nav-item>.nav-link span {
    position: relative;
    transition: all .5s;
}

.header .main-nav .navbar .navbar-nav>.nav-item>.nav-link span:last-child {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(290deg, rgb(111, 45, 189) 0%, rgb(111, 45, 189) 100%);
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.header .main-nav .navbar .navbar-nav>.nav-item>.nav-link div {
    position: relative;
    transition: all .5s;
    top: 0;
}

.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link div,
.header .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link div {
    top: -20px;
}

.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link,
.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link {
    width: 100%;
}

.header .main-nav .navbar .navbar-nav>.nav-item.dropdown>.nav-link {
    padding-right: 15px;
}

.header .main-nav .navbar .navbar-nav>.nav-item.dropdown>.nav-link:after {
    position: absolute;
    top: 9px;
    right: 0;
}

.header .main-nav .navbar .navbar-nav>.nav-item.dropdown:hover>.sub-menu {
    opacity: 1;
    pointer-events: all;
}

.header .main-nav .navbar .navbar-nav>.nav-item .sub-menu {
    display: block;
    background: #000;
    border-radius: 3px;
    min-width: 250px;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
    box-shadow: 0px 2px 5px 0px rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
}

.header .main-nav .navbar .navbar-nav>.nav-item .sub-menu>li {
    margin: 0;
}

.header .main-nav .navbar .navbar-nav>.nav-item .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.header .main-nav .navbar .navbar-nav>.nav-item.dropdown .dropdown:hover>.sub-menu {
    opacity: 1;
    pointer-events: all;
}

.header .main-nav .navbar .navbar-nav>.nav-item.dropdown .dropdown>a:after {
    transform: rotate(-90deg);
    float: right;
    margin-top: 9px;
}

.header .main-nav .navbar .navbar-nav>.nav-item .sub-menu>li a {
    font-size: 14px;
    padding: 6px 16px !important;
    display: inline-block;
    width: 100%;
}

.header .main-nav .navbar .navbar-nav>.nav-item.dropdown:hover>.sub-menu {
    opacity: 1;
}

.header .main-nav .navbar .navbar-nav>.nav-item .sub-menu>.dropdown.active>a {
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-image: linear-gradient(290deg, rgb(111, 45, 189) 0%, rgb(111, 45, 189) 100%) !important;
}

.header .main-nav .navbar .navbar-nav>.nav-item .sub-menu>li:hover>a,
.header .main-nav .navbar .navbar-nav>.nav-item .sub-menu>li.active>a {
    color: #fff !important;
    opacity: 1;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-image: linear-gradient(290deg, rgb(111, 45, 189) 0%, rgb(111, 45, 189) 100%) !important;

    /* background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(290deg, rgb(111, 45, 189) 0%, rgb(111, 45, 189) 100%); */
}

.menu-item-has-children {

}

a, .fa {
    text-decoration: none;
    cursor: pointer;
}

.header .btn-default {
    line-height: 38px;
    border-radius: 12px;
    padding: 0px 16px;
}

.header .btn-default:hover {
    border-color: rgba(255, 255, 255, .16);
    background: linear-gradient(120deg, rgba(24, 136, 204, 0.4) 0%, rgba(109, 80, 157, 0.4) 100%);
    border-width: 1px;
    transform: none;
}


/*** SIDEMENU ***/

.menu-btn {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 5px;
}

.menu-btn:hover {
    color: #F0E6E6 !important;
}

.menu-btn div {
    position: relative;
    display: inline-block;
    width: 30px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.menu-btn div span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease;
    margin: 7px 0px;
}

.side-menu {
	background:#000;
	position:fixed;
	top:0px;
    left: -100%;
    width: 100%;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 35px;
	overflow:hidden;
	overflow-y:auto;
}

.side-menu .logo img {
    max-height: 48px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.side-menu.intro {
	left:0px;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 7px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 500;
}

.side-menu ul.main-menu li a:hover,
.side-menu ul.main-menu li.active>a {
	background:none;
    color:#dad4c5;
}

a.CloseBtn {
    float: right;
    color: #fff;
    background: linear-gradient(116.825deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%) rgba(0, 0, 0, 0);
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0px 0px 0px 5px;
}

a.CloseBtn:before,
a.CloseBtn:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu ul.main-menu.navbar-nav {
	margin-top:30px;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
}
.side-menu ul.main-menu.navbar-nav li a {
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
    border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
	background:none;
    color: #000 !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(290deg, rgb(109, 80, 157) 0%, rgb(24, 136, 204) 100%) !important;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 10px 5px;
    font-size: 12px;
    background: #ebebeb;
    color: #000;
}

.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.side-menu .menu-item-has-children:hover>a,
.side-menu .menu-item-has-children.active>a {
    color: #000 !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(290deg, rgb(109, 80, 157) 0%, rgb(24, 136, 204) 100%) !important;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 27px;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 6px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    background-clip: unset !important;
    -webkit-text-fill-color: #000;
}

.side-menu .menu-item-has-children.current>a:before {
    content: "\f068";
}

.side-menu ul.navbar-nav li a:hover {
	background:#dc1c2e;
    color:#fff;
    border-bottom-color: rgba(11, 23, 23, .2);
}

.side-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #ccc;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li {
    margin: 0;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a,
.side-menu ul.navbar-nav li ul.sub-menu li.active>a {
    background: linear-gradient(116.825deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%) rgba(0, 0, 0, 0) !important;
    color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}


/*** banner ***/
.banner {
    padding: 300px 0px 50px 0px;
    position: relative;
}

.banner .color-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner .round-img {
    position: absolute;
    top: -210px;
    left: 25%;
    animation: pulse-img 10s infinite ease-in-out alternate;
    width: 50%;
    opacity:0.15;
}

@keyframes pulse-img {
  from { transform: scale(0.7); }
  to { transform: scale(0.9); }
}

.banner::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
}

.h-100vh {
    height: 100vh;
}

.banner h1 {
    color: #fff;
    font-size: 80px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: radial-gradient(70% 159.547% at 50% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.24) 100%);
}

.banner p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    width: 80%;
    margin: 0px 10% 50px 10%;
}

.zindex  {
    position: relative;
    z-index: 99;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}


/*** Drive-mobile ***/
.drive-mobile {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 180px;
}

.down-shadow {
    transform: rotate(180deg);
    background: linear-gradient(180deg, #141414 1.4041385135135136%, #0000);
    flex: none;
    height: 120px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.up-shadow {
    background: linear-gradient(180deg, #141414, #0000);
    flex: none;
    height: 60px;
    position: relative;
    width: 100%;
}

.drive-mobile .section-title {
    margin-bottom: 70px;
}

.container,
.container-fluid {
    position: relative;
    z-index: 4;
}

.drive-mobile .container {
    max-width: 1015px;
    max-width: 1050px;
}

.drivebox {
    display: inline-block;
    background: linear-gradient(rgba(255, 255, 255, 0.08) 0%, rgba(171, 171, 171, 0) 100%);
    border-radius: 24px;
    left: 0;
    width: 100%;
    padding: 0px 20px 20px 20px;
    border: 2px solid #1e1e1e;
    margin-bottom: 30px;
    position: relative;
    height: 550px;
}

.drivebox .img {
    position: relative;
    padding-bottom: 30px;
}

.drivebox .img img {
    transition: all .3s;
    transform: translateX(-50%) rotate(16deg);
    left: 50%;
    position: relative;
    margin-top: 20px;
}

.drivebox:hover .img img,
.drive-mobile.active .drivebox .img img  {
    transform: translateX(-50%);
    opacity: 1;
}

.drivebox:hover .img img + img,
.drive-mobile.active .drivebox .img img + img {
    position: absolute;
    opacity: 1;
}

.drivebox .line-left {
    position: absolute;
    top: 70%;
    left: -1px;
    width: 1px;
    height: 104px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(24, 136, 204) 40%, rgb(109, 80, 157) 100%);
    opacity: 0;
}

.drivebox .line-right {
    position: absolute;
    top: 10%;
    right: -1px;
    width: 1px;
    height: 104px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(24, 136, 204) 40%, rgb(109, 80, 157) 100%);
    opacity: 0;
}

.drivebox:hover .line-left {
    transition: all .7s;
    opacity: .5;
    top: 15%;
}

.drivebox:hover .line-right {
    transition: all .7s;
    opacity: .5;
    top: 70%;
}

.drivebox .img img + img {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
}

.drivebox h3 {
    position: relative;
    color: rgb(247, 248, 248);
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}

.drivebox p {
    color: rgb(133, 133, 133);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

/*** maximizing-revenue ***/
.maximizing-revenue .up-shadow {
    margin-bottom: 70px;
}


.maximizing-revenue .space {
    padding: 50px 0px 50px 0px;
}

.maximizing-revenue p {
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 0px;
}

.maximizing-revenue .section-title.s2 h2 {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 47.4557%, rgb(255, 255, 255) 49.4623%, rgb(255, 255, 255) 74%);
    background-image: linear-gradient(90deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 40.4557%, rgb(255, 255, 255) 39.4623%, rgb(255, 255, 255) 74%);
}

.maximizing-revenue .section-title.s3 h2 {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 47.4557%, rgb(255, 255, 255) 49.4623%, rgb(255, 255, 255) 74%);
}


/*** partners ***/
.partners {
    position: relative;
    overflow: hidden;
    padding: 120px 0px;
}

.partners .section-title {
    margin-bottom: 50px;
}

.partners .bg-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.partners .bg-fill img {
    object-position: center;
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.partner-box {
    background: linear-gradient(rgba(255, 255, 255, 0.08) 0%, rgba(171, 171, 171, 0) 100%);
    height: 332px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    border: 2px solid #1e1e1e;
    padding: 25px 20px;
    transition: all .5s;
    margin-bottom: 45px;
}

.partner-box:hover {
    box-shadow: rgba(255, 255, 255, 0.08) 0px 1px 80px 0px;
}

.partner-box .align {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 145px;
}

.partner-box p {
    color: rgb(133, 133, 133);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
}

.partners .middle {
    width: .5%;
    padding: 0px;
}

.partners .line {
    display: inline-block;
    width: 3px;
    opacity: 1;
    /* transform: perspective(1200px) translateY(3340px); */
    /* background: linear-gradient(0deg, #6d509d, #1888cc); */
    background: #20333f;
    height: 100%;
    opacity: 0;
}

.partners .space {
    padding: 0px 45px;
    position: relative;
    overflow: hidden;
}

.partners .line-main {
    display: inline-block;
    position: absolute;
    width: 3px;
    opacity: .08;
    /* transform: perspective(1200px) translateY(3340px); */
    background: linear-gradient(0deg, #6d509d, #1888cc);
    background: #20333f;
    opacity: .5;
    height: 100%;
}

.partners .space-right {
    padding-right: 10px;
}

.partners .space-left {
    padding-left: 10px;
}

.partner-box .align.s2 {
    right: 40px;
    height: 145px;
}

.partner-box .align.s3 {
    right: 45px;
}

.partner-box .align.s4 {
    right: 55px;
}

.partner-box .align.s5 {
    right: 45px;
}

.partner-box.box4 {
    margin-bottom: 150px;
}

.partner-box .line-left {
    position: absolute;
    top: 70%;
    left: 0px;
    width: 1px;
    height: 104px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(24, 136, 204) 40%, rgb(109, 80, 157) 100%);
    opacity: 0;
}

.partner-box .line-right {
    position: absolute;
    top: 10%;
    right: 0px;
    width: 1px;
    height: 104px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(24, 136, 204) 40%, rgb(109, 80, 157) 100%);
    opacity: 0;
}

.partner-box:hover .line-left {
    transition: all .7s;
    opacity: .5;
    top: 15%;
}

.partner-box:hover .line-right {
    transition: all .7s;
    opacity: .5;
    top: 70%;
}


/*** discover ***/
.discover {
    position: relative;
    overflow: hidden;
    padding: 120px 0px;
}

.discover .section-title h2 {
    margin-bottom: 110px;
}

.discover .bg-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.discover .bg-fill img {
    object-position: center;
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.discover .bg {
    position: relative;
    overflow: hidden;
    background-color: rgb(237, 240, 255);
    border-radius: 24px;
    height: 572px;
    padding: 40px;
    margin-bottom: 40px;
}

.discover .bg.bg2 {
    background-color: #ffe3ff;
}

.discover .bg.bg3 {
    background-color: #ffeed9;
}

.discover .bg.bg4 {
    background-color: #655dd6;
}

.discover .bg.bg4 h3,
.discover .bg.bg4 p {
    color: #fff;
}

.discover .bg.bg4 h3 {
    font-style: italic;
}

.discover .bg.bg4 h3 span {
    color: #f4c72a;
}

.discover .bg .icon {
    border-radius: 20px;
    width: 80px;
}

.discover .bg .text {
    display: inline-block;
    width: 51%;
}

.discover .bg h3 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 20px;
}

.discover .bg p {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 45px;
}

/*.discover .bg .align {
    position: absolute;
    right: -219px;
    height: 102%;
    bottom: -74px;
}

.discover .bg.bg2 .align {
    top: 10%;
    height: inherit;
    bottom: -74px;
    width: 380px;
    right: 10px;
}

.discover .bg.bg3 .align {
    top: 9%;
    height: inherit;
    bottom: -74px;
    width: 405px;
    right: -42px;
}*/

.discover .bg .align {
    object-fit: contain; 
    max-height: 95%; 
    position: absolute;
    left:55%;
    bottom: 0px;
    z-index:1;
}

.discover .stacked-cards-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
  overflow: hidden;
   -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.discover .card .text {
    position: relative;
    z-index: 2;
}

.discover .stacked-cards {
  position: relative;
  width: 100%;
  height: 600px;
  transform-style: preserve-3d;
}

.discover .card {
  position: absolute;
  width: 100%;
  height:600px;
  background: transparent;
  border-radius: 16px;
  box-shadow:none;
  border:0px;
  padding: 0px;
  box-sizing: border-box;
  transform-origin: center center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.6s ease;
  cursor: pointer;
  backface-visibility: hidden;
  overflow: hidden;
   transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              opacity 0.6s ease;
  will-change: transform, opacity;
}

.discover .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/*** reflecting ***/
.reflecting {
    position: relative;
    overflow: hidden;
    padding: 120px 0px 70px 0px;
}

.reflecting .section-title {
    margin-bottom: 40px;
}

.reflecting .section-title h2 {
    line-height: 1.2;
}

.reflecting .owl-carousel .owl-stage-outer {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.logobox {
    display: inline-block;
    margin: 0px 5px;
}

.logobox .img {
    background-color: #ffffff1f;
    border-radius: 24px;
    flex: none;
    height: 176px;
    overflow: hidden;
    position: relative;
    width: 320px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.logobox .img img {
    height: 80px;
    border-radius: 15px;
}

/* 
.logobox .img div {
    transform: translate(-50%, -50%);
    left: 50%;
    overflow: visible;
    position: absolute;
    top: 50%;
    aspect-ratio: 2.9738154613466334 / 1;
} */

/* .logobox .img div img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center center;
    object-fit: cover;
} */

.logobox h3 {
    background-image: linear-gradient(270deg, rgb(109, 80, 157) 0%, rgb(24, 136, 204) 100%);
    font-size: 22px;
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 22px 0px 10px 0px;
}

.logobox p {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
}


/**/
@keyframes slide {
    from {
        transform: translateX(0);

    }

    to {
        transform: translateX(-100%);

    }
}

.logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.logos:before,
.logos:after {
    content: "";
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

/*** footer ***/
.footer {
    background: #000;
    padding: 60px 100px;
}

.footer .logo {
    margin-bottom: 30px;
    display: inline-block;
}

.footer p {
    color: rgb(133, 133, 133);
}

.footer .logo img {
    height: 65px;
    filter: invert(1) brightness(8.5);
    transition: all .5s;
}

.footer .logo:hover img {
    filter: none;
    transition: all .5s;
}

.footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.footer .links ul li {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

.footer .links ul li a {
    display: inline-block;
    color: rgb(133, 133, 133);
    font-size: 17px;
    font-weight: 500;
}

.footer .links ul li a:hover {
   color: #fff;
}

.footer ul.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 28px;
}

.footer ul.social li {
    display: inline-block;
    margin-right: 10px;
}

.footer ul.social li a {
    display: inline-block;
    color: rgb(133, 133, 133);
    font-size: 17px;
    font-weight: 500;
    width: 40px;
    line-height: 38px;
    border-radius: 10px;
    border:1px solid #262626;
    text-align: center;
}

.footer ul.social li a:hover {
   color: #fff;
}

.footer h3 {
    margin-bottom: 15px;
}

/*** copyright ***/
.copyright {
    background: #000;
    padding: 40px 100px;
    border-top: 1px solid rgb(50, 50, 50);
}

.copyright p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.copyright ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.copyright ul li {
    display: inline-block;
    margin-left: 15px;
}

.copyright ul li a {
    display: inline-block;
    color: rgb(133, 133, 133);
    font-size: 15px;
    font-weight: 400;
}

.copyright ul li a:hover {
   color: #fff;
}


/*** about page css ***/

.banner.banner-about {
    overflow: hidden;
}

.banner.about-banner {
    padding-top: 180px;
    padding-bottom: 0px;
}

.banner .align-img {
    position: absolute;
    top: -30px;
    width: 786px;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    mask: linear-gradient(rgba(0, 0, 0, 0) 44%, rgb(0, 0, 0) 100%);
}

.maximizing-revenue.about-text {
    padding-top: 0px;
    position: relative;
}

.maximizing-revenue.about-text .align-img {
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0.25;
}

.maximizing-revenue.about-text .space {
    padding-bottom: 120px;
}

.maximizing-revenue.about-text .section-title p {
    margin-bottom: 40px;
}

/**/
.mission-vision {
    position: relative;
    overflow: hidden;
    padding: 120px 0px 0px 0px;
}

.mission-vision .bg-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mission-vision .bg-fill img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: fill;
}

.mission-vision .line-main {
    display: inline-block;
    position: absolute;
    width: 3px;
    background: linear-gradient(0deg, #6d509d, #1888cc);
    background: #ffffff1f;
    height: 100%;
}

.mission-vision .space-right.first {
    padding-top: 100px;
}

.mission-vision .space-right {
    padding-right: 1px;
}

.mission-vision .space-left {
    padding-left: 1px;
}

.mission-vision .middle {
    width: .5%;
    padding: 0px;
}

.mission-vision h3 {
    font-size: 40px;
    font-weight: 400;
    position: relative;
    border-bottom: 4px solid rgba(255, 255, 255, .05);
    border-bottom: 3px solid #20282c;
    border-bottom: 2.5px solid rgba(255, 255, 255, .1);
    padding: 30px 0px;
    margin-bottom: 25px;
}

.mission-vision h3 img {
    position: absolute;
    bottom: 0;
    right: 0px;
    max-height: 119px;
}

.mission-vision p {
    padding-right: 75px;
    line-height: 1.4;
    margin-bottom: 180px;
}

.mission-vision .last p {
    margin-bottom: 100px;
}

.mission-vision .space-left h3 {
    padding-left: 25px;
}

.mission-vision .space-left p {
    padding-left: 25px;
}


/**/
.bg-sections {
    background: linear-gradient(175.05725280476423deg,#1888cc,#6d509d);
}

.life-app66 {
    padding: 60px 0px 120px 0px;
}

.life-app66 .section-title {
    margin-bottom: 50px;
}

.life-app66 .section-title h2 {
    -webkit-text-fill-color: #fff;
}

.life-app66 .section-title p {
    line-height: 1.2em;
    margin-top: 20px;
}

.life-app66 .gallery-imgs {
    display: inline-block;
    height: 656px;
    overflow: visible;
    position: relative;
    /* width: 1291px; */
    width: 100%;
}

.life-app66 .gallery-imgs img {
    transition: all .3s;
    box-shadow:rgba(0, 0, 0, 0.13) 0px 0px 0px 0px, rgba(0, 0, 0, 0.13) 0px 0px 0px 0px, rgba(0, 0, 0, 0.13) 0px 0px 0px 0px;
    border-radius: 8px;
    position: absolute;
    object-position: center;
    object-fit: cover;
}

.life-app66 .gallery-imgs img:hover {
    box-shadow:rgba(0, 0, 0, 0.13) 0px 0.48175px 0.48175px -0.833333px, rgba(0, 0, 0, 0.13) 0px 1.83083px 1.83083px -1.66667px, rgba(0, 0, 0, 0.13) 0px 8px 8px -2.5px;
    transform: scale(1.04);
}

.life-app66 .gallery-imgs img.img-1 {
    height: 256px;
    width: 256px;
    top: 211px;
    left: 0px;
}

.life-app66 .gallery-imgs img.img-2 {
    height: 320px;
    width: 448px;
    left: 272px;
    top: 0;
}

.life-app66 .gallery-imgs img.img-3 {
    width: 208px;
    height: 224px;
    left: 736px;
    top: 96px;
}

.life-app66 .gallery-imgs img.img-4 {
    height: 344px;
    left: 963px;
    top: 211px;
    width: 328px;
}

.life-app66 .gallery-imgs img.img-5 {
    height: 224px;
    left: 272px;
    top: 336px;
    width: 208px;
}

.life-app66 .gallery-imgs img.img-6 {
    height: 320px;
    left: 496px;
    top: 336px;
    width: 448px;
}

/**/
.what-we-offer {
    padding-bottom: 100px;
}

.what-we-offer .section-title h2 {
    -webkit-text-fill-color: #fff;
    margin-bottom: 50px;
}

.what-we-offer .space {
    padding: 0px 55px;
}

.whatoffer-box {
    background: linear-gradient(rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding-left: 15px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.whatoffer-box:hover {
    background: linear-gradient(130deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%);
}

.whatoffer-box h3 {
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, .06);
    padding: 20px 0px;
    padding-right: 40px;
    margin-bottom: 20px;
}

.whatoffer-box h3 img {
    position: absolute;
    top: 0;
    right: 0;
    height: 112px;
}

.whatoffer-box p {
    line-height: 1.3;
    margin-bottom: 20px;
    padding-right: 10px;
}

/*** join-us ***/
.join-us {
    padding: 110px 0px;
}

.join-us .section-title h2 {
    -webkit-text-fill-color: #fff;
    margin-bottom: 30px;
}

.join-us .section-title p {
    line-height: 1.3;
    margin-bottom: 50px;
}



/*** technologies page css ***/
.banner.technologies-banner {
    overflow: hidden;
    padding: 190px 0px 250px 0px;
}

.banner.technologies-banner .align-img {
    top: -38%;
    width: 959px;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    mask: radial-gradient(34% 25% at 50% 43.3%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) add;
    opacity: 0.64;
}

.banner.technologies-banner .align-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: fill;
}

.maximizing-revenue.tech-text {
    padding-top: 0;
    margin-top: -170px;
}

.maximizing-revenue.tech-text .space {
    padding-top: 0;
}

.maximizing-revenue.infos {
    background: linear-gradient(180deg, #0d0d0d, #000);
    border-radius: 48px 48px 0px 0px;
    padding: 250px 0px 150px 0px;
    position: relative;
    overflow: hidden;
    min-height: 800px;
}

.maximizing-revenue.infos .space {
    padding: 0px;
}

.maximizing-revenue.infos .align-img {
    will-change: transform;
    opacity: 0.2304;
    transform: translateX(-50%) translateY(-53.88px);
    bottom: -272px;
    mask: linear-gradient(180deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 80%) add;
    width: 992px;
    left: 50%;
    position: absolute;
}

.maximizing-revenue.infos .align-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
}

.maximizing-revenue.infos .section-title h2 {
    background-image: linear-gradient(90deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%);
}

.maximizing-revenue.infos .section-title h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    margin-top: 5px;
}

.maximizing-revenue.infos .section-title p {
    font-size: 32px;
    padding: 0px 35px;
}


/*** portfolio page css ***/
.banner.portfolio-banner {
    overflow: hidden;
    padding: 180px 0px 650px 0px;
}

.banner.portfolio-banner .align-img {
    top: -38%;
    width: 658px;
    height: 1033px;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    mask: radial-gradient(34% 25% at 50% 43.3%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) add;
    opacity: 0.64;
}

.banner.portfolio-banner .align-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: fill;
}


.maximizing-revenue.infos.contactpage .submit {
    color: #fff !important;
}

.maximizing-revenue.infos.contactpage label {
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 4px;
}

.maximizing-revenue.infos.contactpage label a {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(290deg, rgb(111, 45, 189) 0%, rgb(111, 45, 189) 100%);
    /* background-image: linear-gradient(120deg, rgba(24, 136, 204, 0.4) 0%, rgba(109, 80, 157, 0.4) 100%); */
}

.maximizing-revenue.infos.contactpage label a:hover {
    background-image: linear-gradient(290deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    text-decoration: underline;
}

.maximizing-revenue.infos.contactpage .form-control {
    margin-bottom: 20px;
    background: none;
    font-size: 14px;
    border: 1px solid rgba(255,255,255, 0.2) !important;
    background: rgb(255,255,255, 0.04);
    min-height: 45px;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.maximizing-revenue.infos.contactpage textarea.form-control {
    min-height: 120px;
    padding-top: 15px;
}

.maximizing-revenue.infos.contactpage .form-control::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 13px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}


/*** New Css ***/
.contact-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .9);
}

.contact-info>i {
    margin-top: 0px;
    margin-right: 12px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    min-width: 24px;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(116.825deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%) rgba(0, 0, 0, 0);
}

.contact-info a:hover {
    color: rgb(24, 136, 204);
}


.maximizing-revenue.infos.contactpage.buysell p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 0px;
}


/**/

.formbox {
    border: 1px solid rgba(255,255,255, 0.2);
    background: rgb(255,255,255, 0.01);
    padding: 35px 35px;
    border-radius: 10px;
}

.formbox h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
}

.formbox .submit {
    color: #fff !important;
}

.formbox label {
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 4px;
}

.formbox label a {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(290deg, rgb(111, 45, 189) 0%, rgb(111, 45, 189) 100%);
    /* background-image: linear-gradient(120deg, rgba(24, 136, 204, 0.4) 0%, rgba(109, 80, 157, 0.4) 100%); */
}

.formbox label a:hover {
    background-image: linear-gradient(290deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    text-decoration: underline;
}

.formbox .form-control {
    margin-bottom: 20px;
    background: none;
    font-size: 14px;
    border: 1px solid rgba(255,255,255, 0.2) !important;
    background: rgb(255,255,255, 0.04);
    min-height: 45px;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.formbox textarea.form-control {
    min-height: 120px;
    padding-top: 15px;
}

.formbox .form-control::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 13px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

/**/
.maximizing-revenue.infos.uspage {
    padding-top: 100px;
}

.maximizing-revenue.infos.uspage .section-title h2 {
    font-size: 40px;
}

.maximizing-revenue.infos.uspage p {
    margin-top: 10px;
    margin-bottom: 30px;
}



/*** our-portfolio ***/
.banner.portfolio-banner {
    padding: 250px 0px 250px 0px;
}

.our-portfolio {
    position: relative;
    overflow: hidden;
    padding: 120px 0px;
}

.our-portfolio .section-title {
    margin-bottom: 50px;
}

.our-portfolio .bg-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.our-portfolio .bg-fill img {
    object-position: center;
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.our-portfolio .accordion {
    background: none;
    border: none;
    border-radius: 0px;
}

.our-portfolio .accordion-button {
    font-weight: 500;
    box-shadow: none !important;
    background: none;
    border: none;
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    padding: 45px 0px;
    color: #fff;
    padding-right: 60px;
}

.our-portfolio .accordion-button::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    border: .5px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background: none;
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.our-portfolio .accordion-button::after {
    content: "\f068";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 13px;
    background: none !important;
    transform: rotate(0deg) !important;
    margin-top: -9px;
    filter: none !important;
}

.our-portfolio .accordion-button.collapsed::after {
    content: "\f067";
    background: none !important;
    transform: rotate(0deg) !important;
    filter: none !important;
}

.our-portfolio .accordion-button span.smalltext {
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(290deg, rgb(111, 45, 189) 0%, rgb(111, 45, 189) 100%);
    background-image: linear-gradient(181deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%);
}

.our-portfolio .accordion-button span.bigtext {
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: 500;
}

.our-portfolio .accordion-item {
    background: none;
    border: none;
    border-radius: 0px;
    padding: 0px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.our-portfolio .accordion-button:not(.collapsed) {
    color: #fff;
    /* background-color: #0a0d38; */
    box-shadow: none;
    background: none;
}

.our-portfolio .accordion-button:not(.collapsed)::after {
    filter: invert(5) brightness(5);
}

.our-portfolio .accordion p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 500;
}

.our-portfolio .accordion-body {
    padding: 0px;
    padding-bottom: 30px;
    background: none;
}


.our-portfolio .accordion-body .list-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 0px 40px;
}

.our-portfolio .accordion-body .list-item p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.our-portfolio .accordion-body .list-item p span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(290deg, rgb(111, 45, 189) 0%, rgb(111, 45, 189) 100%);
    background-image: linear-gradient(181deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%);
}


/* successfull-apps */
.successfull-apps {
    padding: 80px 0px;
}

.successfull-apps .section-title {
    margin-bottom: 60px;
}

.successapp-box {
    display: inline-block;
    text-align: center;
    position: relative;
    top: 0px;
    transition: all .3s;
    margin-bottom: 60px;
}

.successapp-box:hover {
    top: -10px;
}

.successapp-box::before {
    content: '';
    height: 100px;
    width: 220px;
    position: relative;
    text-align: center;
    box-shadow: 0px 30px 120px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.successapp-box img {
    max-height: 166px;
    border-radius: 32px;
    position: relative;
    z-index: 3;
}

/**/
.maximizing-revenue.infos.contactpage.buysell.portpage {
    padding-top: 100px;
}

.maximizing-revenue.infos.contactpage.buysell.portpage p {
    padding: 0;
}

.maximizing-revenue.infos.contactpage.buysell.portpage .formbox {
    background: rgb(255, 255, 255, 0.04);
}

select.form-control {
    appearance: auto !important;
}

.portpage option {
    color: #000;
}





.banner.space-top {
    padding-top: 190px;
}

@media only screen and (max-width: 767px) {
.banner.space-top .formbox {
    margin-top: 20px;
}

.formbox {
    padding: 25px 25px;
}

}


/**/
.header .main-nav .navbar .navbar-nav>.nav-item {
    margin: 0px 20px;
}



/**/
.logobox .img img.roundlogo {
    border-radius: 50%;
    width: 136px;
    height: 136px;
}

.g-recaptcha {
    display: inline-block;
}

/**/
.maximizing-revenue.infos.contactpage label {
    color: #fff;
}

canvas#captcha {
    filter: invert(1);
    font-family: "Roboto", sans-serif;
}

/**/
.banner.technologies-banner.tpc-pages {
    padding: 205px 0px 150px 0px;
}

.maximizing-revenue.infos.tpc-pages {
    padding: 100px 0px 150px 0px;
}

.maximizing-revenue.infos.tpc-pages h2 {
    font-size: 40px;
    background-image: linear-gradient(90deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%);
    background-image: linear-gradient(181deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%);
    display: inline-block;
    width: 100%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 20px;
}

.maximizing-revenue.infos.tpc-pages p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.maximizing-revenue.infos.tpc-pages ul {
    margin: 30px 0px;
    padding: 0px;
}

.maximizing-revenue.infos.tpc-pages ul li {
    background: url(../img/icon-bullet.png) top left no-repeat;
    background-size: contain;
    list-style: none;
    padding-left:36px;
    margin: 0px 0px 15px 0px;
}

.maximizing-revenue.infos.tpc-pages p a {
    background-image: linear-gradient(181deg, rgb(24, 136, 204) 0%, rgb(109, 80, 157) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.maximizing-revenue.infos.tpc-pages p a:hover {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

/**/
.cookies-per-purpose {
    border: 1px solid #dadada;
    grid-gap: 1px;
    background-color: #dadada;
    margin-bottom: 10px;
    display: grid;
    grid-template:
    "purpose purpose purpose"
    "header1 header2 header3" auto;
    font-size: 14px;
}

#cmplz-cookies-overview summary {
    display: block;
    background-color: rgba(239, 239, 239, 0.5);
    background: #fff;
    margin: 5px 0;
    padding: 12px 10px 12px 25px;
    align-items: center;
    justify-items: stretch;
}

#cmplz-cookies-overview summary div {
    grid-template: "heading paragraph label checkbox chevron";
    grid-template-columns: 2fr auto 0 auto 0px;
    display: grid;
    grid-gap: 15px;
    align-items: center;
}

.screen-reader-text {
    display: none;
}

.cmplz-hidden {
    display: none !important;
}

#cmplz-cookies-overview summary div h3 {
    margin: 0;
    color: #000;
}

#cmplz-cookies-overview summary div p {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
}

#cmplz-cookies-overview summary div:after {
    cursor: pointer;
    content: '';
    background: url(../img/chevron-down.svg) no-repeat;
    transform: rotate(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-size: cover;
    height: 18px;
    width: 18px;
    margin: 3px;
}

#cmplz-cookies-overview .cmplz-dropdown[open] summary div:after{
    transform: rotate(180deg);
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose h4 {
    color: #000;
}


#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose {
    grid-area: purpose;
}

#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description, #cmplz-document .cmplz-dropdown .cmplz-service-description, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description, #cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data, #cmplz-document .cmplz-dropdown .cmplz-sharing-data, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
    padding: 0 15px 15px;
}

#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description, #cmplz-document .cmplz-dropdown .cmplz-service-description, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description, #cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data, #cmplz-document .cmplz-dropdown .cmplz-sharing-data, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
    display: inline-block;
    width: calc(50% - 35px);
    vertical-align: top;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div {
    background-color: white;
    padding: 15px;
    color: #000;
}

#cmplz-cookies-overview .cmplz-dropdown h4, #cmplz-document .cmplz-dropdown h4, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
    font-size: 15px;
    margin: 5px 0;
    color: #000;
}

#cmplz-cookies-overview .cmplz-dropdown p, #cmplz-document .cmplz-dropdown p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p, #cmplz-cookies-overview .cmplz-dropdown h4, #cmplz-document .cmplz-dropdown h4, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4, #cmplz-cookies-overview .cmplz-dropdown ul, #cmplz-document .cmplz-dropdown ul, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown ul {
    padding: 0 15px;
}

#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description h4 {
    color: #fff;
}

#cmplz-cookies-overview .cmplz-dropdown h5 {
    color: #000;
    margin: 0;
}


@media only screen and (min-width: 600px) {
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header {
    grid-area: header1;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header {
    grid-area: header2;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header {
    grid-area: header3;
}
}

/**/
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories {
    margin-top: 10px;
    display: block;
    width: 100%;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category:not(:last-child) {
    margin-bottom: 5px;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
    background-color: rgba(239, 239, 239, 0.25);
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary {
    display: block;
    cursor: pointer;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
    display: grid;
    grid-template-columns: 1fr auto 25px;
    grid-template-rows: auto;
    align-items: center;
    grid-gap: 10px;
    padding: 12px 10px 12px 25px;
    background-color: rgba(239, 239, 239, 0.5);
    background: #fff;
    color: #000;
    font-weight: 500;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    font-size: 12px;
    color: green;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox {
    display: flex
;
    align-items: center;
    margin: 0;
    padding: initial;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label, #cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active input {
    display: none;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-start: 3;
    cursor: pointer;
    content: '';
    background: var(--cmplz_category_open_icon_url) no-repeat;
    transform: rotate(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-size: cover;
    height: 25px;
    width: 25px;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] summary .cmplz-category-header:after, #cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] summary .cmplz-icon.cmplz-open {
    transform: rotate(180deg);
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description {
    padding: 10px;
}


.maximizing-revenue.infos.tpc-pages .table-responsive {
    background-color: #dadada;
}
/* 
.whatoffer-box h3 img {
    filter: invert(1);
    opacity: .7;
    max-height: 80px;
} */

.whatoffer-box h3 img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(86%) saturate(476%) hue-rotate(-148deg) brightness(51%) contrast(82%);
    opacity: 1;
    max-height: 80px;
}

.mission-vision h3 img {
    bottom: 24px;
    right: 35px;
    max-height: 106px;
    opacity: .8;
    filter: brightness(0) saturate(100%) invert(40%) sepia(86%) saturate(574%) hue-rotate(165deg) brightness(92%) contrast(87%);
}

.drivebox .img img {
    transform: translateX(-50%) rotate(0deg) !important;
    aspect-ratio: 1 / .7;
    width: 100%;
    object-fit: cover;
}

.partner-box .align {
    filter: brightness(0) saturate(100%) invert(40%) sepia(86%) saturate(574%) hue-rotate(165deg) brightness(92%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(40%) sepia(86%) saturate(476%) hue-rotate(-148deg) brightness(68%) contrast(82%);
    opacity: .6;
}

.discover .card-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.discover .bg .align {
    object-fit: contain;
    max-height: 95%;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin-left: auto;
    border-radius: 10px;
    max-width: 43%;
}


.banner.technologies-banner .align-img {
    top: 11%;
    mask: radial-gradient(34% 25% at 50% 43.3%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 172%) add;
}

/*** Footer ***/
.footer label {
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 4px;
}

.footer label a {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(290deg, rgb(111, 45, 189) 0%, rgb(111, 45, 189) 100%);
    /* background-image: linear-gradient(120deg, rgba(24, 136, 204, 0.4) 0%, rgba(109, 80, 157, 0.4) 100%); */
}

.footer label a:hover {
    background-image: linear-gradient(290deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    text-decoration: underline;
}

.footer .form-control {
    margin-bottom: 20px;
    background: none;
    font-size: 14px;
    border: 1px solid rgba(255,255,255, 0.2) !important;
    background: rgb(255,255,255, 0.04);
    min-height: 45px;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.footer textarea.form-control {
    min-height: 120px;
    padding-top: 15px;
}

.footer .form-control::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 13px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.footer .submit {
    color: #fff !important;
}

.copyright .contact-info {
    margin:15px 0px;
    text-align: left;
}

.form-check {
    margin-bottom: 15px;
}

form .erro {
    color: red;
}