<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* copyright 2024 Bahmanpc.com */

/*=============== VARIABLES CSS ===============*/




.profile{
  padding: 60px 3px 5px 3px;
direction: rtl;
background-color: var(--background-secondary);
}

.profile .profile-text{
  text-align: justify;
  width: 96%;
  margin-right: 2%;
padding: 15px;
  color: var(--foreground-primary);
}

.profile .profile-text h3{
  margin-top: 7px;
  font-size: 1rem;
}

.profile .profile-text .fas{
margin-top: 10px;
}

.profile .profile-text img{
  margin-top: 10px;
width: 94%;
margin-right: 3%;
}

.profile .nma-khoshk,
.profile .nama-khoshk{
  padding-bottom: 20px;
  margin-right: 3%;
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.profile .nma-khoshk img,
.profile .nama-khoshk img  {
  flex-grow: 1;
  flex-basis: 150px;
  height: 300px;
  object-fit: cover;
  margin-top: 10px;
  overflow: scroll;
  display: flex;
  width: 100%;
}


.profile .text-clips h4{
color: var(--foreground-primary);
  margin-top: 10px;
 text-align: center;
}
.profile .tolid-clips{
  width: 94%;
  margin-right: 3%;
}

.profile .tolid-clips img{
  width: 49%;
padding: 4px;
box-shadow: -1px 0px 5px;
color: var(--foreground-primary);
}

.profile .tolid-clips .right{
  float: right;
}

.gallery{
  width: 100%;
}

.profile .gallery .gallery-title{
  color: var(--foreground-primary);
  text-align: center;
  padding: 15px 0;
}

.gallery img{
  object-fit: cover;
  border-radius: 7px;
  padding: 3px;
  width: 49%;
  box-shadow: 0px 1px 10px;
}
</pre></body></html>