@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

:root{
    --yellow:#f9d806;
    --light-yellow:#ffee80;
    --black:#130f40;
    --light-color:#666;
    --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
    --border:.1rem solid rgba(0,0,0,.1);
}

*{
    font-family: 'Poppins', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: scroll;
    scroll-padding-top: 7rem;
    scroll-behavior: smooth;
    width: 100%;
}
body{
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}
section{
}

.heading{
    padding-bottom: 2rem;
    text-align: center;
    font-size: 4.5rem;
    color:var(--black);
}

.heading span{
    position: relative;
    z-index: 0;
}

.heading span::before{
    content: '';
    position: absolute;
    bottom:1rem; left:0;
    height: 100%;
    width: 100%;
    background: var(--light-yellow);
    z-index: -1;
    clip-path: polygon(0 90%, 100% 80%, 100% 100%, 0% 100%);
}

.btn{
    display: inline-block;
    margin-top: 20px;
    padding:.8rem 3rem;
    background:var(--light-yellow);
    color:var(--black);
    cursor: pointer;
    font-size: 1.7rem;
    border-radius: .5rem;
    font-weight: 500;
    text-align: center;
    transition: background .3s;
}

.btn:hover{
    background:var(--yellow);
}
.btn1{
    width: 100%;
    padding:.8rem 3rem;
    cursor: pointer;
    text-align: center;
}

.spacing{
    margin-top: 50px;
}
.header-area{
    width: 100%;
}
.scroll{
    position: absolute;
    bottom: 0;
    z-index: 11;

}
.scroll h1 i{
    font-size: 40px;
    text-align: center;
    color: #ff0000; 
}
.navbar{
    position: fixed;
    background: linear-gradient(180deg, rgba(0,0,0,0.5311915365497717) 0%, rgba(255,255,255,0) 100%);
    align-items: center;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 10%;
    box-sizing: border-box;
    -webkit-transition: background .3s;
    transition: background .3s;
    z-index: 9999999;
}
.navbar.active{
    background: #fc9445;
    z-index: 9999999;
}
.navbar .logo{
    width: 40%;
}
.navbar .nav-links #marker{
    position: absolute;
    height: 4px;
    width: 0;
    background: #fff;
    left: 0;
    bottom: 25px;
    transition: 0.5s;
    border-radius: 4px;
}
.navbar .nav-links ul{
    display: flex;
}
.navbar .nav-links ul li{
    padding: 5px;
    font-size: 16px;
    list-style: none;
}
.navbar .nav-links ul li a{
    color: #000;
    -webkit-text-fill-color: #ff8400;
    -webkit-text-stroke-width: .2px;
    font-size: 16px;
    font-weight: 800;
}
.navbar.active .nav-links ul li a{
    color: #000;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0px;
    font-weight: 800;
}
.navbar.active .nav-links ul li{
    background: transparent;
}
.navbar .nav-links ul li.active a {
    color: #fa9600;
    font-weight: 700;
}
.navbar .menu{
    display: none;
    position: relative;
    font-size: 15px;
    right: 0;
    cursor: pointer;
}
.promo-desember.owl-theme{
    border-radius: 9px;
}
.big-promo-hp .promo-desember{
    display: flex;
    flex-wrap:center;
}
.promo-desember-grup{
    position: relative;
}
.promo-desember .tab-promo-desember{
    position: relative;
} 
.promo-desember .tab-promo-desember .search-promo-desember{
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    border-radius: 0 0 0 10px;
    padding: 10px;
    cursor: pointer;
    
}
.promo-desember .tab-promo-desember .search-promo-desember i{
    color: #fff;
    font-size: 50px;
}
.promo-desember .klik-promo{
    opacity: 0;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.promo-desember .klik-promo .benefit{
    color:#fff;
}
.promo-desember .klik-promo .benefit .judul-benefit{
    position: absolute;
    left:9%;
    top: 10%;
    font-size: 20px;
}
.promo-desember .klik-promo .benefit .benefit-text{
    position: absolute;
    top: 26%;
    left: 10%;
    right: 10%;
}
.promo-desember .klik-promo .pesan-promo{
    position: absolute;
    display: flex;
    top: 40%;
    bottom: 40%;
    right: 20%;
    left: 20%;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    font-size: 15px;
    padding: 15px;
    cursor: pointer;
}
.promo-desember .klik-promo .pesan-promo h1{
    color:#000;
}

.promo-call::before{
     content: "\f095";
    font-family: "Font Awesome 7 Pro" ;
    font-weight: 900;
    font-size: 15px;
}

.big-promo-hp .promo-desember-hp{
    justify-content: center;
} 

.promo-desember-hp .tab-promo-desember{
    position: relative;
} 
.promo-desember-hp .tab-promo-desember .search-promo-desember{
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    border-radius: 0 0 0 10px;
    padding: 10px;
    cursor: pointer;
    
}
.promo-desember-hp .tab-promo-desember .search-promo-desember i{
    color: #fff;
    font-size: 50px;
}
.promo-desember-hp .klik-promo{
    opacity: 0;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.promo-desember-hp .klik-promo .benefit{
    color:#fff;
}
.promo-desember-hp .klik-promo .benefit .judul-benefit{
    position: absolute;
    left:9%;
    top: 10%;
    font-size: 20px;
}
.promo-desember-hp .klik-promo .benefit .benefit-text{
    position: absolute;
    top: 26%;
    left: 10%;
    right: 10%;
}
.promo-desember-hp .klik-promo .pesan-promo{
    position: absolute;
    display: flex;
    top: 40%;
    bottom: 40%;
    right: 20%;
    left: 20%;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    font-size: 15px;
    padding: 15px;
    cursor: pointer;
}
.promo-desember-hp .klik-promo .pesan-promo h1{
    color:#000;
}

@media screen and (max-width: 450px){
   
.big-promo-laptop{
    display: none;
}
 
}
@media screen and (min-width: 500px){
   
.big-promo-hp{
    display: none;
}
 
}
@media screen and (max-width: 900px){
    .navbar.active{
    background: #fc9445;
    z-index: 9999999;
}
.navbar{
    padding:15px 0;
}
    .navbar .menu{
        display: block;
        margin-right: 30px;
        z-index: 99999999;
    }
    .navbar .logo{
        margin-left: 8px;
        width: 60%;
        z-index: 99999999;
    }
    .nav-links{
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(58, 59, 58,.5);
        width: 100%;
        height: 100vh;
        display: none;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: all 0.5s ease;
        z-index: 99999;
    }
    .navbar .nav-links ul li a{
        color: #000;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0px;
    }
    .nav-links.active{
        display: flex;
    }
    .nav-links.mobile-menu{
        margin-left: 0;
    }
    .nav-links ul{
        display: flex;
        flex-direction: column;
    }
    .navbar .nav-links ul li{
        margin: 20px 0;
    }
}

@media screen and (max-width: 450px){
    
.navbar .logo{
    width: 80%;
}
    .navbar .menu{
        display: block;
        margin-right: 10px;
        z-index: 99999999;
    }
}
#login-btn .btn{
    margin-top: 0;
}

#login-btn i{
    display: none;
    font-size: 2.5rem;
    color:var(--light-color);
}



