body{
  font-family: 'Roboto', sans-serif;
}

.navbar {
    background-image: linear-gradient(135deg, #516079 30%, #516079 100%);
}

.search-box, .contact-box{
  height: 100vh;
    width: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.get-in-touch {
    max-width: 800px;
    margin: 50px auto;
    position: relative;
  
  }
  .get-in-touch .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3.2em;
    line-height: 48px;
    padding-bottom: 48px;
       color: #5543ca;
      background: #5543ca;
      background: -moz-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
      background: -webkit-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
      background: linear-gradient(to right,#f4524d  0%,#5543ca  100%) !important;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
  }
  
  .contact-form .form-field {
    position: relative;
    margin: 32px 0;
  }
  .contact-form .input-text {
    display: block;
    width: 100%;
    height: auto; 
    min-height: 36px;
    border-width: 0 0 2px 0;
    border-color: #F1895C;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding: 8px;
    box-sizing: border-box; 
}

  .contact-form textarea.input-text {
    resize: vertical;
}
  .contact-form .input-text:focus {
    outline: none;
  }
  .contact-form .input-text:focus + .label,
  .contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  .contact-form select {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #F1895C;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding: 8px;
    padding-bottom: 0px;
    box-sizing: border-box; 
    background: transparent; 
    appearance: none; 
    background-image: linear-gradient(45deg, #F1895C 50%, transparent 50%),
                      linear-gradient(135deg, #F1895C 50%, transparent 50%),
                      linear-gradient(to right, #F1895C, #F1895C);
    background-position: calc(100% - 20px) calc(100% - 40px), 
                        calc(100% - 15px) calc(100% - 39px),
                        calc(100% - 15px) center;
    background-size: 5px 5px, 5px 5px, 15px 2px;
    background-repeat: no-repeat;
}
  .contact-form .label, .labelmess {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #F1895C;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, 
    -webkit-transform .2s ease-in-out;
  }
  .labelmess{
    bottom: 90px;

  }
  .contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    background-image: linear-gradient(125deg,#516079, #516079);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    width:200px;
    cursor: pointer;
  }

  #map {
    height: 100vh;
    width: 120vh;
    display: none;
    margin-bottom: 8vh;
    margin-top: 8vh;
}

/* #map > #mapboxgl-canvas-container { 
  height: 94vh;
} */

.aboutus{
  background-color: #F1895C;
  width: 100%;
  height: 100vh;

}

.explaintext{
  padding: 140px;
}

.contacts{
  width: 100%;
  height: 100vh;
}

.aboutus p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
  color: #ffffff;
}

main h2{
  font-size: 2.4rem;
}
