﻿/* color palette 
#0B2447
#19376D
#576CBC
#A5D7E8
*/


@import url("fontiran.css"); /* import font */


/* Linguaitaliana.ir*/

body {
  font-family: "IRANSansX", sans-serif;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin-right: 0; 
}
h1 {
  font-size: 1.8rem;
  color: #0B2447;
  text-align: right;
  line-height: 1.8;
  margin-top: 50px;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
  direction: rtl;
}
h2 {
  font-size: 1.5rem;
  color: #19376D;
  text-align: right;
  line-height: 1.8;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
  direction: rtl;
}
h3 {
  font-size: 1.3rem;
  color: #576CBC;
  text-align: right;
  line-height: 1.8;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
  direction: rtl;
}
h4 {
  font-size: 1rem;
  text-align: right;
  line-height: 1.8;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
  direction: rtl;
}
table {
  font-size: 0.9rem;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
}
.Matn-Latin {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-left: 10%;
  margin-right: 10%;
  text-align: left;
}
.matn-farsi {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-left: 10%;
  margin-right: 10%;
  direction: rtl;
}
.titr-farsi {
  font-size: 0.9rem;
  color: white;
  text-align: right;
  line-height: 1.6;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
  background-color: cornflowerblue;
  direction: rtl;
}
.Titr-Latin {
  font-size: 0.9rem;
  color: white;
  line-height: 1.8;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
  text-align: left;
  background-color: cornflowerblue;
}
.center-text {
  font-size: .0.5rem;
  text-align: center;
}
.center-object {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.espresso-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: auto;
}
.Jadval-Color1 {
  background-color: #C1AEFC;
}
.Jadval-Color2 {
  background-color: #F0EEED;
}
.click-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  border-radius: 5px;
  background-color: #FEFF86;
  width: 130px;
  height: 130px;
}
.container {
  display: grid;
  grid-template-columns:  1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
  width: 80%;
  margin: auto;
}
@media (max-width: 650px) {
  .container {
    grid-template-columns: 1fr;
  }
}
.feature-title {
  font-size: 1.2rem;
  direction: rtl;
}
.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: gray;
}
.footer a {
  color: gray;
}
hr {
  border: dotted #576CBC 4px;
  border-bottom: none;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 30px;
  margin-bottom: 30px;
}