@charset "UTF-8";
/* CSS Document */

@import url("https://use.typekit.net/cqz6kkp.css");

/* -=-=-=-=-=-=-=- FONTS -=-==-=-=-=-=-=-=-*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "elza", sans-serif;
}


body {
  font-family: "elza", sans-serif;
}

p {
  font-family: "elza", sans-serif;
}

.fw-light {font-weight: 200!important;}

.fc-orange {color: #ff7e1f;}
.fc-purple {color: #661aff;}


/* -=-=-=-=-=-=-=- SECTIONS -=-==-=-=-=-=-=-=-*/
main {
    margin-top: 85px;
}

section#CaseStudies {
   
}

section#ourClients {
}

section#technologies {
    margin: 70px 0px 50px 0px;
}


.imgOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    z-index: 0;
    left: 0px;
}


/* -=-=-=-=-=-=-=- NAVBAR -=-==-=-=-=-=-=-=-*/
nav#myNavbar {
    height: 85px;
    background-color: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

a.navbar-brand {
    height: 80px;
}

a.nav-link {
    font-family: "elza", sans-serif;
    color: #000;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0.5rem 1.5rem!important;
}

.nav-link:focus, .nav-link:hover {
    color: #6618ff;
}

a.nav-link.active {
    color: #661aff;
}

li.nav-item.btn {
    padding: 0px;
    margin-top: 2px;
}

li.nav-item.btn a.nav-link {
    background-color: #6618ff;
    border-radius: 50rem;
    padding: 0.35rem 1.5rem!important;
    color: white;
}

li.nav-item.dropdown.language {
    background-color: #F4F4F4;
    padding: 0px!important;
    margin-left: 30px;
    border-radius: 4px;
    height: 35px;
    margin-top: 4px;
}

li.nav-item.dropdown.language .nav-link {
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.45rem 0.5rem!important;
    font-size: 13px;
}

.dropdown-toggle::after {
    color: #A5A5A5;
    margin-left: 10px;
}

li.nav-item.dropdown.language .dropdown-item {
    text-transform: uppercase;
    font-size: 13px;
    background-color: #f4f4f4;
}

li.nav-item.dropdown.language .dropdown-menu {
    padding: 0px;
}

@media (max-width: 1200px) {
a.nav-link {
    padding: 0.5rem 0.75rem!important;
}
}



@media (max-width: 991px) {
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    margin-top: 0px;
}
  
.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    height: calc(100vh - 85px);
    background: rgb(102 26 255 / 90%);
    justify-content: space-between;
    padding: 40px 0px 80px 0px;
    align-items: center;
    margin-top: 85px;
}
  
a.nav-link {
    color: white;
    font-size: 22px;
    font-weight: 200;
}
  
li.nav-item.dropdown.language {
    margin-left: 0px;
    width: 50%;
}
  
li.nav-item.dropdown.language .nav-link {
    font-size: 13px;
    color: #41464b;
}
  
a.nav-link.active {
    color: rgb(255 255 255 / 50%);
}
  
li.nav-item.btn a.nav-link {
    background-color: #ffffff;
    color: #661aff;
    width: 190px;
}
}


/* -=-=-=-=-=-=-=- LANGUAGE ICONS -=-==-=-=-=-=-=-=-*/
.langIcon {
    position: relative;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-right: 5px;
}

.english {
    background-image: url("icons/united-kingdom.svg");
}

.espanol {
    background-image: url("icons/argentina.svg");
}


/* -=-=-=-=-=-=-=- MOBILE MENU -=-==-=-=-=-=-=-=-*/
.animated-hamburger {
    width: 30px !important;
    height: 20px !important;
    position: relative !important;
    margin: 0px !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .5s ease-in-out !important;
    -moz-transition: .5s ease-in-out !important;
    -o-transition: .5s ease-in-out !important;
    transition: .5s ease-in-out !important;
    cursor: pointer !important;
    top: -4px;
}
    
