@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  font-family: "Helvetica Neue";
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

section {
  max-width: 100vw;
}

p {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

ul,
li {
  padding: 0;
  list-style: none;
  margin: 0px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

img {
  width: 100%;
  object-fit: cover;
}

.container {
  max-width: 100%;
  width: 90.8%;
}
@media (max-width: 575.98px) {
  .container {
    width: 100%;
  }
}

.primary-btn {
  background-color: #A3D812;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  font-family: "DM Sans", sans-serif;
  color: #001524;
  text-transform: capitalize;
  border-radius: 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  border: none;
  transition: 0.3s all ease;
}
.primary-btn:hover {
  background-color: rgba(163, 216, 18, 0.6196078431);
  transition: 0.3s all ease;
}
.primary-btn img {
  width: 20px;
  height: 20px;
}

.secondery-btn {
  border: 1px solid #000000;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  font-family: "DM Sans", sans-serif;
  color: #001524;
  text-transform: capitalize;
  border-radius: 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
}
.secondery-btn img {
  width: 20px;
  height: 20px;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding-top: 20px;
}
.header .navbar-toggler {
  padding: 0;
  border: none;
  box-shadow: none;
}
.header .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(80%) saturate(1491%) hue-rotate(182deg) brightness(113%) contrast(95%);
  opacity: 1;
  width: 40px;
  height: 40px;
}
.header .offcanvas {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header .offcanvas {
    flex-direction: column;
  }
}
.header .offcanvas-body {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .header .offcanvas-body {
    margin-left: 0;
    width: 100%;
  }
}
.header .offcanvas-body ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 991px) {
  .header .offcanvas-body ul {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
}
.header .offcanvas-body ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.3s all ease;
}
.header .offcanvas-body ul li a:hover {
  color: #A3D812;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .header .offcanvas-btn {
    margin: 0 20px;
  }
}

.homebanner {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}
.homebanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 213px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.homebanner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  pointer-events: none;
}
.homebanner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 16px;
}
.homebanner_content h1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  max-width: 759px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .homebanner_content h1 {
    font-size: 40px;
  }
}
.homebanner_content p {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  max-width: 853px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.portfolio {
  width: 100%;
  min-height: 801px;
  position: relative;
  overflow-x: hidden;
  background-color: #fefefe;
  z-index: 1;
}
@media (max-width: 640px) {
  .portfolio {
    min-height: 100%;
    padding-bottom: 40px;
  }
}
.portfolio_background {
  position: relative;
}
.portfolio_leaf {
  width: 560px;
  height: 551px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 65px;
  pointer-events: none;
  z-index: -1;
}
.portfolio_image {
  position: absolute;
  border-radius: 10px;
}
.portfolio_image-right {
  width: 195px;
  height: 130px;
  border-radius: 10px 0 0 10px;
  right: 0;
  bottom: 118px;
}
@media (max-width: 640px) {
  .portfolio_image-right {
    display: none;
  }
}
.portfolio_image-left {
  width: 216px;
  height: 230px;
  border-radius: 0 10px 10px 0;
  left: 0;
  bottom: 42px;
}
@media (max-width: 640px) {
  .portfolio_image-left {
    display: none;
  }
}
.portfolio_image-top-left {
  width: 159px;
  height: 124px;
  left: 76px;
  top: 113px;
}
@media (max-width: 640px) {
  .portfolio_image-top-left {
    display: none;
  }
}
.portfolio_image-top-right {
  width: 230px;
  height: 180px;
  border-radius: 10px 0 0 10px;
  opacity: 0.4;
  right: 0;
  top: 85px;
}
@media (max-width: 640px) {
  .portfolio_image-top-right {
    display: none;
  }
}
.portfolio_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1010px;
  margin: 175px auto 0;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .portfolio_content {
    margin-top: 100px;
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  .portfolio_content {
    margin-top: 60px;
    padding: 0 20px;
    gap: 10px;
  }
}
.portfolio_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 640px) {
  .portfolio_header {
    gap: 10px;
  }
}
.portfolio_label {
  color: #001524;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 640px) {
  .portfolio_label {
    font-size: 18px;
  }
}
.portfolio_title {
  color: #001524;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .portfolio_title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .portfolio_title {
    font-size: 30px;
  }
}
.portfolio_description {
  max-width: 900px;
  color: #3e3e3e;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .portfolio_description {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .portfolio_description {
    font-size: 14px;
  }
}