#menu-btn{
    font-size: 2.5rem;
    color:var(--light-color);
    display: none;
}

.login-form-container{
    position: fixed;
    top:-105%; left:0;
    height:100%;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(255,255,255,.9);
    z-index: 10000;
}

.login-form-container.active{
    top: 0;
}

.login-form-container form{
    margin:2rem;
    text-align: center;
    padding:2rem;
    width:40rem;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    border:var(--border);
    background: #fff;
}

.login-form-container form .buttons{
    display: flex;
    gap:1rem;
    align-items: center;
}

.login-form-container form .btn{
    display: block;
    width:100%;
    margin:.5rem 0;
}

.login-form-container form .box{
    margin:.7rem 0;
    width: 100%;
    font-size: 1.6rem;
    color:var(--black);
    text-transform: none;
    border:var(--border);
    padding:1rem 1.2rem;
    border-radius: .5rem;
}

.login-form-container form p{
    padding:1rem 0;
    font-size: 1.5rem;
    color:var(--light-color);
}

.login-form-container form p a{
    color:var(--yellow);
    text-decoration: underline;
}

.login-form-container form h3{
    padding-bottom:1rem;
    font-size: 2.5rem;
    color:var(--black);
    text-transform: uppercase;
}

.login-form-container #close-login-form{
    position: absolute;
    top:1.5rem; right:2.5rem;
    font-size: 5rem;
    color:var(--black);
    cursor: pointer;
}

.opening-video{
    position: relative;
    background-color: #000; 
    width: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}
/*
@media (min-aspect-ratio: 16/9){

    .opening-video{
        width: 100%;
        height: 50%;
    }

}
@media (max-aspect-ratio: 16/9){

    .opening-video{
        width: 100%;
        height: 50%;
    }

}*/

.home{
   
    text-align: center;
    overflow-x: hidden;
}
.home .home-text{
    position: absolute;
    top: 200px;
    left: 30px;
}
.home .home-text h1{
    
    color: transparent;
    -webkit-text-stroke: 1px  #fa9600;
    background: url(/image/back.png);
    font-weight: 900;
    font-size: 60px;
    text-align: left;
    background-position: 0 0;
    animation: back 20s linear infinite;
}
@keyframes back{
    100%{
        background-position: 2000px 0;
    }
}
.home .home-text-1 {
    position: relative;
    left: 10px;
}
.home .home-text-1 h1{
    font-size: 20px;
    color: white;
    font-weight: 300;
}
.home .home-text-2 {
    position: relative;
    top: 40px;
    left: 10px;
}
.home .home-text-2 h1{
    font-size: 40px;
    color: white;
    font-weight: 300;
}
.home .home-text-2 ul{
    position: relative;
    color: white;
    font-size: 20px;
    left: 25px;
    text-align: left;
}
.home .home-image{
    width: 300px;
    display: flex;
    position: relative;
}
.home .home-image img{
    margin-right: 20px;
    cursor: pointer;
    width: 60px;
    transition: 0.1s;
}
.home .home-image img:hover{
    margin-right: 20px;
    cursor: pointer;
    width: 80px;
}
.home h3{
    color:var(--black);
    font-size: 7.5vw;
    text-transform: uppercase;
}

.home img{
    width:100%;
    margin: 0;
    box-shadow: var(--box-shadow);
}

.icon-detail{
    font-size: 200px;
    color: #fa9600;
}
.icons-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap:1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #eee;
}

.icons-container .icons{
    background:#fff;
    display: flex;
    align-items: center;
    box-shadow: var(--box-shadow);
    border-radius: .5rem;
    padding:2rem;
    gap:1.5rem;
}

.icons-container .icons i{
    height:5rem;
    width:5rem;
    line-height:5rem;
    font-size:2.5rem;
    color:var(--black);
    background:#eee;
    text-align: center;
    border-radius: 50%;
}

