@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css');
@import url(https://db.onlinewebfonts.com/c/d78f5d2c76185fa07aaf8dd729eef33e?family=DIN+Next+LT+Arabic+Light);
@import url(https://db.onlinewebfonts.com/c/513071b47bdba774c93a73ad16a75e3b?family=DIN+Next+LT+Arabic+Bold);
@import url(https://db.onlinewebfonts.com/c/aba1a083bf50980a05f0265179103a09?family=DIN+Next+LT+Arabic+Medium);

body {
  font-family: "DIN Next LT Arabic Bold", sans-serif;
  background: #FFF !important;
  overflow: hidden;
}

.navbar-dark .navbar-nav a.nav-link {
  color: #000000;
  font-size: 16px;
  font-family: "DIN Next LT Arabic";
  font-weight: 600;
}

.dropdown-menu {
  border: none;
  position: relative;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
  font-family: "DIN Next LT Arabic";
}

.dropdown-menu li .dropdown-item {
  color: #000000;
  font-size: 14px;
  padding: 0.5em 1em;
  font-family: "DIN Next LT Arabic";
}

.dropdown-menu li .dropdown-item:hover {
  color: blue;
}

.dropdown-menu li:first-child a {
  font-size: 16px;
}



.pattron {
  width: 80%;
  padding: 0px;
  position: relative;
  bottom: 8px;
  left: -7px;
}

h2 {
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: blue;
}

.noop {
  position: relative;
  top: 65px;
}

.text-soon {
  color: gray;
  font-family: "DIN Next LT Arabic Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  width: 437px;
  text-align: right;
  line-height: normal;
  position: relative;
  left: 0px;
  top: 21px;
}

.text-soon-1 {
  color: gray;
  font-family: "DIN Next LT Arabic Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  width: 437px;
  text-align: center;
  line-height: normal;
  position: relative;
  left: 35px;
  top: 42px;
}

.container {
  width: 100%;
}

.text {
  color: black;
  font-size: 65px;
  position: relative;
  right: 0%;
  bottom: -25px;
  height: 86px;
  width: 100%;
  font-family: "DIN Next LT Arabic Bold";
  font-size: 50px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  margin: 0;
  margin-left: 50%;
  text-align: right;
  transform: translateX(-200%);
  background: linear-gradient(150deg, #262961 0%, #000CEB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  animation: slide-in-anim 1.5s ease-out forwards;
}

.text1 {
  position: relative;
  right: 0%;
  bottom: -14px;
  width: 100%;
  font-size: 45.05px;
  text-align: right;
  padding: 0;
  height: 80px;
  font-family: "DIN Next LT Arabic Light";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  margin-left: 50%;
  transform: translateX(-200%);
  background: linear-gradient(150deg, #262961 0%, #000CEB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  animation: slide-in-anim 7.5s ease-out forwards;
}

@keyframes slide-in-anim {
  20% {
    opacity: 0;
  }

  60% {
    transform: translateX(70%);
  }

  75% {
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.pattron1 {
  width: 15%;
  padding: 0px;
  position: relative;
  bottom: 8px;
  left: 77px;
  top: 42px;
}

.pattronx {
  position: relative;
}

.navbar-brand img {
  width: 200px;
}
@media only screen and (max-width:1200px) {
  .container{
    width: 1200px !important;
    max-width: 1200px !important;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .nav-link{
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .dropdown-menu.show {
    display: flex;
  }
}

@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
  .navbar-collapse{
    text-align: center;
  }
  .container{
    width:100% !important;
    max-width:100% !important
  }

}
@media only screen and (max-width:850px) {
  .navbar-brand img {
    width: 200px;
  }
  .navbar-collapse{
    text-align: center;
  }
  .pattron {
    width: 80%;
    padding: 0px;
    position: relative;
    top: 20%;
    left: 0;
  }
    .text-soon-1{
    width: 100% !important;
    left: 0 !important;
  }
  .pattron1{
    width: 7%;
    padding: 0px;
    position: relative;
    bottom: 8px;
    right: 0;
    top: 42px;
  }
  
  .text {
    color: black;
    font-size: 65px;
    position: relative;
    right: 10%;
    bottom: -25px;
    height: 86px;
    width: 100%;
    font-family: "DIN Next LT Arabic Bold";
    font-size: 50px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-left: 50%;
    text-align: right;
    transform: translateX(-200%);
    background: linear-gradient(150deg, #262961 0%, #000CEB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    animation: slide-in-anim 1.5s ease-out forwards;
  }

  .text1 {
    position: relative;
    right: 10%;
    bottom: -14px;
    width: 100%;
    font-size: 45.05px;
    text-align: right;
    padding: 0;
    height: 80px;
    font-family: "DIN Next LT Arabic Light";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-left: 50%;
    transform: translateX(-200%);
    background: linear-gradient(150deg, #262961 0%, #000CEB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    animation: slide-in-anim 7.5s ease-out forwards;
  }

  .text-soon {
    color: gray;
    font-family: "DIN Next LT Arabic Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    right: 10%; 
    width: 437px;
    text-align: right;
    line-height: normal;
    position: relative;  
    top: 21px;
  }
  
  
}

@media only screen and (max-width:500px) {
  body{
    overflow: scroll;
  }
  .text-soon{
    width: 100% !important;
  }
  .text-soon-1{
    left: 0;
    width: 100% !important;
  }
  .pattron{
    top: 40%;
  }
  .pattron1{
    width: 15%;
    padding: 0px;
    position: relative;
    bottom: 8px;
    right: 0;
    top: 42px;
  }
}