* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
}


.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.header-up {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.header-up-enhance p {
    font-size: 0.725rem;
    font-weight: 600;
    position: relative;
}

.header-up .header-up-enhance p::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.header-global {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.header-global select {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 999999;
}

.header-global:hover select {
    display: block;
}
.language-selector {
    width: 100px;
    display: none;
    position: absolute;
    text-align: center;
    z-index: 999999;
    background-color: #fff;
}

.language-selector ul{
margin-right: 8px;
}
.language-selector ul li{
margin-top: 8px;
}

.language-selector.active {
    display: block;
}

.header-up .header-up-enhance p:hover::after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}



.header-up-right {
    width: 43%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-up-right .ferrovial p {
    font-size: 0.725rem;
    font-weight: 600;
    position: relative;
}

.header-up-right .ferrovial p::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.header-up-right .ferrovial p:hover::after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}


.header-up-right .header-global p {
    font-size: 0.725rem;
    font-weight: 600;
    position: relative;
}

.header-up-right .header-global p::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.header-up-right .header-global p:hover::after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    z-index: 7;

}

.header-logo{
    width: 150px;
    height: 76px;
    }

    .header-logo-fixed{
    display: none;
    width: 116px;
    height: 89px;
    }

    .header-logo-fixed img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .header-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

.header-menu {
    width: 60%;
}

.header-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu ul li {
    position: relative;
}

.header-menu ul li a {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.header-menu ul li .hover-a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.header-menu ul li .hover-a:hover::after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}


.header-hamburger-menu {
    display: none;
    cursor: pointer;
}

.hamburger-menu-none {
    display: none;
}

.hamburger-menu-x {
    cursor: pointer;
    display: none;
}

.hamburger-menu-x span {
    font-size: 30px;
    color: #abb8c3;
}

.active-hamburger-x {
    display: block;
}

.header-hamburger-menu i {
    font-size: 30px;
    color: #abb8c3;
}


.hamburger-menu {
    opacity: 0;
    position: absolute;
    right: -100%;
    top: 80px;
    height: 400px;
    width: 0;
    background-color: #ffffff;
    transition: 0.3s ease;
    overflow: hidden;
}

.active-menu {
    opacity: 1;
    width: 100%;
    right: 0;
    z-index: 9999;
    overflow: hidden;
}

.hamburger-menu .hamburger-menu-inner ul {
    width: 100%;
    border-bottom: 1px solid #acadaf;
    border-top: 1px solid #acadaf;
}


.hamburger-menu .hamburger-menu-inner ul li {
    padding: 0 25px;
    height: 58.8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #acadaf;
}

