/* Mobile & Base Styles */

/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Open+Sans:wght@400;600&display=swap");

/* Variables */

/* Reset Styling */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Base Styles */
body,
input,
option,
select {
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-size: 16px;
  color: #343030;
  text-align: left;
  font-weight: 600;
}

h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 3px;
}

h4 {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 100;
  text-align: center;
}
h6 {
  color: #4e4e4e;
  font-size: 12px;

  text-align: center;
}

/* Header Styles */

.header {
  height: 65px;
  margin: 0 16px;
}
.header-container {
  min-width: 348px;
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.logo-img {
  margin: 11.5px 0;
}

.desktop {
  display: none;
}

.phone-text {
  color: #a5a1a1;
  font-size: 14px;
  line-height: 65px;
  margin: 0;
}

/* Hero Section Styles */

.hero-container {
  background-image: url("../assets/machine.jpg");
  background-size: 100%;
  background-position: 60% 60%;
  background-repeat: no-repeat;
  object-fit: cover;
  height: 225px;
}

.hero-heading-div {
  height: 100%;
  width: 317px;
  padding: 30px 14px;
}

.hero-text {
  color: #ffffff;
  font-size: 42px;
  height: 100%;
  line-height: 52px;
}

/* Form Styles */

.appliance-info-form {
  margin: 0 16px;
}

.form-container {
  padding: 20px 0 20px 0;
  margin: 0 auto;
  min-height: 649px;
  height: calc(100vh - 921px);
  position: relative;
}

.form-header-1 {
  margin-bottom: 22.5px;
  line-height: 30px;
}

.form-header-2 {
  line-height: 30px;
  position: relative;
}

.main-form-error {
  display: block;
  margin: 18px 0 18px 0;
  color: red;
  font-size: 14px;
  line-height: 18px;
}

.input-wrap {
  position: relative;
  height: 59px;
  margin-bottom: 15px;
}

.input-field {
  position: absolute;
  width: 100%;
  height: 35px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  top: 24px;
  padding-left: 10px;
}

.error-text {
  position: absolute;
  top: 60px;
  left: 4px;
  font-size: 12px;
  font-weight: 100;
  color: red;
}

label {
  position: absolute;
  color: #676767;
  font-size: 14px;
  line-height: 19px;
}

.fuel-savings {
  display: none;
  position: relative;
  margin-top: 20px;
  margin-bottom: 16px;
}

.savings {
  display: flex;
  flex-direction: column;
}

.savings-labels p {
  width: 135px;
  color: #676767;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 14px;
}


.savings p {
  color: #676767;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 14px;
}

.calculations {
  font-weight: 700;
  flex-basis: 70%;
  text-align: left;
}

.blank-background {
  z-index: -1;
}

.image-background {
  display: none;
}

/* Footer Styles */

.footer {
  background-color: #000100;
  padding-bottom: 25px;
}

.top-footer-container {
  display: flex;
  flex-direction: column;
  width: calc(100%-32px);
  align-items: center;
  text-align: center;
  justify-content: space-between;
  height: 436px;
  padding-top: 27px;
}

.country-info {
  max-width: 168px;
  text-align: center;
}

.country-info-text {
  color: #ccc8c8;
  font-size: 12px;
}

.sign-up {
  display: flex;
  flex-direction: column;
}

.sign-up-input {
  width: 242px;
  height: 35px;
  margin-top: 8px;
  padding-left: 10px;
}

.sign-up-button {
  background-color: #9c1b30;
  color: #ffffff;
  height: 48px;
  margin-top: 14px;
  border: none;
}

.footer-hr {
  border: 1px solid #5a5656;
  margin-bottom: 17px;
  margin-top: 30px;
  width: 100%;
}

.copyright {
  max-width: 393px;
  margin: 0 auto;
}
