body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

header {
    background: linear-gradient(124.64deg, #00985B 0%, #000000 186%);
    background-color: #048853;
    background-image: url(img/fon-header-2.svg);
    background-repeat: no-repeat;
}

.box-header {
    background-image: url(img/fon-header.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 220px;
}

.box-navigation {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 47px;
    margin: 0 0 129px 0;
}

.logo {
    display: flex;
    gap: 8px;
}

.navigation,
.input {
    display: flex;
    display: flex;
    gap: 25px;
}

.logo p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.navigation a,
.input a {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    opacity: 0.90;
}

.navigation a:hover {
    font-weight: 700;
    opacity: 1;
}

.input a {
    padding: 8px 37px;
}

.input a:hover {
    font-weight: 700;
    background-color: #fff;
    color: #048853;
}

.header-text {
    margin-left: 93px;
}

.header-text .text h1 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 72px;
}

.header-text .text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 38px;
}

.header-text-button {
    display: flex;
    align-items: center;
    gap: 13px;
}

.header-text-button input {
    padding: 23px 54px;
    background-color: #fff;
    color: #048853;
    font-weight: 700;
    font-size: 16px;
    border: none;
}

.container-service {
    background-color: #F3FFF4;
    padding: 109px 0 173px 0;
}

.service-text {
    text-align: center;
}

.service-text h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #048853;
}

.service-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: black;
    margin-bottom: 46px;
}

.box-service {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
}

.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    height: auto;
}

.service a {
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: black;
    padding: 59px 48px;
    height: -webkit-fill-available;
    border-radius: 5px;
}

.service a h3 {
    color: #00985B;
}