.hamburger-menu .hamburger-menu-inner ul li a {
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

/*.hamburger-menu .hamburger-menu-inner ul li:nth-child(5) {*/
/*    border-bottom: none;*/
/*    height: 30px;*/
/*}*/

.contact-ferrovial {
    display: flex;
    justify-content: center;
    font-size: 0.725rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.6em;
}

.hamburger-menu .hamburger-menu-down {
    width: 100%;
    height: 49px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.hamburger-menu .hamburger-menu-down .hamburger-enhance p {
    font-size: 0.725rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}



.hamburger-menu .hamburger-menu-down .hamburger-global p {
    font-size: 0.725rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hamburger-global p{
    color:#fff;
}

.hamburger-global {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.hamburger-global select {
    display: none;
    position: absolute;
    top: -10px;
    left: -4px;
    width: 80px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 999999;
}

.hamburger-global:hover select {
    display: block;
}

/* ====================================FOOTERR==================== */



footer {
    padding-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid #666;
}

footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
}



.menu-app {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 20px;
    align-items: center;
}

.menu-app .footer-menu ul {
    display: flex;
    align-items: center;
}

.menu-app .footer-menu ul li {
    margin-left: 1.5rem;
}

.turn {
    transform: rotate(268deg);
    font-weight: 600;
    font-size: 1rem;
    margin-left: 3px;
}

.menu-app .footer-menu ul li a {
    color: #666;
    font-weight: 400;
    font-size: 1rem;
}


.menu-app .mobile-app {
    display: flex;
    align-items: center;
}

.menu-app .mobile-app p,
a,
span {
    margin-left: 0.5rem;
    color: #000;
}

.menu-app .mobile-app i {
    color: #666;
}

.social-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}

.social-copy .social {
    display: flex;
}

.social-copy .social .social-icon {
    margin-left: 0.6rem;
    padding: 0;
}

.social-copy .social .social-icon a {
    font-size: 22px;
    color: #666;
}

.social-copy .social .social-icon a:hover {
    transition: 0.5s;
    color: #000;
}

.social-copy .copy {
    width:40%;
    display: flex;
    align-items: center;
}

.social-copy .copy ul {
    width:100%;
    display: flex;
justify-content: space-around;
    align-items: center;}

.social-copy .copy ul li {
    margin-left: 1.5rem;
}

.social-copy .copy ul li a {
    font-weight: 400;
    font-size: .875rem;
    color: #666;
}

.social-copy .copy ul li span {
    font-weight: 400;
    font-size: .775rem;
    color: #666;
}

.animat {
    position: relative;
    z-index: 999;
}

.animat::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #666;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 999;
}

.animat:hover:after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}



#spl {
    position: relative;
}

#spl-li {
    position: relative;
    z-index: 999;

}

#s-text {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.428);

}



#s-text a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

#s-text a:hover::after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}

#s-text a i {
    font-size: 1.2rem;
    margin-left: 5px;
}





.business-dropdown {
    width: 100%;
    height: 600px;
    background-color: #fff;
    position: absolute;
    top: 53px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin-top: 26px;
    transition: 0.3s ease-in;
    padding-right: 25px;
}


.business-dropdown-active {
    opacity: 1;
    visibility: visible;
    transition: 0.3 ease-in;
    width: 90%;
    position: absolute;
    left: 5%;
}


.business-about:hover a {
    color: #000 !important;
}

.busines-about:hover .hover-i {
    transform: rotate(180deg);
    color: #000 !important;
}

.business-dropdown-up {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;

}

.business-dropdown-link a {
    color: #666 !important;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 2px;

}

.business-dropdown-link i {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin-left: 5px;
}

.business-dropdown-x i {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.business-dropdown-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.business-dropdown-left {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-left: 15px;
}

.business-dropdown-left a {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}



.business-inner-right {
    width: 40%;
    padding: 25px;
}

.business-inner-right-title h2 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1.5em;
    color: #000 !important;
    margin-bottom: 20px;
}

.business-inner-right-cards {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.business-card {
    width: 200px;
    height: 220px;
    cursor: pointer;
}

.business-card .business-card-image {
    width: 100%;
    height: 100%;
}

.business-card .business-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-card-title {
    margin-top: 15px;
    width: 180px;
        text-indent: -0.5em;
}

.business-card-title p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000 !important;
}





.about-dropdown {
    width: 100%;
    height: 600px;
    background-color: #fff;
    position: absolute;
    top: 53px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin-top: 26px;
    transition: 0.3s ease-in;
    padding-right: 25px;
}

.hover-about .hover-i {
    transition: 0.3s ease-in;
}


.about-dropdown-active {
    opacity: 1;
    visibility: visible;
    transition: 0.3 ease-in;
    width: 90%;
    position: absolute;
    left: 5%;
}

.hover-about:hover {
    cursor: pointer;
    background-color: #fff !important;
    color: #000 !important;
    padding: 28px 5px;
}

.hover-about:hover a {
    color: #000 !important;
}

.hover-about:hover .hover-i {
    transform: rotate(180deg);
    color: #000 !important;
}

.about-dropdown-up {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;
}

.about-dropdown-link a {
    color: #666 !important;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 2px;

}

