  /* GLOBAL STYLES
  -------------------------------------------------- */
  /* Padding below the footer and lighter body text */

  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: 'Segoe UI', sans-serif;
    background: #0E0E0E;
  }

  /* ----- CONTAINER -------- */
  .container.wide {

  }

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    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.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 35%; /* Could be more or less, depending on screen size */
    border-radius: 20px;
  }
  @media (max-width: 991px) { 
    .modal-content {
      margin: 50% auto; /* 15% from the top and centered */
      width: 90%
    }
  }

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

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


  .modal-header-x {
    color: #111827;
    pointer-events: all;
    position: relative;
  }

  .modal-header {
    color: #111827;
    margin: auto;
    pointer-events: all;
    position: relative;
  }

  .modal-header .h1 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 100% !important;
  }

  .modal-body {padding: 2px 16px;}

  .modal-footer-x {
    padding: 2px 16px;
    color: #000;
    text-align: center;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 100% !important;
  }

  .modal-footer-x .p-about {
    font-family: inherit;
    font-weight: 200;
    color: #000;
    text-align: center;
    white-space: pre-wrap;
    font-size: calc(1.5 * 1rem);
    line-height: 1.8;
    letter-spacing: 0em;
    text-transform: none;
  }

  .lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffc700;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }



  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {  

  }

  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  @media (min-width: 768px) {  

  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 

  }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .container.wide {
      max-width: 83%;
    }
  }

  .container.wide-navbar {
    max-width: 100%;
    padding-left: 6.5%;
  }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .container.wide-navbar {
      max-width: 100%;
      padding-left: 6.5%;
    }
  }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .container.wide95 {
      max-width: 95%;
    }
  }
  /* ----- CONTAINER -------- */

  .navbar.navbar-transparent {
    background: -webkit-gradient(linear, left top, left bottom, 
      from(rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    transition: 0.4s;
    padding: 60px 1px;
  }
  @media (max-width: 991px) { 
    .navbar.navbar-transparent {
      background: rgba(0,0,0,0) 0%;
      transition: 0.4s;
      padding: 20px 1px;
    }
  }

  .navbar-nav li.nav-item a.nav-link {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 20px;                           
    line-height: 30px;
    margin-left: 18px;
    margin-right: 18px;
    letter-spacing: 0.2px;
    color: #fff;
  }
  @media (max-width: 1440px) { 
    .navbar-nav li.nav-item a.nav-link {
      margin-left: 9px;
      margin-right: 9px;
    }
  }
  @media (max-width: 1280px) { 
    .navbar-nav li.nav-item a.nav-link {
      margin-left: 4px;
      margin-right: 4px;
    }
  }

  .navbar-nav li.nav-item a {
    display: inline-block;
    text-align: center;
    position: relative;
  }

  a.nav-animation:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  a.nav-animation:hover:after {
    width: 100%; 
    left: 0;
  }

  a.nav-animation-contact:after {
    color: #ffc700;
    background-color: rgb(0,0,0);
    border-color: #ffc700;
    border-radius: 40px;
    border: 2px solid;
    box-shadow: inset 6.5em 0 0 0 var(--hover);
  }

}
a.nav-animation-contact:hover:after {
  color: #ffc700;

  border-radius: 40px;
  box-shadow: inset 6.5em 0 0 0 var(--hover);

}


.navbar.navbar-transparent.scrolled {
  background-color: #000 !important;
  transition: all 400ms linear;
  border-bottom-style: solid;
  border-bottom-color: #ffc107;
  border-bottom-width: 5px;
}

.navbar .scrolled{
  color: #fff !important;
}

.navbar .contactButton{
  font-family: Poppins, sans-serif;
  font-weight: 500 !important;
  color: #000 !important;
  background-color: #ffc700;
  border-radius: 40px;
  border: 2px solid;
  border-color: #ffc700;
  box-shadow: inset 6.5em 0 0 0 var(--hover);
  transition: 0.5s;
  padding-left:1em !important; 
  padding-right:1em !important;
}

.navbar .contactButton:hover{
  color: #ffc700 !important;
  background-color: rgb(0,0,0);
  border-color: #ffc700 !important; 
  border-radius: 40px;
  border: 2px solid;
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.navbar-brand img {
  height: 90px;
}

@media (max-width: 991px) { 
  .navbar-brand img {
    height: 55px;
  }

  h4 {
    font-size: calc(1.6 * 1rem);
  }
}

h1, h2, h3, h4 {
  font-weight: 600;
  line-height: 1.2em;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.4em;
  font-size: 2rem;
}

.section-head {

}

.section-head .cover {
  height: 100vh;
  min-height: 600px;
  background-image: linear-gradient(rgba(255,255,255, 0),rgba(0,0,0,0.3)), url('../img/section1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1265px) { 
  .section-head .max-width{

  }
}

.section-head .title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(3.5*1rem);
  line-height: 5rem;
  letter-spacing: 0.2px;
  color: #fff;
}
@media (max-width: 991px) { 
  .section-head .title {
    font-size: calc(3*1rem);
    line-height: 3rem;
  }
}

.section-head .description {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) { 
  .section-head .description {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

.section-head .description .bold {
  font-weight: 600;
}

.section-head a {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 991px) { 
  .section-head a {
    font-size: 14px;
  }
}

.section-head .circle-gold {
  padding: 5px;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  color: #fff;
  background-color: #e1a85b;
}
@media (max-width: 991px) { 
  .section-head .circle-gold {
    padding: 3px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
  }
}

.section-head .sqs-block-button-element--medium {
  font-size: calc(1.3 * 1rem);
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: 1em 2em;
  text-transform: none;
  letter-spacing: .02em;
  border: 3px solid;
}

.section-head .sqs-block-button-element{
  color: #000;
  background-color: #ffc700;
  border-color: #ffc700;
  border-radius: 40px;
  transition: 0.5s;

  &:hover,
  &:focus { 
    border-color: #ffc700;
    color: #fff;
  }
}

.section-head .discoverButton{
  color: #000;
  background-color: #ffc700;
  border-radius: 40px;
  border: 2px solid;
  border-color: #ffc700;
  box-shadow: inset 6.5em 0 0 0 var(--hover);

}

.section-head .discoverButton:hover{
  color: #ffc700;
  background-color: rgb(0,0,0);
  border-color: #ffc700;
  border-radius: 40px;
  border: 2px solid;
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.btn {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.btn-gold {
  font-size: 20px;
  line-height: 25px;
  padding: 8px 22px;
  height: 52px;
  letter-spacing: 0.2px;
  color: #000;
  border: 0px;
  box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.15);
  background-color: #ffc700;
  transition: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.btn-gold:hover{
  border-color: #ffc700;
  border: 3px solid;
  background-color: #000;
  color: #ffc700;
}


a.btn-contact-us {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}
@media (max-width: 991px) { 
  a.btn-contact-us {
    display: none;
  }
}

.section-about {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about .cover {
  padding-bottom: 46px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url('../img/section2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) { 
  .section-about .cover{
    height: auto;
    padding-top: 1em;
  }
}

.section-about .title {
  font-weight: normal;
  font-style: normal;
  font-size: calc(3 * 1rem);
  line-height: 4rem;
  letter-spacing: 0em;
  text-transform: none;
  color: #ffc700;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-about .p-about {
  font-family: inherit;
  font-weight: 300;
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  font-size: calc(1.5 * 1rem);
  line-height: 1.6;
  letter-spacing: 0em;
  text-transform: none;
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (max-width: 1200px) { 
  .section-about .p-about{
    font-size: calc(1.3 * 1rem);
    line-height: 1.4;

  }
}

.section-about .p-about-currency {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #ffc700;
}

.section-about .h1{

}

.section-about .image-about {
  height: 351px
}

.section-about .currency-cover {
  width: 20%;
  display: flex;
  justify-content: center;
}

.section-about .currency-text {
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
  border-radius: 6rem;
  border: 5px solid #e1a85b;
  box-sizing: border-box;
  padding-top: 2rem;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1200px) { 
  .section-about .currency-text {
    width: 3.5rem; 
    height: 3.5rem; 
    font-size: 1.5rem; 
    border-radius: 3rem; 
    border: 3px solid #e1a85b; 
    box-sizing: border-box; 
    padding-top: 0.8rem; 
    text-align: center; 
    font-weight: 600;
    margin: auto;
  }
}

.section-about .currency-image {
  width: 6rem; 
  height: 6rem; 
  font-size: 2.5rem; 
  border-radius: 6rem; 
  border: 1px solid #000; 
  box-sizing: border-box; 
  padding-top: 1.9rem; 
  text-align: center;
}
.section-about .currency-image img {
  height: 2.5rem;
}
@media (max-width: 991px) { 
  .section-about .currency-image {
    width: 3rem; 
    height: 3rem; 
    font-size: 1.25rem; 
    border-radius: 3rem; 
    border: 1px solid #000; 
    box-sizing: border-box; 
    padding-top: 0.7rem; 
    text-align: center; 
    font-weight: 600;
  }
  .section-about .currency-image img {
    height: 1.25rem;
  }
}

.section-service {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
}
@media (max-width: 991px) { 
  .section-service {
    background-image: #EBC340;
  }
}


.section-service .cover {
  padding-bottom: 5em;
  background: rgb(0,0,0); 
  /*background-color: #EBC340;*/
  background-image: linear-gradient(rgba(255, 255, 255, 0.4),rgba(0, 0, 0, 0.2)), url('../img/beach2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media (max-width: 991px) { 
  .section-service {
    height: auto;
  }
}

.section-service .title {
  line-height: 1.2992;
  font-style: normal;
  font-weight: normal;
  font-size: calc(3 * 1rem);
  line-height: 4rem;
  letter-spacing: 0em;
  text-transform: none;
  color: #000;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 991px) { 
  a.section-about .title {
    margin-top: 0px;
  }
}

.section-service .title-services{
  line-height: 2rem;
  font-weight: 600;
  font-style: normal;
  font-size: calc(2 * 1rem);
  letter-spacing: 0em;
  text-transform: none;
  color: #000;
  text-align: center;
  height: 8rem;
  display: table-cell;
  vertical-align: middle;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) { 
  .section-service .title-services{

  }
}

@media (max-width: 991px) { 
  .section-service .qrpayment{
    line-height: 6rem;
  }
}


.section-service .p-about {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #000;
}

.section-service .item-cover {
  margin-top:50px;
}

@media (max-width: 991px) { 
  .section-service .services .item-cover {
    padding-left: 1px;
    padding-right: 1px;
  }
}

.section-service .item {
  color: #000;
  text-align: center;
  padding: 35px 20px 30px 20px;
  border: 3px solid #000;
  overflow: visible;
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.section-service .item1 {
  color: #000;
  text-align: center;
  font-size: 1.1rem;
  background-image: linear-gradient(rgba(255,255,255, 0.3),rgba(255,255,255, 0.5)), url('../img/countries/china.jpg');
  background-size: cover;
  background-position: center;
  padding: 35px 20px 10rem 20px;
  /*border: 1px solid #fff;*/
  overflow: visible;
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.section-service .item2 {
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  background-image: linear-gradient(rgba(255,255,255, 0.3),rgba(255,255,255, 0.5)), url('../img/countries/indonesia.jpg');
  background-size: cover;
  background-position: center;
  padding: 35px 20px 10rem 20px;
  /*border: 1px solid #fff;*/
  overflow: visible;
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.section-service .item3 {
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  background-image: linear-gradient(rgba(255,255,255, 0.3),rgba(255,255,255, 0.5)), url('../img/countries/thailand.jpg');
  background-size: cover;
  background-position: center;
  padding: 35px 20px 10rem 20px;
  /*border: 1px solid #fff;*/
  overflow: visible;
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.section-service .item p {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0em;
  text-align: center;
  text-transform: none;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
}

.section-service .item h2.title {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}

.section-service .logo{
  padding:0;
}

.section-service .logo-cover {
  height: 7rem; 
  width: 7rem; 
  /*border: 3px solid #000;*/
  border-radius: 4.5rem; 
  margin: auto;
  background: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6));
  box-shadow: rgb(0 0 0 / 30%) 0px 4px 14px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1500px) {
  .section-service .logo-cover {
    height: 5rem; 
    width: 5rem; 
  }
}
@media (max-width: 991px){
 .section-service .logo-cover {
  height: 4rem; 
  width: 4rem; 
}
}
@media (max-width: 767px){
 .section-service .logo-cover {
  height: 7rem; 
  width: 7rem; 
  }
}

.section-service .logo-cover img {
  height: 4rem !important; 
  margin-top: 1.6rem;
}
@media (max-width: 1500px) {
  .section-service .logo-cover img {
    margin-top: 0.8rem;
    height: 3rem !important; 
  }
}
@media (max-width: 991px){
 .section-service .logo-cover img {
    height: 2.3rem !important;
  }
}
@media (max-width: 767px){
  .section-service .logo-cover img {
    height: 4rem !important; 
    margin-top: 1.6rem;
  }
}


.section-service .logo-cover:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.section-service .logo-cover:hover::after {
  opacity: 1;
}

.section-service .flag-row{
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
}

.section-service .countries-flag {
  display: block;
  background-color: #f7f7f7;
  background-size: cover;
  color: #a7a7a7;
  margin: auto;
  padding-top: 3rem;
  width: 7rem;
  height: 7rem;
  position: relative;
  text-align: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.65) 0px 5px 15px;
}

.section-service .ch-flag {
  background-image: url('../img/countries/ch-flag.jpg');
}

.section-service .id-flag {
  background-image: url('../img/countries/id-flag.jpg');
}

.section-service .th-flag {
  background-image: url('../img/countries/th-flag.jpg');
}

.section-service .box {
  position: relative;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  aspect-ratio:  3/4;
}

.section-service .box::after {
  content: "";
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section-service .box:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.section-service .box:hover::after {
  opacity: 1;
}


.section-why {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-why .cover{
  padding-bottom: 120px;
  background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.3)), url('../img/hongkong_city.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) { 
  .section-why {
    height: auto;
  }
}

.section-why .title {
  line-height: 1.2992;
  font-style: normal;
  font-weight: normal;
  font-size: calc(3 * 1rem);
  line-height: 4rem;
  letter-spacing: 0em;
  text-transform: none;
  color: #000;
  text-align: center;
  margin-top: 30px;
}


.section-why .title-item {
  font-style: normal;
  font-weight: bold !important;
  font-size: 2.5rem;
  letter-spacing: 0.2px;
  color: #000;
  margin-top: 1rem;
  height: 4rem;
  min-height: 4rem;
  display: table-cell;
  vertical-align: middle;
}

.section-why .img{
  text-align: center;
}

.section-why .p-about {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #000;
}

.section-why .services .item {
  padding:10px;
  color: #000;
  text-align: center;
}

.section-why .services .item p {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
}

.section-why .services .item img {
  height: 2rem;
}

.section-why .services .item p.title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
  min-height: 3.8rem;
  letter-spacing: 0.1px;
  margin-bottom: 0px;
  margin-top: 24px;
}

.section-why .item-border{
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-style: solid;
  border-radius: 15px;
  border-width: 4px;
  border-color: #ffc700;
  background: rgb(255, 255, 255, 0.9);
  height: 100%;
  width: 100%;
}

.section-why .box {
  position: relative;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section-why .box::after {
  content: "";
  border-radius: 30px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section-why .box:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.section-why .box:hover::after {
  opacity: 1;
}

.section-payment-with-arrow {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.2)), url(../img/section5.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  padding-bottom: 180px;
  margin-top: -25px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.section-payment-with-arrow .title {
  font-style: normal;
  font-weight: normal;
  font-size: calc(3 * 1rem);
  line-height: 4rem;
  letter-spacing: 0em;
  text-transform: none;
  color: #000;
  text-align: center;
  margin-top: 30px;
}

.section-payment-with-arrow .sub-title {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #000;
}

.section-payment-with-arrow .number-cover {
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-payment-with-arrow .number-text {
  width: 5rem;
  height: 5rem;
  font-size: 2.5rem;
  border-radius: 5rem;
  border: 5px solid #FFC700;
  box-sizing: border-box;
  padding-top: 1.2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.7rem;
  color: #fff;
}

.section-payment-with-arrow .image-and-text {
  width: 20%;
  display: block;
}
@media (max-width: 991px) { 
  .section-payment-with-arrow .image-and-text {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.section-payment-with-arrow .image-and-text-1 {
  height: 100%;
  padding: 6rem 0rem;
  display: block;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url('../img/paymentflow/payment1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  border-radius: 35px;
}
@media (max-width: 991px) { 
  .section-payment-with-arrow .image-and-text-1 {
    padding: 35px 20px 30px 20px;
    width: 100%;
    display: block;
  }
}

.section-payment-with-arrow .image-and-text-2 {
  height: 100%;
  padding: 6rem 0rem;
  display: block;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url('../img/paymentflow/payment2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  border-radius: 35px;
}
@media (max-width: 991px) { 
  .section-payment-with-arrow .image-and-text-2 {
    padding: 35px 20px 30px 20px;
    width: 100%;
    display: block;
  }
}

.section-payment-with-arrow .image-and-text-3 {
  height: 100%;
  padding: 6rem 0rem;
  display: block;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('../img/paymentflow/payment3.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  border-radius: 35px;
}
@media (max-width: 991px) { 
  .section-payment-with-arrow .image-and-text-3 {
    padding: 35px 20px 30px 20px;
    width: 100%;
    display: block;
  }
}

.section-payment-with-arrow .image-and-text-4 {
  height: 100%;
  padding: 6rem 0rem;
  display: block;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url('../img/paymentflow/payment4.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  border-radius: 35px;
}
@media (max-width: 991px) { 
  .section-payment-with-arrow .image-and-text-4 {
    padding: 35px 20px 30px 20px;
    width: 100%;
    display: block;
  }
}

@media (max-width: 991px) { 
  .section-payment-with-arrow .item-cover {
    margin-top: 0.5rem;
  }
}

.section-payment-with-arrow .logo-cover {
  height: 4rem;
  width: 4rem;
  margin: auto;
}

.section-payment-with-arrow .logo-cover img {
  height: 4rem !important;
  margin-top: 0.8rem;
}

/* arrow right muncul pada saat lebar */
.section-payment-with-arrow .arrow-right {
  width: 6%;
  display: block;
}
@media (max-width: 991px) { 
  .section-payment-with-arrow .arrow-right {
    display: none;
  }
}

/* arrow down muncul pada saat mobile saja */
.section-payment-with-arrow .arrow-down {
  display: none;
}
@media (max-width: 991px) { 
  .section-payment-with-arrow .arrow-down {
    width: 70%;
    margin-left: 15%;
    display: block;
  }
}

.section-payment-with-arrow img {
  max-width: 100%;
  display: block;
}


.section-payment-with-arrow .item {
  font-family: Poppins, sans-serif;
  color: #fff;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 300;
}
.section-payment-with-arrow .item .row-top {
  margin-top: 25px;
}
.section-payment-with-arrow .item .row-top .image-trick {
  height: 100%;
  vertical-align: bottom;
}
.section-payment-with-arrow .item .row-top .image-trick img {
  height: 7rem; 
  border-radius: 7rem; 
  border: 5px solid #e1a85b;
  vertical-align: bottom;
}
@media (max-width: 991px) { 
  .section-payment-with-arrow .item .row-top .image-trick img {
    margin: auto;
  }
}

.section-payment-with-arrow .item .row-bottom {
  margin-top: 25px;
}

.section-payment-with-arrow .box {
  position: relative;
  /*display: inline-block;*/
  box-shadow: 0 10px 20px rgb(0 0 0 / 70%);
  border-radius: 50px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section-payment-with-arrow .box::after {
  content: "";
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section-payment-with-arrow .box:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.section-payment-with-arrow .box:hover::after {
  opacity: 1;
}

.section-payment-with-arrow .item-cover {
    margin-top: 50px;
}



.section-footer {
  background: rgb(24, 24, 24);
  color: #fff;
}

.section-footer .logo {
  height: 40px;
  }@media (max-width: 991px) { 
    .section-footer .logo {
      margin-bottom: 10px;
    }
  }

  .section-footer .text-center {
    line-height: 70px;
    }@media (max-width: 991px) { 
      .section-footer .text-center {
       line-height: 40px;
     }
   }

   .section-footer .copyright {
    font-size: 12px;
    color: #FFF;
    float: right;
    padding-bottom: 5px;
  }

  .section-footer .socials a {
    margin: 0px 12px;
    font-size: 24px;
    color: #FFF;
  }

  .section-contact {
    height: 92vh;
    min-height: 750px;
    padding-top: 6rem;
    padding-bottom: 5rem;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.1),rgba(255, 255, 255, 0.6)), url('../img/bali.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  @media (max-width: 991px) { 
    .section-contact {
      height: auto;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.1),rgba(255, 255, 255, 0.9)), url('../img/bali.jpg');
    }
  }

  .section-contact .container {
    padding-bottom: 36px;
    min-height: 450px;
    height: 100%
  }

  .section-contact .container .item{
    border-radius: 20px;
    border: 2px solid #ffc700;
    background-color: rgb(24, 24, 24);
    padding: 24px 18px;
    color: #FFF;
    margin: 0px;
    width: 100%;
    z-index: 100;
    height: 80%
  }

  .section-contact .title {
    font-style: normal;
    font-weight: normal;
    font-size: calc(3 * 1rem);
    line-height: 4rem;
    letter-spacing: 0em;
    text-transform: none;
    color: #ffc700;
    text-align: center;
  }
  .section-contact .sub-title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffc700;
    margin-bottom: 50px;
  }

  .app-title{
   font-family: acumin-pro, sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: calc(3 * 1rem);
   line-height: 4rem;
   letter-spacing: 0em;
   display: flex;
   flex-direction: column;
   position: relative;
   color: #ffc700;
 }

 .screen-body-item.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.app-contact {
  margin-top: auto;
  font-size: 8px;
  color: #888;
}

.section-contact .contact .p-about {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}

.section-contact .contact img {
  width: 40px;
  height: 40px;
  display: block;
}

.section-contact .contact .socials a {
  margin: 0px 12px;
  font-size: 24px;
  color: #FFF;
}

.section-contact .form-contact *.form-control {
  border: 0px;
  font-size: 12px ;
  background: #FFF;
  padding: 18px;
  font-weight: 400;
}

.section-contact .footer{
  max-width: 83%;
  margin-left: 8.5%;
  color: #fff;
}

.section-contact .logo {
  height: 40px;
  }@media (max-width: 991px) { 
    .section-footer .logo {
      margin-bottom: 10px;
    }
  }

  .section-contact .text-center {
    color: #000;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 70px;
    }@media (max-width: 991px) { 
      .section-footer .text-center {
       line-height: 40px;
     }
   }

   .section-contact .copyright {
    font-size: 12px;
    color: #FFF;
    float: right;
    padding-bottom: 5px;
  }

  .section-contact .socials a {
    margin: 0px 12px;
    font-size: 24px;
    color: #FFF;
  }

  #map-iframe {
    height: 450px;
    width: 100%;
  }
  @media (max-width: 991px) { 
    #map-iframe {
      height: 450px;
      width: 100%;
    }
  }
  @media (max-width: 540px) { 
    #map-iframe {
      height: 630px;
      width: 100%;
    }
  }

  .forefront-element {
    -webkit-transform: translateZ(999px) scale(.7);
    transform: translateZ(999px) scale(.7);
    z-index: 1;
  }

  .base-element {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
  }

  .background-element {
    -webkit-transform: translateZ(-999px) scale(2);
    transform: translateZ(-999px) scale(2);
    z-index: 3;
  }

  .hideme
  {
    opacity:0;
  }

  .dis-flex{
    display: flex;
  }

  .size1 {
    max-width: 100%;
  }

  .p-bt-47 {
    padding-bottom: 47px;
    padding-top: 47px;  
  }

  .txt1 {
    font-size: 25px;
    line-height: 1.2;
    color: #fff;
  }

  .p-r-25 {
    padding-right: 25px;
  }

  .flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .size2 {

  }

  .p-b-20 {
    padding-bottom: 20px;
  }

  .txt3 {
    font-size: 25px;
    line-height: 1.6;
    color: #ffc700;
  }

