@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@300;400;500&family=Noto+Nastaliq+Urdu&display=swap");


@font-face {
    font-family: 'Al Qalam Quran Majeed Web Regular';
    src: url('../fonts/Al Qalam Quran Majeed Web Regular.ttf') format('truetype');
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main-color1: #4c49ff;
  --main-color2: #3c72ff;
  --main-color3: #20bdff;
  --main-color4: #233d8a;
  --main-color5: #f9f9f9;
  --main-color6: #e9e7e7;
  --main-color7: #8c8383;
  --main-color8: #bbbbbb;
}
 
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

img,
video {
  max-width: 100%;
}
.intro img, .intro video {
    width: 100%;
}
section {
    position: relative;
}

ul {
  list-style: none;
}

input,
select,
label {
  cursor: pointer;
}

/*************************************************** cursors ****************************************************/

.cursor-pointer {
  cursor: pointer;
}

/*************************************************** scrollbar ****************************************************/

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--main-color5);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--main-color6);
}

/**************************************************** z-index ****************************************************/

.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}

/**************************************************** preloader ****************************************************/

#preloader {
  position: fixed;
  top: 0;
  z-index: 99999;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
}
.preloader-inner {
  height: 9.375rem;
  line-height: 9.375rem;
  width: 9.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid;
  -webkit-animation: rotate 5s infinite linear;
  -ms-animation: rotate 5s infinite linear;
  -o-animation: rotate 5s infinite linear;
  animation: rotate 5s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotateY(0);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.intro {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #535353, #000000);
}
.intro .container-fluid {
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
}
.intro .moon {
  max-width: 100px;
  top: 30px;
  left: 50px;
  opacity: 0.7;
}
.intro .cloud-1 {
  max-width: 400px;
  top: 5%;
}
.intro .cloud-2 {
  max-width: 500px;
  z-index: 2;
  left: 5%;
  top: 35%;
}
.intro .cloud-3 {
  max-width: 200px;
  z-index: 2;
  bottom: 30%;
  right: 200px;
}
    .intro.home-page .cloud-3 {
        bottom: 44%;
        right:350px;
    }
    .intro.home-page .cloud-3 {
        z-index: 1;
    }

    .intro .mount-1 {
        bottom: -20vw;
        z-index: 1;
        min-width: 1700px;
        max-width: 1700px;
        right: 0;
    }

.intro .title {
  color: #f7f7f7;
  font-size: clamp(50px, 10vw, 170px);
  font-family: "Noto Nastaliq Urdu", serif;
  margin-top: -150px;
  position: relative;
}

.intro .subtitle {
  font-size: 20px;
  margin: 85px 0 20px;
}

.intro .desc {
  font-size: 14px;
  line-height: 1.6rem;
  text-align: center;
  z-index: 2;
  text-align: center;
}

.intro .star {
  position: absolute;
  width: 0.5px;
  border-radius: 100%;
  filter: blur(1px);
  aspect-ratio: 1/1;
  background: white;
  box-shadow: 0 0 0.5px 0.5px white;
  opacity: 1;
}

.intro .fahd {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: 50px;
  bottom: 50px;
  width: 100%;
  z-index: 2;
  font-size: 12px;
  color: white;
  gap: 5px;
}

    .intro .fahd p {
        margin: 0;
        margin-bottom: 8px;
        font-size: 20px;
    }

.intro .fahd a {
  color: #c7ab6f;
}
    .intro .fahd a img {
        width: 142px;
    }

    .intro .social {
        position: absolute;
        right: 30px;
        top: 40%;
        max-width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
        z-index: 10;
    }

    .intro .redirect-btn {
        position: absolute;
        z-index: 10;
        bottom: 80px;
        color: white;
        transform: translate(0, 0);
        padding: 10px 20px;
        transition: 0.5s ease-in-out;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        left: 0;
        right: 0;
        background: #008b4a;
        border-color: #008b4a;
        padding: 12px 20px;width:190px;text-align:right;
    }
        .intro .redirect-btn .btn-text {
            display: inline-block;
            margin-left: 15px;
        }
        /*
        .intro .redirect-btn .btn-img {
           width:15px;vertical-align:sub;margin-right:4px;
        }*/
        .arrow {
            transform: translate(-50%, -50%);
            transform: rotate(90deg);
            cursor: pointer;
            display: inline-block;
            vertical-align: middle;
          
        }
.btn:focus{
    outline:none;
}
    .arrow span {
        display: block;
        width: .8vw;
        height: .8vw;
        border-bottom: 3px solid white;
        border-right: 3px solid white;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;
    }

        .arrow span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .arrow span:nth-child(3) {
            animation-delay: -0.4s;
        }

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}
.intro .redirect-btn svg {
    width: 50px;
    aspect-ratio: 1/1;
}

