﻿@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
  font-family: IRANSans !important;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  font-family: IRANSans !important;
}
h1 {
  font-weight: bold;
}
.wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.ltr {
  direction: ltr;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-small {
  font-size: 0.8em;
}
.text-xsmall {
  font-size: 0.6em;
}
.text-large {
  font-size: 1.2em;
}
.text-xlarge {
  font-size: 1.4em;
}
.text-underline {
  text-decoration: underline;
}
.text-ultralight {
  font-weight: 200;
}
.text-light {
  font-weight: 300;
}
.text-regular {
  font-weight: normal;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: bold;
}
.text-black {
  font-weight: 900;
}
blockquote {
  font-weight: 500;
  padding: 10px;
  border: 1px dashed #666666;
}

.mainbox {
  width: 100%;
  background-color: #efefef;
  display: table;
  margin-bottom: 30px;
  border-right: 8px solid #ffff33;
}

.mainboxnegativ {
  width: 100%;
  background-color: #000000;
  display: table;
  margin-bottom: 30px;
  border-right: 8px solid #ffff33;
  color: #f9f9f9;
}

.mainbox2 {
  font-size: 1em;
  width: 90%;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mainbox3 {
  width: 100%;
  background-color: #b8b8b8;
  display: table;
  margin-bottom: 30px;
  border-right: 8px solid #bd70ff;
}

.mainbox2negativ {
  font-size: 1em;
  color: #f9f9f9;
  background-color: #000000;
  padding-right: 20px;
}

.farsiparagraph {
  font-size: 1em;
  width: 47%;
  float: right;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.englishparagraph {
  font-size: 1em;
  width: 47%;
  float: left;
  direction: ltr;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rightbox {
  width: 60%;
  padding-right: 20px;
  padding-left: 5px;
  float: right;
  margin-left: 10px;
  margin-bottom: 0px;
  min-width: 0px;
  background-color: #f7f7f7;
}

.titelbox {
  width: 60%;
  padding-right: 25px;
  padding-left: 0px;
  float: right;
  margin-left: 10px;
  margin-bottom: 0px;
  min-width: 0px;
  background-color: #f2f2f2;
  color: #4b4b4b;
}

.lefttbox {
  padding-right: 20px;
  padding-left: 4px;
  float: right;
  margin-bottom: 10px;
  min-width: 0px;
}

.alphabet {
  width: 35%;
  float: left;
  font-size: 21em;
  text-align: center;
  font-weight: 500;
  color: #999999;
}

.alphabet2 {
  width: 35%;
  float: left;
  direction: ltr;
  font-size: 1.6em;
  text-align: left;
  font-weight: 500;
  color: #333333;
  margin-top: 100px;
}
.footer {
  font-weight: 300;
  font-size: 0.7em;
  text-align: center;
  direction: ltr;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.menusb a {
  float: right;
  width: 100%;
  padding: 8px 5px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  line-height: 20px;
  text-align: right;
}

.nav-button span {
  float: right;
  width: 100%;
  height: 2px;
  background: #c19d60;
  margin-bottom: 4px;
  border-radius: 4px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav-button {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 22px;
  height: 20px;
  margin-left: -100px;
  margin-top: -6px;
}

.nav-button-wrap {
  border-left: 0px solid #eee;
}

.col-md-100 {
  width: 100% !important;
}

.col-md-600 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.align-text-block {
  float: right;
  padding: 25px 30px;
  margin-top: 60px;
  width: 100%;
}

.align-text-block .btn {
  margin-left: 0;
  margin-top: 40px;
  width: inherit;
}

footer.fixed-footer {
  left: 0;
  bottom: 0;
  z-index: 2;
  position: fixed;
  padding: 0px 20px 0;
}

.row1 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.page-content {
  overflow-x: hidden;
  transition: all 350ms ease;
  z-index: 90;
  padding-bottom: 80px;
  padding-bottom: calc(80px + (constant(safe-area-inset-bottom)) * 1.1);
  padding-bottom: calc(80px + (env(safe-area-inset-bottom)) * 1.1);
}

.header-clear-small {
  padding-top: 20px;
  padding-top: calc(20px + (constant(safe-area-inset-top)) * 0.8) !important;
  padding-top: calc(20px + (env(safe-area-inset-top)) * 0.8) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.card-style {
  overflow: hidden;
  margin: 0 16px 30px;
  border-radius: 15px;
  border: none;
  box-shadow: 0 4px 24px 0 rgb(0 0 0 / 8%);
}
.card {
  -webkit-transform: translate3d(0, 0, 0);
  background-size: cover;
  border: 0 !important;
  max-height: 150000px;
  margin-bottom: 30px;
  background-position: center center !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.me-2 {
  margin-left: 0.5rem !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #c19d60;
  background-clip: border-box;
  border: 5px solid rgb(193 157 96) !important;
  border-radius: 1.25rem;
}

.color-highlight {
  color: #da4453;
}
.color-highlight {
  color: #da4453 !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.fa,
.fas {
  font-weight: 900;
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa-3x {
  font-size: 3em;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

a {
  text-decoration: none !important;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.mt-5 {
  margin-top: 3rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.font-11 {
  font-size: 15px !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.mt-n2 {
  margin-top: 0.5rem !important;
}
.opacity-50 {
  opacity: 0.9 !important;
}

.font-10 {
  font-size: 12px !important;
}
.opacity-40 {
  opacity: 0.8 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

p {
  color: #6c6c6c;
  margin-bottom: 30px;
  padding-bottom: 0;
}

section1 {
  padding: 10px 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 50px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 20;
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content/Box */
.modal-content {
  background-color: #2a2b49;
  margin: 15% auto;
  padding: 20px;
  border: 2px solid #c19d60;
  width: 80%;
  height: fit-content;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.col-60 {
  flex: 0 0 auto;
  width: 100%;
}

.mt-50 {
  margin-top: 0rem !important;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
