* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*nav {
    padding-left: 5%;
    padding-right: 5%;
    background: #11101D;
}*/

nav {
    width: 100%;
    z-index: 999;
    padding-left: 5%;
    padding-right: 5%;
    background: #11101D;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}



nav {
    display: flex;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;

}

.nav-link {
    font-weight: 500;
    color: #39c58b;
}

.nav-link:hover {
    opacity: 0.7;
    color: #11101D;
}

.hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    background: #11101D;
}

.hero-info {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background: #11101D;
}

.image {
    width: 150%;
}

.explore {
    margin-top: 3em;
}

hr {
    width: 60px;
}

/*.content {
    padding-left: 10%;
    padding-right: 10%;
    display: grid;
    margin: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.content .contentlist {
    width: 300px;
    height: 300px;
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}*/

.main {
    display: grid;
    grid-template-columns: 1fr repeat(12, minmax(auto, 60px)) 1fr;
    grid-gap: 40px;
    padding: 60px 0;
}

.main-admin {
    display: grid;
    grid-template-columns: 1fr repeat(12, minmax(auto, 60px)) 1fr;
    grid-gap: 40px;
    padding: 30px 0;
}

.text--medium {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11101D;
}

.cards {
    grid-column: 2 / span 12;
    display: grid;
    grid-template-columns: repeat(12, minmax(auto, 60px));
    grid-gap: 40px;
}

.card {
    grid-column-end: span 4;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.card:hover {
    transform: translateY(-7px);
}

.card__image-container {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 15px 15px 0px 0px;
}

.card__image-container img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card__content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.card__title {

    font-size: 18px;
}

.text-rute {
    color: #39c58b;
}

.card__info a {
    margin-right: auto;
}

.card__price {
    margin-right: auto;
    padding: 5px 20px;
    background-color: #11101D;
    border-radius: 20px;
    color: #fff;
    transition: .3s;
}

.card__price:hover {
    background-color: #2a6681;
}

.tour-info {
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 6em;
    background: #fff;
}

.map {
    background: #fff;
    padding-top: 2em;
    padding-bottom: 6em;
}

.map .title {
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 2em;
    justify-content: space-between;
    align-items: center;
}

.profilimg {
    width: 45%;
}

.nav-mb {
    display: none;
}

.tourbtn {
    position: relative;
    top: -6em;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    padding: .5em 2em;
    border: none;
    background: #39c58b;
    border-radius: 8px;
    transition: .3s;
}

.tourbtn:hover {
    background: #11101D;
}

@media only screen and (max-width: 1000px) {
    .card {
        grid-column-end: span 6;
    }
}

@media only screen and (max-width: 700px) {
    .nav-ds {
        display: none;
    }

    .nav-mb {
        display: block;
    }

    .profilimg {
        width: 100%;
    }

    .tour-info {
        padding-left: 10%;
        padding-right: 10%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 2em;
    }

    .map .title {
        padding-left: 10%;
        padding-right: 10%;
    }

    main {
        grid-gap: 20px;
    }

    .card {
        grid-column-end: span 12;
    }
}

@media only screen and (max-width: 500px) {
    .title h3 {
        padding-left: 2em;
        padding-right: 2em;
        font-size: 21px;
    }

    main {
        grid-template-columns: 10px repeat(6, 1fr) 10px;
        grid-gap: 10px;
    }

    .cards {
        grid-column: 2 / span 9;
        grid-template-columns: repeat(6, 2fr);
        grid-gap: 20px;
    }

    .card {
        grid-column-end: span 9;
    }
}

@media only screen and (max-width: 300px) {
    .title h3 {
        width: 100px;
        padding-left: 3em;
        padding-right: 3em;
        font-size: 16px;
    }

    main {
        grid-template-columns: 10px repeat(6, 1fr) 10px;
        grid-gap: 10px;
    }

    .cards {
        grid-column: 2 / span 8;
        grid-template-columns: repeat(6, 2fr);
        grid-gap: 20px;
    }

    .card {
        grid-column-end: span 8;
    }
}

/* BARU */

footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

footer .col-sm-4 {
    flex: 0 0 30%;
    margin-bottom: 20px;
}

footer h2 {
    color: #FF9B25;
    font-size: 1.2em;
    margin-bottom: 15px;
}

footer p, footer a {
    font-size: 0.9em;
    line-height: 1.4;
    margin-bottom: 8px;
}

footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    margin-right: 10px;
}

footer a:hover {
    color: #FF9B25;
}

.btn-warning {
    background-color: #FF9B25;
    border: none;
    transition: background-color 0.3s ease;
    padding: 8px 12px;
    font-size: 0.9em;
    margin-top: 10px;
}

.social {
    margin-top: 15px;
}

.social a {
    margin-right: 10px;
    display: inline-block;
}

.social img {
    width: 24px;
    height: 24px;
}

.d-flex {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.d-flex svg {
    margin-right: 8px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

hr {
    border-color: #555;
    margin: 20px 0;
}

.text-center {
    text-align: center;
    font-size: 0.8em;
    color: #999;
    letter-spacing: 3px;
}

@media (max-width: 768px) {
    footer .col-sm-4 {
        flex: 0 0 100%;
    }
    
    footer a {
        display: block;
        margin-bottom: 5px;
    }
}

body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
/*.header {*/
/*    background-image: url('https://tegaltourism.com/user/deskripsi/assets/images/header/header_lembah_rembulan.png');*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    height: 100vh;*/
/*    position: relative;*/
/*}*/
.nav {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: rgba(255,255,255,0.8);
}
.nav-links {
    display: flex;
    gap: 20px;
}
.nav-links a {
    color: #333;
    text-decoration: none;
}
.back-btn {
    background-color: #00b0ff;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
}
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
h1 {
    font-size: 4em;
    margin-bottom: 10px;
}
p {
    font-size: 1.2em;
    margin-bottom: 20px;
}
.buttonss {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px; /* Jarak atas dari elemen sebelumnya */
}

.buttonss button {
    padding: 15px 30px; /* Ukuran padding */
    background-color: transparent; /* Warna latar belakang transparan */
    color: white; /* Warna teks putih */
    border: 2px solid yellow; /* Garis batas kuning 2px */
    border-radius: 10px; /* Bentuk sudut */
    font-size: 18px; /* Ukuran font */
    text-transform: uppercase; /* Huruf kapital */
    cursor: pointer; /* Kursor jadi tanda tangan saat hover */

    /* Transisi halus untuk efek hover */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.buttonss button:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Warna latar belakang semi-transparan saat hover */
    color: #fff; /* Warna teks putih saat hover */
}

/* .btn {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.btn-primary {
    background-color: #ffa500;
    color: white;
}
.btn-secondary {
    background-color: rgba(255,255,255,0.5);
    color: white;
} */

.title {
    font-size: 84px; /* Ubah sesuai kebutuhan */
    font-weight: bold; /* Opsi: tambahkan properti lain sesuai kebutuhan */
}

.description {
    font-size: 18px; /* Ubah sesuai kebutuhan */
    color: #ffffff; /* Opsi: tambahkan warna teks */
}

footer {
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 60px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

footer h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
}

footer p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.website-link {
    color: #ff0000;
    font-weight: bold;
}

.social-icons {
    margin-bottom: 30px;
}

.social-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #333;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
    font-size: 24px;
}

.social-icon:hover {
    background-color: #555;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer ul li {
    margin-bottom: 15px;
}

footer i {
    margin-right: 10px;
    width: 20px;
}

@media (max-width: 768px) {
    footer .col-md-4 {
        margin-bottom: 40px;
    }
}

