

.logo{
    max-height: 60px;
}

.bg-primary-light{
    background-color: #ff6600 !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.compass{
    animation: compass 10.5s linear infinite;
}

@keyframes compass {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bg-light2{
    background-color: #e4e4e4 !important;
}

.bg-footer{
    background-color: #333333 !important;
}

.small{
    font-size: 0.8rem;
}

.bg-img{
      background-color: #0000004d !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.LUXURY::before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -0.3%;
    left: 0;
    background-size: auto;
    background-repeat: repeat no-repeat;
    background-position: 3vw bottom;
    background-image: url(data:image/svg+xml;utf8,<svg viewBox='0 0 1200 134' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0C22.4434 -1 28.9842 2 55 24C94.1849 54 121.997 57 158.5 58C198.5 60 200 44 240 52C280 59 320 89 360 89C400 89 440 59 480 54C520 49 560 69 600 84C640 99 680 109 720 114C760 119 800 119 840 104C880 89 920 59 960 62C1000 64 1040 99 1080 94C1120 89 1127.5 59 1147.5 37C1171.48 11 1185.65 0 1200 0V134H1180C1160 134 1120 134 1080 134C1040 134 1000 134 960 134C920 134 880 134 840 134C800 134 760 134 720 134C680 134 640 134 600 134C560 134 520 134 480 134C440 134 400 134 360 134C320 134 280 134 240 134C200 134 160 134 120 134C80 134 40 134 20 134H0V0.0103865Z' fill='white'/></svg>);
}