@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir.eot");
  src: url("../fonts/Vazir.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Vazir.woff2") format("woff2"),
    url("../fonts/Vazir.woff") format("woff"),
    url("../fonts/Vazir.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Bold.eot");
  src: url("../fonts/Vazir-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Vazir-Bold.woff2") format("woff2"),
    url("../fonts/Vazir-Bold.woff") format("woff"),
    url("../fonts/Vazir-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Light.eot");
  src: url("../fonts/Vazir-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Vazir-Light.woff2") format("woff2"),
    url("../fonts/Vazir-Light.woff") format("woff"),
    url("../fonts/Vazir-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Medium.eot");
  src: url("../fonts/Vazir-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Vazir-Medium.woff2") format("woff2"),
    url("../fonts/Vazir-Medium.woff") format("woff"),
    url("../fonts/Vazir-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Thin.eot");
  src: url("../fonts/Vazir-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Vazir-Thin.woff2") format("woff2"),
    url("../fonts/Vazir-Thin.woff") format("woff"),
    url("../fonts/Vazir-Thin.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Black.eot");
  src: url("../fonts/Vazir-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Vazir-Black.woff2") format("woff2"),
    url("../fonts/Vazir-Black.woff") format("woff"),
    url("../fonts/Vazir-Black.ttf") format("truetype");
  font-weight: 900;
}

/*---------------------------------- End of fonts ---------------------------------- */
* {
  direction: rtl;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Vazir", sans-serif !important;
}

.baner-header {
  background-image: url("../img/banner 1.png");
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
}
.baner-header h1 {
  padding-top: 114px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 40px;
}

.cover-title {
  background-color: rgba(0, 0, 0, 0.5);
  height: 500px;
}
.baner-header h2 {
  padding-left: -19px;
}

.brands {
  border: 1px solid rgb(36, 35, 35);
  box-shadow: 0px 0px 10px 0 rgb(76, 74, 74);
  padding: 10px;
}

.brands img {
  width: 100%;
  height: 200px;
}
.background {
    background-repeat: no-repeat;
    height: 400px;
    background-size: 100% 100%;
}

.background-city {
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
}
.content-imag-adv {
  margin-top: 180px;
}

.content-imag-adv h3 {
  margin-bottom: 50px;
  opacity: 1;
}

.content-imag-adv p {
  text-align: justify;
}

.btn-more {
  float: left;
}

@media screen and (max-width: 700px) {
  .content-imag-adv {
    margin-top: 80px;
  }
}

.bge {
  background-image: linear-gradient(to top, #9890e3 0%, #b1f4cf 100%);
}
.bge2 {
  background-image: linear-gradient(to top, #9795f0 0%, #fbc8d4 100%);
}


.img img:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.07);
}

.parent {
  padding: 10px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 15px;
}


.title {
  padding: 20px;
}

.title a {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
  font-size: 15px;
}

.title a:hover {
  color: #8e6cc2;
}

.caption p {
  font-size: 14px;
  margin-top: 0px;
  text-align: justify;
}

.btn-more-courses {
  float: left;
  margin-top: 20px;
}



.text-info-img {
  margin-top: 201px;
  padding: 1px;
}

.text-info-img h2,
h3 {
  margin-right: 10px;
  margin-left: 10px;
}

.img-info-grapi {
  padding: 20px;
  /*border-radius: 15px;*/
}
/*//// footer*/
.ul-footer {
  list-style-type: none;
}

.text-footer {
  line-height: 40px;
}

.size {
  font-size: 17px;
}

.footer2 {
  background-color: #1abc9c;
  padding: 20px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  transition: all 0.4s;
}
.img-brands {
  box-shadow: 0px 0px 10px 0px black;
  border-radius: 1rem;
  width: 50%;
  height: 200px;
}
.btn-s {
  width: 90px;
  height: 60px;
  font-size: 14px;
}
#ostan {
  display: none;
}
.justi {
  text-align: justify;
}

.size-img-city {
  width: 100%;
  height: 400px;
}

.box-content-cities {
  border: 1px solid rgb(208, 191, 191);
  box-shadow: 0 0 10px #000;
}
p {
  text-align: justify;
}
.header {
    width: 100%;
    background: #BFEA7C;
    padding: 10px;
}

.cover-link {
    background: #9BCF53;
    padding: 8px;
    border-radius: 7px;
    margin-top: 10px;
    color: #ffffff;
}

.cover-link:hover {
    background: #FFF67E;
    color: #416D19;
}


section{
    border-radius: 8px;
}

.title {
    background: #00fa9a;
    padding: 8px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 23px;
    box-shadow: 0 1px 2px rgba(0, 0, 0);
}
p{
    text-align: justify;
}
.bg-10{
    background-image: url("../img/10.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 200px;
}

.bg-6{
    background-image: url("../img/6.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 200px;
}

.bg-8{
    background-image: url("../img/8.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 400px;
    background-size: 100% 100%;
}

.bg-9{
    background-image: url("../img/9.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 400px;
    background-size: 100% 100%;
}
.phone-box {
    align-items: center;
    bottom: 0;
    color: 114232;
    display: flex;
    font-weight: 700;
    gap: .5rem;
    justify-content: center;
    left: 0;
    margin: 2rem;
    padding: 1rem;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 20rem;
}

.white-card {
    background: #fff;
    border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #bab1b1;
    box-shadow: 1px 1px 6px #bab1b1;
    overflow: hidden;
}

.phone-box:hover {
    background: #4876e6;
    color: #fff;
    cursor: pointer;
}

.info{
    width: 100%;
    background: #114232;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
}
