h1 {
    max-width: 100%;
}

h4 {
    font-family: 'Open Sans';
    color: #FDE2CF;
    padding: 0 50px 0 50px;
}

.img-extend {
    background-image: url(../image/transport/transport-bg.jpg);
}

.hero-text {
    padding: 150px 0;
}

/*top-restaurant*/
.top-restaurants {
    padding: 50px 0 30px 0;
    max-width: 1440px;
    margin: auto;
}

.top-restaurants a {
    padding: 0;
    margin: 0;
}

.restaurants {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 50px;
    padding-top: 20px;
}

.restaurant {
    width: 25%;
    justify-content: space-between;
}

.restaurant-info {
    width: 100%;
}

.restaurant-img-mobile {
    display: none;
}

.restaurant-img img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

.span1 {
    font-weight: bolder;
}

.span2 {
    color: #ABABAB;
    font-size: 16px;
}

/*ways-to-explore-penang*/
.explore-penang h2 {
    color: #FDE2CF;
    padding-bottom: 20px;
}

.explore-penang p {
    margin-top: 0;
}

.explore-penang {
    padding: 50px 0;
    max-width: 1440px;
    margin: auto;
}

.explore {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.explore h3 {
    margin: 0;
    padding: 30px 0 10px 0;
    font-family: 'Noto Serif';
}

.explore-box {
    width: 33.33%;
}

.banner-img {
    background-image: url(../image/transport/selfdrive1.jpg);
    background-repeat: no-repeat;
    min-height: 400px;
    border-radius: 12px 12px 0 0;
    background-size: cover;
}

.banner-img2 {
    background-image: url(../image/transport/privateride.jpg);
    background-repeat: no-repeat;
    min-height: 400px;
    border-radius: 12px 12px 0 0;
    background-size: cover;
}

.banner-img3 {
    background-image: url(../image/transport/bus1.jpeg);
    background-repeat: no-repeat;
    min-height: 400px;
    border-radius: 12px 12px 0 0;
    background-size: cover;
}

.banner-img-mobile {
    background-image: url(../image/transport/selfdrive-mb.jpg);
    background-repeat: no-repeat;
    min-height: 200px;
    border-radius: 12px 12px 0 0;
    background-size: cover;
    object-position: center;
    display: none;
}

.banner-img-mobile2 {
    background-image: url(../image/transport/privateride-mb.jpg);
    background-repeat: no-repeat;
    min-height: 200px;
    border-radius: 12px 12px 0 0;
    background-size: cover;
    object-position: center;
    display: none;
}

.banner-img-mobile3 {
    background-image: url(../image/transport/bus-mb.jpeg);
    background-repeat: no-repeat;
    min-height: 200px;
    border-radius: 12px 12px 0 0;
    background-size: cover;
    object-position: center;
    display: none;
}

.trans-bttn {
    padding: 20px;
}

.explore-titles {
    color: #FDE2CF;
    padding-top: 30px;
}

.explore-banner {
    width: 100%;
    flex-wrap: wrap;
}

.info-box {
    background-color: #FDE2CF;
    border-bottom: 5px solid #642714;
    padding: 10px 0 30px 0;
    border-radius: 0 0 12px 12px;
}

.explore-info {
    color: #642714;
    font-size: 16px;
    padding: 20px;
}

/*directions*/

.directions {
    background-color: #FDE2CF;
    display: flex;
    align-items: center;
    padding: 50px 0;
    max-width: 1440px;
    margin: auto;
}

.directions p {
    margin-bottom: 100px;
}

.directions-text {
    width: 60%;
    padding-right: 50px;
}

.direction-img-mobile {
    display: none;
}

.direction-imgs {
    width: 40%;
}

.direction-img {
    border-radius: 12px;
    align-items: center;
    width: 100%;
}

.directions .trans-bttn {
    padding: 20px 0;
}

.direction-info p {
    margin-bottom: 40px;
}

@media screen and (max-width: 1185px) {

    /*top-restaurants*/



    .restaurant {
        width: 50%;
    }

    .restaurant-img {
        margin: 0;
    }

    .restaurant-img-mobile img {
        border-radius: 12px;
    }

    .restaurant-info {
        padding: 0 !important;
        margin: 5px 0 20px 0 !important;
    }

    .jalan {
        font-size: 14px !important;
    }

    /*ways-to-explore-penang*/


    .explore-box {
        width: 100%;
    }

}

@media screen and (max-width: 1000px) {
    .top-restaurants {
        padding: 30px 0;

    }

    .restaurants {
        gap: 30px;
    }

    .explore {
        display: flex;
        flex-direction: column;
    }

    /*directions*/
    .directions {
        flex-direction: column;
        padding-bottom: 50px;
    }

    .directions .transport-titles h2 {
        padding-bottom: 20px;
    }

    .transport-titles {
        padding: 0 !important;
        margin-bottom: 0;
    }

    .directions-text {
        width: 100%;
        padding: 0 20px;
    }

    .directions-text h2 {
        padding: 0;
    }

    .directions-text p {
        padding-bottom: 30px;
        margin: 0;
    }

    .direction-img {
        display: none;
    }

    .direction-img-mobile {
        display: block;
        border-radius: 12px;
        margin-top: 30px;
        width: 100%;
    }

    .direction-imgs {
        width: 100%;
    }

    .direction-img-mobile img {
        height: auto;
    }
}

@media screen and (max-width: 950px) {

    /*ways to explore*/


    .explore-box {
        width: (33.33% - 180px);
        min-height: 200px
    }
}

@media screen and (max-width: 800px) {
    .hero-text {
        padding: 100px 0;
    }

    /*top-restaurants*/

    .restaurants {
        flex-wrap: wrap !important;
        gap: 50px;
    }

    .restaurant {
        width: calc(50% - 30px);
    }


    .directions .transport-titles h2 {
        padding-bottom: 0;
    }



}

@media screen and (max-width: 780px) {
    .hero-text {
        padding: 70px 0;
    }
}

@media screen and (max-width: 730px) {
    .hero-text {
        padding: 50px 0;
    }
}

@media screen and (max-width: 600px) {
    .hero-text {
        padding: 70px 0;
    }

    h1,
    h2 {
        padding: 0 !important;
        margin: 0 !important;
    }

    h3 {
        padding: 10px 0 !important;
    }

    p {
        margin: 0;
        padding: 30px 0 !important;
    }

    .transport-titles {
        margin-bottom: 50px;
    }

    .transport-titles p {
        padding: 10px 0 0 0 !important;
    }

    .restaurants {
        justify-content: space-between;
        gap: 10px;
    }

    /*ways*/
    .explore {
        margin: 10px 0 !important;
        padding: 0 !important;
    }

    .banner-img,
    .banner-img2,
    .banner-img3 {
        display: none;
    }

    .banner-img-mobile,
    .banner-img-mobile2,
    .banner-img-mobile3 {
        display: block;
    }

    .directions .see-more {
        margin-top: 0 !important;
    }

    .see-more a {
        padding: 30px 20px !important;
    }


    /*directions*/
    .directions {
        padding: 30px 0 40px 0;
    }

    .direction-info p {
        margin-bottom: 0 !important;
        padding: 10px 0 !important;
    }

    .direction-img-mobile {
        margin: 10px 0 !important;
        width: 100%;
    }


    .flex-content-right {
        width: 100%;
    }

    .deco-mobile {
        padding: 0;
    }

    .directions .transport-titles {
        margin-bottom: 0;
    }

    .directions .transport-titles h2 {
        padding-top: 30px !important;
    }

    .direction-imgs {
        margin-top: 30px;
    }
}

@media screen and (max-width: 515px) {
    .hero-text {
        padding: 50px 0;
    }
}