/* #### Generated By: http://www.cufonfonts.com #### */


:root{
    --top-background-color:#f3f5f7
}
@font-face {
    font-family: 'Airbnb Cereal App Book';
    font-style: normal;
    font-weight: normal;
    src: local('Airbnb Cereal App Book'), url('AirbnbCerealBook.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Airbnb Cereal App Light';
    font-style: normal;
    font-weight: normal;
    src: local('Airbnb Cereal App Light'), url('AirbnbCerealLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Airbnb Cereal App Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Airbnb Cereal App Medium'), url('AirbnbCerealMedium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Airbnb Cereal App Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Airbnb Cereal App Bold'), url('AirbnbCerealBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Airbnb Cereal App Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Airbnb Cereal App Extra Bold'), url('AirbnbCerealExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Airbnb Cereal App Black';
    font-style: normal;
    font-weight: normal;
    src: local('Airbnb Cereal App Black'), url('AirbnbCerealBlack.woff') format('woff');
    }

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Airbnb Cereal App Light';
}

.wrapper {
    
    margin: 5em 80px;
}

@media (max-width: 720px) {

    /* nav > img {
        display: none;
    }

    nav > .profile {
        display: none;
    } */

    .wrapper {
        margin: 3em 20px;
    }

    .info {
        grid-column: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .info > .title {
        grid-column: 1/3 !important;
        grid-row: 1/3;
    }

    .info > .description {
        grid-column: 1/3 !important;
        grid-row: 2/3;
        width: 100% !important;
        margin-top: 8px;
    }

    .info > .description > p {
        max-width: 100% !important;

    }

    .become_a_host {
        padding: 2em !important;
        height: 300px !important;
        min-height: 300px !important;
    }

    .become_a_host > h1 {
        font-size: 32px !important;
        line-height: 32px !important;
    }

    .become_a_host > p {
        padding: .5em 0 !important;
    }
}

/* nav {
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 32px;
}

nav > img {
    height: 50px;
} */

nav > .search {
    padding: 8px;
    border: .5px solid rgb(194, 194, 194);
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    min-width: 250px;
}

.search > input[type="text"]::placeholder, 
.search > input[type="text"] {
    border: none;
    outline: none;
    font-family: 'Airbnb Cereal App Book';
    /* letter-spacing: 1.1px; */
    margin-left: 16px;
    color: rgb(82, 82, 82);
    font-weight: bold;
    min-width: 250px;
}



.search > .icon {
    background: rgb(255, 46, 116);
    height: 35px;
    width: 35px;
    border-radius: 100%;
}

.hero {
    background: var(--top-background-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    
}

.hero > .intro {
    padding: 0 32px; 
    margin-top: 74px;
    background-position: bottom;
    width: 95%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-image: url('https://images.unsplash.com/photo-1506197603052-3cc9c3a201bd?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1650&q=80');
}

.intro > img {
    width: 100%;
    /* padding-top: 20px; */
    height: auto;
    object-fit: cover;
    background-size: cover;
}

.hero > .cta {
    font-size: 28px;
    color: black;
    padding: 38px 0;
    font-family: 'Airbnb Cereal App Light';
}

.btn-outline {
    margin-top: 16px;
    background: white;
    border-radius: 10px;
    padding: 8px 16px;
    outline: none;
    border: 1px solid rgb(116, 116, 116);
    font-family: 'Airbnb Cereal App Medium';
}

.info {
    
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.info > .title {
    grid-column: 1/2;
}

.info > .title > h1,
.explore > h1,
.live_anywhere > h1,
.experience > .title > h1 {
    font-family: 'Airbnb Cereal App Medium';
    font-size: 32px;
}

.info > .description {
    grid-column: 2/3;
}

.info > .description > p {
    max-width: 70%;
    font-family: 'Airbnb Cereal App Book';
    line-height: 28px;
    font-size: 18px;
}

.explore {
    grid-template-columns: 1fr 1fr;
}

.nearby {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: 1fr; */
    height: auto;
    margin-bottom: 32px;
}

.explore > h1 {
    padding-bottom: 24px;
}

.card {
    width: 100%;
    height: 100px;
    /* background: red; */
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.card > .img {
    height: 70px;
    width: 70px;
    background: rgb(255, 165, 177);
    border-radius: 10px;
    margin-right: 16px;
}

.card > .img > img {
    object-fit: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}


.live_anywhere > h1 {
    margin-bottom: 16px;
}

.categories {
    display: flex;
}

@media (max-width: 720px) {
    .category:nth-of-type(odd) {
        display: none;
    }

    .nearby {
        overflow-x: scroll;
        scroll-snap-type: y mandatory;
        scroll-snap-points-x: repeat(300px);
    }
    
    .nearby > .card {
        margin-right: 16px;
    }

    /* .nearby > .card:nth-of-type(odd) {
        display: none;
        
    } */
}

.categories > li {
    list-style: none;
    flex: 1;
    border-width: 0 5px;
    border: 8px solid transparent;
}

.categories > li > .image {
    height: 350px;
    background: rgb(255, 165, 177);
    width: 100%;
    margin-bottom: 8px;
    border-radius: 10px;
}

.categories > li > .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    display: block;
    border-radius: 10px;
}

.category > h3 {
    font-family: 'Airbnb Cereal App Book';
}

.become_a_host {
    max-width: 100%;
    min-height: 480px;
    background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0.1)), url('https://images.unsplash.com/photo-1513584684374-8bab748fbf90?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1646&q=80');
    background-position: center;
    background-size: cover;
    object-fit: cover;
    height: 480px;
    /* width: 100%; */
    border-radius: 20px;
    margin-top: 48px;
    padding: 6em;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 4em;
}

.become_a_host > h1 {
    font-size: 48px;
    font-family: 'Airbnb Cereal App Book';
    line-height: 54px;
}

.become_a_host > p {
    font-size: 18px;
    padding: 1em 0;
    line-height: 24px;
}

.become_a_host > button {
    padding: 12px 24px;
    border-radius: 10px;
    outline: none;
    border: 1px solid rgb(194, 194, 194);
    background: white;
    font-family: 'Airbnb Cereal App Medium';
    cursor: pointer;
}

.experience > .title {
    margin-bottom: 24px;
}

.experience > .title > span {
    font-size: 24px;
    font-family: 'Airbnb Cereal App Book';
    margin-bottom: 16px;
}

.experience > .content {
    display: flex;
    
}

@media (max-width: 720px) {
    .experience > .content {
        display: flex;
        flex-direction: column;   
    }
    .experience > .content > .card > .image {
        height: 250px !important;
    }
}

.experience > .content > .card {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 16px;
}

.experience > .content > .card > .image {
    height: 450px;
    margin-bottom: 8px;
}
.experience > .content > .card > .image > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    display: block;
    border-radius: 10px;
}

.experience > .content > .card > h3 {
    font-family: 'Airbnb Cereal App Book';
}

footer {
    background-color: #F7F7F7 !important;
    padding: 32px 0;
    border-top: 1px solid #DDDDDD !important;
    
}

footer > .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer > .wrapper > .content > h4 {
    font-family: 'Airbnb Cereal App Bold';
    text-transform: uppercase;
    font-size: 12px;
}

footer > .wrapper > .content > ul > li {
    list-style: none;
    margin-top: 16px;
    font-size: 14px;
}

footer > .wrapper > .content > ul > li:hover {
    text-decoration: underline;
    cursor: pointer;
}

footer > .creds {
    display: flex;
    justify-content: space-between;
    
}