@font-face {
  font-family: 'NeoSansW23';
  src: url(../fonts/NeoSansW23.ttf);
}

body {
   background: #186c5c; 
 
  font-family: 'NeoSansW23', Roboto;
}

.text {
  font-size: 32px;
  color: #1b8354;
  text-align: center;
  margin: 40px 0;
  font-weight: 600;
  z-index: 2;
  position: relative;
}

.img {
  width: 140px;
  margin: auto;
  display: block;
}


.tim {
  display: none;
  background: linear-gradient(145deg, #1b8354, #02542d);
  border-radius: 25px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 0 15px 30px rgba(7, 77, 49, 0.3);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: rotate(45deg);
}

.tim.show {
  display: flex !important;
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

/* تأثير النبض عند العد التنازلي */
.tim.pulse {
  animation: pulse 1s infinite alternate;
}

@keyframes pulse {
  0% {
    transform: rotate(45deg) scale(1);
    box-shadow: 0 0 0 rgba(254, 255, 255, 0.1);
  }

  50% {
    transform: rotate(45deg) scale(1.05);
    box-shadow: 0 0 20px rgba(254, 255, 255, 0.6);
  }

  100% {
    transform: rotate(45deg) scale(1);
    box-shadow: 0 0 0 rgba(254, 255, 255, 0.1);
  }
}

.tim::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to bottom right,
      rgba(254, 255, 255, 0.1) 0%,
      rgba(254, 255, 255, 0.3) 50%,
      transparent 100%);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    transform: translate(-30%, -30%);
  }

  100% {
    transform: translate(30%, 30%);
  }
}

.tim span {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #f1f1ef;
  font-weight: 800;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-45deg);
}

.tim .label {
  position: relative;
  z-index: 2;
  font-size: 22px;
  color: #fff;
  margin-top: 5px;
  font-weight: 600;
  transform: rotate(-45deg);
}

#footer {
  width: 100%;
  position: relative;
  background: #fff;
  /*  background: -webkit-gradient(linear, left top, right top, from(#21927e), color-stop(36%, #21927e), to(#186c5c));
  background: linear-gradient(90deg, #21927e 0%, #21927e 36%, #186c5c 100%); */
  padding: 0 0 30px 0;
  color: #fff;
  direction: rtl;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#footer .about_app-waves {
  display: block;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);

}

#footer:before {
  content: "";
  background: url("../img/shape.svg");
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: bottom;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  top: -150px;
  left: 0;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}

.logo-sh1 {
  animation: ud-rotating 30s linear infinite;
  position: absolute;
  left: 100px;
  top: 150px;
  opacity: .5;
}
.logo-sh1-1{
  animation: ud-rotating 30s linear infinite;
  position: absolute;
  right: 100px;
  bottom: 150px;
  opacity: .5;
}
.logo-sh2 {
  position: absolute;
  left: 20px;
 top: -155px;
    transform: rotate(-55deg);
      animation: tri 3s linear infinite;

}
.logo-sh3 {
  position: absolute;
  right: 20px;
 top: -155px;
    transform: rotate(-55deg);
          animation: tri 3s linear infinite;

}

@keyframes ud-rotating {

  0%,
  100% {
    transform: rotate(360deg);
  }

  50% {
    transform: rotate(0deg);
  }
}
@keyframes tri {

  0% {
    transform:  translateY(-15px) rotate(-55deg); ;
  }

  50% {
    transform: translateY(-0px) rotate(-55deg); ;
  }
    100% {
    transform:  translateY(-15px) rotate(-55deg); ;
  }

}

/* New Button Design */
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.btn {
  color: #fff;
  background: linear-gradient(to left top, #1b8354 50%, #04723d 50%);
  font-size: 20x;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
  padding: 13px 25px;
  overflow: hidden;
  position: relative;
  transition: all .5s ease 0s;
  width: 240px;
  margin-top: 15px;

}

.btn:focus {
  color: #fff;
}

.btn:hover {
  color: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .4);
  transform: rotate(-3deg) scale(1.1);
}

.btn:before,
.btn:after,
.btn span:before,
.btn span:after {
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  animation: animate1 2s linear infinite;
  animation-delay: 1s;
  transition: all 0.3s;
}

.btn:after {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  animation: animate3 2s linear infinite;
  animation-delay: 3s;
}

.btn span:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f6e58d);
  width: 3px;
  height: 100%;
  left: auto;
  right: 0;
  animation: animate2 2s linear infinite;
  animation-delay: 2s;
}

.btn span:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #f6e58d);
  width: 3px;
  height: 100%;
  animation: animate4 2s linear infinite;
  animation-delay: 4s;
}

