*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  .container{
    height: 700px;
    background-size: cover;
    width: 100%;
    background-color: #020F1F;
    overflow: hidden;
  }
  .container img{
    position: absolute;
    left: 150px;
    height: 700px;
    width: 80%;
    mix-blend-mode: lighten;
    /* object-fit: cover; */
    /* align-items: center; */

  }

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    overflow: hidden;
  }

  .logo {
    height: auto;
    list-style: none;
    margin-left: 30px;
    font-size: 2rem;

  }
  .logo a{
    color: white;
    text-decoration:none;
  }
  nav ul {
    display: flex;
    float: right;
    position: relative;
    right: 50px;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  nav ul li {
    display: inline-block;
    margin-right: 70px;
    mix-blend-mode: screen;
    padding: 40px 5%; 

  }

  nav ul li a {
    /* z-index: 1; */
    font-family: 'Italiana', serif;
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
    color: white;
  }

  .home{
    position: absolute;
    top: 450px;
    align-items: center;
    justify-content: center;
    width: 400px;
    left: 550px;
    text-align: center;
    color: white;
    overflow: hidden;
  }
  .home h1{
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 122px;
    letter-spacing: 0em;
    font-family: 'Carter One', cursive;
    font-family: 'Rowdies', cursive;
    font-family: 'Lavishly Yours', cursive;
  }
  .two{
    position: absolute;
    left: 50px;
    top: 120px;
    text-align: center;
    align-items: center;
    color: white;
    /* text-shadow: 1px 10px; */
  }
  .two2{
    position: absolute;
    right: 50px;
    top: 120px;
    text-align: center;
    align-items: center;
    color: white;
  }
  /* cards */
  .creators{
    width: 100%;
    /* height: auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    top: 100px;
    background: #020F1F;
    }
  .creators #hd{
    width: 100%;
    background: #020F1F;
    color: #fff;
    padding: 40px;
    position: absolute;
    top: -120px;
    font-size: 2.5rem;

  }
  .card{
    display: flex;
    border: 1px solid black;
    width: 1120px;
    display: flex;
    flex-direction: row;
    padding: 0px;
     gap: 48px;
     left: 120px;
     background: #020F1F;
    color: #fff;


  }
  .box1{
    width: 600px;
    height: 177px;
    border: 1px solid black;
    text-align: center;
    /* background: #020F1F; */
    color: #fff;

  }
  .box1 h1{
    padding: 10px;
    position: relative;
    top: 90px;
    left: -100px;
    color: #fff;
  }
  .box1 p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    padding: 10px;
    position: relative;
    top: 100px;
    left: 30px;
  }
  .box1 i{
    position: relative;
    top: 100px;
    left: -150px;
    font-size: 1.5rem;
    padding: 5px;
  }
  .box2 img{
    width: 477px;
    height: 377px;
    object-fit: contain;
  }

  /* footer */
  .footer{
    width: 100%;
    position: relative;
    top: 100px;
    display: flex;
    background-color: #122a46;
    color: white;
    padding-bottom: 30px;
  }
  .b1{
    /* padding: 20px; */
    /* text-align: center; */
    position: relative;
    left:230px;
    line-height: 20px;
    top: 30px;
    width: 40%;
  }
  .b2{
    display: flex;
    padding: 20px;
    position: relative;
    left:200px;
    /* flex-direction: column; */
  }
  .x{
    margin-left: 60px;
    list-style: none;
    text-align: center;
  }

  /* .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 2s all ease;
  }
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }
  .active.fade-bottom {
    animation: fade-bottom 1s ease-in;
  }
  .active.fade-left {
    animation: fade-left 1s ease-in;
  }
  .active.fade-right {
    animation: fade-right 1s ease-in;
  } */
