@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.font-lato {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

.font-playfair {
  font-family: "Playfair", sans-serif;
  font-style: normal;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

body {
  font-family: "Lato", sans-serif;
  min-width: 360px;
  overflow-x: hidden;
}

a,
button {
  box-shadow: none;
  text-decoration: none;
  transition: 0.5 ease-in;
}

a:hover {
  color: #034833;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.btn-outline-black {
  border-width: 2px;
  border-radius: 0;
}
.btn-outline-black .icon svg g rect {
  transition: all 0.3s ease;
}
.btn-outline-black:hover {
  color: #ffffff;
}
.btn-outline-black:hover .icon svg g rect {
  fill: #ffffff;
}

.bg-primary {
  background-color: #0cb096 !important;
}

.top-bar {
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .top-bar .contact-wrap {
    border-bottom: 1px solid #2f9888;
    padding-bottom: 8px;
    width: 100%;
  }
  .top-bar .contact-wrap a {
    font-size: 13px;
  }
}

.btn {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
}

.btn.primary {
  background-color: #0cb096;
  color: #000000;
}

.btn.outline-green {
  border: 1px solid #0cb096;
  background-color: white;
  color: #0cb096;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-btn {
  color: #0cb096;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.container {
  max-width: 1170px !important;
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 1170px !important;
  }
}

.navbar-wrapper {
  background: #ffffff;
  box-shadow: 0px 4px 13.1px rgba(33, 48, 43, 0.08);
  z-index: 99;
}
@media (min-width: 992px) {
  .navbar-wrapper {
    position: sticky;
    top: 0;
  }
}
.navbar-wrapper .navbar-brand .navbar-logo {
  max-width: 84px;
}
@media (min-width: 992px) {
  .navbar-wrapper .nav-menu-wrapper {
    gap: 40px;
  }
}
.navbar-wrapper .nav-item .nav-link {
  font-weight: 400;
  color: #222324;
  font-size: 14px;
  cursor: pointer;
  transition: 0.5 ease-in;
}
.navbar-wrapper .nav-item .nav-link:hover {
  color: #0cb096;
}
@media (min-width: 576px) {
  .navbar-wrapper .nav-item .nav-link {
    font-size: 18px;
  }
}
.navbar-wrapper .navbar-toggler {
  box-shadow: none;
  padding: 0;
}
@media (min-width: 992px) {
  .navbar-wrapper .navbar-collapse {
    flex-grow: 0;
  }
}
.navbar-wrapper .navbar-toggler-icon {
  width: auto;
  height: auto;
}
.navbar-wrapper .navbar-toggler-icon .line {
  width: 22px;
  height: 2px;
  border-radius: 3px;
  background-color: #1c1b1f;
  display: block;
  margin-bottom: 4px;
}
.navbar-wrapper .navbar-toggler-icon .line:last-child {
  margin-bottom: 0;
}
.navbar-wrapper .nav-ct-btn {
  border: 1px solid #d9d9d9;
  border-radius: 33px;
  font-size: 18px;
  font-weight: 400;
  color: #222324;
}

.home-banner {
  padding: 56px 0;
  position: relative;
  margin-bottom: 120px;
}
.home-banner .banner-title {
  font-size: 60px;
  font-weight: 400;
  color: #222324;
}
.home-banner .banner-description {
  font-size: 18px;
  font-weight: 400;
  color: #717676;
}
.home-banner .banner-img-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.home-banner .banner-img-wrapper .banner-img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 530px;
  transform: scale(1.27);
}
@media screen and (max-width: 768px) {
  .home-banner .banner-img-wrapper .banner-img {
    height: 400px;
  }
}
.home-banner .banner-img-wrapper .place {
  position: absolute;
  top: 14px;
  left: 14px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  z-index: 1;
}
.home-banner .banner-right-wrapper {
  position: relative;
}
.home-banner .service-available {
  position: absolute;
  bottom: -80px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0px 7px 13.6px 1px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  z-index: 1;
  min-width: 280px;
}
.home-banner .service-available .title {
  font-size: 14px;
  font-weight: 400;
  color: #222324;
}
.home-banner .service-available .service-link {
  padding: 18px 0;
  width: 100%;
  border-bottom: 1px solid #dedad5;
}
.home-banner .service-available .service-link .count {
  font-size: 14px;
  font-weight: 400;
  color: #717676;
  margin-inline-end: 20px;
}
.home-banner .service-available .service-link .place {
  font-size: 18px;
  font-weight: 400;
  color: #222324;
}

.section {
  overflow-x: hidden;
}
.section .section-title {
  font-size: 44px;
  font-weight: 700;
  color: #151411;
}
.section .section-intro {
  font-size: 18px;
  font-weight: 700;
  color: #0cb096;
}
.section p.description {
  font-size: 18px;
  font-weight: 500;
  color: #717676;
}
.section .tag {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background-color: #0cb096;
  border-radius: 33px;
  padding: 8px 16px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section .tag {
    font-size: 16px;
  }
}