.btn:hover:before,
.btn:hover:after,
.btn:hover span:before,
.btn:hover span:after {
  animation-play-state: paused;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 30px;
  }
}



/* Bubbles Container */
.button-text {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 50px;
}

.bubbles span {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: bubble-up 8s linear infinite;
  opacity: 0;
  filter: blur(2px);
}

/* Animation delays, sizes, and positions for individual bubbles */
.bubbles span:nth-child(1) {
  left: 10%;
  bottom: 0;
  width: 15px;
  height: 15px;
  animation-delay: 0s;
  animation-duration: 7s;
}

.bubbles span:nth-child(2) {
  left: 30%;
  bottom: 0;
  width: 20px;
  height: 20px;
  animation-delay: 1.2s;
  animation-duration: 9s;
}

.bubbles span:nth-child(3) {
  left: 50%;
  bottom: 0;
  width: 10px;
  height: 10px;
  animation-delay: 0.5s;
  animation-duration: 6s;
}

.bubbles span:nth-child(4) {
  left: 70%;
  bottom: 0;
  width: 25px;
  height: 25px;
  animation-delay: 2s;
  animation-duration: 8.5s;
}

.bubbles span:nth-child(5) {
  left: 90%;
  bottom: 0;
  width: 12px;
  height: 12px;
  animation-delay: 0.8s;
  animation-duration: 7.5s;
}

.bubbles span:nth-child(6) {
  left: 20%;
  bottom: 0;
  width: 18px;
  height: 18px;
  animation-delay: 2.5s;
  animation-duration: 6.8s;
}

.bubbles span:nth-child(7) {
  left: 80%;
  bottom: 0;
  width: 14px;
  height: 14px;
  animation-delay: 0.3s;
  animation-duration: 8s;
}

.bubbles span:nth-child(8) {
  left: 40%;
  bottom: 0;
  width: 22px;
  height: 22px;
  animation-delay: 1.5s;
  animation-duration: 9.5s;
}


@keyframes bubble-up {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
  }

  20% {
    opacity: 0.8;
  }

  80% {
    opacity: 0.5;
  }

  100% {
    transform: translateY(-50px) scale(1.2);
    opacity: 0;
  }
}

/* Hover effect on bubbles */
.btn:hover .bubbles span {
  animation-duration: 4s;
  background: rgba(254, 200, 75, 0.4);
}

.cube {
  position: absolute;
  top: 70vh;
  left: 45vw;
  width: 6px;
  height: 6px;
  border: solid 1px #CBB176;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 10s ease-in forwards infinite;
  animation: cube 10s ease-in forwards infinite;
}

.cube:nth-child(2n) {
  border-color: #c0a566;
}

.cube:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  left: 15vw;
  top: 30vh;
}

.cube:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 75vw;
  top: 40vh;
}

.cube:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  left: 90vw;
  top: 10vh;
}

.cube:nth-child(5) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: 10vw;
  top: 40vh;
}

.cube:nth-child(6) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  left: 50vw;
  top: 10vh;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(16) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(16) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

.star {
  position: absolute;
  top: 60vh;
  left: 30vw;
  font-size: 30px;
  color: #c0a566;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 10s ease-in forwards infinite;
  animation: star 10s ease-in forwards infinite;
}

.star2 {
  position: absolute;
  top: 40vh;
  left: 70vw;
  font-size: 30px;
  color: #c0a566;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 10s ease-in forwards infinite;
  animation: star 10s ease-in forwards infinite;
}

