 @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://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');

 body {
   font-family: 'Poppins';
   background: #FFF !important;
   overflow: hidden;

 }


 .navbar-dark .navbar-nav a.nav-link {
   color: #000000;
   font-size: 16px;

   font-weight: 600;
 }

 .dropdown-menu {
   border: none;
 }

 .dropdown-menu ul {
   list-style: none;
   padding: 0;
 }

 .dropdown-menu li .dropdown-item {
   color: #000000;
   font-size: 16px;
   padding: 0.5em 1em;
 }

 .dropdown-menu li .dropdown-item:hover {
   color: blue;
 }

 .dropdown-menu li:first-child a {
   font-size: 16px;
 }

 .pattron {
   width: 100%;
   padding: 0px;
   position: relative;
 }


 h2 {
   text-align: center;
   font-size: 70px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   color: blue;
 }

 /* span {
    color: black;
    font-size: 65px;
} */

 .noop {
   position: relative;
   top: 65px;
 }



 .text-soon {
   color: gray;
   font-family: 'Poppins';
   font-size: 18px;
   font-style: normal;
   font-weight: bold;
   width: 437px;
   text-align: left;
   line-height: normal;
   position: relative;
   left: 142px;
 }


 .text-soon-1 {
   color: gray;
   ;
   font-family: 'Poppins';
   font-size: 20px;
   font-style: normal;
   font-weight: bold;
   width: 437px;
   text-align: center;
   line-height: normal;
   position: relative;
   left: 142px;
 }






 .container {
   width: 100%;
 }

 .text {
   color: black;
   font-size: 65px;
   position: relative;
   left: 142px;
   BOTTOM: -25px;
   width: 100%;
   font-family: 'Poppins';
   font-size: 45px;
   text-align: center;
   padding: 0;
   margin: 0;
   margin-left: 50%;

   font-weight: 600;
   text-align: left;
   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;
   left: 142px;
   BOTTOM: -27px;
   width: 100%;
   font-size: 45.05px;
   text-align: left;
   padding: 0;

   font-size: 45px;
   font-style: normal;
   font-weight: 400;
   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(-45%);
   }

   75% {
     transform: translateX(-52%);
   }

   100% {
     opacity: 1;
     transform: translateX(-50%);
   }
 }


 @media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: space-around;
  } 
   .dropdown:hover .dropdown-menu {
    display: flex;
   }
   .nav-link{
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #000000;
   }

   .dropdown-menu.show {
    display: flex;
   }
 }

 @media only screen and (max-width: 992px) {
   .dropdown-menu.show {
     flex-wrap: wrap;
     max-height: 350px;
     overflow-y: scroll;
   }
 }

 @media only screen and (min-width: 992px) and (max-width: 1140px) {
   .dropdown:hover .dropdown-menu {
     width: 40vw;
     flex-wrap: wrap;
   }
 }
 .navbar-brand img {
  width: 200px;
}
@media only screen AND (max-width:900px) {
  .navbar-collapse{
    text-align: center;
  }
  .text{
    left: 0 !important;
   }
  .text1 {
    left: 0 !important;
    font-size: 25px;
  }
  .text-soon{
    width: 100% !important;
    left: 0 !important;
  }
  .text-soon-1{
    left:0;
    width: 100% !important;
  }
}
@media only screen AND (max-width:500px) {
  body{
    overflow: scroll;
  }
  .navbar-collapse{
    text-align: center;
  }
  .navbar-brand img {
    width: 200px;
  }
  .text{
    left: 0 !important;
   }
  .text1 {
    left: 0 !important;
    font-size: 25px;
  }
  .text-soon{
    width: 100% !important;
    left: 0 !important;
  }
  .text-soon-1{
    left:0;
    width: 100% !important;
  }
}
