@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

html{
    height: 100%;
    background: #fff;
}

.pointer{
    cursor: pointer;
}

body{
    height: 100%;
    background: #fff;
}

a:hover{
    color: rgb(59, 59, 59);
}

.black{
    font-weight: 900;
}

.black h1{
    font-size: 1.2rem;
}

.show{
    display: block !important;
}

.hide{
    display: none !important;
}

.admin-topbar{
    background: #000;
    height: 40px;
    color: #fff;
    padding-top: 10px;
}

.admin-topbar a{
    color: #fff;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.admin-topbar .topbar-title{
    margin-right: 20px;
}

.my-btn-primary{
    background: #A32D2F;
    color: #fff;
}

.sticky{
    top:0;
}

.my-btn-secondary{
    background: #fff;
    border: solid 1px #000;
    border-radius: 0px;
}

.sub-menu-btn{
    background: #5c5c5c;
    font-size: 12px;
    color: #000;
}

.list-card{
    border:none;
    box-shadow: 0px 5px 16px #00000017;
}

.card-box{
    padding: 15px 20px;
    border-radius: 20px;
    border: none;
    height: 100%;
    box-shadow: -5px -10px 32px rgba(255, 255, 255, 0.24), 5px 10px 32px rgba(0, 0, 0, 0.08);
}

.card-box .icon-box{
    width: 60px;
    height: 60px;
    background: #DAAD86;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 15px;
    padding: 8px 0px;
}

.card-box .title-box{
    margin-top: 20px;
}

.card-box .description-box{
    margin-top: 20px;
}

.c-primary{
   color: #A32D2F; 
}

.card-box .right-box{
    margin-top: 20px;
    font-size: 20px;
    color: #A32D2F;
}

.card-title{
    cursor: pointer;
    margin-bottom: 0px;
}

.card-show .fa-solid.fa-chevron-down{
    transform: rotate(-90deg) !important;
}

.card-hide .fa-solid.fa-chevron-down{
    transform: rotate(0deg) !important;
}


.paket-card{
    border-radius: 20px;
    border: 1px solid rgba(122, 122, 122, 0.16);
}

.paket-card .card-body{
    padding: 0px;
}

.paket-card .paket-title{
    padding: 30px 20px;
}

.paket-img{
    height: 250px;
    background: #eee;
    background-size: cover !important;
}

.our-customer-profile img{
    width: 120px;
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
}

.add-partner{
    text-align: center;
    height: 100px;
    border: dashed #ddd 2px;
    cursor: pointer;
}

/* IMAGE UPLOAD */

.input-drag-file::-webkit-file-upload-button{
    visibility: hidden;
}

.input-drag-file::before{
    content: ' ';
    display: inline-block;
/* background: linear-gradient(top, #f9f9f9, #e3e3e3); */
/*     border: 1px solid #999; */
/*     border-radius: 3px; */
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    width:73%;
    height:250px;
}

.input-xl::before{
    width: 100% !important;

}

.input-xl{
    width: 100%;
}

/* FORM */
.form-cover-image{
    width: 100%;
    height: 250px;  
    border:dashed 2px #D9D9D9;
    background-size: cover !important;
    background-position: center center !important;
    background:url("../images/placeholder-image.png");
}

/* FORM */
.partner-image-box{
    display: flex;
    align-items: center;
}

.partner-image-landing{
    width: 100%;
    /* height: 150px; */
    padding: 10px;
}

.form-partner-image{
    width: 100%;
    height: 100px;  
    border:dashed 2px #D9D9D9;
    background-size: cover !important;
    background-position: center center !important;
    background:url("../images/placeholder-image.png");
}

.form-partner-image .input-drag-file::before{
    height: 100px;  
}

/* BTN */
.btn-lsl-primary{
    border: solid 2px #fff;
    border-radius: 0px;
}
/* COMPONENT */
/* 
.rm-component{
   
} */

.rm-btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
    color: #000;
    background: #ff0000;
    box-shadow: 0px 0px 18px #00000017;
}

.select2-container {
    min-width: 100%;
  }
  
  .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #000;
    margin-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #000;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #000;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #eaeaeb;
      color: #272727;
  }
  .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-radius: 4px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
      border-color: #f77750;
      border-width: 2px;
  }
  .select2-container--default .select2-selection--multiple {
      border-width: 2px;
  }
  .select2-container--open .select2-dropdown--below {
      
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  }
  .select2-selection .select2-selection--multiple:after {
      content: 'hhghgh';
  }
  /* select with icons badges single*/
  .select-icon .select2-selection__placeholder .badge {
      display: none;
  }
  .select-icon .placeholder {
      display: none;
  }
  .select-icon .select2-results__option:before,
  .select-icon .select2-results__option[aria-selected=true]:before {
      display: none !important;
      /* content: "" !important; */
  }
  .select-icon  .select2-search--dropdown {
      display: none;
  }

  .card-post-body{
      max-width: 100%;
  }

.cp-1{
    padding-left: 0px;
}

.cp-1 .cp-img{
    width: 80%;
}

.cp-1 .cp-title{
    padding-left: 10px;
    width: 80%;
}

.cp-2{
    margin-top: 100px;
}

.cp-3{
    padding-right: 0px;
}

.cp-3 .cp-img{
    float: right;
    width: 80%;
}

.cp-3 .cp-title{
    float: right;
    padding-right: 10px;
    width: 80%;
}

.card-login{
    border: none;
    border-radius: 10px;
}

.submenu{
    padding-left: 15px;
}

.hitz-alert{
    background: rgb(201, 201, 201);
    color: #000;
}

.img-header{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.img-header-landing{
    width: 150px;
    height: 150px;
    margin-left: 10px;
    border-radius: 50%;
}

#goTop{
    position: fixed;
    z-index: 9999;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 32px;
    display: none;
    color: #A32D2F;
}

