.headerItem {
  font-size: 16px;
  text-decoration-line: none;
  width: fit-content;
  min-width: fit-content;
  max-width: fit-content;
  height: fit-content;
  min-height: fit-content;
  max-height: fit-content;
  color: #ffffff;
  cursor: pointer;
  font-family: Roboto;
}

.footerItem {
  color: var(--color1);
  text-decoration-line: none;
  font-size: 16px;
  width: fit-content;
  min-width: fit-content;
  max-width: fit-content;
  height: fit-content;
  min-height: fit-content;
  max-height: fit-content;
  cursor: pointer;
  font-family: Roboto;
}

.iconBox {
  background: #4f4f4f14;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: PT Serif;
}

.imgClass {
  max-height: 50px;
  filter: opacity(36%);
  max-width: 200px;
}

.sidbar {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background: #ffffff;
  top: 0px;
  max-width: 400px;
  right: -100vw;
  transition: 0.3s;
  padding: 30px;
  box-sizing: border-box;
}
.sidbar .items_box{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sidbar .items_box a{
    color: var(--color1);
    text-decoration: none;
    cursor: pointer;
    font-family: Roboto;
}
.sidbar .header{
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}
.dontShow {
  display: none;
}

.backSideBar {
 
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: rgba(128, 128, 128, 0.349);
}
.textVerify{
  font-size: 14px;
  margin: 15px 0;
  color: var(--color1);
}
.team_box{
  padding: 50px 170px;
  font-family: Roboto;
}
.team_box .title{
  font-size: 30px;
  color: var(--color1);
  font-weight: 600;
  display: block;
  margin-bottom: 50px;
  font-family: PtSerif;
}
.team_box .members{
  display: flex;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
  padding: 0 80px;
}
.team_box .members .member{
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.team_box .members .member img{
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px solid #7ab83f;
}
.team_box .members .member a{
  color: var(--color1);
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
.team_box .members .member a:hover{
  color:#7ab83f ;
}
.backPhoto{
  background: linear-gradient(272deg, #8aba42 0%, #19748c 100%);
  width: 100%;
  min-height: 500px;
  outline: 0px none #000;
  height: 60vh !important;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  right: unset;
  bottom: unset;
  position: relative;
}
.backPhoto .myPhoto{
  position: absolute;
  bottom: 0;
  right: 170px;
  max-height: 400px;
}
.backPhoto .myName{
  position: absolute;
  bottom: 50px;
  font-size: 40px;
  font-family: PtSerif;
  color: #fff;
  font-weight: 600;
}
.contactMe{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 50px 170px 50px 50px;
  width: 30%;
  box-sizing: border-box;
}
.contactMe .title{
  font-family: Roboto;
  color: var(--color1);
  font-weight: 100;
}
.contactMe .phone,.contactMe .email{
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  color: var(--color1);
  cursor: pointer;
  transition: 0.3s;
}
.contactMe .phone:hover,.contactMe .email:hover{
  color: #579a14;
}
@media only screen and (max-width: 1100px) {


  .imgClass {
    width: 100px;
  }
}

@media only screen and (max-width: 600px) {
}
