@font-face {
  font-family: 'font-light';
  src: url('../fonts/IRANSansWeb_Light.woff2') format('woff2');
}

@font-face {
  font-family: 'font';
  src: url('../fonts/IRANSansWeb.woff2') format('woff2');
}

@font-face {
  font-family: 'font-medium';
  src: url('../fonts/IRANSansWeb_Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'font-bold';
  src: url('../fonts/IRANSansWeb_Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'font-faNum';
  src: url('../fonts/IRANSansWeb\(FaNum\).woff2') format('woff2');
}

@font-face {
  font-family: 'font-Nastaliq';
  src: url('../fonts/IranNastaliq.woff2') format('woff2');
}

:root {
  --primary: #1f6193;
  --light-primary: #e7eeee;
  --dark-primary: #11446e;
  --lighter-gray: #f8fafa;
  --light-gray: #edf2f2;
  --dark-gray: #2e3c46;
  --darker-gray: #1d2730;
  --accent: #de8a1b;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'font';
}

body {
  background: url('../img/back3.jpg');
  position: relative;
}

body::before {
  content: '';
  background-color: #edf2f2ed;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height: 1119px;
}

h1 {
  font-size: 2rem;
  color: white;
  text-shadow: 1px 1px 3px rgb(73, 73, 73);
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: currentColor;
}

.primary-button {
  background-color: var(--primary);
  color: var(--lighter-gray);
  border-radius: 0px;
  border: 1.5px solid var(--primary) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
  box-shadow: none;
  cursor: pointer;
}

.secondary-button {
  background-color: var(--lighter-gray);
  color: var(--primary);
  border-radius: 0px;
  border: 1.5px solid var(--lighter-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
  box-shadow: none;
  cursor: pointer;
  font-size: 1.7rem;
  font-family: 'font-medium';
  padding: 1rem;
}

.primary-button:hover {
  background-color: var(--dark-primary);
  color: white;
}

.secondary-button:hover {
  background-color: var(--primary);
  color: var(--lighter-gray);
  border: 1.5px solid var(--lighter-gray);
}

html {
  font-size: 62.5%;
}

.container .fullWidth-main {
  padding: 2rem 10%;
  font-family: var(--darker-gray);
  min-height: calc(100vh - 269px);
}

.fullWidth-main p {
  line-height: 2.6rem;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  text-align: justify;
}
.fullWidth-main h2 {
  margin-top: 1.5rem;
}
.highlighted {
  font-size: 17px;
  color: var(--dark-primary);
}
.fullWidth-main a {
  text-decoration: none;
}

/* ////////////////////////////   Header of the page    ////////////////// */

.wrapper {
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: white;
}

header {
  background: url('../img/white-diag.png');
  background-color: var(--primary);
  text-align: center;
  padding-bottom: 1.5rem;
}

.title {
  border-bottom: 2px solid var(--lighter-gray);
  background-color: var(--primary);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  /* display: flex; */
  direction: rtl;
  justify-content: center;
  align-items: center;
  grid-row: 1 / 2;
  height: 125px;
  /* margin: auto; */
  display: grid;
  grid-template: 1fr 0fr/ 1fr;
  font-weight: 500;
}

.title div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title > div {
  /* height: 100%; */
  display: flex;
  align-items: center;
  height: 100%;
}

.title hgroup {
  margin-top: 20px;
  position: relative;
  height: 100%;
  display: flex;
}

.title a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  /* padding: 1rem; */
  text-decoration: none;
  transition: all 0.3s ease;
  direction: rtl;
  grid-row: 1 / 2;
}

.title a:hover {
  outline: 1px dotted #fff;
  outline-offset: -6px;
}

.title h1 {
  font-family: 'font-Nastaliq';
  font-size: 3.5em;
  font-weight: 500;
  color: white;
  display: flex;
  align-items: center;
  text-shadow: 1px 1px 3px rgb(73, 73, 73);
  margin-right: 5px;
  line-height: 15px;
}

.header__logo {
  height: 66px;
}

.header__title {
  font-family: 'font-Nastaliq';
  font-size: 7em;
  font-weight: 200;
  color: white;
  display: flex;
  align-items: center;
  text-shadow: 1px 1px 3px rgb(73, 73, 73);
  margin-right: 5px;
  line-height: 15px;
}

.header__title span {
  font-size: 14px;
  margin-bottom: 12%;
}

.header__title-detail {
  /* justify-content: center; */
  position: absolute;
  top: 50%;
  right: 0%;
  color: #fff;
  width: 85%;
  text-align: center;
  font-size: 10px;
}
/* 
.title .english-title {
    display: none;
} */

header .my-miami-large {
  display: none;
}

header .navbar-large {
  display: none;
}

header .search-container-large {
  display: none;
}

.buttons {
  /* padding: 1.6rem;
    display: flex;
    justify-content: stretch;
    margin-bottom: .5rem; */

  padding-top: 10px;
  padding-right: 5%;
  padding-left: 5%;
  grid-row: 2 / 3;
  display: grid;
  grid-template: 1fr / 1fr 1fr;
  grid-gap: 20px;
  background-color: var(--primary);
  margin: auto;
  font-weight: 500;
  margin-bottom: 1rem;
}

.buttons i {
  font-size: 0.9em;
  padding-left: 5px;
}

.buttons .search-btn {
  flex: 1;
  order: 1;
  margin-right: 0.8rem;

  font-size: 1.7em;
  font-family: 'font-medium';
  cursor: pointer;
  border: 1.5px solid #ffffff;
}

.buttons .menu-btn {
  flex: 1;
  order: 0;
  margin-left: 0.8rem;

  font-size: 1.7em;
  font-family: 'font-medium';
  cursor: pointer;
  border: 1.5px solid #ffffff;
}

header > h1 {
  font-size: 2.2rem;
  margin: 0 !important;
}

/* ----------------------- Navbar : FINISH -------------------------*/

.slider-nav {
  width: 100%;
  max-width: 992px;
  background-color: #1f6193f2;
  display: flex;
  flex-direction: column;
  color: var(--lighter-gray);
  -webkit-box-shadow: 0 0 5px #464646;
  -moz-box-shadow: 0 0 5px #464646;
  box-shadow: 0 0 5px #464646;
  position: absolute;
  top: 0px;
  transition: right 0.7s;
  right: -992px;
  z-index: 1000000;
}

.slider-nav .close-menu {
  float: left;
  padding: 1rem 0 1rem 2rem;
  font-size: 4rem;
}

.menu-input {
  display: none;
}

.menu-input:checked ~ .slider-nav {
  right: 0;
}

.slider-nav .search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.slider-nav .search-box input {
  height: 35px;
  width: 65%;
  border: 1px solid #616161;
  background-color: var(--lighter-gray);
}

.slider-nav .search-box a {
  color: var(--lighter-gray);
  text-decoration: none;
  margin-right: 20px;
  font-size: 2em;
  width: 20%;
}

.slider-nav nav {
  margin-bottom: 15px;
}

.slider-nav .search-container::before,
.slider-nav nav::before,
.slider-nav .info-box::before,
.slider-nav .my-miami::before {
  content: '';
  width: 100%;
  height: 2rem;
  background-image: url('../img/white-stripes-hd.png');
  display: block;
}

.slider-nav .list-item {
  display: grid;
  grid-template: 1fr auto / 1fr 1fr 1fr 1fr 1fr 1fr;
  border-bottom: 2px solid #244b6a66;
  overflow: hidden;
  transition: all 0.5s;
}

.slider-nav .list-item:first-of-type {
  border-top: 2px solid #244b6a66;
}

.slider-nav .accordion-input {
  display: none;
}

.slider-nav .accordion-lable {
  grid-column: 6 / 6;
  grid-row: 1 / 2;
  position: relative;
  font-size: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
  background-color: rgb(0 0 0 / 18%);
  height: 100%;
  width: 100%;
  transition: all 0.6s;
}

.slider-nav .accordion-lable i {
  color: var(--lighter-gray);
  border: 1.5px solid var(--lighter-gray);
  border-radius: 50%;
  padding: 9px 11px 10px 11px;
  font-weight: bold;
  transition: all 0.5s;
  display: inline-block;
  width: 4rem;
  height: 4rem;
}

.slider-nav .list-item > a {
  grid-column: 2 / 6;
  grid-row: 1 / 2;
  font-size: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--lighter-gray);
  cursor: pointer;
}

.slider-nav .without-subList a {
  /* grid-column: 2 / 6; */
  height: 73px;
}

.slider-nav .accordion-content {
  max-height: 0px;
  grid-column: 1 / 7;
  grid-row: 2 / 3;
  background-color: var(--lighter-gray);
  transition: 0.3s linear 0s;
  overflow: hidden;
}

.slider-nav .list-container ul li {
  height: 55px;
  font-size: 1.7rem;
  display: flex;
  color: var(--dark-primary);
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid rgba(70, 70, 70, 0.4);
}

.slider-nav .list-container ul li a:link {
  color: var(--dark-primary);
}

.slider-nav .list-container li:first-of-type {
  border-top: 2px solid rgba(70, 70, 70, 0.4);
  margin-top: 20px;
}

.list-container {
  padding: 0 4%;
}

.list-container--mega {
  display: flex;
  flex-direction: column;
}

.list-subitem-megal1 {
  height: unset !important;
  justify-content: space-between !important;
}

.list-subitem-megal1 > .list-subitem-link {
  flex: 0 1 35%;
  padding-right: 10px;
}

.list-subitems {
  direction: rtl;
  flex: 0 1 60%;
}

.list-subitem-link {
  text-align: right;
  line-height: 17px;
}

.list-subitem--megaL2 {
  height: 40px !important;
  font-size: 1.5rem !important;
  justify-content: flex-start !important;
}

.list-subitem--megaL2:first-of-type {
  border-top: none !important;
  margin-top: 15px !important;
}

.list-subitem--megaL2:last-of-type {
  border-bottom: none !important;
  margin-bottom: 15px !important;
}

.list-subitem-megal1--reset {
  border-top: none !important;
  margin-top: 0 !important;
}

/* ///////////////////////////////////////////// */
#slider-nav nav .accordion-content a:hover {
  color: #950f22 !important;
  cursor: pointer;
}