.animated-hamburger span {
    display: block !important;
    position: absolute !important;
    height: 2px !important;
    width: 100% !important;
    border-radius: 9px !important;
    opacity: 1 !important;
    left: 0 !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .25s ease-in-out !important;
    -moz-transition: .25s ease-in-out !important;
    -o-transition: .25s ease-in-out !important;
    transition: .25s ease-in-out !important;
}
    
.animated-hamburger span {
    background: #6618ff!important;
}
    
.animated-hamburger span:nth-child(1) {
    top: 0px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
    width: 50%!important;
}
    
.animated-hamburger span:nth-child(2) {
    top: 10px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(3) {
    top: 20px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left bottom !important;
    width: 50%!important;
    margin-left: 50%;
}
    
.animated-hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 0px !important;
    left: 0px !important;
    width: 100%!important;
}
    
.animated-hamburger.open span:nth-child(2) {
    width: 100% !important;
    opacity: 0 !important;
    transform: translateX(30px)!important;
}
    
.animated-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 21px !important;
    left: 0px !important;
    width: 100%!important;
    margin-left: 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


/* -=-=-=-=-=-=-=- CAROUSEL -=-==-=-=-=-=-=-=-*/
#carouselHome {
    height: 460px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    background-color: black;
}

#carouselHome .carousel-item {
    height: 460px;
}

#carouselHome .carousel-item img {
    opacity: 0.5;
}

#carouselHome .carousel-caption {
    position: absolute;
    right: auto;
    bottom: 0px;
    left: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    top: 0px;
    height: 460px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 29%;
}

#carouselHome .carousel-caption h5 {
    font-size: 44px;
    line-height: 44px;
}

#carouselHome .carousel-caption p {
    font-size: 24px;
    line-height: 37px;
    font-weight: 300;
}

#carouselHome .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50rem;
    border: none;
    margin: 0px 10px 10px 10px;
}

#carouselHome .carousel-control-next, .carousel-control-prev {
    display: none;
}

#carouselHome a.btn.btn-primary {
    background-color: #6618ff;
    border-color: #6618ff;
    border-radius: 50rem;
    padding: 10px 30px;
    font-size: 18px;
}

.awsBadge {
    position: absolute;
    height: 460px;
    width: 22%;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    top: 0px;
}

.awsBadge img {
    width: 160px;
    margin-bottom: 30px;
    opacity: 1!important;
}

@media (max-width: 1499px) { 
#carouselHome .carousel-caption {
    width: 40%;
}
}

@media (max-width: 1199px) { 
#carouselHome .carousel-caption {
    width: 50%;
}
}


@media (max-width: 991px) {
#carouselHome {
    height: calc(100vh - 80px);
}
  
.carousel-inner {
    height: 100vh;
    margin-top: 80px;
}
  
#carouselHome .carousel-item {
    height: calc(100vh - 80px);
}
  
#carouselHome .carousel-item {
    height: 100%;
    width: 100%;
}
  
#carouselHome .carousel-caption {
    width: 80%;
}
  
.awsBadge {
    height: 580px;
    width: 100%;
    left: 130px;
    top: 0px;
}
  
.awsBadge img {
    width: 160px!important;
    margin-bottom: 20px;
    opacity: 1!important;
}
  
}

@media (max-width: 768px) {
#carouselHome .carousel-caption {
    width: 80%;
    left: 30px;
}
  
#carouselHome .carousel-caption h5 {
    font-size: 28px;
    line-height: 30px;
}
  
#carouselHome .carousel-caption p {
    font-size: 18px;
    line-height: 22px;
}
  
.awsBadge {
    height: 580px;
    width: 100%;
    left: 30px;
    top: 0px;
}
  
.awsBadge img {
    width: 120px!important;
    margin-bottom: 20px;
    opacity: 1!important;
}
  
}

/* -=-=-=-=-=-=-=- CARDS -=-==-=-=-=-=-=-=-*/
.card.caseStudies {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    border: none;
    overflow: hidden;
}

.card.caseStudies .card-header {
    padding: 0px;
    background-color: black;
    border: none;
}

