@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');
@font-face {
  font-family: 'NotoNaskhArabicRegular';
  src: url(',,/fonts/NotoNaskhArabicRegular.eot');
  src: url(',,/fonts/NotoNaskhArabicRegular.eot') format('embedded-opentype'),
       url(',,/fonts/NotoNaskhArabicRegular.woff2') format('woff2'),
       url(',,/fonts/NotoNaskhArabicRegular.woff') format('woff'),
       url(',,/fonts/NotoNaskhArabicRegular.ttf') format('truetype'),
       url(',,/fonts/NotoNaskhArabicRegular.svg#NotoNaskhArabicRegular') format('svg');
}

body{
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}
p{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
img{
  height: auto;
}
div p:last-child{
  margin-bottom: 0;
}
.arabic-font{
  font-family: 'NotoNaskhArabicRegular';
  display: block;
}
strong{
  font-weight: 800;
}
h1,h2,h3,h4,h5,h6{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.text-center{
  text-align: center;
}
.logo {
  width: 120px;
  position: fixed;
  z-index: 23;
  left: 10px;
  top: 0px;
}
p.site-tagline {
  margin: 0;
  color: #fff;
  position: fixed;
  left: 150px;
  z-index: 2;
  top: 27px;
  font-size: 11px;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}
.section{
  position: relative;
}
/* .grass{
  display: none;
} */

 img.grass {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 130%;
  height: 120px;
  transition: all 0.4s ease-in-out;
  visibility: visible;
  opacity: 1;
}
img.grass.hide{
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
} 
.section-wrap{
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.section{
  overflow-x: hidden;
}
/* .animate__animated{
  visibility: hidden;
} */
.vertically-center-content{
  display: flex;
  min-height: 100VH;
  justify-content: center;
  align-items: center;
  background-attachment: fixed !important;
}
/* .has-background{
  position: relative;
  background: url('../images/chalkboard_background.jpg') no-repeat;
  background-size:100% 100% !important;
  background-attachment: fixed !important;
  overflow: hidden;
} */
/* .has-background::before{
  position: absolute;
  width: 100%;
  height: 150px;
  background: url('../images/grass.png') no-repeat;
  content: '';
  bottom: 0;
  z-index: 1;
  background-size: 100%;
} */
/* .has-background::before{
    position: absolute;
    width: 100%;
    height: 72px;
    background: url(../images/grass.png) no-repeat;
    content: '';
    bottom: 0;
    z-index: 1;
    background-size: 100% 100%;
    background-position: 0;
} */
/* .no-grass.has-background::before{
  display: none;
} */

.section1-main-content {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.section1-main-content h1,
.page h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
  margin: 0;
}
.page h1{
  margin-bottom: 15px;
}
.section1 .section-wrap {
    padding-bottom: 90px;
    display: flex;
    position: absolute;
    bottom: 0;
}
.section1-main-content img{
  top: 0;
  max-width: 75%;
  position: relative;
}
.section11 .section1-bird-left{
  display: none;
}
.section1-bird-left{
  width: 80px;
  left: 0;
  top: 104px;
  position: absolute;
}
.section1-bird-right {
  width: 50px;
  top: 130px;
  right: 0;
  position: absolute;
}
.section2-sun-right{
  right: 150px;
  top: 50px;
  width: 80px;
}
.section2-cloud-right {
  top: 90px;
  width: 100px;
}
.section2-cloud-left {
  top: 90px;
  width: 100px;
}

.section2-main-content {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.section2-main-content img{
  max-width: 65%;
   height: auto;
}
.section2-cloud-left{
  position: absolute;
  left: 0;
  top: 150px;
  width: 80px;
}
.section2-cloud-right{
  position: absolute;
  right: 0;
  top: 200px;
  width: 100px;
}
.section2-sun-right{
  position: absolute;
  right: 50px;
  top: 70px;
  width: 100px;
}
.section-content-width,
.section4 .section-content-width {
  width: calc(100% - 20px);
  margin: 0 auto;
  text-align: center;
}
.section11 .section-content-width {
  width: calc(100% - 90px);
}
/* .section11 .section-wrap {
  position: absolute;
  bottom: 50px;
} */
.section-content-width p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.section-content-width p span{
  color: #feb352;
  font-weight: 700;
}
.btn.btn-primary {
  background-color: #ab0010;
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 7px 30px;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
}
.section-content-width em{
  font-size: 16px;
 color: #feb352;
  font-style: normal;
  display: inline-block;
  font-weight: 600;
}
.btn.btn-primary:hover{
  background-color: #7c000c;
}
.section4-main-content ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.section4-main-content ul li {
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
}
.section4-main-content ul li .btn{
  min-width: 150px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.section4-main-content ul li:last-child{
  margin-right: 0;
}
.section8-main-content h2{
  font-size: 32px;
  font-weight: 800;
  color: #feb352;
  margin: 0;
  line-height: 38px;
}

.section8-main-content img {
  max-width: 140px;
  margin-bottom: 30px;
}
.section8-sun-right{
  width: 50px;
  position: absolute;
  top: 50px;
  right: 0;
}
.section8-people_kite{
  width: 200px;
  position: absolute;
  bottom: 10px;
  left: 5px;
  z-index: 2;
}
.section11-main-content img {
  max-width: 75%;
  top: 80px;
  position: relative;
}
 .scroll-down{
  display: none;
}
.section2-main-content h3 {
  font-size: 16px;
}
.section2 .section-wrap {
  margin-top: 120px;
}
.section8 .section-wrap {
  top: -90px;
}
.has-text-dark h1,
.has-text-dark h2,
.has-text-dark h3,
.has-text-dark h4,
.has-text-dark h5,
.has-text-dark p,
.has-text-dark li{
  color: #333;
}
.has-text-light h1,
.has-text-light h2,
.has-text-light h3,
.has-text-light h4,
.has-text-light h5,
.has-text-light p,
.has-text-light li{
  color: #fff;
}
.sticky-contact {
  position: fixed;
  right: 15px;
  top: 18px;
  z-index: 999;
}
svg#Capa_1 {
  width: 30px;
  height: 30px;
  color: #fff;
  fill: #fff;
}
.sticky-contact .sticky-contact-content {
  position: absolute;
  right: 40px;
  width: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  top: 3px;
}
.open-contact .sticky-contact .sticky-contact-content{
  width: 160px;
  transition: all 0.4s ease-in-out;
}
.open-contact p.site-tagline{
 visibility: hidden;
 opacity: 0;
 transition: all 0.2s ease-in-out;
}
.sticky-contact .sticky-contact-content a{
  color: #fff;
  text-decoration: none;
}
.sticky-contact .sticky-contact-content a:hover{
  color: #feb352;
}
.open-contact .sticky-contact svg#Capa_1,
.contact-icon:hover svg#Capa_1{
  fill: #feb352;
}
.contact-icon{
  cursor: pointer;
}
body.page:after{
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background: url('../images/chalkboard_background_mobile.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.default-page-bird-left {
  width: 90px;
  position: absolute;
  right: 0;
  top: 90px;
}
.default-page-bird-right {
  position: absolute;
  left: 0;
  bottom: 180px;
  width: 50px;
}
.page-section {
  position: relative;
  z-index: 22;
}
.page .btn{
  display: inline-block;
}
.page .page-main-content img{
  max-width: 80%;
}
.handbook-wrap{
  z-index: 3;
}
p.handbook em {
  font-style: normal;
  font-size: 18px;
  background: #ab0010;
  padding: 5px 20px;
  letter-spacing: 1px;
  min-width: 150px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 18px;
}
p.handbook em:before {
  content: '';
  background: #fff;
  width: 30px;
  height: 3px;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translatey(-50%);
}
p.handbook em:after {
  content: '';
  background: #fff;
  width: 30px;
  height: 3px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translatey(-50%);
}
.base-content {
  position: fixed;
  bottom: 0;
  max-width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;

}
.base-content a{
  margin-bottom: 30px;
}
.handbook-content {
  display: none;
}
.base-content img {
  bottom: -5px;
  position: relative;
  max-width: 75%;
}


/**
* 
* =========================================
* MEDIA QUERY
* =========================================
*/
@media only screen and (max-width: 768px) {
  /* need to add rare case */
  .from-mobile .section1-main-content img {
    /* top: 0px; */
    margin-top: 30px;
  }
  
}

@media only screen and (min-width: 320px) {
  .section1-main-content img {
    top: 30px;
  }
  
}
@media only screen and (min-width: 600px) {
  .section1-main-content img {
    top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  body.page:after{
    background: url('../images/chalkboard_background.jpg') center center;
  }
  .sticky-contact {
    right: 35px;
    top: 25px;
  }
  svg#Capa_1 {
    width: 40px;
    height: 40px;
  }
  .sticky-contact .sticky-contact-content{
    top: 8px;
  }
  .open-contact p.site-tagline{
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
   }
  .section11 .section1-bird-left {
    display: block;
  }
  img.grass {
    width: 100%;
    height: auto !important;
  }
  /* .section11 .section1-bird-left{
    display: none;
  } */
  .has-background::before{
    display: none !important;
  }
  /* .grass{
    display: block;
  } */
  .section8 .section-wrap {
    top: -10px;
  }
  .section2 .section-wrap {
    margin-top: 0px;
  }
  .section2-main-content h3 {
    font-size: 20px;
  }
  .section1 .section-wrap,
  .section11 .section-wrap {
    position: relative;
    bottom: 0;
    padding-bottom: 50px;
  }
  .has-background::before{
    height: 100px;
  }
  .section2-main-content,
  .section-content-width, .section4 .section-content-width{
    width: 70%;
  }
  .section2-main-content img {
    max-width: 400px;
  }
  .section-content-width p {
    font-size: 18px;
    line-height: 24px;
  }
  .section1-bird-left {
    width: 100px;
    display: block;
  }
  .section1-bird-right {
    width: 80px;
  }
  .section1-main-content img {
    max-width: 200px;
    top: 68px;
    position: relative;
  }
  .section1-main-content {
    width: 500px;
  }
  .section1-main-content h1,
  .page h1 {
    font-size: 48px;
    line-height: 50px;
  }
  .section2-cloud-right {
    top: 200px;
    width: 180px;
  }
  .section2-cloud-left{
    top: 200px;
  }
  .section2-sun-right {
    right: 120px;
    top: 40px;
    width: 125px;
  }
  .section8-people_kite {
    width: 200px;
    bottom: 50px;
    left: 75px;
  }
  .section11-main-content img {
    max-width: 250px;
    top: 31px;
    position: relative;
  }
  .default-page-bird-left {
    width: 140px;
    top: 120px;
  }
  .default-page-bird-right {
    bottom: 250px;
    width: 120px;
  }
  p.handbook em:before {
    width: 80px;
    left: -100px;
  }
  p.handbook em:after {
    width: 80px;
    right: -100px;
  }
  .base-content img {
    max-width: 500px;
  }
  .base-content .btn {
    display: none;
  }
  .handbook-content {
    display: block;
    position: fixed;
    right: 20%;
    bottom: 60px;
  }
  .handbook-wrap .section1-main-content{
    z-index: 9;
  }
}
@media only screen and (min-width: 1366px) {
  .handbook-content {
    right: 28%;
  }
  
  .section4-main-content ul{
    margin-top: 40px;
  }
  .logo {
    width: 160px;
    left: 50px;
  }
  p.site-tagline{
    left: 270px;
    font-size: 14px;
  }
  .has-background::before{
    height: 130px;
  }
  .scroll-down:hover {
    background: #feb352;
    fill: #fff;
  }
  .scroll-down svg {
    /* transform: rotate(-90deg); */
    width: 44px;
    height: 44px;
    fill: #fff;
  }
  .scroll-down:hover{
    background: #ab0010;
  }
  .scroll-down {
    display: block;
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 9;
    width: 60px;
    height: 60px;
    background: #feb352;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
  }
  .section1-main-content {
    width: 500px;
  }
  .handbook-wrap .section1-main-content {
    width: 600px;
  }
  .section1-main-content h1,
  .section8-main-content h2 {
    font-size: 64px;
    line-height: 64px;
  }
  .section1-main-content img{
    max-width: 300px;
    position: relative;
    top: 100px;
  }
  .section1-bird-left {
    width: 200px;
    top: 151px;
    left: 0;
  }
  .section1-bird-right {
    width: 150px;
    top: 151px;
    right: 0;
  }
  .section2-cloud-left {
    top: 200px;
    width: 170px;
  }
  .section2-cloud-right {
    top: 200px;
    width: 250px;
  }
  .section2-sun-right {
    right: 250px;
    top: 50px;
    width: 200px;
  }
  .section2-main-content,
  .section-content-width,
  .section11 .section-content-width{
    width: 50%;
  }
  .section2-main-content {
    width: 500px;
  }
  .section4 .section-content-width{
    width: 70%;
  }
  .section-content-width p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .section-content-width em{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
  }
  .section2-main-content img {
    max-width: 500px;
  }
  .section4-main-content ul li .btn{
    font-size: 22px;
  }
  .section8-people_kite {
    width: 500px;
    bottom: 60px;
    left: 100px;
  }
  .section4-main-content ul li{
    margin-right: 15px;
    display: inline-block;
  }
  .section4-main-content ul li:last-child{
    margin-right: 0px;
  }
  .section8-sun-right {
    width: 120px;
    top: 50px;
  }
  .section11-main-content img {
    max-width: 300px;
    top: 100px;
  }
  .page h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1400px) {
  .section1-main-content img{
    top: 190px;
  }
  .handbook-wrap .section1-main-content img{
    top: 120px;
  }
  .has-background::before{
    height: 200px;
  }
  .section {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1680px) {
  .section11-main-content img {
    width: 400px;
    max-width: 400px;
    top: 120px;
  }
}
@media only screen and (min-width:  1920px) {
  .section11-main-content img {
    top: 160px;
  }
}
