/*-----------------------------------------------------------------------------------

    Template Name: Ruxin - App Landing Page HTML Template
    Template URI: site.com
    Description: Ruxin is a colorful 2020 style app landing page HTML Template. It is specially designed for any kind of mobile app, software, sass, startup, marketing, one page and other online businesses.
    Author: Layerdrops
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
        01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@400;600;700&family=Nunito+Sans:ital,wght@0,600;1,600&display=swap');

@font-face {
  font-family: 'Helvetica';
  src: local("Helvetica"),
    url("../../fonts/Helvetica-Neue.otf") format("opentype"),
    url("../../fonts/Helvetica-Neue.ttf") format("truetype");
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666e82;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2e3d62;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666e82;
  margin: 0px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px;
}

.container-fluid {
  max-width: 1440px;
}

.parrent-header {
  background: linear-gradient(to right, #234AA8, #4C9FC6);
  padding: 2px;
  border-radius: 6px;
  margin-right: 19px;

}

@media (max-width: 992px) {
  .parrent-header {
    width: 100%;
  }
}

.qr-btn {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}


.qr-preview {
  display: none;
}

@media (min-width: 1024px) {
  .qr-preview {
    position: absolute;
    /* max-width: 1200px; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 120px;
    justify-content: end;
    display: none;
    z-index: 1000;
    right: 554px;

  }

  .qr-preview>div {
    width: 279px;
    height: 375px;
    background-color: white;
    background: #fefefe;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-top: 2px;
    padding: 23px 20px;
  }

  .qr-preview>div h5 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;

    color: #000000;
  }

  .qr-preview>div p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 159.9%;
    margin-top: 11px;

    color: #6b6b6b;
  }

  .qr-preview>div>div {
    width: 232px;
    height: 222px;
    background: #f4f6f8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11px;
  }
}

@media (min-width: 992px) {
  .main-btn {
    width: fit-content !important;
  }
}

@media (max-wdith: 992px) {
  .main-btn {
    width: 100% !important;
  }
}

.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 30px;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  border-radius: 4px;
  color: #2e3d62;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.main-btn::before,
.qr-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 50%;
  border-radius: 50%;
  background: linear-gradient(263.24deg, #234aa8 -26.87%, #4c9fc6 100%);
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  -moz-transform: translate3d(-50%, -50%, 0) scale(0);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0);
  -o-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.main-btn:hover,
.qr-btn:hover {
  color: #fff;
}

.main-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.main-btn.main-btn-2 {
  color: #fff;
  background: linear-gradient(263.24deg, #234aa8 -26.87%, #4c9fc6 100%);
}

.main-btn.main-btn-2::before {
  background-color: #2e3d62;
}

.main-btn.main-btn-2:hover {
  color: #fff;
}

.main-btn.main-btn-2:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 23px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #FFF;
}

@media (min-width: 992px) {
  nav {
    /* height: 120px; */
    width: 100%;
  }
}

nav .navbar-nav {
  width: 51%;
  padding-left: 4%;
}

@media (max-width: 992px) {
  nav .navbar-nav {
    width: auto;
    padding-left: 0%;
  }
}

nav .navbar-nav .nav-item {
  padding-right: 50px;
}

nav .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #39405C;
}

nav .navbar-nav .nav-item .nav-link.active {
  color: #0A5193;
}

.navbar {
  padding: 0;
}

.navbar .container {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar .navbar-toggler {
  padding: 0;
}

.navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 23px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 23px;
  }
}

.navbar .navbar-nav li {
  margin-right: 50px;
  position: relative;
  padding: 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav li {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li {
    padding: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav li {
    padding: 0;
    margin-right: 0;
  }
}

.navbar .navbar-nav li a {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #38405a;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li a {
    color: #2e3d62;
    display: block;
    padding: 5px 10px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav li a {
    color: #2e3d62;
    display: block;
    padding: 5px 10px;
  }
}

.navbar .navbar-nav li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 2px;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav li a::before {
    display: none;
  }
}

.navbar .navbar-nav li a .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li a .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #666e82;
    font-size: 16px;
    border: 0;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav li a .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #666e82;
    font-size: 16px;
    border: 0;
    width: 35px;
    height: 35px;
  }
}

.navbar .navbar-nav li a .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.navbar .navbar-nav li.active>a::before,
.navbar .navbar-nav li:hover>a::before {
  width: 100%;
}