.icons-container .icons .content h3{
    font-size: 2.5rem;
    color:var(--yellow);
}

.icons-container .icons .content p{
    font-size: 1.5rem;
    color:var(--light-color);
}

.icons-container .icons:hover{
    background:var(--black);
}

.icons-container .icons:hover i{
    background:var(--yellow);
}

.icons-container .icons:hover .content h3{
    color:#fff;
}

.icons-container .icons:hover .content p{
    color:#eee;
}

.vehicles .vehicles-slider{
    padding-bottom: 5rem;
}
.second-video{
    display: none;
}

@media screen and (max-width: 900px){
   
.second-video{
    display: block;
}
 
}
.slider{
    margin-bottom: 20px;
    position: relative;
}
.slider .owl-item.active.center .slider-card-baru{
    background: grey;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /*border: 2px solid #fa9600;*/
    border-radius: 15px;
    padding: 8px;
    width: 100%;
    transform: scale(1);
    opacity: 1.5;
}
.slider .owl-item.active.center .content{
    width: 100%;
    transform: scale(1);
    opacity: 1;
}
.owl-item .slider-card{
    background-image: url("/image/background-mobil.png");
    padding: 10px;
    border-radius: 20px;
    transform: scale(0.85);
    opacity: 0.5;
    transition: all 0.3s;
}
.owl-item.active.center .slider-card{
    transform: scale(1);
    opacity: 1;
}
.content{
    transform: scale(0);
    transition: all 0.3s;
}
.slider-card .box{
    width: 100%;
    text-align: center;
}
.slider-card .content{
    text-align: center;
    font-size: 23px;
    font-weight: 900;
    color: #130f40;
}
.slider-card .pesan-sekarang{
    margin: 20px 15px;
    border-radius: 15px;
    background: #ffd373;
    padding: 15px;
    align-items: center;
}
.slider-card .pesan-sekarang span{
  animation: heartbeat 1.4s linear infinite;
    
}

.slider-card .pesan-sekarang h1{
    font-size: 20px;
    
}


.slider-card-baru{
    transform: scale(0.85);
    opacity: 0.5;
    transition: all 0.3s;
}
.content{
    transform: scale(0);
    transition: all 0.3s;
}
.slider-card-baru .box{
    width: 100%;
    text-align: center;
}
.slider-card-baru .content{
    text-align: center;
    font-size: 23px;
    font-weight: 900;
    color: #130f40;
}
.slider-card-baru .pesan-sekarang{
    margin: 20px 15px;
    border-radius: 15px;
    background: #ffd373;
    padding: 15px;
    align-items: center;
}
.slider-card-baru .pesan-sekarang span{
  animation: heartbeat 1.4s linear infinite;
    
}