.card.caseStudies .card-body {
    width: 75%;
}

.card.caseStudies h6 {
  color: #6619ff;
}

.card.caseStudies h3 {
    font-weight: 300;
    font-size: 26px;
    line-height: 26px;
    margin-top: 15px;
}

.labelContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.label {
    background-color: rgba(0,0,0,0.07);
    border-radius: 4px;
    padding: 3px 12px;
    margin-right: 10px;
    font-size: 13px;
}

.card.caseStudies .card-footer {
    border: none;
    background-color: white;
}

.card.caseStudies .card-footer .btn-link {
    color: black;
    text-decoration: none;
}

.card.caseStudies .card-footer .btn-link::before {
    content: '';
    background-image: url(icons/btnLinkArrow.svg);
    position: relative;
    width: 15px;
    height: 15px;
    background-size: contain;
    float: left;
    margin-right: 10px;
    top: 5px;
    opacity: 0.4;
    background-repeat: no-repeat;
}

a.vidContainer .play {
    content: '';
    background-image: url("icons/btnPlay.svg");
    width: 100px;
    height: 100px;
    background-size: contain;
    position: absolute;
    z-index: 1;
    transition: 0.4s;
}

a.vidContainer:hover .play {
    transform: scale(0.75);
    transition: 0.4s;
}

a.vidContainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

a.vidContainer .vidOverlay {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vidOverlay img.vidImg {
    height: 100%;
    width: auto;
}

a.vidContainer:hover .vidOverlay {
    opacity: 0.2;
    transition: 0.4s;
}

@media (max-width: 1200px) {
.card.caseStudies .card-body {
    width: 100%;
    padding-bottom: 0px;
}
  
.labelContainer {
    flex-wrap: wrap;
}
  
.label {
    margin-bottom: 8px;
}
  
.card.caseStudies .card-footer {
    margin-bottom: 10px;
}
}


@media (max-width: 991px) {
.card.caseStudies .card-body {
    width: 100%;
    padding-bottom: 0px;
}
  
.card.caseStudies h3 {
    font-size: 22px;
    line-height: 22px;
    margin-top: 10px;
}
  
a.vidContainer .play {
    width: 60px;
    height: 60px;
}
  
.labelContainer {
    flex-wrap: wrap;
}
  
.label {
    font-size: 13px;
    margin-bottom: 8px;
}
  
.card.caseStudies .card-footer {
    margin-bottom: 10px;
}
}




/*--- CARD-CLIENTS ---*/
.card.clients {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    background-image: url("../img/bkg_clients.jpg");
    background-size: cover;
    min-height: 400px;
    padding: 50px;
}

.logoClientContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 40px 0px;
}