@media (max-width: 580px) {
  .intro .title {
    margin: 0;
  }
  .intro .subtitle {
    margin: 30px 0 20px;
  }
  .intro .social {
    left: 20px;
    top: 20px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }
  .intro .social a {
    width: 15px;
    filter: drop-shadow(0 0 5px #333333);
  }
  .intro .mount-1 {
    left: -150px;
    bottom: -50vw;
  }

  .intro .cloud-2 {
    max-width: 130px;
  }
    .intro.home-page .social {
        display: none;
    }
}

@media (min-width: 1440px) {
  .intro .title {
    margin-top: -250px;
  }
  .intro .mount-1 {
    bottom: -15vw;
  }
   /* .home-page.intro .mount-1 {
        bottom: -18vw;
    }*/
}

@media (min-width: 1200px) {
  .intro .title {
    margin-top: -200px;
  }
    .home-page.intro .title {
        margin-top: -80px;
    }
}
.intro.home-page {
    padding: 0;
    position: relative;
   
    height: 850px;
}
.intro.home-page .desc {
    line-height: 1.9rem;
}
.intro .social a {display:inline-block;
transition:.4s;
}
.intro .social a:hover{
    transform:translateY(-5px);
}
.intro.home-page .shape {
    position: absolute;
    bottom: -6px;
    z-index: 3;
}
.intro.home-page.intro {
    background: linear-gradient(179deg, #3e87d4 0%, #e1f2fa 100%)
}

    .intro.home-page.intro .star {display:none !important;
    }
    .intro.home-page.intro .title {
        text-shadow: 1px 4px 10px rgb(0 0 0 / 8%);
      
    }
    .intro.home-page  .subtitle {
        text-shadow: 1px 4px 10px rgb(0 0 0 / 8%);
        
    }
    .intro.home-page  .desc {
        text-shadow: 1px 4px 10px rgb(0 0 0 / 8%);
      
    }
.intro.home-page .cloud-1 {
    top:10%;
}

/*  */


/*.intro.home-page  canvas {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(#B7B0E3, #FFD3D6);
}*/

@-webkit-keyframes anim {
    from {
        transform: translateX(200%);
    }

    to {
        transform: translateX(-200%);
    }
}

@keyframes anim {
    from {
        transform: translateX(200%);
    }

    to {
        transform: translateX(-200%);
    }
}

@-webkit-keyframes anime {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

@keyframes anime {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}


.intro.home-page .c1,
.intro.home-page .c2 {
    width: 800px;
    height: 700px;
    position: absolute;
    background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/131045/clouds.png") 0 0 no-repeat;
    background-size: 100%;
    z-index: 1;
}


    .intro.home-page .c1.one,
    .intro.home-page .c2.one {
        top: -180px;
        left: 0px;
    }


    .intro.home-page .c1.two,
    .intro.home-page .c2.two {
        top: -120px;
        left: 100px;
    }


    .intro.home-page .c1.three,
    .intro.home-page .c2.three {
        top: -160px;
        right: 100px;
    }


    .intro.home-page .c1.four,
    .intro.home-page .c22.four {
        top: -100px;
        right: 0px;
    }


    .intro.home-page .c2 .one {
        top: -209px;
    }

@media (max-width: 1023px) {

    .intro.home-page .c2.one {
        left: -80px;
    }


    .intro.home-page .c2.two {
        left: -120px;
    }


    .intro.home-page .c2.three {
        right: 220px;
    }


    .intro.home-page .c2.four {
        right: 220px;
    }
}


.intro.home-page .c1 {
    -webkit-animation: anime 1000s linear infinite forwards;
    animation: anime 1000s linear infinite forwards;
}


.intro.home-page  .c2 {
    transform: translateX(200%);
    -webkit-animation: anim 1000s linear infinite forwards;
    animation: anim 1000s linear infinite forwards;
}


@media(max-width: 767px) {
    .intro .fahd {
        left: 20px;
        bottom: 20px;
    }

        .intro .fahd a img {
            width: 115px;
        }

    .arrow span {
        width: 1.4vw;
        height: 1.4vw;
        border-bottom: 2px solid white;
        border-right: 2px solid white;
        margin: -6px;
    }

}
@media(max-width: 575px) {
    .intro .redirect-btn {
        bottom: 125px;
    }
    .intro .fahd p { 
        margin-bottom: 8px;
        font-size: 15px;
    }
    .intro .fahd a img {
        width: 100px;
    }
    .arrow span {
        width: 2.4vw;
        height: 2.4vw;
    }
  
        }

    @media(max-width: 583px) {
        .intro.home-page {
            height: 600px;
        }
    }

    #canv {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
    }

    .intro.home-page .mount-1 {
        z-index: 2;
    }