.navbar .navbar-nav li .sub-menu {
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 190px;
  background-color: #fff;
  border-top: 2px solid #2e3d62;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    border-top: 0;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav li .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    border-top: 0;
    padding: 0 10px;
  }
}

.navbar .navbar-nav li .sub-menu li {
  padding: 0;
  margin-right: 0;
}

.navbar .navbar-nav li .sub-menu li a {
  color: #2e3d62;
  padding: 6px 20px;
  font-size: 14px;
  display: block;
}

.navbar .navbar-nav li .sub-menu li a::before {
  display: none;
}

.navbar .navbar-nav li .sub-menu li:hover>a {
  padding-left: 23px;
  color: #f4b335;
}

.navbar .navbar-nav li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li:hover .sub-menu {
    top: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav li:hover .sub-menu {
    top: 0;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-btn {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-btn {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-btn .main-btn {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-btn .main-btn {
    display: block;
  }
}



@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #2e3d62;
}

.sticky .navbar .navbar-nav li a {
  color: #2e3d62;
}

.sticky .navbar .navbar-nav li a::before {
  background-color: #2e3d62;
}

.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 0;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  background-color: #fff;
}

section#section1 {
  height: fit-content;
  margin-top: 101px;
  background: linear-gradient(179.47deg, #A1C3F3 -59.41%, rgba(255, 255, 255, 0) 137.96%);
}

@media (min-width: 768px) {
  .kyoo-whatsapp {
    top: 10%;
    left: 10%;
  }
}
@media (max-width: 768px) {
  .kyoo-whatsapp {
    top: 40px;
    left: 20px;
  }
}

@media (max-width: 768px) {
  .kyoo-whatsapp h3 {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .kyoo-whatsapp h3 {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.kyoo-whatsapp p {
  color: #F2F2F2;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 159.9%;
  /* 35.178px */
}

@media (max-width: 768px) {
  .kyoo-whatsapp .cta .coba {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, #249309 0%, #35C229 94.27%);
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 163px;
    height: 40px;
  
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .kyoo-whatsapp .cta .booking {
    border-radius: 30px;
    border: 1px solid #26980C;
    background: #FFF;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 163px;
    height: 40px;
  
    color: #26980C;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .kyoo-whatsapp .cta .coba {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, #249309 0%, #35C229 94.27%);
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 200px;
    height: 50px;
  
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .kyoo-whatsapp .cta .booking {
    border-radius: 30px;
    border: 1px solid #26980C;
    background: #FFF;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 200px;
    height: 50px;
  
    color: #26980C;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

@media (min-width: 768px) {
  .integrasi-kyoo {
    top: 10%;
    left: 10%;
  }
}

@media (max-width: 768px) {
  .integrasi-kyoo {
    top: 40px;
    left: 20px;
  }
}

@media (max-width: 768px) {
  .integrasi-kyoo h3 {
    color: #17499C;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .integrasi-kyoo h3 {
    color: #17499C;
    font-family: "Montserrat";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.integrasi-kyoo p {
  color: #263238;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 159.9%;
  /* 35.178px */
}

@media (max-width: 768px) {
  .integrasi-kyoo .cta .coba {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, #4776E6 0%, #01CFDC 100%);
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 163px;
    height: 40px;
  
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .integrasi-kyoo .cta .booking {
    border-radius: 5px;
    border: 1px solid #17499C;
    background: #FFF;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 163px;
    height: 40px;
  
    color: #17499C;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

@media (min-width: 768px) {
  .integrasi-kyoo .cta .coba {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, #4776E6 0%, #01CFDC 100%);
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 200px;
    height: 50px;
  
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .integrasi-kyoo .cta .booking {
    border-radius: 5px;
    border: 1px solid #17499C;
    background: #FFF;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 200px;
    height: 50px;
  
    color: #17499C;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

@media (min-width: 768px) {
  .integrasi-kiosk {
    top: 10%;
    left: 10%;
  }
}

@media (max-width: 768px) {
  .integrasi-kiosk {
    top: 40px;
    left: 20px;
  }
}

@media (max-width: 768px) {
  .integrasi-kiosk h3 {
    color: #263238;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .integrasi-kiosk h3 {
    color: #263238;
    font-family: "Montserrat";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.integrasi-kiosk p {
  color: #263238;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 159.9%;
  /* 35.178px */
}

@media (max-width: 768px) {
  .integrasi-kiosk .cta .coba {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #0A5F9C;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 163px;
    height: 40px;
  
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  
    border-radius: 50px;
  
  }
  
  .integrasi-kiosk .cta .booking {
    border-radius: 5px;
    border: 1px solid #17499C;
    background: #FFF;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 163px;
    height: 40px;
  
    color: #17499C;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  
    border-radius: 50px;
  }
}

@media (min-width: 768px) {
  .integrasi-kiosk .cta .coba {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #0A5F9C;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 200px;
    height: 50px;
  
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  
    border-radius: 50px;
  
  }
  
  .integrasi-kiosk .cta .booking {
    border-radius: 5px;
    border: 1px solid #17499C;
    background: #FFF;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 200px;
    height: 50px;
  
    color: #17499C;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  
    border-radius: 50px;
  }
}

@media (min-width: 768px) {
  .integrasi-kyoo {
    top: 10%;
    left: 10%;
  }
}

@media (max-width: 768px) {
  .integrasi-kyoo {
    top: 40px;
    left: 20;
  }
}

@media (max-width: 768px) {
  .integrasi-kyoo h3 {
    color: #17499C;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .integrasi-kyoo h3 {
    color: #17499C;
    font-family: "Montserrat";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.integrasi-kyoo p {
  color: #263238;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 159.9%;
  /* 35.178px */
}

@media (max-width: 768px) {
  .integrasi-kyoo .cta .coba {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, #4776E6 0%, #01CFDC 100%);
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 163px;
    height: 40px;
  
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .integrasi-kyoo .cta .booking {
    border-radius: 5px;
    border: 1px solid #17499C;
    background: #FFF;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 163px;
    height: 40px;
  
    color: #17499C;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

@media (min-width: 768px) {
  .integrasi-kyoo .cta .coba {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, #4776E6 0%, #01CFDC 100%);
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 200px;
    height: 50px;
  
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .integrasi-kyoo .cta .booking {
    border-radius: 5px;
    border: 1px solid #17499C;
    background: #FFF;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 200px;
    height: 50px;
  
    color: #17499C;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}


@media (min-width: 768px) {
  .bangun-engagement {
    top: 10%;
    left: 10%;
  }
}

@media (max-width: 768px) {
  .bangun-engagement {
    top: 40px;
    left: 20px;
  }
}

@media (max-width: 768px) {
  .bangun-engagement h3 {
    color: #FFFFFF;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .bangun-engagement h3 {
    color: #FFFFFF;
    font-family: "Montserrat";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.bangun-engagement p {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 159.9%;
  /* 35.178px */
}

@media (max-width: 768px) {
  .bangun-engagement .cta .coba {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: var(--gradient-red-gradient-18, linear-gradient(90deg, #F857A6 0%, #FF5858 100%));
    width: 163px;
    height: 40px;
  
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  
    border-radius: 50px;
  
  }
  
  .bangun-engagement .cta .booking {
    border-radius: 5px;
    border: 1px solid #FF595C;
    background: #FFF;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 163px;
    height: 40px;
  
    color: #FF5860;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  
    border-radius: 50px;
  }
}

@media (min-width: 768px) {
  .bangun-engagement .cta .coba {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: var(--gradient-red-gradient-18, linear-gradient(90deg, #F857A6 0%, #FF5858 100%));
    width: 200px;
    height: 40px;
  
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  
    border-radius: 50px;
  
  }
  
  .bangun-engagement .cta .booking {
    border-radius: 5px;
    border: 1px solid #FF595C;
    background: #FFF;
    box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
    width: 163px;
    height: 40px;
  
    color: #FF5860;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  
    border-radius: 50px;
  }
}


/* @media (min-width: 768px) { */
  section#section1 {
    margin-top: 100px;
  }
/* }

@media (max-width: 768px) {
  section#section1 {
    margin-top: 0px;
  }
} */

section#section1 .left {
  bottom: 0;
  left: 0;
  position: absolute;
}

section#section1 .right {
  right: 0;
  bottom: 0;
  position: absolute;
}

section#section1 .lamp {
  position: absolute;
  top: 0;
}

section#section1 .lamp.lamp-right {
  right: 0
}

section#section1 .lamp.lamp-left {
  left: 0
}

section#section1 .wording h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #000000;
}

section#section1 .wording p {
  font-weight: 500;
  font-size: 16px;
  line-height: 159.9%;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 16px;
  margin-bottom: 43px;

}

section#section1 .wording button {
  width: 240px;
  height: 68px;

  background: #0A5193;
  border-radius: 6px;

  font-size: 16px;
  line-height: 21px;

  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;

  filter: drop-shadow(0px 4px 20px #89B5F5);

  border: none;
}

@media (max-width: 768px) {
  section#section1 .position-relative {
    padding-top: 0 !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  section#section1 {
    height: 525px;
  }

  section#section1 .position-relative {
    display: block !important;
    padding-top: 69px;
  }

  section#section1 .left {
    height: 169px;
    width: auto;
  }

  section#section1 .right {
    height: 169px;
    width: auto;
  }

  section#section1 .lamp {
    height: 40px;
    width: auto;
  }

  section#section1 .wording h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;

    color: #000000;
  }

  section#section1 .wording p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 159.9%;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
  }

  section#section1 .wording button {
    width: 240px;
    height: 48px;
    border-radius: 6px;
  }
}

@media (min-width: 992px) {
  section#section2 {
    height: 200px;
    background: #0A5193;
    padding: 50px 80px 49px 80px;
  }
}


@media (max-width: 992px) {
  section#section2 {
    height: auto;
    background: #0A5193;
    padding: 40px 15px 41px 20px;
  }
}

@media (min-width: 992px) {
  section#section2>div {
    /* column-gap: 92px; */
  }
}

@media (max-width: 992px) {
  section#section2>div {
    padding: 0;
  }
}

section#section2 .col-12 {
  padding: 0;
  margin: 0 auto 38px auto;
}

/* section#section2 .information:nth-child(1) .icon {
  padding: 3%;
} */
section#section2 .information .icon img {
  width: 100px;
  height: 100px;
}

@media (min-width: 992px) {
  section#section2 .information .icon {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    max-width: 100px;
    max-height: 100px;
    padding: 0;
  }


}

@media (max-width: 992px) {
  section#section2 .information .icon {
    width: 81px;
    height: 81px;
    max-width: 81px;
    max-height: 81px;
    border-radius: 16px;
    max-width: 80px;
    padding: 0;
  }

  section#section2 .information .icon img {
    width: 81px;
    height: 81px;
  }
}

section#section2 .information .wording h5 {
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

@media (min-width: 992px) {
  section#section2 .information .wording p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 5px;
  }
}

@media (max-width: 992px) {
  section#section2 .information .wording p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 5px;
  }
}

section#section3 {
  height: fit-content;
  padding: 76px 0px;
}

section#section3 .title h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #242527;

}

section#section3 .title p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 159.9%;
  color: #6B6B6B;
  margin-top: 19px;
}

section#section3 .info {
  margin-top: 52px;

}

section#section3 .circle-outer {
  margin-bottom: 17px;
}

section#section3 .info h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #242527;
  margin-bottom: 17px;
}

