header #header-right #ikon-menu{
    color: rgb(0, 0, 0);
}

header {
    background-color: rgb(255, 255, 255);
    padding-top: 0;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 30px 0px;
    top: 0;
}
header  #header-container #header-right #h-ul-container .li a{
    color: black;
}




body{
    background-color: #f5f5f5;
}
#our-team{
    width: 100%;
    margin-top: 12rem;
    margin-bottom: 8rem;
}
#our-team #team-container{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
#our-team #team-container .persons{
    width: 25%;
    padding: 2rem 0;
    border: 1px solid rgba(0, 0, 0, 0.233);
    border-radius: 6rem 1rem;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    background-color: white;
}
#our-team #team-container .persons:hover{
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    border-radius: 6rem 1rem;
}
#our-team #team-container .persons .girl{
    transform: scale(1.4);
    position: relative;
    top: 3.4rem;
    right: 1rem;
    overflow: hidden;
    margin-bottom: 6rem;
}
#our-team #team-container .persons .person-img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
#our-team #team-container .persons .person-img img{
    width: 22rem;
    height: 100%;
    object-fit: cover;
    margin-bottom: 1rem;
    margin-top: -2rem;
    overflow: hidden;
}
#our-team #team-container .persons .person-name{
    text-align: center;
}
#our-team #team-container .persons .person-name h1{
    font-size: 2rem;
}
#our-team #team-container .persons .person-name h2{
    color: rgba(0, 0, 0, 0.615);
    font-size: 1.9rem;
    margin-bottom: 1rem;
}
/* #our-team #team-container .persons #person-social{
    font-size: 2.8rem;
    text-align: center;
}
#our-team #team-container .persons #person-social a i{
    margin-left: 1rem;
    color: rgba(0, 0, 0, 0);
    margin-top: 2rem;
}
#our-team #team-container .persons:hover #person-social a i {
    color: rgba(0, 0, 0, 0.329);
  }

#our-team #team-container .persons #person-social a:hover .fa-instagram{
    color: #FE116B;
}
#our-team #team-container .persons #person-social a:hover .fa-facebook{
    color: #086DFF;
}
#our-team #team-container .persons #person-social a:hover .fa-whatsapp{
    color: #2CD46B;
} */





/* title */
.title-categories{
    font-size: 2.8rem;
    width: 86%;
    margin: 0 auto 1rem auto;
    color: rgba(0, 0, 0, 0.805);
}



/* Team Picture */
#our-team-picture{
    width: 100%;
    margin-bottom: 15rem;
}
#our-team-picture #our-team-picture-container{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
#our-team-picture #our-team-picture-container .picture{
    width: 25%;
}
#our-team-picture #our-team-picture-container .picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.233);
    border-radius: 7rem 1rem;
}



/* TRANSİTİON */
#team-container .persons{
    transform: translateX(-40px);
    transition: transform 0.1s ease;
    opacity: 0;
}
#team-container .persons.active{
    transform: translateX(0px);
    opacity: 1;
}


/* picture */
#our-team-picture-container .picture{
    transform: translateX(-40px);
    transition: transform 0.2s ease;
    opacity: 0;
}
#our-team-picture-container .picture.active{
    transform: translateX(0px);
    opacity: 1;
}

/* title */
.title-categories{
    transform: translateX(-30px);
    transition: transform 0.2s ease;
    opacity: 0;
}
.title-categories.active{
    transform: translateX(0px);
    opacity: 1;
}


@media (max-width: 1200px){
    #our-team #team-container{
        flex-wrap: wrap;
    }
    #our-team #team-container .persons{
        flex: 1 1 calc(50% - 1rem);
    }
    #our-team #team-container .persons .girl{
        margin-bottom: 6.9rem;
    }
    #our-team-picture #our-team-picture-container{
        flex-wrap: wrap;
    }
    #our-team-picture #our-team-picture-container .picture{
        flex: 1 1 calc(50% - 1rem);
    }
}



@media (max-width: 768px){
    
    #our-team #team-container .persons .person-img{
        padding-left: 0;
    }
    #our-team #team-container .persons .girl{
        right: 1rem; 
    }
    #our-team #team-container .persons{
        margin-top: 1rem;
    }
    #our-team-picture #our-team-picture-container .picture img{
        border-radius: 8rem 1rem;
    }
}



@media (max-width: 500px){

    #our-team #team-container{
        width: 90%;
        gap: 1rem;
        margin: 0 auto; 
    }
    #our-team #team-container .persons{
        flex-basis: 2;
    }
    #our-team #team-title h2{
        font-size: 1.6rem;
    }
    /* #our-team #team-title h1{
        font-size: 4rem;
    } */
    #our-team #team-container .persons .person-img{
        margin-left: auto;
        margin-right: 2rem;
    }
}
 
