/* GENERAL NORMALIZATION */

body p {
    margin: 0;
}

/* GENERAL FONTS */

* {
    font-family: "Montserrat", sans-serif;
}

html,
body {
    overflow-x: hidden !important;
}

body a:hover {
    text-decoration: none;
    cursor: pointer;
}
#body-container{
    background-color: #F8FDFF;
    color: #214265;
}

body .container-fluid,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl {
    padding-right: 0px;
    padding-left: 0px;
}

/* ------- MOBILE NAV BAR -------- */

.topnav-mobile {
    padding-top: 10px;
    /* position: fixed; */
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 1;
    box-shadow: 0px 0px 10px lightgrey;
}

.topnav-mobile svg {
    stroke: #337ab7;
}

.topnav-mobile #nav-item-mobile {
    background: #337ab7;
    border-radius: 6px;
    box-shadow: 2px 3px 20px lightgrey;
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
}

.topnav-mobile .mobile-logo {
    width: fit-content;
}

.topnav-mobile a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.icon-menu-mobile {
    position: absolute;
    top: 2%;
    z-index: 99;
    right: 10%;
}

.topnav-mobile a:hover {
    /* background-color: white; */
    color: white;
}

.active-link {
    background-color: white;
    color: #ffffff !important;
}

/* ------- NAVBAR DESKTOP -------- */

.nav-logo {
    width: 100px;
}
.hero-nav {
    background: transparent;
/*    backdrop-filter: blur(5px);*/

    a {
        color: #0d2b47;
        font-size: 14px;
        font-weight: 500;
        padding: 0 16px;    
    }
}
.flag {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: 4px;
    margin-right: 8px;
}

.hero-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 50px;
}
.hero-nav a {
    color: white;
    font-size: 14px;
}
.hero-nav a:hover {
    color: #EF4139;
    transition: 0.3s;
}



.cta-white img {
    width: 20px;
    border-radius: 20px;
    margin-right: 4px;
    text-decoration: none;
}

/* ------- BUTTONS -------- */

/*--- red buttons ---*/

#cta-red {
  padding: 1em 2.1em 1.1em;
  border-radius: 12px;
  margin: 8px;
  border: .5px solid #EF4139;
  background-color: transparent;
  color: #EF4139;
  font-weight: 600;
  font-size: 1.3rem!important;
  text-transform: uppercase!important;
  text-align: center;
  line-height: 28px;
  letter-spacing: -.5px;
}

#cta-red:hover {
  background-color: #EF4139;
  color: white;
  transition: 0.3s;
}

/*--- white buttons ---*/

#cta-white {
  padding: 1em 2.1em 1.1em;
  border-radius: 12px;
  margin: 8px;
  border: .5px solid white;
  background-color: transparent;
  color: white;
  font-weight: 600;
  font-size: 1.3rem!important;
  text-transform: uppercase!important;
  text-align: center;
  line-height: 28px;
  letter-spacing: -.5px;
  width: fit-content;
}

#cta-white:hover {
  background-color: #EF4139;
  color: white;
  border: .5px solid #EF4139;
  transition: 0.3s;
}
.mt-3 {
    margin-top: 32px!important;
  }

/*--- blue buttons ---*/


#cta-blue {
  padding: 1em 2.1em 1.1em;
  border-radius: 12px;
  margin: 8px;
  border: .5px solid #214265;
  background-color: transparent;
  color: #214265;
  font-weight: 600;
  font-size: 1.3rem!important;
  text-transform: uppercase!important;
  text-align: center;
  line-height: 28px;
  letter-spacing: -.5px;
  max-width: fit-content;
}

#cta-blue:hover {
  background-color: #EF4139;
  color: white;
  border: .5px solid #EF4139;
  transition: 0.3s;
}

/* ------- FAQ SECTION -------- */

