/* 2023-11 Leonardo Molina */
@font-face {
    font-family: Montserrat;
    src: url(../assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: Inter;
    src: url(../assets/fonts/Inter/Inter-VariableFont_slnt\,wght.ttf);
}

@font-face {
    font-family: Rajdhani-SemiBold;
    src: url(../assets/fonts/Rajdhani/Rajdhani-SemiBold.ttf);
}

@font-face {
    font-family: Rajdhani;
    src: url(../assets/fonts/Rajdhani/Rajdhani-Medium.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(../assets/fonts/Roboto/Roboto-Regular.ttf);
}

body {
    background: whitesmoke;
    margin: 0px;
}

header {
    /* position: fixed; */
    width: 100%;
    background-color: black;
    height: 90px;
}

footer {
    position: relative;
    z-index: 101;
    background: black;
    color: white;
    /* position: fixed; */
    /* width: 100%;
    background-color: black;
    height: 90px;
    color: white; */
}

section {
    padding-top: 88px;
    margin-top: -88px;
    background-clip: content-box;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


/* selected link */
.contact-email:active {
    color: white;
}

.contact-email:link {
    color: white;
}

/* visited link */
.contact-email:visited {
    color: white;
}

/* mouse over link */
.contact-email:hover {
    color: white;
}

header span {
    color: white;
}

.navbar-color {
    background: linear-gradient(155deg, #080808 0%, black 100%);
}

.navbar-star-container {
    position: absolute;
    width: 100%;
    height: 88px;
    top: 0;
    z-index: -1;
}

.navbar-star {
    width: 42px;
    height: 42px;
}

.navbar-star-top {
    position: absolute;
    top: 35%;
}

.navbar-star-bottom {
    position: absolute;
    bottom: 35%;
}

.navbar-star-r-1 {
    right: 5%;
}

.navbar-star-r-2 {
    right: 12%;
}

.navbar-star-r-3 {
    right: 19%;
}

.navbar-star-r-4 {
    right: 26%;
}

.brand-name {
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.header-logo-img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 64px;
    top: 15.43px;

}

.header-logo-text {
    /* PARTNERS */

    position: absolute;
    width: 141px;
    height: 19px;
    left: 137.58px;
    top: 35.48px;

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26.7468px;
    line-height: 32px;
    color: #F9F9F9;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.55);
}

.nav-link:focus,
.nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.body-container {
    /* position: absolute; */
    /* padding-top: 90px; */
    /* width: 100%; */
    padding-top: 88px;
    /* height: calc(100vh - 90px); */
    left: calc(50% - 1732px/2 - 2px);
    top: calc(50% - 766px/2 - 1581px);
}

.home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0px;
    /* gap: 150px; */
    /* margin-top: 4.84%; */

    /* position: absolute; */
    /* width: 100%; */
    /* left: calc(50% - 1471.5px/2 + 18.75px); */
    top: 4.84%;
    bottom: 81.4%;
    /* background-image: url("../assets/landing_bg.png"); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: 0 50%; */
    position: relative;
    z-index: 2;
}

.home-left-block {
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.home-right-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.separator {
    border: 1px solid rgba(249, 249, 249, 1);
    background: rgba(249, 249, 249, 1);
    width: 70%;
    opacity: 0.5;
}

.projects-quantity {
    /* width: 381px; */
    /* height: 103px; */
    left: 74.5px;
    top: 89.44px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    /* font-size: 120px; */
    font-size: 6vw;
    /* line-height: 179px; */
    letter-spacing: -0.02em;
    color: #F8F8F8;
}

.projects-developed-label {
    /* width: 522px; */
    /* height: 126px; */
    left: calc(50% - 522px/2 - 396.25px);
    top: 245.44px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    /* font-size: 55px; */
    font-size: 3vw;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #F8F8F8;
    /* word-wrap: break-word; */
}

.experience-time-label {
    /* width: 513px; */
    /* height: 32px; */
    left: calc(50% - 513px/2 - 400.75px);
    top: 443.44px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    /* font-size: 40px; */
    font-size: 2vw;
    /* line-height: 78px; */
    letter-spacing: 0.01em;
    color: #F8F8F8;
    /* word-wrap: break-word; */
}

.card-service {
    width: 385px;
    max-width: 100vw;
    height: 172.89px;
    position: relative;
    border-radius: 36.32px;
    box-shadow: -1px 6px 15px rgba(0, 0, 0, 0.25);
}

.card-service .service-img img {
    position: relative;
    width: 118px;
    height: 118px;
    /* left: 152px; */
    /* top: 8px; */
}

.card-service .service-img {
    width: 118px;
    height: 118px;
    padding-top: 17.67px;
    padding-bottom: 18.44px;
    padding-left: 13px;
    padding-right: 13px;
    left: calc(50% - 40px);
    top: 8px;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    opacity: 1;
    transition: all 300ms ease 0s;
}

.card-content {
    box-sizing: border-box;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    opacity: 0.2;
    border: 2.90566px solid #F8F8F8;
    /* filter: blur(1.45283px); */
    border-radius: 36.3207px;
}

.card-service .service-name {
    position: absolute;
    /* width: 301px; */
    /* max-width: 100vw; */
    /* height: 19px; */
    /* left: calc(50% - 301px/2 + 23px); */
    /* top: calc(50% - 19px/2 + 52.06px); */

    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;

    text-align: center;
    letter-spacing: -0.02em;

    color: #F8F8F8;
    bottom: 10%;
    word-wrap: break-word;
    width: 100%;
    padding-left: 43.58px;
    /* left: 65px; */
    transition: all ease-out 0.3s;
}

.card-sidebar {
    width: 43.58px;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    border-radius: 36.32px 0 0 36.32px;
}

.card-container {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;

    z-index: 0;
}

.card-border {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    opacity: 0.20;
    box-shadow: 2.9056589603424072px 2.9056589603424072px 2.9056589603424072px;
    border-radius: 36.32px;
    border: 2.91px #F9F9F9 solid;
    filter: blur(2.91px);
}

.bg-wrapper {
    overflow: hidden;
    position: relative;
}

.general-content {
    position: relative;
    z-index: 2;
}

.general-bg {
    display: block;
    position: absolute;
    /* left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    background: linear-gradient(147.12deg, #000131 -7.77%, #590005 105.25%);
    z-index: 0;
}

.home-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91.9deg, #950008 6.82%, #010233 60.18%, #31326A 101.67%);
    z-index: 0;
}

.general-bg-wrapper::before {
    background-image: url('../assets/background_lines.svg');
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: auto;
    opacity: 0.2;
    z-index: 1;
}

.home-bg-wrapper::before {
    background-image: url('../assets/home_bg.svg');
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    /* top: -88px; */
    width: 100%;
    height: 110%;
    background-repeat: no-repeat;
    background-position: 0 -50px;
    background-size: contain;
    opacity: 0.8;
    z-index: 1;
}

.our-job {
    position: relative;
}

#our_job {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #430F3C 59%, rgba(67, 15, 60, 0) 100%);
}

.our-job .our-job-title {
    left: calc(50% - 1497px/2 + 30.5px);
    top: 988px;
    font-family: 'Rajdhani-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 144px;
    text-align: center;
    color: #F9F9F9;
}

.our-job-title-sm {
    color: #F9F9F9;
    font-size: 45px;
    margin: 8.33vw 0 0 0;
    font-family: 'Rajdhani';
    font-weight: 700;
    word-wrap: break-word;
    text-align: center;
}

.our-job-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
    left: 628px;
    top: 1182px;
}

.our-job-content-header {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.our-job-content-header span {
    width: 100%;
    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.9vw;
    line-height: 42px;
    color: #F9F9F9;
    text-align: center;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.our-job-content-header img {
    height: 110px;
    width: max-content;
}

.our-job-content p {
    width: 100%;
    /* width: 250px;
    height: 50px; */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #F8F8F8;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin-bottom: 0;
}

.flying-bot {
    width: 28.81vw;
    height: 32.85vw;
}

.programming-bot {
    width: 38.98vw;
    height: 39.55vw;
}

.service-box {
    display: flex;
    filter: drop-shadow(0px 0px 21px rgba(15, 104, 170, 0.25));
    box-shadow: -1px 6px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 31vw;
    height: 12.47vw;
    padding: 16px 14px;
}

.service-box-name {
    position: relative;
    top: 0;
    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    padding-left: 29px;
    letter-spacing: -0.04em;
    color: #F8F8F8;
    transition: top ease 0.6s;
}

.service-box-description {
    position: absolute;
    left: calc(11.32vw + 14px);
    top: 40%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    transition: opacity 0.6s;
    opacity: 0;
    color: #F8F8F8;
    max-width: 100%;
    transform: scale(0.5);
    transition: all 0.3s ease-out;
    padding: 0 29px;
    font-size: 1rem;
}

.service-box-icon {
    box-shadow: -1px 6px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 11.32vw;
    align-items: center;
}

.service-box-icon img {
    /* height: fit-content; */
    width: 60%;
}

.our-team-title {
    left: 3.7%;
    right: 65.91%;
    top: 68.57%;
    bottom: 25.58%;
    font-family: 'Rajdhani-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 91px;
    color: #F9F9F9;
}

.our-team-label {
    left: 3.65%;
    right: 71.18%;
    top: 75.75%;
    bottom: 20.84%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #F9F9F9;
    /* text-align: justify; */
}


.team-member-name {
    position: absolute;
    width: 225px;
    height: 20px;
    left: 10%;
    top: 85%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: #F8F8F8;
    opacity: 0.6;
    transition: all 300ms ease 0s;
}

.team-member {
    background: linear-gradient(359.52deg, rgba(0, 0, 0, 0.8) 1.41%, rgba(0, 0, 0, 0) 47.43%);
    border-radius: 20px;
    overflow: hidden;
    /* width: auto; */
    position: relative;
    margin: auto;
    width: fit-content;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.30);
}

.team-member-img-container {
    border-radius: 20px;
    overflow: hidden;
}

.team-member-img-blur {
    width: 324px;
    height: 443px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 47%);
    border-top-left-radius: 50px;
}

.team-member-img {
    object-fit: cover;
    /* background: linear-gradient(359.52deg, rgba(0, 0, 0, 0.8) 1.41%, rgba(0, 0, 0, 0) 47.43%); */
    border-radius: 20px;
    transition: transform .2s;
}

.clients-title {
    width: 1319px;
    height: 51px;
    left: calc(50% - 1319px/2 - 140.5px);
    top: 3474px;
    font-family: 'Rajdhani-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 144px;
    color: #F9F9F9;
}

.card-service:hover .service-name {
    transition: all ease-out 0.3s;
    font-weight: 600;
    bottom: calc((50% - 38px/2));
}

.card-service::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    background: rgba(8, 8, 8, 0.66);
    border-radius: 36.32px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease-out 0.3s;
}

.card-service:hover::before {
    opacity: 1;
}

.card-service:hover .service-img {
    opacity: 0;
}

.service-box {
    transform: translateX(0%);
    transition: transform 0.5s, opacity 0.5s;
}

.service-box:hover .service-box-name {
    top: -35%;
    /* left: 40%; */
}

.service-box:hover .service-box-description {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-out;
}

.service-box:hover {
    transform: translateX(-12%);
}

.team-member-intro {
    position: absolute;
    max-width: 276px;
    /* height: 140px; */
    left: 24px;
    top: 237px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: white;
    opacity: 0;
    transform: translateY(0);
    transition: transform 0.5s, opacity 0.5s;
}

.team-member:hover .team-member-intro {
    opacity: 1;
    transform: translateY(-30%);
}

.team-member:hover .team-member-linkedin {
    opacity: 1;
}

.team-member:hover .team-member-img {
    transform: scale(1.1);
    opacity: 1;
}

.team-member:hover .team-member-img-blur {
    left: 0px;
    top: 0px;
    position: absolute;
    background: linear-gradient(359deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.40) 70%, rgba(0, 0, 0, 0) 100%);
    border-top-left-radius: 50px
}

