#header .slogan p {
    text-shadow: 2px 2px 8px #676767d1;
}

.bodyOffersList .search-box {
    position: absolute;
    top: 0px;
}

#header .slogan p {
    text-shadow: 2px 2px 8px #676767d1;
}

/* #canvas{
    position:absolute;top:0;left:0;
    background-image: linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
    background-image: -o-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
    background-image: -moz-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
    background-image: -webkit-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
    background-image: -ms-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
    background-image: -webkit-gradient( linear, left bottom,left top, color-stop(0, rgb(105,173,212)), color-stop(0.84, rgb(23,82,145)) );
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 2;
} */

@media(max-width: 400px) {
    .offer-big-virtual .pano_zoomout {
        display: none !important;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
 
body {font-family: "Inter Tight", sans-serif;}

#footer ul li {
    background: none;
    padding-left: 0px;
}

#footer ul li a {padding-left: 10px;}

#footer ul li:before {
  content: "\ef91"; 
  font-family: 'Material Symbols Outlined'; 
  color: #fff;
  font-variation-settings: 
    'FILL' 0,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
   top: 5px;
   position: relative;
}

::marker {font-size: 0;}

#footer ul.nav {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

#footer ul.nav li {
    display: flex;
    align-items: baseline;
    gap: 5px;
}