@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/font-face.css');




.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}


/* ----- Body styles -------------------------------------- */
*{
margin: 0px;
padding: 0px;
border: 0px none;
}


h1 {
    font-size: 3em;
    line-height: 1.2em;
    margin-bottom: 1em; 
      font-weight: 300;
}

h2 {
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: 1em; 
      font-weight: 300;
}

p {
    margin-bottom: 1em;margin-bottom: .6em;
font-family: Indie, initial;
}
b{
    color:#333;
}    
    

body {
    font-family: 'Vazir', Helvetica, Arial, sans-serif, "Georgia",serif;
    direction: ltr;
    font-size:1em;
    font-weight: 400;
    line-height: 160%;
    line-height: 1;
    vertical-align: baseline;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;}

.container {
 
    margin: 15% 0 11% 13%; }

  header[role="banner"] .container {
    position: relative;
    z-index: 10;}

a {
white-space: nowrap;
text-decoration: none;
transition: all 0.15s ease-out;
}

a:hover {
       overflow: hidden;
    border-color: transparent;
    color: #3d3e2f;
 }

.about{ width: 65%;}


#pic{
     
    display:inline-block;}


.text{
    display:inline-block;
    font-size: 1.1em;
    margin-left: 50px;
    width: 45%;
    line-height: 1.4em;}

.F{ margin-top: 3em;}

.home-cta {
    clear: both;
    display: flex;
    }
    
    

.btn {
    display: inherit;
    padding: 9px 18px 10px 18px;
    text-decoration: none;
    background-color: white;
    transition: all 0.3s ease-out; }

.btn.btn-outline {
   
    margin-right: 1em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: 50% transparent}

.btn.btn-outline:hover {
      border-radius: 30px;
      border-color: rgba(0, 0, 0, 0.3); }

  header[role="banner"] p.home-cta {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s; }


/* ----- Footer -------------------------------------- */

.footer-wrap {
    background-color: white;
    line-height: 1.7em;
    margin: 7% 0 7% 15%;
    opacity: 0.9;
    font-size: 0.9em;
    transition: opacity 0.25s ease-out;}

  .footer-wrap a:hover{
      text-decoration: underline;
      opacity: 0.8; }


/* ----- header & M -------------------------------------- */


header[role="banner"] #holyshtballs{
        position: absolute;
        top: -100px;
        right: -100px;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        opacity: 0.3; }

header[role="banner"] {
    top: -100px;
    right: -100px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    background: seashell;
    -webkit-animation: bgcolorfade 120s infinite forwards linear;
    -moz-animation: bgcolorfade 120s infinite forwards linear;
    animation: bgcolorfade 120s infinite forwards linear; }


  header[role="banner"] h1 {
    color: #06061d;
    font-size: 2.75rem; }

  header[role="banner"] p {
    font-size: 1.125rem;
    font-weight: 200;
    opacity: 0.75; }

    header[role="banner"] p.home-cta {
      margin-top: 50px; }

header[role="banner"] h1,
header[role="banner"] p,
section[role="main"] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-animation: fadein 0.6s 0.5s 1 forwards ease-in-out;
  -moz-animation: fadein 0.6s 0.5s 1 forwards ease-in-out;
  animation: fadein 0.6s 0.5s 1 forwards ease-in-out; }


header[role="banner"] h1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

header[role="banner"] p {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }


@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes bgcolorfade {
  0% {
    background-color: aliceblue; }

   13% {
    background-color:  azure; }

  25% {
    background-color: ghostwhite; }

  38% {
    background-color: #fdf4f4; }

  50% {
    background-color: #faf4ea; }

  63% {
    background-color: #f1f4e6; }

  75% {
    background-color: #ebffee; }

  88% {
    background-color: lightcyan; }

  100% {
    background-color: #f8f8f8; } }

@-moz-keyframes bgcolorfade {
  0% {
    background-color: aliceblue; }

   13% {
    background-color:  azure; }

  25% {
    background-color: ghostwhite; }

  38% {
    background-color: #fdf4f4; }

  50% {
    background-color: #faf4ea; }

  63% {
    background-color: #f1f4e6; }

  75% {
    background-color: #ebffee; }

  88% {
    background-color: lightcyan; }

  100% {
    background-color: #f8f8f8; } }

@keyframes bgcolorfade {
   0% {
    background-color: aliceblue; }

   13% {
    background-color:  azure; }

  25% {
    background-color: ghostwhite; }

  38% {
    background-color: #fdf4f4; }

  50% {
    background-color: #faf4ea; }

  63% {
    background-color: #f1f4e6; }

  75% {
    background-color: #ebffee; }

  88% {
    background-color: lightcyan; }

  100% {
    background-color: #f8f8f8; } }


/* ----- Media 100% -------------------------------------- */
/* Medium screens */

@media screen and (max-width: 960px) {

    body{
        text-align: center;}

    #pic{
        margin-top: 5em;
        margin-bottom: 3em;
        text-align: center;
        clear: both;
        float: none;
        margin-left: 2em;
		margin-right: 2em;}

    .container {

        max-width: 960px;
        margin:auto;
        text-align: center; }

    .text{
        text-align: initial;
        justify-content: center;
        font-size: 1.1em;
        margin:auto;
        width: 90%;
        line-height: 1.4em;}

    h1,h2 {
        display: inherit;
        text-align: center;
        margin-bottom: 1em;}

    .about{
        margin: auto;
        text-align: center;
        width: 85%; }

    .home-cta {
        clear: both; }

    .F{
        text-align: center;
        margin: auto;
        margin-top: 3em;
        margin-bottom: 2em;}

    .footer-wrap {
        text-align: center;
        background-color: white;
        line-height: 1.7em;
        margin: 3em 2em 3em 2em;
        opacity: 0.9;
        font-size: 0.9em;
        transition: opacity 0.25s ease-out;}

}


@media screen and (max-width: 767px) {

      body{
        text-align: center;}

    #pic{
        margin-top: 4em;
        margin-bottom: 3em;
        text-align: center;
        clear: both;
        float: none;}

    .container {
        margin:auto;
        text-align: center; }

    .text{
        justify-content: initial;
        font-size: 1.1em;
        width: 80%;
        line-height: 1.4em;}

    h1,h2 {
        display: inherit;
        text-align: center;
        margin-bottom: 1em;}

    .about{
        margin: auto;
        text-align: center;
        width: 85%; }

    .home-cta {
        margin: auto;
        clear: both; }

    .btn {
        clear: both;
        display: inherit;
        margin-bottom: 2em; }

    .F{
        margin-top: 2em;
        margin-bottom: 2em;}

    .footer-wrap {
        text-align: center;
        background-color: white;
        line-height: 1.7em;
        margin: 3em 2em 3em 2em;
        opacity: 0.9;
        font-size: 0.9em;
        transition: opacity 0.25s ease-out;}

}

@media screen and (max-width: 430px) {

        .home-cta {
        margin: auto;
        display: inherit;
        clear: both; }

}




.footer{font-size: 10px !important;
text-align: center;margin-bottom: 1em;
    }


.social a {
    text-decoration: none;
}








.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}


.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}



.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}


.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}



.foot {text-align: center;
font-family: Indie, initial;
}

/*
ritgh
/***/




.about-fa{
    width: auto !important; text-align: end;
}



.text-fa{margin-left: 50px;
width: 70%;
line-height: 1.4em;
text-align: end;}