.team-member:hover .team-member-name {
    transform: translateX(50px);
    opacity: 1;
}

.team-member-linkedin {
    position: absolute;
    left: 7.41%;
    right: 83.33%;
    top: 85.78%;
    bottom: 7.45%;
    opacity: 0;
    transition: opacity 0.5s;
}

.contact-us {
    left: calc(50% - 404px/2 + 610px);
    top: 96px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    /* text-transform: uppercase; */
    color: #C1C1C1;
    display: flex;
    justify-content: end;
    align-items: center;
    /* height: 120px; */
}

.contact-address {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    letter-spacing: -0.04em;
    color: #F5F5F5;
    display: flex;
    /* justify-content: space-around; */
    justify-content: end;
    gap: 30px;
}

.copyright-text {
    color: #F5F5F5;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
}

.team-member-img-rounded {
    height: 250px;
    width: 250px;
    overflow: hidden;
    border-radius: 50%;
}

.team-member-name-sm {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.team-member-intro-sm {
    color: white;
    font-size: 11px;
    line-height: 13px;
    font-family: Inter;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: left;

}

.social-buttons,
.social-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.floating-button {
    position: fixed;
    width: 120px;
    height: 120px;
    bottom: 30px;
    right: 30px;
    /* background-color: #25d366; */
    /* color: #FFF; */
    /* border-radius: 50px; */
    text-align: center;
    /* font-size: 30px; */
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
    background-image: url("../assets/chatbot.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.floating-button::before {
    background-image: url('../assets/chatbot-question.png');
    content: ' ';
    display: block;
    position: absolute;
    left: -100%;
    width: 100%;
    height: inherit;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 1;
    top: 40%;
}

.floating-button:hover::before {
    opacity: 1;
}

/* .floating-button:hover {
    background-image: url("../assets/chatbot-question.png");
    background-repeat: no-repeat;
    width: 250px;
} */

.floating-button i {
    margin-top: 16px;
}


/* Bootstrap carousel */

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }


    .carousel-inner .carousel-item-end,
    .carousel-inner .carousel-item-start {
        transform: translateX(0);
    }
}


.card-img {
    background: transparent;
    border: 0;
    height: 135px;
    margin: auto;
    display: flex;
}

.img-fluid {
    margin: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none;
}

.card {
    background: transparent;
}

/* .carousel-item {
    transition: transform 2s ease-in-out;
} */

.card {
    border: 0;
}

/* END Bootstrap carousel */