    @font-face {
        font-family: 'Metropolis';
        src: url('Metropolis-Regular.otf') format('opentype');
    }

    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
        overflow: hidden;
        font-family: 'Metropolis', sans-serif;
    }

    .mobile-container {
        overflow-x: scroll;
        white-space: nowrap;
        height: 100%;
        position: relative;
        /* overflow-y: hidden; */
    }

    .mobile-container::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 20px;
        background-color: transparent;
    }

    .mobile-container img {
        display: block;
        max-height: 100%;
        width: auto;
    }

    @media only screen and (min-width: 1024px) {
        .mobile-container img {
            width: 100vw;
        }

        .mobile-container {
            overflow: hidden;
        }
    }

    /* .fixed-logo {
        position: fixed;
        top: 10px;
        left: 125px;
        z-index: 9999;
    } */

    .fixed-logo {
        position: fixed;
        top: 5%;
        left: 55%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        height: auto;
        backdrop-filter: drop-shadow(5px 10px 10px black);
        -webkit-backdrop-filter: drop-shadow(5px 10px 10px black);
        filter: drop-shadow(5px 10px 10px black);
    }

    .fixed-logo img {
        width: 50%;
    }

    @media screen and (max-width: 768px) {
        .fixed-logo {
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 50%;
        }

        .fixed-logo img {
            width: 100%;
        }
    }

    .fixed-buttons {
        position: fixed;
        bottom: 35px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
        z-index: 10001;
    }

    .fixed-buttons button {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
        padding: 5px 10px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 7px;
    }

    .cta-button {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
        outline: 1px solid;
        color: #fff;
        outline-color: rgba(0, 0, 0, 0.25);
        outline-offset: 0;
        text-shadow: none;
        cursor: pointer;
        line-height: 1.5rem;
        font-weight: 400;
        position: relative;
        text-decoration: none;
        display: flex;
        justify-content: center;
        transition: all 550ms cubic-bezier(.36, .63, .5, .73);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }

    .cta-button:hover {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
        outline-color: rgba(255, 255, 255, 0);
        outline-offset: 15px;
        color: #fff;
    }

    a {
        text-decoration: none;
    }

    .blur {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(5px);
    }

    .hamburgerMenu {
        position: fixed;
        top: 5%;
        left: 95%;
        z-index: 10000;
        width: 100%;
        background: url(../webimages/menu.svg) no-repeat;
        height: 100%;
    }

    @media screen and (max-width: 768px) {
        .hamburgerMenu {
            position: fixed;
            left: 90%;
        }
    }

    .avatar-profile {
        cursor: pointer;
        height: 2rem;
        width: 2rem;
        object-fit: cover;
        border-radius: 50%;
    }

    .navigation__menu {
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        border-left: 1px solid transparent;
        height: 100vh;
        opacity: 1;
        display: flex;
        width: 70%;
        flex-direction: column;
        padding: 0.75rem;
        right: 0;
        position: fixed;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        animation: fadeInAnimation ease-in-out 0.5s forwards;
        /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        backdrop-filter: blur(15px); */
    }

    .navigation__menu__items {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        list-style-type: none;
        margin: 0;
        margin-top: 1rem;
        padding: 0;
        color: #fff;
    }

    .navigation__menu__items>li {
        display: flex;
        gap: 0.625rem;
        border-radius: 0.25rem;
        font-size: 0.875rem;
        height: 2.25rem;
        border-radius: 0.4rem;
        align-items: center;
        white-space: nowrap;
        /* cursor: pointer; */
        color: #fff;
        padding: 0px 0.5rem;
        transition: all 0.45s ease-in-out;
    }

    .navigation__menu__items>li:hover {
        background-color: transparent;
        color: #fff;
    }

    .navigation__menu__items>.separator {
        display: flex;
        align-items: center;
        height: 0.4rem;
        padding: 0;
    }

    .navigation__menu__items>.separator:hover {
        background-color: transparent;
    }

    .avatar-wrapper {
        display: flex;
        gap: 0.5rem;
        align-items: left;
        margin-top: 4rem;
        margin-left: 30px;
        flex-direction: column;
    }

    .avatar-profile-div {
        /* width: 98px;
        height: 99px;
        background: url(../webimages/profile-bg.svg);
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: row; */

        width: 100px;
        height: 100px;
        background: url(../webimages/profile-bg.svg);
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: row;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }

    .avatar-wrapper .avatar-profile {
        /* width: auto;
        height: 80%;
        margin-left: 12px;
        margin-top: 13px; */

        width: 85%;
        height: 85%;
    }

    .avatar-name-wrapper {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
    }

    .avatar-name {
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        white-space: nowrap;
    }

    .avatar-profile-edit {
        color: #fff;
        margin-top: 1px;
        margin-left: 10px;
        font-size: 10px;
        white-space: nowrap;
        border: 1px #C71C22;
        border-radius: 38.3px;
        background: #C71C22;
        padding: 5px;
    }

    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
            visibility: hidden;
            max-width: 0;
        }

        100% {
            opacity: 1;
            visibility: visible;
            max-width: 20rem;
        }
    }

    .none {
        display: none;
    }

    .hide {
        animation: fadeOutAnimation ease-in-out 0.5s forwards;
    }


    @keyframes fadeOutAnimation {
        0% {
            opacity: 1;
            max-width: 20rem;
            visibility: visible;
        }

        100% {
            opacity: 0;
            max-width: 0;
            visibility: hidden;
        }
    }

    .coinsMainDiv {
        background-color: rgba(253, 253, 253, 0.27000001072883606);
        border-radius: 50px;
        padding: 10px;
        position: relative;
        margin-left: 20px;
    }

    .coinDiv {
        position: absolute;
    }

    .medaltemplate-gold {
        height: 25px;
        width: 25px;
        padding: 0px;
        position: relative;
    }

    .coinImg {
        width: 25px;
        height: 25px;
        margin-top: -5px;
    }

    .boat-coins {
        margin-left: 2rem;
        font-size: 1rem;
    }

    .emailLabelDiv,
    .phoneLabelDiv {
        height: 24px;
        width: 194px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 13px;
        position: relative;
        margin-left: 20px;
    }

    .emailIcon,
    .phoneIcon {
        background-color: transparent;
        height: 24px;
        width: 24px;
        padding: 0px;
    }

    .emailText,
    .phoneText {
        color: #fff !important;
        text-align: left;
        vertical-align: text-top;
        font-size: 14px;
        font-family: Metropolis;
        align-self: flex-start;
        left: 37px;
        top: 7px;
        position: absolute;
        line-height: auto;
        border-style: hidden;
        outline: none;
        width: 157px;
        display: flex;
    }

    .menuFooter {
        margin-left: 20px;
        background: transparent;
        position: fixed;
        bottom: 7rem;
    }

    .menuFooter button {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.5);
        padding: 5px 10px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 7px;
    }

    .menuFooter .exit-button {
        color: #fff;
        text-shadow: none;
        cursor: pointer;
        line-height: 1.5rem;
        font-weight: 400;
        position: relative;
        text-decoration: none;
        display: flex;
        justify-content: center;
        transition: all 550ms cubic-bezier(.36, .63, .5, .73);
    }

    .menuFooter .exit-button:hover {
        color: #fff;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        z-index: 999;
        display: none;
    }

    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: transparent;
        overflow-x: hidden;
        transition: 0.5s;
        padding-bottom: 60px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        z-index: 9999;
    }

    .sidebar ul {
        padding: 0;
        list-style-type: none;
        margin-top: auto;
        margin-left: 16px;
        margin-bottom: 50px;
    }

    .sidebar ul li {
        padding: 10px;
        text-align: left;
        transition: 0.3s;
        opacity: 0;
    }

    .sidebar ul li:last-child {
        border-bottom: none;
    }

    .sidebar ul li a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.5);
        display: block;
        font-size: 20px;
    }

    .activeLink {
        color: #ffffffc7 !important;
        font-weight: 600;
    }

    .sidebar.open {
        width: auto;
    }

    .sidebar.open ul li {
        opacity: 1;
    }

    .content {
        transition: margin-left 0.5s;
        padding: 16px;
    }

    .menu-toggle {
        position: fixed;
        bottom: 20px;
        left: 20px;
        cursor: pointer;
        z-index: 999;
    }

    @keyframes slideIn {
        0% {
            transform: translateY(50px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .animate {
        animation: slideIn 0.5s forwards;
    }

    canvas {
        width: auto;
        height: 100vh;
        display: block;
        margin: 0 auto;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    @media only screen and (min-width: 1024px) {
        canvas {
            width: 100%;
        }
    }

    /* canvas[class^="hotspot-"] {
        cursor: pointer;
    } */

    .tooltip {
        /* position: absolute;
        background-color: white;
        border: 1px solid black;
        padding: 5px;
        border-radius: 5px; */
        position: absolute;
        padding: 5px;
        background-color: #ddd;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
        display: none;
        z-index: 11000;
        box-shadow: rgba(70, 70, 78, 0.2) 0px 7px 29px 0px;
    }

    .arrow {
        box-shadow: rgba(70, 70, 78, 0.2) 0px 7px 29px 0px;
    }

    /*profile section*/
    .transparent-textbox {
        border: none;
        background-color: transparent;
        color: white;
        font-weight: bolder;
        padding: 8px 12px;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.059);
        outline: none;
        font-size: 14px;
    }

    #txtProfileEmail,
    #txtProfilePhone {
        padding: 6px 10px;
        font-size: 12px;
    }

    .transparent-textbox::placeholder {
        color: white;
        font-weight: bold;
    }

    .profileButtons {
        margin-top: 30px;
        margin-left: 15px;
    }

    .profileButtons button {
        border: 1px solid transparent;
        border-radius: 10px;
        transition: all 550ms cubic-bezier(.36, .63, .5, .73);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        margin-left: 10px;
        padding: 5px 10px 5px 10px;
        font-size: 13px;
    }

    .profileButtons button:hover {
        outline-color: rgba(255, 255, 255, 0);
        outline-offset: 15px;
        filter: drop-shadow(0px 3px 4px rgba(236, 233, 233, 0.5));
    }

    .btnSave {
        background: #C71C22;
        color: #fff;
    }

    .btnDiscard {
        background: transparent;
        color: #fff;
        border: 1px solid #ffffff13 !important;
    }

    .textErrorMessage {
        display: none;
        color: #C71C22;
        margin-top: 25px;
        margin-left: 25px;
    }

    .avatar-profile-camera {
        position: relative;
        top: -40%;
        left: 25%;
        width: 25px;
        height: 25px;
        z-index: 11000;
    }

    .textCameraInfo {
        color: #fff;
        font-size: 10px;
        margin-top: 2%;
    }

    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }

    .btnSwipe {
        color: #fff;
        margin-top: 10px;
        font-weight: bold;
        display: none;
        user-select: none;
        filter: drop-shadow(1px 1px 0px #000);
    }

    .btnSwipe i {
        animation: blink 1s linear infinite;
        font-weight: bold;
        font-size: 18px;
        padding: 5px;
    }

    @keyframes blink {
        0% {
            opacity: 0;
        }

        50% {
            opacity: .7;
        }

        100% {
            opacity: 1;
        }
    }

    /* @media screen and (max-width: 768px) { 
        .btnSwipe {
            display: block;
        }
    } */