@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('../default_css/animate.min.css');
@import url('../default_css/normalize.css');
@import url('../default_css/icomoon.css');
@import url('../default_css/font-awesome.min.css');
@import url('../default_css/meanmenu.css');
@import url('../default_css/owl.carousel.min.css');
@import url('../default_css/slick.css');
@import url('../default_css/jquery.fancybox.min.css');
@import url('../default_css/jquery-ui.css');
@import url('../default_css/nice-select.css');

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
* {
    box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Inter, sans-serif; 
    line-height: 1.80857;
    font-weight: normal;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: bold;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color:#2c2147;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color:#2c2147;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

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

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}
button#hambtn{
    border: none;
}
/**-- heading section --**/


/* Dropdown Button */
.btn_1 {
    background-color: #9d3193;
    color: #fff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.btn_2 {
    background-color: #fff;
    color: #000 !important;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.nav-item:hover .dropdown-larger-content{
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: hsl(306, 53%, 40%);
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    z-index: 1;
    margin-top: 10px;
}
.dropdown-larger-content {
    display: none;
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-color: #2c2147;
    z-index: 2;
    padding: 50px;
    margin-top: 5px;
    left: 0;
}
.dropdown-larger-content .row{
    height: 100%;
}
.dropdown-larger-content a {
    padding: 10px 0;
    transition: none;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    display: flex;
}
.dropdown-larger-content p {
    font-weight: 300;
    line-height: 30px;
    font-size: 14px;
}
.dropdown-larger-content h1{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 45px;
}
.dropdown-larger-content h3{
    padding: 0;
    font-size: 25px;
    color: #D164C4;
    font-weight: 600;
}
.dropdown-larger-content img{
    width: 45px;
    padding: 5px;
}

.dropdown-content a {
    transition: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    color: #000;
    background-color: hsla(0, 0%, 100%);
}
.dropdown-content a:first-child:hover {
    border-radius: 10px 10px 0 0;
}
.dropdown-content a:last-child:hover {
    border-radius: 0 0 10px 10px;
}
.show {
    display:block;
} 
.swiper-button-prev{
    background-color: #555;
    padding: 35px;
    border-radius: 50%;
}
.swiper-button-next{
    background-color: #555;
    padding: 35px;
    border-radius: 50%;
}
.swiper-button-next::after, .swiper-button-prev::after {
    color: #fff;
    font-size: 20px !important;
}
/* navigation bar for image */
/* .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    left: 45% !important;
    width: auto !important;
    background-color: #666666;
    border-radius: 25px;
}
.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,#fff) !important;
}  */
/* End Dropdown Button */
header nav {
    background: #2c2147 !important;
}
.navbar{
    padding: 1rem 0rem;
}

.navbar .container{
    max-width: 1500px;
}

header nav .navbar-nav{
    padding: 20px 0;
    color: #fff !important;
}

header .logo a {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}
header .text_logo {
    font-size: 17px;
    color: #CCA1C8;
}

.navbar_list li a{
    color: #fff;
    font-weight: 600;
}
.navbar_list .dropdown a{
    padding: 10px;
}

.navbar_list li{
    margin: 0 10px;
}

.navbar_list li .link-nav::after{
    content: '';
    display: block;
    border-bottom: 0.1rem solid #fff;
    transform: scaleX(0);
    transition: 0.2s linear;
}

.navbar_list li .link-nav:hover::after{
    transform: scaleX(1);
}

/* BANNER */
.banner_main .container{
    max-width: 1500px !important;
}
.wrap_banner_button .cara_kerja{
    border: 1px solid #FFFFFF;
    background: transparent;
}
.wrap_banner .logo_powered_by_connect {
    margin-left: 160px;
    margin-top: 28px;
}
.wrap_banner h1{
    color: #fff;
    font-size: 53px;
    line-height: 64px;
    font-weight: 600;
}
.wrap_banner p{
    margin-top: 30px;
    color: #fff;
    font-weight: 300;
}
.wrap_banner_button{
    margin-top: 43px;
}
.wrap_banner .mulai{
    margin-right: 60px;
}
.btn_banner {
    font-size: 17px;
    background-color: #D164C499;
    padding: 20px 32px;
    border: none;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    border-radius: 12px;
    font-weight: 500;
}
/* END BANNER */

/* features */
.features .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* end features */

/* ABOUT */
.about{
    padding: 30px;
}
.about h1{
    font-weight: 600;
    font-size: 53px;
}
.about h4{
    padding: 20px 0px;
    font-weight: 300;
    font-size: 25px;
}
/* END ABOUT */

/* MODULE */
.module .title{
    color: #2B2046;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    padding-top: 30px;
}

.module .item_module_card{
    background: linear-gradient(63.43deg, rgba(43, 32, 70, 0.7) -46.09%, rgba(43, 32, 70, 0) 167.7%);
    width: 100%;
    height: 527px;
    padding: 25px;
    border-radius: 25px;
}
.module .item_module_card img{
    display: block;
    margin: auto;
}

.module .item_module_card_title{
    font-weight: 600;
    font-size: 35px;
    color: #fff;

}
.module .item_module_card_subtitle p{
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}
.module_card.owl-carousel .owl-item.active.center {
    background: linear-gradient(63.43deg, #2B2046 -46.09%, rgba(43, 32, 70, 0) 167.7%);
    border-radius: 25px;
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
    -webkit-transform: scale(1);
    transform: scale(1);
    
}
.module_card.owl-carousel .owl-item {
    transform: scale(0.7);
    padding: 0px 0px;
    transition: all 0.5s;
}
.module_card.owl-carousel .owl-item .item_module_card img{
    width: 181px;
    height: 184px;
}
.item_module_card .btn-module {
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-weight: 600;
    width: 195.98px;
    height: 50.68px;
    list-style: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    transition: color 100ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    background: linear-gradient(74.75deg, #2B2046 8.38%, rgba(43, 32, 70, 0) 139.98%);
    box-shadow: 0px 4px 4px 0px #00000080;
    border-radius: 15px;
    font-size: 30px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.module .swiper-slide.swiper-slide-active {
    transform: scale(1);
    background: linear-gradient(63.43deg, #2B2046 -46.09%, rgba(43, 32, 70, 0) 167.7%);
    box-shadow: 0px 4px 25px 0px #000000CC;
    border-radius: 25px;
}
.module .swiper-slide {
    position: relative;
    width: var(--swiper-width);
    transform: scale(.84);
    transition: all .3s ease-in-out;
    overflow: hidden;
    border-radius: 0.4285rem;
}
.module .swiper-backface-hidden .swiper-slide {
    transform: scale(.84) translateZ(0);
}
        
.module .swiper-slide.swiper-slide-active {  
    transform: scale(1) !important;
    opacity: 1 !important;
}
.module .swiper-backface-hidden .swiper-slide.swiper-slide-active {
    transform: scale(1) translateZ(0) !important;
}
/* END MODULE */


/* FORM */
.form{
    text-align: center;
    margin-bottom: 30px;
}

.form h1{
    color:#2c2147;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 1rem;
}

.form .display_form{
    margin: auto;
    max-width: 40%;
    background: linear-gradient(55.62deg, #2B2046 -2.72%, rgba(43, 32, 70, 0) 176.96%);
    border-radius: 25px;
    padding: 27px 41px 41px 41px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.form form input{
    text-align: center;
    background-color: transparent;
    margin-bottom: 26px;
    border-radius: 15px;
    color: #fff;
}
.form form input:focus{
    background-color: transparent;
    color: #fff;
}

.form form input::placeholder{
    color: #fff;
}
/* END FORM */

/* clients */

.clients{
    background: linear-gradient(259.17deg, rgba(43, 32, 70, 0.5) -2.18%, rgba(43, 32, 70, 0) 133.12%);
    padding: 0 40px;
}
.clients .container{
    max-width: 1500px;
}
.qoute-icon i {
    font-size: 5em;
    line-height: 2.0em;
    color: #2B2046;
}
.clients h1{
    font-weight: 600;
    font-size: 65px;
}
.client-logo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 125px;
    height: 125px;
    background-color: #fff;
    border: 5px solid #2B2046;
    border-radius: 50%;
    overflow: hidden;
}
.clients .clients-slider{
    padding: 50px;
}
/* end clients */


/** FOOTER **/
.footer{
    padding-top: 30px;
}
.footer img{
    padding-bottom: 10px;
}
.footer .container-fluid{
    padding-right: 50px;
    padding-left: 50px;
}
.footer .logo-footer span{
    color: #D164C4;
    font-weight: 500;
    font-size: 18px;
}

.footer .titlepage {
    text-align: left;
    padding-bottom: 0px;
}

.footer .titlepage h2 {
    color: #fff;
}

.footer h3 {
    font-weight: 600;
    font-size: 18px;
}


.footer .address h3 {
    color: #000;
    line-height: 35px;
    font-weight: 600;
}

.footer .link h3 {
    color: #000;
    line-height: 35px;
    font-weight: 600;
}


.footer ul li a {
    color: #929292;
    font-size: 15px;
}

.copyright {
    margin-top: 45px;
    padding: 50px 0;
    background: #2c2147;
}

.copyright p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #212120;
}

/** END FOOTER **/

.nav-mobile{
    background: rgba(209, 100, 196, 0.7) !important;
}

/* CREATE APP */
.monthly{
    margin-right: 5px;
}
.annually{
    margin-left: 5px;
}
h1.harga{
    font-weight: 600;
}
.service_page_text{
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}

.sub_service_page_text{
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    line-height: 2px;
    text-decoration-line: underline;
}

.detail_information_card{
    background-color: #fff;
    width: 954px;
    border-radius: 30px;
    overflow: hidden;
}
.detail_information_card #leftside{
    background: linear-gradient(158deg, rgba(206,140,201,1) 0%, rgba(202,138,198,1) 13%, rgba(190,133,188,1) 35%, rgba(170,125,173,1) 68%, rgba(135,103,135,1) 100%, rgba(188,132,187,1) 100%); 
    display: inline-block;
}

.img_service{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
}

.img_service #leftside .img_service_marketing{
    width: 256px;
    height: 201px;
    position: relative;
    top: 73px;
}

.detail_information_card #rightside{
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_information_card ul li{
    color: #2B2046;
    font-weight: 600;
    font-size: 20px;
    line-height: 52px;
}

.button-1 {
 background-color: #EA4C89;
 border-radius: 8px;
 border-style: none;
 box-sizing: border-box;
 color: #FFFFFF;
 cursor: pointer;
 display: inline-block;
 min-width: 60%;
 height: 40px;
 font-size: 16px;
 font-weight: 600;
 line-height: 20px;
 list-style: none;
 outline: none;
 text-align: center;
 text-decoration: none;
 transition: color 100ms;
 vertical-align: baseline;
 user-select: none;
 -webkit-user-select: none;
 touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
    background-color: #F082AC;
}

.wrapper_login{
    display: flex;
    justify-content: center;
}

.wrapper_login form h1{
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 51px;
}
.wrapper_login form {
    padding-top: 51px;
}

.wrapper_login form button{
    margin-top: 30px;
    width: 184px;
    height: 48px;
    background: #2B2046;
    border-radius: 10px;
    color:#fff;
}

.wrapper_login form label{
    font-size: 15px;
    color: #2B2046;
    font-weight: bold;
    font-weight: 600;
    font-size: 18px;
}


.wrapper_login form input{
    width: 274px;
    height: 48px;
    border-radius: 10px;
    background: #F6F5F5;
}

.wrapper_login form input:focus{
    background: #F6F5F5;
}

.wrapper_login form input::placeholder{
    text-align: center;
    font-size: 15px;
}

.title_search_package{
    display: flex;
   justify-content: center;
   flex-wrap: nowrap;
   align-items: flex-start;
}

#ddpackage.dropdown-content {
   background-color: #fff;
   width: 220px;
   margin-top: 40px;
   color: #000;
}

#ddpackage.dropdown-content a{
    color: #000;
}

