/*=========General=============*/
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1140px;
}
@font-face {
  font-family: "Yekan-Bakh";
  src: url("../fonts/yekan-bakh/Yekan-Bakh-FaNum-Regular.eot");
  src: url("../fonts/yekan-bakh/Yekan-Bakh-FaNum-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/yekan-bakh/Yekan-Bakh-FaNum-Regular.woff") format("woff"),
    url("../fonts/yekan-bakh/Yekan-Bakh-FaNum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yekan-Bakh";
  src: url("../fonts/yekan-bakh/Yekan-Bakh-FaNum-Bold.eot");
  src: url("../fonts/yekan-bakh/Yekan-Bakh-FaNum-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/yekan-bakh/Yekan-Bakh-FaNum-Bold.woff") format("woff"),
    url("../fonts/yekan-bakh/Yekan-Bakh-FaNum-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.wrapper {
  overflow-x: hidden;
}
body {
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  font-style: normal;
  font-family: Yekan-Bakh;
  color: #000;
  background-color: #fff;
}
ul {
  padding-right: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h2 {
  font-size: 32px;
  line-height: 2;
}
img,
svg {
  max-width: 100%;
}
a {
  transition: all 0.5s;
  color: #000;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: all 0.5s;
  border: none;
}
a:focus,
button:focus {
  border: none;
  outline: 0;
}

p {
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 2;
}
ul {
  padding-right: 0;
  list-style: none;
}

input:active,
input:focus,
select:focus,
select:active {
  outline: 0;
}

.display-flex {
  display: inline-flex;
  width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #30cddc;
  border: none;
  padding: 5px 10px;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  line-height: 2.5;
  font-weight: bold;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #00adb5;
  box-shadow: inset 0 0 20px rgb(255 255 255 / 50%),
    0 0 20px rgb(255 255 255 / 20%);
}
.btn-secondary {
  background-color: #00adb5;
  border-color: #fff;
  color: #fff;
  border-radius: 10px;
  padding: 5px 40px;
  width: 200px;
  line-height: 2;
}
div#timer {
  direction: ltr;
}
.btn-secondary:hover {
  color: #fff !important;
  background-color: #00adb5;
  box-shadow: inset 0 0 20px rgb(255 255 255 / 50%),
    0 0 20px rgb(255 255 255 / 20%);
}
nav.navbar {
  position: absolute;
  width: 100%;
}
/*=========Welcome=============*/

#slide {
  background-image: url(../images/bg-slide.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#slide .content {
  padding-top: 2rem;
}
#slide .content h2,
#slide .content p {
  color: #fff;
}
#slide .content p {
  font-size: 18px;
  max-width: 405px;
}

/*=========Team=============*/
#team {
  margin: 4rem 0;
  padding: 2rem;
}
.video-box video {
  display: none;
  width: 754px;
  border-radius: 10px;
}

#team .bg-box-team {
  background-image: url(../images/bg-box-team.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
#team .box-team {
  box-shadow: -10px 8px 0px 0px #30cddc;
  border-radius: 10px;
  text-align: center;
}
#team .box-team p {
  text-align: center;
  color: #14317a;
  font-size: 18px;
  font-weight: bold;
}
#team .content {
  align-self: center;
  padding: 2rem;
}

/*=========Why=============*/
#why {
  background-color: #0a2960;
  text-align: center;
}
#why h3 {
  color: #fff;
  margin-bottom: 3rem;
}
#why .box {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0px 4px 0px 2px #d8f1f3;
}
#why .box span {
  font-weight: bold;
}
/*=========Levels=============*/

#levels {
  text-align: center;
  padding: 4rem 0;
  background-image: url(../images/bg-levels.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#levels .bg-border {
  background-image: url(../images/border-levels.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#levels .level-2,
#levels .level-4 {
  position: relative;
  left: 50px;
}
#levels .level-3 {
  position: relative;
  right: 60px;
}
#levels .level-5 {
  position: relative;
  right: 80px;
}