#response-msg{
    display: none;
}

#success-submit{
    display: none;
}

.footer{
    border-top: solid 1px #e5e5e5;
}

.footer-text p{
    font-size: 0.75rem;

}

.footer-title{
    font-size: 0.75rem;
}

.footer-wrap{
    width: 100%;
    background: #0000;
}

.menu-wrap{
    margin-top: 4.5rem;
}

.submenu-title h5{
    font-size: 0.75rem;
}

.cat-title, .post-title{
    font-size: 2.50rem;
    max-width: 350px;
}

.cat-desc .post-desc{
    font-size: 0.75rem;
}

.post-content .post-desc iframe{
    width: 100% !important;
}

.cat-menu-wrap{
    margin-bottom: 4.0rem;
}

/* NAVBAR */

.lsl-navbar-nav .nav-item{
    padding: 0px 20px;
    font-weight: bold;
    
}

.lsl-navbar-nav .nav-item a{
    color: #4B4B4D;
}

.list-sub-menu{
    list-style: none;
    margin-left: -48px;
    margin-top: 10px;
}

.about-us-section{
    padding-left: 20px;
}

.love-box .love-item{
    color: #FF3093;
}

/* .list-sub-menu .dropdown-item{
    display : none;
} */

.dropdown-menu[data-bs-popper]{
    right: 10px !important;
    border-radius: 0px;
    margin-top: 15px;
    padding: 3px;
}

/* .dropdown-menu[data-bs-popper]{
    left: 16px !important;
    border-radius: 0px;
    margin-top: 15px;
    padding: 3px;
} */

.collapse-btn-right{
    text-align: right;
}


/* HERO SLIDER */
.hero-slider{
    min-height: 750px;
    background-size: cover !important;
    background-position: top center !important;
}

.header-overlap{
    height: 500px;
    background: linear-gradient(0deg, transparent, white);
}

.hero-slider .slider-item img{
    /* width: 100%; */
    max-width: 1000px;
    padding: 20px;
    height: 400px;
    object-fit: cover;
    object-position: center bottom;
}

.get-offer{
    background: #fff;
    padding: 13px;
    border-radius: 10px;
    width: 400px;
    border: none;
    margin-left: 0px;
    margin-top: 2rem !important;
}

.get-offer input{
    border: none !important;
}

/* WELCOME WRAPPER */
.welcome-wrapper{
    margin-top: -370px;

}


.no-outline{
    border: none !important;
}

.featured-title{
    display: none;
    font-size: 48px;
    padding: 50px 100px;
    margin-top: 50px;
}
.featured-title a{
    color: #e09245;
}
.featured-title span{
    font-size: 14px;
    font-weight: bold;
}

.item-post-block-2{
    width: 100%;
    min-height: 600px;
    background-position: center center !important; 
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.block-2-style{
    padding: 20px;
}

.block-2-style h3{
    color:#fff;
}

.block-2-style-2{
    margin-top: -100px;
}

.block-2-style-5{
    margin-top: 100px;
}

.roundown-list{
    padding: 10px;
    background: #e9e9e9;
    width: 100%;
}

.roundown-list-2{
    background: #fff;
}

.navbar-collapse.collapse.show{
    margin-top: 40px;
}

.navbar-collapse.collapse{
    margin-top: -30px;
    margin-left: 20px;
}

.cp-img img{
    height: 300px;
    object-fit: cover;
}

.lang-en{
    background: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.circle-dot{
    width:15px;
    height:15px;
    border-radius: 100%;
    background: #000;
    margin-top: 30px;
}

.nav-padding{
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.sosmed-list .list-group-item{
    background: transparent;
    border: none;
    padding: 0.3rem 0.8rem;
    font-size: 12px;
}

.sosmed-list .list-group-item a:hover{
    color:#dddd;
    font-weight: bold;
}

.copyright-text{
    margin-top: 10px;
    font-size: 12px;
}

.footer-address{
    padding-right: 20px;
    font-size: 12px;
}

.floating-btn{
    width: 35px;
    height: 35px;
    position: fixed;
    background: #fff;
    bottom: 80px;
    right: 26px;
    border-radius: 50px;
    padding: 4px 9px;
    font-size: 19px;
    z-index: 99;
}

.floating-btn a{
    color: #000;
}

.whatsapp{
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    padding: 9px 20px;
    z-index: 9999;
}

.whatsapp a{
    color: #fff;
}

.list-group-bo{
    max-height: 90vh;
    overflow: scroll;
}


@keyframes animate {
    0%{
        transform: rotateY(0deg);
    }
    100%{
        transform: rotateY(360deg);
    }
}

@media (max-width:768px){
    .cp-1{
        padding-left: calc(var(--bs-gutter-x) * 0.5);;
    }
    .cp-3{
        padding-right: calc(var(--bs-gutter-x) * 0.5);;
    }
    .cp-1 .cp-img{
        width: 100%;
    }
    
    .cp-1 .cp-title{
        width: 100%;
    }
    
    .cp-2{
        margin-top: 0px;
    }
    
    .cp-3 .cp-img{
        float: unset;
        width: 100%;
    }
    
    .cp-3 .cp-title{
        float: unset;
        width: 100%;
    }
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  .loading-content{
    position: fixed;
    left: 0;
    text-align: center;
    margin: auto;
    right: 0;
    top: 0;
    width: 200px;
    bottom: 0;
    height: 0px;
  }
  .loading-wrap{
    display:none;
    background: #fff;
    position: fixed;
    width: 100%;
    opacity: 50%;
    height: 100%;
    text-align: center;
    z-index: 999;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  
  .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }