body {
    background-color: #f0f0f0;

}

.map-container {
    width: 100%;
    /* max-width: 400px; */
    height: 400px;
}

.section-1 {
    padding-top: 92px;
    padding-bottom: 3rem;
}

.section-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.ballAnimation {
    width: 15%;
    height: 7rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ballAnimation .balls {
    width: 100%;
    display: flex;
    transition: all 0.5s linear;
}

.brief-ball-img {
    width: 100%;
}

label {
    color: black;
}

.form-group-1 {
    background-color: white;
    padding: 15px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.form-group-2,
.form-group-3,
.form-group-4 {
    display: flex;
    align-items: center;
}

.border-left-line {
    border-right: 3px solid black;
}

.border-bottom {
    border-bottom: 3px solid black !important;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    margin-left: 10px;
}

.contact-icons {
    width: 20px;
}

.form-inside-size {
    width: 70%;
}

.form-group-2 {
    background-color: white;
    padding: 15px;
    margin-bottom: 5px;
    display: flex;
}

.submit-button>button {
    padding-top: 15px;
    margin-left: 15px;
    padding-bottom: 0px;

    border-bottom: 2px solid black !important;
}

.form-group-4 {
    background-color: white;
    padding: 15px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-bottom: 5px;
    display: flex;
}

.maps-text {
    width: 90%;
}

.large-text {
    font-size: clamp(24px, 10vw, 120px);
    color: black;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .section-1 {
        padding-top: 180px;
        padding-bottom: 6rem;
    }

    .section-2 {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }

    .section-3 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (max-width: 1200px) {
    .map-container {
        height: 330px;
    }
}

@media (max-width: 1024px) {
    .form-inside-size {
        width: 90%;
    }

    .maps-text {
        width: 95%;
    }
}

@media (max-width: 992px) {
    .large-text {
    font-size: clamp(24px, 15vw, 120px);
}
    .right-border {
        border: 0px !important;
    }

    .ballAnimation {
        width: 10%;
        height: 4rem;
    }
}

@media (max-width: 768px) {
    .form-inside-size {
        width: 100%;
    }
}
/* for all section */

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.container-large {
    position: relative;
  }
@media (min-width: 2000px) {
    .container-large {
      width: 100%;
      max-width: 100rem;
      margin-left: auto !important;
      margin-right: auto !important;
    }
  }
  @media (max-width: 576px) {
    .container-large {
      min-width: 330px;
    }
  }
.container-fluid {
  position: relative;
}

@media (min-width: 993px) {
  .container-fluid {
    padding: 0 8vw;
  }
}
@media (min-width: 2000px) {
  .container-fluid {
    padding: 0 2vw;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding: 0 8vw;
  }
  .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 481px) {
  .container-fluid {
    padding: 0 8vw;
  }
}