section#section3 .info p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 159.9%;
  color: #6B6B6B;
}

@media (max-width: 992px) {
  section#section3 {
    padding-bottom: 0;
  }

  section#section3 .title {
    margin-top: 40px;
  }

  section#section3 .title h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
  }

  section#section3 .title p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 159.9%;
    text-align: center;
  }

  section#section3 .circle-outer {
    text-align: center;
  }

  section#section3 .info h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #242527;
    margin-bottom: 12px;
    text-align: center;
  }

  section#section3 .info p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 159.9%;
    text-align: center;
    color: #6B6B6B;
    margin-bottom: 43px;
  }


}

section#section4 {
  padding: 80px 0px;
}

section#section4 .title h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #242527;

}

section#section4 .title p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 159.9%;
  color: #6B6B6B;
  margin-top: 19px;
  margin-bottom: 56px;
}

section#section4 .info h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #0A5193;
  margin: 24.44px 0px 25.55px 0px;
}

section#section4 .info li {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 159.9%;
  color: #6B6B6B;
}

section#section4 .info li:before {
  content: url('../images/kyoo-v2/section4/check.svg');
  margin-right: 8px;
}

section#section4 .info .col {
  padding: 44px 31px;
}

section#section4 .info .col:nth-child(4) {
  filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.04));
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04);
}