.slider-card-baru .pesan-sekarang h1{
    font-size: 20px;
    
}
.container_car_slider .slider{
    margin-top: 50px;
}
.price-list{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.price-list ul li{
    list-style: none;
    margin: 0 15px;
    color: #fa9600;
    text-align: left;
    
}
.price-list ul li span{
    color: #666;
    padding-left: 8px;
    font-weight: 400;
    font-size: 1.6rem;
}
.price-list ul li  i{
    color: #130f40;
}
.price-list .price-left{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.price-list .price-left .space{
    margin: 0 10px;
}
.price-list .price-left .center-space{
    margin: 0;
}
.price-list .price-left div h1{
   font-size: 30px;
   text-align: center;
}
.fa-li{
    transform: translateY(6px);
}
.slider-card .content .price span{
    font-size: 25px;
    font-weight: 400;
    color: #000;
    -webkit-text-fill-color: #575656;
    -webkit-text-stroke-width: .5px;
}
.slider-card .content .price{
    display: none;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    -webkit-text-fill-color: #fa9600;
    -webkit-text-stroke-width: .7px;
}
.slider-card .content .price button{
    text-align: center;
}
.slider-card-baru .content .price span{
    font-size: 25px;
    font-weight: 400;
    color: #000;
    -webkit-text-fill-color: #575656;
    -webkit-text-stroke-width: .5px;
}
.slider-card-baru .content .price{
    display: none;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    -webkit-text-fill-color: #fa9600;
    -webkit-text-stroke-width: .7px;
}
.slider-card-baru .content .price button{
    text-align: center;
}
.owl-next{
    position: absolute;
    top: 40%;
    right: 0;
    opacity: 1;
}
.owl-next span{
    display: none;
}
.owl-next::before{
    content: "\f105";
    font-family: "Font Awesome 7 Pro" ;
    color: #fa9600;
    font-weight: 900;
    font-size: 50px;
}
.owl-prev{
    position: absolute;
    display:none;
    top:40%;
    left: 0;
    opacity: 1;
    z-index: 2;
}
.owl-prev span{
    display: none;
}
.owl-prev::before{
    content: "\f104";
    font-family: "Font Awesome 7 Pro" ;
    color: #fa9600;
    font-weight: 900;
    font-size: 50px;
}
.owl-theme .owl-dots .owl-dot span {
    color: #fa9600;
    background: #ff0000;
}
.vehicles .vehicles-slider .box{
    text-align: center;
}

.vehicles .vehicles-slider .box img{
    width:100%;
    transform: scale(.8);
    opacity: .5;
}

.vehicles .vehicles-slider .box .content{
    padding-top: 1rem;
    transform: scale(0);
}

.vehicles .vehicles-slider .swiper-slide-active .content{
    transform: scale(1);
}

.vehicles .vehicles-slider .swiper-slide-active img{
    transform: scale(1);    
    opacity: 1;
}

.vehicles .vehicles-slider .box .content h3{
    font-size: 2.5rem;
    color:var(--black);
}

.promo-icon{
    margin-left: 4px;
    position: relative;
    top: -10px;
    margin-bottom: 13px;
    background-color: #e03574;
    
    border-radius: 3px;
}
.promo-icon-text{
    font-size: 50px;
    color: #130f40;

}
.vehicles .vehicles-slider .box .content .price{
    font-size: 25px;
    color:#fa9600 ;
    padding:1rem 0;
    font-weight: bolder;
}

.vehicles .vehicles-slider .box .content .price span{
    color:var(--light-color);
    font-size: 25px;
    font-weight: normal;
}

.vehicles .vehicles-slider .box .content p{
    font-size: 1.6rem;
    color:var(--light-color);
    padding: 1rem 0;
    padding-top: 1.5rem;
    border-top: var(--border);
}

.vehicles .vehicles-slider .box .content span{
    font-size: 1rem;
    color:var(--yellow);
    padding:0 .5rem;
}

.no-click{
    pointer-events: none;
}
.click{
    pointer-events: auto
}
.modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    z-index: 10;
    background-color: white;
    width: 1000px;
    max-height: 85%;
    max-width: 90%;
    overflow: auto;
    z-index: 9999999999;
}
.modal.active{
    transform: translate(-50%, -50%) scale(1);
    border: 3px solid #ff8400;
    border-radius: 10px 0 0 0 ;
}
.modal-header {
    
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}
.modal-header .close-button{
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 10px;
    padding: 5px;
    width: 30px;
    height: 30px;
    background: #ff8400;
    border: none;
    border-radius: 50%;
    outline: none;
}
.modal-header .close-button i{

    font-weight: 800;
    color: #fff;
}
.modal-body{
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
}
.modal .swiper-wrapper img{
    border-radius: 5px;
}
.top-side{
    width: 100%;
}
.modal .body-1{
    margin-top: 15px;
    display: flex;
}
.modal .body-1 ul li{
    padding-bottom: 10px;
    text-align: left;
}
.modal .body-1 ul li i{
    font-size: 20px;
}
.seo-square{
    border: 2px solid #000;
    align-items: center;
    border-radius: 8px;
    padding: 8px;
    margin-top: 20px;
}
.seo-square .tags{
    position: absolute;
    margin-top: -26px;
    background: #fff;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 20px;
}
.seo-background{
    display: flex;
    margin: 10px;
}
.seo{
    width: auto;
    display: flex;
    margin: 10px;
    padding: 6px;
    align-items: center;
    background: rgb(255, 255, 255);
    box-shadow: 0 1px 5px 3px;
    border:solid 1px #000;
    border-radius: 10px 5px 20px 2px;
}
.image-hiace-innova{
    border-radius: 20px;
    width: 80px;
}
.seo a{
    font-weight: 500;
    color: #001885;
    font-size: 15px;
}
.left-side{
    width: 100%;
    margin-right: 5px;
    padding: 0;
}
.left-side ul li{
    list-style: none;
    font-size: 15px;
}
.left-side ul li .text{
    list-style: none;
    font-size: 20px;
}
/*.left-side ul li::before{
    content: "\f26c";
    font-family: "Font Awesome 7 Pro" ;
    font-weight: 900;
    color: #ffbf00;
    position: relative;
    margin-right: 10px;
    text-align: left;
}*/
.right-side{
    width: 100%;
    margin-left: 5px;
    padding: 0;
}
.pilih-kota{
    width: 100%;
}

.hitung{
    background: #666;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    padding: 10px;
    height: auto;
    align-items: center;
}
.hitung-wa{
    background: #fff;
    border: 1.5px solid #000;
    border-radius: 10px;
    position: relative;
    margin-top: 8px;
    margin-left: auto;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    padding: 10px;
    height: auto;
    align-items: center;
}
.search-input-body-1{
    display: block;
}
.search-input-body-2{
    display: none;
}
.search-input-body-2 h1{
    font-size: 17px;
}
.search-input-body-2 li{
    list-style: none;
    font-size: 17px;
}
.search-input-body-2 li::before{
    content: "\f058";
    font-family: "Font Awesome 7 Pro" ;
    font-weight: 900;
    color: #16a5f7;
    position: relative;
    margin-right: 10px;
    text-align: left;
}
.search-input-body-2 li span{
    font-size: 18px;
}
.search-input-body-2 input{
    box-shadow: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.search-input-body-2 .hitung-ulang{
    font-size: 20px;
    width: 80%;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
    margin: 12px 10%;
    position: relative;
    cursor: pointer;
}

#overlay_1p{
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999;
    pointer-events: none;
}
#overlay_1p.active{
  pointer-events: all; 
  opacity: 1; 
}
#overlay_2p{
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999;
    pointer-events: none;
}
#overlay_2p.active{
  pointer-events: all; 
  opacity: 1; 
}
#overlay_3p{
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999;
    pointer-events: none;
}
#overlay_3p.active{
  pointer-events: all; 
  opacity: 1; 
}
#overlay_4p{
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999;
    pointer-events: none;
}
#overlay_4p.active{
  pointer-events: all; 
  opacity: 1; 
}
#overlay_5p{
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999;
    pointer-events: none;
}
#overlay_5p.active{
  pointer-events: all; 
  opacity: 1; 
}

