@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html {
  --primary: #2251b6 !important;
  --secondary: #00a5d4 !important;
  --primary-2: #4632da !important;
  --primary-3: #0f80f9 !important;

  scroll-behavior: smooth;
}

/*
  ========== ========== =====
      BASE CUSTOM STYLING
  ========== ========== =====
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.938rem;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #1b2e4b;
}

b, strong {
  font-weight: bolder;
}

p {
  font-size: 16px;
}

main {
  font-family: 'Nunito', sans-serif;
  background-color: var(--white);
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.font-nunito {
  font-family: 'Nunito', sans-serif;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(24, 26, 34, 0.5);
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.play-btn .play-icon {
  position: absolute;
  margin: auto;
  z-index: 99;
}

.play-btn .play-icon img {
  height: 60px;
  border-radius: 100px;
}

.play-btn img.spin-text {
  width: auto;
  height: 90px;
  aspect-ratio: 1 / 1;
  transform-origin: 50% 50% 0;
  transform: rotate(0deg);
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

/* ------Round Animation------- */
@keyframes spin {

  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}


.shape-bottom img.bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.btn-white {
  background-color: #fff;
  border-color: #c0ccda;
  color: rgba(27, 46, 75, 0.7);
  border-radius: 10rem;

  font-size: 0.838rem;
  font-weight: 500;
  padding: 5px 20px 7px;
  line-height: inherit;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;

  position: relative;
  z-index: 111;
}

.btn-white small {
  font-size: 12px;
  font-weight: 600;
}

.btn-white h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #1b2e4bb3;

  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-white:hover, .btn-white:focus {
  border-color: #8392a5;
  color: #1b2e4b;
}

.btn-white:hover h5, .btn-white:focus h5 {
  color: #1b2e4b;
}

.btn-dark {
  background-color: var(--primary);
  border-color: #c0ccda;
  color: #d2d8dd;
  border-radius: 10rem;

  font-size: 0.838rem;
  font-weight: 500;
  padding: 5px 20px 7px;
  line-height: inherit;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;

  position: relative;
  z-index: 111;
}

.btn-dark small {
  font-size: 12px;
  font-weight: 600;
}

.btn-dark h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #d2d8dd;

  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-dark:hover, .btn-dark:focus {
  border-color: #8392a5;
  color: #fff;
}

.btn-dark:hover h5, .btn-dark:focus h5 {
  color: #fff;
}

.btn_block {
  position: relative;
  display: inline-block;
}

