body {
  background-color: lightblue;
}
.overFlow {
  overflow: hidden;
}
.navbar-custom {
  background-color: white;
}

h5 {
  color: black;
  margin-bottom: 0px;
}
p {
  color: black;
  padding: 0px 100px;
}
.para_head {
  text-align: center;
  text-decoration: underline;
}
.name {
  color: #a18a79;
  font-size: 4.5rem;
  text-align: center;
  font-family: "Kalam", cursive;
}
.project_title {
  color: #a18a79;
  font-size: 4.5rem;
  text-align: center;
  font-family: "Kalam", cursive;
  text-decoration: underline;
}
.head {
  font-size: 2.5rem;
  text-align: center;
}
.head-bottom {
  font-size: 2.5rem;
  text-align: center;
  margin-top: -30px;
}
.about {
  font-size: 1.25rem;
  text-align: left;
}

.vertical-center {
  min-height: 100%; /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.fade-in {
  animation: fadeIn ease 5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slide-in {
  animation: slideIn 4s forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(+900px);
  }
  100% {
    transform: translateX(0px);
  }
}
.arrow {
  width: 35px;
  height: 35px;
  display: block;
  margin: auto;
  padding-top: 0px;
  margin-top: 0px;
  background-color: white;
  border-radius: 50%;
}

.skill {
  border-radius: 50%;
  width: 150px;
  margin: auto;
}

.title {
  font-size: 4.5rem;
  color: #a18a79;
  text-align: center;
  text-decoration: underline;
  font-family: "Kalam", cursive;
  padding-top: 25px;
  padding-bottom: -75px;
}

.title_contact {
  font-size: 4.5rem;
  color: #a18a79;
  text-align: center;
  text-decoration: underline;
  font-family: "Kalam", cursive;
  padding-top: 25px;
  margin-bottom: 0px;
}

.desc_title {
  margin-top: 0px;
}
.button_color_green {
  outline: none !important;
  box-shadow: none !important;
  color: white;
  background-color: #79a180;
}

.button_color_blue {
  outline: none !important;
  box-shadow: none !important;
  color: white;
  background-color: #799ba1;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
  filter: invert(100%);
}
.carousel-indicators {
  filter: invert(100%);
}
.carousel-caption {
  position: relative;
  left: 0;
  top: 0;
}

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.list_decoration {
  list-style: none;
}

.group div {
  position: absolute;
  display: block;
}
.group div:nth-child(1) {
  left: 20%;
  animation: animate 15s linear infinite;
}
.group div:nth-child(2) {
  left: 50%;
  animation: animate 9s linear infinite;
}
.group div:nth-child(3) {
  left: 70%;
  animation: animate 25s linear infinite;
}
.group div:nth-child(4) {
  left: 5%;
  animation: animate 10s linear infinite;
}
.group div:nth-child(5) {
  left: 85%;
  animation: animate 17s linear infinite;
}
.group div:nth-child(6) {
  left: 15%;
  animation: animate 12s linear infinite;
}
.group div:nth-child(7) {
  left: 20%;
  animation: animate 27s linear infinite;
}
.group div:nth-child(8) {
  left: 50%;
  animation: animate 12s linear infinite;
}
.group div:nth-child(9) {
  left: 75%;
  animation: animate 10s linear infinite;
}
.group div:nth-child(10) {
  left: 5%;
  animation: animate 24s linear infinite;
}
.group div:nth-child(11) {
  left: 90%;
  animation: animate 29s linear infinite;
}
.group div:nth-child(12) {
  left: 40%;
  animation: animate 14s linear infinite;
}
.group div:nth-child(13) {
  left: 30%;
  animation: animate 8s linear infinite;
}
.group div:nth-child(14) {
  left: 60%;
  animation: animate 20s linear infinite;
}
.group div:nth-child(15) {
  left: 30%;
  animation: animate 11s linear infinite;
}
.group div:nth-child(16) {
  left: 30%;
  animation: animate 8s linear infinite;
}
.group div:nth-child(17) {
  left: 60%;
  animation: animate 20s linear infinite;
}
.group div:nth-child(18) {
  left: 30%;
  animation: animate 11s linear infinite;
}
@keyframes animate {
  0% {
    opacity: 1;
    top: 0%;

    /* transform: translateX(20px) rotate(0deg); */
  }
  10% {
    /* opacity: 1; */
    /* transform: translateX(-20px) rotate(15deg); */
  }
  20% {
    /* transform: translateX(-40px) rotate(45deg); */
  }
  40% {
    /* transform: translateX(60px) rotate(90deg); */
  }
  60% {
    /* transform: translateX(-80px) rotate(135deg); */
  }
  80% {
    /* transform: translateX(50px) rotate(180deg); */
  }
  100% {
    top: 110%;

    /* transform: translateX(-20px) rotate(225deg); */
  }
}

.g-recaptcha {
  display: inline-block;
}

@media screen and (max-device-width: 992px) {
  h5 {
    color: black;
    font-size: 1rem;
  }
  p {
    color: black;
    font-size: 0.75rem;
    padding: 25px;
  }
  .project_title {
    font-size: 3.5rem;
  }
  .skill {
    width: 65px;
    margin: auto;
  }
  .group div:nth-child(11) {
    left: 70%;
    animation: animate 29s linear infinite;
  }

  .group div:nth-child(5) {
    left: 80%;
    animation: animate 17s linear infinite;
  }
  .group div:nth-child(7) {
    left: 15%;
    animation: animate 17s linear infinite;
  }
  .title {
    margin-bottom: 0px;
  }
  .desc_title {
    margin-top: 25px;
    margin-bottom: -15px;
  }
  .mobile {
    margin-bottom: -90px;
  }
  .overFlow {
    overflow-y: visible;
  }
}
