@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;1,200;1,400&display=swap');

*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }
  body, html {
    margin: 0;
    overflow-x:hidden;
  }
  body{
    font-family: 'Poppins', sans-serif;
    overflow-x:hidden;
  }
  #Infinity{
    font-weight: lighter;
  }
  nav{
    position: fixed;
    background-image: radial-gradient( circle 815px at 23.4% -21.8%,  rgba(9,29,85,1) 0.2%, rgba(0,0,0,1) 100.2% );
    height: 80px;
    width: 100%;
  }
  label.logo{
    
    color: white;
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
    cursor: pointer;
  }
  #rec{
  color:aqua;
  }
  nav ul{
    float: right;
    margin-right: 20px;
  }
  nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
    list-style: none;
  }
  nav ul li a{
    color: white;
    font-size: 15px;
    padding: 7px 13px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
  }
  #image-1 img{
   width: 300px;
   height: 300px;
   border-radius: 150px;
   border: 1px solid aqua;
  }
  button.active,a:hover{
    backface-visibility: visible;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: .5s;
    color: aqua !important;
  }
  #hover-1:hover{
    background-color: aqua;
  }
  #Provaidded{
   font-weight: 100;
  }
  #Enquire:hover{
    color: aqua !important;
  }

  #login:hover{
    color: aqua !important;
  }
  .checkbtn{
    font-size: 30px;
    color: rgb(255, 255, 255);
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
  @media (min-width: 770px){
    #Infinity{
      font-size: 90px;
      font-weight: lighter;
    }
    .cen p{
      font-size: 30px;
    }
    #image-1 img{
      border-radius: 150px;
    }
  }
  @media (max-width: 952px){
    label.logo{
      font-size: 25px;
      padding-left: 50px;
    }
    nav ul li a{
      font-size: 16px;
      letter-spacing: 1px;
    }
  }
  @media (max-width: 858px){
    label.logo{
      font-size: 20px;
    }
    .checkbtn{
      display: block;
    }
    #image-1 img{
      width: 250px;
      height: 250px;
      background-position: center;
      background-origin: content-box;
      background-size: auto;
      
     }
    ul{
      position: fixed;
      width: 100%;
      height: 100vh;
      background-image: radial-gradient( circle 815px at 23.4% -21.8%,  rgba(9,29,85,1) 0.2%, rgba(0,0,0,1) 100.2% );
      top: 80px;
      left: -100%;
      text-align: center;
      transition: all .5s;
    }
    nav ul li{
      display: block;
      margin: 50px 0;
      line-height: 30px;
    }
    nav ul li a{
      font-size: 16px;
    }
    a:hover,a.active{
      background: none;
      background: rgba(255, 255, 255, 0.35);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      transition: .5s;
    }
    #check:checked ~ ul{
      left: 0;
    }
  }
  /*partical */

  .js-count-particles{
    font-size: 1.1em;
  }
  .count-particles{
    border-radius: 0 0 3px 3px;
  }
  
  
  /* ---- particles.js container ---- */
  
  #particles-js{
    background-color: #000000;
    z-index: 10;
  }
  




  /*HOME*/
  #Home{
    color: white;
    width: 100vw;
    height: 100vh;
  }

  #Services{
    width: 100vw;
    min-height: 100vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, .5)),url(./photo_6109207691839780820_y.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
  }
  #About{
    width: 100vw;
    height: fit-content;
    color: white;
    background: radial-gradient(circle at -8.9% 51.2%, rgb(255, 124, 0) 0%, rgb(255, 124, 0) 15.9%, rgb(255, 163, 77) 15.9%, rgb(255, 163, 77) 24.4%, rgb(19, 30, 37) 24.5%, rgb(19, 30, 37) 66%) !important;
}
#image-2{
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.35);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      transition: .5s;
  text-align: center;
}
#image-2 h1 {
  font-size: 90px;
  font-weight: 100;
}
#Contact{
  width: 100vw;
  height: fit-content;
  background-color: black !important;
  color: aqua;
  justify-content: center;
  align-items: center;
  text-align: center;

}