.faq-section {
    display: flex;
    gap: 40px;
}
.faq-bg{
    background-image: url("../img/globe.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

/* ------- ACCORDION -------- */

.transition, .faq-container ul li i:before, .faq-container ul li i:after, p {
  transition: all 0.25s ease-in-out;
}

.flipIn, .faq-container ul li, .faq-container h1 {
  animation: flipdown 0.5s ease both;
}

.no-select, .faq-container h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq-container h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}

.faq-container h2 {
  display: block;
/*  background-color: #fefffa;*/
  margin: 0;
  cursor: pointer;
}

.faq-container p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.faq-container ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.faq-container ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
.faq-container ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.faq-container ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.faq-container ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.faq-container ul li:nth-of-type(4) {
  animation-delay: 1.25s;
}
.faq-container ul li:nth-of-type(5) {
  animation-delay: 1.5s;
}
.faq-container ul li:last-of-type {
  padding-bottom: 0;
}
.faq-container ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.faq-container ul li i:before, .faq-container ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
.faq-container ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.faq-container ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq-container ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.faq-container ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq-container ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq-container ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}


/* ------- HERO BANNER -------- */

#hero {
    background-image: url("../img/hero.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero .center-container {
    height: 100vh;
    min-height: unset;
/*    padding: 0 120px;*/
    width: 50%;
}

.logo-hero {
  order: 1;
  font-size: 2rem;
  font-weight: 800;
}

.center-container {
  min-height: 700px;
  padding: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.center-container img {
  width: 100%;
}

.center-text h1 {
  font-size: 44px;
  margin-bottom: 12px;
  text-align: left;
  color: white;
}

.center-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
}

.center-text p {
  font-size: 18px;
  margin-bottom: 12px;
  text-align: left;
  color: white;
}
.map-bg .pretitulo {
    color: #EF4139;
}

.pretitulo {
  text-align: left;
/*  text-transform: uppercase;*/
  padding: 24px 0 8px;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
}

.img-container {
    display: flex;
    align-items: center;
}

/* ------ HERO DETAILS PAGE ------- */


#hero.details-hero {
    background-attachment: fixed;
    background-image: url("../img/features2.png");
    background-position: top;
    background-size: cover;
}
#hero.details-hero  .center-text h1 {
    font-size: 64px;
}
#hero.details-hero.what-is {
    background-image: url("../img/what-is.png");
}
#hero.details-hero.about {
    background-image: url("../img/about.png");
}
#hero.details-hero.how {
    background-image: url("../img/how.png");
}
#hero.details-hero.contact {
    background-image: url("../img/contacthero-1.png");
}
#hero.details-hero.pricing {
    background-image: url("../img/pricing.png");
}
#hero.details-hero  .center-container {
    margin-left: 0;
    width: 100%;
    align-items: flex-end;
    .center-text {
        width: 100%;
        justify-content: flex-end;
        align-items: flex-end;
        h1 {
            padding-right: 64px;
            padding-bottom: 100px;
        }
    }
}
#hero.details-hero.terms .center-container, #hero.details-hero.support  .center-container{
    height: 200px;
}
#hero.details-hero.terms {
    background-image: url("../img/terms.png");
    background-size: contain;
    h1 {
        padding-bottom: 0!important;
    }
}
#hero.details-hero.support {
    background-image: url("../img/support.png");
    background-size: contain;
    h1 {
        padding-bottom: 0!important;
    }
}
#hero.details-hero.benefits {
    background-image: url("../img/benefits.png");
}
section#dataworks {
    overflow: hidden;
    height: 94vh;
    position: relative;
    display: flex;
    justify-content: center;
}
#dataworks-video {
    position: absolute;
    width: 100%;
}
.video-content {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 65px;
    z-index: 99;
    align-items: center;
    width: 1375px ! IMPORTANT;
    height: 100%;
    h2 {
        margin-bottom: 24px;
    }
}
.desc-dataworks {
    font-size: 16px;
    margin-bottom: 24px;
}
.dataworks-logo {
    padding: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
        width: 350px;
    }
}
.copy-body {
    padding: 40px;
    color: white;
}
.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: black;
    opacity: 0.6;
}
section#dataworks.our-vision {
    height:64vh;
    .copy-body {
        text-align: center;
        padding: 64px;
        .desc-dataworks {
            line-height: 32px;
            font-size: 18px;
        }
    }
}
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}


