
.popup-mobil{
    background-color: #f5b342;
    position: fixed;
    width: auto;
    padding: 10px;
    top: 50%;
    z-index: 9999;
}
.popup-mobil h1{
    font-size: 30px;
}
.popup-mobil h1::before{
    content: "\f101";
    font-family: "Font Awesome 6 Pro" ;
    font-weight: 900;
    color: #000;
    position: relative;
}
.popup-mobil-kiri{
    height: 90%;
    position: fixed;
    top: 5%;
    width: 200px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0 10px 10px 0;
    z-index: 9999999;
    display: none;
}
.modal-header .title{
    display:flex;
    font-size: 20px;
    font-weight: 300;
}
.modal-header .title .scroll-type{
    cursor: pointer;
}
.scroll-info{
    display: none;
    position: absolute;
    padding: 15px;
    margin: 15px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    z-index:99999;
}
.scroll-info.active{
    display: block;
}
.scroll-info h1{
    cursor: pointer;
}
.scroll-info h1:hover{
    background: #460000;
}
.modal-header .title .scroll-type::before{
    content: "\f107";
    font-family: "Font Awesome 6 Pro" ;
    font-weight: 900;
    color: #ffbf00;
    position: relative;
    margin-right: 10px;
    text-align: left;
}
.text-popup{
    text-align: center;
    position: relative;
    padding: 10px;
}
.gambar-mobil-popup{
    Display:none
}
.gambar-mobil-popup h1{
    text-align: center;
}
.gambar-mobil-popup .click{
}
.icon-1{
    overflow: auto;
    transform: scale(0);
    transition: 200ms ease-in-out;
    cursor: pointer;
    top: 25%;
    left: 40px;
    position: fixed;
    z-index: 999999;
}
.icon-1.active{
    
    transform: scale(1);
}
.icon-1 .icon-popup{
    text-align: center;
}
.icon-1 .icon-popup::before{
    content: "\f207";
    font-family: "Font Awesome 6 Pro" ;
    font-weight: 900;
    color: #000;
    font-size: 50px;
    position: relative;
    font-size: 50px;
}

.icon-2{
    overflow: auto;
    transform: scale(0);
    transition: 400ms ease-in-out;
    cursor: pointer;
    top: 35%;
    left: 110px;
    position: fixed;
    z-index: 999999;
}
.icon-2.active{
    
    transform: scale(1);
}
.icon-2 .icon-popup{
    text-align: center;
}
.icon-2 .icon-popup::before{
    content: "\f207";
    font-family: "Font Awesome 6 Pro" ;
    font-weight: 900;
    color: #000;
    font-size: 50px;
    position: relative;
}

.icon-3{
    overflow: auto;
    transform: scale(0);
    transition: 600ms ease-in-out;
    cursor: pointer;
    top: 50%;
    left: 170px;
    position: fixed;
    z-index: 999999;
}
.icon-3.active{
    
    transform: scale(1);
}
.icon-3 .icon-popup{
    text-align: center;
}
.icon-3 .icon-popup::before{
    content: "\f207";
    font-family: "Font Awesome 6 Pro" ;
    font-weight: 900;
    color: #000;
    font-size: 50px;
    position: relative;
}

.icon-4{
    overflow: auto;
    transform: scale(0);
    transition: 800ms ease-in-out;
    cursor: pointer;
    bottom: 20%;
    left: 110px;
    position: fixed;
    z-index: 999999;
}
.icon-4.active{
    
    transform: scale(1);
}
.icon-4 .icon-popup{
    text-align: center;
}
.icon-4 .icon-popup::before{
    content: "\f207";
    font-family: "Font Awesome 6 Pro" ;
    font-weight: 900;
    color: #000;
    font-size: 50px;
    position: relative;
}

.icon-5{
    overflow: auto;
    transform: scale(0);
    transition: 1000ms ease-in-out;
    cursor: pointer;
    bottom: 10%;
    left: 40px;
    position: fixed;
    z-index: 999999;
}
.icon-5.active{
    
    transform: scale(1);
}
.icon-5 .icon-popup{
    text-align: center;
}
.icon-5 .icon-popup::before{
    content: "\f1b9";
    font-family: "Font Awesome 6 Pro" ;
    font-weight: 900;
    color: #000;
    font-size: 50px;
    position: relative;
}
.info-mobil{
    display: none;
}
.info-mobil.active{
    display: block;
}






