@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: "IRANYekanX" !important;
  direction: rtl;
  background-color: #fff;
}

.container {
  display: flex;
  flex-direction: row-reverse;
}

.main-page .left-side {
  width: 56%;
  z-index: 5;
  /* height: 100vh; */
  background-color: #1c39bb;
  overflow: hidden;
  position: relative;
}

.main-page .right-side {
  position: relative;
  width: 44%;
  height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  background: url("./img/Vector.png") no-repeat -109px 5px;
}

.right-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-page .logo-info {
  display: flex;
  height: 250px;
  flex-direction: column;
  justify-content: space-between;
}

.main-page .logo {
  text-align: center;
}

.main-page .info-box h2 {
  color: #2b2f33;
  font-size: 20px;
  font-weight: 600;
  word-wrap: break-word;
  text-align: center;
}

.main-page .info-box p {
  color: #4f565c;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
  margin-top: 16px;
  text-align: center;
}

.main-page .options {
  margin-top: 32px;
  display: flex;
  width: 80%;
  flex-direction: row-reverse;
  justify-content: center;
}

.main-page .option {
  margin-left: 8px;
  text-decoration: none;
  background-color: #ffffff;
}

.main-page .option img {
  margin-bottom: 10px;
  text-align: center;
  border-radius: 10px;
  padding: 29px;
  border: 1px solid #f0f3f5;
}

.main-page .option p {
  color: #2b2f33;
  font-size: 14px;
  font-weight: 500;
  word-wrap: break-word;
  text-align: center;
}

.main-page .download-wrap {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.main-page .download-wrap .download-title {
  color: #b6bcc2;
  font-size: 14px;
  margin-bottom: 16px;
}

.btn-row {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.btn-row .dl-btn {
  flex: 1;
  max-width: 220px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #abafb2;
  background: #fff;
  cursor: pointer;
}

.dl-btn .txt {
  font-family: "IRANYekanX" !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dl-btn .small {
  font-size: 12px;
  font-weight: 200;
  color: #4f565c;
}

.dl-btn .big {
  font-size: 15px;
  font-weight: 500;
  color: #4f565c;
}

.dl-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dl-btn .icon svg,
.dl-btn .icon img {
  width: 32px;
  height: 32px;
}

.main-page .download-wrap .download-title .btn-row .dl-btn {
  border-radius: 10px;
}

.welcome-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 4px;
}

.welcome {
  color: #fff;
  font-size: 28px;
  line-height: 41.6px;
  text-align: center;
  font-variation-settings: "wght" 600, "dots" 2;
}

.choose {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-variation-settings: "wght" 400, "dots" 2;
}

.arrow {
  margin-left: 16px;
  margin-top: 8px;
  width: 48px;
}

.text-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pattern {
  position: absolute;
  left: 0;
  bottom: 0;
}

.hamkelasi {
  position: absolute;
  top: 0;
  right: 60%;
  transform: rotate(-20deg);
  z-index: 1;
}

.help {
  display: none;
  margin-top: 16px;
}

.help .askHelp {
  color: #b6bcc2;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: right;
  font-variation-settings: "dots" 2;
  display: inline;
}

.help .guide {
  color: #4ea2f5;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: center;
  font-variation-settings: "dots" 2;
  display: inline;
  margin-right: 4px;
}

.copyright2,
.copyright1 {
  color: #bfcbff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: auto;
  right: auto;
  width: 100%;
}

.copyright2 {
  display: none;
}

@media (min-width: 1441px) {
  .LogIn-page .left-side {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  /* تغییرات برای تبلت */
  .main-page {
    flex-direction: column-reverse;
    align-items: center;
  }

  .main-page .left-side {
    width: 100%;
    height: auto;
  }
  .back-section {
    padding: 12px 21px 0 0;
  }
  .main-page .right-side {
    width: 100%;
  }

  .main-page .logo {
    margin: 25px 0;
  }
}

@media (max-width: 480px) {
  /* تغییرات برای موبایل */
  .main-page {
    flex-direction: column-reverse;
    overflow: hidden;
    height: 100vh;
  }
  .main-page .logo {
    margin: 25px 0;
  }

  .main-page .right-side {
    width: 100%;
    height: 100vh;
  }

  .main-page .left-side {
    display: none;
  }

  .main-page .options {
    margin-top: 0px;
    flex-direction: column;
    align-items: center;
  }

  .main-page .option {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    border: 1px solid #f0f3f5;
    border-radius: 10px;
  }

  .main-page .option img {
    margin-bottom: 0px;
    border: none;
  }

  .main-page .download-wrap {
    padding-bottom: 40px;
  }

  .copyright2,
  .help {
    display: initial;
  }

  .hamkelasi {
    display: none;
  }

  .main-page .logo-info {
    height: 180px;
  }

  .logoH {
    content: url("../images/logoV.svg");
  }

  .header_name_school p,
  .info-chat p {
    text-align: center;
  }
}
