* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
}
.mortgage {
  width: 100vw;
  height: 100vh;
  overflow: hidden !important;
  background-image: url(images/bg-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0%;
}
.exist-side-form {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/bg\ image.png);
}
.mortgage .content {
  padding-top: 300px;
  padding-top: 46vh;
  margin-left: 13vw;
}
.mortgage .logo {
  width: 250px;
  width: 22vw;
}
.mortgage-with-me {
  font-size: 5vw;
  color: #282828;
}
.mortgage-with-me span {
  color: #fba92c;
}
.platform-must-have {
  max-width: 48vw;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-top: 15px;
  font-size: 1.5vw;
}
.platform-must-have .add-me {
  width: 2.9vw;
  margin-bottom: -1.2vw;
  margin-left: 5px;
  cursor: pointer;
}
.coming-soon-bubble {
  font-size: 2.1vw;
  line-height: 1.2;
  font-weight: 300;
  color: #fba92c;
  position: absolute;
  right: 2.75vw;
  bottom: 3.52vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coming-soon-bg {
  width: 14vw;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
.side-form {
  width: 28.5vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 11.25vw 40px 40px 40px;
  transform: translate(100%);
  transition: 0.25s;
}
.exist-side-form .side-form {
  transform: translate(0) !important;
}
.side-form .close-side {
  width: 2.25vw;
  position: absolute;
  top: 20px;
  top: 1.2vw;
  right: 1.2vw;
  cursor: pointer;
}
.side-form .side-logo {
  width: 11.25vw;
}
.side-p {
  font-size: 0.9vw;
  text-align: center;
  line-height: 1.8;
  letter-spacing: -0.5px;
  margin-top: 40px;
}
.side-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5vw;
  width: 100%;
}
.input-block {
  width: 14.55vw;
}
.side-form label {
  font-size: 0.9vw;
  margin-left: 0.7vw;
}
.side-form label span {
  color: #fba92c;
}
.side-form input {
  width: 100%;
  display: block;
  border-radius: 20px;
  border: 1px solid #c3c3c3;
  height: 1.5vw;
  font-size: 1.2vw;
  padding: 0 0.7vw;
}
.side-form .send-button {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background-color: #f27935;
  outline: 0;
  border: 0;
  border-radius: 20px;
  color: #fff;
  width: 8vw;
  height: 1.75vw;
  position: relative;
  cursor: pointer;
  font-size: 1vw;
}
.side-form .to-right {
  background-color: #ffffff55;
  position: absolute;
  right: 0.15vw;
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-form .send-button img {
  width: 0.375vw;
}
.side-form .facebook-side {
  width: 2.25vw;
  margin-top: 3.75vw;
}
@media screen and (max-width: 1200px) {
  .mortgage .logo {
    width: 250px;
  }
  .mortgage-with-me {
    font-size: 66px;
  }
  .platform-must-have {
    max-width: 560px;
    font-size: 16px;
    margin-top: 15px;
  }
  .platform-must-have .add-me {
    width: 30px;
    margin-bottom: -12.5px;
  }
  .coming-soon-bubble {
    font-size: 24px;
    right: 23px;
    bottom: 40px;
  }
  .coming-soon-bg {
    width: 150px;
  }
  .side-form {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    padding: 0px;
  }
  .exist-side-form .side-form {
    display: flex;
  }
  .side-form .close-side {
    width: 30px;
    top: 30px;
    right: 30px;
  }
  .side-form .side-logo {
    width: 35vw;
  }
  .side-p {
    font-size: 16px;
    width: 90%;
  }
  .side-form form {
    margin-top: 5vw;
  }
  .input-block {
    width: 90%;
  }
  .side-form label {
    font-size: 16px;
    margin-left: 10px;
  }
  .side-form input {
    height: 30px;
    padding: 0 10px;
  }
  .side-form .send-button {
    width: 90%;
    height: 30px;
    font-size: 14px;
  }
  .side-form .to-right {
    right: 2px;
    width: 20px;
    height: 20px;
  }
  .side-form .send-button img {
    width: 5px;
  }
  .side-form .facebook-side {
    width: 8vw;
    margin-top: 50px;
  }
}
@media screen and (max-width: 830px) {
  .mortgage {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 80% 0%;
  }
  .mortgage .content {
    padding-top: 0px;
    margin-left: 0;
    width: 90%;
  }
  .mortgage-with-me {
    font-size: 9vw;
  }
  .platform-must-have {
    max-width: 80vw;
  }
}
@media screen and (max-width: 500px) {
  .side-form {
    padding: 0px;
  }
}