.logoClients {
    background-color: white;
    width: 160px;
    height: 160px;
    border-radius: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


@media (max-width: 1200px) {
.logoClientContainer {
    flex-wrap: wrap;
    justify-content: space-between;
}
  
.logoClients {
    width: 110px;
    height: 110px;
}
}

@media (max-width: 991px) {
.card.clients {
    padding: 50px 20px;
}
  
.logoClientContainer {
    display: flex;
    margin: 0px 0px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
  
.logoClients {
    width: 110px;
    height: 110px;
    margin: 15px;
}
}

/*--- CARD-TESTIMONIALS ---*/
.card.testimonials {
    border-radius: 10px;
    background-image: url("../img/bkg_contact.jpg");
    overflow: hidden;
    border: none;
    background-size: cover;
}

.card.testimonials::before {
    content: '';
    background-color: rgb(102 26 255 / 81%);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card.testimonials h1 {
    position: relative;
}

.card.testiUser {
    border: none;
    border-radius: 10px!important;
    overflow: hidden;
}

.card.testiUser .card-header {
    padding: 30px 0px 0px 0px;
    border: none;
    background-color: white;
}

.testimonialImage {
    width: 140px;
    height: 140px;
    border-radius: 50rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.card.testiUser .card-body {
    padding: 30px 30px 40px 30px;
}

.card.testiUser .card-body p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
    color: #000;
}

.card.testiUser .card-body h1 {
    color: #6618ff;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

.card.testiUser .card-body a {
    color: #A5A5A5;
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
    transition: 0.4s;
}

.card.testiUser .card-body a:hover {
    color: #6618ff;
    transition: 0.4s;
}

@media (max-width: 1200px) {
.card.tech.first {
    width: calc(100% + 50px);
    height: 91px!important;
}
  
.card.tech.first img {
    height: auto!important;
    width: 125px!important;
}
  
.card.tech.partner img {
    height: 61px!important;
}
}



@media (max-width: 991px) {
.card.testiUser .card-body p {
    font-size: 16px;
    line-height: 20px;
}
}

/*--- CARD-TECH ---*/
.card.tech {
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 10px;
}

.card.tech.first {
    width: calc(100% + 50px);
    height: 128px;
}

.card.tech.first img {
    height: 100px;
    width: 200px;
}

.card.tech.partner {
    background-color: black;
    margin-left: -30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-right: 0px;
}

.card.tech.partner img {
    height: 98px;
}

@media (max-width: 991px) {
.card.tech.first {
    width: calc(100% + 60px);
    height: 75px;
}
  
.card.tech.first img {
    height: 60px;
    width: 110px;
    margin-top: -5px;
}
  
.card.tech.partner {
    background-color: black;
    margin-left: -15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-right: 0px;
}
  
.card.tech.partner img {
    height: 45px;
}
}


/*--- CARD CONTACT ---*/
.card.contact {
    border-radius: 10px;
    background-image: url("../img/bkg_contact.jpg");
    overflow: hidden;
    border: none;
    padding: 100px 0px 100px 50px;
    min-height: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card.contact::before {
    content: '';
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-left: -50px;
}

.card.contact h1 {
    position: relative;
    font-size: 44px;
    font-weight: 300!important;
    color: white;
}

.card.innerContact {
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.card.contact h5 {
    font-size: 18px;
}

.card.contact label {
    font-size: 14px;
}

@media (max-width: 991px) {
.card.contact {
    padding: 20px;
}
  
.card.contact::before {
    margin-left: -20px;
}
  
.card.contact h1 {
    font-size: 30px;
    margin-bottom: 30px;
}
  
.card.innerContact {
    padding: 20px 15px;
}
  
}
/* -=-=-=-=-=-=-=- OWL CAROUSEL -=-==-=-=-=-=-=-=-*/
.owl-stage-outer {
    padding-bottom: 20px;
}

.owl-stage {
    padding-left: 5px!important;
}


button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: white!important;
    position: relative;
    z-index: 1500;
    border-radius: 50rem;
    margin: 10px;
    opacity: 0.4;
}

button.owl-dot.active {
    opacity: 1;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
}

.btn-viewMore {
    font-size: 20px;
    display: flex;
    opacity: 1;
    transition: 0.4s;
    width: fit-content;
    font-weight: 300;
}

.btn-viewMore:hover {
    opacity: 0.5;
    transition: 0.4s;
}

a.btn.btn-viewMore.white {
    color: white;
    font-weight: 300;
}

a.btn.btn-viewMore.white .btnArrow {
    opacity: 1;
    filter: invert(1);
}

.btn-submit {
    margin: 20px 0px;
    border-radius: 50rem;
    padding: 10px 25px;
    background-color: #661aff;
    border-color: #661aff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5018bf;
    border-color: #5018bf;
}

.btnArrow {
    background-image: url(icons/btnLinkArrow.svg);
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-top: 9px;
    opacity: 0.3;
}

#carouselClients {
    margin-left: 50px;
}

div#carouselClients .owl-dots {
    margin-left: -50px;
    margin-right: 50px;
}

#carouselTech {
    margin-bottom: 40px;
}

#carouselTech .owl-stage-outer {
    padding: 20px;
}

@media (max-width: 991px) {
section#CaseStudies h1 {
    font-size: 22px;
}
  
.btn-viewMore {
    font-size: 16px;
    margin-top: -6px;
}
  
.btnArrow {
    margin-left: 5px;
    margin-top: 6px;
}
  
#carouselTech {
    margin-bottom: 0px;
}
  

}

