*, body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat.otf');
}

.overlaygel {
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 200%;
    z-index: 1;
}

.judul {
    font-size: 300%;
    color: white;
    font-family: 'Montserrat';
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}

.layer1 {
    width: 100%;
    height: 8%;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 200%;
    z-index: 20;
}

.layer2 {
    width: 100%;
    height: 13%;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 267%;
    z-index: 20;
}

.Imgslider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 540px;
    z-index: 50;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.btn{
    margin-left: 50px;
    transform: translateX(25px);
}

.btn-img {
    width: 55px;
    margin-left: 25px;
    cursor: pointer;
}

#Divisi {
    padding-top: 2px;
}

.spacer {
    height: 50px;
}

.pict1 {
    display: none;
    text-align: center;
}

.img1 {
    width: 320px;
    height: auto;
    transition: transform 0.5s ease-in-out;
    position: absolute;
    top: 78px;
    right:290px;
}

#img1 {
    display: block;
}

.btntext {
    font-family: Montserrat;
    font-size: 15px;
    text-align: center;
    color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80%;
    z-index: 100;
}

.more-btn {
    display: block;
    width: fit-content;
    padding: 10px 20px;
    margin: 10px auto;
    background-color: black;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    bottom: 10px;
    transform: translateY(-108px);
    right: 280px;
}