/*=========Subscribe=============*/
section#subscribe {
  background-color: #00adb5;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
}
#subscribe p {
  text-align: center;
  color: #fff;
}
#subscribe .descriptipn {
  width: 50%;
  margin: 0 auto;
}
.section-form {
  padding: 2rem;
  border-radius: 15px;
  width: 340px;
  margin: 0 auto;
}
form#subscriber {
  text-align: center;
  direction: rtl;
}
form#subscriber .form-group {
  margin-bottom: 1rem;
}
form#subscriber select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #676767;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -moz-appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 10px;
  margin: 1rem 0;
}
#subscribe .section-form h3 {
  color: #0a2960;
  text-align: center;
  margin-bottom: 1rem;
}
#subscribe .form-control {
  border-radius: 10px;
}
#subscribe .description {
  display: flex;
  align-items: center;
}
#subscribe .description p {
  color: #fff;
  font-size: 16px;
}
/*=========info=============*/

#info {
  text-align: center;
  margin: 2rem 0;
}
#info p {
  text-align: center;
}

/*=========Package=============*/
#package {
  margin: 4rem 0;
}
#package h3 {
  width: 750px;
  margin: 20px auto;
  text-align: center;
  line-height: 2;
}
#package .box {
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 30px rgba(146, 219, 224, 0.3);
  margin-bottom: 1rem;
  background-color: #fff;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 1rem;
}
#package .box:hover {
  transform: scale(1.1);
}
#package .box .list {
  padding: 0;
  margin: 3rem 0;
  min-height: 140px;
}
#package .box .list li:last-child {
  color: #00adb5;
  font-weight: bold;
}
#package .box .list li {
  color: #1a1061;
  font-size: 12px;
  background-image: url(../images/list-ico.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
  text-align: right;
  margin-bottom: 1rem;
}
#package .box-active {
  background-color: #0a2960;
}

.accordion-body {
  background-color: #e6f5f7;
}
#package .box p {
  text-align: center;
  color: #1a1061;
  font-size: 14px;
  min-height: 180px;
}
#package .box .title {
  color: #1a1061;
  padding: 4px;
  border-bottom: 3px solid #27bcc0;
  font-size: 18px;
  font-weight: bold;
}
#package .box .subtitle {
  color: #1a1061;
  padding: 4px;
  font-size: 18px;
  font-weight: bold;
}
#package .box label {
  background: #b6fcff;
  border-radius: 5px;
  padding: 6px 12px;
  margin: 10px 0;
  color: #1a1061;
}
#package .box-active p,
#package .box-active .title,
#package .box-active .subtitle,
#package .box-active li {
  color: #fff !important;
}
#package .diamond {
  min-height: 110px !important;
}

/*=========Video=============*/

#video {
  text-align: center;
  margin-top: 6rem;
}
#video h2 {
  position: relative;
  top: -100px;
}
.video-box {
  background-image: url(../images/video-cover.jpg);
  background-size: cover;
  height: 424px;
  width: 754px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  top: -100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bg-video {
  background-color: #0a2960;
}
span.play {
  cursor: pointer;
}
/*=========FAQ=============*/

section#faq h2 {
  text-align: center;
  color: #1a1061;
}

#faq .accordion-button span {
  margin-left: 20px;
}
section#faq {
  margin: 3rem 0;
}
#faq .accordion-button:not(.collapsed) {
  color: #002653;
  font-weight: bold;
  background-color: unset;
}

#faq .accordion-button.collapsed::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 20px;
  content: "";
  background-image: url(../images/plus-ico.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
#faq .accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 20px;
  content: "";
  background-image: url(../images/plus-close-ico.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
#faq .accordion-button::after {
  content: unset;
}
#faq .accordion-item {
  background-color: #fff;
  border: 1px solid #d8f1f3;
  margin-bottom: 2rem;
  border-radius: 10px;
}
#faq .accordion-button {
  border: 1px solid #d8f1f3;
  text-align: right;
  border-radius: 10px;
  font-size: 18px;
}

#faq .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgb(48 205 220 / 45%);
}
/* ==========================================================================

   Loaing

   ========================================================================== */

#preloader {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1000;
  background-color: #0a2960;
}
button.btn.btn-primary.btn-next {
  background-color: #0a2960;
  padding: 0;
  height: auto;
}
#subscriber button {
  background-color: #0a2960;
  padding: 0;
  height: auto;
}
/* JavaScript Turned Off */

.no-js #loader-wrapper {
  display: none;
}
/*=========Footer=============*/

