/*
Theme Name: Jakarta Behavior Center Themes
Theme URI: 
Author: Billy D. Hidayat
Author URI: https://7per8.com/
Description: Custom Jakarta Behavior Center Themes by 7per8.com.
*/

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
}

.animate__animated,
.scroll-animations {
  --animate-duration: 1.4s;
}

.slick-arrow {
  background: transparent;
}

@media only screen and (max-width: 780px) {
  button.slick-next,
  button.slick-prev {
    width: 30px !important;
    height: 20px !important;
  }
  button.slick-prev {
    left: 10px !important;
  }
  button.slick-next {
    right: 10px !important;
  }
}

.wpsisac-slick-carousal.design-6 .slick-prev {
  left: 10px !important;
}
.wpsisac-slick-carousal.design-6 .slick-next {
  right: 10px !important;
}

.wpsisac-slick-carousal button.slick-prev,
.wpsisac-slick-carousal button.slick-prev:hover,
.wpsisac-slick-carousal button.slick-prev:active,
.wpsisac-slick-carousal button.slick-prev:focus {
  background: url(./assets/images/prev-button.png) no-repeat !important;
  width: 50px;
  background-size: contain !important;
}

.wpsisac-slick-carousal button.slick-next,
.wpsisac-slick-carousal button.slick-next:hover,
.wpsisac-slick-carousal button.slick-next:active,
.wpsisac-slick-carousal button.slick-next:focus {
  background: url(./assets/images/next-button.png) no-repeat !important;
  width: 50px;
  background-size: contain !important;
}

.wpsisac-image-slide-wrap > img {
  max-width: 80%;
}

@media screen and (min-width: 800px) {
  .slick-list {
    overflow: visible;
  }

  .slick-current {
    transform: scale(1.5) !important;
    z-index: 2;
  }
  .wpsisac-image-slide-wrap > img {
    max-width: 100%;
  }
}

@media screen and (max-width: 780px) {
  body {
    font-size: 14px;
  }
}

/* COLOR PALLETE */
.yellow {
  color: #ffd500;
}
.blue {
  color: #0b70fe;
}
.white {
  color: #ffff;
}
.spacer {
  height: 1px;
}

/* GLOBAL */
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-family: "BROmny";
}

b {
  font-weight: 600;
}

li {
  margin-bottom: 10px;
}

.full-width {
  width: 100%;
}
.full {
  width: 100%;
  height: 100%;
}

figure {
  margin: 0;
  overflow: hidden;
}

figure.wrapper-section {
  height: 100%;
  width: 100%;
}
figure {
  overflow: hidden;
}

