::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: #272727;
}

::-webkit-scrollbar-thumb {
    background: #626161; 
}

.logo-companies{
    width: 300px;
}

.logo-companies > img {
    width: 100%;
    height: auto;
}

.blockContent_projectListing--item{
    margin-bottom: 70px;
}

.card-right{
    display: flex;
    justify-content: end;
    text-align: end;
}

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

.wd-full{
    width: 100%;
}

.paragraph-default{
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: white;
    width: 60%;
    text-align: center;
    font-size: 14px;
}

.paragraph-default > span{
    font-weight: bold;
  }

body{
    background-color: #090a0a;
    color: white;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.text-end{
    text-align: end;
}

.title-section-pages{
    margin: 50px;
    font-size: 40px;
    text-align: center;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: max(24px, 2.7vw);

}

.title-section-pages > span{
    color: #ff8c00;
}

.title-secondary{
    font-size: 40px;
}

.container{
    margin-bottom: 100px;
}

.container-cards-expertise{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.card-expertise{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    background-color: rgb(17, 17, 17);
    box-shadow: 5px 0 12px 4px #0000002d;
    padding: 50px;
}

.reserve-card-expertise{
    flex-direction: row-reverse !important;
}

.video-expertise{
    background-color: #ff8c00;
    padding: 5px;
    border-radius: 5px;

}

.video-expertise iframe{
    width: 450px;
    height: 250px;
}

.content-card-expertise{
    width: 35%;
}

.content-card-expertise p{
    font-size: 18px;
}

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

.mg-top-100{
    margin-top: 100px;
}

.mg-bottom-50{
    margin-bottom: 50px;
}

.flex-column{
    flex-direction: column;
}

.container-cards-pillars{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

#pillars-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: white;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.card-pillar{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    width: 300px;
    height: 320px;
    padding: 20px;
    text-align: center;
    background-color: #121212;
    border-radius: 5px;
    box-shadow: 5px 0 12px 4px #00000085;
}

.card-pillar h3{
    color: #ff8c00;
    font-size: 20px;
}

.card-pillar p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: white;
    height: 50%;
}

.img-pillar{
    width: 60px;
}

.img-pillar > img{
    width: 100%;
    height: auto;
}

#header-aboutus{
    background-color:#F4F5F6 ;
    height: 90vh;
    color: #010101;
}

#title-aboutus{
    width: 50%;

}

#title-aboutus h1{
    font-weight: 800;
    font-size: 60px;
    text-align: start !important;
    margin: 0 !important;
    font-size: max(24px, 2.7vw);
}

#title-aboutus p{
    width: 80%;
    margin-top: 30px;
}

#card-aboutus{
    width: 30%;
    padding: 28px 25px;
    border-radius: 25px;
}

#card-aboutus h2{
    color: #ff8c00;
    margin-bottom: 10px;
    font-size: 30px;
}

#content-aboutus{
    gap: 50px;
}

#phone-img{
    width: 450px;
    
}

#phone-img > img{
    width: 100%;
    height: auto;
    animation: up-down 1.4s infinite ease-in-out alternate;
}

@keyframes up-down{
    from{
      transform: translatey(0px);
    }
    to{
      transform: translatey(-20px);
    }
}


@media (min-width: 320px) and (max-width: 499px) {
    .logo-companies{
        width: 150px;
    }

    p{
        font-size: 13px;
    }

    .title-secondary{
        font-size: max(18px, 2vw);
    }

    .blockContent_projectListing--item{
        margin-bottom: 50px;
    }

    .blockContent{
        padding: 0px 0px;
    }

    .title-section-pages{
        margin: 130px 50px 50px 50px;
    }

    .card-expertise{
        padding: 20px;
    }
   
    .video-expertise iframe{
        width: 320px;
        height: 190px;
    }
    .card-expertise{
        flex-direction: column-reverse !important;
    }

    .content-card-expertise{
        width: 90%;
        text-align: center;
    }
    
    .content-card-expertise p{
        font-size: 13px;
    }

    #title-aboutus{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
        text-align: center;
    }

    #title-aboutus h1, #title-aboutus p{
        text-align: center !important;
    }

    #header-aboutus{
        flex-direction: column;
    }

    #phone-img{
        width: 200px;
        margin-top: 60px;
    }

    #content-aboutus{
        flex-direction: column;
    }

    #card-aboutus{
        width: 90%;
        text-align: center;
    }

    .card-pillar{
        width: 250px;
        height: 300px;
    }

    .card-pillar h3{
        font-size: 14px;
    }

    .card-pillar p{
        font-size: 12px;
    }

    #header-aboutus{
        height: 100vh;
    }
}

/*Tablets*/
@media (min-width: 500px) and (max-width: 1000px) {
    .card-expertise{
        flex-direction: column-reverse !important;
    }

    .content-card-expertise{
        width: 80%;
        text-align: center;
    }

    .content-card-expertise p{
        font-size: 18px;
    }

    #header-aboutus{
        flex-direction: column;
    }

    #title-aboutus{
        width: 80%;
    }

    #title-aboutus h1, #title-aboutus p{
        text-align: center !important;
    }

    #title-aboutus{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
        text-align: center;
    }

    #phone-img{
        width: 250px;
        margin-top: 60px;
    }

    #content-aboutus{
        flex-direction: column;
    }

    #card-aboutus{
        width: 90%;
        text-align: center;
    }
}