.btn_block .btn {
  color: #fff;
  background-color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  padding: 9px 30px;
  border-radius: 25px;
  margin-left: 20px;
  position: relative;
  transform: translate3d(-3px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: .4s all;
  z-index: 2;
}

.btn_block .btn.light_btn {
  color: var(--primary);
  background-color: #fff;
}

.btn_bottom {
  z-index: 1;
  border: 1px solid var(--primary);
  border-radius: 100px;
  position: absolute;
  top: -8px;
  left: 8px;
  right: -12px;
  transform: translate(-0.52em, 0.52em);
  width: 100%;
  height: 100%;
}

.light_bottom {
  border: 1px solid #fff;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.blue_btn:hover {
  color: #fff;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.light_btn:hover {
  color: var(--primary);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.bg-scroll {
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-blue-overlay {
  background-color: #0061c8;
}

/* Main Menu Header */
@media only screen and (min-width: 992px) {
  .main-menu {
    top: 5px;
  }
}

.header.sticky {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05) !important;
}

/* Banner */
.hero-banner {
  background-color: #0f80f9ab;
  padding: 100px 0;

  position: relative;
}

.hero-banner.pages {
  background-color: unset;
}

.hero-banner.pages::before {
  position: absolute;
  content: '';
  background-image: linear-gradient(to right,  
    rgba(0, 123, 255, 0.95),  /* #007bff */
    rgba(0, 105, 217, 0.90),  /* Lebih gelap sedikit */
    rgba(0, 89, 185, 0.85),   /* Lebih redup */
    rgba(0, 72, 153, 0.80),   /* Lebih gelap lagi */
    rgba(0, 57, 128, 0.95)    /* Warna paling tua */
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ptb-100 {
  padding: 100px 0;
}

.offer-tag {
  background: var(--primary);
  padding: 30px;
  border-radius: 10px 60px;
  position: absolute;
  left: 0;
  top: 35%;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15);
  color: #fff;
}

.ribbon {
  position: absolute;
  width: 105px;
  height: 35px;
  background: #ff5919;
  left: -8px;
  top: 20px;
  line-height: 35px;
}

.ribbon::before {
  height: 0;
  width: 0;
  border-bottom: 8px solid #ff5919;
  border-left: 8px solid transparent;
  top: -8px;
  content: "";
  position: absolute;
}

.ribbon span {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 0 30px;
}

.ribbon::after {
  height: 0;
  width: 0;
  border-top: 15px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #ff5919;
  right: -15px;
  content: "";
  position: absolute;
}

.offer-price {
  margin-top: 35px;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
}

.offer-price small {
  font-size: 25px;
  line-height: initial;
}


.hero-banner .bg-banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hero-banner .bg-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-banner p {
  font-weight: 500;
  font-size: 18px;
  color: #fff !important;
}

.hero-banner h1 {
  font-size: 40px;
  font-weight: 800 !important;
  margin: 20px 0 20px;
  color: #fff !important;
}

.hero-banner p:last-child {
  font-size: 16px;
  line-height: 1.5em;
}

.hero-banner p strong {
  font-weight: 800 !important;
}

.hero-banner ul li {
  display: inline-block;
}

.hero-banner ul li:first-child {
  margin-right: 0.5rem;
}

.hero-banner ul li a span {
  color: var(--primary);
  font-size: 26px;
}

.hero-banner .hero-img {
  justify-content: center;
  display: flex;
  z-index: 11;
  position: relative;
}

.hero-banner .hero-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .hero-banner {
    padding: 130px 0 100px;
  }
}

/* Home Banner on Roaming */
#hero-pages {
  background-image: url('https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/7583/bg-overlay-diagonal.png');
  padding-top: 140px;
}

.hero-section .container {
  position: relative;
  z-index: 10;
}

#hero-pages h1 {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
}

#hero-pages .hero-app-logo img {
  border: 5px solid #FFF;
  border-radius: 20px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05) !important;
}

@media (max-width: 991px) {
  #hero-pages h1 {
    font-size: 30px;
  }
}

/* Promotion */
.promo {
  padding: 100px 0;
}

.promo h3 {
  font-size: 35px;
  font-weight: 700;
}