.profile {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  margin-top: -221px;
}
@media (max-width: 991px) {
  .profile {
    margin-top: 0px;
  }
}
.profile_wrapper {
  background-color: #F5FAE6;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  column-gap: 89px;
  row-gap: 40px;
  max-width: 758px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .profile_wrapper {
    padding: 40px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .profile_wrapper {
    padding: 20px;
  }
}
.profile_left {
  width: 30%;
}
@media (max-width: 991px) {
  .profile_left {
    width: 100%;
  }
}
.profile_image {
  width: 137px;
  height: 137px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .profile_image {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
}
.profile_image img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .profile_image img {
    width: 70px;
    height: 70px;
  }
}
.profile_detail h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  margin-top: 12px;
  color: #001524;
}
.profile_detail p {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #001524;
  max-width: 222px;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  margin-top: 8px;
}
.profile_detail ul {
  margin-top: 24px;
  display: flex;
  align-items: center;
  column-gap: 13px;
  justify-content: center;
}
.profile_detail ul img {
  width: 24px;
  height: 24px;
}
.profile_right {
  flex: 1;
}
@media (max-width: 991px) {
  .profile_right {
    text-align: center;
  }
}
.profile_right h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #001524;
}
.profile_right p {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 14px;
}
.profile_right .primary-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .profile_right .primary-btn {
    margin: 0 auto;
    margin-top: 15px;
  }
}

.service {
  background-color: #F6F6F6;
  padding: 100px 0;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .service {
    padding: 60px 0;
    margin-top: 80px;
  }
}
@media (max-width: 640px) {
  .service {
    padding: 40px 0;
    margin-top: 40px;
  }
}
.service_header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.service_label {
  color: #001524;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.service_intro {
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .service_intro {
    flex-direction: column;
  }
}
.service_title {
  max-width: 520px;
  width: 100%;
  color: #001524;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .service_title {
    width: 100%;
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .service_title {
    font-size: 32px;
  }
}
.service_description {
  flex: 1;
  color: #3e3e3e;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
.service_cards {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .service_cards {
    flex-direction: column;
  }
}
.service_card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.service_image {
  width: 100%;
  height: 262px;
  border-radius: 20px;
  object-fit: cover;
}
.service_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service_details p:not(:last-child) {
  margin-top: 20px;
}
.service_name {
  color: #001524;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  margin-top: 20px;
}
.service_list {
  color: #3e3e3e;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  line-height: 160%;
  margin-top: 16px;
  margin-bottom: 20px;
}
.service_list li {
  position: relative;
  padding-left: 1.2em;
  color: #3e3e3e;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
}
.service_list li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.service_button {
  margin-top: auto;
}

.about {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .about {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .about {
    margin-top: 40px;
  }
}
.about_container {
  gap: 20px;
  display: flex;
}
@media (max-width: 991px) {
  .about_container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
.about_content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .about_content {
    width: 100%;
  }
}
.about_content-wrapper {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .about_content-wrapper {
    max-width: 100%;
  }
}
.about_content-wrapper p {
  color: rgb(62, 62, 62);
  font-size: 16px;
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .about_content-wrapper p {
    max-width: 100%;
  }
}
.about_header {
  font-family: "DM Sans", -apple-system, Roboto, Helvetica, sans-serif;
  color: rgb(0, 21, 36);
}
@media (max-width: 991px) {
  .about_header {
    max-width: 100%;
  }
}
.about_label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .about_label {
    max-width: 100%;
  }
}
.about_title {
  font-size: 50px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .about_title {
    max-width: 100%;
    font-size: 40px;
  }
}
.about_description {
  color: rgb(62, 62, 62);
  font-size: 16px;
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .about_description {
    max-width: 100%;
  }
}
.about_image {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .about_image {
    width: 100%;
    margin-left: 0;
  }
}
.about_image .logo {
  width: 132px;
  height: 130px;
  position: absolute;
  top: 108px;
}
.about_image .parent {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 640px) {
  .about_image .parent {
    grid-template-columns: auto;
  }
}
.about_image .div1 {
  grid-area: 1/4/7/13;
}
.about_image .div1 img {
  height: 379px;
}
@media (max-width: 640px) {
  .about_image .div1 img {
    height: 300px;
  }
}
.about_image .div2 {
  grid-area: 4/2/9/9;
}
.about_image .div2 img {
  padding: 15px;
  background: #ffffff;
  width: 230px;
  height: 215px;
}
@media (max-width: 640px) {
  .about_image .div2 img {
    height: 180px;
    width: 180px;
  }
}
.about_image-element {
  border-radius: 20px;
}

.blog {
  padding: 100px 0;
  margin-top: 100px;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .blog {
    padding: 60px 0;
    margin-top: 80px;
  }
}
@media (max-width: 640px) {
  .blog {
    padding: 40px 0;
    margin-top: 40px;
  }
}
.blog_wrapper {
  display: flex;
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 991px) {
  .blog_wrapper {
    flex-direction: column;
    row-gap: 22px;
  }
}
.blog_figure {
  flex: 1;
}
.blog_image {
  width: 100%;
  height: 441px;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .blog_image {
    width: 100%;
    height: auto;
    max-width: 612px;
  }
}
.blog_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog_header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 640px) {
  .blog_header {
    gap: 16px;
  }
}
.blog_category {
  color: #001524;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 640px) {
  .blog_category {
    font-size: 18px;
  }
}
.blog_text-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog_title {
  color: #001524;
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  max-width: 536px;
}
@media (max-width: 640px) {
  .blog_title {
    font-size: 24px;
  }
}
.blog_excerpt {
  color: #3e3e3e;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 536px;
}
@media (max-width: 640px) {
  .blog_excerpt {
    font-size: 14px;
  }
}
.blog_date {
  color: #001524;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.contact {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.contact_wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .contact_wrapper {
    flex-direction: column;
  }
}
.contact_form-section {
  width: 50%;
  padding: 100px 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  background-color: rgba(163, 216, 18, 0.1);
}
@media (max-width: 991px) {
  .contact_form-section {
    width: 100%;
    padding: 60px 40px;
  }
}
@media (max-width: 640px) {
  .contact_form-section {
    padding: 40px 16px;
  }
}
.contact_form-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
}
.contact_form-content .wpcf7 {
  width: 100%;
}
.contact_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.contact_title {
  color: #001524;
  font-family: "DM Sans", sans-serif;
  font-size: 50px;
  font-weight: 700;
  max-width: 602px;
  width: 100%;
  line-height: 100%;
}
@media (max-width: 991px) {
  .contact_title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .contact_title {
    font-size: 32px;
  }
}
.contact_description {
  color: #001524;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 584px;
}
.contact_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
.contact_form-row {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 20px;
}
@media (max-width: 640px) {
  .contact_form-row {
    flex-direction: column;
  }
}
.contact_form-group {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .contact_form-group {
    width: 100%;
  }
}
.contact_form-group-full {
  width: 100%;
}
.contact_label {
  color: #001524;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
}
.contact_input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b8b8;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.contact_input.wpcf7-textarea {
  resize: none;
  height: 60px;
}
.contact_textarea {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b8b8;
  resize: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.contact_image-section {
  flex: 1;
}
.contact_image-section img {
  height: 100%;
}
.contact .wpcf7-response-output {
  margin-top: 20px;
}
.contact .screen-reader-response {
  display: none;
}
.contact .wpcf7-form .screen-reader-response {
  display: block;
}
.contact .wpcf7-form.invalid .wpcf7-response-output {
  color: red;
}
.contact .wpcf7-form.sent {
  color: green;
}
.contact .wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}