#overlay_1i{
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999;
    pointer-events: none;
}
#overlay_1i.active{
  pointer-events: all; 
  opacity: 1; 
}
#overlay_2i{
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999;
    pointer-events: none;
}
#overlay_2i.active{
  pointer-events: all; 
  opacity: 1; 
}
#overlay_3i{
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999;
    pointer-events: none;
}
#overlay_3i.active{
  pointer-events: all; 
  opacity: 1; 
}
#overlay_4i{
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999;
    pointer-events: none;
}
#overlay_4i.active{
  pointer-events: all; 
  opacity: 1; 
}
#overlay_5i{
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999;
    pointer-events: none;
}
#overlay_5i.active{
  pointer-events: all; 
  opacity: 1; 
}

#overlay_1bp{
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999;
    pointer-events: none;
}
#overlay_1bp.active{
  pointer-events: all; 
  opacity: 1; 
}

.swiper-button-next{
    color: #fa9600;
    opacity: .3;
}
.swiper-button-next:hover{
    opacity: 1;
}
.swiper-button-prev{
    color: #fa9600;
    opacity: .3;
}
.swiper-button-prev:hover{
    opacity: 1;
}    
.swiper-button-prev{
    color: #fa9600;
}
.swiper-pagination-bullet-active{
    background: #fa9600;
}
.swiper-pagination-bullet-active{
    background: #fa9600;
}

.services .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:1.5rem;
}

.services .box-container .box{
    padding:2rem;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    border:var(--border);
    text-align: center;
}

.services .box-container .box i{
    height:6rem;
    width:6rem;
    line-height: 6rem;
    border-radius: 50%;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background:var(--yellow);
    color:var(--black);
}

.services .box-container .box h3{
    font-size: 2.2rem;
    color:var(--black);
}

.services .box-container .box p{
    line-height: 1.8;
    padding:1rem 0;
    font-size: 1.4rem;
    color:var(--light-color);
}

.services .box-container .box:hover{
    background: var(--black);
}

.services .box-container .box:hover h3{
    color:#fff;
}

.services .box-container .box:hover p{
    color:#eee;
}

.featured .featured-slider{
    padding:1rem;
    padding-bottom: 4rem;
}

.featured .featured-slider .box{
    padding:2rem;
    text-align: center;
    box-shadow: var(--box-shadow);
    border:var(--border);
    border-radius: .5rem;
}

.featured .featured-slider .box img{
    height: 15rem;
}

.featured .featured-slider .box:hover img{
    transform: scale(.9);
}

.featured .featured-slider .box .content h3{
    font-size: 2.2rem;
    color:var(--black);
}

.featured .featured-slider .box .content .stars{
    padding:1rem 0;
}

.featured .featured-slider .box .content .stars i{
    font-size: 1.7rem;
    color:var(--yellow);
}

.featured .featured-slider .box .content .price{
    font-size: 2.5rem;
    color:var(--black);
}



