.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.section-home {
  height: 85vh;
  background-image: url('../images/homepage.2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.normal-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #120627;
  background-image: radial-gradient(circle farthest-corner at 110% 182%, #120627, #3c2c5c);
  font-family: 'H sans', sans-serif;
  color: #120627;
}

.section-inner {
  width: 96%;
  height: 95%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image {
  display: block;
  margin: 0px auto;
}

.heading {
  display: block;
  width: 100%;
  margin: 0px auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'H sans', sans-serif;
  color: #fff;
  font-size: 43px;
  line-height: 53px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 1px;
}

.location-text-block {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 100;
  letter-spacing: 0.3px;
}

.form-block {
  width: 60%;
}

.submit-button {
  width: 100%;
  border-radius: 5px;
  background-color: #432041;
  box-shadow: 10px 10px 50px -3px rgba(0, 0, 0, 0.21);
  letter-spacing: 1px;
}

.footer-wrapper {
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.container-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.container-horizontal.container-message {
  width: 80%;
}

.container.container-footer {
  height: auto;
  min-height: auto;
  margin: 30px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field {
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-style: none;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.03);
  box-shadow: 0 14px 50px -3px rgba(0, 0, 0, 0.21);
  color: #fff;
}

.text-field.message {
  min-height: 240px;
  margin-right: 0px;
}

.div-block-4 {
  display: block;
  margin-top: 15px;
  margin-left: 43px;
}

.image-2 {
  position: absolute;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: #0c0220;
}

.div-footer {
  margin-right: 0px;
  margin-left: 92px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block {
  color: #362c4b;
}

.heading-2 {
  width: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 0.4;
  font-family: 'H sans basic', sans-serif;
  color: #fff;
  font-size: 14em;
  line-height: 0.7em;
}

.body {
  overflow: hidden;
  font-family: 'Varela Round', sans-serif;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  opacity: 0.15;
  font-family: 'H sans basic', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.heading-3.sub {
  font-size: 17px;
}

.link-block {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container.container-footer {
    width: 100%;
    padding-left: 0px;
    border-radius: 0px;
  }
  .heading-2 {
    font-size: 10em;
  }
  .heading-3 {
    padding-left: 0px;
  }
  .heading-3.sub {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 33px;
    line-height: 47px;
  }
  .container.container-footer {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-2 {
    height: auto;
  }
  .div-footer {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .heading-2 {
    font-size: 7.3em;
  }
  .heading-3 {
    margin-top: 0px;
    margin-bottom: 3px;
    opacity: 0.18;
    font-family: 'H sans basic', sans-serif;
    color: #fff;
    font-size: 33px;
    line-height: 33px;
    letter-spacing: 2px;
  }
  .heading-3.sub {
    margin-top: 0px;
    font-size: 21px;
    line-height: 21px;
  }
  .link-block {
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .section.section-home {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .heading {
    font-size: 18px;
    line-height: 30px;
  }
  .heading-2 {
    font-size: 3.9em;
  }
}

@font-face {
  font-family: 'H sans basic';
  src: url('../fonts/H-Sans-Basic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'H sans basic';
  src: url('../fonts/H-Sans-Basic-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'H sans';
  src: url('../fonts/H-Sans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'H sans';
  src: url('../fonts/H-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'H sans';
  src: url('../fonts/H-Sans-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'H sans';
  src: url('../fonts/H-Sans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'H sans';
  src: url('../fonts/H-Sans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'H sans basic';
  src: url('../fonts/H-Sans-Basic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'H sans';
  src: url('../fonts/H-Sans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'H sans basic';
  src: url('../fonts/H-Sans-Basic-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'H sans';
  src: url('../fonts/H-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}