* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Byekan,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
  background-color: whitesmoke;
  
  
}
a {
  text-decoration: none;
  font-family: Byekan,Verdana, Geneva, Tahoma, sans-serif;

}
.container-header {
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header-ln1 {
  display: flex;
  align-items: center;
}
.header-ln1 h1 {
  font-family: Byekan;
  color: black;
  width: 100%;
}

.banner-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 15px;
  flex-wrap: wrap;
}
.banner-pic {
  position: relative;
}

.banner-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 30%;
  bottom: 13%;
}
/*طراحی کارت*/
.card {
  position: relative;
  width: 350px;
  height: 450px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  transition: 0.5s;
  padding-top: 80px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* جلوه‌ی سایه برای کارت */
}

.card img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid #fff;
}

.soc-icon {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.soc-icon i {
  font-size: 25px;
  color: #858282;
  border-radius: 5px;
  border: 1px solid #858282;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.soc-icon i:hover {
  color: #fff;
  background: #858282;
}

.soc-icon a {
  text-decoration: none;
}

.name {
  font-size: 20px;
  font-weight: 600; /* مقدار صحیح جایگزین 6pp */
  color: #333;
}

.about-section {
  padding: 0 25px;
  display: flex;
  margin-top: 15px;
}

.about-section p {
  margin: 5px 0;
  color: black;
  line-height: 1.5; /* بهبود خوانایی متن */
  font-family: Byekan, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/*کارت دوم*/

.banner-card2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 8%;
  bottom: 13%;
}
/*طراحی کارت*/
.card2 {
  position: relative;
  width: 350px;
  height: 450px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  transition: 0.5s;
  padding-top: 80px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card2 img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid #fff;
}

.soc-icon2 {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.soc-icon2 i {
  font-size: 25px;
  color: #858282;
  border-radius: 5px;
  border: 1px solid #858282;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.soc-icon2 i:hover {
  color: #fff;
  background: #858282;
}

.soc-icon2 a {
  text-decoration: none;
}

.name2 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.about-section2 {
  padding: 0 25px;
  display: flex;
  margin-top: 15px;
}

.about-section2 p {
  margin: 5px 0;
  color: black;
  line-height: 1.5;
  font-family: Byekan, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

@media screen and (max-width: 1667px) {
  .card-container {
    bottom: 10%;
  }
}
@media screen and (max-width: 1608px) {
  .card-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  .card {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1608px) {
  .card-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  
}

@media screen and (max-width: 1531px) {
  .banner-card {
    position: static;
    align-items: center;
    justify-content: space-around;
    margin-top: 60px;
  }
  .banner-card2 {
    position: static;
    align-items: center;
    position: static;
    justify-content: space-around;
    margin-top: 60px;
  }
  .banner-changepic {
    content: url(/img/picture2.png);
  }
}

@media screen and (max-width: 764px) {
  .card-container {
    display: flex;
    flex-direction: column;
  }
  .banner-card {
    position: static;
    align-items: center;
    justify-content: space-around;
    margin-top: 60px;
  }
  .banner-card2 {
    position: static;
    align-items: center;
    position: static;
    justify-content: space-around;
    margin-top: 60px;
  }
  .banner-changepic {
    content: url(/img/picture2.png);
  }
  .card {
    margin-left: 0px;
  }
}


.footer-container{
  margin-top: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-container h3{
  font-family: Byekan,system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 3rem;
}
.footer-container h4{
  margin-top: 15px;
  font-size: 2rem;
}
.copy-right{
 background-color: rgb(177, 177, 177);
 margin-top: 20px;
 display: flex;
 flex-direction: row;
 width: 60%;
 align-items: center;
 justify-content: center;
 height: 30%;
 border-radius: 50px;
 padding: 20px;
}
.accordion-main-container{
  border-top: 1px solid black;
  height: 270px;
  margin-top: 30px;
 text-align: center;
}
.accordion-design{
 
  background-color: rgb(253, 253, 253);
  
}

.accordion-design span{
  padding-right: 20px;
  font-size: large;
}

.accordion-design svg{
  padding-left:15px ;
}

.accordion-design p{
  padding-right:25px ;
  font-size: large;
  font-weight: 500;
}
