﻿.hidden {
  display: none !important;
}

.hero-img {
  width: 100%;
}

.hero-section {
  padding-bottom: 0;
  padding-top: 0px;
}

.form-container {
  background-color: #c1c1c1;
  padding: 3rem 2rem;
}

.form-container input {
  padding: 5px 10px;
  margin-bottom: 0;
  width: 80%;
}

.form-container small {
  width: 80%;
  margin-left: auto;
  display: block;
}

@media (max-width: 768px) {
  .form-container input {
    width: 100%;
  }

  .form-container small {
    width: 100%;
  }
}

#download-btn {
  background: #333;
  transition: all 0.2s;
  color:#fff;
}

/*#download-btn:hover {
  background: #000;
  border-radius: 5px;
  transform: translateY(-2px);
}*/

section.container {
  width: 95%;
  margin: auto;
}

.section {
  padding:0;
}

.section-2 h3 {
    color: #333;
    font-family: "Josefin Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase
}

.section-2 h6 {
    padding-top:30px;
    color: #333;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase
}

.loader-container {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  z-index: 55;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.loader {
  border: 13px solid #f3f3f3; /* Light grey */
  border-top: 13px solid #27bc83;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.get-in-touch {
    padding-top: 0px;
    padding-bottom: 100px;
}

.get-in-touch-content-elemnt p {
    color: #828282;
    font-family: "Hind", "Arial", "sans-serif";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 1.8px;
}

.getinTouch-title {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-btn {
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-family: "Hind", "Arial", "sans-serif";
    letter-spacing: 3px;
    font-size: 13px;
}
.contact-btn a{
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-family: "Hind", "Arial", "sans-serif";
    letter-spacing: 3px;
    font-size: 13px;
}

    .contact-btn:hover {
        color: #fff;
    }

.get-in-touch .label {
    color: #828282;
    text-align: left;
    font-family: "Hind", "Arial", "sans-serif";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.18px;
    margin: 0 0 20px !important;
}

.get-in-touch #dataisvalid {
    position: relative;
    top: 30px;
    right: 0;
}
