/* Main-Container For Sectiom "Jurusan" Start Here!*/

.container-main{
    width: 100%;
    height: 37rem;
    max-width: auto;
    padding-top: 0rem;
    margin: auto;
    position: relative; 
    background-color: transparent;
    transition: ease 1s;
    display: flex;
    align-items: center;
    justify-content: center;
/*    animation: fade linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;*/
}
.wrapper-main{
    width: 83.3rem;
    position: relative;
    height: 32.3rem;
    top: 0rem;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    transition: ease 1s;
    cursor: pointer;
    border: #fff solid 1px;
    border-radius: 1rem;
}
.container-cont{
    position: relative;
    background-color: blue;
    width: 100%;
}
.wrapper-main .content{
    height: auto;
    width: auto;
    align-content: center;
    justify-items: left;
    display: flex;
    position: absolute;
    transition: 2s ease;
    background-color: transparent;
    /*animation: slideR 30s infinite;*/
}
.wrapper-main .content:nth-child(1){
    z-index: 11;
    opacity: 0;
}
.wrapper-main .content:nth-child(2){
    z-index: 10;
    opacity: 0;
}
.wrapper-main .content:nth-child(3){
    z-index: 10;
    opacity: 0;
}
.wrapper-main .butt-cont{
    position: absolute;
    background-color: transparent;
    top: 29rem;
    opacity: 1;
    transition: ease 1s;
    display: block;
    z-index: 15;
}
.wrapper-main .butt-cont .dot{
    cursor: pointer;
    background:transparent;
    border: #fff 1px solid;
    padding: 0.4rem;
    border-radius: 0.8rem;
    color: #fff;
    text-decoration: none;
    transition: 0.4s ease-in-out all;
    margin: 2rem;
    font-size: 1.4rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.wrapper-main .butt-cont .dot:hover{
    color: yellow;
}
.wrapper-main .butt-cont .dot.active{
    color: #000;
    background-color: #fff;
    transform: scale(1.5);
}
.wrapper-main .butt-cont .dot:hover{
    color: yellow;
}
#tkro:target ~ .wrapper-main .content{
    transform: translateX(0rem);
}
#tbsm:target ~ .wrapper-main .content{
    transform: translateX(-82.2rem);
}
#tab:target ~ .wrapper-main .content{
    transform: translateX(-164rem);
}
.wrapper-main .content .img-container{
    width: 16rem;
    height: 26.5rem;
    margin-left: 4rem;
    background-color: #fff;
    margin-top: 0rem;
    border-radius: 1.5rem;
}
.wrapper-main .content .img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
}
.wrapper-main .content .desc {
    margin-left: 4rem;
    margin-top: 0.3rem;
    /*background-color: cyan;*/
    width: 58rem;
    height: 26rem;
}
.wrapper-main .content .desc h4{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
}
.wrapper-main .content .desc p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    font-size: 1rem;
    text-align: justify;
    text-indent: 0.3in;
}
.expand-jr{
    width: 0svw;
    height: 0svw;
}
