* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Red Hat Display", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: #f5f5f5;
}

:root {
    --biru: #2041bb;
    --abu: #c4c4c4;
}

.bg-biru {
    background-color: var(--biru);
}

.btn-login {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 40px;
    background-color: white;
    font-weight: 700;
    transition: 0.3s all;
}

.btn-login:hover {
    background-color: rgba(255, 255, 255, 0.7);
}


/* footer */

#footer {
    padding-bottom: 30px;
    background-color: white;
}

.footer-title {
    font-size: 18px;
}

.footer-text {
    font-size: 16px;
}

.footer {
    margin-bottom: 100px;
}


/* ---------------------------- */

#header {
    /* height: 380px; */
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.header-wrap {
    height: 100%;
}

.header-text {
    font-size: 56px;
    font-weight: 800;
    color: white;
}

.header-sub {
    font-size: 18px;
    color: white;
    position: relative;
    top: 20px;
    color: #ffffffbf;
}


/* content */

.box {
    background-color: white;
    padding: 0px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.box-wrap {
    padding: 0px 20px;
}

.box-sampul {
    height: 150px;
    background: linear-gradient(to top left, #a7baff, #2041bb);
}

.profil-img {
    object-fit: contain;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 8px solid white;
    position: absolute;
    left: 20px;
    top: 90px;
}

.box-title {
    margin-top: 80px;
    font-size: 24px;
    font-weight: 900;
}

.category {
    font-size: 14px;
    font-weight: 600;
}

.alamat {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 700;
}

.sub-title {
    font-weight: 900;
    font-size: 18px;
    margin-top: 50px;
    /* margin-bottom: 50px; */
    margin-bottom: 10px;
    margin-left: 10px;
}


/*  */

.box-review {
    background-color: white;
    border-radius: 15px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
}

.box-footer {
    display: block;
    height: 55px;
    width: 100%;
    background-color: #2041bb;
    margin-top: 15px;
}

.img-review {
    width: 50px;
    height: 50px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: -1.8rem;
    left: 0.3rem;
    border: 4px solid white;
}

.review-name {
    font-weight: 600;
}


/* overview */

.box-overview {
    background-color: white;
    border-radius: 15px;
}

.overview-images {
    background-color: white;
    border-radius: 15px;
}


/* gallery */

.image1 {
    height: 408px;
    overflow: hidden;
    border-radius: 15px;
}

.image2,
.image3,
.image4,
.image5 {
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
}

.image1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s, filter 0.5s ease-out;
}

.image2 img,
.image3 img,
.image4 img,
.image5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s, filter 0.5s ease-out;
}

.image1:hover img {
    transform: scale(1.5);
}

.image2:hover img,
.image3:hover img,
.image4:hover img,
.image5:hover img {
    transform: scale(1.5);
}

@media only screen and (min-width: 768px) {
    .btn-login {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        width: 100px;
        height: 40px;
        background-color: white;
        font-weight: 700;
        transition: 0.3s all;
    }
    .header-sub {
        font-size: 28px;
    }
    .header-text {
        font-size: 64px;
    }
    .box-title {
        font-size: 36px;
        margin-top: 100px;
    }
    .category {
        font-size: 18px;
    }
    .alamat {
        font-size: 18px;
    }
    .box-wrap {
        padding: 0px 40px;
    }
    .profil-img {
        width: 150px;
        height: 150px;
        left: 30px;
    }
    .sub-title {
        font-weight: 900;
        font-size: 24px;
        margin-top: 50px;
        /* margin-bottom: 50px; */
        margin-bottom: 10px;
        margin-left: 0px;
    }
    .img-review {
        width: 60px;
        height: 60px;
        top: -2rem;
        left: 1rem;
    }
}

@media only screen and (max-width: 400px) {
    .header-text {
        font-size: 42px;
    }
}

@media only screen and (max-width: 500px) {
    .header-text {
        font-size: 42px;
    }
    .head{
        font-size: 20px!important;
    }
}

@media only screen and (max-width: 780px) {
    .header-wrap {
        height: 100px!important;
    }
}