/* ------- SECTIONS -------- */

.center-section.section-spacing {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.section-spacing {
    padding: 64px 0 64px 0;
}
.center-text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 180px;
}

.section-container {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 80px 40px;
    h2 {
        margin-bottom: 40px;
    }
    p {
        margin-bottom: 32px;
    }
}
.section-container .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 48px;
}

.center-text-section h1{
    font-size: 32px;
    text-align: center;

}

.center-text-section p{
    font-size: 24px;
    text-align: center;
}

/* --- section 1 --- */
.section-1 {
    background-image: url("../img/map.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.pic-1 {
    width: 500px;
}

/* --- section 2 --- */

.lines-bg {
    background-image: url("../img/lines.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.nodes-bg {
    background-image: url("../img/nodes.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.bullet-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    .bullet-item {
        align-items: center;
    }
}

.bullets-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    width: 385px;
}
.bullet-text {
    display: flex;
    flex-direction: column;
    p {
        font-size: 12px;
    }
}
.bullet-icon {
    background-color: #F8FDFF;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bullet-icon i {
    font-size: 32px;
    color: #EF4139;
}

.blue-container{
    background-color: #214265;
    color: #f6f4f5;
    padding: 40px;
}

.light-blue-container{
    background-color: #f8fdff;
    color: #214265;
    padding: 80px 40px;
}
.light-blue-container .text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.section-main{
/*    height: 500px;*/
    justify-content: center;
    display: flex;
    align-items: center;
}


/* ----------- Section 7 -------------- */

.text-box {
    width: 44%;
    padding: 60px;
    border-radius: 7px;
    box-shadow: 0 12px 50px 0 rgb(16 13 29 / 40%);
    text-align: center;
}


/* ----------- CONTACT PAGE ------------- */
.contact-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    .left {
        gap: 32px;
        display: flex;
        flex-direction: column;
        width: 40%;
        background-image:url("../img/map-2.png");
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        .desc-contact {
            width: 70%;
        }
    }
}
.form {
    display: flex;
    flex-direction: column;
    container-widget-width: 100%;
    container-widget-height: initial;
    container-widget-flex-grow: 0;
    container-widget-align-self: initial;
    flex-wrap-mobile: wrap;
    background-transition: .3s;
    border-radius: 18px;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, .07);
    padding-top: 44px;
    padding-bottom: 33px;
    padding-left: 50px;
    padding-right: 50px;
    align-items: flex-end;
    background: white;
    input,select , textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        width: 100%;
        height: 100%;
        border: 1px solid #e5e7ea;
        border-radius: 12px;
        padding: 14px 20px 15px;
        color: #5c6672;
        height: 50px;
    }
    textarea {
        overflow: hidden;
    }
    .flex {
        display: flex;
        gap: 16px;
        margin-bottom: 16px;
        width: 100%;
    }
    h2 {
        margin-bottom: 40px;
        font-size: 26px;
    }
    #cta-red {
        width: fit-content;
        margin: 0;
        margin-top: 32px;
    }
}


/* ----------- FOOTER SECTION ------------- */
/*
.footer-section{
    background-image:url("../img/footer-img.jpg");
    color:white;
    background-repeat: no-repeat;
    background-size: cover;
    
} */
.footer-social {
    margin-top: 32px;
    display: flex;
    i {
        font-size: 24px;
        color: white;
        margin-right: 12px;
        cursor: pointer;
    }
    i:hover {
        color: #EF4139;
    }
}

.footer-section {
    position: relative;
    color: white;
    overflow: hidden;
}

.footer-section .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video scales properly */
    z-index: -1; /* Places the video behind content */
}

.footer-container,
#footer {
    position: relative;
    z-index: 1; /* Ensures footer content appears above the video */
}

