﻿

.authorData {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #e8e8e8;
  margin-bottom:30px
}
.allArtclsTtl h2{font-size:17px}
.authorData .frame {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
  align-self: stretch;
}

.authorData .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content:center;
  gap: 6px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.authorData .div {
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
}

.authorData .writer-name {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.authorData .authorName {
  width: fit-content;
  margin-top: -1.00px;
  font-family: DroidKufiBold, Arial;
  font-weight: 700;
  color: #111111;
  font-size: 24px;
  line-height: normal;
  position: relative;
  letter-spacing: 0;
  direction: rtl;
}

.authorData .pen {
  position: relative;
  width: 21px;
  height: 19.92px;
  aspect-ratio: 1.04;
  background-image: url(./img/layer-14.svg);
  background-size: 100% 100%;
}

.authorData .p {
  align-self: stretch;
  font-family: DroidKufiLight, Arial;
  font-weight: 400;
  color: #666666;
  font-size: 15px;
  line-height: 26px;
  position: relative;
  letter-spacing: 0;
  direction: rtl;
}

.authorData .follow-us {
  position: relative;
  flex: 0 0 auto;
}

.authorData .authorImg{
    width: 180px;
height: 180px   ;border-radius:50%;overflow:hidden}

.authorData .image {
  position: relative;
  width: 100%;
  height: 100%;
}

.AuthorSocialMedia{
    display:flex;
    flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
}

.AuthorSocialMedia a{
    display: flex;
width: 34px;
height: 34px;
    flex-direction: column;
justify-content: center;
align-items: center;
}

.AuthorSocialMedia a.facebook{
    background-color:#3B5998
}

.AuthorSocialMedia a.twitter{
    background-color:#000
}

.AuthorSocialMedia a.facebook:before{
    content:'';
    background:url(../Images/Facebook.svg) no-repeat center center;
    width:9px;
    height:18px;
}

.AuthorSocialMedia a.twitter:before{  
    content: "?";
    color: #fff;
    font-size:16px
}



@media screen and (min-width:1360px) and (max-width:1919px) {
    .authorData .authorName{font-size:22px}
}

@media screen and (min-width:1280px) and (max-width:1359px) {
        .authorData .authorName{font-size:20px}
        .authorData .authorImg{width:100px;height:100px}
        .authorData .p{font-size:14px}

}

@media screen and (min-width:768px) and (max-width:1279px) {
        .authorData .authorName{font-size:20px}
        .authorData .p{font-size:14px; text-align: center;}
        .authorData{flex-direction:column}
        .authorData .div{justify-content:center}
        .authorData .frame{align-items:center}

}

@media screen and (min-width:320px) and (max-width:767px) {
    .authorData .authorImg{width:220px;height:220px}
        .authorData .authorName{font-size:20px}
        .authorData .p{font-size:14px; text-align: center;}
        .authorData{flex-direction:column;gap:16px}
        .authorData .authorName:before{display:none}
        .authorData .div{justify-content:center}
        .authorData .frame{align-items:center}


}