@import url(reset.css);
@font-face {
    font-family:iransans;
    src: url('../fonts/IRANSans.eot');
    src: url('../fonts/IRANSans.eot') format('embedded-opentype'),
         url('../fonts/IRANSans.woff2') format('woff2'),
         url('../fonts/IRANSans.woff') format('woff'),
         url('../fonts/IRANSans.ttf') format('truetype');
    font-weight: normal;
    font-display:swap;
  }
  
  @font-face {
    font-family:iransansbold;
    src: url('../fonts/IRANSANS_BOLD.eot');
    src: url('../fonts/IRANSANS_BOLD?#iefix') format('embedded-opentype'),
         url('../fonts/IRANSANS_BOLD.woff2') format('woff2'),
         url('../fonts/IRANSANS_BOLD.woff') format('woff'),
         url('../fonts/IRANSANS_BOLD.ttf') format('truetype');
    font-weight: normal;
    font-display:swap;
  }

body{
    direction: rtl;
    font-family: 'iransans';
    text-align: center;
    width: 576px;
    margin: 0 auto;
    
}
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}


*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
p , a{
    font-size: 18px;
}
/* photo */
.divimg{
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-bottom: 22px;
    text-align: center;
}
.photo1{
    width: 100%;
    max-height: 150px;
    color: white;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    border-radius: 50% / 0px 0px 100% 100%;
}
.photo2{
    width: 100px;
    height: 100px;
    z-index: 5;
    border: 1px solid grey;
    /* object-fit: contain; */
    border-radius: 100%;
    margin-top: 95px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.67);
}

/* text */
#content{
    margin: 0 auto;
}
#content h1 {
    margin: 20px auto 20px auto;
    text-align: center;
    font-size: 40px;
    font-family: 'iransansbold';
}
.divtotal{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    text-decoration: none;
    padding: 8px 12px;
    /* overflow-x: hidden; */
    background-color: rgb(243, 240, 240);
    border: 1px solid rgb(243, 240, 240);
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(147, 125, 77) !important;
    border-radius: 15px !important;
    text-align: center;
    margin: 20px auto 20px auto;
}

.texta , .phonea , .copyright {
    color:rgb(147, 125, 77) !important;
    text-decoration:none;

}
.texta:hover , .phonea:hover , .copyright:hover {
    color:rgb(87, 67, 25) !important;
    text-decoration:none;

}
.divtotal svg{
    font-size: 18px;
    margin-left: 10px;
}

.iconwrapper {
    text-align: center;
    display: inline-block;
  }
  .iconwrapper::before,
  .iconwrapper::after {
    content: '';
    display: inline-block;
    width: 15em;
    height: 1px;
    background: rgb(147, 125, 77)!important;
    vertical-align: middle;
    
  }
  
  .fa {
   border:1px solid rgb(147, 77, 77)!important;
  
    padding: .25em;
    border-radius:50%;
    
  }
.fa-angles-down , .fa-angles-up{
    color: rgb(147, 125, 77);
}
.copyright{
    display: block;
    margin-top: 20px;
    font-size: 12px;
}


/* respansiv */
@media screen and (max-width: 400px){

body{
    width: 100%;
}

.divtotal{
   
        width: 95% !important;
}
p , a{
    font-size: 14px;
    line-height: 20px;
}
.copyright{
    display: block;
    margin-top: 7px;
    font-size: 12px;
}
.iconwrapper {
    text-align: center;
    display: inline-block;
  }
  .iconwrapper::before,
  .iconwrapper::after {
    content: '';
    display: inline-block;
    width: 5em !important;
    height: 1px;
    background: rgb(147, 125, 77);
    vertical-align: middle;
    
  }
  
  .fa {
   border:1px solid rgb(147, 125, 77);
  
    padding: .25em;
    border-radius:50%;
    
  }
  #content{
    margin: 0px auto;
}
}

@media screen and (max-width: 768px){

    body{
        width: 100%;
    }

    .divtotal{
   
        width: 95% !important;
}
p , a{
    font-size: 14px;
    line-height: 20px;
}
.iconwrapper {
    text-align: center;
    display: inline-block;
  }
  .iconwrapper::before,
  .iconwrapper::after {
    content: '';
    display: inline-block;
    width: 8em !important;
    height: 1px;
    background:rgb(147, 125, 77);
    vertical-align: middle;
    
  }
  
  .fa {
   border:1px solid rgb(147, 125, 77);
  
    padding: .25em;
    border-radius:50%;
    
  }

}

/* @media screen and (max-width: 1440px){

    body{
        width: 567px!important;
    }

    .divtotal{
   
        width: 100% !important;
}
p , a{
    font-size: 14px;
    line-height: 20px;
}
.iconwrapper {
    text-align: center;
    display: inline-block;
  }

  
  .fa {
   border:1px solid rgb(147, 125, 77);
  
    padding: .25em;
    border-radius:50%;
    
  }

  .iconwrapper::before,
  .iconwrapper::after {
    content: '';
    display: inline-block;
    width: 16em !important;
    height: 1px;
    background: rgb(147, 125, 77);
    vertical-align: middle;
    
  }
}
 */