.footer-container{
    height: 400px;
  padding: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: center;
  .hero-text {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.ph-square {
    color: #EF4139;
    margin-right: 8px;
}
#footer label {
    line-height: normal;
    font-weight: 400;
}

#overlay {
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(13, 43, 71, 0.8); /* Black background with opacity */
  backdrop-filter: blur(7px);
}

.border-color{
    border-top:0.5px solid rgba(255, 255, 255, 0.29);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.29);

}

.copyright{
    align-content: center;
    justify-content: center;
    display: flex;
    padding: 20px;  
    text-align: center; 
}

/* ----------- SERVICES CARDS SECTION ------------- */

.img-inside {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin-top: 8px;
    img {
        width: 150px;
    }
}
.small-section {
    margin-top: 64px;
    display: flex;
    gap: 18px;
    flex-direction: column;
    align-items: center;
}
.section-main.blue-container.lines-bg {
    background-repeat: revert;
}
.title-blue-container {
    display: flex;
    align-items: center;
    justify-content: center;
    h1 {
        width: 50%;
        line-height: 48px;
    }
}

.process-row {
/*  background-color: #1e212b;*/
/*    padding: 0 80px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
}
.traineeship{
    padding: 32px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.traineeship .activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 30px 8px 50px;
    background-color: #242835;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    border-radius: 23px;
}
.card-1 {
    background-image: url("../img/customer.jpg");
    background-size: cover;
    background-position: center;
}
.card-2 {
    background-image: url("../img/card-2.jpg");
    background-size: cover;
    background-position: center;
}
.card-3 {
    background-image: url("../img/card-3.jpg");
    background-size: cover;
    background-position: center;
}
.card-4 {
    background-image: url("../img/card-4.jpg");
    background-size: cover;
    background-position: center;
}

/* ----------- PRICES CARDS SECTION ------------- */

.card-5 {
    background-image: url("../img/business.jpg");
    background-size: cover;
    background-position: center;
}
.card-6 {
    background-image: url("../img/enterprise.jpg");
    background-size: cover;
    background-position: center;
}
.card-7 {
    background-image: url("../img/global.jpg");
    background-size: cover;
    background-position: center;
}

.animate-from-bottom__0 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.animate-from-bottom__1 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}
.animate-from-bottom__2 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.animate-from-bottom__3 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}
.animate-from-bottom__4 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}
.traineeship .activity .relative-block {
    width: 100%;
    min-height: 350px;
}
@-webkit-keyframes from-left {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes from-left {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.relative-block {
    position: relative;
}
.activity-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.activity-icon img {
    width: 70%;
    float: right;
}
.traineeship .inactive {
    padding: 30px;
}
.traineeship .inactive .title {
    border-bottom: 3px solid #ef4139;
    padding-bottom: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    width: fit-content;
}
.traineeship .activity .active {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    min-height: 100%;
    padding: 25px 30px 50px;
}
.traineeship .activity .active .title {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}
.traineeship .activity .active .sub-title {
    margin-top: 10px;
    color: #616161;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.traineeship .activity .active .ul {
    margin-bottom: 45px;
    margin-top: 10px;
}
.traineeship .activity .active .li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    color: #616161;
    font-size: 16px;
    line-height: 26px;
}
.traineeship .activity .active .li:before {
    position: absolute;
    content: "\f00c";
    color: #e2b921;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.6em;
    width: 22px;
}
.traineeship .activity:hover {
    width: 100%;
    background-color: #fff;
    background-image: unset;
}
.traineeship .activity:hover .inactive {
    display: none;
}
.traineeship .activity:hover .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

/* ----------- FOOTER SECTION ------------- */

#footer {
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 50px;
    color: white;
}
#footer img {
    width: 130px;
    margin-bottom: 30px;
}
#footer .row {
    display: flex;
    justify-content: space-between;
}
#footer .footer-title {
    font-size: 16px;
    margin-bottom: 30px;
}
.footer-flex {
    display: flex;
    align-items: flex-start;
}
#footer .find-col ion-icon {
    margin-right: 10px;
    font-size: 18px;
    padding: 7px;
    border-radius: 100%;
    background-color: #a093933d;
    color: #000000;
}
#footer .find-col .footer-flex {
    margin-bottom: 10px;
}
#footer .social-icons-col .footer-flex {
    margin-top: 10px;
}
#footer .social-icons-col ion-icon {
    font-size: 26px;
    transition: all .3s;
    margin-right: 10px;
}
#footer .social-icons-col ion-icon:hover {
    color: #000000;
    cursor: pointer;
}
#footer a {
    color: #000000;
}

