@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  text-align: right;
  font-family: "Vazirmatn", sans-serif;
  overflow-x: hidden;
}

h1 {
  font-family: "B Titr";
}

.but {
  position: fixed;
  border-radius: 12px;
  background-color: #ff0000;
  color: #ffffff;
  border: none;
  padding: 5px;
  width: 30px;
  font-size: 20px;
  align-items: center;
  display: none;
  transition: 0.3s;
  z-index: 100;
}
.but:active {
  background-color: #fffb00;
  color: #000000;
}

.know-alpha {
  height: 500px;
  background: linear-gradient(rgba(0, 0, 0, 0.644), rgba(129, 129, 129, 0.418)), url(/images/digi-classe\ \(1\).jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  background-position: center;
  width: 100%;
}

.menu-mobile {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  text-align: center;
  width: 200px;
  transition: 0.2s;
  z-index: 100;
  padding: 10px;
}
.menu-mobile li {
  margin-bottom: 20px;
}
.menu-mobile a {
  text-decoration: none;
  color: white;
}

.menu-mobile.block {
  visibility: visible;
  opacity: 1;
  font-size: 20px;
  position: fixed;
  background-color: rgb(255, 70, 70);
  width: 200px;
  text-align: center;
  height: 100%;
  padding: 10px;
}
.menu-mobile.block ul li {
  list-style: none;
  margin-bottom: 20px;
}
.menu-mobile.block ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}
.menu-mobile.block ul li a:hover {
  color: black;
}
.menu-mobile.block ul li.azmon-menu:hover ul.azmon {
  visibility: visible;
  opacity: 1;
  background-color: rgb(77, 77, 77);
  border-radius: 12px;
  height: 270px;
  overflow-y: scroll;
}
.menu-mobile.block ul li.azmon-menu i {
  transition: 0.2s;
}
.menu-mobile.block ul li.azmon-menu:hover i {
  transform: rotate(180deg);
}
.menu-mobile.block .azmon {
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  height: 0px;
  padding: 12px;
}
.menu-mobile.block .azmon a {
  color: rgb(255, 107, 107);
}
.menu-mobile.block .azmon a:hover {
  color: #ffffff;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 90;
}

.overlay.block {
  visibility: visible;
  opacity: 1;
  background-color: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  filter: blur(30px);
  position: fixed;
}

@media screen and (max-width: 620px) {
  .but {
    display: block;
  }
}
.header {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgb(252, 57, 57);
  font-size: 20px;
}
@media screen and (max-width: 620px) {
  .header {
    display: none;
  }
}
.header img {
  display: flex;
  justify-content: right;
}
.header ul {
  text-align: center;
  justify-content: center;
  display: flex;
  gap: 40px;
}
.header ul li {
  list-style: none;
}
.header ul li:hover i {
  transform: rotate(180deg);
  color: #fffb00;
}
.header ul i {
  transition: 0.3s;
  color: #ffffff;
}
.header ul a {
  text-decoration: none;
  color: white;
  transition: 0.3s;
}
.header ul a:hover {
  color: #fffb00;
}
.header ul li.has-menu {
  position: relative;
}
.header ul li.has-menu:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header ul li.has-menu ul {
  transition: 0.3s;
  padding: 12px;
  border-radius: 12px;
  position: absolute;
  visibility: hidden;
  display: inline;
  right: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(255, 35, 35);
  top: -10px;
  width: 200px;
}
.header ul li.has-menu ul li {
  margin-top: 12px;
}

section.know-alpha {
  text-align: center;
  align-items: center;
}
section.know-alpha h1 {
  color: #ffffff;
  font-size: 30px;
}
section.know-alpha p {
  margin: auto;
  width: 500px;
  color: #ffffff;
  font-size: 20px;
  text-align: justify;
  direction: rtl;
}
@media (max-width: 620px) {
  section.know-alpha p {
    width: 300px;
    font-size: 15px;
  }
}

