html, body{
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  width: 100%;
  height: 100%;
  padding: 0;
}
.header-image {
  width: 100vw;
  height: 100%;
}
.logo-mobile {
  display: none;
}
.header-mobile {
  display: none;
}
.header-content {
  display: none;
}
.form {
  position: absolute;
  top: 30%;
  right: 10%;
}
.form .form-text {
  font-size: 2.7rem;
  color: #1c1548;
  font-weight: 650;
  margin-bottom: 2rem;
}
.form textarea {
  min-height: 5rem;
}
.form input,
.form textarea {
  background-color: transparent;
  border: 3px solid #1c1548;
  border-radius: 8px;
  padding: 0.8rem 0 0.8rem 1rem;
  width: 85%;
}
.form input:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  font-size: 1.2rem;
  color: #1c1548;
}
input::-moz-placeholder {
  font-size: 1.2rem;
  color: #1c1548;
}
input:-ms-input-placeholder {
  font-size: 1.2rem;
  color: #1c1548;
}
textarea::-webkit-input-placeholder {
  font-size: 1.2rem;
  color: #1c1548;
}
textarea::-moz-placeholder {
  font-size: 1.2rem;
  color: #1c1548;
}
textarea:-ms-input-placeholder {
  font-size: 1.2rem;
  color: #1c1548;
}
.form button {
  display: block;
  background-color: transparent;
  border: 2.5px solid #1c1548;
  border-radius: 5px;
  color: #1c1548;
  font-size: 1rem;
  padding: 0.3rem 1.6rem;
  margin-right: 5rem;
}
@media (max-width: 1625px) {
  .form {
    top: 21%;
    right: 8%;
  }
  .form .form-text {
    font-size: 2.1rem;
  }
}
@media (max-width: 1625px) {
  .form {
    top: 21%;
    right: 8%;
  }
  .form .form-text {
    font-size: 2.1rem;
  }
}
@media (max-width: 1470px) {
  .form {
    top: 14%;
    right: 8%;
  }
  .form .form-text {
    font-size: 1.9rem;
  }
}
@media (max-width: 1243px) {
  .form {
    top: 11%;
    right: 8%;
  }
  .form .form-text {
    font-size: 1.6rem;
    margin-bottom: .5rem;
  }
}
@media (max-width: 1190px) {
  .form {
    top: 9%;
    right: 8%;
  }
  .form button {
    padding: 0.2rem 1.1rem;
    font-size: 1.4rem;
    margin-right: 2rem;
    border: 1.5px solid #1c1548;
  }
}
@media (max-width: 1000px) {
  .form {
    top: 6%;
    right: 8%;
  }
  .form .form-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .form {
    top: 8%;
    right: 8%;
  }
  .form .form-text {
    font-size: 1.3rem;
  }
  .form input,
  .form textarea {
    border: 1px solid #1c1548;
    padding: 0.3rem 0 0.3rem 1rem;
    width: 90%;
  }
}
@media (max-width: 820px) {
  .form {
    top: 6%;
    right: 8%;
  }
  .form .form-text {
    font-size: 1.3rem;
  }
  .form input,
  .form textarea {
    border: 1px solid #1c1548;
    padding: 0.3rem 0 0.3rem 1rem;
    width: 90%;
  }
  .form button {
    margin-right: 1rem;
  }
}
@media (max-width: 773px) {
  .form {
    top: 3%;
    right: 8%;
  }
  .form .form-text {
    font-size: 1.3rem;
  }
  .form input,
  .form textarea {
    border: 1px solid #1c1548;
    padding: 0.3rem 0 0.3rem 1rem;
    width: 90%;
  }
  .form button {
    margin-right: 0.2rem;
  }
}
@media (max-width: 744px) {
  .form {
    top: 0%;
    right: 8%;
  }
  .form .form-text {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #1c1548;
  }
  .form input,
  .form textarea {
    border: 1px solid #1c1548;
    padding: 0.3rem 0 0.3rem 1rem;
    width: 90%;
  }
  .form button {
    margin-left: 4rem;
    padding: 0.2rem 1rem;
  }
}
/* mobile view */
@media (max-width: 576px) {
  header {
    padding-left: 0;
    padding-right: 0;
  }
  .header-image {
    display: none;
  }
  .logo-mobile {
    display: block;
    width: 100%;
  }
  .header-mobile {
    display: block;
    width: 100%;
  }
  .header-content {
    display: block;
    color: #1c1548;
  }
  .header-content .years {
    font-size: 2rem;
    position: relative;
  }
  .header-content .years::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -12px;
    height: 72%;
    width: 3px;
    background-color: #1c1548;
    color: #1c1548
  }
  .header-content .years h4 {
    font-size: 1.3rem;
  }
  .header-content .delivery{
    font-size: 1.7rem;
    font-weight: 200;
  }
  .header-content .delivery span{
    font-size: 3.5rem;
  }
  .header-content .delivery h5 {
    font-size: 1.5rem;
  }
  .sale {
    font-size: 4rem;
  }
  .discount {
    font-weight: 300;
  }
  /* form */
  .form {
    position: static;
    width: 90%;
    margin: auto;
    margin-top: 3rem;
    margin-left: 2.6rem;
  }
  .form input {
    border: 2px solid #86cfdd;
    border-radius: 9px;
    padding: 0.8rem 0.9rem;
  }
  input::-webkit-input-placeholder {
    font-size: 1.2rem;
    color: #e0dddd;
  }
  input::-moz-placeholder {
    font-size: 1.2rem;
    color: #e0dddd;
  }
  input:-ms-input-placeholder {
    font-size: 1.2rem;
    color: #e0dddd;
  }
  .form textarea {
    border: 2px solid #86cfdd;
    border-radius: 9px;
    padding: 0.8rem 0.9rem;
  }
  textarea::-webkit-input-placeholder {
    font-size: 1.2rem;
    color: #e0dddd;
  }
  textarea::-moz-placeholder {
    font-size: 1.2rem;
    color: #e0dddd;
  }
  textarea:-ms-input-placeholder {
    font-size: 1.2rem;
    color: #e0dddd;
  }
  .form .form-text {
    font-size: 3.5rem;
    color: #1c1548;
    font-weight: 800;
    margin-bottom: 2rem;
    text-align: center;
    margin-right: 2rem;
  }
  .form button {
    display: block;
    background-color: #1c1548;
    border: 1px solid #1c1548;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.3rem 0.4rem;
    width: 80%;
    margin-left: 0.8rem;
  }
}

/* about section */
.about {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #f3f4f0;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}
.about h1 {
  margin-left: 20rem;
  margin-bottom: 2rem;
  font-size: 5rem;
  font-weight: 800;
  color: #1c1548;
}
.about p {
  font-size: 1.3rem;
  margin-bottom: 0;
  display: inline-block;
}
@media (max-width: 1190px) {
  .about h1 {
    margin-left: 18rem;
    font-size: 4rem;
  }
}
@media (max-width: 1000px) {
  .about h1 {
    margin-left: 17rem;
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  .about h1 {
    margin-left: 11rem;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .about h1 {
    margin-left: 7rem;
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .about {
    background: #fff;
  }
  .about h1 {
    margin-left: 0;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1c1548;
    text-align: center;
  }
  .about p {
    width: 90%;
    font-size: 1rem;
    padding-right: 0;
    padding-left: 0;
    margin-top: 1rem;
  }
}

/* gallery section */
.gallery .gallery-desc {
  width: 100%;
  height: 75vh;
}
.gallery-mobile {
  display: none;
}
@media (max-width: 576px) {
  .gallery {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-desc {
    display: none;
  }
  .gallery-mobile {
    display: block;
    width: 100vw;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}

/* Start about-builderia */
.about-builderia p {
  font-size: 1.2rem;
}
.heading  h3{
  color:#1c1549;
  font-size: 2rem;
  font-weight: bold;
}
.heading h3 span {
  color: #1c1549
}
.Builderia-text {
  width: 85%;
  margin: auto
}
.about-builderia .img-builderia img{
  max-width: 100%;
  height: auto;
}
/* typed */
.text-slider {
  font-size: 1.2rem;
}
.typed-cursor{
  display: none;
}
@media (max-width: 768px) {

  .year-text div h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .about-builderia .heading {
    margin-bottom: 2rem;
  }
  .about-builderia .img-builderia{
    margin: auto;
    width: 100%;
    margin: 2rem auto;
  }
  .about-builderia .img-builderia img{
    width: 90vw;
    max-width: 100%;
    height: auto;
  }
  .about-builderia .year-text > div {
    margin-bottom: 1rem;
  }
}
/* End about-builderia */

/* contact section */

.contact {
  height: 100%;
}
.contact-content {
  position: relative;
}
.contact img {
  width: 100%;
  height: 100%;
}
.contact button {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 40%;
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #fff;
  color: #1c1548;
  border: none;
  padding: 17px 7rem;
  border-radius: 18px;
}
@media (max-width: 1500px) {
  .contact button {
    bottom: 20%;
    left: 40%;
    font-size: 2rem;
    padding: 17px 5rem;
    border-radius: 16px;
  }
}
@media (max-width: 1400px) {
  .contact button {
    bottom: 20%;
    left: 41%;
    font-size: 2rem;
    padding: 17px 4rem;
    border-radius: 16px;
  }
}
@media (max-width: 1200px) {
  .contact button {
    bottom: 20%;
    left: 38%;
    font-size: 2rem;
    padding: 17px 4rem;
    border-radius: 16px;
  }
}
@media (max-width: 1070px) {
  .contact button {
    bottom: 20%;
    left: 38%;
    font-size: 1.8rem;
    padding: 17px 3.5rem;
    border-radius: 14px;
  }
}
@media (max-width: 992px) {
  .contact button {
    bottom: 20%;
    left: 38%;
    font-size: 1.5rem;
    padding: 17px 3.1rem;
    border-radius: 13px;
  }
}
@media (max-width: 865px) {
  .contact button {
    bottom: 20%;
    left: 38%;
    font-size: 1.2rem;
    padding: 17px 2.5rem;
    border-radius: 13px;
  }
}
@media (max-width: 730px) {
  .contact button {
    bottom: 20%;
    left: 38%;
    font-size: 1rem;
    padding: 0.8rem 2rem;
    border-radius: 12px;
  }
}
@media (max-width: 576px) {
  body {
    overflow-x: hidden;
  }
  .contact-content {
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
  .contact img {
    width: 100%;
    height: 100%;
  }
  .contact button {
    display: block;
    position: absolute;
    bottom: 12%;
    left: 21%;
    margin: auto;
    margin-left: 11px;
    font-size: 1.2rem;
    background-color: #fff;
    color: #1c1548;
    border: none;
    padding: 5px 4rem;
    border-radius: 18px;
  }
}
/* footer */
footer {
  background-color: #626262;
  padding: 0;
}
footer p {
  color: #fff;
  margin: auto;
  padding: 0.6rem 0;
}
