body{
    background-color: #222020;
    width: 100%;
}

.row{
    width: 100%;
    background-color: black;
    position: fixed;
    top: 0;
    height: 8vh;
    display:flex;
    justify-content:center;
    align-items: center;
    text-align: center;
    z-index: 2;
    overflow-x: auto;
}
.headers{
    color: white;
    cursor: pointer;
    font-family: 'consolas';
    font-size: 1.7vw;
    transition: 0.6s;
}
.headers:hover{
    color:black;
    font-size: 100%;
    font-style: bold;
    background-color: #fff;
    padding:10px ;
    border: 1px solid white;
    border-radius: 7px;
    box-shadow: 0px 0px 10px white,0px 0px 20px white;
    width: 50px;
    height: 50px;
    transition: 0.4s;
}
.explore {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url("https://cdn.pixabay.com/photo/2020/09/02/16/07/lake-5538757_1280.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.logo{
    width: 25px;
}
p{
    color: white;
    font-size: 16px;
}

.explore2 {
    position: sticky;
    top: 60px;
    font-size: 5vw;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: aliceblue;
    padding: 10px;
    text-align: center;
    z-index: 0;
    text-shadow: 5px 5px 10px white;
}


.container {
    max-width: 1100px;
    margin: 20px auto;
    text-align: center;
}

del{
    color: grey;
}

.destination {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    gap: 50px;
    flex-wrap: wrap;
}

.card {
    background: white;
    padding: 15px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    transition: 0.7s;
}

.card:hover{
    scale: 1.1;
    opacity: 2.0;
}

.card img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
}

.card h3 {
    margin: 10px 0;
}

.card p {
    font-size: 14px;
    color: #555;
}

.card .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background: #333;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}


.contact-form {
    padding: 50px;
    background: #333;
    color: black;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
}

.contact-form button {
    background: #555;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.contact-form button:hover {
    background: #777;
}
.button{
    border:1px solid blue;
    border-radius:8px;
    width:140px;
    height: 40px;
    font-size: 20px;
    color: white;
    background-color: blue;
}
textarea{
    width: 100%;
}
.info-label{
    color: #fff;
    font-size: 18px;
}
.contact-form {
    padding: 50px;
    background: #333;
    color: black;
}
.input{
    width: 100%;
    height:30px;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    font-weight: 700;
}
.form{
    border:2px solid black;
    width:300px;
    height: 330px;
    margin-top: 9%;
    padding: 10px;
    display:inline-block;
    text-align: center;
}
