@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --primary-color: #0a74bd;
    --secondary-color: #032338;
    --black: #01121d;
    --text-primary: #5f5f5f;
    --soft-primary: #0a75bd42;
    --shadow: #63636369;
    --duration: 30s;
    --duration2: 40s;
    --total: 3;
    --total2: 8;
}

section {
    width: 100%;
    height: auto;
}

.hero h1 {
    font-size: 75px;
    font-weight: 400;
}

.hero p {
    color: var(--text-primary);
    font-size: 14px;
    text-align: center;
}

.hero {
    color: var(--black);
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
}

.hero .contact-us {
    text-decoration: none;
    color: var(--primary-color);
    background-color: transparent;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    transition: background-color 0.5s ease;
    margin-top: 20px;
}

.hero .contact-us:hover {
    background-color: var(--primary-color);
    color: white;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 100px;
}

.stats .info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.stats .info h1 {
    font-size: 70px;
    font-weight: 300;
    color: var(--primary-color);
}

.stats .info p {
    font-size: 14px;
    color: var(--text-primary);
}

.abt-hom h1,
.team h1 {
    font-size: 50px;
    font-weight: 400;
    color: var(--primary-color);
}

.abt-hom {
    height: auto;
    padding: 0 100px;
}

.about-uss {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, black 20%, transparent 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.abt {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    background-image: url(../Assets/imgs/image5.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.img2 {
    height: 400px;
    width: 100%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.infos {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.infos .details h2 {
    font-size: 50px;
    font-weight: 400;
    margin: 10px 0;
    color: white;
}

.infos .details .iconoxi {
    margin: 30px 0;
}

.infos .details .iconoxi a {
    padding: 10px 50px;
    border-radius: 50px;
    background-color: var(--primary-color);
    color: white;
    margin-right: 10px;
    text-decoration: none;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transition: 0.2s;
}

.infos .details .iconoxi a:hover {
    background-color: #023d64;
}

.infos .details p {
    font-size: 13px;
    padding: 0 50px;
    color: white;
    font-weight: 400px;
}

.location {
    display: flex;
    align-items: center;
    color: white;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.contacto {
    display: flex;
    align-items: center;
    color: white;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.location .side,
.contacto .side {
    color: var(--primary-color);
    margin-right: 10px;
}

.location p,
.contacto p {
    font-size: 13px;
}

.big-info {
    margin-top: 100px;
    background-color: var(--black);
    padding: 100px;
}

.big-info h3 {
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    color: var(--primary-color);
}

.big-info p {
    color: white;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

.team-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.team {
    margin-top: 50px;
}

.team h1 {
    font-size: 50px;
}

.team p {
    font-size: 13px;
    color: var(--text-primary);
}

.card .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-details {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
    background-color: #eeeeee;
    padding: 50px 0;
    position: relative;
    height: 170px;
    overflow: hidden;
    mask-image: linear-gradient(to left, transparent, black 10% 90%, transparent);
}

.team-details h4 {
    font-size: 20px;
    font-weight: 500;
}

.team-details p {
    font-size: 13px;
    font-weight: 500;
}

.card {
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
    position: absolute;
    background-color: white;
    height: inherit;
    left: 100%;
    margin: 50px 0;
    width: 350px;
    display: flex;
    padding: 10px;
    overflow: hidden;
    border-radius: 15px;
    align-items: center;
    animation: scrollX var(--duration) linear infinite;
    animation-delay: calc(var(--duration)/var(--total)*(var(--total) - var(--i)) * -1) !important;
    transition: filter 0.5s ease, opacity 0.5s ease;
}

@keyframes scrollX {
    from {
        left: -350px;
    }
}

.team-details:hover .card {
    animation-play-state: paused;
}

.card:hover {
    border: 1px solid var(--black);
}

.card p {
    color: var(--text-primary);
    font-size: 14px;
}

.image {
    height: 150px;
    width: 150px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    border: 5px solid var(--primary-color);
    justify-content: center;
    border-radius: 100px;
    margin-right: 30px;
    overflow: hidden;
}

.image img {
    height: 100%;
    width: 100%;

}



.linkk a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 20px;
    margin: 2px;
}

.ceo {
    width: 70%;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--primary-color);
    height: 400px;
    margin-bottom: 50px;
    box-shadow: 5px 5px 7px var(--shadow);
}

.ceo-img {
    height: inherit;
    width: auto;
}

.ceo-img img {
    height: 400px;
    border-radius: 20px;
    margin-right: 50px;
}

.gradient {
    color: white;
    background: linear-gradient(90deg, transparent, var(--black) 40%);
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ceo h2 {
    font-size: 40px;
    font-weight: 400;
}

.ceo p {
    font-size: 14px;
}

.linkks a {
    color: white;
    text-decoration: none;
    font-size: 25px;
    margin-right: 10px;
    transition: 0.5s;
}

.linkks a:hover {
    color: var(--primary-color);
}

.process {
    padding: 0 50px;
    margin-bottom: 100px;
}

.our-process {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    flex-direction: column;
    width: 100%;
}

.our-process h1 {
    font-size: 55px;
    font-weight: 400;
    color: var(--primary-color);
    text-align: center;
}

.our-process p {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-primary);
    text-align: center;
}

.proc {
    height: auto;
    width: auto;
    border-radius: 10px;
    background-color: #eeeeee;
    transition: 0.5s;
}

.proc:hover {
    transform: translateY(-10px);
}

.proc .header {
    color: white;
    background-color: var(--black);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px 20px 20px;
    border-radius: 10px;
}

.header .icono {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50px;
    background-color: var(--primary-color);
    border: 3px solid white;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.processes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.proc .bodi {
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 400px;
}

.vendors {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 50px 0;
    height: 80px;
    overflow: hidden;
    gap: 5px;
    mask-image: linear-gradient(to left, transparent, black 10% 90%, transparent);
}

.vend {
    position: absolute;
    height: 50px;
    right: 100%;
    width: auto;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    animation: scrollminusX var(--duration2) linear infinite;
    animation-delay: calc(var(--duration2)/var(--total2)*(var(--total2) - var(--i)) * -1) !important;
    transition: filter 0.5s ease, opacity 0.5s ease;
    overflow: hidden;
    z-index: 100;
}

@keyframes scrollminusX {
    from {
        right: -120px;
    }
}

.vendors:hover .vend {
    animation-play-state: paused;
    filter: grayscale(1);
}

.vendors .vend:hover {
    filter: grayscale(0);
}

@media (max-width: 1024px) {
    .hero h1 {
        font-size: 55px;
    }

    .hero p {
        font-size: 13px;
        line-height: 23px;
    }

    .abt-hom {
        padding: 0 50px;
    }

    .big-info {
        padding: 40px;
    }

    .big-info h3 {
        font-size: 50px;
    }


    .ceo {
        width: 90%;
    }

    .process {
        padding: 0 100px;
    }

    .processes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .vendors .vend:nth-last-child(even) {
        display: none;
    }

}

@media (max-width: 720px) {
    .hero h1 {
        font-size: 45px;
    }

    .hero p {
        font-size: 12px;
        line-height: 23px;
    }
    .hero{
        height: 80vh;
    }

    .abt-hom {
        padding: 0 10px;
    }

    .contacto {
        top: 10px;
        right: 10px;
        height: fit-content;
    }

    .team-box .card {
        scale: 0.65;
    }

    .stats {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        padding: 0 50px;
        margin-bottom: 100px;
    }

    .stats .info {
        background-color: #eeeeee;
        border-radius: 10px;
    }

    .big-info {
        padding: 10px;
    }
    .big-info h3{
        font-size: 40px;
    }


    .ceo {
        display: flex;
        width: 100%;
        flex-direction: column;
        height: auto;
        width: auto;
    }

    .ceo .ceo-img img {
        margin: 0;
        width: 100%;
    }
    .process{
        padding: 10px;
    }

    .processes {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        place-items: center;
    }

    .our-process h1 {
        font-size: 40px;
    }

    .our-process p {
        font-size: 13px;
    }

    .proc {
        margin-bottom: 50px;
        width: 95% !important;
    }

    .vendors .vend:nth-last-child(even) {
        display: none;
    }

    .vendors .vend {
        scale: 0.8;
    }
}