#contact-content {
  /* background-color: #fafafa; */
  padding-top: 250px;
}

dotlottie-player {
  margin: auto;
  position: absolute;
  top: -281px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-container {
  position: relative;
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-container .form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.contact-container .contact-form {
  background-color: #82ccfd;
  position: relative;
}

.contact-container .circle {
  border-radius: 50%;
  background: linear-gradient(135deg, #df2a720a 20%, #2570a7);
  position: absolute;
}

.contact-container .circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.contact-container .circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-container .contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #82ccfd;
  transform: rotate(45deg);
  top: 50px;
  right: -13px;
}

.contact-container form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.contact-container .title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.contact-container .input-container {
  position: relative;
  margin: 1rem 0;
}

.contact-container .input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

.contact-container textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
  text-align: right;
}

.contact-container .input-container label {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  transition: 0.5s;
  z-index: 9999;
}

.contact-container .input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.contact-container .btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #82ccfd;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.contact-container .btn:hover {
  background-color: transparent;
  color: #fff;
}

.contact-container .input-container span {
  position: absolute;
  top: 0;
  right: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.contact-container .input-container span:before,
.contact-container .input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 11px;
  background-color: #82ccfd;
  top: 50%;
  transform: translateY(-50%);
}

.contact-container .input-container span:before {
  right: 50%;
}

.contact-container .input-container span:after {
  right: 0;
}

.contact-container .input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  right: 25px;
  font-size: 0.8rem;
}

.contact-container .input-container.focus span:before,
.contact-container .input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-container .contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
  background-color: #fffffff2;
}

.contact-container .contact-info .title {
  color: #82ccfd;
  font-weight: bold;
}

.contact-container .text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.contact-container .information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.contact-container .information i {
  color: #82ccfd;
}

.contact-container .icon {
  width: 28px;
  margin-right: 0.7rem;
}

.contact-container .social-media {
  padding: 2rem 0 0 0;
}

.contact-container .social-media p {
  color: #333;
  font-weight: bold;
}

.contact-container .social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.contact-container .social-icons a {
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  margin-right: 0.5rem;
  transition: 0.3s;
  height: 30px
}

.contact-container.social-icons a:hover {
  transform: scale(1.05);
}

.contact-container .contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #82ccfd;
  border-radius: 50%;
  bottom: -57px;
  right: 50px;
  opacity: 0.3;
}

.contact-container .big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #82ccfd, #216ba2);
  bottom: 50%;
  left: 50%;
  transform: translate(40%, 38%);
}

.contact-container .big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  right: calc(50% - 180px);
}

.contact-container .square {
  position: absolute;
  height: 400px;
  top: 50%;
  right: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

.business-hours {
  display: flex;
  justify-content: space-between;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

#main-hero-animation-logo {
  top: -1%;
  left: 44.2%;
}

#main-hero-animation-logo #badge-hider {
  background-color: #383634;
}

.one-half {
  width: 50%;
}

.one-half div {
  padding: 5px 0;
}

.business-hours .one-half:first-child {
  text-align: right;
  font-weight: bold;
}

.business-hours .one-half:last-child {
  text-align: left;
}

@media (max-width: 850px) {
  .contact-container {
    padding: 20px;
  }

  .contact-container .form {
    grid-template-columns: 1fr;
  }

  .contact-container .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-container .contact-form:before {
    top: -13px;
    right: initial;
    right: 70px;
  }

  .contact-container .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .contact-container .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .contact-container .text {
    margin: 1rem 0 1.5rem 0;
  }

  .contact-container .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
    .contact-container .contact-info:before {
    display: none;
  }

  .contact-container .square,
  .contact-container .big-circle {
    display: none;
  }

  .contact-container form,
  .contact-container .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .contact-container .text,
  .contact-container .information,
  .contact-container .social-media p {
    font-size: 0.8rem;
  }

  .contact-container .title {
    font-size: 1.15rem;
  }

  .contact-container .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .contact-container .icon {
    width: 23px;
  }

  .contact-container .input {
    padding: 0.45rem 1.2rem;
  }

  .contact-container .btn {
    padding: 0.45rem 1.2rem;
  }

  dotlottie-player {
    max-width: 75vw;
    margin: auto;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 39vw);
  }

  #main-hero-animation-logo {
    visibility: hidden;
  }
}