* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

.header {
    height: 100vh;
    width: 100%;
    background: linear-gradient(to right, #fff 40%, #aeceeb 70%);
}

.header_information {
    display: block;
    padding: 4rem;
    padding-top: 6rem;
}

.header_information h3 {
    font-size: 3rem;
}

.header_information p,
h3 {
    color: #0f0f0f;
    margin: auto;
}

.second_line {
    font-size: 1.3rem;
    padding-top: 0.3rem;
}

.third_line {
    padding-top: 0.3rem;
}

.header .image {
    display: flex;
}

.header img {
    height: 400px;
    width: 500px;
    margin: auto;
    margin-top: 7rem;
}

.image_text {
    color: #0f0f0f;
    font-style: "Lobster";
    font-size: 1.3rem;
    text-align: center;
}

.explore_btn {
    margin-top: 5rem;
    width: 3in;
}

.icons-ul {
    position: relative;
    display: flex;
    gap: 25px;
    transform: translateY(90px);
    margin-left: 60px;
}

.icons-li {
    position: relative;
    list-style: none;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.header_facebook {
    color: #4267B2;
}

.header_twitter {
    color: #00acee
}

.header_github {
    color: #171515;
}

.header_linkedIn {
    color: #0072b1;
}

.search {
    width: 400px;
    position: relative;
    margin-top: 50px;
    right: 50px;
    float: right;
    clear: both;
}

.search input {
    border-radius: 50px;
}

.gallery {
    width: 100%;
    background-color: #fff;
    content-visibility: auto;
}

.gallery h2 {
    color: #0f0f0f;
    text-align: center;
    margin-top: 5rem;
    font-size: 2.5rem;
}

.gallery h3 {
    color: #0f0f0f;
    text-align: center;
    margin-top: 1rem;
}

.parent {
    position: relative;
}

.gallery .nature {
    height: 35rem;
    width: 100%;
    margin-top: 5rem;
    margin-left: 3rem;
    background-color: #fff;
}

.text_nature {
    font-size: 1.3rem;
    font-style: "Lobster";
    padding: 3rem;
}

.text_places {
    font-size: 1.3rem;
    font-style: "Lobster";
    padding: 2.5rem;
}

.nature_container {
    position: relative;
    height: 3rem;
    width: 80%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), #edf1f4);
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.1),
        -15px -15px 20px #fff;
    border-radius: 30px;
    margin-top: 2in;
    margin-left: 30px;
}

.mini_container_nature {
    position: absolute;
    height: 95%;
    width: 90%;
    background-color: #edf1f4;
}

.mini_container_places {
    position: absolute;
    height: 95%;
    width: 90%;
    background-color: #edf1f4;
    margin-left: 1rem;
    margin-top: 1rem;
}

.gallery .card_images {
    height: 35rem;
    width: 95%;
    margin-top: 5rem;
    overflow-y: scroll;
    margin-left: 1.6rem;
}

.card_images::-webkit-scrollbar {
    width: 0.15rem;
}

.card_images::-webkit-scrollbar-track {
    background: #e6f0e9;
}

.card_images::-webkit-scrollbar-thumb {
    background: grey;
}

.card_images img {
    border-radius: 5px;
}

.mountain_container {
    width: 100%;
    height: 300px;
}

.mountain {
    width: 100%;
    vertical-align: top;
    height: 300px;
}

.mountain_container::after {
    content: "Mountains";
    color: #fff;
    padding-left: 1.2in;
    padding-top: 1.1in;
    font-size: 3rem;
    position: absolute;
    width: 47%;
    height: 54%;
    left: 17px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mountain_container:hover::after {
    opacity: 1;
}

.desert_container {
    width: 100%;
    height: 300px;
}

.desert {
    width: 100%;
    vertical-align: top;
    height: 300px;
}

.desert_container::after {
    content: "Desert";
    color: #fff;
    padding-left: 1.5in;
    padding-top: 1in;
    font-size: 3rem;
    position: absolute;
    width: 47%;
    height: 46%;
    right: 17px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.desert_container:hover::after {
    opacity: 1;
}

.forest_container {
    width: 100%;
    margin-top: 15px;
}

.forest {
    width: 100%;
    vertical-align: top;
}

.forest_container::after {
    content: "Forest";
    color: #fff;
    padding-left: 4in;
    padding-top: 2.6in;
    font-size: 3rem;
    position: absolute;
    width: 97%;
    height: 123%;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.forest_container:hover::after {
    opacity: 1;
}

.ocean_container {
    width: 100%;
    height: 400px;
    margin-top: 15px;
}

.ocean {
    width: 100%;
    vertical-align: top;
}

.ocean_container::after {
    content: "Ocean";
    color: #fff;
    padding-left: 4in;
    padding-top: 2.6in;
    font-size: 3rem;
    position: absolute;
    width: 97%;
    height: 123%;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ocean_container:hover::after {
    opacity: 1;
}

.places {
    height: 100vh;
    width: 100%;
    content-visibility: auto;
}

.places .card_images {
    height: 35rem;
    width: 95%;
    margin-top: 5rem;
    overflow-y: scroll;
    margin-left: 3rem;
    padding: 1rem;
}

.places_tag {
    height: 35rem;
    width: 100%;
    margin-top: 5rem;
    margin-left: -1.6rem;
}

.japan_container {
    width: 100%;
    height: 817px;
}

.japan {
    width: 100%;
    vertical-align: top;
    height: 817px;
}

.japan_container::after {
    content: "A street in Japan";
    color: #fff;
    padding-left: 1.2in;
    padding-top: 2.4in;
    font-size: 3rem;
    position: absolute;
    width: 47%;
    height: 147%;
    left: 17px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.japan_container:hover::after {
    opacity: 1;
}

.venice_container {
    width: 100%;
    height: 400px;
}

.venice {
    width: 100%;
    vertical-align: top;
    height: 400px;
}

.venice_container::after {
    content: "Venice in Italy";
    color: #fff;
    padding-left: 80px;
    padding-top: 1.5in;
    font-size: 3rem;
    position: absolute;
    width: 47%;
    height: 72%;
    right: 17px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.venice_container:hover::after {
    opacity: 1;
}

.banff_container {
    margin-top: 1rem;
    width: 100%;
    height: 400px;
}

.banff {
    width: 100%;
    vertical-align: top;
    height: 400px;
}

.banff_container::after {
    content: "Banff National Park in Canada";
    color: #fff;
    padding-left: 80px;
    padding-top: 1.6in;
    font-size: 2rem;
    position: absolute;
    width: 47%;
    height: 72%;
    right: 17px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.banff_container:hover::after {
    opacity: 1;
}

.maldives_container {
    width: 100%;
    height: 400px;
    margin-top: 1rem;
}

.maldives {
    width: 100%;
    vertical-align: top;
}

.maldives_container::after {
    content: "Maldives";
    color: #fff;
    padding-left: 3.7in;
    padding-top: 2.2in;
    font-size: 3rem;
    position: absolute;
    width: 97%;
    height: 103%;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.maldives_container:hover::after {
    opacity: 1;
}

.buildings {
    height: 100vh;
    width: 100%;
    margin-top: -2rem;
}

.buildings_tag {
    height: 35rem;
    width: 100%;
    margin-top: 5rem;
    margin-left: 3rem;
    background-color: #fff;
}

.buildings .card_images {
    height: 35rem;
    width: 95%;
    margin-top: 5rem;
    overflow-y: scroll;
    margin-left: 1.6rem;
    overflow-x: hidden;
}

.wave_building_container {
    width: 97%;
    height: 600px;
    margin: 1rem;
}

.wave_building {
    width: 100%;
    vertical-align: top;
}

.wave_building_container::after {
    content: "The wave building";
    color: #fff;
    padding-left: 2.9in;
    padding-top: 2.2in;
    font-size: 3rem;
    position: absolute;
    width: 97%;
    height: 110%;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.wave_building_container:hover::after {
    opacity: 1;
}

.longaberger_container {
    width: 97%;
    height: 600px;
    margin-left: 1rem;
    margin-top: 1rem;
}

.longaberger {
    width: 100%;
    vertical-align: top;
}

.longaberger_container::after {
    content: "Longaberger";
    color: #fff;
    padding-left: 3.5in;
    padding-top: 2.2in;
    font-size: 3rem;
    position: absolute;
    width: 97%;
    height: 104%;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.longaberger_container:hover::after {
    opacity: 1;
}

.hashtag_container {
    width: 97%;
    height: 600px;
    margin-left: 1rem;
    margin-top: 1rem;
}

.hashtag {
    width: 100%;
    vertical-align: top;
    height: 670px;
}

.hashtag_container::after {
    content: "Hashtag Tower";
    color: #fff;
    padding-left: 1.5in;
    padding-top: 2.2in;
    font-size: 3rem;
    position: absolute;
    width: 47%;
    height: 120%;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hashtag_container:hover::after {
    opacity: 1;
}

.zigzag_container {
    width: 97%;
    height: 600px;
    margin-top: 1rem;
}

.zigzag {
    width: 100%;
    vertical-align: top;
    height: 670px;
}

.zigzag_container::after {
    content: "Zizzag Towers";
    color: #fff;
    padding-left: 1in;
    padding-top: 2.2in;
    font-size: 3rem;
    position: absolute;
    width: 47%;
    height: 120%;
    right: 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.zigzag_container:hover::after {
    opacity: 1;
}

.news_section {
    height: 90vh;
    width: 90%;
    background: url('../images/trees.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    margin: auto;
    margin-bottom: 4rem;
    border-radius: 6px;
}

.news_section .overlay {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
}

.news_section .overlay h3 {
    color: #fff;
    font-family: "Roboto";
    font-size: 4rem;
    font-weight: 900px;
    padding: 6rem;
}

.form_container {
    height: 35rem;
    width: 90%;
    background-color: #fff;
    margin-top: 4rem;
    border-radius: 10px;
    padding-left: 4rem;
    padding-top: 4rem;
}


.footer {
    height: 100vh;
    width: 100%;
    background-color: #0f0f0f;
    display: flex;
    align-items: center;
    padding: 4rem;
}

.about {
    padding: 2rem;
}

.about h5 {
    font-size: 1.4rem;
}

.about p {
    font-size: 1.1rem;
    padding-top: 40px;
}

.navigation {
    padding: 4rem;
}

.navigation h5 {
    font-size: 1.4rem;
    margin-left: 90px;
}

.navigation ul {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-left: 80px;
}

.navigation li {
    text-decoration: none;
    list-style: none;
    font-size: 1.1rem;
}

.navigation li a {
    text-decoration: none;
}

.newsletter {
    padding: 4rem;
}

.newsletter h5 {
    font-size: 1.4rem;
    left: 65px;
    position: relative;
}

.footer_social {
    position: relative;
}

.footer_social_media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_facebook {
    position: relative;
    right: 60px;
}

.footer_twitter {
    right: 30px;
    position: relative;
}

.footer_github {
    position: relative;
    right: 0;
}

.footer_linkedIn {
    position: relative;
    right: -30px;
}

.copyright {
    position: relative;
    top: 60px;
}




@media screen and (max-width: 480px) {
    .header {
        height: 12.5in;
        width: 100vw;
        background: linear-gradient(to right, #fff 40%, #aeceeb 70%);
        overflow-x: hidden;
    }

    .header_information {
        padding: 3rem;
        padding-top: 7rem;
    }

    .header_information h3 {
        font-size: 1.9rem;
    }

    .second_line {
        font-size: 1.3rem;
        padding-top: 1rem;
    }

    .third_line {
        padding-top: 1rem;
    }

    .image_text {
        font-size: 1.3rem;
    }

    .image img {
        width: 100vw;
    }

    .icons-ul {
        transform: translateY(50px);
        margin-left: -30px;
        justify-content: space-evenly;
        gap: 0px;
    }

    .gallery {
        width: 100%;
        height: 13in;
    }

    .explore_text {
        font-size: 1.3em;
    }

    .look_text {
        font-size: 1.3em
    }

    .search {
        width: 90%;
        margin-left: 20px;
        float: none;
        right: 0;
    }

    .search input {
        border-radius: 50px;
        height: 50px;
    }

    .gallery .nature {
        width: 90%;
        margin-left: 20px;
    }

    .gallery .card_images {
        width: 91%;
        margin-left: 1.2rem;
        overflow-x: hidden;
        transform: translateY(30px);
    }

    .mountain_container {
        width: 100%;
        height: 600px;
    }

    .mountain {
        width: 100%;
        vertical-align: top;
        height: 600px;
    }

    .mountain_container::after {
        padding-left: 90px;
        padding-top: 2.3in;
        font-size: 1.7rem;
        width: 90%;
        height: 6.2in;
        left: 17px;
    }

    .mountain_container:hover::after {
        opacity: 1;
    }

    .desert_container {
        width: 100%;
        margin-top: 1rem;
    }

    .desert {
        width: 100%;
        vertical-align: top;
    }

    .desert_container::after {
        padding-left: 1.2in;
        padding-top: 1.3in;
        font-size: 1.7rem;
        width: 90%;
        height: 3.1in;
        left: 17px;
    }

    .desert_container:hover::after {
        opacity: 1;
    }

    .forest_container {
        width: 100%;
        margin-top: 15px;
        height: 280px;
    }

    .forest {
        width: 100%;
        vertical-align: top;
        height: 280px;
    }

    .forest_container::after {
        padding-left: 1.2in;
        padding-top: 0.8in;
        font-size: 1.7rem;
        position: absolute;
        width: 91%;
        height: 2.9in;
        left: 15px;
    }

    .forest_container:hover::after {
        opacity: 1;
    }

    .ocean_container {
        width: 100%;
        height: 400px;
        margin-top: 15px;
    }

    .ocean {
        width: 100%;
        vertical-align: top;
        height: 400px;
    }

    .ocean_container::after {
        padding-left: 1.2in;
        padding-top: 1in;
        font-size: 1.7rem;
        position: absolute;
        width: 91%;
        height: 4.2in;
        left: 15px;
    }

    .ocean_container:hover::after {
        opacity: 1;
    }

    .places {
        height: 12.9in;
    }

    .places_tag {
        width: 90%;
        margin-left: 1.2rem;
        transform: translateY(-6.69in);
    }

    .places .card_images {
        width: 91%;
        margin-left: 1.2rem;
        overflow-x: hidden;
        transform: translateY(5.95in);
    }

    .japan_container::after {
        padding-left: 0.4in;
        padding-top: 2.4in;
        font-size: 2rem;
        width: 90%;
    }

    .venice_container {
        margin-top: 1rem;
    }

    .venice_container::after {
        padding-left: 50px;
        padding-top: 1.7in;
        font-size: 2rem;
        width: 90%;
        left: 17px;
    }

    .banff_container::after {
        padding-left: 50px;
        padding-top: 1.6in;
        font-size: 2rem;
        width: 90%;
        left: 17px;
    }

    .maldives {
        height: 200px;
    }

    .maldives_container {
        height: 200px;
    }

    .maldives_container::after {
        padding-left: 1.1in;
        padding-top: 0.6in;
        font-size: 1.5rem;
        width: 91%;
        height: 2.1in;
        left: 15px;
    }

    .buildings {
        height: 190vh;
    }

    .buildings_tag {
        width: 90%;
        margin-left: 1.2rem;
    }

    .buildings .card_images {
        width: 91%;
        margin-left: 1.2rem;
        margin-top: 0.9rem;
        overflow-x: hidden;
    }

    .wave_building_container {
        width: 97%;
        height: 185px;
    }

    .wave_building {
        width: 95%;
        height: 185px;
    }

    .wave_building_container::after {
        padding-left: 0.85in;
        padding-top: 0.8in;
        font-size: 1.2rem;
        width: 93%;
        height: 33%;
    }

    .longaberger_container {
        width: 97%;
        height: 200px;
        margin-left: 1rem;
    }

    .longaberger {
        width: 95%;
        vertical-align: top;
        height: 200px;
    }

    .longaberger_container::after {
        padding-left: 1.18in;
        padding-top: 0.8in;
        font-size: 1.2rem;
        width: 93%;
        height: 36%;
        left: 15px;
    }

    .hashtag {
        width: 95%;
        height: 600px;
    }

    .hashtag_container::after {
        padding-left: 0.6in;
        padding-top: 2.7in;
        font-size: 2rem;
        width: 93%;
        height: 108%;
        left: 15px;
    }

    .zigzag_container {
        width: 97%;
        height: 600px;
        margin-top: 1rem;
        margin-left: 15px;
    }

    .zigzag {
        width: 95%;
        vertical-align: top;
        height: 670px;
        left: 15px;
    }

    .zigzag_container::after {
        padding-left: 1in;
        padding-top: 2.2in;
        font-size: 3rem;
        width: 93%;
        height: 120%;
        left: 15px;
    }

    .footer {
        height: 11.2in;
        width: 100%;
        padding-top: 2rem;
        padding-left: 90px;
    }

    .footer_note {
        position: relative;
        transform: translateY(-50px);
    }

    .about p {
        position: relative;
        padding: 20px;
        padding-bottom: 0;
        left: -20px;
    }

    .navigation {
        position: relative;
        left: -93px;
        padding: 1rem;
    }

    .navigation ul {
        margin-left: 60px;
    }

    .newsletter_input input {
        width: 40px;
    }

    .footer_social {
        position: relative;
        left: -80px;
        top: 65px;
    }

    .footer_social h5 {
        position: relative;
        margin-left: 82px;
    }

    .footer_social_media {
        margin-top: 30px;
        margin-left: 1.6in;
    }

    .copyright {
        position: relative;
        transform: translateY(100px);
        left: -20px;
    }

    .news_section {
        height: 10in;
        margin-bottom: 4rem;
    }

    .news_section .overlay h3 {
        font-size: 2.5rem;
        padding: 3rem;
        padding-top: 4rem;
    }

    .form_container {
        height: 30rem;
        margin: auto;
        padding-left: 1rem;
        padding-top: 4rem;
        margin-top: 20px;
    }

    .newsletter h5 {
        font-size: 1.4rem;
        left: 13px;
        position: relative;
    }

    .form_container label {
        margin-top: 15px;
    }

}