/* -=-=-=-=-=-=-=- FOOTER -=-==-=-=-=-=-=-=-*/
.footer {
    background-color: white!important;
    margin-top: 10px;
    padding-bottom: 10px;
}

.footerContainer {
    background-color: #121212;
    height: auto;
    border-radius: 10px;
    padding: 70px 60px 25px 60px;
}

.footerContainer ul {
    list-style: none;
    padding: 0px;
}

.footerContainer ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

img.footerLogo {
    margin-bottom: 20px;
    width: 185px;
}

.legals {
    padding-top: 60px;
    font-size: 13px;
    color: #5D5D5D;
}

@media (max-width: 991px) {
.footerContainer {
    padding: 30px 30px 25px 30px;
}
  
.footerContainer img.float-end {
    width: 100px;
    position: relative;
    right: 0px;
    bottom: 120px;
    margin-bottom: -100px;
}
  
}


/* -=-=-=-=-=-=-=- SERVICES -=-==-=-=-=-=-=-=-*/
.headerImg {
    background-image: url("../img/bkg_services.jpg");
    background-size: cover;
    position: relative;
    height: 465px;
    margin-bottom: -265px;
}

.headerImg h1 {
    z-index: 1;
    position: relative;
}

.card.services {
    border-radius: 20px;
    border: none;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    margin-bottom: 35px;
}

.card.services.white {
    background-image: url("../img/bkg_card-white.jpg");
    background-position: right bottom;
    background-size: auto 90%;
    background-repeat: no-repeat;
}

.card.services.white h1, h2, h3.servicesService {
    color: black;
}