.about-section {
  margin-bottom: 60px;
}
.about-section .title-section {
  margin-bottom: 50px;
}
.about-section .about-card {
  background: #ffffff;
  box-shadow: 0px 4px 100px rgba(175, 173, 181, 0.1);
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  min-height: 320px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.about-section .about-card .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #151411;
}

.about-bg-section {
  margin-bottom: 120px;
}
.about-bg-section .section-wrapper {
  border: 1px solid #ffffff;
  border-radius: 46px;
  padding: 36px 36px 16px 36px;
}
.about-bg-section .section-wrapper .section-title {
  color: #ffffff;
}
.about-bg-section .section-wrapper .description {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}
.about-bg-section .section-wrapper .about-outline-card {
  border: 1px solid #ffffff;
  border-radius: 18px;
  padding: 32px 27px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-bg-section .section-wrapper .about-outline-card .card-title {
  font-size: 48px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.about-bg-section .section-wrapper .about-outline-card .card-description {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 992px) {
  .about-bg-section .section-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
}

.features-section {
  margin-bottom: 30px;
}
.features-section .features-card {
  display: flex;
  margin-bottom: 60px;
  padding-inline-end: 60px;
}
.features-section .features-card .icon {
  flex-shrink: 0;
  margin-inline-end: 20px;
}
.features-section .features-card .icon img {
  display: block;
  width: 45px;
}
.features-section .features-card .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #151411;
  margin-bottom: 10px;
}

.two-column-section {
  margin-bottom: 120px;
}
.two-column-section .img-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
}
.two-column-section .img-wrapper img {
  height: 596px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .two-column-section .img-wrapper img {
    height: 400px;
  }
}

.explore-section {
  overflow: hidden;
  margin-bottom: 120px;
}
.explore-section .gallery-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .explore-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
  }
  .explore-section .gallery-grid .item {
    grid-column: span 3/span 3;
  }
  .explore-section .gallery-grid .item-5,
  .explore-section .gallery-grid .item-6 {
    grid-column: span 6/span 6;
  }
}
.explore-section .gallery-img-wrap {
  flex-shrink: 0;
  position: relative;
  width: 290px;
  height: 380px;
  margin-right: 16px;
  border-radius: 4px;
  overflow: hidden;
}
.explore-section .gallery-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explore-section .gallery-img-wrap .place {
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 14px;
  bottom: 14px;
  line-height: 1;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .explore-section .gallery-img-wrap {
    width: 100%;
  }
}
.explore-section .gallery-grid::-webkit-scrollbar {
  display: none;
}
.explore-section .gallery-grid-2::-webkit-scrollbar {
  display: none;
}
.explore-section .gallery-grid-2 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .explore-section .gallery-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

.bg-black-200 {
  background-color: #222324;
}

.accordion-section {
  margin-bottom: 180px;
}
.accordion-section .img-wrapper img {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .accordion-section .img-wrapper img {
    height: 625px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.accordion-section .accordion-area .accordion-item {
  border: 0;
  border-bottom: 1px solid #dadada;
}
.accordion-section .accordion-area .accordion-item .accordion-header .accordion-button {
  border: none;
  font-size: 18px;
  font-size: 600;
  background-color: none !important;
  border: 0;
  box-shadow: none;
  padding: 8px 0px;
}
.accordion-section .accordion-area .accordion-item .accordion-header .accordion-button .icon {
  line-height: 1;
}
.accordion-section .accordion-area .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.accordion-section .accordion-area .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none;
  color: #222324;
}
.accordion-section .accordion-area .accordion-item .accordion-header .accordion-button .icon::before {
  content: "+";
  font-weight: bold;
  font-size: 36px;
}
.accordion-section .accordion-area .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon::before {
  content: "−"; /* This is a minus sign */
}
.accordion-section .accordion-area .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  font-size: 16px;
}

.gallery-section {
  padding-bottom: 100px;
  overflow: hidden;
}
.gallery-section .gallery-slide-wrapper {
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .gallery-section .gallery-slide-wrapper {
    padding: 0px 50px;
  }
}
.gallery-section .gallery-item {
  border: 1px solid #dddddd;
  border-radius: 4px;
  overflow: hidden;
}
.gallery-section .gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .gallery-section .gallery-item {
    max-width: 285px;
    height: 285px;
    aspect-ratio: 1/1;
  }
}
.gallery-section .nav-wrapper {
  gap: 24px;
}
.gallery-section .swiper-button-next,
.gallery-section .swiper-button-prev {
  all: unset;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #0cb096;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0cb096;
  flex-shrink: 0;
  cursor: pointer;
}
.gallery-section .swiper-button-next svg,
.gallery-section .swiper-button-prev svg {
  width: 8px;
}
.gallery-section .swiper-button-next:hover,
.gallery-section .swiper-button-prev:hover {
  background-color: #0cb096;
  color: #ffffff;
}
.gallery-section .swiper-button-next::after,
.gallery-section .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 992px) {
  .gallery-section .gallery-mobile-slider {
    overflow: visible;
  }
  .gallery-section .swiper-button-next,
  .gallery-section .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .gallery-section .nav-wrapper {
    gap: 16px;
  }
}