section#section4 .info .col:nth-child(4) h3 {
  margin-top: 44px;
}

@media (max-width: 992px) {
  section#section4 .image img {
    width: 300px;
    margin: auto;
  }

  section#section4 .info h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;

    color: #0A5193;
    margin: 20px auto 16px auto;
  }

  section#section4 .info ul {
    width: 315px;
    margin: auto;
    margin-bottom: 80px;
  }
}

section#section5 {
  background: #ECF4FF;
  padding: 48px 0px 63px 0px;
}

section#section5 .col-lg-3 {
  border-right: 0.5px solid rgba(10, 81, 147, 0.6);
  border-bottom: none;
}


@media (max-width: 992px) {
  section#section5 .col-12:nth-child(1) {
    /* border-bottom: 0.5px solid rgba(10, 81, 147, 0.6); */
    border-right: none;
    /* padding-bottom: 31px; */
    margin-bottom: 32px;
  }

  section#section5 .col-12:nth-child(1) hr {
    width: 204px;
    border-top: 0.5px solid rgba(10, 81, 147, 0.6);
    border-bottom: 0;
    margin: 31px auto 0px auto;
  }

  section#section5 .col-12 h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;

    color: #2D67A9;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section#section5 .col-lg-3 p {
    text-align: center !important;
  }
}


