.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -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;
}

.background {
  background-color: #f6f6f6;
}

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container {
  margin-top: 0px;
}

.nav-link {
  display: none;
}

.nav-link-2 {
  display: none;
}

.nav-link-3 {
  display: none;
}

.slider {
  height: 60vh;
}

.slide {
  background-image: url('../images/emotion_tech_logo_reza_00.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/bali_colour_emotion_tech_visuals.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/bali_colour_emotion_tech_visuals.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-3 {
  background-image: url('../images/emotion_tech_logo_reza_01.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-block {
  display: block;
  width: 300px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  background-color: #212121;
}

.submit-button {
  border-radius: 3px;
  background-color: #212121;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #f4f4f4;
  font-size: 99px;
  font-weight: 600;
  letter-spacing: 23px;
  text-transform: uppercase;
}

.text-field {
  border-radius: 3px;
}

.text-field-2 {
  border-radius: 3px;
}

.row {
  margin-top: 121px;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph {
  font-family: Montserrat, sans-serif;
}

.container-2 {
  margin-top: 120px;
}

.paragraph-2 {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
}

.heading-3 {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .heading {
    font-size: 79px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .submit-button {
    background-color: #000;
  }
  .heading {
    font-size: 80px;
    line-height: 80px;
  }
  .container-2 {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 40px;
    line-height: 50px;
  }
  .container-2 {
    margin-top: 0px;
  }
  .paragraph-2 {
    width: auto;
  }
  .heading-3 {
    width: auto;
  }
}