.title_search_package h1{
    font-size: 20px;
    font-weight: 500;
    margin: 5px 20px  5px 5px;
}
.title_search_package .form-control {
    display: block;
    border-radius: 10px;
}
.title_search_package .btn-searchpackage{
    background: transparent;
    display: inherit;
    font-weight: 600;
    font-size: 30px;
    margin-left: 10px;
    color: #fff;
}
.title_package h1{
    padding-top: 20px;
    font-weight: 600;
    font-size: 35px;
    color: #fff;
}

.detail_create_app p {
    display: inline;
    color: #202046;
    font-size: 15px;
    font-style: italic;
    line-height: normal;
}
.detail_create_app h3 {
    font-size: 20px;
    color: #fff;
}

.detail_create_app hr {
    margin-top: 9px;
    margin-bottom: 9px;
    border-top: 1px solid rgba(255, 255, 255);
}


/* Switch 1 Specific Styles Start */
input[type="checkbox"].switch_1{
   font-size: 15px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   width: 3.5em;
   height: 1.5em;
   background: #2c2147;
   border-radius: 3em;
   position: relative;
   cursor: pointer;
   outline: none;
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:after{
   position: absolute;
   content: "";
   width: 1.5em;
   height: 1.5em;
   border-radius: 50%;
   background: #fff;
   -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
    box-shadow: 0 0 .25em rgba(0,0,0,.3);
   -webkit-transform: scale(.7);
   transform: scale(.7);
   left: 0;
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after{
   left: calc(100% - 1.5em);
}
   
/* Switch 1 Specific Style End */

.detail-billing{
    background: #fff;
    padding: 40px 80px 20px 80px;
    border-radius: 15px;
}


.detail-billing h3{
    font-size: 15px;
}

.input-billing .form-control{
    border-radius: 10px;
    height: 31px;
} 

.input-billing .form-group label{
    color: #fff;
    font-size: 15px;
}

.input-billing .form-group{
    margin-bottom: 4px;
}

.input-package{
    width: 30%;
}

.btn_pay_now{
    background: #2B2046;
    color: #fff;
    width: 200px;
    border-radius: 15px;
    margin-top: 16px;
}
.btn-subs{
    display: block;
    background: #2B2046;
    border-radius: 15px;
    color: #fff;
}

/** banner section **/
.banner_main {
     background: url('../images/pest_control_banner.png'), linear-gradient(81.67deg, #202046 -5.09%, rgba(43, 32, 70, 0) 114.07%);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     position: relative;
     height: 666px;
     padding: 30px;
}
.wrap_banner{
     margin-top: 5vh;
}
/** end banner section **/

/** about  section **/
.about .img_circle{
     margin: 10px;
     border-radius: 50%;
     border: 10px #2B2046 solid;
     overflow: hidden;
}
.about .img_circle img{
     width: 150px;
     height: 150px;
     padding: 30px;
}
/** end about  section **/


/** slider section **/
.need{
     background: linear-gradient(69.21deg, rgba(43, 32, 70, 0.97) -49.17%, rgba(43, 32, 70, 0) 107.25%);
}
.need img {
     display: inline;
     width: 364px;
     padding-top: 150px;
}
.need .text-1 {
     display: none;
}
.need .text-2 {
     padding-top: 200px;
}
/** end slider section **/

/** slider section **/
.slider_image#slider_image2{
     margin-top: -35px;
     margin-bottom: -25px;
 }
.slider_image .container-fluid{
     padding: 0;
}
/** end slider section **/


/* module */
.module{
     background: linear-gradient(259.17deg, rgba(43, 32, 70, 0.5) -2.18%, rgba(43, 32, 70, 0) 133.12%);
     padding-bottom: 33px;
}
/* end module */

/* schedule */
.schedule {
     background: url('../images/idea2.png'), linear-gradient(63.75deg, rgba(43, 32, 70, 0.679) -0.28%, rgba(43, 32, 70, 0) 116.63%);
     background-repeat: no-repeat;
     background-position-x: center;
     background-position-y: bottom;
     position: relative;
     height: 524px;
}

.schedule .wrap_schedule{
     text-align: center;
}

.schedule h1 {
     font-weight: 600;
     font-size: 45px;
     padding-top: 50px;
}

.schedule .btn-signup{   
     background: rgba(209, 100, 196, 0.8);
     border-radius: 15px;
     width: 200px;
     color: #fff !important;
     position: absolute;
     margin-left: auto;
     padding: 20px 15px;
     margin-right: auto;
     margin-top:200px;
     left: 0;
     right: 0;
}
/* end schedule */

.button-1 {
  background-color: #D164C4;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  min-width: 60%;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  list-style: none;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #F082AC;
}

.owl-theme .owl-nav .disabled{
     display: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
     position: absolute;
     color: #fff !important;
     left: 0px;
     top: 45%;
     background-color: rgba(0, 0, 0, 0.06) !important;
     display: block;
     width: 50px;
     height: 50px;
     padding: 0px 0px !important;
     font-size: 3em;
     border-radius: 50%;
     cursor: pointer;
}
.owl-carousel.owl-drag .owl-item {
     touch-action: auto !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
     position: absolute;
     color: #fff !important;
     right: 0px;
     top: 45%;
     background-color: rgba(0, 0, 0, 0.06) !important;
     display: block ;
     width: 50px;
     height: 50px;
     padding: 0px 0px !important;
     font-size: 3em;
     border-radius: 50%;
     cursor: pointer;
}

.hide{
     display: none;
}
.visible{
     display: block;
}

.font-bold{
     font-weight: bold;
}

.owl-dots{
     position: relative;
     top: -50px;
     left: 50%;
     transform: translateX(-50%);
     display: inline-flex;
     background: rgba(0, 0, 0, 0.1);
     border-radius: 50px;
}
.slider_image#slider_image2 .owl-dots{
     position: relative;
     top: -80px;
     left: 50%;
     transform: translateX(-50%);
     display: inline-flex;
     background: rgba(0, 0, 0, 0.1);
     border-radius: 50px;
}
.nav-mobile{
     background: rgba(209, 100, 196, 0.7) !important;
}
/* 
    Device = Desktops
    Screen = 1281px to higher resolution desktops
    */
    .wrap_banner h1{
        color: #fff;
        font-size: 42px !important;
        line-height: 64px;
        font-weight: 600;
    }
    .wrap_banner p{
        font-size: 25px !important;
        margin-top: 0px;
    }
    @media (min-width: 1281px) {
        .about .img_circle img {
            width: 120px;
            height: 120px;
            padding: 16px;
        }
        .about .img_circle {
            margin: 5px;
        }
    }

    .about .service_bussiness{
     border: 10px solid #202046;
     border-radius: 50%;
     height: 200px;
 }
 .about .service_bussiness img{
     width: 125px;
     display: block;
     margin-left: auto;
     margin-right: auto;
     height: 173px;
 }

/* 
    Device = Laptops, Desktops
    Screen = B/w 1025px to 1280px
    */

    @media (min-width: 1025px) and (max-width: 1280px) {
        .about .img_circle img {
            width: 100px;
            height: 100px;
            padding: 16px;
        }
        .banner_main .images_box figure img {
            top: 75px;
            left: 0px;
        }
        .choose_bg .choose_carousel .service_bussiness img {
            top: 16px;
            left: 10px;
        }
        .choose_bg .choose_carousel .service_bussiness {
            height: 215px;
        }
    }

/* 
    Device = Tablets, Ipads (portrait)
    Screen = B/w 768px to 1024px
    */

    @media (min-width: 768px) and (max-width: 1024px) {
    }


/* 
    Device = Low Resolution Tablets, Mobiles (Landscape)
    Screen = B/w 481px to 767px
    */

    @media (min-width: 481px) and (max-width: 767px) {

    }

/* 
    Device = Most of the Smartphones Mobiles (Portrait)
    Screen = B/w 320px to 479px
    */

    @media (min-width: 320px) and (max-width: 480px) {
        header nav {
            background: rgb(255 255 255 / 0%) !important;
            border-radius: 0 0 42px 42px;
        }
        header .logo img{
            width: 25px;
            height: 17px;
        }
        header .logo span{
            font-weight: 500;
            font-size: 13px;
            line-height: 12px;
            color: #fff;
        }
        /* BANNER */
        .wrap_banner {
            margin-top: 15vh;
        }
        .wrap_banner h1 {
            font-size: 20px !important;
            text-align: center;
            line-height: normal;
        }
        .wrap_banner p {
            font-size: 15px !important;
            text-align: center;
            margin: 0;
        }
        .wrap_banner .logo_powered_by_connect {
            display: none;
        }
        .banner_main {
            padding: 0;
            margin-top: 0;
            height: 325px;
            border-radius: 0px 0px 35px 35px;
        } 

        .banner_main .images_box figure img{
            left: 0px;
            top: 20px;
        }

        .wrap_banner_button{
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 30px;
        }

        .wrap_banner_button .btn_banner{
            font-size: 10px;
            padding: 9px 15px;
            border-radius: 8px;
        }
        .wrap_banner_button .mulai{
            margin-right: 10px;
        }

        .wrap_banner_button .cara_kerja{
            background-color: #fff;
            color: #2B2046 !important;
        }
        /* END BANNER */


        /* ABOUT */
        .about {
            margin: 0;
            padding: 20px 0;
        }

        .about h1{
            font-size: 22px;
        }
        .about p{
            line-height: normal;
            font-size: 7px;
        }
        .about h4{
            padding: 16px 0px;
            font-size: 15px;
        }
        .about .img_circle {
            border: 2px #2B2046 solid;
            margin: 5px;
        }
        .about .img_circle img {
            width: 25px;
            height: 25px;
            padding: 3px;
        }

        /* END ABOUT */
        /* NEED */
        .need .text-1 {
            display: block;
            padding-top: 15px;
            text-align: center;
        }
        .need .text-1 h1 {
            font-size: 20px;
        }
        .need .text-2 {
            display: none;
        }
        .need img{
            padding: 0;
            display: block;
            margin: 0 auto;
            width: 93px;
            height: 165px;
        }
        /* END NEED */
        /* CHOOSE */
        .choose{
            background: linear-gradient(63.75deg, rgba(43, 32, 70, 0.97) -0.28%, rgba(43, 32, 70, 0) 116.63%);
            padding-top: 12px;
        }

        .choose .titlepage{
            padding-bottom: 30px;
        }
        .choose .titlepage h1 {
            font-weight: 600;
            font-size: 20px;
            line-height: 18px;
            text-align: center;
            color: #fff;
            margin-top: 10px;
        }
        .choose .titlepage p {
            color: #fff;
            font-weight: 300;
            font-size: 13px;
            line-height: 150.19%;
        }

        .choose_bg{
            padding: 0;
        }

        .choose_bg .choose_carousel .service_bussiness img {
            height: 40px;
            width: 40px;
            position: relative;
            top: 10px;
            left: 11px;
        }

        .choose_bg .choose_carousel .service_bussiness {
            border: 5px solid #2B2046;
            border-radius: 50%;
            max-width: 70px;
            max-height: 70px;
        }

        .choose_bg .choose_carousel h2{
            color: #fff;
            font-size: 10px;
            padding-top: 2px;
        }

        .choose_bg .choose_carousel .owl-stage .owl-item {
            height: 100px;
        }
        .choose_carousel.owl-carousel .owl-nav button.owl-prev{
            left: 0;
            top: 30%;
            transform: translate(0%, 0%);
            width: 30px;
            height: 30px;
        }

        .choose_carousel.owl-carousel .owl-nav button.owl-next{
            right: 0;
            top: 30%;
            transform: translate(0%, 0%);
            width: 30px;
            height: 30px;
        }
        /* END CHOOSE */


        /* FORM */
        .form h1 {
            font-weight: 600;
            font-size: 20px;
        }

        .form .display_form {
            min-width: 100%;
            padding: 30px 24px 20px 30px;
            font-size: 12px;
        }
        .form-control {
            font-size: 16px;
        }
        /* END FROM */

        /* PROBLEMS */
        .problems{
            padding: 30px 0 0 0;
        }

        .problems h1 {
            font-size: 20px;
        }
        .problems h2 {
            font-size: 13px;
        }

        .problems .lateimage {
            width: 200px;
        }
        .problems .problems_icons img {
            width: 20px;
            padding: 0;
        }
        .problems #list_problems{
            padding: 0;
        }
        /* END PROBLEMS */

        /* MODULE */
        .module{
            background: linear-gradient(105.19deg, rgba(43, 32, 70, 0.6) -69.24%, rgba(43, 32, 70, 0) 107.46%);
        }
        .module .title {
            font-size: 23px;
            padding: 15px;
        }
        .module .item_module_card {
            height: 310px;
            padding: 10px;
        }

        .module .module_card .card {
            margin-top: 20px;
            border-radius: 25px;
            width: 120px;
            height: 350px;
        }

        .module_card.owl-carousel .owl-item .item_module_card img {
            width: 85px;
            height: 84px;
            padding-bottom: 3px;
        }

        .module_card.owl-carousel .owl-item .item_module_card h1 {
            color: #fff;
            font-size: 20px;
            margin-top: 5px;
        }
        .module_card.owl-carousel .owl-item .item_module_card p {
            color: #fff;
            font-weight: 400;
            font-size: 12px;
            line-height: 150.19%;
        }

        .module_card .item_module_card .btn-module {
            width: 50%;
            font-size: 13px;
            padding: 10px;
            height: 40px;
            border-radius: 5px;
            margin-top: 12px;
        }

        /* END MODULE*/

        /* SCHEDULE */
        .schedule{
            position: relative;
            height: 220px;
            background-size: 484px;
        }
        .schedule h1 {
            font-size: 20px;
            padding-top: 30px;
        }

        .schedule .btn-signup {
            background: rgba(209, 100, 196, 0.8);
            font-size:8px;
            width: 80px;
            padding: 10px 15px;
            height: 32px;
            color: #fff;
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            margin-top: 50px;
            border-radius: 5px;
            left: 0;
            right: 0;
        }
        /* END SCHEDULE */

        .footer .container-fluid    {
            padding-right: 15px;
            padding-left: 15px;
        }

        .slider_image_carousel.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
            position: absolute;
            left: 50px;
            top: 50%;
            background-color: #6e6e6e !important;
            display: none;
            width: 50px;
            height: 49px;
            padding: 0px 0px !important;
            font-size: 2em;
            border-radius: 50%;
            margin: 0;
            cursor: pointer;
            color: #fff !important;
            transform: translate(-50%, -50%);
        }

        .slider_image_carousel.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
            position: absolute;
            right: 0px;
            top: 50%;
            background-color: #6e6e6e !important;
            display: none;
            width: 50px;
            height: 49px;
            padding: 0px 0px !important;
            font-size: 2em;
            border-radius: 50%;
            margin: 0;
            cursor: pointer;
            color: #fff !important;
            transform: translate(-50%, -50%);
        }
        .service_page_text{
            color: #fff;
            font-weight: 600;
            padding-top: 15vh;
            font-size: 20px;
            text-align: center;
            margin-bottom: 10px;
            margin-top: 0;
        }
        .title_search_package{
            display: block;
        }
        .title_search_package h1{
            text-align: center;
        }
        .title_package h1 {
            font-size: 20px;
        }
        .input-package {
            width: 100%;
        }
        .detail_create_app p {
            font-size: 12px;
        }
        .detail_create_app hr {
            margin-top: 2px;
            margin-bottom: 2px;
        }
        .detail_create_app h3 {
            font-size: 12px;
        }
        .service_page_text{
            color: #fff;
            font-weight: 600;
            padding-top: 15vh;
            font-size: 20px;
            text-align: center;
            margin-bottom: 10px;
            margin-top: 0;
        }

        .sub_service_page_text{
            color: #fff;
            font-weight: 400;
            font-size: 13px;
            text-align: center;
            line-height: 2px;
            text-decoration-line: underline;
        }
        .image_success{
            margin-top: 41px;
            width: 222px;
            height: 222px;
        }

        .wrapper_login form {
            padding: 0;
        }

        .wrapper_login form h1 {
            color: transparent;
            font-weight: 600;
            font-size: 30px;
            text-align: center;
            margin: 0;
        }
        .wrapper_login form label {
            font-size: 15px;
            color: transparent;
            font-weight: bold;
            font-weight: 600;
            font-size: 18px;
            padding: 0;
            margin: 0;
        }

        .wrapper_login form button {
            margin-top: 45px;
            width: 184px;
            height: 48px;
            background: #2B2046;
            border-radius: 10px;
            color: #fff;
        }
    }