.star3 {
  position: absolute;
  top: 30vh;
  left: 80vw;
  font-size: 30px;
  color: #c0a566;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 10s ease-in forwards infinite;
  animation: star 10s ease-in forwards infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.star4 {
  position: absolute;
  top: 50vh;
  left: 20vw;
  font-size: 30px;
  color: #c0a566;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 10s ease-in forwards infinite;
  animation: star 10s ease-in forwards infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.star5 {
  position: absolute;
  top: 60vh;
  left: 50vw;
  font-size: 30px;
  color: #c0a566;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 10s ease-in forwards infinite;
  animation: star 10s ease-in forwards infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.star6 {
  position: absolute;
  top: 35vh;
  left: 10vw;
  font-size: 30px;
  color: #c0a566;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 10s ease-in forwards infinite;
  animation: star 10s ease-in forwards infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.sh {
  position: absolute;
  top: 27vh;
  left: 7vw;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 12s ease-in forwards infinite;
  animation: star 12s ease-in forwards infinite;

}

.sh1 {
  position: absolute;
  top: 25vh;
  right: 7vw;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 12s ease-in forwards infinite;
  animation: star 12s ease-in forwards infinite;

}

.sh2 {
  position: absolute;
  top: 60vh;
  right: 30vw;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 12s ease-in forwards infinite;
  animation: star 12s ease-in forwards infinite;

}

.sh3 {
  position: absolute;
  top: 45vh;
  right: 70vw;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 12s ease-in forwards infinite;
  animation: star 12s ease-in forwards infinite;

}

.sh4 {
  position: absolute;
  top: 20vh;
  right: 66vw;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 12s ease-in forwards infinite;
  animation: star 12s ease-in forwards infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;

}

.sh5 {
  position: absolute;
  top: 20vh;
  right: 30vw;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: star 12s ease-in forwards infinite;
  animation: star 12s ease-in forwards infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;

}





@keyframes star {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(2) rotate(20deg) translate(-50%, -50%);
    opacity: 0;
  }
}

.kaaba {
  position: absolute;
  top: 20vh;
  left: 23vw;
  font-size: 30px;
  color: #c0a566;
  transform-origin: top left;
  transform: scale(0) translate(-50%, -50%);
  -webkit-animation: kaaba 12s ease-in forwards infinite;
  animation: kaaba 10s ease-in forwards infinite;
}

.kaaba3 {
  position: absolute;
  top: 20vh;
  left: 73vw;
  font-size: 30px;
  color: #c0a566;
  transform-origin: top left;
  transform: scale(0) translate(-50%, -50%);
  -webkit-animation: kaaba 12s ease-in forwards infinite;
  animation: kaaba 10s ease-in forwards infinite;
}


@keyframes kaaba {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(4) rotate(0deg) translate(-50%, -50%);
    opacity: 0;
  }
}

.kaaba2 {
  position: absolute;
  display: block;
  font-size: 30px;
  animation: kaaba2 15s ease-in forwards infinite;
  bottom: 0px;
  left: 140px;
  color: rgba(24, 108, 92, 0.3);
  ;

}

.kaaba4 {
  position: absolute;
  display: block;
  font-size: 30px;
  animation: kaaba2 15s ease-in forwards infinite;
  bottom: 0px;
  right: 150px;
  color: rgba(24, 108, 92, 0.3);
  ;

}

@keyframes kaaba2 {

  0% {
    transform: scale(1) translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: scale(4) translateY(-230px) rotate(0deg);
    opacity: .7;
  }

}

.load img {

  backface-visibility: hidden;
  position: absolute;
  /* animation-name: move;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
  animation-iteration-count: infinite;
  animation-duration: 3s; */
  top: calc(50%);
  left: 50%;
  transform: translate(-50%, -50%);
}

.load span {
  width: 8vmin;
  height: 8vmin;
  border-radius: 4vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
  animation-iteration-count: infinite;
  animation-duration: 3s;
  top: calc(50% - 4vmin);
  left: 50%;
  transform-origin: -4vmin center;
}

.load span:nth-child(1) {
  background: #186c5c;
  animation-delay: -0.5s;
  opacity: 0;
}

.load span:nth-child(2) {
  background: #17816e;
  animation-delay: -1s;
  opacity: 0;
}

.load span:nth-child(3) {
  background: #c0a566;
  animation-delay: -1.5s;
  opacity: 0;
}

.load span:nth-child(4) {
  background: #CBB176;
  animation-delay: -2s;
  opacity: 0;
}

.load span:nth-child(5) {
  background: #f6e58d;
  animation-delay: -2.5s;
  opacity: 0;
}

.load span:nth-child(6) {
  background: #186c5c;
  animation-delay: -3s;
  opacity: 0;
}

.load {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #eee;
  z-index: 99999;
}

@keyframes move {
  0% {
    transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
  }

  30% {
    opacity: 1;
  }

  100% {
    z-index: 10;
    transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
  }
}













@import url(https://fonts.googleapis.com/css?family=Oswald|Josefin+Sans:300);


#hola {
  width: 100vw;
  height: 100vh;
  background-color: #186c5c;
  position: fixed;
  z-index: 999;
}


.home {
  height: 100vh;
  position: relative;
  background-color: #F2F6F2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home:before {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  content: '';
  background-color: #eee;
}

.home:after {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 10;
  top: 0;
  right: 0;
  content: '';
  background-color: #eee;
}

.animate-border {
  border: 40px solid rgb(24, 108, 92);
  transition: border .4s .5s ease;
}

.home.divide:before {
  transition: all .6s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  width: 0;
}

.home.divide:after {
  transition: all .6s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  width: 0;
}


@media screen and (max-width:1024px) {
  html {
    font-size: 92.5%;
  }
}

@media screen and (max-width:640px) {
  html {
    font-size: 86%;
  }

  p {
    font-size: 1.1rem;
  }
}







.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(24, 108, 92, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 8s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 12s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

/* .circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
} */

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 30s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 25s;
}

/* .circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
} */



@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}