@font-face {
    font-family: PromptRegular;
    src: url(promptfont/Prompt-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'PromptRegular';
    color: #4d4d4d;
}

a {
    text-decoration: none;
}

.iteminfo, .itemcontainer ,.itemheader{
    color: #4d4d4d;
}

body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-size: 15px;

    position: relative;
}

.mycontainer {
    width: 100%;
    min-height: 70vh;
    padding: 2.5rem;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mynavbar {
    overflow-x: scroll;


    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.mynavbar::-webkit-scrollbar {
    display: none;
}


.mynav-link {
    font-size: 15px;
    color: #949a98;
    margin-left: 5px;
    text-align: center;
    border-radius: 32px;
    text-decoration: none;
    padding: 7px 25px;
    transition: 0.4s;
    margin-top: 5px;
    margin-bottom: 5px;
    text-wrap: nowrap;
}

.mynav-link:hover {
    background: #e8eef3;
}

.myactive {
    background-color: #d1dae1;
    font-weight: 600;
    color: #2d5778;
}

.myloginbutton {
    background-color: #1b486c;
    color: rgba(255, 255, 255, 0.853);
    font-weight: 600;
}

.myloginbutton:hover {
    background-color: #1b486cc9;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
    padding: 0 20px;
}

.mymapcontainer {
    display: flex;
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: rgb(223, 222, 222);
    border-radius: 16px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.mapmarkerinfo {
    width: 200px;
    border-radius: 8px;
    margin: 10px;
    background-color: rgb(205, 205, 205);
}


#map {
    width: 100%;
    height: 100%;
}

select {
    font-size: 14px;
    border: none;
    outline: 0px;
}

.mapitemcontainer {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.778);
    backdrop-filter: blur(15px);
    border-radius: 16px;
    width: 30%;
    z-index: 2;
    margin: 0.9rem;
    padding: 1.1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;

    opacity: 100%;
    visibility: visible;

    transition: 0.4s;
}

.itemshow {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    transform: translateX(15px) translateY(15px);

    opacity: 100%;
    visibility: visible;

    transition: 0.4s;
}

.closed {
    opacity: 0;
    visibility: hidden;
}

.itemhide {
    cursor: pointer;
}

.itemsearchbar,
.itemfilter {
    padding: 5px;
    width: 100%;
}

.itemsearchbar {
    border-radius: 16px;
    background-color: white;
}

.itemsearchbar .searchbar {
    outline: none;
    border: 0;
    width: 100%;
    background-image: url('../img/search2.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 34px;
    background-size: 28px;
    background-color: rgba(255, 255, 255, 0.59);
    background-blend-mode: lighten;
}

.itemsearchbar .searchbar::placeholder {
    opacity: 0.7;
}

.itemfilter {
    display: grid;
    grid-template-columns: 30px auto auto auto;
    gap: 10px;
}

.filteritem {
    background-color: white;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    padding: 5px;
}

.filteritem select {
    width: 100%;
    text-align: center;
    border: 0;
    outline: none;
}

.filtericon {
    background-image: url('../img/ham1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 15px;
}

.itemcontainer {
    width: 100%;
    cursor: pointer;
    background-color: white;
    padding: 10px;
    border-radius: 13px;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 3fr;

    transition: 0.4s;
    height: auto;
}

.itemcontainer:hover {
    background-color: #ededed;
}

.itemitemcontainer {
    max-height: 37vh;
    overflow-y: scroll;
    overflow-x: hidden;
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;

    scrollbar-width: thin;
    /* Firefox */
}

.itemheader {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}

.itemimgcontainer {
    border-radius: 13px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.itemimg {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.itemimgmarker {
    position: absolute;
    z-index: 6;
    margin: 7px;
    width: 20px;
}

.mycontainer2 {
    margin: 1.25rem 0;
    padding: 15px 0;
}

.mycontainer2header {
    color: #1b486c;
    font-size: 25px;
    font-weight: 600;
}

.container2itemcontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.container2item {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.214);
    padding: 8px 22px;
    border-radius: 32px;
    width: max-content;
    text-wrap: nowrap;
    background-color: white;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.container2item img {
    margin-left: -6px;
    margin-right: 7px;
}

.footer {
    width: 100%;
    overflow: hidden;
}

.footer .footerimg {
    width: 100%;
    min-width: 1000px;
}

.footerinfo {
    background-color: #1b486c;
    color: white;
    padding: 20px 6.25rem;
    display: grid;
    grid-template-columns: 1fr 3fr 3fr 1fr 1fr 1fr;
}

.mycol {
    padding: 1.1rem;
}

.textwhite {
    color: white;
}

.footerlogo {
    width: 130px;
}

.footerheader {
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.footertext {
    font-size: 14px;
}

.headerfontsize {
    font-size: 48px;
}

.smallheaderfontsize {
    font-size: 28px;
}

.line {
    height: 3px;
    border-radius: 50%;
    width: 100%;
    background-color: #1b486c;
    margin: 30px 0;
}

.footerminiicon {
    cursor: pointer;
    height: 1rem;
}

.mycol a {
    color: white;
}

.mycol a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1399px) {

    .itemfilter {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 30px auto auto auto;
        gap: 10px;
    }

    .mapitemcontainer {
        width: 40%;
    }

    .footerspace {
        display: none;
    }

    .mycol {
        padding: 0 1.1rem;
    }

    .mycontainer,
    .footerinfo {
        padding: 35px;
    }
}

@media screen and (max-width: 1049px) {

    .mapitemcontainer {
        width: 50%;
    }

    .mycontainer,
    .footerinfo {
        padding: 25px;
    }

    .footerinfo {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto;
    }

    .footerlogo {
        display: block;
        margin: 15px auto;
    }
}

@media screen and (max-width: 699px) {

    .mapitemcontainer {
        width: 70%;
    }

    .itemcontainer {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
    }

    .container2itemcontainer {
        flex-direction: column;
        justify-content: center;
    }

    .container2item {
        text-wrap: wrap;
        width: auto;
    }

    .mycontainer,
    .footerinfo {
        padding: 13px;
    }

    .navbar {
        padding: 0 13px;
    }
}