.custom-btn {
  border-radius: 15px;
  padding-top: 3px;
  padding-bottom: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

/* HEADER */
.navbar-nav {
  text-align: center;
}
.nav-item {
  color: #0b70fe;
  flex: 1;
  font-size: 10px;
}
.nav-item.center {
  flex: 2.5;
}
.nav-link {
  font-weight: bold;
}

/* FOOTER */
footer {
  font-size: 10px;
}

footer a {
  text-decoration: none !important;
  color: #fff;
}
.footer-link {
  font-weight: 600;
  font-size: 0.6rem;
}
footer .socmed {
  width: 100%;
  height: 100%;
}

/* HOME */
/* START SECTION 1 */

section.home-section-1 {
  color: #0b70fe;
  height: calc(100vh - 82px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.home-section-1-ribbon {
  background-color: #ffd500;

  width: 100%;
  color: #0b70fe;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}

.home-section-1-ribbon a {
  text-decoration: none;
}

.vector-ribbon {
  background-image: url(./assets/images/vector-ribbon.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 65px;
  width: 65px;
  position: absolute;
  top: -30px;
  left: 24%;
}
figure.wrapper-section-1 {
  width: 100%;
  margin-top: 38px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

figure.image-bg-section-1 {
  background-image: url(./assets/images/section-1-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-position-y: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;

  margin: 0;
  width: 100%;

  padding-top: 40%;
}

figure.section-1-vector-1 {
  background-image: url(./assets/images/section-1-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;

  width: 100%;
  padding-top: 15%;
  height: 15%;

  position: absolute;
  left: -12.31%;
  top: 12.31%;
  overflow: hidden;
}

figure.section-1-vector-2 {
  position: absolute;
  background-image: url(./assets/images/section-1-vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;

  width: 100%;
  padding-top: 31%;

  top: 2.31%;
  left: 3.58%;
  overflow: hidden;
}

.home-section-1-text-wrapper {
  width: 100%;
  top: 20%;
  position: absolute;
}

.text-wrapper-1 {
  width: 69%;
  margin-left: 8%;
}
.text-wrapper-2 {
  width: 59%;
  margin-left: 5%;
}
/* END SECTION 1 */

/* START SECTION 2 */

section.home-section-2 {
  min-height: 100vh;
  max-height: 730px;
  background-color: #14c9af;
  display: flex;
  align-items: center;
}
.home-section-2-wrapper-image {
  position: relative;
  height: 100%;
  left: -8%;
  top: 0;
}

.home-section-2-bg {
  background-image: url(./assets/images/section-2-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  width: 100%;
  padding-top: 120%;
  top: -13vh;
  left: 0;
}

.home-section-2-vector-3 {
  background-image: url(./assets/images/section-2-vector-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  width: 100%;
  padding-top: 103%;
  top: 0;
}

.home-section-2 .right-ctn {
  padding-top: 3% !important;
}

.home-section-2-vector-1 {
  background-image: url(./assets/images/section-2-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;

  position: absolute;
  width: 100%;
  padding-top: 28%;
  top: -20%;
  left: -25%;
}

.home-section-2-vector-2 {
  background-image: url(./assets/images/section-2-vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  width: 100%;
  padding-top: 44%;
  top: -18%;
  right: -43%;
}

@media screen and (min-width: 1300px) {
  .home-section-2 {
    padding-top: 20%;
  }
}

/* END SECTION 2 */

/* START SECTION 3 */
.home-section-3 {
  background-image: url(./assets/images/section-3-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-section-3-image-wrapper {
  position: absolute;
  padding-top: 100%;
  width: 100%;
  top: -20%;
}

.section-3-bg {
  background-image: url(./assets/images/home-section-3-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;

  width: 100%;
  padding-top: 100%;

  position: absolute;
  top: -21%;
  left: 0;
}

.section-3-vector-3 {
  background-image: url(./assets/images/home-section-3-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;

  width: 100%;
  padding-top: 77%;

  position: absolute;
  top: 0;
  left: 0;
}

.section-3-vector-1 {
  background-image: url(./assets/images/home-section-3-vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  width: 100%;
  padding-top: 40%;
  top: -11%;
  left: 32%;
}

.section-3-vector-2 {
  background-image: url(./assets/images/home-section-3-vector-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  width: 100%;
  padding-top: 20%;
  top: -6%;
  left: -31%;
}

/* END SECTION 3 */
.text-desc {
  width: 276px;
  height: 48px;
  font-size: 16.68px;
  line-height: 141%;
  /* or 24px */
  text-align: center;

  color: #0b70fe;
}

/* SECTION 5 */

.home-section-5-wrapper {
  position: relative;
  overflow: hidden;
  height: 864px;
  min-height: 90vh;
  background-image: url(./assets/images/home-section-5-bg.png);
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 23.5%;
}
.home-section-5-wrapper .display-4 {
  font-size: 3.8rem;
}
.home-section-5-wrapper p {
  padding: 3.4rem;
  padding-bottom: 0;
}

.home-section-5-wrapper .bbb {
  padding: 3.4rem;
  padding-bottom: 0;
  padding-top: 0;
}

@media only screen and (max-width: 780px) {
  .home-section-5-wrapper .bbb {
    padding: 0;
  }
}

.bbb button {
  background-color: #f56fa2;
}

.home-section-5-image {
  background-image: url(./assets/images/home-section-5-image.png);
  background-repeat: no-repeat;
  background-size: contain;

  width: 100%;
  padding-top: 100%;

  position: absolute;
  top: -52%;
  left: 20%;
}

.home-section-5-content-wrapper {
  position: absolute;
  left: 42%;
  width: 100%;
  top: 29%;
  overflow: hidden;
}

.home-section-5-content-desc {
  padding-top: 5%;
  padding-left: 20%;
  overflow: hidden;
}

/* SECTION 6 */
.home-section-6-wrapper {
  position: relative;
}
.home-section-6-image-wrapper {
  position: relative;
  padding-top: 80%;
  width: 100%;
}

.home-section-6-image {
  background-image: url(./assets/images/home-section-6-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 100%;
  padding-top: 75%;

  position: absolute;
  bottom: 0;
}

.home-section-6-vector-1 {
  background-image: url(./assets/images/home-section-6-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;

  width: 100%;
  padding-top: 70%;

  position: absolute;
  top: 0;
}
.home-section-6-content-wrapper {
  position: absolute;
  left: 42%;
  padding-top: 22%;
  width: 100%;
}

.home-section-6-content-desc {
  padding-top: 5%;
}

/* FOTER */
.address {
  font-size: 10px;
}
footer .address .col {
  font-size: 10px;
  justify-content: flex-start;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 780px) {
  html {
    font-size: 0.8rem;
    overflow-x: hidden;
  }

  .left-align {
    justify-content: center !important;
  }
  h1.display-1 {
    font-size: 4.6rem;
  }
}

/* ABOUT US */
.about-page .display-3 {
  font-size: 4.5rem;
}

@media only screen and (min-width: 1400px) {
  .about-page .pr-md-4 {
    padding-right: 4rem !important;
  }
}
.about-page .display-1 {
  font-size: auto;
}

.about-section-1-image-wrapper {
  position: relative;
  padding-top: 100%;
  width: 100%;
  top: 4%;
}
.about-section-1-image {
  background-image: url(./assets/images/about-section-1-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;

  width: 100%;
  padding-top: 100%;
  top: 7%;
}

.about-section-1-vector {
  background-image: url(./assets/images/about-section-1-vector.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;

  width: 100%;
  padding-top: 65%;
  top: 7%;
}

/* SECTION 2 */
.about-section-2 {
  padding-top: 10%;
  padding-bottom: 35%;
}

.about-section-2-vector-1 {
  background-image: url(./assets/images/about-section-2-vector-2.png);

  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;

  width: 100%;
  padding-top: 10%;
  top: -8%;
  left: 4%;
}

.about-section-2-vector-2 {
  background-image: url(./assets/images/about-section-2-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;

  width: 100%;
  padding-top: 10%;
  bottom: 2%;
  right: 7%;
}

/* SECTION 3 */
.about-section-3 {
  background-image: url(./assets/images/about-section-3-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  height: 180vh;
  max-height: 1300px;
  padding-top: 32%;
  margin-top: -42%;
  padding-bottom: 12%;
}

.about-section-3-image-wrapper {
  position: relative;
  top: -8%;
}

.about-section-3-bg {
  width: 100%;
  padding-top: 90%;
  bottom: 0;
  left: 0;
}

.about-section-3-image {
  background-image: url(./assets/images/about-section-3-image.png);
  background-repeat: no-repeat;
  background-size: contain;

  background-position: bottom center;
  width: 100%;
  padding-top: 100%;

  position: absolute;
  top: 2%;
}

.about-section-3-vector-1 {
  background-image: url(./assets/images/about-section-3-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;

  width: 100%;
  padding-top: 98%;

  position: absolute;
}

.about-section-3-vector-2 {
  background-image: url(./assets/images/about-section-3-vector-2.png);
  background-repeat: no-repeat;
  background-position: bottom center;

  width: 100%;
  padding-top: 100%;

  position: absolute;
  top: 5%;
  left: -31%;
}

/* SECTION 4 */
.about-section-4 {
  color: #0b70fe;
  position: relative;
  height: 145vh;
  max-height: 1000px;
}
.about-section-4-bg {
  background-image: url(./assets/images/about-section-4-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-size: 100% 100%;

  width: auto;
}

.about-section-4-image-wrapper {
  position: relative;
  padding-top: 100%;
  width: 100%;
  left: 6%;
  margin-top: -16%;
}

.about-section-4-vector-1 {
  background-image: url(./assets/images/about-section-4-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;

  background-size: contain;
  top: 0;
  width: 100%;
  padding-top: 101.1%;
}

.about-section-4-image {
  background-image: url(./assets/images/about-section-4-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 11.1%;
  top: 0;
  width: 100%;
  padding-top: 116%;
}

/* SECTION 5 */
.about-section-5 {
  margin-top: -10%;
}
.about-section-5 .display-1 {
  font-size: 6.5rem;
}
.about-section-5 li {
  list-style-image: url(./assets/images/bullet.png);
  font-size: 1.1rem;
}

/* SECTION 6 */
.about-section-6 b {
  font-size: 26px;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 10px !important;
}
.about-section-6 li {
  background: url(./assets/images/list-item.png) no-repeat left top;
  padding: 3px 0px 3px 25px;
  background-position: 0px 6px;
  list-style: none;
  margin: 0;
  font-size: 14px;
}

.about-section-6 .list {
  display: flex;
  flex-direction: row;
}

.list-icon {
  background-image: url(./assets/images/list-item.png);
  height: 10px;
  width: 10px;
  background-size: contain;
  flex: 1;
}
.about-section-6-image-wrapper {
  position: relative;
  padding-top: 100%;
  top: 12%;
  left: 24%;
}

.spcl {
  position: absolute;
  top: 0;
  width: 440px;
}

.about-section-6-image {
  background-image: url(./assets/images/about-section-6-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 100%;
}

.about-section-6-vector-1 {
  background-image: url(./assets/images/about-section-6-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  width: 100%;
  padding-top: 100%;
  top: -38%;
  left: -11%;
}

/* SERVICES */
.services-section-2-image-bg-section-1 {
  background-image: url(./assets/images/section-1-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-position-y: 6px;

  position: absolute;
  bottom: 0;

  padding-top: 147.5%;
  width: 100%;
}

.services-section-2.section-1-vector-1 {
  background-image: url(./assets/images/section-1-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;

  position: absolute;

  overflow: hidden;

  top: 150px;
  left: 0;
  width: 140px;
  height: 140px;
}

.services-section-2.section-1-vector-2 {
  position: absolute;
  background-image: url(./assets/images/section-1-vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  width: 244px;
  height: 236px;
  top: 0;
  right: 0;
  overflow: hidden;
}

.services-section-2-wrapper-image {
  position: relative;

  width: 100%;
  height: 100%;
  padding-top: 140%;
  bottom: 0;
}
.service-section-2 {
  height: 900px;
  padding-top: 25%;
  margin-top: -45px;
}
.service-section-2-bg {
  background-image: url(./assets/images/service-section-2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.service-section-2 .section-1-vector-1 {
  padding-top: 75%;
  height: 15%;
  position: absolute;
  left: -18.31%;
  top: 1.31%;
  overflow: hidden;
}

.services-section-2.home-section-2-vector-1 {
  top: 30%;
  left: 30%;
}

.services-section-3-vector-1 {
  background-image: url(./assets/images/service-section-3-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  padding-top: 160px;
  position: absolute;
  bottom: -30px;
  left: 102px;
}

.services-section-3-vector-2 {
  background-image: url(./assets/images/service-section-3-vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  padding-top: 280px;
  position: absolute;
  top: 0;
  right: 40px;
}

/* SERVICES PAGE */
@media screen and (max-width: 780px) {
  .services-section-3-vector-1 {
    background-image: url(./assets/images/service-section-3-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    padding-top: 110px;
    position: absolute;
    bottom: -30px;
    left: 0;
  }

  .services-section-3-vector-2 {
    background-image: url(./assets/images/service-section-3-vector-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px;
    padding-top: 134px;
    position: absolute;
    top: 0;
    right: 20px;
    background-position: right;
  }

  .service-section-3 h1 {
    line-height: normal !important;
  }
}

.service-section-3.about-section-5 {
  margin-top: 0;
}

.services-section-4 {
  height: 120vh;
  background-image: url(./assets/images/service-section-4-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow-y: hidden;
  padding-bottom: 20px;
  min-height: 800px;
  max-height: 800px;
}
.services-section-4-wrapper-image {
  position: relative;
  padding-top: 100%;
  width: 100%;
  top: 0;
  left: -5%;
}

.services-section-4-image {
  background-image: url(./assets/images/service-section-4-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;

  padding-top: 135%;
  width: 100%;
  bottom: -40%;
}
.services-section-4-vector-1 {
  background-image: url(./assets/images/service-section-4-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;

  width: 100%;

  padding-top: 50%;
  position: absolute;
  right: -34%;
  top: -13.69%;
}

.services-section-4-vector-2 {
  background-image: url(./assets/images/section-1-vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;

  width: 100%;
  padding-top: 90%;

  position: absolute;
  left: 2%;
  top: -7%;
  overflow: hidden;
}

.services-section-4-vector-3 {
  background-image: url(./assets/images/service-section-4-vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  padding-top: 30%;
  position: absolute;

  left: -22%;
  top: 57.31%;
}

.service-section-3 li {
  font-size: 1.3rem;
}

/* CONTACT */

/* CONTACT SECTION 1 */
.contact-page p {
  font-size: 0.9rem;
  color: #0b70fe;
}
.contact-section-1 {
  background-image: url(./assets/images/vector-bg-blue-a.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 900px;
}
.contact-page .contact-section-1-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  left: -4.5%;
}

.contact-page .contact-section-1-image {
  background-image: url(./assets/images/contact-section-1-image.png.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;

  position: absolute;
  top: -13%;
  left: -3%;

  padding-top: 100%;
  width: 100%;
}

.contact-page .contact-section-1-vector-1 {
  background-image: url(./assets/images/contact-section-1-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;

  position: absolute;
  top: 0;

  padding-top: 100%;
  width: 100%;
}

.contact-page .contact-section-1-vector-2 {
  background-image: url(./assets/images/contact-section-1-vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  bottom: 11px;
  left: -28%;
  padding-top: 49%;
  width: 100%;
}

.box-white {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
}

.box-gmaps {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* CONTACT FORM */
.wpcf7 {
  color: #0b70fe;
}
.wpcf7-form-control.wpcf7-submit {
  width: auto;
  margin: auto;
  background-color: #f56fa2;
  display: flex;
  color: white;
  border: none;
  font-size: 12px;
  padding: 0 20px;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  border: thin rgba(0, 0, 0, 0.11) groove;
  border-radius: 8px;
}
.wpcf7 label {
  width: 100%;
}

/* HEALTH PROTOCOL */
.health-page .text-desc {
  font-size: 14px;
}
.health-section-1 .col-md-3 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.health-page .spcl-margin {
  margin-top: -10%;
}

.health-section-2 {
  background-image: url(./assets/images/health-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}

.health-section-2 .col-md-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* GALLERY */
.gallery-page .text-desc {
  font-size: 14px;
}

.gallery-section-1 {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-section-2 {
  min-height: 80vh;
}

.gallery-section-1 .col-md-3 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.gallery-section-1-vector-2 {
  background-image: url(./assets/images/service-section-3-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  padding-top: 100px;
  position: absolute;
  top: 36%;
  right: 13%;
}
.gallery-page .spcl-margin {
  margin-top: -10%;
}

.gallery-section-2 {
  padding-bottom: 100px;
  background-image: url(./assets/images/gallery-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.gallery-section-2 .col-md-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery-spacer {
  margin-top: 300px;
}

@media screen and (max-width: 780px) {
  .gallery-section-2 {
    min-height: auto;
    padding-bottom: 0;
  }

  .gallery-spacer {
    margin-top: 20px;
  }
}

/* PROFILE PAGE */
.profile-page i {
  font-size: 13px;
}
.profile-section-1 {
  background-image: url(./assets/images/profile-section-1-bg.png);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: left bottom -2px;
  /* height: calc(100vh - 66px); */
  min-height: 100vh;
}

.profile-section-1 .display-3 {
  margin-bottom: 100px;
}

.profile-section-1-vector-1 {
  background-image: url(./assets/images/section-1-vector-1.png);
  background-repeat: no-repeat;
    background-size: contain;
    width: 156px;
    padding-top: 156px;
    position: absolute;
    top: -1%;
    right: 25%;
}

.profile-section-1-vector-2 {
  background-image: url(./assets/images/profile-section-1-vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  padding-top: 100px;
  position: absolute;
  top: 36%;
  right: 13%;
}

.profile-section-1-vector-3 {
  background-image: url(./assets/images/profile-section-1-vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  padding-top: 210px;
  position: absolute;
  bottom: 11%;
  left: 18%;
}

.profile-section-2 {
  background-color: #ffd500;
}

.profile-section-2-bg {
  background-image: url(./assets/images/profile-section-2-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  padding-top: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.profile-image-wrapper-1 {
  position: relative;
}

/* .profile-image-wrapper-1 {
  width: 100%;
  position: relative;
  padding-top: 100%;
  display: flex;
} */

.profile-image-1 {
  background-image: url(./assets/images/profile-image-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 70%;
  width: 100%;
  position: absolute;
  top: 0;
}

.profile-vector-1-1 {
  background-image: url(./assets/images/profile-vector-1-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 26%;
  width: 100%;
  position: absolute;
  top: 5%;
  right: -20%;
}

.profile-vector-1-2 {
  background-image: url(./assets/images/profile-vector-1-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 20%;
  width: 100%;
  position: absolute;
  top: 5%;
  left: -20%;
}

.profile-vector-1-3 {
  background-image: url(./assets/images/profile-vector-1-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 55%;
  width: 100%;
  position: absolute;
  top: 15%;
}

.scroll-down-text {
  padding-top: 100px;
  text-align: center;
  color: #f56fa2;
}

@media screen and (max-width: 780px) {
  .gallery-page .display-4 {
    font-size: 2.5rem;
  }

  .scroll-down-text {
    position: absolute;
    top: 0px;
    padding-top: 0;
    text-align: center;
    color: #f56fa2;
    margin-left: auto;
    left: 25%;
  }
  .gallery-section-2 {
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url(./assets/images/gallery-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }

  .profile-section-1 {
    background-image: url(./assets/images/profile-section-1-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom -150px;

    height: 100vh;
  }

  .profile-section-1-vector-1 {
    background-image: url(./assets/images/section-1-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    padding-top: 320px;
    position: absolute;
    top: 20%;
    right: 10%;
  }

  .profile-section-1-vector-2 {
    background-image: url(./assets/images/profile-section-1-vector-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    padding-top: 100px;
    position: absolute;
    top: 23%;
    right: 16%;
  }

  .profile-section-1-vector-3 {
    background-image: url(./assets/images/profile-section-1-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    padding-top: 130px;
    position: absolute;
    bottom: 5%;
    left: 16%;
  }

  .profile-section-2-bg {
    background-image: url(./assets/aa/profile-section-2-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    padding-top: 120%;
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .profile-section-2 {
    background-color: unset;
  }
}

/* MOBILE */
/* HOME SECTION 1 */
@media screen and (max-width: 780px) {
  .health-section-2 {
    background-image: url(./assets/images/health-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
  }
  section.home-section-1 {
    color: #0b70fe;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: auto;
  }

  figure.wrapper-section-1 {
    width: 100%;
    position: relative;
    margin-top: 38px;
    display: flex;
    align-items: flex-end;
  }

  figure.image-bg-section-1 {
    background-image: url(./assets/images/section-1-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;

    margin: 0;

    height: 512px;
    width: 100%;
  }

  figure.section-1-vector-1 {
    background-image: url(./assets/images/section-1-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;

    position: absolute;

    overflow: hidden;

    top: 150px;
    left: 0;
    width: 136px;
    height: 135px;
  }

  figure.section-1-vector-2 {
    position: absolute;
    background-image: url(./assets/images/section-1-vector-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    width: 244px;
    height: 236px;
    top: 0;
    right: 0;
    overflow: hidden;
  }

  .home-section-1-text-wrapper {
    position: relative;
    width: 100%;
    white-space: nowrap;
  }

  .text-wrapper-1 {
    width: 100%;
  }
  .text-wrapper-2 {
    width: 100%;
  }
}

/* HOME SECTION 2 */
@media screen and (max-width: 780px) {
  section.home-section-2 {
    min-height: 100vh;
    background-color: #14c9af;
    max-height: none;
    height: auto;
  }
  .home-section-2-wrapper-image {
    position: relative;
    padding-top: 100%;

    position: relative;

    left: 0;
    top: 27%;
  }

  .home-section-2-bg {
    background-image: url(./assets/images/section-2-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;

    position: absolute;

    width: 100%;
    padding-top: 100%;
    top: 0;
    left: 0;
  }

  .home-section-2-vector-3 {
    background-image: url(./assets/images/section-2-vector-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    width: 100%;

    padding-top: 87%;
    top: 10%;
    left: 0;
  }

  .home-section-2-vector-1 {
    background-image: url(./assets/images/section-2-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;

    position: absolute;
    width: 100%;
    padding-top: 28%;
    top: 0;
    left: -25%;
  }

  .home-section-2-vector-2 {
    background-image: url(./assets/images/section-2-vector-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    width: 100%;
    padding-top: 44%;
    top: -2%;
    right: -22%;
  }
}

/* HOME SECTION 3 */
@media screen and (max-width: 780px) {
  .home-section-3 {
    min-height: 806px;
    background-image: url(./assets/images/section-3-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .home-section-3-image-wrapper {
    position: relative;
    padding-top: 100%;
    top: 30%;
  }

  .section-3-bg {
    background-image: url(./assets/images/home-section-3-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;

    width: 100%;
    padding-top: 100%;

    position: absolute;
    top: -21%;
    left: 0;
  }

  .section-3-vector-3 {
    background-image: url(./assets/images/home-section-3-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;

    width: 100%;
    padding-top: 77%;

    position: absolute;
    top: 0;
    left: 0;
  }

  .section-3-vector-1 {
    background-image: url(./assets/images/home-section-3-vector-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;

    position: absolute;
    width: 100%;
    padding-top: 40%;
    top: -11%;
    left: 32%;
  }

  .section-3-vector-2 {
    background-image: url(./assets/images/home-section-3-vector-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    width: 100%;
    padding-top: 20%;
    top: -6%;
    left: -31%;
  }
}

/* HOME SECTION 4 */
@media screen and (max-width: 780px) {
  .home-section-4 h1 {
    text-align: center;
  }
}

/* HOME SECTION 5 */
@media screen and (max-width: 780px) {
  .home-section-5-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-image: url(./assets/images/home-section-5-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 74.5%;
  }

  .home-section-5-wrapper .display-4 {
    font-size: 3.5rem;
  }
  .home-section-5-wrapper p {
    padding: 0;
  }
  .home-section-5-image-wrapper {
    position: relative;
    margin-top: 40px;
  }
  .home-section-5-image {
    background-image: url(./assets/images/home-section-5-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    width: 100%;
    padding-top: 100%;

    position: relative;
    top: 0;
    left: 0;
  }

  .home-section-5-vector-1 {
    background-image: url(./assets/images/home-section-5-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    width: 100%;
    padding-top: 81%;

    position: absolute;
    top: -15%;
    left: 0;
  }
  .home-section-5-vector-2 {
    background-image: url(./assets/images/home-section-5-vector-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    padding-top: 30%;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .home-section-5-content-wrapper {
    position: absolute;
    left: 42%;
    width: 100%;
    top: 29%;
    overflow: hidden;
  }

  .home-section-5-content-desc {
    padding-top: 5%;
    padding-left: 20%;
    overflow: hidden;
  }
}

/* HOME SECTION 6 */
@media screen and (max-width: 780px) {
  .home-section-6-wrapper {
    position: relative;
  }
  .home-section-6-image-wrapper {
    position: relative;
    padding-top: 100%;
    margin-top: 9%;
  }

  .home-section-6-image {
    background-image: url(./assets/images/home-section-6-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 100%;
    padding-top: 100%;

    position: absolute;
    bottom: 0;
  }

  .home-section-6-vector-1 {
    background-image: url(./assets/images/home-section-6-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;

    width: 100%;
    padding-top: 75%;

    position: absolute;
    top: 0;
  }
}

/* ABOUT PAGE */
@media screen and (max-width: 780px) {
  .about-page .display-3 {
    font-size: 4.4rem;
  }
  .about-page .display-1 {
    font-size: 3rem;
  }
}
/* ABOUT SECTION 1 */
@media screen and (max-width: 780px) {
  .about-section-1-image-wrapper {
    position: relative;
    padding-top: 100%;
    width: 100%;
  }
  .about-section-1-image {
    background-image: url(./assets/images/about-section-1-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;

    width: 100%;
    padding-top: 100%;
    top: 7%;
  }

  .about-section-1-vector {
    background-image: url(./assets/images/about-section-1-vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;

    width: 100%;
    padding-top: 65%;
    top: 7%;
  }
}

/* ABOUT SECTION 2 */
@media screen and (max-width: 780px) {
  .about-section-2 {
    padding-top: 10%;
    padding-bottom: 35%;
    font-size: 2.4rem;
  }

  .about-section-2-vector-1 {
    background-image: url(./assets/images/about-section-2-vector-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    position: absolute;

    width: 100%;
    padding-top: 20%;
    top: -8%;
    left: 8%;
  }

  .about-section-2-vector-2 {
    background-image: url(./assets/images/about-section-2-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    position: absolute;

    width: 100%;
    padding-top: 20%;
    bottom: 2%;
    right: 7%;
  }
}

/* ABOUT SECTION 3 */
@media screen and (max-width: 780px) {
  .about-section-3 {
    background-image: url(./assets/images/about-section-3-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;

    min-height: auto;
    height: auto;
    padding-top: 32%;
    margin-top: -42%;
    padding-bottom: 0;
  }
  .about-section-3-bgc {
    background-color: #f56fa2;
  }
  .about-section-3-image-wrapper {
    position: relative;
    padding-top: 100%;
    margin-bottom: 10%;
    top: 0;
  }

  .about-section-3-image {
    background-image: url(./assets/images/about-section-3-image.png);
    background-repeat: no-repeat;
    background-size: contain;

    background-position: bottom center;
    width: 100%;
    padding-top: 100%;

    position: absolute;
    top: 2%;
  }

  .about-section-3-vector-1 {
    background-image: url(./assets/images/about-section-3-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;

    width: 100%;
    padding-top: 100%;

    position: absolute;
    top: 0;
  }

  .about-section-3-vector-2 {
    background-image: url(./assets/images/about-section-3-vector-2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;

    width: 100%;
    padding-top: 48%;

    position: absolute;
    top: 60%;
    left: -31%;
  }
}

/* ABOUT SECTION 4 */

/* SECTION 4 */
@media screen and (max-width: 780px) {
  .about-section-4 {
    color: #0b70fe;
    position: relative;
    min-height: unset;
  }
  .about-section-4-image-wrapper {
    position: relative;
    padding-top: 100%;
    width: 100%;
    left: unset;
    margin-top: 30px;
  }

  .about-section-4-bg {
    background-image: url(./assets/images/about-section-4-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 130%;
    background-position: bottom;

    width: unset;
    height: unset;
  }

  .about-section-4-vector-1 {
    background-image: url(./assets/images/about-section-4-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;

    background-size: 100% 100%;

    width: 100%;
    padding-top: 75%;
    top: 4%;
  }

  .about-section-4-image {
    background-image: url(./assets/images/about-section-4-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 7%;
    width: 100%;
    padding-top: 75%;
  }
}

/* ABOUT SECTION 6 */
@media screen and (max-width: 780px) {
  .about-section-6-image-wrapper {
    position: relative;
    padding-top: 100%;
    top: 0;
    left: 8%;
    margin-top: 130px;
  }

  .about-section-6-image {
    background-image: url(./assets/images/about-section-6-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 90%;
  }

  .about-section-6-vector-1 {
    background-image: url(./assets/images/about-section-6-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    width: 100%;
    padding-top: 90%;
    top: -38%;
    left: -11%;
  }
  .spcl {
    position: absolute;
    top: 0;
    width: auto;
  }
  .sm-text-align-center {
    text-align: center;
  }
}

/* SERVICE PAGE MOBILE */
@media screen and (max-width: 780px) {
  .service-page .display-4 {
    font-size: 30px;
  }
  .service-page .display-1 {
    font-size: 3.2rem;
  }

  .overflow-hidden-sm {
    overflow: hidden;
  }
}
/* SERVICE SECTION 4 */
@media screen and (max-width: 780px) {
  .services-section-1 h1 {
    text-align: center;
  }
  .services-section-4 {
    background-image: url(./assets/images/service-section-4-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin-bottom: -30px;
    overflow-y: hidden;
    height: 100%;
    padding-top: 40%;
    max-height: none;
  }
  .services-section-4-wrapper-image {
    position: relative;
    padding-top: 100%;
    width: 100%;
    top: 0;
  }

  .services-section-4-vector-2 {
    background-image: url(./assets/images/section-1-vector-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;

    width: 100%;
    padding-top: 90%;

    position: absolute;
    left: 2%;
    top: 0;
    overflow: hidden;
  }

  .services-section-4-vector-1 {
    background-image: url(./assets/images/service-section-4-vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;

    width: 100%;

    padding-top: 50%;
    position: absolute;
    right: -34%;
    top: 0;
  }

  .blue-bg {
    background: #0b70fe;
  }
}

/* SERVICE SECTION 2 */
@media screen and (max-width: 780px) {
  .service-section-2 {
    height: auto;
  }
  .service-section-2 .section-1-vector-1 {
    padding-top: 75%;
    height: 15%;
    position: absolute;
    left: 0;
    top: 1.31%;
    overflow: hidden;
  }
  .service-section-2-bg-sm {
    background-image: url(./assets/images/service-section-2-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 5rem;
  }
  .service-section-2-bg {
    background-image: none;
  }
  .bg-yellow {
    background: linear-gradient(180deg, #fff 30%, #ffd500 0%);
  }

  .services-section-2-image-bg-section-1 {
    background-image: url(./assets/images/section-1-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-position-y: 6px;

    position: absolute;
    bottom: 0;

    padding-top: 125%;
    width: 100%;
  }

  .health-page .spcl-margin {
    margin-top: 0;
  }
  .health-page .text-desc {
    white-space: normal;
    height: auto;
    width: auto;
  }
}

/* CONTACT SECTION */

@media screen and (max-width: 780px) {
  .contact-section-1 {
    background-image: url(./assets/images/vector-bg-blue-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
.joinchat {
  bottom: 20px !important;
}

.joinchat__button {
  display: flex;
  flex-direction: row;
  position: absolute;

  color: inherit;
  /* border-radius: calc(var(--btn)/2); */
  box-shadow: none !important;
  cursor: pointer;
  transition: none !important;
}

.joinchat__button {
  background: none !important;
}

.joinchat__button__open {
  display: none !important;
}
.joinchat__button__image {
  display: none !important;
}

.join-float {
  bottom: 200px !important;
}

.gmap_canvas,
.mapouter {
  width: 100% !important;
}

/* PROFILE PAGE */
@media screen and (max-width: 780px) {
  .profile-section-2-bg-mobile {
    color: #fff;
    background-image: url(./assets/images/profile-section-2-bg-moible.png);
    background-repeat: no-repeat;
    left: 0;
    padding-top: 100%;
    width: 100%;
    height: 1800px;
    position: absolute;
    overflow: hidden;
    background-size: contain;
  }
}

/* FOOTER */
@media screen and (max-width: 780px) {
  footer {
    text-align: center;
  }
  footer .socmed {
    width: auto;
    height: 20px;
  }

  footer .spc {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  footer .address .col {
    font-size: 10px;
    justify-content: center;
  }

  .join-float {
    bottom: 560px !important;
  }
}

/* This changes all the animations globally */
:root {
  --animate-duration: 2s;
}

a.active {
  color: #f56fa2 !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 900px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  left: 35px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: lighter;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