.about-dropdown-link i {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin-left: 5px;
}

.about-dropdown-x i {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.about-dropdown-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.about-inner-left {
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.left-link {
    width: 100%;
    height: 100px;
    /* margin-bottom: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #666;
    border-left: none;
    border-top: none;
}

.left-link a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000 !important;
    width: 100px;
}

/* ====menu hover */

.about-inner-center-one .about-inner-center-up {
    width: 100%;
}

.about-inner-center-up a {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #666 !important;
    letter-spacing: 2px;
    margin-right: 5px;
}

.about-inner-center-up i {
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

.about-inner-center-down {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.about-inner-center-down .about-center-link {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.about-inner-center-down .about-center-link a {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000 !important;
}

.management-link {
    width: 80% !important;
}

.board-link {
    width: 55% !important;

}

.about-inner-right {
    width: 40%;
    padding: 25px;
}

.about-inner-right-title h2 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1.5em;
    color: #000 !important;
    margin-bottom: 20px;
}

.about-inner-right-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-card {
    width: 200px;
    height: 220px;
    cursor: pointer;
}

.about-card .about-card-image {
    width: 100%;
    height: 100%;
}

.about-card .about-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-card-title {
    margin-top: 15px;
    width: 180px;
        text-indent: -0.5em;
}

.about-card-title p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000 !important;
}



.about-inner-center-one {
    width: 33%;
    padding: 25px;
    visibility: visible;
    transition: 0.3s ease-in;
    margin-left: -100px;
}

.about-one-none {
    display: none;
    transition: 0.3s ease-in;
}

.about-one-visibility{
visibility: visible;
}

.about-one-none {
    display: none;
    transition: 0.3s ease-in;
}

.about-inner-center-two {
    width: 33%;
    padding: 25px;
    display: none;
    visibility: hidden;
    transition: 0.3s ease-in;
}

.about-inner-two-active {
    display: block;
    visibility: visible;
    transition: 0.3s ease-in;
}





/* ===BUSINESS DROPDOWN=== */


.hamburger-business-dropdown {
    opacity: 0;
    position: absolute;
    right: -100%;
    top: 80px;
    height: 350px;
    width: 0;
    background-color: #ffffff;
    transition:  0.4s ease;
    overflow: hidden;
}

.hamburger-business-dropdown-active {
    opacity: 1;
    width: 100%;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    transition:  0.4s ease;
}
.hamburger-menu-business-dropdown-back-icon {
margin-bottom: 15px;
padding-left: 25px;
}

.hamburger-menu-business-dropdown-back-icon i{
font-size: 18px;
font-weight: 600;
color: #666;

}
.hamburger-business-dropdown-up-title{
margin-bottom: 15px;
padding-left: 25px;
}
.hamburger-business-dropdown-up-title p{
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.5px;
}

.hamburger-business-dropdown-inner{
width: 100%;
display: flex;
flex-direction: column;
}

.hamburger-business-dropdown-inner-link{
height: 58.8px;
}

.hamburger-business-dropdown-inner-link .hamburger-business-dropdown-inner-link-up{
padding-left: 14px;
padding-right: 25px;
width: 100%;
height: 58.8px;
display: flex;
flex-direction: column;
justify-content: start;
position: relative;
}

.hamburger-business-dropdown-inner-link a{
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 1.4px;
}

.hamburger-business-dropdown-inner-link-up a{
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin-top: 15px;
}

.hamburger-business-dropdown-inner-link p i{
font-size: 1rem;
font-weight: 600;
color: #ffc700;
}


.hamburger-business-dropdown-inner-link-dropdown a{
font-size: 16px;
font-weight: 400;
letter-spacing: 0.25px;
line-height: 1.5556em;
margin-top: 8px;
}

.hamburger-business-dropdown-inner-link-dropdown{
width: 100%;
opacity: 0;
display: flex;
visibility: hidden;
flex-direction: column !important;
transition: height  0.4s ease-in-out;
padding-left: 14px;
padding-right: 25px;
}

.hamburger-business-dropdown-inner-link-dropdown-active{
width: 100%;
opacity: 1;
visibility: visible;
transition: height  0.4s ease-in-out;
}


.business-link-height{
height: 58.8px;
transition: heigth 0.4s ease-in;
}

.business-link-height-two{
    height: 58.8px;
    transition: heigth 0.4s ease-in;
    }

.business-link-height-two-active{
height: 90px;
transition: heigth 0.4s ease-in;
}
.business-link-height-active{
    height: 131px;
    transition: heigth 0.4s ease-in;
    }

.hamburger-business-dropdown-inner-link-two{
    width: 100%;
    opacity: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column !important;
    transition: height  0.4s ease-in-out;
    padding-left: 14px;
    padding-right: 25px;
}

.hamburger-business-dropdown-inner-link-two-active{
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: height  0.4s ease-in-out;
}

.hamburger-about-dropdown {
    opacity: 0;
    position: absolute;
    right: -100%;
    top: 80px;
    height: 350px;
    width: 0;
    background-color: #ffffff;
    transition: 0.4s ease;
    overflow: hidden;
}

.hamburger-about-dropdown-active {
    opacity: 1;
    width: 100%;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    transition: 0.4s ease;
}

.hamburger-menu-about-dropdown-back-icon {
    margin-bottom: 15px;
    padding-left: 25px;
}

.hamburger-menu-about-dropdown-back-icon i {
    font-size: 18px;
    font-weight: 600;
    color: #666;

}

.hamburger-about-dropdown-up-title {
    margin-bottom: 15px;
    padding-left: 25px;
}

.hamburger-about-dropdown-up-title p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hamburger-about-dropdown-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hamburger-about-dropdown-inner-link {
    height: 58.8px;
}

.hamburger-about-dropdown-inner-link .hamburger-about-dropdown-inner-link-up {
    padding-left: 14px;
    padding-right: 25px;
    width: 100%;
    height: 58.8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.hamburger-about-dropdown-inner-link a {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.4px;
}

.hamburger-about-dropdown-inner-link p i {
    font-size: 1rem;
    font-weight: 600;
    color: #ffc700;
}


.hamburger-about-dropdown-inner-link-dropdown a {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 1.5556em;
    margin-top: 8px;
}

.hamburger-about-dropdown-inner-link-dropdown {
    width: 100%;
    opacity: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column !important;
    transition: height 0.4s ease-in-out;
    padding-left: 14px;
    padding-right: 25px;
}

.hamburger-about-dropdown-inner-link-dropdown-active {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: height 0.4s ease-in-out;
}


.about-link-height {
    height: 58.8px;
    transition: heigth 0.4s ease-in;
}

.about-link-height-two {
    height: 58.8px;
    transition: heigth 0.4s ease-in;
}

.about-link-height-two-active {
    height: 90px;
    transition: heigth 0.4s ease-in;
}

.about-link-height-active {
    height: 190px;
    transition: heigth 0.4s ease-in;
}

.hamburger-about-dropdown-inner-link-two {
    width: 100%;
    opacity: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column !important;
    transition: height 0.4s ease-in-out;
    padding-left: 14px;
    padding-right: 25px;
}

.hamburger-about-dropdown-inner-link-two-active {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: height 0.4s ease-in-out;
}


/* business bg */

.animat::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 999;
}

.animat:hover:after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}


.about-us {
    position: relative;
    top: -80px;
    width: 100%;
    height: 700px;
    z-index: 5;
    background-color: #fff;
}



.about-us-bg-video {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.about-us-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-us-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}

.video-overlay {
    position: absolute;
    top: 14%;
    left: 4%;
    z-index: 9999;
    cursor: pointer;
}

.play-pause-icon {
    width: 256px;
    height: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #00000070;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
}

.play-pause-icon i {
    color: #fff;
    font-size: 14px;
}

.play-pause-icon p {
    color: #ffffff;
    font-size: 14px;
}

.play-video {
    display: none;
}


.animat-about-us {
    position: relative;
    z-index: 999;
}

.animat-about-us::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 999;
}

.animat-about-us:hover:after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}

.video-title {
    position: absolute;
    top: 33%;
    left: 13%;
    width: 720px;
    height: 123px;
}

.video-title p {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    width: 12%;
    margin-bottom: 20px;
}

.video-title h2 {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.25em;
    color: #fff;
}


/* =====JOURNEY===== */
.journey {
    width: 100%;
    height: 500px;
}

.journey-inner {
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-image: url('../img/dots.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 31%;
}

.journey-texts {
    width: 48%;
}

.journey-svg {
    margin-bottom: 25px;
}

.journey-texts h2 {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5em;
    margin-bottom: 1.25rem;
    color: #000;
    width: 100%;
}

.journey-texts p {
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: .25px;
    line-height: 1.5556em;
    text-align: center;
    color: #666;
}




/* =======CAREERS======== */


.careers {
    width: 100%;
    height: 700px;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.join-us {
    width: 100%;
    height: 80%;
}

.join-us-title {
    width: 100%;
}

.join-us-title p {
    color: #666;
    font-size: 0.8125rem;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 0.3125rem;
}

.join-us-title h2 {
    color: #000;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2em;
}


.join-us-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join-us-inner .join-us-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.join-us-inner .join-us-image img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.join-us-items {
    width: 100%;
    height: 100%;
}

/*
.h2-title{
position: relative;
}



.joins-title .h2-image-up {
    position: absolute;
    display: inline-block;
    z-index: -5;
    left: -78px;
    top: -32px;
    width: 64px;
    height: 64px;
}



.joins-title .h2-image-down {
    position: absolute;
    display: inline-block;
    top: 78%;
    z-index: -5;
    right: 10%;
    width: 64px;
    height: 64px;
} */

.join-us-items .h2-title h2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
    margin-bottom: 35px;
}

.join-us-items .office-p {
    margin-bottom: 0.75rem;
    color: #666;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.join-us-items .tomas-p {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 1.5556em;
}

.join-us-buttons {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-us-buttons .button-b {
    width: 316px;
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0.1875rem 0.375rem 0.9375rem 0 hsla(210, 2%, 46%, .25);
}


.button-b a {
    margin-left: 0.5rem;
    color: #000;
    border-right: 1.5px solid #3f3e3e;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}


.button-b:hover {
    background: #4799e5;
    transition: background-color .3s ease-in;
}



/* =====BSUINESS MODEL===== */

.business-model {
    width: 100%;
    /* height: 1000px; */
    padding-left: 25px;
    padding-right: 25px;
}

.business-model-inner {
    width: 100%;
    height: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.business-model-up h2 {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.25em;
    margin-bottom: 1rem;
}

.business-model-up p {
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: .25px;
    line-height: 1.5556em;
    margin-bottom: 1rem;
    color: #666;
}

.business-model-images {
    width: 100%;
    height: 100%;
}

.business-model-image {
    width: 100%;
    height: 285px;
}

.business-model-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.business-model-image-two {
    width: 100%;
    height: 550px;
}

.business-model-image-two img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* =====OUR BUSINESS LOINESS ===== */

.our-business-lines {
    width: 100%;
}

.our-business-lines-inner {
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

.our-business-lines-cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.our-business-lines-inner-up {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 40px;
}

.our-business-lines-inner-up h2 {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.25em;
}

.our-business-card {
    width: 380px;
    height: 320px;
    margin-bottom: 85px;
}

.our-business-card-image {
    width: 100%;
    height: 284px;
}

.our-business-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.animat-card-link {
    position: relative;
    z-index: 999;
}

.animat-card-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 999;
}

.animat-card-link:hover:after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}


.our-business-card-title {
    margin-top: 10px;
}


.our-business-card-title h2 {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: .25px;
    line-height: 1.5em;
    margin-bottom: 0.75rem;
}

.our-business-card-title a {
    font-weight: 600;
    font-size: .8125rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    margin-right: 8px;
}

.our-business-card-link {
    display: flex;
    justify-content: start;
    align-items: center;
}

.our-business-card-title i {
    font-size: 20px;
    color: #666;
}



/* =======WHATT==== */

.what {
    width: 100%;
    height: 580px;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}

.what-two {
    width: 100%;
    height: 580px;
    margin-top: 150px;
    margin-bottom: 50px;
    overflow: hidden;
}


.what-image {
    width: 100%;
    height: 580px;
    position: relative;

}

.what:hover .what-image img {
    transform: scale(1.2);
}

.what-two:hover .what-image img {
    transform: scale(1.2);
}

.what-image img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
    object-fit: cover;
}

.what-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.428);
}

.what-title h2 {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.25em;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.what-title p {
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: .25px;
    line-height: 1.5556em;
    color: #fff;
    position: relative;
    max-width: 31.9375rem;
    margin: 0 auto 1.875rem;
    text-align: center;
}

.what-buttons {
    width: 550px;
    display: flex;
    justify-content: space-between;
}

.what-buttons-two{
width: 550px;
display: flex;
justify-content: center;
align-items: center;
}

.what-left-button{
width: 250px;
height: 62px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 30px;
background-color: #4799e5;
cursor: pointer;
transition: all 0.4s ease;
text-align:center;
}
.what-left-button a{
    font-weight: 600;
    font-size: .8125rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.what-left-button-two{
    width: 475px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #4799e5;
    cursor: pointer;
    transition: all 0.4s ease;
    }
    .what-left-button-two a{
        font-weight: 600;
        font-size: 1rem;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .what-left-button-two:hover{
        background-color: #2f7cc0;
        box-shadow: 0 0.125rem 0.5rem 0 rgba(0,0,0,.32);
    }


.what-left-button:hover{
    background-color:  #2f7cc0;
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0,0,0,.32);
}

.what-right-button{
    width: 250px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    transition: all 0.4s ease;
    cursor: pointer;
    background-color: #000;
    border: 2px solid #4799e5;
}

.what-right-button:hover{
    background-color: #2f7cc0;
    border: none;
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0,0,0,.32);
}

.what-right-button:hover a{
color: #000;
}
.what-right-button a{
    font-weight: 600;
    font-size: .8125rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2f7cc0;
}





/* ======SOCIETY======= */




.society {
    margin-top: 100px;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}

.society-svg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -5;
}
.society-title {
width: 100%;
}

.society-title h2 {
    width: 70%;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25em;
}

.society-inner {
    width: 100%;
}

.society-cards {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.society-card {
    width: 600px;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: grab;
    transition: all 0.3s ease-in;
    margin-right: 40px;
    user-select: none;
}

.society-card:hover {
    transform: scale(1.08);
}

.card-title {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.269);
    padding: 40px;
}

.society-card .card-title h2 {
    width: 280px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1.5em;
    margin-bottom: 24px;
}

.society-card .card-title p {
    width: 280px;
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.25px;
    line-height: 1.5556em;
}


.society-buttons{
width: 100%;
display: flex;
justify-content: end;
align-items: center;
padding-right: 80px;
margin-top: 35px;
}

.card-left-button{
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
background-color: #4799e5;
border-radius: 50%;
margin-right: 10px;

}

.card-left-button button{
border: none;
background-color: transparent;
font-size: 20px;
cursor: pointer;
}

.card-right-button button{
border: none;
background-color: transparent;
font-size: 20px;
cursor: pointer;
}

.card-right-button{
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
background-color: #4799e5;
border-radius: 50%;
margin-left: 10px;

}

.slider-counter{
width: 80px;
display: flex;
justify-content: center;
align-items: center;
}