section#section5 .col-lg-9 {
  padding-left: 41px;
}

section#section5 .col-lg-3 h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;

  color: #2D67A9;
}


section#section5 .col-lg-3 span {
  font-size: 56px;
  margin-right: 16px;
}

section#section5 .col-lg-12 span {
  font-size: 56px;
  margin-right: 16px;
}

section#section5 .col-lg-3 p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(19, 31, 45, 0.7);
  margin-top: 16px;
  text-align: left;
}

section#section6 {
  padding: 60px 0px 100px 0px;
}

section#section6 .col-12:nth-child(1) h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #000000;
}

section#section6 .col-10:not(:nth-child(1)) {
  background: linear-gradient(180deg, #FBFBFB 0%, #FFFFFF 100%);
  box-shadow: -17px 4px 57px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 79px 22.28px 54px 23px;
  margin: 0px auto 42px auto;
}

section#section6 .col-lg-4 {
  background: #FBFBFB;
  box-shadow: 0px 4px 57px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  height: 280px;
  margin-bottom: 42px;
}

section#section6 .col-10 h3 {
  margin-top: 53px;
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #0A5193;
  margin-bottom: 5px;
}

section#section6 .col-10:nth-child(2) h3 {
  margin-bottom: 30px;
}

section#section6 .col-10:nth-child(5) h3 {
  margin-bottom: 34px;
}

section#section6 .col-10 p {
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 159.9%;
  text-align: center;
  color: #6B6B6B;
}

section.usecase {
  padding: 60px 0px;
}

/* section.usecase#useCaseLayananKesehatan {
  margin-top: 100px;
} */

@media (max-width: 992px) {
  #useCaseLayananKesehatan {
    padding-top: 133px;
  }
}

@media (min-width: 992px) {
  #useCaseLayananKesehatan {
    padding-top: 177px;
  }
}

.usecase-mobile {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #131F2D;
}

@media (max-width: 992px) {
  section.usecase .container {
    flex-direction: column-reverse !important;
  }

  .container>div:nth-child(2) {
    margin-bottom: 23.43px;
  }

  section.usecase {
    padding: 46px 0px;
  }

  .usecase.title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: -0.2px;

    color: #0A2540;
  }
}

.usecase.subtitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #131F2D;
  margin-bottom: 20px;
}

.usecase.title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.2px;
  color: #0A2540;
  margin-bottom: 33px;
}

.usecase.solution {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #0A2540;
  margin-bottom: 8px;
}

.usecase.info {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #425466;
  margin-bottom: 23px;
}

.usecase.product {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}

.usecase.list li {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #131F2D;
  margin-bottom: 4px;
}

.usecase.list li::before {
  content: url('../images/kyoo-v2/usecase/check.svg');
  margin-right: 8px;
}

@media (max-width: 992px) {
  #priceList {
    padding-top: 100px;
  }
}

@media (min-width: 992px) {
  #priceList {
    padding-top: 100px;
  }
}

.pricing .title h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #000000;
}

.pricing .price-table {
  background: #F5F9FF;
}