.footer {
  width: 100%;
  min-height: 100vh;
  background-color: #1c1c1c;
  padding: 70px 70px 25px 70px;
  color: #b3b3b3;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 40px 25px 40px;
  }
}
@media (max-width: 640px) {
  .footer {
    padding: 35px 16px 25px 16px;
  }
}
.footer_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer_top {
  display: flex;
  gap: 116px;
  margin-bottom: 60px;
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .footer_top {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .footer_top {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.footer_paragraph {
  font-size: 14px;
  line-height: 24px;
  width: 50%;
  margin: 0;
}
.footer_paragraph:first-child {
  font-family: "Mulish", sans-serif;
}
@media (max-width: 991px) {
  .footer_paragraph {
    width: 100%;
  }
}
.footer_middle {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .footer_middle {
    flex-direction: column;
    gap: 40px;
  }
}
.footer_branding {
  display: flex;
  flex-direction: column;
  gap: 43px;
}
.footer_logo img {
  width: 250px;
  height: 96px;
}
.footer_description {
  color: #b3b3b3;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  line-height: 150%;
  max-width: 411px;
  margin: 0;
}
.footer_social {
  display: flex;
  align-items: center;
  gap: 13px;
}
.footer_social ul {
  display: flex;
  align-items: center;
  column-gap: 13px;
}
.footer_links-container {
  display: flex;
  gap: 155px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .footer_links-container {
    gap: 80px;
  }
}
@media (max-width: 991px) {
  .footer_links-container {
    gap: 40px;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .footer_links-container {
    flex-direction: column;
  }
}
.footer_heading {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22px;
}
.footer_nav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_nav-list a {
  color: #b3b3b3;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer_nav-list a:hover, .footer_nav-list a:focus {
  color: #fff;
  outline: none;
}
.footer_nav-link {
  color: #b3b3b3;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer_nav-link:hover, .footer_nav-link:focus {
  color: #fff;
  outline: none;
}
.footer_contact {
  color: #b3b3b3;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer_contact:hover, .footer_contact:focus {
  color: #fff;
  outline: none;
}
.footer_address {
  color: #b3b3b3;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  max-width: 256px;
}
.footer_address-container {
  margin-bottom: 22px;
}
.footer_contact-details {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer_contact-details a {
  color: #b3b3b3;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer_contact-details a:hover, .footer_contact-details a:focus {
  color: #fff;
  outline: none;
}
.footer_phone, .footer_email {
  color: #b3b3b3;
  font-size: 16px;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #4e4e4e;
  padding-top: 20px;
}
@media (max-width: 640px) {
  .footer_bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.footer_copyright {
  color: #b3b3b3;
  font-size: 16px;
  margin: 0;
}
.footer_legal {
  display: flex;
  gap: 60px;
}
@media (max-width: 640px) {
  .footer_legal {
    flex-direction: column;
    gap: 20px;
  }
}
.footer_legal-link {
  color: #b3b3b3;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 100%;
}
.footer_legal-link:hover, .footer_legal-link:focus {
  color: #fff;
  outline: none;
}

.whatsapp {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
}
.whatsapp img {
  width: 60px;
  height: 60px;
}

/*# sourceMappingURL=style.css.map */