.testimonial-section {
  padding-bottom: 100px;
}
.testimonial-section .row {
  position: relative;
}
.testimonial-section .img-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-section .img-wrapper img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .testimonial-section .img-wrapper img {
    height: 400px;
  }
}
.testimonial-section .testimonial-card {
  border-radius: 4px;
  background-color: #1f1f1f;
  padding: 70px 40px;
}
.testimonial-section .testimonial-card .quote-icon {
  margin-bottom: 24px;
  display: block;
}
.testimonial-section .testimonial-card .description {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
}
.testimonial-section .testimonial-card .client-section .avatar {
  margin-right: 24px;
}
.testimonial-section .testimonial-card .client-section .avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .testimonial-card .client-section .title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.testimonial-section .testimonial-card .client-section .location {
  font-size: 14px;
  font-weight: 300;
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .testimonial-section .testimonial-card {
    padding: 80px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
  }
  .testimonial-section .testimonial-card .quote-icon {
    margin-bottom: 40px;
  }
  .testimonial-section .testimonial-card .description {
    font-weight: 18px;
    margin-bottom: 48px;
  }
  .testimonial-section .testimonial-card .client-section .avatar img {
    width: 57px;
    height: 57px;
  }
  .testimonial-section .testimonial-card .client-section .title {
    font-size: 18px;
  }
  .testimonial-section .testimonial-card .client-section .location {
    font-size: 16px;
  }
}
.testimonial-section .nav-wrapper {
  gap: 24px;
}
.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
  all: unset;
  position: relative;
  width: 57px;
  height: 57px;
  border-radius: 3px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222324;
  flex-shrink: 0;
  cursor: pointer;
}
.testimonial-section .swiper-button-next svg,
.testimonial-section .swiper-button-prev svg {
  width: 16px;
}
.testimonial-section .swiper-button-next:hover,
.testimonial-section .swiper-button-prev:hover {
  background-color: #0cb096;
  color: #ffffff;
}
.testimonial-section .swiper-button-next::after,
.testimonial-section .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 992px) {
  .testimonial-section .swiper-button-next,
  .testimonial-section .swiper-button-prev {
    width: 42px;
    height: 42px;
  }
  .testimonial-section .nav-wrapper {
    gap: 20px;
  }
}
.testimonial-section .testimonial-lg-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 80%;
}
@media screen and (min-width: 992px) {
  .testimonial-section .section-title {
    padding-left: 50px;
    max-width: 80%;
  }
}

.locations-banner {
  background: url("../img/locations-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 992px) {
  .locations-banner {
    min-height: 670px;
  }
}
.locations-banner .gradient-overlay {
  position: absolute;
  width: 1496px;
  height: 312px;
  left: calc(50% - 748px);
  top: 505px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  filter: blur(16.45px);
}

.location-section {
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .location-section {
    margin-top: -100px;
    padding-top: 0;
  }
}
.location-section .section-title {
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .location-section .section-title {
    font-size: 60px;
    margin-bottom: 80px;
  }
}
.location-section .location-card {
  margin-bottom: 30px;
}
.location-section .location-card .img-wrapper {
  border-radius: 4px;
  overflow: hidden;
}
.location-section .location-card .img-wrapper img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-section .location-card .card-title {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  line-height: 1;
}
@media (min-width: 992px) {
  .location-section .location-card .card-title {
    font-size: 44px;
  }
  .location-section .location-card .img-wrapper {
    height: 425px;
  }
}
@media (min-width: 576px) {
  .location-section .location-card .img-wrapper {
    height: 320px;
  }
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .link {
  font-size: 16px;
  color: #cacaca;
  font-weight: 300;
  margin-bottom: 16px;
  display: block;
}
.footer .link:hover {
  color: #0cb096;
}
.footer .title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}
.footer .description {
  font-size: 16px;
  color: #cacaca;
  font-weight: 300;
}
.footer .bottom-section {
  border-top: 1px solid #39393a;
}
.footer .bottom-section .copy-right {
  font-size: 16px;
  color: #cacaca;
  font-weight: 300;
}
.footer .map-bg-section {
  position: relative;
  z-index: 1;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .map-bg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.9375rem;
  bottom: 0;
  width: 70%;
  height: auto;
  z-index: -1;
  background: url(../img/worldmap.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .footer .map-bg-section::before {
    width: 50%;
  }
}

.scroll-to-top {
  position: fixed;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: white;
  bottom: 98px;
  right: 50px;
  z-index: 999;
  outline: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-out;
  transform: translateY(80px);
  overflow: hidden;
  border: none;
}
.scroll-to-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0cb096;
  z-index: 0;
  opacity: 0.8;
}
.scroll-to-top svg {
  width: 20px;
  height: auto;
  position: relative;
  z-index: 1;
}
.scroll-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.whats-app-icon {
  position: fixed;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 98px;
  left: 50px;
  z-index: 999;
  outline: none;
  box-shadow: none;
  transition: all 0.5s ease-out;
  overflow: hidden;
  border: none;
  background-color: transparent;
}/*# sourceMappingURL=styles.css.map */