.pricing .title p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #5A5365;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 69px;
}

@media (max-width: 992px) {
  .pricing .title h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;

    color: #000000;
  }

  .pricing .title p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 159.9%;
    text-align: center;

    color: rgba(0, 0, 0, 0.7);
  }
}

.pricing.gratisAplikasiAntrian {
  background: #EEF4FF;
  overflow: hidden;
}

.pricing.gratisAplikasiAntrian h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  color: #244BA9;
  margin-top: 130px;
}

.pricing.gratisAplikasiAntrian p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;

  color: #979797;
  margin-top: 15px;
  margin-bottom: 41px;
}

@media (max-width: 992px) {
  .pricing.gratisAplikasiAntrian h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #244BA9;
  }

  .pricing.gratisAplikasiAntrian p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;

    color: #979797;
    margin-top: 15px;
    margin-bottom: 41px;
  }
}

.pricing.gratisAplikasiAntrian ul li a {
  background: linear-gradient(263.24deg, #234aa8 -26.87%, #4c9fc6 100%);
  padding-left: 70px;
  padding-right: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pricing.gratisAplikasiAntrian ul li a i {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pricing.gratisAplikasiAntrian ul li a .text-1 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: block;
}

.pricing.gratisAplikasiAntrian ul li a .text-2 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
}


.pricing-new .col-lg-4>div {
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  background-color: #fff;
  padding: 2rem 2rem;
  background-color: #fff;
  height: 100%;
}

.par-1 {
  margin: 1rem 0px;
  font-size: 14px;
}

.par-2 {
  margin: 0 0 0.5rem 0;
  font-size: 14px;
}

.par-3 {
  margin: 1rem 0;
  font-weight: 700;
  font-size: 14px;
}

.pricing-background {
  background-color: #fff9f9;
  padding: 30px 0px;
}

/* .pricing-new>div {
  border: 1px solid #f4f4f4;
  padding: 2rem 2rem;
  background-color: #fff;
} */

.pricing-new .price {
  border-bottom: 1px solid #caced0;
}

.price .disc {
  position: absolute;
  top: 5px;
  right: 0;
  background: #A3FFC3;
  border-radius: 8px;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  padding: 6px 12px;
  color: #1EA64C;
}

.pricing-new .description {
  padding-top: 12px;
  padding-bottom: 110px;
}

@media (max-width: 992px) {
  .pricing-new .description {
    padding-bottom: 0;
  }
}

.pricing-new .feature {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #232323;
}

.pricing-new>div>div {
  min-height: 150px;
  background-color: #fff !important;
}

.pricing-new h3 {
  color: #000;
  font-size: 28px;
  font-weight: 800;
}

.pricing-new h5 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  height: 43px;
  color: #244ba9;
}

.pricing-new h5>span {
  font-weight: 700;
  font-size: 36px;
  line-height: 20px;
  margin-right: 5px;
}

.pricing-new .small-price {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 7px;
}

.pricing-new .small-price span {
  font-weight: 700;
}

.pricing-new button {
  border: 1px solid #244ba9;
  color: #244ba9;
  background-color: transparent;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.pricing-new button:hover {
  color: #fff;
  background-color: #244ba9;
}

.pricing-new img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.middle-pricing button {
  color: #fff;
  background-color: #244ba9;
}

.pricing-new ul li {
  margin: 15px 0px;
  font-weight: 500;
  color: #232323;
  font-size: 14px;
}

header li.active a {
  color: #0A5193 !important;
  font-weight: 700 !important;
}

header li a {
  color: #38405A !important;
  font-weight: 700 !important;

}

.pricing-new ul li:not(nth-child(1)):before {
  content: 'a';
}

.pricing.faq {
  padding: 100px 0px;
}

@media (max-width: 992px) {
  .pricing.faq {
    padding: 0px;
  }
}

.pricing.faq h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
}

.pricing.faq p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-top: 25px;
  color: #5A5365;
}

@media (max-width: 992px) {
  .pricing.faq h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
  }

  .pricing.faq p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #5A5365;
  }
}

.pricing .accordion-template {
  width: 360px;
  margin: auto;
}

[data-toggle="collapse"] i:before {
  content: "\f068";
}

[data-toggle="collapse"].collapsed i:before {
  content: "\f067";
}

#accordion .card-header {
  margin-bottom: 8px;
}

