@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

body {
  background: #0069aa;
  font-family: 'Droid Arabic Kufi', sans-serif;

}
.page {
  width: 100%;
  height: 7000px;
  background: #0069aa;
}
.light-on-gr {
  background: #85b7d6; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #85b7d6 0%, #0069aa 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  #85b7d6 0%,#0069aa 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  #85b7d6 0%,#0069aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b7d6', endColorstr='#0069aa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
img {
  width: 100%
}
.container {
  width: 90%;
  margin: 0 auto;
}

.image-close, .light-on {
  margin-left: -50px;
  z-index: 20;

}
.image-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.light-on {
  position: fixed;
  top: -400px;
  left: 0;
  right: 0;
  opacity: 0;
}
.light-on-active {
  opacity: 1
}
.light-on-fadeup {
  opacity: 0;
  -webkit-transition: all 1.2s ease-in;
  -moz-transition: all 1.2s ease-in;
  -ms-transition: all 1.2s ease-in;
  -o-transition: all 1.2s ease-in;
  transition: all 1.2s ease-in;

}
.none {
  display: none
}
.image-wrapper-scene_2 {
  position: fixed;
  z-index: 400
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}
.scene-1-off {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/3.jpg) no-repeat center bottom;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.scene-1-off_active {
  opacity: 1
}
.scene-1-on {
  position: absolute;
  background: url(../img/4.jpg) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.scene-1-on_active {
  opacity: 1
}

.scene-1-on img, .scene-1-off img {
  min-height: 100vh
}

.text-1 {
  opacity: 0;
  position: fixed;
  bottom: 0;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.text-1_active {
  opacity: 1;
  margin-bottom: 30px;
}
.text-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  margin-bottom: -100px;
  -webkit-transition: all .7s ease-in;
  -moz-transition: all .7s ease-in;
  -ms-transition: all .7s ease-in;
  -o-transition: all .7s ease-in;
  transition: all .7s ease-in;

}
.text-2_active {
  margin-bottom: 30px
}
h1 {
  font-size: 4em;
  font-weight: 100;
  color: #fff;
}
.section_2 {
  z-index: 100
}

.section_2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100vh;
  left: 0;
  right: 0;
  background: url(../img/5.jpg) no-repeat center bottom;
  z-index: 18;
  -webkit-transition: all .6s ease-in;
  -moz-transition: all 6s ease-in;
  -ms-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;

}

.section_2_active {
  top: 0;
}
.section_3 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100vh;
  left: 0;
  right: 0;
  background: url(../img/6.jpg) no-repeat center bottom;
  z-index: 18;
  -webkit-transition: all .6s ease-in;
  -moz-transition: all 6s ease-in;
  -ms-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;

}
.section_3_active {
  top: 0;
}

.section_4 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100vh;
  left: 0;
  right: 0;
  background: url(../img/7.jpg) no-repeat center bottom;
  z-index: 25;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all 4s ease-in;
  -ms-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;

}
.section_4_active {
  top: 0;
}

.section_5 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100vh;
  left: 0;
  right: 0;
  background: #0069aa;
  z-index: 28;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all 4s ease-in;
  -ms-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;

}
.section_5_active {
  top: 0;
}

.card-wrapper {
  position: relative;
  margin-top: 250px;
}
.card {
  display: block;
  position: relative;
  width: 26%;
  margin: 0 3.5%;
  float: left;
  background-color: white;
  padding: 80px 0px;
  border-radius: 30px;
  text-align: center;
  min-height: 200px;
}
.card .year {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 100%;
}
.card .year span {
  background-color: #ef3e42;
  color: #fff;
  padding: 2px 20px;
  border-radius: 20px
}

.card .card-image img {
  width: 165px;
  margin-top: -10px;
}
.card .card-number {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.card .card-number span {
  background-color: #0069aa;
  color: white;
  padding: 5px 10px;
  margin: 0px 3px;
  border-radius: 5px;
  font-size: 22px;
}
