.main {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}


.main > li {
    display: inline-block;
    position: relative;
    text-align: center;
}


.main > li:hover > ul {
    visibility: visible;
    opacity: 0.9;
    transition: all 0.2s ease-in-out; 
    text-align: center;
}


.main > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0.1;
    visibility: hidden;
    background: white;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
} 

li.content{
    margin-right: -13px;
    text-align: center;
    font-size: 20px;
}


li.content::after {
    color: black;
    font-size: 20px;
    padding-top: 10px;
    margin-left: 13px;
    text-align: center;
    font-size: 20px;
}


li.content:last-child::after{
    content: none;
    text-align: center;
    font-size: 20px;
}


div {
    background: white;
    height: 50px;
    color: black;
    font-family: Trebuchet MS;
    text-align: center;
}

ul.main {
    text-align: center;
}

div > ul > li {
    margin-left: 30px;
    padding-top: 10px;
    text-align: center;
}

a {
    color: black;
    text-align: left;
}


#shadow {
    box-shadow: 0 0 10px #aeaeae;
    height: 184px;
    text-align: center;
}


li > ul > li {
    width: 250px;
    height: 30px;
    padding-top: 10px;
    text-align: center;
} 

div.pouring {
    background: #FFFFFF;
    width: 225px;
    height: 36px;
    color: black; 
    border-bottom: 0.5px solid #e5e5e5;
    text-align: left;
}
#first-div{
    height: 39px;
    text-align: center;
}

a.pass{
    color: #a7a7a7; 
    justify-content: center;
    position: relative;
    top: 7px;
    display: block;
    width: 200px;
    height: 27px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

div#first-div a.pass {
    top: 11px;
    text-align: center;
}

a.pass:hover{
    text-decoration: underline;
    text-align: center;
}

.mark div a{
    margin-left: 15px;
    text-align: center;
    font-size: 20px;
}

.mark div:hover,
.mark div:hover a,
.mark a:hover {
    display: block;
    background-color: #e5e5e5;
    color: black;
    align-items: center;
    text-align: center;
}

ul {
    height: 100%;
    margin: 0;
    font-size: 20px;
}

li {
    list-style-type: none;
    display: inline-block;
    height: 100%;
    font-size: 20px;
}
body{
    background-color: white;
    text-align: center;
}
.logoheder{
    height: 100px;
    width: 200px;
    position: relative;
    margin-right: 3000px;
    margin-top: -50px;
}
.video{
    width: 100%;
    height: 1080;
    object-fit: cover;
    transform: translate(0px, 50px);
}
html{
    overflow-x: hidden;
}
.tvPhoto{
    transform: translate(-10px, 40px);
}
.tvPhoto2{
    transform: translate(-10px, 40px);
}
.tvPhoto3{
    transform: translate(-10px, 40px);
}
.tvPhoto4{
    transform: translate(-10px, 40px);
}
.tvPhoto5{
    transform: translate(-10px, 40px);
}
.tvPhoto6{
    transform: translate(-10px, 40px);
}
.order{
    font-size: 40px;
    color: white;
    transform: translate(0px, 20px);
    border: 3px solid black;
    padding: 10px;
    width: 100%;
    background-color: black;
    opacity: 0.7;
}
@media screen and (max-width: 1000px) {
    .video{
        width: 100%;
        height: 800;
        object-fit: cover;
        transform: translate(0px, 50px);
    }
        .logoheder{
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .video{
        width: 100%;
        height: 270;
        object-fit: cover;
        transform: translate(0px, 50px);
    }
    .product-map {
    position: relative;
    width: 800px;  /* Adjust as needed */
    height: 600px; /* Adjust as needed */
    margin: 50px auto;
    border: 1px solid #ccc;
}
    .logoheder{
        display: none;
    }
.background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 123, 255, 0.7); /* Semi-transparent blue */
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.feature:hover {
    background-color: rgba(0, 123, 255, 1); /* Solid blue on hover */
}

.label {
    color: white;
    font-weight: bold;
}

.tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 10px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    white-space: nowrap; /* Prevent text wrapping */
}

.feature:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
}