.newsletter{
    padding:6rem 2rem;
    background: url(../image/letter-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.newsletter h3{
    font-size: 3rem;
    color:var(--black);
}

.newsletter p{
    font-size: 1.5rem;
    color:var(--light-color);
    padding:1rem 0;
}

.newsletter form{
    max-width: 60rem;
    height:5rem;
    background:#fff;
    border-radius: 5rem;
    overflow:hidden;
    display: flex;
    margin:1rem auto;
    box-shadow: var(--box-shadow);
}

.newsletter form input[type="email"]{
    height: 100%;
    width:100%;
    padding:0 2rem;
    font-size: 1.6rem;
    color:var(--black);
    text-transform: none;
}

.newsletter form input[type="submit"]{
    height: 100%;
    width:17rem;
    font-size: 1.7rem;
    color:var(--black);
    background: var(--light-yellow);
    cursor: pointer;
}

.newsletter form input[type="submit"]:hover{
    background: var(--yellow);
}

.reviews .review-slider{
    padding-bottom: 3rem;
}

.reviews .review-slider .box{
    text-align: center;
    padding:2rem;
    margin: 2rem 0;
    opacity: .4;
    transform: scale(.9);
}

.reviews .review-slider .swiper-slide-active{
    opacity: 1;
    transform: scale(1);
    box-shadow: var(--box-shadow);
    border:var(--border);
    border-radius: .5rem;
}

.reviews .review-slider .box img{
    height:7rem;
    width:7rem;
    border-radius: 50%;
    object-fit: cover;
}

.reviews .review-slider .box .content p{
    color:var(--light-color);
    font-size: 1.4rem;
    padding:1rem 0;
}

.reviews .review-slider .box .content h3{
    color:var(--black);
    font-size: 2.2rem;
    padding-bottom: .5rem;
}

.reviews .review-slider .box .content .stars i{
    color:var(--yellow);
    font-size: 1.7rem;
}

.contact .row{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.contact .row .map{
    flex:1 1 42rem;
    width: 100%;
    padding:2rem;
    box-shadow: var(--box-shadow);
    border:var(--border);
    border-radius: .5rem;
}

.contact .row form{
    padding:2rem;
    flex:1 1 42rem;
    box-shadow: var(--box-shadow);
    border:var(--border);
    text-align: center;
    border-radius: .5rem;
}

.contact .row form h3{
    font-size: 3rem;
    color:var(--black);
    padding-bottom: 1rem;
}

.contact .row form .box{
    width:100%;
    border-radius: .5rem;
    padding:1rem 1.2rem;
    font-size: 1.6rem;
    text-transform: none;
    border:var(--border);
    margin:.7rem 0;
}

.contact .row form textarea{
    height:15rem;
    resize: none;
}
.contact-info{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contact-area .contact-info h1{
    font-size: 23px;
    color: #fff;
    transition: .2s;
}
.contact-area .contact-info h1:hover{
    font-size: 30px;
    color: #ffb452;
}
.contact-area .contact-info img{
    width: 40px;
}
.contact-area .contact-info h1{
    margin-left: 20px;
}
.map{
    position: relative;
    top:20px;
    left: 15px;
    width: 80%;
    height: 450px;
    max-height: 500px;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 5px;
    background: transparent;
    padding: 10px;
  }
  
  .grid-container div {
    position: relative;
    align-items: center;
    margin: 0 20px;
  }
 /*
  .item1 {
    grid-row: 1 / 3;
    align-items: center;
  }
  .item1 img{
    height: 90%;
  }
 */
.promo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    background: transparent;
    align-items: center;
    margin-top: 30px;
    padding: 20px
}
.promo .promo-spek-mobil{
    position: relative;
    width: 45%;
    
}

@media screen and (max-width: 900px){
.promo .promo-spek-mobil {
    width: 45%;
}
}
@media screen and (max-width: 500px){
.promo .promo-spek-mobil {
    width: 100%;
}
}

.promo .promo-spek-mobil .image-hover{
    z-index: 2;
}
.promo .promo-spek-mobil:hover .image-hover{
    z-index: 0;
}
.promo .promo-spek-mobil .promo-spek-mobil-hover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    z-index: 0;
}

.promo .promo-spek-mobil:hover .promo-spek-mobil-hover{
    background: rgba(0,0,0,.5);
    opacity: 1;
    z-index: 1;
}

.promo .promo-spek-mobil .promo-spek-mobil-search{
    opacity: 1;
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: rgba(0,0,0,.5);
    border-radius: 0 10px 0 10px;
    padding: 10px;
    cursor: pointer;
    transition: opacity .6s ease-in-out;
    z-index: 3;
}
.promo .promo-spek-mobil .promo-spek-mobil-search i::before{
    content: "\f00e";
    font-family: "Font Awesome 7 Pro" ;
    font-weight: 900;
    font-size: 50px; 
}
.promo .promo-spek-mobil:hover .promo-spek-mobil-search{
    opacity: 0;
    z-index: 3;
}
.promo .promo-spek-mobil .promo-spek-mobil-hover .promo-spek-mobil-pesan-sekarang:hover{
    
}
.promo .promo-spek-mobil .promo-spek-mobil-hover .promo-spek-mobil-pesan-sekarang{
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.promo .promo-spek-mobil .promo-spek-mobil-hover .promo-spek-mobil-pesan-sekarang h1{
    width: auto;
    background:#fff;
    padding: 10px;
    color:#000;
    border: 2px solid #ff7b00;
    border-radius: 10px;
    cursor: pointer;
}
.promo .promo-spek-mobil .promo-spek-mobil-hover .promo-spek-mobil-pesan-sekarang:hover h1{
    font-size: 20px;
}
.promo .promo-spek-mobil:hover .promo-spek-mobil-hover .promo-spek-mobil-pesan-sekarang{
    opacity:1;
}
.promo .promo-left:hover .pesan-promo{
    position: absolute;
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
    top: 2px;
    bottom: 7px;
    left: 2px;
    right: 2px;
    z-index:2;
}
.promo .promo-left:hover .search-left{
    background: transparent;
}
.promo .space{
    margin: 0 5px;
}
.promo .promo-left{
    width: 100%;
}
.promo-left .item1{
        position: relative;
}
.promo-content{
    display: none;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 134, 207, .6);
    border: 2px solid #ff7b00;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
    overflow: auto;
    opacity: 0;
    transition: 0.7s;
}
.promo-content:hover{
    opacity: 1;
}
.promo-content .promo-judul{
    color: #fff;
    font-weight: 750;
    font-size: 35px;
    padding-top: 5px;
    
}

.promo img{
    position: relative;
    width: 100%;
    height: 100%;
    margin-right: 0;
    border: 2px solid #ff7b00;
    border-radius: 10px;
}
.promo .promo-right{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.promo .search-left{
    position: absolute;
    background: rgba(0, 0, 0, .7);
    top: 2px;
    right: 2px;
    padding: 15px;
    border-radius: 0 8px 0 15px;
    font-size: 30px;
    cursor: pointer;
    z-index: 110;
}
.promo-left .pesan-sekarang{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 50%;
    margin: auto;
    z-index: 20;
}
.promo-left .pesan-sekarang .pesan-button{
    padding: 20px;
    background: transparent;
    border-radius: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    border: 4px solid #ff9100;
    cursor: pointer;
    display: none;
    animation: promo-show .5s both;
}
@keyframes promo-show {
  0% {
    margin-left: -100%;
    opacity: 0;
  }
  10% {
    margin-left: -90%;
    opacity: .1;
  }
  20% {
    margin-left: -80%;
    opacity: .2;
  }
  30% {
    margin-left: -70%;
    opacity: .3;
  }
  40% {
    margin-left: -60%;
    opacity: .4;
  }
  50% {
    margin-left: -50%;
    opacity: .5;
  }
  60% {
    margin-left: -40%;
    opacity: .6;
  }
  70% {
    margin-left: -30%;
    opacity: .7;
  }
  80% {
    margin-left: -20%;
    opacity: .8;
  }
  90% {
    margin-left: -10%;
    opacity: .9;
  }
  100% {
    margin-left: 0;
    color: #000;
    background: #fff;
    opacity: 1;
  }
}
.promo-left .item1:hover .pesan-sekarang .pesan-button{
    display: block;
}
.promo .promo-right .search{
    position: absolute;
    background: rgba(0, 0, 0, .7);
    top: 10px;
    right: 10px;
    padding: 15px;
    border-radius: 0 8px 0 15px;
    font-size: 30px;
    z-index: 110;
}
.promo-right .pesan-sekarang{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 50%;
    margin: auto;
    z-index: 20;
}
.promo-right .pesan-sekarang .pesan-button{
    padding: 20px;
    background: transparent;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border: 4px solid #ff9100;
    cursor: pointer;
    display: none;
    animation: promo-show .5s both;
}
.promo-right .item2:hover .pesan-sekarang .pesan-button{
    display: block;
}
.promo .promo-right .item2:hover .pesan-promo-right{
    position: absolute;
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
    top: 10px;
    bottom: 15px;
    left: 10px;
    right: 10px;
    z-index:2;
}
.promo .promo-right .item2:hover .search{
    background: transparent;
}
.promo-right .item3:hover .pesan-sekarang .pesan-button{
    display: block;
}
.promo .promo-right .item3{
    width:50%;
    padding: 8px;
    position: relative;
    
}
.promo .promo-right .item3:hover .pesan-promo-right{
    position: absolute;
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
    top: 10px;
    bottom: 15px;
    left: 10px;
    right: 10px;
    z-index:2;
}
.promo .promo-right .item3:hover .search{
    background: transparent;
}
.promo-right .item7:hover .pesan-sekarang .pesan-button{
    display: block;
}
.promo .promo-right .item7{
    width:50%;
    padding: 8px;
    position: relative;
    
}
.promo .promo-right .item7:hover .pesan-promo-right{
    position: absolute;
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
    top: 10px;
    bottom: 15px;
    left: 10px;
    right: 10px;
    z-index:2;
}
.promo .promo-right .item7:hover .search{
    background: transparent;
}
.promo-right .item8:hover .pesan-sekarang .pesan-button{
    display: block;
}
.promo .promo-right .item8{
    width:50%;
    padding: 8px;
    position: relative;
    
}
.promo .promo-right .item8:hover .pesan-promo-right{
    position: absolute;
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
    top: 10px;
    bottom: 15px;
    left: 10px;
    right: 10px;
    z-index:2;
}
.promo .promo-right .item8:hover .search{
    background: transparent;
}
.alasan{
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    z-index: 19;
}
.alasan .alasan-left{
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    width: 100%;
    align-items: center;
    padding-top: 10px;
    padding-left: 70px;
    padding-right: 0;
    padding-bottom: 20px;
}
.alasan .alasan-left .item-alasan{
    width: 25%;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    transition: .2s linear;
}
.alasan .alasan-left img:hover{
    border-radius: 10px;
}
.alasan .alasan-left .item-alasan:hover{
    border: 2px solid #ff7b00; 
    border-radius: 10px;
}
.alasan .alasan-left .item-alasan img{
    width: 100%;
}
.alasan .alasan-left h1{    
    text-align: center;
    font-size: 17px;
}
.alasan .alasan-right{
    padding: 0;
    width: 100%;
}
.alasan-right img{
    mix-blend-mode: darken;
    width: 100%;
}
.testimoni-slider .owl-item.active.center .swiper-testimoni{
    
   /* border: 2px solid #fa9600;*/
    box-shadow: var(--box-shadow);
    border: var(--border);
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    transform: scale(1);
    opacity: 1.5;
}
.testimoni-slider .owl-item.active.center .testimoni-content{
    width: 100%;
    transform: scale(1);
    opacity: 1;
}
.testimoni{
    position: relative;
    margin-bottom: 30px;
} 
.swiper-testimoni{
    transform: scale(0.85);
    opacity: 0.5;
    transition: all 0.3s;
    
}
.swiper-testimoni img{
    border-radius: 5px;
}
.testimoni-content{
    transform: scale(0);
    transition: all 0.3s;
}
.testimoni-content .text-background{
    padding: 15px;
}
.testimoni-content  h1{
    text-align: center;
}

.testimoni-content .text-testimoni{
   padding-top: 10px;
   padding-bottom: 8px;
   font-size: 18px;
   font-weight: 350;
}
.testimoni-content .nama-testimoni{
   padding-top: 15px;
   padding-bottom: 10px;
   font-size: 18px;
}
.swiper-testimoni .stars{
    padding-top: 8px;
    text-align: center;
}
.swiper-testimoni .stars i{
    font-size: 20px;
    color:var(--yellow);
}

.footer{
   /* background: #479dff;*/
    background: #0265d6;
    z-index: 20;
    /*padding-bottom: 8rem;*/
}
.paket-hasil{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
}
.footer h1{
    -webkit-text-stroke: #000;
    -webkit-text-stroke-width: .6px;
}

.footer-area{
    display: flex;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    justify-content: center;
}
.footer-left{
    width: 100%;
}
.footer-right{
    width: 100%;
    position: relative;
    text-align: left;
}
.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box h3{
    font-size: 2.2rem;
    padding:1rem 0;
    color:var(--black);
}

.footer .box-container .box a{
    display: block;
    font-size: 1.4rem;
    padding:1rem 0;
    color:var(--light-color);
}

.footer .box-container .box a i{
    padding-right: .5rem;
    color:var(--black);
}

.footer .box-container .box a:hover i{
    padding-right: 2rem;
}

.footer .cara-bayar h1{
    margin-top: 70px;
    margin-bottom: 30px;
    margin-left: 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 750;
}
.footer .logo-bayar{
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    
}
.footer .logo-bayar .logo-left{
    width: 50%;
}
.footer .logo-bayar .logo-left .mandiri-background{
    margin-left: 15px;
}
.footer .logo-bayar .logo-left h1{
    margin-top: 10px;
    margin-left: 0;
    text-align: left;
}
.footer .logo-bayar .logo-right{
    width: 50%;
}
.footer .logo-bayar .logo-right h1{
    text-align: left;
    margin-left: 0;
}
.footer .logo-bayar .logo-right .qris-background{
    display: flex;
}
.footer .logo-bayar .logo-right .code-background{
    display: flex;
    align-items: center;
    margin-top: 15px
}
.footer .logo-bayar .logo-right .code-background .code{
    margin: 10px;
    width: 40%;
}
.footer .logo-bayar .logo-left img{
    width: 50%;    
}
.footer .logo-bayar .logo-right img{
    width: 50%;    
}
.footer .credit{
    text-align: center;
    padding:1.5rem;
    padding-top: 2.5rem;
    margin-top: 2rem;
    border-top: var(--border);
    font-size: 2rem;
    font-weight: 700;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .credit:hover{
     color: #ffb452;
}
.footer .credit-1{
    
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    
}
@media screen and (max-width: 900px){
    
.footer .credit-1{
    
    flex-direction: column;
    text-align: center;
    
}

}
.footer .credit-1 a, .footer .credit-1 h1{
    
    font-size: 20px;
    color: #fff;
    
}
#hitung1_1p.disabled{
    background: #000;
}
















@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .header{
        padding:2rem;
    }

    .header.active{
        padding:2rem;
    }

    

}

@media (max-width:768px){

    #menu-btn{
        display: block;
    }

    #menu-btn.fa-times{
        transform:rotate(180deg);
    }

    #login-btn .btn{
        display: none;
    }

    #login-btn i{
        display: block;
    }

    .header .navbar{
        position: absolute;
        top:99%; left:0; right:0;
        background: #fff;
        border-top: var(--border);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    .header .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .header .navbar a{
        margin:2rem;
        display: block;
        font-size: 2rem;
    }

}

