html, body {
  font-family: 'Cairo'; }

body {
  direction: rtl; }

.btn-brown {
  background-color: #526b74;
  color: white; }

.page-content {
  display: none; }

.video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }
  .video-btn video {
    display: none; }

/*-------------------------edit on bootstrap--------------------------*/
nav {
  position: fixed !important;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 999;
  padding: 0px !important; }

.fixed_nav {
  box-shadow: 1px 1px 4px 2px #ddd; }
  .fixed_nav::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    transition: 1s all;
    z-index: -1; }

nav.bg-light {
  background-color: transparent !important; }

.navbar-light .navbar-nav .nav-link {
  text-align: right; }

.navbar-brand img {
  width: 75px; }

.navbar-brand + img {
  height: 30px;
  margin-right: 15px; }

section {
  margin-bottom: 30px; }

.main-title, header .content p, .about h2, .our-start .content h2, .partners h2, .special_gift h2 {
  color: #526b74;
  font-weight: bold;
  font-size: 30px; }

ul li a {
  cursor: pointer; }

/*------------------------------------start of header----------------------*/
header {
  position: relative;
  margin-bottom: 0px;
  background-image: url("../images/EX/Head0101.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 650px; }
  header > .container {
    height: 100%;
    display: flex;
    align-items: flex-end; }
    header > .container .row {
      align-items: flex-end; }
  header .left-bk, header .bottom-bk {
    position: absolute; }

.left-bk {
  position: absolute;
  background-image: url("../images/EX/Head02.png");
  top: 85px;
  left: 20px;
  background-size: 100% 100%;
  height: 253px;
  max-width: 300px;
  width: 30%; }

.bottom-bk {
  position: absolute;
  bottom: 0px;
  background-image: url("../images/EX/LineA_ps.png");
  width: 100%;
  height: 60px;
  right: 0px;
  background-size: cover; }

header .content {
  text-align: right; }

header .row {
  align-items: center; }

header .content p:nth-of-type(2) {
  color: #526b74;
  font-size: 20px;
  font-weight: bold;
  text-align: center; }

header .content p:nth-of-type(3) {
  margin-bottom: 45px; }

header .content p:nth-of-type(3) span {
  color: #0d0b23;
  font-size: 25px;
  margin-left: 10px; }

header .content button {
  margin-bottom: 10px;
  background-color: #0d0b23;
  display: block;
  margin: auto; }

header .image img {
  height: 450px;
  max-width: 100%; }

@media (max-width: 900px) {
  .left-bk {
    height: 125px; }

  header {
    height: auto;
    padding-bottom: 45px; }
    header .image img {
      margin-left: auto;
      display: block;
      max-width: 90%; }
    header > .container {
      display: block;
      padding-top: 90px;
      height: unset; } }
@media (max-width: 767px) {
  header > .container .row {
    flex-direction: column-reverse; } }
/*------------------------------------end of header----------------------*/
/*-------------------------------------start of about--------------------*/
.about {
  background: #eee;
  margin-bottom: 0px;
  position: relative; }
  .about .bk-top {
    background-image: url(../images/EX/LineB_ps.png);
    top: 0px;
    right: 0;
    width: 100%;
    height: 65px;
    background-size: cover;
    margin-bottom: 25px; }
  .about .bk-second-top {
    background-image: url("../images/EX/BOX1.png");
    top: 0px;
    right: 0;
    width: 100%;
    height: 86px;
    background-size: cover;
    position: absolute; }
  .about .row {
    justify-items: baseline; }
  .about .col-2 .image {
    height: 100%; }
    .about .col-2 .image img {
      display: block;
      margin: auto;
      max-width: 100%;
      height: 545px; }
  .about .data .image {
    position: relative; }
    .about .data .image img:first-of-type, .about .data .image img:last-of-type {
      position: absolute;
      width: 11%; }
    .about .data .image img:first-of-type {
      top: 10px;
      right: -20px; }
    .about .data .image img:last-of-type {
      left: -20px;
      bottom: 10px; }

.about h2 {
  color: #526b74;
  margin-top: 15px; }

.about p {
  color: #A6A8AA;
  font-size: 20px; }

.about .image img:nth-of-type(2) {
  width: 100%; }

/*--------------------------------end of about---------------------------*/
/*--------------------------------start of out-start---------------------------*/
.our-start {
  padding: 15px;
  background-color: #2a1826;
  position: relative; }
  .our-start .left-bk {
    background-image: url("../images/EX/head3.png"); }
  .our-start .col-2 .image {
    height: 100%; }
    .our-start .col-2 .image img {
      display: block;
      margin: auto;
      max-width: 100%;
      height: 745px; }
  .our-start .content {
    text-align: right; }
    .our-start .content h2 {
      color: #CC9362;
      margin-top: 15px; }
    .our-start .content p {
      font-size: 20px;
      color: white; }
    .our-start .content > img {
      width: 100%; }
    .our-start .content .images {
      display: flex;
      margin: 20px 0px;
      flex-wrap: wrap; }
      .our-start .content .images img {
        margin-left: 10px;
        border-left: 1px solid #eee;
        height: auto;
        padding-left: 8px;
        max-width: 30%;
        object-fit: contain; }
  .our-start .row > div:last-of-type {
    position: unset; }
    .our-start .row > div:last-of-type .image img {
      position: absolute;
      bottom: 0px;
      left: 0px;
      max-width: 500px; }
  .our-start .teachers {
    width: fit-content;
    position: relative;
    top: 30px;
    display: flex;
    align-items: center; }
    .our-start .teachers p {
      height: 100%;
      margin: 0px;
      padding: 15px 35px; }
    .our-start .teachers p:first-of-type {
      background-color: #CC9362;
      color: #0d0b23;
      text-align: right; }
    .our-start .teachers p:last-of-type {
      background-color: beige;
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: center; }

@media (max-width: 900px) {
  header .content {
    text-align: center; }

  .our-start .content p {
    margin-top: 80px; }
  .our-start .content .images img {
    width: 90%;
    display: block;
    height: auto;
    margin: 10px auto;
    border: none; }

  .our-start .row > div:last-of-type .image img {
    position: relative;
    width: 100%;
    max-width: 100%; } }
/*--------------------------------end of out-start---------------------------*/
/*--------------------------------start of partners---------------------------*/
.lineB {
  background-image: url("../images/EX/LineB_ps.png");
  background-size: cover;
  height: 65px;
  position: relative;
  right: 0;
  margin-bottom: 100px; }
  .lineB div {
    background-image: url(../images/EX/BackBox.png);
    background-size: cover;
    height: 100%;
    position: relative;
    top: 50px; }

.lineE {
  background-image: url(../images/EX/lineE.png);
  background-size: 100% 100%;
  height: 90px; }

.lineE.transform {
  transform: rotate(180deg); }

.partners {
  text-align: right; }
  .partners .col-2 .image img {
    height: 300px;
    display: block;
    margin: auto;
    width: 100%;
    object-fit: cover; }
  .partners .col-12 img {
    display: block;
    height: auto;
    margin-top: 100px; }
  .partners h2 {
    color: #0d0b23;
    margin-bottom: 20px; }
  .partners img {
    display: block;
    margin-bottom: 15px;
    height: 150px;
    width: 100%;
    object-fit: contain; }

/*--------------------------------end of partners---------------------------*/
/*--------------------------------start of ads---------------------------*/
.ads .bk {
  background-color: #2a1826;
  padding: 50px;
  padding-top: 20px; }
  .ads .bk > img {
    width: 100%; }
  .ads .bk h2 {
    margin-top: 20px;
    color: white; }
.ads .row {
  margin-top: -20px;
  position: relative; }
  .ads .row img {
    height: 300px;
    display: block;
    margin: auto; }

@media (max-width: 900px) {
  .ads .row img {
    margin-top: 15px;
    width: 100%;
    height: auto; } }
/*--------------------------------end of ads---------------------------*/
/*--------------------------------start of gifts---------------------------*/
.gifts {
  background-color: #A6A8AA;
  padding: 20px; }
  .gifts h2 {
    text-align: center;
    margin-bottom: 25px; }
  .gifts .gift {
    background-color: white;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px; }
    .gifts .gift .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #0d0b23;
      padding: 25px;
      border-radius: 10px;
      position: relative; }
      .gifts .gift .icon::before {
        content: '';
        width: 100%;
        height: 100%;
        border: 7px solid #eee;
        position: absolute;
        border-radius: 10px;
        left: -20px;
        top: -13px;
        z-index: 0; }
      .gifts .gift .icon span {
        font-size: 40px;
        color: white; }
    .gifts .gift .content {
      text-align: right;
      padding-right: 30px; }
      .gifts .gift .content p {
        margin-bottom: 5px; }
      .gifts .gift .content p:first-of-type {
        font-weight: bold;
        font-size: 25px; }
      .gifts .gift .content p:last-of-type {
        font-size: 20px; }
      .gifts .gift .content a {
        color: #0d0b23;
        font-size: 20px;
        font-weight: bold; }

@media (max-width: 900px) {
  .gifts .gift {
    flex-wrap: wrap; }
    .gifts .gift .icon {
      margin: 15px auto; }
    .gifts .gift .content {
      padding: 0px;
      text-align: center; } }
/*--------------------------------end of gifts---------------------------*/
/*--------------------------------start of special_gift---------------------------*/
.special_gift {
  max-width: 500px;
  margin: auto;
  position: relative;
  padding: 10px;
  border: 1px solid #ddd;
  box-sizing: content-box;
  border-radius: 10px;
  background-color: #f5deb361;
  top: 20px;
  z-index: 99;
  background-image: url("../images/EX/BackBox.png");
  background-size: cover; }
  .special_gift h2 {
    color: #2a1826;
    line-height: 46px;
    margin-bottom: 0; }
  .special_gift button {
    background-color: #CC9362;
    color: #2a1826;
    position: relative;
    top: 28px; }

/*--------------------------------end of special_gift---------------------------*/
/*--------------------------------start of footer---------------------------*/
footer {
  background-color: #0d0b23; }
  footer .container .row:first-of-type {
    padding-top: 30px;
    align-items: center;
    margin-bottom: 20px; }
    footer .container .row:first-of-type img {
      height: 80px;
      display: block;
      margin: auto;
      max-width: 188px;
      object-fit: contain; }
    footer .container .row:first-of-type p {
      text-align: center; }
      footer .container .row:first-of-type p span {
        font-size: 20px;
        color: white;
        cursor: pointer; }
      footer .container .row:first-of-type p span:not(:last-of-type) {
        margin-left: 8px; }
  footer .container .row:last-of-type {
    align-items: center; }
    footer .container .row:last-of-type .contact {
      display: flex;
      align-items: center; }
      footer .container .row:last-of-type .contact .title {
        border-left: 1px solid #CC9362;
        color: #CC9362;
        font-size: 20px;
        text-align: right; }
        footer .container .row:last-of-type .contact .title p {
          margin-bottom: 0px;
          direction: rtl;
          text-align: right; }
      footer .container .row:last-of-type .contact .content {
        text-align: right; }
        footer .container .row:last-of-type .contact .content p {
          margin-bottom: 0px;
          text-align: right;
          direction: ltr;
          margin-right: 10px; }
          footer .container .row:last-of-type .contact .content p span:last-of-type {
            margin-left: 10px;
            color: #CC9362;
            position: relative;
            top: 4px; }
          footer .container .row:last-of-type .contact .content p span:first-of-type {
            color: white; }
    footer .container .row:last-of-type .middle-p {
      text-align: center; }
      footer .container .row:last-of-type .middle-p span {
        color: #CC9362;
        margin-left: 5px; }
      footer .container .row:last-of-type .middle-p span:first-of-type {
        position: relative;
        top: 4px; }
      footer .container .row:last-of-type .middle-p span:last-of-type {
        color: white; }
    footer .container .row:last-of-type .contact.last .content {
      display: flex;
      color: white;
      justify-content: space-between;
      margin-right: 10px; }
      footer .container .row:last-of-type .contact.last .content p {
        cursor: pointer; }
      footer .container .row:last-of-type .contact.last .content p:first-of-type {
        margin-left: 20px; }
  footer .container ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #CC9362;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 15px; }
    footer .container ul li a {
      color: #526b74 !important;
      font-size: 18px;
      text-decoration: none; }
    footer .container ul li:first-of-type a {
      color: #CC9362; }

@media (max-width: 900px) {
  footer .container .row:first-of-type p {
    margin-bottom: 0px;
    margin-top: 25px; }

  footer .container .row:last-of-type .middle-p {
    margin-top: 20px; }

  footer ul {
    display: block !important; }
    footer ul li {
      margin-bottom: 15px;
      text-align: right; } }
/*--------------------------------end of footer---------------------------*/

/*# sourceMappingURL=style.css.map */
