
@import "../fonts/styles.css";

* {
    font-family: 'ElMessiri-Regular';

}



 .projects {
     background: #457c8b;
     padding: 53px 0;
 }
.title_proj_section {
    text-align: center;
    font-size: 37px;
    margin-bottom: 25px;
    color: #ffffff;
}
.image_proj   {

    text-align: center;
    color: #ffffff;
}
.image_proj img {
    width: 253px;
    height: 253px;
    border-radius: 50%;
    border: 4px solid #f8f9fa;
    margin-bottom: 15px;
    transition: 0.5s;
}
.image_proj img:hover {
    border: 4px solid #ffc107;
}

.title_proj
{
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}


.name_t {
    padding: 0 2px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.title_t {

    margin-bottom: 21px;
}

.social_t a
{
    text-decoration: none !important;
    color: #ffffff;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 9px;
    border-radius: 50%;
    background: #b3b3b3;
    transition: 0.3s;
}

.social_t a:hover
{

    background: #6f6f6f;
}


.team {
    background: #d4d4d4de;
    min-height: 500px;
    padding: 15px;
}

.grid_team
{
    height: 265px;
    width: 100%;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 2px 12px 5px rgba(0,0,0,0.1);
}

.imgTeam {
    top: -22px;
    position: relative;
    text-align: center;
}

.imgTeam img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0px 2px 12px 5px rgba(0,0,0,0.1);
}

.titleGrid {
    text-align: center;
    font-size: 22px;
    margin-bottom: 75px;
}
.cat_content
{
    margin-bottom: 30px;
    display: block;
    position: relative;
    text-decoration: none !important;
    border: 3px solid #474648a6;
    border-radius: 5px;
}

.title_catg
{
    color: #000000;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    opacity: 0;
}

.cat_content:hover .title_catg
{
    background: rgba(255, 255, 255, 0.89);
    opacity: 1;
}

.cat_content img
{
    width: 100%;
    height: 270px;
}

.menu_site
{
    width: 100%;
    z-index: 10000;
    position: absolute;
    bottom: 197px;
}
.category
{
    width: 100%;
    margin-top: -45px;
    z-index: 10000;
    position: relative;
}

.menu_site li
{
    background: transparent;

}

.menu_site li a
{
    background: transparent;
    padding: 0 13px;
    text-decoration: none !important;
    border: 1px solid;
    color: #ffffff;
    border-radius: 5px;
    transition: 0.3s;
}

.menu_site li a:hover
{

    color: #ffc107;

}

.overVideo .social_media a
{
    color: #ffffff;
    font-size: 24px;
    padding: 0 6px;
    text-decoration: none !important;
}

.header_site .social_media a
{
    color: #000000;
    font-size: 24px;
    padding: 0 6px;
    text-decoration: none !important;
}

.video_header {
    max-height: 700px;
    overflow: hidden;
    text-align: center;
    background: #201f20;
    position: relative;
}
.video_motion
{
    width: 100%;
    margin-top: -106px;
}
.overVideo
{
    background: #040404c2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;

}



.header_fixed {
    z-index: 100000;
    position: fixed;
    width: 100%;
    padding: 15px 0;
    transition: 0.5s;
}



.header_fixed.scroll  {
    border-bottom: 2px solid #b0b0b063;
    box-shadow: 3px 2px 7px 0 #48484866;
}

.header_fixed.scroll a  {
    color: #000000 !important;
}


.header_fixed.scroll span  {
    color: #000000 !important;
}


.header_site
{
    width: 100%;
    background: white;
    border-bottom: 2px solid #b0b0b063;
    padding: 15px 0;
    box-shadow: 3px 2px 7px 0px #48484866;
    position: fixed;
    z-index: 150000;
}
.down_fixed_menu
{
    height: 161px;
}


.logo
{
    text-align: center;
}
.logo img {
    max-width: 140px;
}
.social_media {
    height: 34px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000000;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 32px 8px 8px ;
    text-decoration: none;
    font-size: 25px;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    margin-right: 50px;
}

#main {
    transition: margin-right .5s;

}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.42);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