@media (max-width:450px){

    html{
        font-size: 50%;
    }

    .heading{
        font-size: 3rem;
    }

}

.logo-promo {
  position: fixed;
  width: 70px;
  animation: heartbeat 1.4s linear infinite;
  bottom: 260px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}

.logo-promo:before,
.logo-promo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.logo-instagram {
  position: fixed;
  width: 70px;
  animation: heartbeat 1.4s linear infinite;
  bottom: 160px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}

.logo-instagram:before,
.logo-instagram:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.logo-wa {
  position: fixed;
  width: 70px;
  animation: heartbeat 1.4s linear infinite;
  bottom: 60px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}

.logo-wa:before,
.logo-wa:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 900px){
.owl-next::before{
    content: "\f105";
    font-family: "Font Awesome 7 Pro" ;
    color: #fa9600;
    font-weight: 900;
    font-size: 50px;
}
.modal .body-1{
    align-items: center;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modal .body-1 .left-side{
    margin-right: 0;
}
.modal .body-1 .right-side{
    margin-top: 15px;
    margin-left: 0;
}
.seo-background{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 5px;
}
.seo{
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 10px;
    padding: 6px;
    align-items: center;
    background: rgb(255, 255, 255);
    box-shadow: 0 1px 5px 3px;
    border:solid 1px #000;
    border-radius: 10px 5px 20px 2px;
}
.alasan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.alasan .alasan-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    width: 100%;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}
.alasan .alasan-left .item-alasan{
    width: 40%;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    transition: .2s linear;
}
.alasan .alasan-left .item-alasan:hover{
    border: 2px solid #ff7b00; 
    padding: 0;
    border-radius: 10px;
}
.alasan .alasan-left .item-alasan:hover{
    border: 2px solid #ff7b00; 
    padding: 0;
    border-radius: 10px;
}
.seo-square{
    margin-top: 30px;
}
.seo-background{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.seo{
    display: flex;
    justify-content: center;
    margin: 10px;
}
.footer-area{
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    justify-content: space-between;
}
.footer .cara-bayar h1{
    margin-top: 70px;
    margin-bottom: 30px;
    margin-left: 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 750;
}
.footer .logo-bayar{
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.footer .logo-bayar .logo-left{
    width: 100%;
}
.footer .logo-bayar .logo-left .mandiri-background{
    margin-left: 15px;
}
.footer .logo-bayar .logo-left h1{
    margin-top: 10px;
    margin-left: 0;
    text-align: left;
    font-size: 17px;
}
.footer .logo-bayar .logo-right{
    width: 100%;
}
.footer .logo-bayar .logo-right h1{
    text-align: left;
    margin-left: 0;
    font-size: 17px;
}
.footer .logo-bayar .logo-right .qris-background{
    display: flex;
}
.footer .logo-bayar .logo-right .code-background{
    display: flex;
    align-items: center;
    margin-top: 15px
}
.footer .logo-bayar .logo-right .code-background .code{
    margin: 10px;
    width: 40%;
}
.footer .logo-bayar .logo-left img{
    width: 70%;    
}
.footer .logo-bayar .logo-right img{
    width: 60%;    
}
.paket-hasil{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.paket-hasil .hasil-1{
    margin-bottom: 10px;
}
}

.none{
    display: none;
}
