* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

body {
  font-family: "Encode Sans", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow-y: auto;
  overflow-x: hidden;
}
body header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body header nav {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
body header .content {
  background-image: url(../images/shapes.png), url(../images/Mask\ Group.png), url(../images/bg.png), url(../images/BG1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 794px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 50px;
}
@media only screen and (max-width: 468px) {
  body header .content {  
    height:fit-content;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
body header .content .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body header .content .top h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 75.4px;
  text-align: center;
  letter-spacing: -2%;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  body header .content .top h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 481px) {
  body header .content .top h1 {
    font-size: 55px;
  }
}
body header .content .top p {
  font-weight: 400;
  font-size: 20px;
  line-height: 33.9px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 481px) {
  body header .content .top p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 481px) {
  body header .content .top {
    gap: 30px;
  }
}
body header .content .bottom {
  position: relative;
  width: 650px;
  height: 400px;
  top: 75px;
}
body header .content .bottom .im2 {
  position: absolute;
  top: -21.5%;
  left: -6%;
}
@media only screen and (max-width: 481px) {
  body header .content .bottom {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body header .content .bottom {
    display: none;
  }
}
body main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0;
  width: 100%;
  gap: 30px;
}
body main section {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body main .demo {
  flex-direction: row;
  gap: 20px;
  background: #fafafa;
  padding: 20px 40px;
}
body main .demo #demo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
body main .demo #demo h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 68.4px;
}
@media only screen and (max-width: 481px) {
  body main .demo #demo h2 {
    font-size: 35px;
    line-height:normal;
    padding: 0;
  }
}
body main .demo #demo p {
  font-weight: 400;
  font-size: 18px;
  line-height: 38.9px;
}
body main .demo form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  padding: 30px;
  gap: 20px;
}
body main .demo form h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 68.4px;
}
body main .demo form div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
body main .demo form div label {
  font-weight: 400;
  font-size: 14px;
  line-height: 19.93px;
  text-transform: capitalize;
}
body main .demo form div input {
  background-color: #cbcbcb;
  border: 0.71px solid #cbcbcb;
  height: 45.72px;
  padding: 10px;
  border-radius: 6px;
}
body main .demo form div input::-moz-placeholder {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.93px;
  color: #5F5F5F;
}
body main .demo form div input::placeholder {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.93px;
  color: #5F5F5F;
}
body main .demo form #cta {
  font-weight: 500;
  font-size: 16px;
  line-height: 11.43px;
  width: 516px;
  height: 45px;
  color: #fff;
  background-color: #3ebf0f;
  border: 1px solid #3ebf0f;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
body main .demo form #cta:hover {
  cursor: pointer;
}
@media only screen and (max-width: 481px) {
  body main .demo form #cta {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  body main .demo form #cta {
    width: 250px;
  }
}
@media only screen and (max-width: 481px) {
  body main .demo form {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  body main .demo form {
    width: 400px;
  }
}
body main .demo iframe {
  display: none;
  width: 650px;
}
@media only screen and (max-width: 481px) {
  body main .demo iframe {
    width: 90vw;
  }
}
@media only screen and (max-width: 481px) {
  body main .demo {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  body main .demo {
    flex-direction: column;
  }
}
body main .elevate {
  gap: 30px;
}
body main .elevate h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 68.4px;
  text-align: center;
  padding: 0 50px;
}
@media only screen and (max-width: 481px) {
  body main .elevate h2 {
    font-size: 35px;
    line-height:normal;
    padding: 0;
  }
}
body main .elevate p {
  font-weight: 400;
  font-size: 18px;
  line-height: 38.9px;
}
@media only screen and (max-width: 481px) {
  body main .elevate p {
    padding: 15px;
  }
}
body main .elevate .img {
  margin-top: 40px;
  background: url(../images/Ellipse\ 60.svg);
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 481px) {
  body main .elevate .img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body main .elevate .img {
    display: none;
  }
}
body main .footer {
  gap: 20px;
  background: #f7f7f7;
  padding: 50px;
  margin-bottom: 0;
  justify-content: space-between;
}
body main .footer div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body main .footer div nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 481px) {
  body main .footer div {
    gap: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
body main .footer hr {
  color: #000b33;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body main .footer footer {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */
