* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Roboto Serif", serif;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 2;
}

.navbar img {
    width: 200px;
    height: 100px;
}

.list li {
    padding: 10px;
}

.icon {
    display: flex;
    gap: 15px;
    align-items: center;
}

.icon h6 {
    display: flex;
    align-items: center;
}

.icon h6:hover {
    cursor: pointer;
}

.pipe {
    color: lightgray;
    padding: 5px;
    font-size: 20px;
}

.list li {
    display: inline;
}

.icon-section {
    display: flex;
    padding: 10px;
}

.menu i{
    cursor: pointer;
    display: none;
}

.icon-section i {
    padding: 9px;
    font-size: 15px;
}

.icon-section:hover {
    background-color: whitesmoke;
    border-radius: 30px;
}


button {
    background-color: black;
    color: white;
    border-radius: 30px;
    padding: 10px;
    margin-left: 10px;
}

.navbar img,.list,button,.icon i {
    cursor: pointer;
}

.header {
    padding: 20px;
    text-align: center;
}

.list li:hover{
    background-color: whitesmoke;
    border-radius: 30px;
}

.sections p {
    padding: 5px;
    text-align: center;
}

.sections i {
    padding: 5px;
}

.sections p:hover {
    text-decoration: underline;
    cursor: pointer;
}

.sections {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
    overflow: auto;
}

.searchbox {
    margin: 10px;
    width: 50%;
    padding: 3px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.searchbox i:hover {
    cursor: pointer;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchbox input {
    border: none;
    width: 75%;
    outline: none;
    padding: 10px;
    font-size: 18px;
}

.searchbox i {
    padding: 20px;
}

.btn {
    background-color: #34e0a1;
    color: black;
    font-size: medium;
    font-weight: bold;
    border: none;
    padding: 15px;
}

.btn:hover {
    background-color: lightgreen;
}

.container-section {
    background-color: #34e0a1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 70%;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.container-section-divison {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 25px;
}

.container-section-divison img {
    width: 600px;
    height: 400px;
    border-radius: 30px;    
}

.container-section-divison h5 {
    display: inline;
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.container-section-divison h5,p {
    vertical-align: top;
    display: inline-block;
    
}

.container-section-divison-sub {
    width: 350px;
}

.container-section-divison-sub h1,h2,#start,h5 {
    margin-top: 20px;
}

.container-section-divison-sub h1 {
        font-size: 50px;
}

.container-section-divison-sub h2 {
    font-size: 30px;
}

.parent {
    justify-content: center;
    display: flex;
    margin-top: 20px;
}

#start {
    border-radius: 30px;
    padding: 15px;
}

#start:hover {
    cursor: pointer;
    background-color: grey;
    opacity: 0.9;
}

.explore {
    margin-top: 20px;
    text-align: center;
}

.explore p {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

#important-one {
    display: flex;
    justify-content: center;
}

.explore-image-section img {
    width: 250px;
    height: 250px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 20px;
}

.explore-image-section img:hover {
    cursor: pointer;
}

.explore-image-section {
    position: relative;
}

.explore-image-section h3 {
    position: absolute;
    bottom: 10px;
    color: white;
    background-color: black;
    left: 10px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.explore-image {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.explore-image-section h3:hover {
    cursor: pointer;
}

.more {
    display: flex;
    flex-direction: column;
    background-color: #edf9f4;
    margin-top: 30px;
}

.more h2 {
    margin: 20px;
    text-align: center;
}

.overflow {
    overflow: auto;
    width: 70%;
    margin: auto;
}

.more-section {
    display: flex;
    gap: 10px;
}

.more-images {
    display: flex;
    flex-direction: column;
    width: 350px;
}

.more-images img {
    width: 350px;
    height: 200px;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
}

.more-images img:hover {
    cursor: pointer;
}

.more-images h4 {
    text-align: center;
    margin: 30px;
}

.more-images h4:hover {
    cursor: pointer;
    text-decoration: underline;
}

.travel-img {
    margin-top: 25px;
}

.travel-back {
    background-color: #34e0a1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

.travel-text {
    width: 300px;
    text-align: center;
}

.travel-button {
    margin-top: 10px
}

.travel-button button:hover {
    opacity: 0.7;
}

.travel-image img {
    width: 500px;
    height: 300px;
    border-radius: 10px;
}

.footer {
    background-color: #f2f2f2;
    margin-top: 50px;
    padding: 40px;
}

.footer-section {
    display: flex;
    justify-content: space-around;
    gap: 25px;
}

.footer-section-one {
    display: flex;
    flex-direction: column;
}

.footer-section-one p {
    margin-bottom: 10px;
}

.footer-section-one p:hover {
    cursor: pointer;
}

.footer-section-two {
    display: flex;
    flex-direction: column;
}

.footer-section-two p {
    margin-bottom: 10px;
}

.footer-section-two p:hover {
    cursor: pointer;
}

.footer-section-three {
    display: flex;
    flex-direction: column;
}

.footer-section-three p {
    margin-bottom: 10px;
}

.footer-section-three p:hover {
    cursor: pointer;
}

.about {
    text-align: center;
}

.about h5 {
    padding-top: 20px;
}

.about p {
    margin-top: 10px;
}

.about p a {
    color: black;
    text-decoration: none;
    padding: 5px;
}

.about p a:hover {
    text-decoration: underline;
}

@media screen and (max-width:1024px) {
    .container-section-divison img {
        width: 400px;
        height: 400px;
    }
    .container-section {
        width: 90%;
    }
    .container-section-divison-sub p,h5 {
        margin-top: 0px;
    }
    .searchbox input {
        width: 60%;
    }
}

@media screen and (max-width:768px) {
    .container-section-divison img {
        width: 300px;
        height: 300px;
    }
    .container-section-divison-sub p {
        font-size: 15px;
    }
    .container-section-divison-sub .plan {
        font-size: 25px;
    }
    .container-section-divison-sub .from {
        font-size: 25px;
    }
    body {
        font-size: 14px;
    }
    .searchbox {
        width: 60%;
    }
    .travel-image img {
        width: 300px;
        height: 200px;
    }
    .travel-text h1, p {
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    .container-section-divison img {
        width: 250px;
        height: 150px;
    }
    .container-section-divison {
        flex-wrap: wrap;
    }
    .container-section-divison-sub {
        width: 250px;
        text-align: center;
    }
    .container-section-divison-sub p {
        font-size: 10px;
        margin-top: 5px;
    }
    .container-section-divison-sub .plan {
        font-size: 10px;
    }
    .container-section-divison-sub .from {
        font-size: 10px;
    }
    .menu i {
        display: block;
    }
    .list, .icon {
        display: none;
    }
    .searchbox {
        width: 90%;
    }
    .searchbox input {
        width: 60%;
        padding: 2px;
    }
    .searchbox i {
        font-size: 10px;
        padding: 10px;
    }
    .searchbox .btn {
        padding: 5px;
    }
    .searchbox input::placeholder {
        font-size: 12px;
    }
    .travel-text h1,p {
        font-size: 10px;
    }
    .travel-button button {
        font-size: 10px;
    }
    .travel-image img {
        width: 250px;
        height: 150px;
    }
    .travel-back {
        flex-wrap: wrap;
        gap: 20px;
    }
}