body {
    font-family: "Montserrat", sans-serif;
}

.leo-baner-main, .menu {
    font-family: 'Montserrat',Arial,sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: black;
}
.leo-baner-main {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio:5/7;
    color: white;
    text-align: center;
    margin: 0;
    overflow: hidden;
    display: flex;
    gap:5px;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    align-items: center;
    background-image: url("https://optim.tildacdn.one/tild3732-6533-4565-b631-393938646566/-/format/webp/IMG_7948.JPG");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.leo-baner-main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(0,0,0, 0.1);
}

.leo-baner-main-title {
    font-size: 10px;
    font-weight: 400;   
    letter-spacing: 2px;
    margin: 0;
    z-index:2;
    text-transform: uppercase;
}
.leo-baner-main-description {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    z-index: 2;
    padding: 5px 25px;
    border: 1px solid white;
    border-radius: 40px;
    color: white !important;
    text-transform: uppercase;
}
a[href="#addtofavorites"].t1002__addBtn {
    background: transparent;
    top: 0;
    right:0;
}
.menu {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    overflow: auto hidden;
    padding: 10px;
}
.menu a .item-title {
    background: black;
}

.item-container {
    padding: 3px;
    border: 1px solid gray;
    border-radius: 50%;
    text-align: center;
}
.item-container:hover {
    border-color: black;
}

.item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.item-title h2 {
    font-size: 12px;
    font-weight: 400;
    color: white;
}
@media (max-height: 420px) {
    .leo-baner-main-title{
        font-size: 5rem;
    }
    .leo-baner-main-description{
        font-size: 2.5rem;
    }
    
}
@media (min-width: 960px) {
    .leo-baner-main {
        background-image: url("https://optim.tildacdn.one/tild3732-6533-4565-b631-393938646566/-/format/webp/IMG_7948.JPG");
        width: 100%;
        aspect-ratio:9/5;
        background-size: contain;
        background-position: left center;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 0;
    }
    .leo-baner-main-title {
        font-size: min(10vw, 3.8rem);
        color: black;
        width: 60%;
        display: block;
        background-color: transparent;
    }
    .leo-baner-main-description {
        font-size: 1.9rem;
        color: black !important;
        width:60%;
        display: block;
        border: none;
        background: transparent;
        text-decoration: underline !important;
        text-underline-offset: 6px;
    }
    .leo-baner-main::after {
        content:none;
    }
}
