
*{
   
    margin: 0;
    padding: 0;
    font-family: 'Sree Krushnadevaraya', serif;
    font-weight: 400;
}
body{
    background: #494D3F;
    height: 100vh;
}

h3{
    font-size: 24px  !important;
}
p{
    font-size: 20px !important;
    margin:  15px 0;
}
.text-atas-img{
    margin-top: 17px;
    margin-bottom: 17px;
    min-width: 200px;
}
@media (max-width: 780px) {
        
    p { font-size: 14px !important; margin:  10px 0;
    
    }
    h3{
    font-size: 18px !important;
    margin: 0px 0px 20px 0px;
    }
    .text-atas-img{
        margin-top: 15px;
        margin-bottom: 15px;
        min-width: 140px;
        }
        .link a{
            text-decoration: none;
            color: #494D3F;
            display: block;
            background: #f0f0f0;
            padding: 2px 0 10px 0;
           font-size: 17px  !important;
            border-radius: 10px;
            max-width: 400px;
            text-align: center;
            margin: auto;
            transition: 0.3s;
            border: 1px solid #f0f0f0;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
            border-radius: 15px;
        }
}
.showcase{
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100vh;
   padding: 20px;
    display: flex;
    align-items: center;
    background:  #494D3F;
    color: #fff;
    z-index: 2;
}

.showcase header{
    position: relative;
   margin-top: 170px;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 100%;
    z-index: 1000;
    padding: 40px 10px;
    align-items: center;
    color: #eeebe3;
    text-align: center;
}

.foot{
    position: absolute;
    bottom: 50px;
    z-index: 1002;
    left: 50%;
    transform: translate(-50%, -30%);
}
/* .foot img{
    width: 170px;
} */
.logo{
    font-size: 22px;
    font-weight: bold;
}

.link{
    
    margin-top: 20px;
}

.link ul li{
    list-style: none;
    padding: 10px;
    margin-top: 7px;
}
.link a{
    text-decoration: none;
    color: #494D3F;
    display: block;
    background: #f0f0f0;
    padding: 5px 0 15px 0;
   font-size: 20px;
    border-radius: 10px;
    max-width: 400px;
    text-align: center;
    margin: auto;
    transition: 0.3s;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
border-radius: 20px;
}
.link a:hover{
    text-decoration: none;
    color: #eeebe3;
    border: 1px solid #eeebe3;
    background: #494d3f98;

}

.showcase video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}