.footer-link {
    color: #ffffff!important;
    text-decoration: underline!important;
}
.footer-link:hover {
    color: #EF4139!important;
}

.card__collection {
  position: relative;
  display: flex;
  /* background: rgba(10, 10, 10, 0.5); */
  padding: 10px;
  overflow: hidden;
  justify-content: space-between;
}
#key-features .card__collection {
    justify-content: space-evenly;
}
#key-features .card__collection .cards--two ul {
    left: -600%;
}
#key-features  .card-img-container {
    height: 100%;
    img {
        height: 100%;
    }
}

.card__collection .cards {
  width: 410px;
  height: 520px;
  display: block;
  background-size: cover;
  float: left;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  background-position: center;
  margin: 10px;
  box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4);
}

.card__collection .cards--two {
  position: relative;
  backface-visibility: hidden;
  border-radius: 24px;
}

.card__collection .cards--two p {
  position: absolute;
  top: 52%;
  left: -200%;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  z-index: 8;
  transition: all 0.6s ease;
  font-size: 20px;
  font-weight: 500;
}

.card__collection .cards--two ul {
    position: absolute;
  top: 39%;
  left: -200%;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  z-index: 8;
  transition: all 0.6s ease;
  font-size: 16px;
  text-align: left;
}

.card__collection .cards--two .position {
    position: absolute;
    top: 62%;
    left: -100%;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    z-index: 8;
    transition: all 1s ease;
}

/* animation team member card */
.card__collection .cards--two:hover .position {
    left: 8%;
}

.card__collection .cards--two:hover p, .card__collection .cards--two:hover ul {
  left: 4%;
}
.partners .card__collection .cards--two ul {
    left: -600%;
}

.card__collection .cards--two:hover ul {
    top: 65%;
    left: 0!important;
}

.card__collection .cards--two:hover .cards--two__rect {
  top: 22%;
}

.card__collection .cards--two:hover .cards--two__rect:before {
  transform: translateY(15px);
}

.card__collection .cards--two:hover li {
  transform: translateY(0);
}

.card__collection .cards--two:hover .cards--two__tri {
  right: -40%;
}

.card__collection .cards--two:hover .cards--two__tri:before {
  right: -312px;
}

.card__collection .cards--two img {
  transition: all 0.5s ease;
}

.card__collection .cards--two__tri {
  border-top: 220px solid transparent;
  border-bottom: 190px solid transparent;
  border-right: 288px solid #fff;
  opacity: 0.9;
  position: absolute;
  display: block;
  top: -180px;
  right: -100%;
  transition: all 0.3s ease-in-out;
}

.card__collection .cards--two__tri:before {
  border-top: 220px solid transparent;
  border-bottom: 190px solid transparent;
  border-right: 288px solid #29335C;
  position: absolute;
  content: "";
  display: block;
  top: -220px;
  right: -612px;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
}

.card__collection .cards--two__rect {
  width: 750px;
  height: 700px;
  background: #EF4139;
  display: block;
  position: absolute;
  top: 175%;
  left: -78%;
  transform: rotate(30deg);
  z-index: 5;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}

.card__collection .cards--two__rect:before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  background: #141414;
  transform: translateY(200px);
  z-index: 2;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.1s;
}

.card__collection .cards--two .cards__list {
    position: absolute;
    bottom: -70%;
    color: #fff;
    font-size: 13px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    padding: 20px;
}

