 * {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
  }

  body {
    background: #090121;
    color: white;
    font-family: 'poppins', 'sans-serif';
  }

  nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #130836;
    height: 80px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
  }


  nav ul {
    display: flex;
    justify-content: center;
  }

  nav ul li {
    list-style: none;
    margin: 0 23px;
  }

  nav ul li a {
    text-decoration: none;
    color: white;
  }

  nav ul li a:hover {
    color: rgb(122, 122, 225);
  }

  .left {
    font-size: 1.5rem;
    font-size: 1.04rem;
  }

  .firstSection{
  /* background-color: blue; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100vh;

  }

  .firstSection>div {
    width: 30%;
  }

  .leftSection {
    font-size: 2.5rem;

  }

  .rightSection img {
    width: 80%;


  }

  .purple {
    color: rgb(174, 128, 217);
  }
   .leftSection button{
     background-color:rgb(116, 116, 198) ;
    color: white;
    padding: 5px 41px;
    border-radius: 6px;
    margin-top: 55px;
    margin-left: 90px;
    cursor: pointer;
    font-size: 1.5rem;
    /* font-weight: bold; */
    font-family: 'poppins', 'sans-serif';

  }
  .socials a{
    color:rgb(246, 246, 246);
    margin-top: 20px;
  }
  .socials{
    margin-top: 30px;
    margin-left: 110px;
  }
    .secondSection {
   height: 100vh;
   /* background-color: red; */

  }

  .twoSides {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    top: 45px;
  }

  .secondSection h1 {
    
    text-align: center;
    font-size: 2rem;
    padding: 30px 0;
    text-decoration: underline ;
        position: relative;
    top: 70px;
  }

  .rightSec img {
    width: 25vw;
    margin-top: 50px;
    margin-right: 25px;
  }

  .leftSec {
    width: 40vw;
    /* height: 78vh; */
  }

  .leftSec b {
    font-size: 1.5rem;
  }

  .leftSec p {
    margin-top: 1rem;
    font-size: 1rem;
  }

   .thirdSection{
     height: 100vh;
     /* background-color: purple; */
  }
  .thirdSection h1{
    text-align: center;
    font-size: 2rem;
    position: relative;
    top: 100px;
    text-decoration: underline;
  }
  .thirdContents{
    display: flex;
    justify-content: space-around;
    align-items: center;
      
}
  
  .rightImg img{
    width: 28vw;
      position: relative;
    top: 120px;

  }