.service a:hover {
    background: linear-gradient(124.64deg, #00985B 0%, #000000 186%);
    color: white;
}

.service a:hover h3 {
    color: white;
}

.container-search {
    background-image: url(img/fon-search.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 122px 0 272px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-search {
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}

.text-search h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
}

.text-search p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.buttons-search ul {
    display: flex;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
}

.buttons-search ul li {
    list-style-type: none;
}

.buttons-search a {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0;
    text-decoration: none;
    color: black;
    padding: 16px 27px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.jual {
    border-radius: 9px 0px 0px 0px;
}

.baru {
    border-radius: 0px 9px 0px 0px;
}

.list-container {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 0px 0px 9px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 24px;
}

.button-search:hover {
    background: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #00985B;
}

.box-list {
    display: flex;
    align-items: center;
}

.box-list select {
    border: none;
    background: rgba(255, 255, 255, -0.2);
    color: #00985B;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.list-container p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #00985B;
}

.list-container a {
    text-decoration: none;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    background-color: #00985B;
    padding: 17px 30px;
}

.sewa-box {
    display: none;
}

.baru-box {
    display: none;
}

.recommendations-container {
    background-color: #F3FFF4;
    padding-top: 104px;
}

.recommendations-text p {
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #048853;
}

.recommendations-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 50px;
}

.img-box {
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.recommendation-container {
    width: 31%;
    background-color: #fff;
}

.recommendation {
    text-decoration: none;
    color: black;
}

.recommendation-box:not(:last-child) {
    padding: 10px;
}

.recommendation-box {
    padding-bottom: 10px;
}

.img-recommendation {
    width: 97%;
    height: auto;
    max-height: 100%;
}

.recommendation-text {
    padding-left: 10px;
}

.recommendation-text h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

.recommendation-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.p-red {
    color: #FF0000;
}

.p-grin {
    color: #00985B;
}

.recommendation-information {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.information {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recommendation:hover .recommendation-box {
    background: linear-gradient(150.86deg, #00985B -2.67%, #00985B 56.48%, #000000 113.25%);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.recommendation:hover .recommendation-information {
    background-color: #fff;
}

.recommendation:hover .recommendation-text h2 {
    color: #fff;
}

.recommendation:hover .recommendation-text p {
    color: #fff;
}

.recommendation:hover .p-grin:last-child {
    color: #FF7A00;
}

.recommendations-text-bottom p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}

.carousel-container {
    padding-top: 80px;
    background-color: #F3FFF4;
    padding-bottom: 160px;
}

.carousel-text {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 91px 0 91px;
}

.carousel-text h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #048853;
}

.carousel-text a {
    background-color: #00985B;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    gap: 21px;
    padding: 0 36px;
}

.box-carousel {
    position: relative;
    overflow: hidden;
    height: 480px;
}

.button-carousel {
    position: absolute;
    z-index: 1;
}

.button_left_carousel {
    top: 45%;
    left: 9%;
}

.button_right_carousel {
    right: 9%;
    top: 45%;
}

.button-carousel {
    display: block;
    text-decoration: none;
    width: 61px;
    height: 61px;
    border-radius: 100%;
    position: absolute;
    top: 207px;
    z-index: 3;
}

#button_left_carousel {
    left: 93px;
    background: #00985B url(img/button-left-carousel.svg) no-repeat 50% 50%;
}

#button_right_carousel {
    right: 93px;
    background: #00985B url(img/button-right-carousel.svg) no-repeat 50% 50%;
}

.carousel {
    width: 1000000px;
    position: absolute;
    left: 0;
    top: 0;
}

.animate {
    transition: all ease 0.25s;
}

.carousel-room {
    float: left;
    width: 340px;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-right: 16px;
}

.carousel-room img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.room {
    background: rgba(0, 0, 0, 0.5);
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    position: relative;
    z-index: 2;
}

.carousel-room:hover .room {
    display: flex;
}

.room h2 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
}

.room .last {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 47px;
}

.room p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.room a {
    color: #fff;
    background-color: #00985B;
    text-decoration: none;
    padding: 9px 17px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

.connection-container {
    background-image: url(img/connection-container-fon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.connection-container-2 {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-start;
    gap: 151px;
    padding: 145px 91px 148px 0px;
    justify-content: space-around;
}

.connection-info-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.connection-text h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
}

.connection-kontak-box {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.connection-kontak-box h3,
.connection-social-box h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

.connection-kontak {
    display: flex;
    align-items: baseline;
    gap: 19px;
}

.connection-kontak p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    margin: 0;
}

.connection-kontak a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.connection-social {
    display: flex;
    gap: 18px;
}

.connection-social {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.connection {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 48px 52px;
    width: 100%;
}

.connection h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #00985B;
    margin: 0;
    text-align: center;
}

.form-connection {
    background-color: #C4C4C4;
    color: #717171;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding: 29px 0 29px 35px;
    border: none;
}

.connection-button {
    background-color: #00985B;
    color: #fff;
    padding: 20px 0;
    border: none;

}

footer {
    background-color: black;
    padding: 105px 93px 65px 93px;
}

footer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

.box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 49px;
}

.footer-navigation {
    display: flex;
    gap: 20px;
}

.footer-navigation a {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1221px) {
    .connection-container-2 {
        gap: 0;
    }
}

@media (max-width: 1071px) {

    /* .room-4{
        display: none;
    } */
    .box-navigation {
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }
}

@media (max-width: 1033px) {
    .connection-container-2 {
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        gap: 72px;
        padding: 128px 0px 148px 0px;
        justify-content: space-around;
        flex-direction: column;
    }

    .connection-info-box {
        text-align: center;
    }

    .connection-social {
        display: flex;
        gap: 18px;
        justify-content: center;
    }
}

@media (max-width: 895px) {
    .list-container {
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 24px;
        flex-direction: column;
    }

    .buttons-search a {
        padding: 16px 39px;
    }

    .list-container a {
        padding: 8px 30px;
    }

    .sewa-box {
        display: none;
    }

    .baru-box {
        display: none;
    }

    .list-container {
        border-radius: 0px 0px 9px 9px;
    }

    .recommendation-container {
        width: 44%;
    }

    .box-footer {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 708px) {
    .box-service {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .service {
        width: 85%;
    }

    .text-search h1 {
        font-size: 39px;
        line-height: 46px;
    }

    .text-search p {
        font-size: 17px;
        line-height: 28px;
    }

    .recommendations-text p {
        font-size: 37px;
        line-height: 53px;
    }

    .carousel-text h2 {
        font-size: 31px;
        line-height: 58px;
    }

    .carousel-text {
        margin: 0 25px 0 25px;
    }

    .connection {
        width: auto;
    }

    .box-header {
        background-size: 71%;
    }

    .header-text {
        margin-left: 0;
        text-align: center;
    }

    .header-text-button {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 700px) {
    .recommendation-container {
        width: 69%;
    }
}