.card__collection .cards--two:hover .cards__list {
  bottom: 6%;
  cursor: default;
}

.card__collection .card-red .cards--two__rect:before {
    background: #29335C;
}

.card__collection .card-orange .cards--two__rect:before {
    background: #BB2204;
}
.card-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    img {
        height: 100%;
    }
    img:hover {
        transform: scale(1.2);
    } 
}

/* ----------- BENEFITS PAGE ----------- */
#benefits {
    padding: 80px 64px 120px 64px;
}
.cards-container-benefits {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    .card-item-benefit {
        display: flex;
        flex-direction: column;
        width: 410px;
        justify-content: center;
        align-items: center;
        position: relative;
        .img-benefit {
            width: 410px;
            height: 280px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            border-radius: 24px;
            overflow: hidden;
             position: relative;
        }
        .img-benefit img {
            width: 100%;
            transition: all 0.6s ease-in-out;
        }
        /*.img-benefit img:hover {
            transform: scale(1.2);
        } */
    }
    .card-item-benefit:hover img {
        transform: scale(1.2);
    }
    .card-item-benefit:hover .secondary-card {
        box-shadow: 0 0 16px #00000026;
    }
    .secondary-card {
        transition: all 0.5s ease;
        background-color: #F8FDFF;
        border-radius: 18px;
        padding: 28px;
        display: flex;
        align-items:flex-start;
        flex-direction: column;
        width: 80%;
        position:absolute;
        top:70%;
        .top-card-benefit {
            display: flex;
            align-items: center;
            gap: 12px;
            .title-benefit {
                font-size: 18px;
                font-weight: 600;
                letter-spacing: 0px;
                margin-bottom: 12px;
                line-height: normal;
            }
            i {
                font-size: 32px;
                color: #EF4139;
            }
        }
        .desc-benefit {
            line-height: normal;
            color: #5c6672;
        }
    }
}
.mb-large {
    margin-bottom: 140px;
}
.mb-xlarge {
    margin-bottom: 180px;
}
.rectangulo{
  width: 100px;
  height: 200px;
  background: #EF4139;
  display: block;
  position: absolute;
  top: -51%;
  left: -78%;
  transform: rotate(30deg);
  z-index: 5;
  opacity: 0.9;
  transition: all 0.6s ease-in-out;
  border-radius: 24px;

}
.card-item-benefit:hover .rectangulo {
  top: -31%;
  left: 0;
}
.rectangulo2{
  width: 100px;
  height: 200px;
  background: #EF4139;
  display: block;
  position: absolute;
  top: -51%;
  right: -78%;
  transform: rotate(-30deg);
  z-index: 5;
  opacity: 0.9;
  transition: all 0.6s ease-in-out;
  border-radius: 24px;

}
.card-item-benefit:hover .rectangulo2 {
    top: 4%;
    right: -55px;
}

.partners {
    .desc-partners {
        margin-bottom: 40px;
    }
}

/* ----------- RESPONSIVE ------------- */

@media (min-width: 1200px) {
    .container {
        width: 1375px!IMPORTANT;
    }
}
@media (min-width:1200px) {
    .topnav {
        display: none;
    }
}

