* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Mulish", serif;
    margin: 0 100px;
}

a {
    text-decoration: none;
    color: #282828;
}

.icons {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
}

.search-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    margin: 18px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
}

.search-label {
    position: relative;
}

#search {
    width: 400px;
    height: 56px;
    border-radius: 100px;
    z-index: 15;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    transition: 0.3s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #acacac;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    padding-left: 16px;
    pointer-events: none;
}

.search-divider {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    margin-top: 103px;
}

#suggestions {
    margin-top: 10px;
}

#suggestions i {
    color: #585858;
    margin: 0 10px 0 30px;

}

.suggestion {
    cursor: pointer;
    font-size: 20px;
    padding: 10px 0;
    color: #282828;
    font-weight: 700;
}

.suggestion:hover {
    background: #f4f4f4;
}

.menu-mobile {
    display: none;
}

.search-filter {
    width: 70px;
    height: 38px;
    background: #f1f1f1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 16;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.search-filter i {
    font-size: 22px;
    color: #0C7DFD;
}

#search-section {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 0;
    background-color: #FFFFFF;
    transition: all 0.4s ease-out;
    overflow: hidden;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
}

#search-section.active {
    height: 400px;
    z-index: 10;
}

#close-search-section {
    position: absolute;
    top: 18px;
    right: 30px;
    font-size: 30px;
    color: #727272;
    padding: 10px;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: none;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

#overlay.active {
    display: block;
    z-index: 7;

}

.post-create {
    position: absolute;
    right: 150px;
    background: #0C7DFD;
    color: #FFFFFF;
    font-weight: 600;
    padding: 16px 18px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.2s all ease-out;
}

.profile {
    background: #FFFFFF;
    padding: 16px 18px;
    border-radius: 16px;
    cursor: pointer;
    border: solid 1px #cccccc;
    color: #a2a2a2;
}

.logo {
    background: #FFFFFF;
    border-radius: 16px;
    cursor: pointer;
    border: solid 1px #cccccc;
    color: #282828;
    font-weight: 700;
    font-size: 18px;
    height: 54px;
    width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo span {
    color: #0C7DFD;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\SEARCH\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


.button-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 20px 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: relative;
    overflow-y: hidden;
    will-change: transform;
    user-select: none;
    cursor: pointer;
}

.button-container.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
}


/*.button-container::-webkit-scrollbar {*/
/*    width: 0;*/
/*    height: 0;*/
/*    display: none;*/
/*}*/

/*.button-container::-webkit-scrollbar-thumb {*/
/*    background-color: #ffffff;*/
/*}*/


.filter-button {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    margin: 0 20px;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 8px 20px;
    color: #cccccc;
    border-bottom: solid 2px transparent;
    font-weight: 600;
}

.filter-button:hover {
    border-bottom: solid 2px #cccccc;
}

.filter-btn {
    background: #0C7DFD;
    color: #FFFFFF;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 12px;
    cursor: pointer;
}

.all-filter-btn {
    margin: 0 20px 0 0;
}

.last-filter-btn {
    margin: 0 0 0 20px;
}

.active-filter {
    border-bottom: solid 2px #4a4a4a;
    transition: 0.1s all ease-in-out;
    color: #4a4a4a;
}

.active-filter:hover {
    color: #4a4a4a !important;
    border-bottom: solid 2px #4a4a4a;
}

.active-filter .filter-icons {
    color: #4a4a4a;
}

.filter-icons {
    font-size: 30px;
    color: #D9D9D9;
    margin-bottom: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 20px;
}

.square {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 20px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}

.square:hover .animal-img {
    transform: scale(1.05);
}

.animal-img {
    transition: 0.5s all ease;
}

h2 {
    font-size: 17px;
    margin:10px 0 2px 0;
    display: flex;
    justify-content: space-between;
}

.place {
    margin: 0;
    color: #999999;
}


.info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.side-info {
display: flex;
}

.price {
    font-weight: 700;
    background: #f2f2f2;
    width: fit-content;
    padding: 3px 12px;
    border-radius: 7px;
}

.number {
    font-weight: 700;
    background: #f2f2f2;
    width: fit-content;
    padding: 3px 12px;
    border-radius: 7px;
}

.palette {
    font-weight: 700;
    background: #f2f2f2;
    width: fit-content;
    padding: 3px 12px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.fa-palette {
    color: #282828;
}

.heart {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 30px;
}

h2 span {
    color: #282828;
    font-weight: 400;
    font-size: 15px;
}

.fa-fa-star {
    color: #282828;
    margin-right: 5px;
    font-size: 14px;
}

.animal {
    display: none;
    cursor: pointer;
}

.animal.show {
    display: block;
}

.animal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
}

@media (max-width: 1400px) {
    .post-create {
        display: none;
    }
}


@media (max-width: 1100px) {
    #search-section {
        width: 100%;
    }

    #search-section.active {
        height: 70%;
    }

}


@media (max-width: 920px) {
    body {
        margin: 0 50px;
    }

    .menu-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 360px;
        height: 70px;
        border-radius: 50px;
        position: fixed;
        bottom: 30px;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);

        background-color: rgba(0, 0, 0, .7);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .mobile-text {
        color: #FFFFFF;
        font-size: 12px;
        margin: 6px 0 0 0;
    }

    .mobile-menu-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 16px;
    }

    .mobile-menu-icons {
        color: #FFFFFF;
        font-size: 20px;

    }

    #search {
        width: 300px;
        height: 50px;
        font-size: 15px;
    }

    .logo, .profile {
        display: none;
    }

    .search-container {
        justify-content: center;
    }

    .search-container {
        border-bottom: none;
        padding-bottom: 0;
    }

    .button-container {
        margin: 20px 0;
    }

    .search-filter {
        top: 7px;
        right: 8px;
    }

    .button-container {
        overflow-x: scroll;
    }

    .button-container::-webkit-scrollbar {
       display: none;
    }

    .square:hover .animal-img {
        transform: none;
    }

}

    @media (max-width: 520px) {
        body {
            margin: 20px;
        }

        .filter-button {
            padding: 8px 10px;
        }

        .all-filter-btn {
            margin-right: 10px;
        }

        .last-filter-btn {
            margin-left: 10px;
        }
    }














