

* {
    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;
}

.underline-hover{
    margin-right: 8px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    color: #000000;
    text-decoration: none;
    background-image: linear-gradient(#666, #666);
    background-size: 0% 2.5px;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    background-position: left bottom;
    text-transform: uppercase;
}

.underline-hover:hover{
    background-size: 100% 2.5px;
}



.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::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 .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-global p{
    color:#fff;
}


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

.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;
}

.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);
}


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



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

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

.business-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-business {
    position: relative;
    z-index: 999;
}

.animat-business::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-business: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-size: 5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1em;
    color: #fff;
}


.business-text-items {
    width: 100%;
    margin-bottom: 180px;
}

.business-text-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.business-texts {
    width: 44%;
    text-align: center;
}

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

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


.business-svg {
    margin-bottom: 30px;
}

.business-lines {
    width: 100%;
    margin-bottom: 80px;
}

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

.business-lines-activities:nth-child(2) {
    margin-bottom: 200px;
}

.business-lines-up {
    margin-bottom: 80px;
}

.business-lines-up p {
    font-weight: 600;
    font-size: .8125rem;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 0.3125rem;
}

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

.business-lines-activities {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.business-card {
    width: 290px;
    height: 280px;
    margin-right: 50px;
    margin-bottom: 25px;
    transition: transform 0.4s ease;
    position: relative;
}

.business-card:hover {
    transform: scale(1.1);
}

.business-card-title-hover {
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    height: 100%;
}

.business-card-title {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-0.1em;
}

.business-card-title p {
    position: absolute;
    top: 80%;
    left: 11%;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .25px;
    line-height: 1.5em;
    color: #fff !important;
}

.business-card-title p a {
    position: absolute;
    top: 80%;
    left: 11%;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .25px;
    line-height: 1.5em;
    color: #fff !important;
}

.business-card-title-hover p {
    position: absolute;
    top: 80%;
    left: 11%;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .25px;
    line-height: 1.5em;
    color: #fff !important;
}





/* ========PROJECTS SECTIONN======= */



.projects {
    width: 100%;
    height: 900px;
    margin-top: 180px;
}

.projects-inner {
    width: 100%;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.projects-left {
    width: 46%;
    height: 700px;
    padding-left: 40px;
}


.projects-left-items p {
    margin-bottom: 0.3125rem;
    color: #666;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.projects-left-items h2 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25em;
}

.projects-left-items .see-all-projects {
    width: 230px;
    height: 62px !important;
    border: none;
    background-color: #ffc700;
    border-radius: 30px;
    margin-top: 40px;
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 100px;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projects-left-items .see-all-projects:hover {
    background-color: #e2a30a;
    box-shadow: 0 -0.125rem 0.5rem 0 rgba(0, 0, 0, .32);
}

.projects-left-buttons {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
}

.projects-left-buttons-two {
    width: 50%;
    display: none;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
}

.project-left-button button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background-color: #ffc700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.project-left-button-two button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background-color: #ffc700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.project-left-button button:hover {
    transform: scale(1.03);
    box-shadow: 0 -0.125rem 0.5rem 0 rgba(0, 0, 0, .32);
}

.project-left-button-two button:hover {
    transform: scale(1.03);
    box-shadow: 0 -0.125rem 0.5rem 0 rgba(0, 0, 0, .32);
}

.project-right-button button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background-color: #ffc700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.project-right-button-two button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background-color: #ffc700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.project-right-button button:hover {
    transform: scale(1.03);
    box-shadow: 0 -0.125rem 0.5rem 0 rgba(0, 0, 0, .32);
}

.project-right-button-two button:hover {
    transform: scale(1.03);
    box-shadow: 0 -0.125rem 0.5rem 0 rgba(0, 0, 0, .32);
}


.project-buttons-numbers span {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1.5em;
}

.project-buttons-numbers-two span {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1.5em;
}

.projects-slider {
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.swiper2 {
    width: 420px;
    height: 100%;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: 380px;
    height: 550px;
    position: relative;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.project-card {
    width: 100%;
    height: 100%;

}






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

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

.project-card-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.384);
}

.project-card-title p {
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 14%;
    left: 8%;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.project-card-title.active p {
    top: 8%;
    transform: translateY(0);
}


.latest-news {
    width: 100%;
    margin-bottom: 80px;
}

.latest-news-inner {
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

.latest-news-up {
    width: 100%;
}

.latest-news-up h2 {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.25em;
    margin-bottom: 15px;
}

.latest-news-up a {
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: 2px;
    color: #666;
}


.latest-news-up i {
    font-size: 22px;
    margin-left: 8px;
}

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

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

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

.latest-news-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 85px;
    flex-wrap: wrap;
}

.latest-new {
    width: 300px;
    height: 186px;
    margin-top: 20px;
    margin-bottom: 20px;
   display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.latest-new-texts h2 a {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: .25px;
    line-height: 1.5em;
    margin-bottom: 10px;

}


.latest-new-texts{
position: relative
}


.latest-new-texts p {
    font-weight: 600;
    font-size: .8125rem;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 25px;
}

.latest-new-press {
    width: 195px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 20px;
}



/* =======KEYSSS===== */



.key{
    border-bottom: 1px solid gray;
    margin-top: 50px;
    background: #4799e5;
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .figures-text{
    margin-bottom: 45px;
  }
  .figures-text p{
    margin-bottom: 1.875rem;
    font-weight: 600;
    font-size: 1.45rem;
    letter-spacing: .75px;
    line-height: 1.5em;
    width: 23.25rem;
  }

  .figures-button a {
    position: relative;
    width: 22.25rem;
    padding: 23px 51px;
    text-align: center;
    color: #000;
    border: 0.125rem solid transparent;
    background-color: #fff;
    transition: background-color .25s ease-out .1s,color .35s ease-out,box-shadow .35s ease-out;
    display: inline-table;
    vertical-align: middle;
    position: relative;
    border-radius: 1.875rem;
    box-sizing: border-box;
}

    .figures-button a::before {
        content: "";
        position: absolute;
        bottom: -2px;
        right: 0;
        border-radius: 50px;
        width: 100%;
        height: 100%;
        background-color: #000;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.3s ease;
  }

  .figures-button a:hover::before {
    width: 100%;
    transform-origin: center;
    transform: scaleX(1);
    height: 100%;
    border-radius: 1.875rem;
  }
  .figures-button a:hover{
    background: #000;
    transition: 0.5s;
  }
  .figures-button a span{
    letter-spacing: 2px;
    font-weight: 600;
  }
  .figures-button a:hover span{
    color: #fff;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 5;
  }
  .key-info{
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
  }
  .figures-revenues{
    display: flex;
    flex: 0.6;
    justify-content: space-between;
  }
  .reven-capit .fig-value{
    margin-bottom: 35px;
  }
  .operat-emplo .fig-value{
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
  }
  .fig-value p span{
    margin: 0;
    font-weight: 400;
    font-size: 4rem;
    letter-spacing: 1.5px;
    line-height: 1em;
  }

  .fig-value p{
    font-weight: 400;
    font-size: 4rem;
    letter-spacing: 1.5px;
    line-height: 1em;
  }