#accordion .accordion-title {
  position: relative;
  display: block;
  padding: 8px 0px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #0A5193;

  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}

#accordion .accordion-title.collapsed {
  color: #242424;
}

#accordion .accordion-title.collapsed i {
  color: #242424;

}

#accordion .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  color: #244BA9;


  text-align: center;
}

#accordion .accordion-body {
  padding: 0px 30px 16px 30px;
}

#accordion .accordion-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#accordion p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #131F2D;
}

#accordion .accordion-body li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}

#accordion .accordion-body li:before {
  content: "\f10a";
  padding-right: 5px;
  font-family: "Flaticon";
  font-size: 16px;
  font-style: normal;
  color: #213744;
}

#accordion .btn:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .showOnDesktop {
    display: none;
  }

  .box {
    position: relative;
    width: 1110px;
    height: 300px;
    margin-top: -550px;
  }

  .box svg {
    position: absolute;
    z-index: -1;
    width: 2500px;
    height: 100%;
    margin-left: -500px;
  }
}

@media (min-width: 768px) {
  .showOnMobile {
    display: none;
  }

  .box {
    position: relative;
    width: 1110px;
    height: 300px;
    margin-top: -250px;
  }

  .box svg {
    position: absolute;
    z-index: -1;
    width: 2500px;
    height: 100%;
    margin-left: -500px;
  }
}

@media (min-width: 1024px) {
  .box2 {
    position: relative;
    width: 1110px;
    height: 483px;
    margin-top: -484px;
  }

  .box2 svg {
    position: absolute;
    z-index: -1;
    width: 1100px;
    height: 100%;
  }
}

@media (min-width: 1280px) {
  .box2 {
    position: relative;
    width: 1110px;
    height: 483px;
    margin-top: -484px;
  }

  .box2 svg {
    position: absolute;
    z-index: -1;
    width: 1350px;
    height: 100%;
  }
}

@media (min-width: 1536px) {
  .box2 {
    position: relative;
    width: 1110px;
    height: 483px;
    margin-top: -484px;
  }

  .box2 svg {
    position: absolute;
    z-index: -1;
    width: 1450px;
    height: 100%;
  }
}

@media (min-width: 1920px) {
  .box2 {
    position: relative;
    width: 1110px;
    height: 483px;
    margin-top: -484px;
  }

  .box2 svg {
    position: absolute;
    z-index: -1;
    width: 1650px;
    height: 100%;
  }
}

/* pixel 5 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .box {
    position: relative;
    width: 1110px;
    height: 300px;
    margin-top: -500px;
  }

  .box svg {
    position: absolute;
    z-index: -1;
    width: 2500px;
    height: 100%;
    margin-left: -500px;
    x1: "0";
    y1: "100%";
    x2: "100%";
    y2: "0";
  }
}

/* ipad */
@media only screen and (min-device-width: 768px) and (width: 1024px) and (resolution: 163dpi) {
  .box {
    position: relative;
    width: 1110px;
    height: 300px;
    margin-top: -500px;
  }

  .box svg {
    position: absolute;
    z-index: -1;
    width: 2500px;
    height: 100%;
    margin-left: -500px;
    x1: "0";
    y1: "100%";
    x2: "100%";
    y2: "0";
  }
}

@media (max-width: 320px) {
  .box {
    position: relative;
    width: 1110px;
    height: 300px;
    margin-top: -660px;
  }

  .box svg {
    position: absolute;
    z-index: -1;
    width: 2500px;
    height: 100%;
    margin-left: -500px;
    x1: "0";
    y1: "100%";
    x2: "100%";
    y2: "0";
  }
}

section#mainBanner {
  padding-top: 240px;
  padding: 228px 0px 189px 0px;
}

section#mainBanner h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
  margin-bottom: 24px;
}

section#mainBanner p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #6B6B6B;
  margin-bottom: 44px;
}

section#mainBanner button {
  width: 240px;
  height: 68px;
  left: 130px;
  top: 343px;

  background: #0A5193;
  border-radius: 6px;
  filter: drop-shadow(0px 4px 20px #89B5F5);

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;

  color: #FFFFFF;
  border: none;
}

.solusi.category h6 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  color: #0A2540;
  margin-top: 28px;
  margin-bottom: 16px;
}

.solusi.category {
  margin-bottom: 80px;
}

.solusi.category p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #425466;
}

