@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&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

#preload{
    background: white url("Loading.gif") center center;
    background-size: 20%;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 200;
    height: 100vh;
    width: 100%;
    transition: 1s;
}


header {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    gap: 5px;
    color: rgb(247, 203, 72);
    padding: 20px 20px 0 20px;
    transition: 0.5s;
}

header h1 {
    text-shadow: 2px 2px 8px rgb(161, 133, 46);
    font-weight: 550;
    font-size: .9rem;
}

.scroll{
    background-color: white;
    padding: 5px 20px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
.logo {
    height: 40px;
}

.blue-btn {
    border: solid rgb(0, 92, 131) 2px;
    color: white;
    background-color: rgb(0, 92, 131);
    border-radius: 5px;
    height: 30px;
    width: 180px;
    transition: ease 0.3s;
    font-size: .75rem;
}

.blue-btn:hover {
    background-color: transparent;
    color: white;
}

.box{
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 0 5px 0.5px rgba(0, 0, 0, 0.3);
}

#atas {
    /* ganti jadi display flex */
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgba(0, 26, 37, 0.65), rgba(0, 26, 37, 0.65), rgba(0, 26, 37, 0.65)), url(https://www.indonesia-tourism.com/blog/wp-content/uploads/2016/01/pantai-ora.jpg);
    width: 100%;
    height: 100vh;
    background-position: center center;
    transition: 0.5s;
}

.atas-content {
    display: grid;
    color: white;
    justify-items: center;
    text-align: center;
    gap: 5px;
}

.atas-content p {
    font-size: .7rem;
}

.atas-content h1 {
    font-size: 1.7rem;
    line-height: 1.7rem;
}
main{
    display: none;
}
main .top{
    display: grid;
    align-items: center;
    color: white;
    text-align: center;
    background-image: linear-gradient(rgba(0, 26, 37, 0.65), rgba(0, 26, 37, 0.65), rgba(0, 26, 37, 0.65)), url(tentang.gif);
    background-size: cover;
    padding-top: 20px;
    height: 30vh;
}
main .top h1 {
    font-weight: 550;
    font-size: 1.4rem;
}
main .main-content-1{
    padding: 30px;
}
main .main-content-1 img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}
main .main-content-1 h1 {    
    font-size: 1.5rem;
    height: 2.5rem;
}
main .main-content-1 p {
    font-size: .8rem;
    text-align: justify;
}
main .main-content-1 .main-contentin h1 {
    margin-top: 20px;
    font-size: 1.5rem;
    height: 2.5rem;
}
.yt{
    margin-top: 50px;
    width: 100%;
    height: auto;
}
footer{
    height: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 20px;
    background-color: rgb(3, 3, 3);
}
footer h1 {
    font-size: 1.3rem;
}
footer p {
    font-size: .75rem;
}
.sosial{
    margin: 5px;
}
.sosial a{
    color: white;
    margin: 5px;
}
hr{
    width: 100%;
    margin: 5px;
}
@media screen and (min-width: 426px){
    main .main-content-1 img {
        height: 100%;
    }    
}
@media screen and (min-width: 520px){
    main .main-content-1 img {
        width: 50%;
    }    
    main .main-contentin-value{
        display: flex;
    }    
}