@media (max-width:1200px) {
    /*mobile navbar*/
    header {
        display: none!important;
    }
    .mobile-container {
      max-width: 480px;
      margin: auto;
      background-color: transparent;
      height: 500px;
      color: white;
      border-radius: 10px;
    }

    .topnav {
/*      overflow: hidden;*/
      background-color: #000000a3;
      position: relative;
/*      padding-top: 40px;*/
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 9999;
      padding: 14px 16px;
      height: 62.28px;
    }

    .topnav #myLinks {
      display: none;
    }
    .topnav .logo-mobile {
        padding: 14px 16px;
    }
    .topnav .links-mobile {
        display: block!important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #1c1c1c;
    }

    .topnav #myLinks a {
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      display: block;
      background-color: #1c1c1c;
      height: 62.28px;
    }

    .topnav a.icon {
      background: transparent;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 24px;
      padding: 14px 16px;
      color: white;
    }

    .topnav a:hover {
      background-color: #000000de;
      color: white;
    }

    .active {
      background-color: transparent;
    }

    /*    sections*/
    #hero .center-container {
        width: 100%;
        margin: 0;
        padding-left: 20px;
    }
    .center-text-section {
        padding: 0;
    }
    .section-container {
        flex-direction: column;
        padding:0;
        .img-container {
            justify-content: center;
        }
    }
    .section-container .text-container {
        padding: 0;
    }
    .bullets-row {
        flex-direction: column;
        width: 100%;
    }
    .bullet-item {
        width: 100%;
    }
    .traineeship {
        padding: 0;
    }
    .title-blue-container h1 {
        width: 100%;
    }
    .card__collection {
        flex-direction: column;
        align-items: center;
    }
    video {
        width: 100%;
    }
    .light-blue-container {
        padding: 20px;
    }
    .text-box {
        width: 100%;
    }
    .footer-container {
        padding:0;
        h1 {
            font-size: 32px;
        }
    }
    .hero-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer {
        padding: 80px 20px;
        >.container {
            >.row {
                flex-direction: column;
            }
        }
        .footer-title {
            margin-top: 32px;
        }
        label a {
            color: white;
        }
    }
    .cards-container-benefits {
        flex-direction: column;
        padding: 0 20px;
        .card-item-benefit {
            margin-bottom: 140px;
        }
    }
    .mb-large {
        margin: 0;
    }
    .video-content {
        flex-direction: column;
        width: 100%!important;
    }
    .copy-body {
        padding: 0!important;
    }
    #dataworks-video {
        height: 94vh!important;
        width: unset;
    }
    .section-container.container {
        width: 100%;
    }
    .our-vision {
        .video-content {
            justify-content: center;
        }
    }
    .contact-block {
        flex-direction: column;
        .left {
            width: 100%;
            h2, .desc-contact {
                text-align: center;
                width: 100%!important;
            }
        }
    }
    #benefits {
        padding: 80px 0;
        .card-item-benefit {
            width: 100%;
        }
            .img-benefit {
                width: 100%;
            }
    }
    .pic-1 {
        width: 100%;
    }
    .center-text-section p {
        font-size: 18px;
    }
    .blue-container {
        padding: 20px;
    }
    .card__collection .cards {
        width: 100%;
    }
    .light-blue-container .text-box {
        padding: 32px;
    }
    .form {
        padding: 32px;
        input, select {
            padding: 14px 16px 15px;
        }
    }
    #hero.details-hero .center-container {
    & .center-text {
        h1 {
            padding-right: 0;
            padding-bottom: 100px;
            font-size: 40px;
            }
        }
    }
    section#dataworks {
            height: 133vh;
            .video-content {
                padding: 32px;
            }
            #dataworks-video {
                height: 133vh!important;
            }
    }

    /*    hero img bg*/
    #hero{
        background-image: url("../img/responsive-1.png");
    }
    #hero.details-hero.what-is {
        background-image: url("../img/responsive-3.png");
        background-size: contain!important;
    }
    #hero.details-hero.about {
        background-image: url("../img/responsive-6.png");
        background-size: contain!important;
    }
    #hero.details-hero.how {
        background-image: url("../img/responsive-7.png");
        background-size: contain!important;
    }
    #hero.details-hero.contact {
        background-image: url("../img/responsive-8.png");
        background-size: contain!important;
    }
    #hero.details-hero.pricing {
        background-image: url("../img/responsive-10.png");
        background-size: contain!important;
    }
    #hero.details-hero.features {
        background-image: url("../img/responsive-2.png");
        background-size: contain!important;
    }
    #hero.details-hero.benefits {
        background-image: url("../img/responsive-5.png");
        background-size: contain!important;
    }
    #hero.details-hero.terms, #hero.details-hero.support  {
        background-image: url("../img/responsive-4.png");
        background-size: contain!important;
    }
}





