body {
    padding: 0;
    margin: 0;
    color: rgb(31, 2, 31);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.d-none {
  display: none !important;
}

a {
    text-decoration: none;
    color: initial;
}

nav {
    width: 100vw;
    height: 60px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    z-index: 100000;
}

nav a {
    color: white;
    transition: ease-in .3s;
}

nav a:hover {
    color:#FFE95C;
}

nav ul {
    display: flex;
    gap: 30px;
}

nav img {
    height: 70%;
}

.alert {
  position: relative;
}

.overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  opacity: .5;  
  background-color: black;
  z-index: 1;
}

.alert_box {
  position: fixed;
  width: 50vw;
  height: 50vh;
  background-color: white;
  top: 30%;
  left: 25%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  align-items: center;
}

.alert_box h2, .alert_box p {
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0.5rem;
  max-width: 80%;
}



.hero {
    background: url('https://ik.imagekit.io/s3jkgwyie/Talentta%20Pictures/talentta_background.jpg?updatedAt=1708345427781');
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 284px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 60px;
}

.hero_logo {
    height: 170px;
}

.people {
    height: 130%;
    margin-top: 8%;
}

.shaper {
    width: 63vw;
    height: 40px;
    transform: rotate(4deg);
    background-color: white;
}

.section1{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 80px;
    margin-top: 10%;
}

.section1 h2, .alert_box h2 {
    color: #9999FF;
    font-weight: bolder;
    display: inline;
    font-size: xx-large;
}

.section1 .content_side {
    max-width: 320px;
}

.section1 .content_side p {
    max-width: 100%;
}

.section1 form {
    width: 455px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
    width: 100%;
    border: 1px solid #9999FF;
    border-radius: 5px;
    min-height: 30px;
    padding: 5px;
    margin-top: 5px;
  }
  
  input[type="number"], input[type="date"], input[type="time"], input[type="url"], input[type="search"] {
    width: 100%;
    border: 1px solid #9999FF;
    border-radius: 5px;
    min-height: 30px;
    padding: 5px;
    margin-top: 5px;
  }
  
  textarea {
    width: 100%;
    border: 1px solid #9999FF;
    border-radius: 5px;
    min-height: 100px;
    padding: 5px;
    margin-top: 5px;
  }

  label {
    margin-bottom: 3rem;
  }
  
  form button, .clearbtn {
    width: 30%;
    border: none;
    background-color: #9999FF;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
  }

  form button:hover {
    cursor: pointer;
    opacity: .8;
  }

  .clearbtn {
    background-color: #ce5e02;
    color: white;
  }

  .clearbtn:hover {
    background-color: #980101;
    cursor:pointer;
  }

  .benefits {
    width: 80vw;
    margin-left: 10vw;
  }

  .benefits h2 {
    margin-bottom: 60px;
    background-color: #E099FF;
    color: black;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 10px 44px 10px 28px;
  }

  .benefit_div {
    display: flex;
    gap: 30px;
  }

  .benefit {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    justify-content: center;
  }

  .benefit img{
    height: 150px;
  }

  .benefit_txt {
    font-weight: bold;
    font-size: large;
    text-align:center;
  }

  footer {
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    margin-top: 60px;
  }

  footer img{
    height: 80%;
  }

  .socials {
    display: flex;
    gap: 20px; 
  }

  .footer_btn {
    padding: 10px;
    color: white;
    font-weight: bold;
    background-color: #E099FF;
    border-radius: 5px;
    transition: ease .4s;
  }

  .footer_btn:hover {
    background-color: #FFE95C;
    color: black;
  }

  .follow_btn {
    background-color: #9999FF;
  }

  .follow_btn:hover {
    background-color: #E099FF;
    color: white;
  }

  .copyright {
    color: grey;
  }

  .copyright a {
    color:#b7b7de;
  }

  .copyright a:hover {
    opacity: .5s;
  }


  @media(max-width: 770px){
    nav {
      justify-content: space-evenly;
    }

    nav ul {
      gap: 10px;
    }
    .navtxt {
      display: none;
    }

    .section1 .content_side {
      width: 80%;
    }

    .hero_logo {
      width: 80%;
      height: auto;
    }

    .people {
      display: none;
    }

    .section1 {
      flex-wrap: wrap;
      text-align: center !important;
    }

    input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
      width: 80%;
    }

    .benefits h2{
      text-align: center !important;
      margin-top: 60px;
      width: 71vw;
    }

    .benefit_div {
      flex-wrap: wrap;
      justify-content: center;
    }

    footer {
      padding: 3%;
      flex-wrap: wrap;
      gap: 30px;
      height: fit-content;
    }

    footer img{
      height: auto;
      width: 40%;
    }

    .copyright {
      font-size: small;
    }

  }