/* 
    Device = Desktops
    Screen = 1281px to higher resolution desktops
    */

    @media (min-width: 1281px) {

    }

/* 
    Device = Laptops, Desktops
    Screen = B/w 1025px to 1280px
    */

    @media (min-width: 1025px) and (max-width: 1280px) {

    }

/* 
    Device = Tablets, Ipads (portrait)
    Screen = B/w 768px to 1024px
    */

    @media (min-width: 768px) and (max-width: 1024px) {

    }


/* 
    Device = Low Resolution Tablets, Mobiles (Landscape)
    Screen = B/w 481px to 767px
    */

    @media (min-width: 481px) and (max-width: 767px) {

    }

/* 
    Device = Most of the Smartphones Mobiles (Portrait)
    Screen = B/w 320px to 479px
    */

    @media (min-width: 320px) and (max-width: 480px) {
        .navbar {
            padding: 12px 24px;
            position: absolute;
            width: 100%;
            z-index: 5;
        }
        .navbar .nav-item{
            display: flex;
            justify-content: center;
            text-align: center;
            margin: 4px 0;
        }
        .navbar .nav-item .link-nav{
            width: 45%;
            border: 1px solid #fff;
            border-radius: 10px;
            padding: 10px 20px;
            color: #fff;
        }
        .navbar_list li .link-nav:hover{
            border-bottom: 1px solid #fff;
        }
        .dropdown a{
            width: 50%;
        }

        .about .swiper-button-next{
            display: none;
        }
        .about .swiper-button-prev{
            display: none;
        }
        .about .service_bussiness img {
            width: 70px;
            height: 90px;
        }
        .swiper-button-next::after, .swiper-button-prev::after{
            color: #fff;
            font-size: 16px !important;
        }
        .about h2{
            color: #000;
            font-weight: 600;
            font-size: 13px;
        }
        .about .service_bussiness {
            border: 3px solid #202046;
            height: 100px;
        }




        .choose .swiper-button-next{
            display: none;
        }
        .choose .swiper-button-prev{
            display: none;
        }
        .choose .service_bussiness img {
            width: 70px;
            height: 90px;
        }
        .swiper-button-next::after, .swiper-button-prev::after{
            color: #fff;
            font-size: 16px !important;
        }
        .choose h2{
            color: #fff;
            font-weight: 600;
            font-size: 13px;
        }
        .choose .service_bussiness {
            border: 3px solid #202046;
            height: 100px;
        }

        .swiper-button-prev{
            background-color: #555;
            padding: 15px;
            border-radius: 50%;
            --swiper-navigation-size: 10px;
        }
        .swiper-button-next{
            background-color: #555;
            padding: 15px;
            border-radius: 50%;
            --swiper-navigation-size: 10px;
        }


        /*.features .swiper-button-next{
            display: none;
        }
        .features .swiper-button-prev{
            display: none;
            }*/

            .clients{
                padding: 0 10px;
            }
            .clients h1 {
                font-weight: 600;
                font-size: 20px;
            }
            .clients .qoute-icon i {
                font-size: 1em;
                line-height: 2.0em;
                color: #2B2046;
            }
            .clients .clients-slider {
                padding: 10px;
            }
            .clients .client-logo img{
                height: 80px;
                overflow: hidden;
            }

            /*.module .swiper-button-next{
                display: none;
            }
            .module .swiper-button-prev{
                display: none;
                }*/
                .module .item_module_card {
                    height: 380px;
                    padding: 10px;
                }
                .module .item_module_card_title {
                    font-size: 20px;
                }
                .module .item_module_card .btn-module{
                    width: 65px;
                    height: 22px;
                    font-size: 12px;
                }
                .module .item_module_card_subtitle p {
                    font-size: 15px;
                    line-height: 25px;
                }

                .title_search_package{
                    display: block;
                }
                .title_search_package h1{
                    text-align: center;
                }
                .title_package h1 {
                    font-size: 20px;
                }
                .input-package {
                    width: 100%;
                }
                .detail_create_app p {
                    font-size: 12px;
                }
                .detail_create_app hr {
                    margin-top: 2px;
                    margin-bottom: 2px;
                }
                .detail_create_app h3 {
                    font-size: 12px;
                }
                .service_page_text{
                    color: #fff;
                    font-weight: 600;
                    padding-top: 15vh;
                    font-size: 20px;
                    text-align: center;
                    margin-bottom: 10px;
                    margin-top: 0;
                }

                .sub_service_page_text{
                    color: #fff;
                    font-weight: 400;
                    font-size: 13px;
                    text-align: center;
                    line-height: 2px;
                    text-decoration-line: underline;
                }
                .image_success{
                    margin-top: 41px;
                    width: 222px;
                    height: 222px;
                }

                #leftside img{
                    width: 136px;
                    height: 136px;
                }


                #login_page{
                    background-color: transparent;
                }

                #login_page #leftside {
                    background: transparent;
                    display: inline-block;
                    height: 100px;
                }

                #login_page #leftside img{
                    position: static;
                }

                .wrapper_login form {
                    padding: 0;
                }

                .wrapper_login form h1 {
                    color: transparent;
                    font-weight: 600;
                    font-size: 30px;
                    text-align: center;
                    margin: 0;
                }
                .wrapper_login form label {
                    font-size: 15px;
                    color: transparent;
                    font-weight: bold;
                    font-weight: 600;
                    font-size: 18px;
                    padding: 0;
                    margin: 0;
                }

                .wrapper_login form button {
                    margin-top: 45px;
                    width: 184px;
                    height: 48px;
                    background: #2B2046;
                    border-radius: 10px;
                    color: #fff;
                }

                .detail-billing{
                    margin-top: 10px;
                    padding:13px 5px 13px 13px;
                }
            }