
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #ebebeb;
}
.navpos{
    text-align: center;
}
#home1{
    height: auto;
    padding-bottom: 8rem;
}
#layanan{
    height:auto;

}
#destinasi{
    margin-top: 5rem;
    height: auto;
}
#galeri{
    height: auto;
}
#contact{
    height: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
#about{
    height: auto;
    margin-top: 10rem;
    margin-bottom: 5rem;
}
footer{
    height: auto;
    margin-top: 2rem;
    background-color: #050505;
}
.wrapper {
    display: flex;
    justify-content: center;
}
.title2{

    font-display: swap;
    color: white;
}
.button1, .button2 {
    display: flex;
    justify-content: center;
    align-items: center; /* Pusatkan teks secara vertikal */
    width: 300px;
    height: 50px;
    text-align: center;

    font-display: swap;
}

.button1 {
    background-color: rgb(0, 147, 78);
    border-radius: 50px 0 0 50px;
}

.button1 a {
    color: white;
    text-decoration: none;
    font-size: x-large;
    font-weight: bold;
}

.button2 {
    background-color: rgb(255, 191, 0);
    border-radius: 0 50px 50px 0;
}

.button2 a {
    color: white;
    text-decoration: none;
    font-size: x-large;
    font-weight: bold;
}
.background-utama {
    background-image: url(./mainassets/bg-utama.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 2rem;
    background-position: bottom;
    opacity: 0.9;
}
.title{

    font-display: swap;
    font-weight: 700;
    text-align: center;
    padding-top: 12cqmax;
    color: #ffffff;
}

.title2{
    color: #ffffff;
}
h3{
    text-align: center;
}
a{
    text-decoration: none;
}
.galeri-background{
    background-image: url(./mainassets/pexels-readymade-3850271.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2rem;
    position: relative;
}
.paragraf{
    text-align: center;
}
.p2{
    font-weight: bold;
    font-size: 3cqmax;
    font-display: swap;
}
.btn1{
    background-color: rgb(58, 58, 58);
    cursor: pointer;
    transition: background-color 0.8s ease;
    color: white;
}
.btn1:hover{
    background-color: #8e8e8e;
    color: #050505;
}
.content{
    position: relative;
    color: white;
    text-align: center;
    font-size: 24px;
    z-index: 1;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
}
.js-cc{
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 768px){
    .margin-atas{
        margin-top: 8rem;
    }
}
@media only screen and (max-width: 1024px){
    .align-t{
        text-align: center;
    }
}

.list-st{
    list-style: none;
}

.latar{
    background-image: url(./mainassets/pexels-manuela-adler-344311-949194.jpg);
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}
.bg-img{
    background-image: url(./mainassets/pexels-webbshow-2406395.jpg);
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}
.f-family{
    font-family: 'Great Vibes';
    font-weight: bold;
    margin-top: 8rem;
    font-size: 4cqmax;
}
.f-2{
    font-weight: 700;
    font-size: 5cqmax;
}
.margin-atas{
    margin-top: 8rem;
}