.card.services.purple {
    background: transparent -webkit-linear-gradient(145deg, #9966FF 0%, #5B16E4 54%, #3200DA 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(145deg, #9966FF 0%, #5B16E4 54%, #3200DA 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(235deg, #9966FF 0%, #5B16E4 54%, #3200DA 100%) 0% 0% no-repeat padding-box;
    z-index: 0;
}

.purpleImg {
    background-image: url("../img/bkg_card-purple.png");
    background-position: right bottom;
    background-size: auto 90%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}

.card.services.purple h1, h2, h3.servicesService {
    color: white;
}

.card.services.purple ul.servicesUl li.servicesBadge {
    background-color: rgb(0 0 0 / 25%);
    color: white;
}

.card.services.orange {
    background: transparent -webkit-linear-gradient(#FF7E1F 0%, #A82000 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(#FF7E1F 0%, #A82000 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(#FF7E1F 0%, #A82000 100%) 0% 0% no-repeat padding-box;
    z-index: 0;
}

.orangeImg {
    background-image: url("../img/bkg_card-orange.png");
    background-position: right bottom;
    background-size: auto 90%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}

.card.services.orange .card.caseStudiesServices .card-body h6 {
    color: #ff7e1f;
}

ul.cloudBullets {
    color: white;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 40px;
}

ul.cloudBullets li {
    color: white;
    list-style: none;
    font-weight: 400;
}

.card.services.orange h1, h2, h3.servicesService {
    color: white;
}

.card.services.orange ul.servicesUl li.servicesBadge {
    background-color: rgb(0 0 0 / 25%);
    color: white;
}


.card.services.black {
    background: transparent -webkit-linear-gradient(328deg, #000000 0%, #434343 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(328deg, #000000 0%, #434343 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(58deg, #000000 0%, #434343 100%) 0% 0% no-repeat padding-box;
    z-index: 0;
}

.blackImg {
    background-image: url("../img/bkg_card-black.png");
    background-position: right bottom;
    background-size: auto 90%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}

.card.services.black h1, h2, h3.servicesService {
    color: white;
}

.card.services.black ul.servicesUl li.servicesBadge {
    background-color: rgb(0 0 0 / 25%);
    color: white;
}


.card.services .card-body {
    padding: 50px 50px 30px 50px;
}

h3.servicesService {
    color: #661aff;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 600!important;
    margin-bottom: 20px;
}

.card.services h1 {
    font-weight: 200;
    font-size: 38px;
}

.card.services .card-body p {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 300;
}

ul.servicesUl {
    list-style: none;
    padding: 0px;
    margin-top: 50px;
}

ul.servicesUl li.servicesBadge {
    background-color: hsl(260deg 100% 55% / 6%);
    width: fit-content;
    border-radius: 50rem;
    padding: 5px 25px;
    margin-bottom: 7px;
    color: #661aff;
    font-size: 16px;
    font-weight: 400;
    display:inline-table;
}

.iconServices {
    width: 30px;
    height: 30px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-top: -5px;
    margin-right: 10px;
}

.devops {background-image: url("icons/devops.svg");}
.modernization {background-image: url("icons/modernization.svg");}
.business {background-image: url("icons/business.svg");}
.cloud {background-image: url("icons/cloud.svg");}

h6.secTitle {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.servicesTechContainer {
}

.servicesTechContainer .card.tech {
    width: 30%;
    margin-right: 3%;
    box-shadow: none;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    float: left;
    margin-bottom: 3%;
    padding: 10px 0px;
}

.card.caseStudiesServices {
    display: flex;
    flex-direction: row;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden;
    border: none;
}

.card.caseStudiesServices .card-body {
    width: 50%;
    padding: 20px;
}

.card.caseStudiesServices h6 {
    color: #661aff;
    font-size: 14px;
}

.card.caseStudiesServices h3 {
    font-size: 20px;
    font-weight: 400;
}

.card.caseStudiesServices .card-header {
    width: 50%;
    padding: 0px;
    border: none;
}

.card.caseStudiesServices .btn-link {
    color: black;
    text-decoration: none;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 500;
}

.card.caseStudiesServices .btn-link::after {
    content: '';
    background-image: url(icons/btnLinkArrow.svg);
    position: relative;
    width: 15px;
    height: 15px;
    background-size: contain;
    float: right;
    margin-left: 10px;
    top: 3px;
    opacity: 0.4;
    background-repeat: no-repeat;
}

.card.caseStudiesServices .card-header a.vidContainer {
    background-color: black;
}

.card.caseStudiesServices .card-header a.vidContainer .vidOverlay {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card.caseStudiesServices .card-header a.vidContainer .play {
    width: 60px;
    height: 60px;
}

.card.caseStudiesServices .card-header a.vidContainer .vidOverlay .vidImg {
    height: 180px;
    width: auto;
}

@media (max-width: 1200px) {
.card.caseStudiesServices .card-header a.vidContainer .vidOverlay .vidImg {
    height: 220px;
    width: auto;
}
}

@media (max-width: 991px) {
.headerImg {
    margin-bottom: -325px;
    padding: 0px 20px;
}
  
.headerImg h1 {
    font-size: 28px;
    margin-top: -10px!important;
}
  
.card.services .card-body {
    padding: 30px 20px 30px 20px;
}
  
h3.servicesService {
    font-size: 12px;
}
  
.card.services h1 {
    font-weight: 200;
    font-size: 24px;
}
  
.iconServices {
    width: 25px;
    height: 25px;
    margin-top: -5px;
    margin-right: 9px;
}
  
.card.services .card-body p {
    font-size: 16px;
}
  
ul.servicesUl {
    margin-top: 30px;
}
  
ul.servicesUl li.servicesBadge {
    font-size: 14px;
}
  
.card.caseStudiesServices {
    flex-direction: column;
}
  
.card.caseStudiesServices .card-body {
    width: 100%;
}
  
.card.caseStudiesServices .card-header {
    width: 100%;
}
  
.card.caseStudiesServices .card-header a.vidContainer .vidOverlay .vidImg {
    height: auto;
    width: 100%;
}
  
ul.cloudBullets li {
    font-size: 16px;
}
  
}

/* -=-=-=-=-=-=-=- ABOUT US -=-==-=-=-=-=-=-=-*/
.headerImgAbout {
    background-image: url("../img/img_aboutHeader.jpg");
    background-size: cover;
    position: relative;
    height: 465px;
    margin-bottom: -270px;
}

.headerImgAbout h1 {
    z-index: 1;
    position: relative;
}

.card.aboutImg {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    height: 475px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

h1.preTitle {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}

h1.mainTitle {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 30px;
}

p.mainBody {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.sideImg {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.card.team {
    background-image: url("../img/img_aboutHeader.jpg");
    background-size: cover;
    position: relative;
    border-radius: 10px;
    border: none;
    padding: 30px 50px;
}

.card.team .card-body {
    padding: 20px 30px;
}

.card.teamMember {
    border: none;
    border-radius: 10px!important;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
    margin-bottom: 10px;
    height: 100%;
}

.card.teamMember .card-header {
    padding: 30px 0px 0px 0px;
    border: none;
    background-color: white;
}

.teamMemberImage {
    width: 180px;
    height: 180px;
    border-radius: 50rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.card.teamMember .card-body h1 {
    color: #6618ff;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}

.card.teamMember .card-body h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 300;
}

.card.teamMember .card-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    color: #404040;
    margin-top: 20px;
}

@media (max-width: 1200px) {
.card.aboutImg img {
    height: 100%;
    width: auto;
}
}

@media (max-width: 991px) {
.headerImgAbout {
    margin-bottom: -325px;
    padding: 0px 20px;
}
  
.headerImgAbout h1 {
    font-size: 28px;
    margin-top: -10px!important;
}
  
.card.aboutImg img {
    height: 100%;
    width: auto;
}
  
h1.mainTitle {
    font-size: 26px;
    line-height: 28px;
}
  
h1.preTitle {
    font-size: 14px;
}
  
.card.team {
    padding: 30px 0px;
}
}


/* -=-=-=-=-=-=-=- CASE STUDIES -=-==-=-=-=-=-=-=-*/
.caseStudyImg {
    background-image: url("../img/bkg_caseStudies.jpg");
    background-size: cover;
    position: relative;
    height: 465px;
    margin-bottom: -265px;
}

.caseStudyImg h1 {
    z-index: 1;
    position: relative;
}

.card.caseStudy {
    background-image: url("../img/bkg_card-white.jpg");
    background-position: right bottom;
    background-size: auto 90%;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    margin-bottom: 45px;
}

.card.caseStudy .card-body {
    padding: 50px;
}

.caseStudyInfo {
    margin-top: -150px;
}

.card.caseStudy .card-body p {
    font-size: 18px;
}

.card.caseStudiesVid {
    display: flex;
    flex-direction: row;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden;
    border: none;
    background-color: black;
    height: 225px;
}

.label.purple {
    background-color: rgb(102 24 255 / 8%);
    color: #661aff;
    font-weight: 500;
}

.caseStudyBrandCont {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-left: -50px;
    width: calc(100% + 100px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.caseStudyClient {
    height: 80px;
    margin-left: 50px;
    width: auto;
}

.caseStudyGo {
    width: 15%;
}

.caseStudyPlus {
    width: 20px;
    height: 20px;
    margin: 0px 20px;
}

@media (max-width: 1200px) {
.card.caseStudy .card-body h1 {
    font-size: 32px;
}
  
.card.caseStudy .card-body p {
    font-size: 16px;
}
  
img.vidImg {
    height: 100%;
    width: auto;
}
  
.caseStudyClient {
    height: 60px;
}
}

@media (max-width: 991px) {
.caseStudyImg {
    margin-bottom: -325px;
    padding: 0px 20px;
}
  
.caseStudyImg h1 {
    font-size: 28px;
    margin-top: -10px!important;
}
  
.card.caseStudy .card-body {
    padding: 30px;
}
  
.caseStudyBrandCont {
    margin-left: -30px;
    width: calc(100% + 60px);
}
  
.caseStudyClient {
    height: 40px;
    margin-left: 20px;
    width: auto;
}
  
.caseStudyGo {
    width: 40%;
}
  
.card.caseStudy h1 {
    font-size: 22px;
}
  
.card.caseStudy .card-body p {
    font-size: 16px;
}
  
.caseStudyInfo {
    margin-top: 0px;
}
  
}

/* -=-=-=-=-=-=-=- TECHNOLOGY -=-==-=-=-=-=-=-=-*/
.techImg {
    background-image: url("../img/bkg_tech.jpg");
    background-size: cover;
    position: relative;
    height: 465px;
    margin-bottom: -265px;
}

.techImg h1 {
    z-index: 1;
    position: relative;
}

.card.techContainer {
    border-radius: 20px;
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    margin-bottom: 45px;
    background-color: #f3f3f3;
    padding: 50px 50px 0px 50px;
    overflow: hidden;
}

.card.techContainer .card-body {
    padding-bottom: 0px;
}

.card.techLogo {
    border-radius: 10px;
    overflow: hidden;
    margin: 15px;
    padding: 30px 0px;
}

.card.techLogo2 {
    height: 150px;
}

.card.techLogo3 > img {
    max-height: -webkit-fill-available;
    max-width: 70%;
}  

.ecosystemHolder {
    display: flex;
    padding: 0px;
}

h5.secTitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.row.certifications {
    margin-top: 50px;
    background-color: white;
    width: calc(100% + 140px);
    margin-left: -70px;
    padding: 60px;
}

.certifiedContainer {
    background-color: black;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

img.goCloudCertification {
    height: 160px;
    float: left;
    width: auto;
    margin-left: 100px;
}

img.goCloudCertified {
    height: 120px;
    float: right;
    width: auto;
}

p.certifiedText {
    width: 100%;
    float: left;
    margin-left: 200px;
    color: #FE9900;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
}

.row.usedTechs {
    margin-top: 0;
    background-color: white;
    width: calc(100% + 140px);
    margin-left: -70px;
    padding: 60px;
    border-top: 1px solid #f1f1f1;
}

@media (max-width: 991px) {
.techImg {
    margin-bottom: -325px;
    padding: 0px 20px;
}
  
.techImg h1 {
    font-size: 28px;
    margin-top: -10px!important;
}
  
.card.techContainer {
    padding: 20px 20px 0px 20px;
}
  
.certifiedContainer {
    padding: 20px;
    flex-direction: column;
}
  
img.goCloudCertified {
    height: 80px;
    float: none;
    width: 100%;
}
  
p.certifiedText {
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    margin-top: -10px;
}
  
img.goCloudCertification {
    height: 80px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%;
}
  
  
.row.usedTechs {
    margin-top: 0;
    background-color: white;
    width: calc(100% + 160px);
    margin-left: -80px;
    padding: 60px;
    border-top: 1px solid #f1f1f1;
}
  
.row.usedTechs .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 0px;
}
  
  
@media (max-width: 768px) {
.ecosystemHolder {
    flex-direction: column;
}

}
  
}


/* -=-=-=-=-=-=-=- PRODUCTS -=-==-=-=-=-=-=-=-*/
.prodImg {
    background-image: url("../img/bkg_products.jpg");
    background-size: cover;
    position: relative;
    height: 465px;
    margin-bottom: -265px;
}

.prodImg h1 {
    z-index: 1;
    position: relative;
}

.card.products {
    background-image: url("../img/bkg_card-products.jpg");
    background-position: right bottom;
    background-size: auto 90%;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    margin-bottom: 45px;
}

.productsBy {
    width: 30px;
    height: 30px;
    margin: 0px 20px;
}

@media (max-width: 991px) {
.prodImg {
    margin-bottom: -325px;
    padding: 0px 20px;
}
  
.prodImg h1 {
    font-size: 28px;
    margin-top: -10px!important;
}
  
.productsBy {
    width: 30px;
    height: 30px;
    margin: 0px 5px;
}
  
.vidOverlay img {
    height: 100%;
    width: auto;
}
  
}
  
  
  
  
  