.promo .card {
  height: 100%;
  border-radius: 1rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.promo .card:hover {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.promo .card:hover {
  background: var(--primary-3);
  transform: translateY(-10px);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  color: #fff;
}

.promo .card:hover h5 {
  color: #fff;
}

.promo .card i {
  font-size: 38px;
}

/* About */
.overflow-hidden {
  overflow: hidden;
}

.about-us {
  padding: 100px 0;
}

/* .about-us::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url('https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/6533/about-bg-shape.png');
  background-repeat: no-repeat;
  background-size: cover;
} */

.about-us .about-content-left h3 {
  font-size: 35px;
  font-weight: 700 !important;
}

.about-us .about-content-left p {
  font-weight: 600;
}

@keyframes animOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(35deg);
            transform: translate(73px, -1px) rotate(35deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(75deg);
            transform: translate(141px, 72px) rotate(75deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(110deg);
            transform: translate(83px, 122px) rotate(110deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(145deg);
            transform: translate(-40px, 72px) rotate(145deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(35deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(75deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(110deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(145deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
            transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
            transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
            transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@-webkit-keyframes animTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animThree {
  0% {
    -webkit-transform: translate(165px, -179px);
            transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
            transform: translate(-346px, 617px);
  }
}

@-webkit-keyframes animThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}

@keyframes animFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
            transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}

@-webkit-keyframes animFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}

@keyframes animFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
            transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
            transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
            transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
            transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
            transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
            transform: translate(-1px, 0px) rotate(180deg);
  }
}

@-webkit-keyframes animFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}

.animated-shape-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.animated-shape-wrap .animated-shape-item {
  position: absolute;
}

.animated-shape-wrap .animated-shape-item:nth-child(1) {
  background: rgba(0, 201, 157, 0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 12%;
  left: 15%;
  -webkit-animation: animTwo 13s infinite linear;
  animation: animTwo 13s infinite linear;
}

.animated-shape-wrap .animated-shape-item:nth-child(2) {
  border: 5px solid rgba(0, 153, 229, 0.3);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 15%;
  left: 45%;
  -webkit-animation: animOne 15s infinite linear;
  animation: animOne 15s infinite linear;
}

.animated-shape-wrap .animated-shape-item:nth-child(3) {
  border: 5px solid rgba(244, 34, 104, 0.3);
  width: 25px;
  height: 25px;
  bottom: 20%;
  left: 30%;
  -webkit-animation: animFour 15s infinite linear alternate;
  animation: animFour 15s infinite linear alternate;
}

.animated-shape-wrap .animated-shape-item:nth-child(4) {
  background: rgba(252, 162, 73, 0.8);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: 15%;
  right: 25%;
  -webkit-animation: animFive 15s infinite linear alternate;
  animation: animFive 15s infinite linear alternate;
}

.animated-shape-wrap .animated-shape-item:nth-child(5) {
  background: rgba(100, 45, 250, 0.4);
  width: 3px;
  height: 20px;
  top: 18%;
  right: 25%;
  -webkit-animation: animFour 15s infinite linear alternate;
  animation: animFour 15s infinite linear alternate;
}

.animated-shape-wrap .animated-shape-item:nth-child(5):before, .animated-shape-wrap .animated-shape-item:nth-child(5):after {
  content: "";
  display: block;
  width: 100%;
  height: calc(50% - 2px);
  top: 6px;
  background: inherit;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.animated-shape-wrap .animated-shape-item:nth-child(5):before {
  right: -6px;
}
.animated-shape-wrap .animated-shape-item:nth-child(5):after {
  left: -6px;
}

.check-list-wrap li {
  font-weight: 600;
  position: relative;
  padding: .5rem 0 .5rem 1.875rem;
  line-height: inherit;
}

.check-list-wrap li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: '\f105';
  font-family: 'FontAwesome';
  content: "\f058";
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: var(--primary);
}

.about-content-right::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%) rotate(0deg);
  aspect-ratio: 1 / 1;
  height: calc(100% - 150px);
  background-color: var(--primary);
  border-radius: 50%;
  box-shadow: 0px 40px 50px 0px rgba(0, 24, 72, 0.3);
}

.about-content-right.hidden::before {
  content: unset;
}

.about-content-right img {
  z-index: 1;
  position: relative;
}

@media (max-width: 1024px) {
  .about-content-right::before {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .about-content-right::before {
    height: 400px;
  }
}

@media (min-width: 400px) and (max-width: 768px) {
  .about-content-right::before {
    height: 400px;
  }
}

@media (max-width: 399px) {
  .about-content-right::before {
    height: 330px;
  }
}



/* Feature */
.video {
  background: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/7471/12067358_4882066.webp) no-repeat bottom center / cover;
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.video::before {
  background: #007bffb5;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video h3 {
  font-size: 35px;
  font-weight: 700 !important;
}


.dot-circle li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  margin-bottom: 10px;
}

.dot-circle li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  background: var(--primary);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.video iframe {
  height: 300px;
}

/* Video List Testimoni */
.video-wrapper {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.video-wrapper:hover {
  transform: translateY(-5px);
}

.video-wrapper .video {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  padding: 0;
}

.video-wrapper .video .thumbnail {
  width: 100%;
}

.video-wrapper .video .thumbnail img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .video-wrapper .video .thumbnail img {
    height: 250px;
  }
}

@media (max-width: 470px) {
  .video-wrapper .video .thumbnail img {
    height: 230px;
  }
}

.video-wrapper .video .meta {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.video-wrapper .video .meta .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 4px;
}

.video-wrapper .video .meta .channelTitle {
  font-size: 14px;
  color: #888;
  margin: 0 0 8px;
}

.video-wrapper .video .meta .meta-data {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #777;
}

.video-wrapper .video .meta .meta-data .meta-data-views,
.video-wrapper .video .meta .meta-data .meta-data-published {
  color: #555;
}

@media (max-width: 575px) {
  .video-wrapper {
    padding: 0 15px;
  }
}


/* Pricing Table */
.pricing {
  padding: 100px 0;
}

.pricing h3 {
  font-size: 35px;
  font-weight: 700;
}

.pricing-item {
  background-color: #fff;
  webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border: none;
  border-top: 4px solid transparent;
  border-radius: 1rem;
}

.pricing-item:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  border-top: 4px solid var(--primary);
}

.pricing-item.popular-item {
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  border-top: 4px solid var(--primary) !important;
}

.pricing-item .pricing-header .price {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}

.pricing-item .pricing-header .price span {
  font-size: 18px;
}

.pricing-item .pricing-name h4 {
  font-weight: 700;
}

.pricing-item .pricing-content {
  padding: 1.5rem;
}

.pricing-item a.btn-white {
  padding: 10px;
  border: 1px solid var(--primary);
}

.pricing-item a.btn-white h5 {
  color: var(--primary);
  font-size: 14px;
}

.pricing-item a.btn-white:hover {
  background-color: var(--primary);
}

.pricing-item a.btn-white:hover h5 {
  color: #fff;
}

.pricing article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.pricing ul {
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
}
.pricing li {
  list-style: none;
  flex: 1;
}
.pricing li:last-child {
  border-right: 1px solid #dddddd1f;
}
.pricing button {
  background: #eee;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  height: 60px;
  border-right: 0;
  border-top: 0;
  border: 1px solid #dddddd1f;
}
.pricing li.active button {
  background: var(--primary);
  color: #fff;
}
.pricing button:focus,
.pricing li.active button:focus {
  outline: none;
}
.pricing table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: 2px solid #ddd;
}
.pricing th {
  background: var(--primary);
}
.pricing td,
.pricing th {
  height: 53px;
}
.pricing td,
.pricing th {
  border: 1px solid #dddddd1f;
  padding: 10px;
  empty-cells: show;
}
.pricing td,
.pricing th {
  text-align: left;
}
.pricing td + td,
.pricing th + th {
  text-align: center;
}
.pricing td.default {
  display: table-cell;
}
.pricing .bg-purple {
  border-top: 3px solid #a32362;
}
.pricing .bg-blue {
  border-top: 3px solid #0097cf;
}
.pricing .sep {
  background: #f5f5f5;
  font-weight: bold;
}
.pricing .txt-l {
  font-size: 28px;
  font-weight: bold;
}
.pricing .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}
.pricing .tick {
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.pricing .tick i.bx.bx-x {
  background: #fff;
  color: red;
  width: 25px;
  height: 25px;
  font-size: 25px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}


.pricing .tick i.bx.bx-check {
  background: #fff;
  color: green;
  width: 25px;
  height: 25px;
  font-size: 25px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.pricing .hide {
  border: 0;
  background: none;
}
@media (min-width: 640px) {
  .pricing ul {
    display: none;
  }
  .pricing td,
  .pricing th {
    display: table-cell !important;
  }
  .pricing td,
  .pricing th {
    width: 280px;
  }
  .pricing td + td,
  .pricing th + th {
    width: auto;
  }
}
.pricing table#solvvy_comparison_table th {
  background: var(--primary-3);
  color: #fff;
  align-content: space-evenly;
}
.pricing table#solvvy_comparison_table th:first-child {
  text-align: center;
}
.pricing table#solvvy_comparison_table td {
  /* background: var(--primary); */
  background: unset;
  color: #333;
  font-weight: 500;
}
.pricing table#solvvy_comparison_table td {
  padding: 20px;
  font-size: 15px;
}
.pricing table#solvvy_comparison_table tr td:first-child {
  /* background: var(--primary-2); */
  background: unset;
  color: #333;
  font-weight: 700;
  text-align: center;
}