@media (max-width: 992px) {
  section#mainBanner {
    padding-top: 240px;
    padding: 119px 0px 16px 0px;
  }

  section#mainBanner h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
  }

  section#mainBanner p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 159.9%;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 28px;
  }

  section#mainBanner button {
    width: 240px;
    height: 48px;
    background: #0A5193;
    border-radius: 6px;
    filter: drop-shadow(0px 4px 20px #89B5F5);

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;

    color: #FFFFFF;
    border: none;
    margin: auto;
  }

  .solusi.category h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #0A2540;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .solusi.category {
    margin-bottom: 0px;
  }

  .solusi.category p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #425466;
    margin-bottom: 40px;
  }
}



/*===========================
        14.Footer css 
===========================*/
.footer-area {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.footer-area .footer-shape {
  position: absolute;
}

.footer-area .footer-shape.shape-1 {
  width: 588px;
  height: 588px;
  background-color: rgba(41, 56, 91, 0.5);
  border-radius: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -40%;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-shape.shape-1 {
    width: 388px;
    height: 388px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-shape.shape-1 {
    width: 420px;
    height: 420px;
    top: -140px;
  }
}

@media (max-width: 767px) {
  .footer-area .footer-shape.shape-1 {
    width: 188px;
    height: 188px;
    top: -2%;
  }
}

.footer-widget {
  padding-top: 70px;
  padding-bottom: 120px;
}

.footer-widget .footer-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.footer-widget-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-widget-wrapper .footer-about {
  width: 45%;
}

@media (max-width: 767px) {
  .footer-widget-wrapper .footer-about {
    width: 100%;
  }
}

.footer-widget-wrapper .footer-about p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  margin-top: 28px;
}

.footer-widget-wrapper .footer-contact .social {
  margin-top: 16px;
}

.footer-widget-wrapper .footer-contact .social li {
  display: inline-block;
}

.footer-widget-wrapper .footer-contact .social li+li {
  margin-left: 8px;
}

.footer-widget-wrapper .footer-contact .social li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #2e3d62;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-widget-wrapper .footer-contact .social li a:hover {
  background-color: #f4b335;
  color: #fff;
}

.footer-widget-wrapper .footer-link {
  width: 20%;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .footer-widget-wrapper .footer-link {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget-wrapper .footer-link {
    width: 40%;
  }
}

.footer-widget-wrapper .footer-link .link {
  margin-top: 10px;
}

.footer-widget-wrapper .footer-link .link li a {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 15px;
}

.footer-widget-wrapper .footer-link .link li a:hover {
  color: #f4b335;
}

.footer-widget-wrapper .footer-contact {
  width: 35%;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .footer-widget-wrapper .footer-contact {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget-wrapper .footer-contact {
    width: 60%;
  }
}

.footer-widget-wrapper .footer-contact .contact-info .single-contact {
  position: relative;
  margin-top: 15px;
}

.footer-widget-wrapper .footer-contact .contact-info .single-contact i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text {
  padding-left: 25px;
}

.footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}

.footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p a:hover {
  color: #f4b335;
}

.footer-newsletter .newsletter-form {
  position: relative;
  margin-top: 25px;
}

.footer-newsletter .newsletter-form input {
  width: 100%;
  height: 70px;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #666e82;
  border: 0;
  background-color: #fff;
  border-radius: 5px;
}

.footer-newsletter .newsletter-form button {
  background: none;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  font-size: 16px;
  color: #f4b335;
}

.footer-newsletter p {
  font-size: 16px;
  line-height: 28px;
  color: #fffab6;
  font-weight: 600;
  margin-top: 20px;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0;
}

.footer-copyright p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}

.footer-copyright p a {
  color: #8e9ab6;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-copyright p a:hover {
  color: #f4b335;
}

/* .slick-dots {
  display: flex !important;
  justify-content: center;
  column-gap: 16px;
} */

.slick-dots li button:before {
  background: rgba(10, 81, 147, 0.6) !important;
  width: 12.9px !important;
  height: 8px !important;
  content: "" !important;
  border-radius: 3px;
}

.slick-dots li.slick-active button:before {
  background: rgba(10, 81, 147, 0.6);
  width: 12.9px !important;
  height: 8px !important;
  content: "" !important;
  border-radius: 3px;
}

.slick-dots {
  bottom: -35px !important;
}