@font-face {
  font-family: "Freigeist";
  src: url("../fonts/Freigeist-Medium.eot");
  src: url("../fonts/Freigeist-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Freigeist-Medium.woff2") format("woff2"), url("../fonts/Freigeist-Medium.woff") format("woff"), url("../fonts/Freigeist-Medium.ttf") format("truetype"), url("../fonts/Freigeist-Medium.svg#Freigeist-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Freigeist-WideRegular";
  src: url("../fonts/Freigeist-WideRegular.eot");
  src: url("../fonts/Freigeist-WideRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Freigeist-WideRegular.woff2") format("woff2"), url("../fonts/Freigeist-WideRegular.woff") format("woff"), url("../fonts/Freigeist-WideRegular.ttf") format("truetype"), url("../fonts/Freigeist-WideRegular.svg#Freigeist-WideRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Freigeist";
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* img {
  width: 100%;
}

.main {
  height: 100vh;
  width: 100vw;
  background: #ffffff url(../images/main_bg.jpg) center center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo_container {
  height: 30%;
  width: 100%;
}
.logo_container .logo {
  width: 10%;
}

.form .col-12 .weare {
  color: white;
  text-transform: uppercase;
  font-family: "Freigeist-WideRegular" !important;
}
.form .col-12 .email {
  background-color: #EA5123;
  text-decoration: none;
  color: white;
  height: 5vh;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  text-transform: uppercase;
}

.contact_container {
  width: 40%;
  height: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -5%;
}
.contact_container .contact {
  width: 100%;
}
.contact_container .contact .col-3 p {
  color: #7F7F7F;
  text-transform: capitalize;
}
.contact_container .contact .col-3 img {
  width: 100%;
}

@media (max-width: 768px) {
  .logo_container {
    height: 30%;
    width: 100%;
  }
  .logo_container .logo {
    width: 30%;
  }
  .form {
    margin-top: -20%;
  }
  .form .col-12 .weare {
    color: white;
    text-transform: uppercase;
    padding-inline: 20%;
    text-align: center;
  }
  .form .col-12 .email {
    background-color: #EA5123;
    text-decoration: none;
    color: white;
    height: 5vh;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    text-transform: uppercase;
  }
  .contact_container {
    width: 100%;
    height: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact_container .contact {
    width: 100%;
  }
  .contact_container .contact .col-3 p {
    color: #7F7F7F;
  }
  .contact_container .contact .col-3 img {
    width: 100%;
  }
}