/* CTA RTGS */
.cta-rtgs {
  padding: 100px 0;
}
.cta-rtgs.how-it-works {
  background: url(https://dsathemes.com/html/mobicom/files/images/tra-waves.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 100px;
}
.cta-rtgs-box {
  background: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/6549/12067358_4882066.jpg) no-repeat bottom center / cover;
  position: relative;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 80px;
  border-radius: 30px;
  box-shadow: 0px 40px 50px 0px rgba(0, 24, 72, 0.3);
}

.cta-rtgs-box::before {
  background: #0f80f9d6;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.cta-rtgs-box h2,
.cta-rtgs-box p {
  color: #fff;
}

.cta-rtgs-box img {
  max-height: 350px;
}

.cta-rtgs.cta-pages img {
 height: 250px; 
}

.cta-rtgs-box .btn-white span {
  font-size: 26px;
}
/* End RTGS */

/* CTA Roaming & E-SIM */
.cta-roaming-esim {
  padding: 100px 0 50px;
}

/* .cta-roaming-esim::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url('https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/6533/about-bg-shape.png');
  background-repeat: no-repeat;
  background-size: cover;
} */

.cta-roaming-esim .cta-roaming-esim-content-left h2 {
  font-size: 35px;
  font-weight: 700 !important;
}

.cta-roaming-esim .cta-roaming-esim-content-left p {
  font-weight: 600;
}

.cta-roaming-esim .cta-roaming-esim-content-left img {
  height: 500px;
}
/* End Roaming & E-SIM */

/* Service Section */
.service-section {
  background-color: #f0f0f0;
}

.service-section .btn-white {
  width: fit-content;
  padding: 14px 20px;
  border: 2px solid #1b2e4bb3;
}

.service-section .btn-white h5 {
  font-size: 14px;
}

.service-box {
  position: relative;
  border-radius: 15px;
  /* background-color: #fff; */
  /* padding: 50px 75px; */
  /* padding: 20px; */
  text-align: center;
}

.service-box .img::before {
  content: "";
  position: absolute;
  /* left: 50%; */
  left: 0;
  /* top: 50%; */
  top: -21px;
  z-index: 0;
  /* transform: translate(-50%, -50%) rotate(-9deg); */
  width: 100%;
  /* height: 90%; */
  height: 100%;
  background-color: var(--primary);
  border-radius: 30px;
}

.service-box.rotate-right .img::before {
  /* transform: translate(-50%, -50%) rotate(8deg); */
}

.service-box .img img {
  height: auto;
  width: 350px;
  border-radius: 20px;
  /* border: solid 2px #000; */

  position: relative;
  z-index: 1;
}
/* End Service Section */

/* Why Us */
.why-us-powerful {
  background: url('https://dsathemes.com/html/mobicom/files/images/tra-waves.png');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 50px;
}
.why-us-powerful .bg-image-overlay {
  background: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/6549/12067358_4882066.jpg) no-repeat bottom center / cover;
  background-color: #f5f6fa;
  position: relative;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 80px;
  border-radius: 30px;
  box-shadow: 0px 40px 50px 0px rgba(0, 24, 72, 0.3);
}