.accordion-input:checked ~ .accordion-content {
  max-height: 1200px !important;
}

.accordion-input:checked ~ label {
  background-color: var(--lighter-gray) !important;
  color: var(--primary) !important;
}

.accordion-input:checked ~ label i {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider-nav .info-box {
  width: 100%;
  height: 260px;
  margin-bottom: 2rem;
}

.slider-nav .info-box li {
  background-color: var(--lighter-gray);
  width: calc(100% - 4rem);
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.slider-nav .info-box li:first-of-type {
  padding-top: 1.5rem;
  margin-top: 2rem;
}

.slider-nav .info-box li:last-of-type {
  padding-bottom: 1em;
  border-top: 1px solid var(--primary);
}

.slider-nav .info-box li a {
  font-family: 'font-bold';
  font-size: 1.8rem;
  text-decoration: none;
  color: var(--dark-primary);
  line-height: 4.5rem;
  width: 100%;
  padding: 0.75rem 1.6rem;
  transition: all 0.25s;
}

.slider-nav .info-box li:last-of-type a {
  display: inline-block;
  transition: all 0.5s;
}

.slider-nav .info-box li a:hover {
  color: var(--primary);
  border: 2px solid var(--primary);
}

.slider-nav .info-box li:last-of-type a:hover {
  border: none;
}

.slider-nav .info-box li:last-of-type:hover a {
  background-color: var(--dark-primary);
  color: var(--lighter-gray);
}

.slider-nav .my-miami {
  width: 100%;
  height: 200px;
  padding-bottom: 20px;
}

.slider-nav .my-miami li {
  list-style: none;
  color: var(--lighter-gray);
  text-align: center;
}

.slider-nav .my-miami li:first-of-type {
  padding-top: 2rem;
}

.slider-nav .my-miami li a {
  color: var(--lighter-gray);
  text-decoration: none;
  line-height: 4.5rem;
  font-size: 1.6rem;
  font-family: 'font-bold';
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-nav .my-miami li a i {
  margin-right: 5px;
}

/* ////////////////////////////   aside of the page    ////////////////// */

aside {
  padding: 2rem 2rem 0 2rem;
  text-align: center;
  background-color: var(--light-gray);
}

.aside-title {
  font-size: 1.7rem;
  padding: 1rem;
  margin-bottom: 2rem;
  display: block;
  color: var(--dark-primary);
  border: 2px solid currentColor;
  font-family: 'font-medium';
}

.aside-input {
  display: none;
}

.aside-input:checked ~ .aside-items {
  max-height: 600px;
}

.aside-items {
  max-height: 0;
  transition: max-height 0.3s linear;
  overflow: hidden;
  text-align: right;
  /* border-bottom: 4px double var(--primary); */
}

.aside-item {
  height: 50px;
  font-size: 1.4rem;
  border-bottom: 1px solid var(--primary);
  background-color: var(--lighter-gray);
}

.aside-item:first-of-type {
  border-top: 1px solid var(--primary);
}

.aside-item:last-of-type {
  margin-bottom: 2rem;
}

.aside-item a {
  display: block;
  height: 100%;
  line-height: 50px;
  color: var(--dark-primary);
  padding-right: 1.5rem;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-family: 'font-medium';
}

.aside-item a:hover {
  background-color: var(--dark-primary);
  color: var(--lighter-gray);
  cursor: pointer;
}

.aside-item a.active {
  background-color: var(--dark-primary);
  color: var(--lighter-gray);
  cursor: pointer;
}

aside .easy-access {
  display: none;
}

.container main {
  padding: 1rem 3rem 1.5rem 1.5rem;
}

/* //////////////////registerForm////////////////// */

.register-form-container {
  border: 1px solid #d0c9c9;
  padding: 2%;
  margin: auto;
  max-width: 992px;
  border-radius: 4px;
  background-color: var(--light-gray);
  margin-top: 20px;
}

.register-form-container h1 {
  color: var(--dark-primary);
  text-shadow: 0px 0px 0px;
  font-size: 2.2rem;
}

.register-form-container .header {
  text-align: center;
  margin-bottom: 2rem;
}

.register-form-container fieldset {
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 3rem;
  border-bottom-color: var(--primary);
}

.register-form-container legend {
  font-size: 1.6em;
  margin-bottom: 1rem;
}

.register-form-container legend span {
  font-family: 'font-faNum';
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  padding: 0.5rem;
  background-color: var(--primary);
  color: white;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

.register-form-container .form-row div {
  width: 100%;
  margin-bottom: 2rem;
}

.register-form-container .birth-date-info {
  display: flex;
  border-radius: 5px;
}
.register-form-container .birth-date-info-sec {
  display: flex;
  margin-left: 1rem;
}
.register-form-container .birth-date-info-sec3 {
  margin-left: 0rem;
}
.register-form-container .birth-date-info-sec label {
  margin-left: 0.5rem;
  align-self: center;
}
.register-form-container .birth-date-info-input {
  text-align: center;
}

.register-form-container .form-row-address div {
  margin-bottom: 2rem;
}
/* .form-row-address div input:focus{
    border: 1px solid green;
} */

.register-form-container label {
  display: block;
  font-family: 'font-medium';
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.register-form-container input {
  width: 100%;
  height: 4.5rem;
  border: 1px solid var(--primary);
  outline: none;
  border-radius: 5px;
  padding-right: 1rem;
}
/* input:-internal-autofill-selected {
    background-color: transparent !important;
} */
.register-form-container .input-font {
  font-family: 'font-faNum';
}
/* Chrome, Safari, Edge, Opera */
.register-form-container .input-font::-webkit-outer-spin-button,
.register-form-container .input-font::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.register-form-container .input-font {
  -moz-appearance: none;
}

/* .form-row div input:focus{
    border: 1px solid green;
} */

.register-form-container .section3 {
  margin-bottom: 2rem;
}

.register-form-container .form-row-further-info .first-div-form-row-further-info {
  margin-bottom: 2rem;
}
/* .form-row-further-info div input:focus{
    border: 1px solid green;
} */
.register-form-container .label-course {
  margin-bottom: 1rem;
}
.register-form-container .fieldset-course {
  border: none;
  margin-bottom: 0rem;
}
.register-form-container .checkbox-item {
  display: flex;
  margin-bottom: 1rem;
}

.register-form-container .input-checkbox {
  width: 13px;
  margin-left: 0.6rem;
  height: 13px;
}
/* .input-checkbox:checked , .input-checkbox:hover{
    background-color: green !important;
} */

.register-form-container .label-checkbox {
  font-size: 1.2rem;
}

.register-form-container .div-button {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.register-form-container button {
  font-size: 16px;
  height: 50px;
  padding: 1rem;
  transition: all 1s ease;
}

button.primary-button::after {
  content: '';
  width: 30px;
  height: 30px;
  border: 3px solid var(--light-gray);
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 10px;
  border-left-color: transparent;
  display: none;
  animation: loader 1s linear 0.1s infinite;
}

@keyframes loader {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.register-form-container button.loading::after {
  display: block;
}

.register-form-container .div-button button:focus {
  outline: 0px !important;
}

.register-form-container .div-button .alert {
  padding: 20px;
  color: white;
  margin-top: 1rem;
  font-size: 1.5em;
  /* border : 2px solid var(--primary); */
  border-radius: 5px;
  background-color: #c3142d;
}
.register-form-container .div-button .alertPosetive {
  padding: 20px;
  background-color: green;
  color: white;
  margin-top: 1rem;
  font-size: 1.5em;
}

.register-form-container .div-button .closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.register-form-container .div-button .closebtn-green {
  color: white;
}

.register-form-container .div-button .closebtn:hover {
  color: white;
}

/*//////////////////////////////////////// footer ///////////////////////////////////////*/
.footer {
  direction: rtl;
  background: var(--primary);
  color: var(--lighter-gray);
  min-height: 250px;
}

.footer__container {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 25px 10%;
}

.footer__bio {
  flex: 50%;
  padding: 0 2.5rem;
  margin-bottom: 40px;
}
.heading-3--footer {
  padding: 1rem 0 2rem 0;
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-align: right;
}

.footer__address {
  font-family: 'font-faNum';
  font-size: 1.5rem;
  padding: 10px 0px;
}

.footer__phone,
.footer__mail-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer__phone,
.footer__mail {
  padding-left: 10px;
}

.footer__phone span,
.footer__mail span {
  font-family: 'font-faNum';
  font-size: 1.6rem;
  color: var(--lighter-gray);
}

.footer__phone-logo,
.footer__mail-logo {
  display: inline-block;
  width: 25px !important;
  margin-right: 1rem;
}

.social__list--footer {
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.social__item:hover .social__logo--footer {
  fill: #e49224;
  filter: drop-shadow(0px 0px 2px var(--dark-gray));
}

.social__logo--footer {
  width: 35px;
  fill: var(--lighter-gray);
  transition: all 0.2s;

  height: 35px;
}

.footer__links {
  flex: 50%;
}
.footer__links-items {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.footer__links-item {
  padding-bottom: 1.5rem;
}

.footer__links-link {
  color: var(--lighter-gray);
  font-size: 14px;
  font-family: 'font-light';
  line-height: 18px;
  transition: padding 0.3s;
}

.footer__links-link:hover {
  color: #e49224 !important;
  font-weight: 900;
  padding-right: 3px;
}

.footer__links-link:visited {
  color: var(--lighter-gray);
}

.footer__copyright {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  padding: 25px 15px 25px 15px;
  border-top: 2px solid #edf2f259;
}

.footer__copyright span {
  font-weight: 600;
  color: #e49224;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
