* {
  font-family: "Poppins", sans-serif;
}

.navbar {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.heroo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../images/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.heroo h1 {
  --animate-delay: 0.7s;
}

.heroo p {
  --animate-delay: 1.2s;
}

.heroo button {
  --animate-delay: 1.7s;
}

.about .row .col:nth-child(1) {
  background-color: #15181f;
}

.footerr {
  min-height: 60vh;
  background-color: #15181f;
  margin-top: 150px;
}

.footerr .copyright {
  padding-top: 100px;
}

@media screen and (max-width: 1200px) {
  .services img {
    width: 220px;
  }
}

@media screen and (max-width: 475px) {
  .services h5 {
    font-size: 16px;
  }
}

/* login */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*------------ Login container ------------*/

.box-area {
  width: 930px;
}

/*------------ Right box ------------*/
.right-box {
  padding: 40px 30px 40px 40px;
}

/*------------ Custom Placeholder ------------*/

::placeholder {
  font-size: 16px;
}

.rounded-4 {
  border-radius: 20px;
}

.rounded-5 {
  border-radius: 30px;
}

/*------------ For small screens------------*/

@media only screen and (max-width: 768px) {
  .box-area {
    margin: 0 10px;
  }

  .left-box {
    height: 100px;
    overflow: hidden;
  }

  .right-box {
    padding: 20px;
  }
}