.why-us-powerful .bg-image-overlay::before {
  background: #007bffb5;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.why-us-powerful .bg-image-overlay p,
.why-us-powerful .bg-image-overlay ul li,
.why-us-powerful .bg-image-overlay .check-list-wrap li:before {
  color: #fff;
}

.why-us-powerful .why-right-img img.asset-why-us {
  height: 500px;
  transform: scale(1.2);
}
/* End Why Us */

/* Documentation */
.documentation {
  background-color: #f0f0f0;
}

.documentation .hiw-carousel-item img.doc-image {
  border-radius: 15px;
  transform: scale(.9);
  border: 2px solid #000;
  transition: 1s all;
  margin: 0 auto;
}

.documentation .hiw-carousel-item .hiw-content {
  opacity: 0;
  text-align: center;
}

.documentation .owl-item.center .hiw-carousel-item img.doc-image {
  transform: scale(1);
  border: 3px solid #000;
}

.documentation .owl-item.center .hiw-carousel-item .hiw-content {
  opacity: 1;
  margin-top: 20px;
}

.documentation .owl-item.center .hiw-carousel-item .hiw-content .hiw-number {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  justify-content: center;
  border: 1px solid #000;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
}

.documentation .owl-item.center .hiw-carousel-item .hiw-content .hiw-description {
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .documentation .hiw-carousel-item img.doc-image {
    width: 80%;
  }
}
/* END Documentation */

/* Documentation */
.documentation {
  background-color: #f0f0f0;
}

.documentation .mp-carousel-item img.doc-image {
  border-radius: 15px;
  transform: scale(.9);
  border: 2px solid #000;
  transition: 1s all;
  margin: 0 auto;
}

.documentation .owl-item.center .mp-carousel-item img.doc-image {
  transform: scale(1);
  border: 3px solid #000;
}

@media (max-width: 768px) {
  .documentation .mp-carousel-item {
    display: flex;
    justify-content: center;
  }
  .documentation .mp-carousel-item img.doc-image {
    width: 80%;
  }
}
/* END Documentation */

/* Footer */
.shape-img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.shape-img img {
  width: 100%;
  position: absolute;
  max-width: none;
  height: auto;
  top: -2px;
}

.footer {
  background-color: #121921a6;
  padding-top: 50px;
  width: 100%;
  display: block;
  position: relative;
}

.footer .bg-footer {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer .bg-footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .footer-content .footer-nav-wrap img {
  width: 200px;
  margin-bottom: 25px;
}

.footer .footer-content .footer-nav-wrap h5 {
  font-size: 20px;
  font-weight: 800;
  margin: 20px 0 30px;
}

.footer .footer-content .footer-nav-wrap ul li a {
  font-weight: 500;
  color: #fff;
  opacity: 1;
}

.footer .footer-content .footer-nav-wrap .social-list-wrap .social-list li i {
  font-size: 30px;
  margin: 0;
}

.footer .footer-content .footer-nav-wrap .touch-list li i {
  font-size: 20px;
}

.footer .footer-content .footer-nav-wrap .touch-list li p {
  margin-left: 10px;
}

.footer .footer-bottom {
  color: #fff;
  font-weight: 400;
  border-top: 1px solid #333;
}

.footer .footer-bottom a {
  color: #fff;
  font-weight: 700;
}


/* <!-- Single Whatsapp Chat --> */

.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  left: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  height: 45px;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 15px;
  left: 15px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.header-chat {
  /* background: linear-gradient(to right top, #6f96f3, #164ed2);
 */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

/* .blanter-msg {
 color: #444;
 padding: 20px;
 font-size: 12.5px;
 text-align: center;
 border-top: 1px solid #ddd;
}
*/
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 7px 20px;
  font-size: 14px;
}

a#send-it {
  background: #095e54;
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

a#purchase-now {
  background-color: #eee;
  color: #333;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
}

a#send-it i {
  font-size: 20px;
  margin-left: 5px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  background-color: #fff;
  padding: 10px;
  display: block;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }

  15% {
    background-color: #111;
  }

  25% {
    background-color: #b6b5ba;
  }
}

@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }

  25% {
    background-color: #111;
  }

  35% {
    background-color: #b6b5ba;
  }
}

@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }

  35% {
    background-color: #111;
  }

  45% {
    background-color: #b6b5ba;
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}



@media (max-width: 550px) {
  .cta-rtgs-box::before,
  .cta-rtgs-box,
  .why-us-powerful .bg-image-overlay {
    padding: 0 18px;
    margin: 0;
    max-width: unset;
    border-radius: 0;
  }

  .why-us-powerful .bg-image-overlay::before {
    border-radius: 0;
  }

  .cta-rtgs-box .action-button .list-inline.d-flex {
    display: grid !important;
    gap: 10px;
    justify-content: center;
  }

  .cta-rtgs-box .action-button .list-inline.d-flex li.mr-2 {
    margin: 0;
  }

  .cta-rtgs-box .action-button .list-inline.d-flex li a {
    width: fit-content;
  }
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}

.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf ///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
