* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.aboutUsPage {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 5rem;
}
h1{
    font-size:35px !important;
}
h2 {
    font-size: 34px;
}



.aboutUsContainerPage {
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.whoarewe {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 1rem;

}


.aboutUsTitleAR h2::after {
    position: absolute;
    content: "";
    border-radius: 100px;
    height: 2px;
    background: linear-gradient(133.87deg, #E32E35 5.52%, #EA8A23 115.36%);
    width: 10.5rem;
    translate: 0px 10px;

}
.aboutUsTitle h2::after {
    position: absolute;
    content: "";
    border-radius: 100px;
    height: 2px;
    background: linear-gradient(133.87deg, #E32E35 5.52%, #EA8A23 115.36%);
    width: 13rem;
    translate: 0px 10px;

}

.whatWeDoAR h2::after {
    position: absolute;
    content: "";
    border-radius: 100px;
    height: 2px;
    background: linear-gradient(133.87deg, #E32E35 5.52%, #EA8A23 115.36%);
    width: 14.25rem;
    translate: 0px 10px;

}

.meetingsTitleAR h2::after {
    position: absolute;
    content: "";
    border-radius: 100px;
    height: 2px;
    background: linear-gradient(133.87deg, #E32E35 5.52%, #EA8A23 115.36%);
    width: 8.75rem;
    translate: 0px 10px;

}

.meetingsTitleEN h2::after {
    position: absolute;
    content: "";
    border-radius: 100px;
    height: 2px;
    background: linear-gradient(133.87deg, #E32E35 5.52%, #EA8A23 115.36%);
    width: 14rem;
    translate: 0px 10px;

}

.aboutUsPara {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.meetings {
    width: 100%;
    display: flex;
    justify-content:center;
}

.meetingsPara {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}

.meetingNoSect {
    width: 100%;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 5rem;
    align-items: center;
}
  .count {
    animation: count 1s ease-out forwards;
    overflow: hidden;
  }
  
  @keyframes count {
    from {
      height: 0;
    }
    to {
      height: 1.2em;
    }
  }
.meetingNo h2 {
    font-size: 60px;
    background: -webkit-linear-gradient(#E32E35, #EA8A23);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.meetingNo p {
    text-align: center;
    font-size: 14px;
    color: black;
    font-weight: 600px;
}

.fact{
    border-left: 1px solid #ccc;
}
.factAR{
    border-right: 1px solid #ccc;
}
.facts{
    background-color: #3a4547;
    min-height: 800px;
    display: flex; align-items: center; justify-content: center;
}
.facts-header{
    color:white;
    margin-top: 2rem;

}

.facts-text{
    color:white;
    width:24rem;
}

.facts-img{
    margin-top:1rem;
    width: 77px;
    height: 71px;
    color: orange;
}

.fact button:hover{
    background-color: #fff;
    color: #ed8b00;
    border-color: transparent;
}

.fact button:focus{
    outline: none;
    box-shadow: none;
    background-color: white!important;
}


.fact button{
    background-color: #ed8b00;
    color: #fff;
    border-color: transparent;
    margin-bottom: 2rem;
}

.factAR button:hover{
    background-color: #fff;
    color: #ed8b00;
    border-color: transparent;
}

.factAR button:focus{
    outline: none;
    box-shadow: none;
    background-color: white!important;
}


.factAR button{
    background-color: #ed8b00;
    color: #fff;
    border-color: transparent;
    margin-bottom: 2rem;
}

.clients {
    width: 100%;
    display: flex;
    justify-content: center;
}

.clientsTitle h2::after {
    position: absolute;
    content: "";
    border-radius: 100px;
    height: 2px;
    background: linear-gradient(133.87deg, #E32E35 5.52%, #EA8A23 115.36%);
    width: 20rem;
    translate: 0px 10px;


}

.clientsTitleAR h2::after {
    position: absolute;
    content: "";
    border-radius: 100px;
    height: 2px;
    background: linear-gradient(133.87deg, #E32E35 5.52%, #EA8A23 115.36%);
    width: 15.8rem;
    translate: 0px 10px;
}

.clientLogoSect {
    overflow: hidden;
    width: 100%;

}

.clientLogoContanier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200%;
    animation: carousel 35s linear infinite;
}

@keyframes carousel {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.clientLogo {
    width: 16.6666%;
    /* 100% / 6 items */
    text-align: center;
}


.clientLogo img {
    width: 75%;
    border-radius: 10px;
}



.vidTitle h2::after {
    position: absolute;
    content: "";
    border-radius: 100px;
    height: 6px;
    background: linear-gradient(133.87deg, #E32E35 5.52%, #EA8A23 115.36%);
    width: 29rem;
    translate: 0px 10px;
}

.vidSection {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.vidPlayBtn {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 1px 2px 10px rgba(100, 100, 100, 0.1);
    transition: all 200ms ease-in-out;
}


.vidPlayBtn:hover {
    transform: scale(103%) !important;
    box-shadow: 0px 5px 20px rgba(100, 98, 98, 0.2);
    transition: all 200ms ease-in-out;
}

@media screen and (max-width: 576px) {
    .aboutUsPara p{
        font-size:16px;
    }
    .aboutUsContainerPage {
        flex-direction: column;
        width:110vw;
    }
    .aboutUsTitleAR h2::after {
        width: 7rem;
    }
    .whatWeDoAR h2::after {
        width: 10.15rem;
    }

    .meetingsTitleAR h2::after{
        width:6.7rem;
    }
    .whoarewe {
        display: flex;
        flex-direction: column;
    }

    .meetingNoSect{
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
    .meetingsPara {
        padding:2rem;
    }
    .meetingNo h2{
        font-size: 24px;

    }
    .meetingNo p{
        padding-right: 1rem;
        font-size: 14px;
        margin-left: 0.75rem;
    }
    .rightSect {
        width: 100%;
        height: auto;
        display: none;
    }
    .leftSect {
        width: 100%;
        padding: 2rem;
    }
    .facts-row{
        padding:2rem;
    }
    .facts-text{
        color:white;
        width:auto;
        text-align: center;
    }

    .facts-header{
        text-align: center;
    
    }
    .fact{
        border-top: 1px solid #ccc;
        border-left: 0px solid #ccc;
    }
    .factAR{
        border-top: 1px solid #ccc;
        border-right: 0px solid #ccc;
    }
    .first{
        border-top: 0px solid #ccc !important;
    }
    .aboutUsTitleAR h2{
       font-size:24px;
    }
    .whatWeDoAR h2{
        font-size:24px;
     }
    .clientsTitleAR h2{
        font-size:24px;
    }
    .clientsTitleAR h2::after {
        width: 11.8rem;
    }
    .meetingsTitleAR h2{
        font-size:24px; 
    }
    .clientLogoSect {
        overflow: hidden;
        width: 100%;
    }
    
    .clientLogoContanier {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 200%;
        animation: carousel 20s linear infinite;
    }
    
    @keyframes carousel {
        0% {
            transform: translateX(0);
        }
    
        100% {
            transform: translateX(-50%);
        }
    }
    
    .clientLogo {
        width: 33.33%;
        /* 100% / 6 items */
        text-align: center;
        margin: 1rem;
    }
    
    
    .clientLogo img {
        width: 12rem;
    
    }
    .vidPlayBtn {
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow:none;
}
.vidPlayBtn {
    height: 14rem;
}
    
}