footer {
  background-color: #0a2960;
  color: #fff;
  padding: 2rem;
}
footer p {
  color: #fff;
  margin: 0;
}
footer .footer-top {
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .social li {
  display: inline-block;
  margin-right: 10px;
}
ul.social img:hover {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(130deg)
    saturate(804%) contrast(0.8);
}
footer .social {
  margin: 0;
  padding: 0;
}
footer .contact {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 1rem 0;
}
footer .contact li {
  display: inline-block;
}
.copyright {
  display: flex;
  justify-content: end;
  align-items: center;
}
.copyright img:hover {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg)
    saturate(1000%) contrast(0.8);
}
.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  nav.navbar {
    display: none !important;
  }
  header .menu-stiky .btn {
    width: 110px;
  }
  .mobile-logo {
    margin: 0 auto;
    width: 90px;
  }
  #subscribe .descriptipn {
    width: 100%;
  }
  #team .box-team p {
    font-size: 14px;
  }
  .video-box video {
    width: 100%;
  }
  .box-team img {
    width: 50px;
  }
  .menu-stiky span {
    font-size: 12px;
    font-weight: bold;
  }
  .menu-stiky img {
    width: 50px;
  }
  #team .box-team {
    box-shadow: -3px 4px 0px 0px #30cddc;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 2rem;
  }
  #levels .level-2,
  #levels .level-4 {
    position: relative;
    left: -10px;
  }
  #levels .level-3,
  #levels .level-5 {
    position: relative;
    right: 4px;
  }
  #levels .level-6 {
    position: relative;
    right: 24px;
  }
  #subscribe .bg-form {
    padding: 1rem;
  }
  #why {
    padding: 1rem;
  }
  #why .box img {
    width: 45px;
  }
  #why .box span {
    font-size: 14px;
  }
  #why .col-6 {
    padding: 2px;
  }
  #why .box {
    padding: 12px 0;
    text-align: right;
  }
  footer .contact li {
    margin-left: 6px;
  }
  section#team .mobile h3 {
    line-height: 2;
  }
  .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer {
    text-align: center;
  }
  section#team .content p {
    text-align: center;
  }
  #info h2 {
    font-size: 21px;
  }
  section#faq h2 {
    font-size: 18px;
  }
  #slide {
    background-image: url(../images/bg-slide-mobile.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: end;
    text-align: center;
  }
  #package h3 {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    line-height: 2;
  }
  .section-form {
    width: 100%;
  }
  #slide .content {
    padding: 0;
    margin-bottom: 30px;
  }
  #slide .logo {
    width: 100px;
  }
  #slide h2 {
    font-size: 24px;
  }
  #slide .content p {
    font-size: 18px;
    margin: 10px auto;
    text-align: center;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: flex;
  }
  #team {
    margin: 1rem 0;
    text-align: center;
  }
  #subscribe .section-form h3 {
    font-size: 21px;
  }
  #team .content {
    align-items: center;
  }
  section#levels h2 {
    font-size: 24px;
  }
  footer .footer-top {
    flex-direction: column;
  }
  #video h2 {
    font-size: 20px;
  }
  .video-box {
    height: 185px;
    width: auto;
    margin: 0 1rem;
  }
  .play img {
    width: 50%;
  }
}

.modal-content {
  background-image: url(../images/bg-modal.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: unset;
  border: unset;
  border-radius: 25px;
}
.modal-header {
  border: none;
}
.modal-header .btn-close {
  filter: invert(1);
}
.modal-body p {
  color: #fff;
  text-align: center;
}
.modal-body .title {
  text-align: center;
  color: #74f9ff;
  border-bottom: 4px solid #00adb5;
  width: fit-content;
  margin: 15px auto;
}
.modal-body {
  text-align: center;
}
.modal-body .top,
.modal-body .bottom {
  min-height: 200px;
}
.error-submit {
  text-align: center;
  color: red;
}
.success-submit {
  text-align: center;
  color: green;
  font-size: 28px;
}
header.stiky {
  position: fixed;
  background-color: #e6f5f7;
  border-bottom: 2px solid #00adb5;
  width: 100%;
  z-index: 99;
}

header .menu-stiky {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
footer .contact a {
  color: #fff;
}
footer .contact li {
  margin-left: 10px;
}
footer .contact a:hover {
  color: #3db8c5;
}
