@font-face {
    font-family: Prompt-Regular;
    src: url('../fonts/prompt/Prompt-Regular.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-Medium;
    src: url('../fonts/prompt/Prompt-Medium.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-ExtraBold;
    src: url('../fonts/prompt/Prompt-ExtraBold.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-Bold;
    src: url('../fonts/prompt/Prompt-Bold.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-SemiBold;
    src: url('../fonts/prompt/Prompt-SemiBold.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-Light;
    src: url('../fonts/prompt/Prompt-Light.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-ExtraLight;
    src: url('../fonts/prompt/Prompt-ExtraLight.ttf'); 
 }


body {
   margin: 0;
   background-color: #f4f4f4;
   animation: appear 2s ease-out forwards;  
}

#home {
    width: 100%;
    height: 58vh;
}

@media only screen and (max-width:992px) {
  #home {
    width: 100%;
    height: 30vh;
}

#home .about-content {
  background-position-y: 100%;

}
}

#home .about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    width: 100%;
    background: url('../img/w2.jpg') no-repeat center center/cover;
    /* background-position-y: -100px; */
    height: 100%;
}

#home .about-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.7);
  }

  #home .about-content h1 {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: auto;
    font-family: 'Helvetica', Sans-Serif;
    font-weight: 700;
    font-size: 2.5rem;
}

.about-area {
    margin-top: 5em;
}

.home-about-left h1 {
    font-family: 'Helvetica', Sans-Serif;
    font-size: 3rem;
    font-weight: 700;
}

.home-about-left p {
    font-family: Prompt-Light;
    margin-top: 2em;
}

.home-about-left button {
    padding: 1em 1.3em;
    margin-top: 1em;
    border: none;
    background: red;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold;
  }

  .home-about-right button
 {
    padding: .5em .8em;
    margin-top: 1em;
    border: none;
    background: red;
    color: #fff !important;
    cursor: pointer;
  }



  .home-about-left a
   {
    color: #fff !important;
  }

  .home-about-right {
    margin-top: 3em;
    background: url('../img/workstation-4.jpg') no-repeat center center/cover;
    padding: 2em;
  }

  .home-about-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.5);
  }

  .home-about-right form input,
  .home-about-right form textarea
   {
    background: transparent;
    margin-bottom: .3em;
  }

  /* .home-about-right form input ,
  .home-about-right form textarea {
    
  } */



  .home-about-right form {
    position: relative;
    z-index: 2;
  }

  .home-about-right form h4 {
    color: #222222;
  }



  footer {
    background: url('../img/workstation-4.jpg') no-repeat;
    background-position-y: -50px;   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
    margin-top: 5em;
    padding-top: 3em;
    min-height: 50vh;
    position: relative;
  }

  footer:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.8);
  }

  footer .container-fluid {
    position: relative;
    z-index: 2;
  }

  
  .logo {
    margin-bottom: 5em;
  }
  
  .logo img {
    max-width: 120px;
  }
  
  .about, .follow, .contact {
    margin-bottom: 3em;
  }
  
  .about h3, 
  .about p
   {
    color: #fff;
  }

  .follow {
    margin-top: 2em;
  }
  
  .footer-story {
    font-family: Prompt-ExtraLight;
  }

  .footer-story {
    font-family: Prompt-ExtraLight;
    font-size: 1.1rem;
  }


  .follow .icons img {
    width: 20px;
  }
  
  .follow h3,
  .contact h3 {
    color: #fff;
  }
  
  .contact div a {
    text-decoration: none;
    color: #fff;
  }
  
  .copyright {
  font-size: .8rem;
  margin-top: 3em;
  text-align: center;
  position: relative;
  z-index: 2;
  }
