.bg-img {
  position: absolute;
  right: -25%;
  top: 0;
  width: 100%;
  height: 100vh;
}
.bg-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 500px) {
  .bg-img {
    position: absolute;
    right: 0%;
    top: 18%;
    width: 100%;
    height: 100vh;
  }
}

.hero-section {
  padding: 5% 2% 2% 2%;
  height: 100vh;
  width: 100%;
  z-index: 555;
  position: relative;
}
.hero-section .content-section {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.hero-section .content-section .social {
  position: absolute;
  top: 10%;
  right: 0;
  border: 2px solid #FFFFFF;
  border-right: 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 1.5% 0.8%;
}
.hero-section .content-section .social ul {
  list-style: none;
}
.hero-section .content-section .social ul li {
  padding-block: 35%;
}
.hero-section .content-section .social ul li:first-child a img {
  width: 21px;
}
.hero-section .content-section .social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-section .content-section .social ul li a img {
  width: 31px;
  height: 31px;
}
.hero-section .content-section::after {
  content: url(../images/rect-effect.png);
  position: absolute;
  bottom: -8%;
  right: 3%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.hero-section .content-section::before {
  content: url(../images/rect-effect.png);
  position: absolute;
  bottom: 8%;
  right: 0%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
@media (max-width: 1000px) {
  .hero-section .content-section .container-fluid .row {
    margin-bottom: 100%;
  }
}
.hero-section .content-section .container-fluid .row .contact-col {
  padding-inline: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-section .content-section .container-fluid .row .contact-col h2 {
  color: #101010;
  font-size: 2.8rem;
  padding-bottom: 5%;
}
.hero-section .content-section .container-fluid .row .contact-col p {
  color: #101010;
  font-size: 1.2rem;
  padding-bottom: 10%;
}
.hero-section .content-section .container-fluid .row .contact-col ul {
  list-style: none;
  width: 100%;
}
.hero-section .content-section .container-fluid .row .contact-col ul .email {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5%;
  width: 55%;
}
.hero-section .content-section .container-fluid .row .contact-col ul .email a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  background: #104021;
  padding: 3% 6%;
  border-radius: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.hero-section .content-section .container-fluid .row .contact-col ul .email a .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-end: 5%;
          margin-inline-end: 5%;
}
.hero-section .content-section .container-fluid .row .contact-col ul .email a .img-container img {
  width: 2vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero-section .content-section .container-fluid .row .contact-col ul .email a:hover {
  background-color: transparent;
  color: #101010;
}
.hero-section .content-section .container-fluid .row .contact-col ul .email a:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.hero-section .content-section .container-fluid .row .contact-col ul .whats {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 55%;
}
.hero-section .content-section .container-fluid .row .contact-col ul .whats a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #FFFFFF;
  background: #104021;
  padding: 3% 6%;
  border-radius: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.hero-section .content-section .container-fluid .row .contact-col ul .whats a .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-end: 5%;
          margin-inline-end: 5%;
}
.hero-section .content-section .container-fluid .row .contact-col ul .whats a .img-container img {
  width: 2vw;
}
.hero-section .content-section .container-fluid .row .contact-col ul .whats a:hover {
  background-color: transparent;
  color: #75f94c;
}

.visit-col .title {
  padding-bottom: 3%;
}
.visit-col .title .img-container {
  width: 5%;
}
.visit-col .title .img-container img {
  width: 100%;
}
.visit-col .title h2 {
  color: #101010;
  font-size: 2rem;
}
.visit-col .location {
  padding-bottom: 2%;
  color: #101010;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-end: 30%;
          padding-inline-end: 30%;
}
.visit-col .location .img-container {
  margin-inline: 3%;
}

.contact-form {
  padding: 3% 5%;
  background-color: #FCFCFC;
  position: relative;
}
.contact-form::after {
  content: url(../images/rect-effect.png);
  position: absolute;
  bottom: 0%;
  left: 3%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.contact-form::before {
  content: url(../images/rect-effect.png);
  position: absolute;
  bottom: 16%;
  left: 0%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.contact-form form {
  height: 100%;
  width: 100%;
  z-index: 5;
  position: relative;
}
.contact-form form .container-fluid .row .title-col {
  text-align: center;
  padding-bottom: 5%;
}
.contact-form form .container-fluid .row .title-col h2 {
  color: #104021;
  font-size: 2.8rem;
}
.contact-form form .container-fluid .row .input-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2%;
  padding-inline: 5%;
}
.contact-form form .container-fluid .row .input-col label {
  color: #104021;
  font-size: 1.4rem;
  padding-bottom: 2%;
}
.contact-form form .container-fluid .row .input-col input {
  border: 1px solid #104021;
  padding: 1%;
  outline: none !important;
  border-radius: 4px;
  background-color: transparent;
}
.contact-form form .container-fluid .row .input-col textarea {
  border: 1px solid #104021;
  padding: 0.7%;
  outline: none !important;
  border-radius: 4px;
  background-color: transparent;
}
.contact-form form .container-fluid .row .btn-col {
  padding-top: 2%;
}
.contact-form form .container-fluid .row .btn-col button {
  padding: 0.5% 4%;
  border: 2px solid #104021;
  background-color: #104021;
  color: #FFFFFF;
  border-radius: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.contact-form form .container-fluid .row .btn-col button:hover {
  background-color: transparent;
  color: #104021;
}

@media (max-width: 1366px) {
  .hero-section .content-section .social ul {
    list-style: none;
  }
  .hero-section .content-section .social ul li {
    padding-block: 35%;
  }
  .hero-section .content-section .social ul li:first-child a img {
    width: 15px;
  }
  .hero-section .content-section .social ul li a img {
    width: 25px;
    height: 25px;
  }
  .hero-section .content-section .container-fluid .row .contact-col h2 {
    font-size: 2.8rem;
  }
  .hero-section .content-section .container-fluid .row .contact-col p {
    color: #FFFFFF;
    font-size: 1.2rem;
    padding-bottom: 10%;
  }
  .hero-section .content-section .container-fluid .row .contact-col ul {
    list-style: none;
    width: 100%;
  }
  .hero-section .content-section .container-fluid .row .contact-col ul .email {
    width: 75%;
  }
  .hero-section .content-section .container-fluid .row .contact-col ul .whats {
    width: 75%;
  }
  .hero-section .visit-col .title h2 {
    font-size: 2.2rem;
  }
  .hero-section .visit-col .location {
    padding-bottom: 2%;
    color: #FFFFFF;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-padding-end: 30%;
            padding-inline-end: 30%;
  }
  .hero-section .visit-col .location .img-container {
    margin-inline: 3%;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding: 0;
  }
  .hero-section .content-section {
    border-radius: 0px;
  }
  .hero-section .content-section .social {
    display: none;
  }
  .hero-section .content-section .container-fluid .row .contact-col {
    padding-bottom: 5%;
  }
  .hero-section .content-section .container-fluid .row .contact-col h2 {
    font-size: 2.8rem;
  }
  .hero-section .content-section .container-fluid .row .contact-col p {
    font-size: 1.2rem;
    padding-bottom: 5%;
  }
  .hero-section .content-section .container-fluid .row .contact-col ul .email {
    width: 65%;
  }
  .hero-section .content-section .container-fluid .row .contact-col ul .email a .img-container img {
    width: 5vw;
  }
  .hero-section .content-section .container-fluid .row .contact-col ul .whats {
    width: 65%;
  }
  .hero-section .content-section .container-fluid .row .contact-col ul .whats a .img-container img {
    width: 5vw;
  }
  .hero-section .visit-col {
    padding-inline: 10%;
  }
  .hero-section .visit-col .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5%;
  }
  .hero-section .visit-col .title .img-container {
    display: none;
  }
  .hero-section .visit-col .title h2 {
    color: #FFFFFF;
    font-size: 2.8rem;
  }
  .hero-section .visit-col .location {
    padding-bottom: 2%;
    color: #FFFFFF;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-padding-end: 20%;
            padding-inline-end: 20%;
  }
  .hero-section .visit-col .location .img-container {
    margin-inline: 3%;
  }
  .contact-form {
    padding: 3% 5%;
    background-color: #FCFCFC;
    position: relative;
  }
  .contact-form form {
    height: 100%;
    width: 100%;
    z-index: 5;
    position: relative;
  }
  .contact-form form .container-fluid .row .title-col {
    text-align: center;
    padding-bottom: 5%;
  }
  .contact-form form .container-fluid .row .title-col h2 {
    color: #104021;
    font-size: 2.8rem;
  }
  .contact-form form .container-fluid .row .input-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2%;
    padding-inline: 5%;
  }
  .contact-form form .container-fluid .row .input-col label {
    color: #104021;
    font-size: 1.4rem;
    padding-bottom: 2%;
  }
  .contact-form form .container-fluid .row .input-col input {
    border: 1px solid #104021;
    padding: 1%;
    outline: none !important;
    border-radius: 4px;
    background-color: transparent;
  }
  .contact-form form .container-fluid .row .input-col textarea {
    border: 1px solid #104021;
    padding: 0.7%;
    outline: none !important;
    border-radius: 4px;
    background-color: transparent;
  }
  .contact-form form .container-fluid .row .btn-col {
    padding-top: 2%;
  }
  .contact-form form .container-fluid .row .btn-col button {
    padding: 1% 6%;
    border: 2px solid #104021;
    background-color: #104021;
    color: #FFFFFF;
    border-radius: 8px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .contact-form form .container-fluid .row .btn-col button:hover {
    background-color: transparent;
    color: #104021;
  }
}
@media (max-width: 500px) {
  .hero-section {
    padding: 0;
  }
  .hero-section .content-section {
    border-radius: 0px;
  }
  .hero-section .content-section .social {
    display: none;
  }
  .hero-section .content-section .container-fluid .row .contact-col {
    padding-bottom: 5%;
  }
  .hero-section .content-section .container-fluid .row .contact-col h2 {
    font-size: 2.4rem;
  }
  .hero-section .content-section .container-fluid .row .contact-col p {
    font-size: 1rem;
    padding-bottom: 5%;
  }
  .hero-section .content-section .container-fluid .row .contact-col ul .email {
    width: 100%;
  }
  .hero-section .content-section .container-fluid .row .contact-col ul .email a .img-container img {
    width: 10vw;
  }
  .hero-section .content-section .container-fluid .row .contact-col ul .whats {
    width: 100%;
  }
  .hero-section .content-section .container-fluid .row .contact-col ul .whats a .img-container img {
    width: 10vw;
  }
  .hero-section .visit-col {
    padding-inline: 10%;
  }
  .hero-section .visit-col .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5%;
  }
  .hero-section .visit-col .title .img-container {
    display: none;
  }
  .hero-section .visit-col .title h2 {
    color: #FFFFFF;
    font-size: 2.4rem;
  }
  .hero-section .visit-col .location {
    padding-bottom: 5%;
    color: #FFFFFF;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-padding-end: 5%;
            padding-inline-end: 5%;
  }
  .hero-section .visit-col .location .img-container {
    margin-inline: 3%;
  }
  .contact-form {
    padding: 3% 5%;
    background-color: #FCFCFC;
    position: relative;
  }
  .contact-form form {
    height: 100%;
    width: 100%;
    z-index: 5;
    position: relative;
  }
  .contact-form form .container-fluid .row .title-col {
    text-align: center;
    padding-bottom: 5%;
  }
  .contact-form form .container-fluid .row .title-col h2 {
    color: #104021;
    font-size: 2.4rem;
  }
  .contact-form form .container-fluid .row .input-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2%;
    padding-inline: 5%;
  }
  .contact-form form .container-fluid .row .input-col label {
    color: #104021;
    font-size: 1.4rem;
    padding-bottom: 2%;
  }
  .contact-form form .container-fluid .row .input-col input {
    border: 1px solid #104021;
    padding: 1%;
    outline: none !important;
    border-radius: 4px;
    background-color: transparent;
  }
  .contact-form form .container-fluid .row .input-col textarea {
    border: 1px solid #104021;
    padding: 0.7%;
    outline: none !important;
    border-radius: 4px;
    background-color: transparent;
  }
  .contact-form form .container-fluid .row .btn-col {
    padding-top: 2%;
  }
  .contact-form form .container-fluid .row .btn-col button {
    padding: 2% 6%;
    border: 2px solid #104021;
    background-color: #104021;
    color: #FFFFFF;
    border-radius: 8px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .contact-form form .container-fluid .row .btn-col button:hover {
    background-color: transparent;
    color: #104021;
  }
}
.alert {
  position: absolute;
  width: 30%;
  top: 0;
  left: 35%;
  z-index: 55555555;
}