.hero-section {
  padding: 5%;
  height: 100vh;
  width: 100%;
  z-index: 555;
  position: relative;
}
.hero-section .content-section {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  position: relative;
  background-size: contain;
}
.hero-section .content-section .container-fluid {
  height: 100%;
}
.hero-section .content-section .container-fluid .row {
  height: 100%;
}
.hero-section .content-section .container-fluid .row .text-col {
  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;
  padding-inline: 10%;
}
.hero-section .content-section .container-fluid .row .text-col h5 {
  color: #104021;
  font-size: 1.2rem;
  padding-bottom: 2%;
  font-family: "Gotham";
  position: relative;
  z-index: 5;
}
.hero-section .content-section .container-fluid .row .text-col h5::after {
  content: url(../images/rect-effect.png);
  position: absolute;
  top: -250%;
  left: -4%;
  z-index: -1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.hero-section .content-section .container-fluid .row .text-col h1 {
  color: #FFFFFF;
  font-size: 3.4rem;
  padding-bottom: 3%;
}
.hero-section .content-section .container-fluid .row .text-col h1 span {
  background-color: #104021;
  font-weight: bold;
}
.hero-section .content-section .container-fluid .row .text-col h1 span.second {
  background-color: transparent;
  color: #FFFFFF;
}
.hero-section .content-section .container-fluid .row .text-col .btn-container a {
  background-color: #104021;
  font-size: 1.2rem;
  font-weight: lighter;
  border: none;
  border-radius: 8px;
  padding: 1% 3%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #FFFFFF;
}
.hero-section .content-section .container-fluid .row .text-col .btn-container a:hover {
  background-color: #FFFFFF;
  color: #104021;
}
.hero-section .content-section .container-fluid .row .cards-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3%;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card {
  width: 25%;
  height: 35%;
  background: rgba(16, 64, 33, 0.1019607843);
  border-radius: 14px;
  padding-block: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container {
  height: 35%;
  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 .container-fluid .row .cards-col .contact-us-card .img-container .avatar {
  background: linear-gradient(162.26deg, rgba(217, 217, 217, 0.45) 12.12%, rgba(217, 217, 217, 0) 95.64%);
  height: 65px;
  width: 65px;
  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;
  border-radius: 50px;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar img {
  width: 75%;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card p {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 10%;
  color: #FFFFFF;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container button {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 4% 8%;
  border: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container button a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #104021;
  text-transform: capitalize;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container button:hover {
  background-color: #104021;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container button:hover a {
  color: #FFFFFF;
}
.hero-section .content-section .container-fluid .row .cards-col .reviews-card {
  height: 35%;
  width: 60%;
  padding: 2% 4%;
  background: rgba(16, 64, 33, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 14px;
}
.hero-section .content-section .container-fluid .row .cards-col .reviews-card .text p {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img img {
  width: 20%;
  -webkit-margin-end: 3%;
          margin-inline-end: 3%;
}
.hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img p {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.blog-section {
  padding: 5%;
  padding-top: 0%;
}
.blog-section .icon-link {
  color: #104021;
}

.featured-img {
  max-height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-img {
  max-height: 10vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1366px) and (max-height: 736px) {
  .hero-section .content-section .container-fluid .row .text-col {
    -webkit-padding-start: 5%;
            padding-inline-start: 5%;
  }
  .hero-section .content-section .container-fluid .row .text-col h5 {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .text-col h1 {
    color: #FFFFFF;
    font-size: 2.8rem;
  }
  .hero-section .content-section .container-fluid .row .text-col .btn-container a {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card {
    min-height: 35%;
    padding: 3%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar {
    background: linear-gradient(162.26deg, rgba(217, 217, 217, 0.45) 12.12%, rgba(217, 217, 217, 0) 95.64%);
    height: 60px;
    width: 60px;
    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;
    border-radius: 50px;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar img {
    width: 75%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card p {
    text-align: center;
    font-size: 1rem;
    padding-bottom: 10%;
    color: #FFFFFF;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container a {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 4% 8%;
    border: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #104021;
    text-transform: capitalize;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container a:hover {
    background-color: #104021;
    color: #FFFFFF;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card {
    height: 35%;
    width: 60%;
    padding: 2% 4%;
    background: rgba(16, 64, 33, 0.1019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-radius: 14px;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card .text p {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img img {
    width: 20%;
    -webkit-margin-end: 3%;
            margin-inline-end: 3%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img p {
    color: #FFFFFF;
    font-size: 1rem;
  }
  .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%;
    background-color: #FFFFFF;
  }
  .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 {
    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: 25px;
    height: 25px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding: 0%;
  }
  .hero-section .content-section {
    height: 100%;
    width: 100%;
    border-radius: 0px;
    position: relative;
    padding: 5%;
  }
  .hero-section .content-section .container-fluid {
    padding-block: 15%;
  }
  .hero-section .content-section .container-fluid .row .text-col {
    -webkit-padding-start: 0%;
            padding-inline-start: 0%;
  }
  .hero-section .content-section .container-fluid .row .text-col h5 {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .text-col h1 {
    font-size: 2.8rem;
  }
  .hero-section .content-section .container-fluid .row .text-col .btn-container a {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .cards-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card {
    width: 35%;
    height: 75%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar {
    height: 75px;
    width: 75px;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar img {
    width: 65%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card {
    height: 75%;
    width: 60%;
    background: rgba(16, 64, 33, 0.1019607843);
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img img {
    width: 25%;
  }
  .hero-section .content-section .social {
    display: none;
  }
}
@media (max-width: 500px) {
  .hero-section {
    padding: 0%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-block: 35% 15%;
  }
  .hero-section .content-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .hero-section .content-section .container-fluid {
    padding-block: 0%;
  }
  .hero-section .content-section .container-fluid .row .text-col {
    -webkit-padding-start: 0%;
            padding-inline-start: 0%;
  }
  .hero-section .content-section .container-fluid .row .text-col h5 {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .text-col h1 {
    font-size: 2.4rem;
  }
  .hero-section .content-section .container-fluid .row .text-col .btn-container a {
    font-size: 1rem;
    padding: 2% 4%;
  }
  .hero-section .content-section .container-fluid .row .cards-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card {
    width: 100%;
    height: 75%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar {
    height: 75px;
    width: 75px;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar img {
    width: 65%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card p {
    padding-inline: 5%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card {
    display: none;
  }
  .hero-section .content-section .social {
    display: none;
  }
}