section.proud {
  background: url(/images/background\ alpha.jpg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  padding-bottom: 40px;
}
@media (max-width: 620px) {
  section.proud .box {
    flex-wrap: wrap;
  }
}
section.proud img {
  margin-right: 20px;
  margin-top: 12px;
  border-radius: 12px;
}
@media (max-width: 620px) {
  section.proud img {
    margin-left: 40px;
    height: 200px;
  }
}
section.proud p {
  margin-top: 20px;
  font-size: 23px;
  width: 350px;
  font-weight: bold;
  text-align: justify;
  direction: rtl;
  margin-left: 100px;
  word-spacing: 2px;
}
@media (max-width: 650px) {
  section.proud p {
    margin-top: 90px;
    margin-left: 0px;
  }
}

p {
  padding: 5px;
}
@media (max-width: 620px) {
  p {
    font-size: 5px;
  }
}

section.introduce {
  direction: rtl;
  background: linear-gradient(rgba(0, 0, 0, 0.616), rgba(100, 100, 100, 0.644)), url(/images/lib02\ \(1\).jpg);
  background-attachment: fixed;
  padding: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
}
section.introduce p {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
}
section.introduce .list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
section.introduce .list ul {
  padding: 30px;
  align-items: center;
  background-color: #646464;
  opacity: 90%;
}
section.introduce .list ul h1 {
  color: #ffffff;
  text-align: center;
}
section.introduce .list ul li {
  line-height: 40px;
  color: #ffffff;
  margin: 0;
}
section.introduce .list ul li ::marker {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  background-color: #ff0000;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(224, 221, 2, 0.862745098);
  border-radius: 12px;
}

section.daneshjoha {
  background: linear-gradient(rgba(0, 0, 0, 0.685), rgba(128, 128, 128, 0.445)), url(/images/back012.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  padding: 20px;
  flex-wrap: wrap;
}
section.daneshjoha .txt {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 60%;
}
section.daneshjoha p {
  color: #ffffff;
  font-size: 30px;
  text-align: justify;
  direction: rtl;
  width: 500px;
  margin: auto;
}
@media (max-width: 620px) {
  section.daneshjoha p {
    font-size: 15px;
    text-align: justify;
    margin: auto;
    margin-right: -175px;
    padding: 17px;
    margin-top: 21px;
  }
}
section.daneshjoha img {
  border-radius: 12px;
  position: relative;
  margin-top: 45px;
  right: 133px;
}
@media (max-width: 620px) {
  section.daneshjoha img {
    height: 300px;
    margin: auto;
    right: 0;
    margin-left: 94px;
    margin-top: 0;
  }
}

section.danesh {
  background: linear-gradient(rgba(0, 0, 0, 0.712), rgba(128, 128, 128, 0.534)), url(/images/lib01\ \(1\).jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 620px) {
  section.danesh {
    background-size: cover;
  }
}
section.danesh .daneshjoo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 300px;
}
@media (max-width: 620px) {
  section.danesh .daneshjoo img {
    height: 300px;
  }
}
section.danesh .daneshjoo h2 {
  color: #ffffff;
  width: 200px;
  text-align: center;
  margin: auto;
}

section.bursieh {
  background: linear-gradient(rgba(0, 0, 0, 0.788), rgba(128, 128, 128, 0.541)), url(/images/lib03\ \(1\).jpg);
  display: flex;
  justify-content: center;
  padding: 10px;
  align-items: center;
  padding-left: 0;
  gap: 30px;
  padding-right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-wrap: wrap;
  height: 400px;
}
@media (max-width: 620px) {
  section.bursieh {
    height: 737px;
  }
}
section.bursieh img {
  height: 300px;
}
@media (max-width: 620px) {
  section.bursieh img {
    height: 150px;
  }
}
section.bursieh p {
  width: 500px;
  font-weight: bold;
  text-align: justify;
  direction: rtl;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 620px) {
  section.bursieh p {
    font-size: 15px;
    width: 300px;
  }
}
section.bursieh h2 {
  color: #ffffff;
  font-size: 30px;
  width: 200px;
  text-align: center;
}

footer {
  font-size: 20px;
  height: 930px;
  padding: 60px;
  padding-top: 12px;
  gap: 20px;
}
footer .social {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer .social i {
  color: white;
}
@media (max-width: 620px) {
  footer .box {
    flex-wrap: wrap;
    text-align: center;
  }
}
@media (max-width: 620px) {
  footer {
    text-align: center;
    height: 1785px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer .contacts {
  height: 120px;
  padding: 20px;
  border-radius: 0px 0px 12px 12px;
  align-items: center;
}
footer .contacts h1 {
  font-size: 25px;
}
footer .contacts li {
  display: flex;
}
footer .contacts a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}
footer .flex-two {
  text-align: left;
  direction: ltr;
  padding: 20px;
  border-radius: 12px;
  height: 700px;
}
footer .flex-two ul {
  text-align: left;
  direction: ltr;
}
footer .flex-two p {
  direction: ltr;
  text-align: left;
}
@media (max-width: 620px) {
  footer .flex-two {
    order: 2;
    flex: 2;
    height: 800px;
    margin-top: 38px;
    text-align: center;
    width: 100%;
  }
}
footer .flex {
  padding: 20px;
  border-radius: 12px;
  height: 700px;
}
@media (max-width: 620px) {
  footer .flex {
    order: 1;
    flex: 1;
    margin-bottom: 30px;
  }
}
footer a {
  text-align: right;
  text-decoration: none;
  direction: ltr;
  color: white;
}
footer p {
  font-size: 18px;
}
footer h2 {
  font-size: 17px;
}
footer h1 {
  color: #fff;
}
footer li {
  list-style: none;
}
footer ul.tabriz {
  flex-direction: column;
}
footer ul.tabriz h1 {
  color: #ffffff;
  font-size: 15px;
}
@media (max-width: 620px) {
  footer ul.tabriz h1 {
    text-align: center;
  }
}
footer ul.tabriz p {
  font-size: 20px;
  color: #ffffff;
}
footer ul.tabriz-loc {
  flex-direction: column;
}
@media (max-width: 620px) {
  footer ul.tabriz-loc {
    text-align: center;
  }
}
footer ul.tabriz-loc h1 {
  color: #ffffff;
  font-size: 20px;
}
footer ul.tabriz-loc p {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 620px) {
  footer ul.tabriz-loc p {
    text-align: center;
  }
}
footer ul.karaj {
  flex-direction: column;
}
footer ul.karaj h1 {
  color: #ffffff;
  font-size: 20px;
}
footer ul.karaj p {
  font-size: 20px;
  color: #ffffff;
}

section.eftekhar {
  background: url(/images/background\ alpha.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding: 50px;
  padding-right: 0;
  padding-left: 0;
  padding-top: 15px;
}
section.eftekhar h1 {
  text-align: center;
}
section.eftekhar .list {
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 12px;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  background-color: #ff0000;
}

section.tomer {
  background: linear-gradient(rgba(0, 0, 0, 0.705), rgba(128, 128, 128, 0.671)), url(/images/tomer\ \(2\).jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
section.tomer .swiper {
  width: 500px;
}
@media (max-width: 620px) {
  section.tomer .swiper {
    scale: 0.6;
    width: 433px;
    margin: auto;
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
}
section.tomer .flex {
  display: flex;
  justify-content: center;
}
section.tomer h1 {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
}
section.tomer p {
  color: #ffffff;
  text-align: justify;
  direction: rtl;
  width: 600px;
  margin-right: 50px;
  font-size: 20px;
  word-spacing: 3px;
}
@media (max-width: 620px) {
  section.tomer p {
    font-size: 15px;
    width: 300px;
    margin: auto;
  }
}
section.tomer .swiper-slide {
  border: solid 6px white;
}
section.tomer h2 {
  text-align: center;
  margin: auto;
  margin-top: 12px;
  font-size: 14px;
}
section.tomer .between {
  display: block;
  flex-direction: column;
  gap: 1px;
}
@media (max-width: 620px) {
  section.tomer .between {
    gap: 0;
    margin: auto;
  }
}
section.tomer .between p {
  word-spacing: 1px;
  text-align: justify;
  direction: rtl;
}

section.badaztahsil {
  background: linear-gradient(rgba(0, 0, 0, 0.849), rgba(85, 85, 85, 0.692)), url(/images/turkey-tourism-map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  gap: 5;
  justify-content: center;
  flex-wrap: wrap;
  padding: 17px;
}
@media (max-width: 620px) {
  section.badaztahsil img {
    width: 400px;
  }
}
@media (max-width: 620px) {
  section.badaztahsil {
    text-align: center;
    justify-content: center;
  }
}
section.badaztahsil .box {
  display: flex;
  flex-wrap: wrap;
}
section.badaztahsil h1 {
  text-align: center;
  width: 100%;
  color: white;
  font-size: 35px;
}
@media (max-width: 620px) {
  section.badaztahsil h1 {
    text-align: center;
  }
}
section.badaztahsil p {
  font-size: 30px;
  width: 450px;
  color: white;
  text-align: justify;
  direction: rtl;
  margin-top: 73px;
}
@media (max-width: 620px) {
  section.badaztahsil p {
    font-size: 20px;
    width: 350px;
    margin: auto;
    padding: 0;
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */