:root{
    --UI-color-orange: #FF9B2D;
    --zoom-value: 1;
}

a{
    color: var(--UI-color-orange);
    text-decoration: unset;
}

a:hover{
    text-decoration: underline;
}

/* hide "walking speed:0" pop-up on scroll wheel  */
.osd{
    display: none !important;
}

body{
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

button{
    appearance: unset;
    writing-mode: unset;
    font-style: unset;
    font-variant-ligatures: unset;
    font-variant-caps: unset;
    font-variant-numeric: unset;
    font-variant-east-asian: unset;
    font-variant-alternates: unset;
    font-weight: unset;
    font-stretch: unset;
    font-size: unset;
    font-family: unset;
    font-optical-sizing: unset;
    font-kerning: unset;
    font-feature-settings: unset;
    font-variation-settings: unset;
    text-rendering: unset;
    color: unset;
    letter-spacing: unset;
    word-spacing: unset;
    line-height: unset;
    text-transform: unset;
    text-indent: unset;
    text-shadow: unset;
    display: block;
    text-align: unset;
    align-items: unset;
    cursor: unset;
    box-sizing: unset;
    background-color: unset;
    margin: unset;
    padding: unset;
    border-width: unset;
    border-style: unset;
    border-color: unset;
    border-image: unset;
}

h1{
    font-weight: unset;
    display: block;
    font-size: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sf_iframe{
    display: block;
    position: fixed;

    width: -webkit-fill-available;
    height: -webkit-fill-available;
    
    margin: 0;
    border-style: none;
}

#audioExperience{
    position: absolute;
    z-index: 30;

    bottom: 52px;
    left: 22px;
}

#audioExperience::cue{

    bottom: 40px;
    background-color: #FF9B2D;
}


.splashPage{

}

.sBackgroundImage{
    position: fixed;
    display: block;
    z-index: 19;
    top: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background-image: url("/images/civita/civita_bg.jpg");
    background-position: center;
    background-size: cover;
    
    
}

.sRightSideGroup{
    position: fixed;
    display: block;
    z-index: 20;
    right: 0;
    margin-top: 25px;
    margin-right: 31px;

    zoom: var(--zoom-value);
}

.sProducedTitle{
    text-align: center;
    background-color: #0000001a;
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    filter: drop-shadow(1px 1px 2px #00000080);
    padding: 4px 0px;
    font-size: 11px;
}

.sProducedLogo{
    width: 80px;
    margin-top: 14px;
    padding: 0 20px;
    filter: drop-shadow(1px 1px 3px #00000080);
}

.sLeftSideGroup{
    position: fixed;
    display: block;
    z-index: 20;
    width: 500px;
    height: -webkit-fill-available;

    zoom: var(--zoom-value);
}



.sOverlay_bg{
    position: fixed;
    width: inherit;
    max-width: inherit;
    height: -webkit-fill-available;
    background-color: #ffffffc4;
}

.sInnerGroup{

    margin-top: 120px;
    margin-left: 12px;
    margin-right: 18px;
    position: relative;
    color: #4b4b4b;
}

.spTextGroup{
    margin-left: 35px;
    margin-right: 39px;
}

.sTitle{
    margin-bottom: 17px;
    width: fit-content;
    font-size: 49px;
    font-weight: 500;
    line-height: 53px;
}

.sTagline{
    padding: 6px 0;
    border-top: solid;
    border-bottom: solid;
    border-color: #c9c9c9;
    border-width: 3px;
    font-weight: 500;
    font-size: 14px;
}

.sLocationGroup{
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
}

.sMapImage{
    width: -webkit-fill-available;
    height: auto;
    margin-top: 42px;
}

.bEnterButtonGroup{
    width: 100%;
    position: absolute;
    bottom: 85px;
    cursor: pointer;
}

@media only screen and (max-height: 750px) {
    .bEnterButtonGroup {
        bottom: 45px;
    }

    .sMapImage{
        margin-top: 30px;
        height: 211px;
        width: auto;
        margin-left: 14px;
    }
}

.bEnterExperience{
    display: block;
    text-align: center;

    width: 186px;
    height: 47px;
    margin: auto;
    background-color: #ff9b2d;

    border: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 45px;

    color: white;
    font-size: 15px;
    font-weight: 500;
    line-height: 47px;
}

.bEnterExperience:hover{
    outline: solid white;
    outline-width: 1.5px;
}

.languageButtonGroup{
    display: flex;
    color: white;
    margin: auto;
    justify-content: center;
}

.bLanguage{
    width: 85px;
    height: 29px;
    border: solid;
    border-width: 1px;
    border-color: white;
    border-radius: 45px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 29px;
    margin: 0 4px;
    margin-bottom: 10px;
    background-color: #606060;
    pointer-events: all;

}

.bLanguage:hover{
    outline: solid white;
    outline-width: 2px;
    display: grid;
}

.bLangActive{
    background-color: #ff9b2d;
    
    /*disabled for the demo*/
    /*pointer-events: none;*/
}

.italianLang:hover .toolTipLang{
    display: block;
}

.toolTipLang{
    display: none;
    font-size: 9px;
    margin-top: -58px;
    color: #777777;
    text-transform: uppercase;
}

.bButtonGroup{
    width: 100%;
    position: relative;
}

.loadingPage{
    z-index: 16;
    display: none;
    position: fixed;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    color: #4b4b4b;
    
    zoom: var(--zoom-value)
}

.l_Overlay_bg{
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    position: fixed;
    max-width: inherit;
    background-color: #f3f3f3;
}

.t_tutorialTitle{
    position: relative;
    text-align: center;
    padding-top: 150px;
    font-weight: 600;
}

.t_tutorialGallery{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 31px;
    margin-top: 27px;
}

.t_tutorialBox{
    margin: 8px;
    width: min-content;
    display: grid;
}

.t_gif{
    width: 235px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.t_textGroup{
    text-align: center;
    background-color: #e7e7e7;
    margin-top: 0;
    padding: 17px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 11px;
}

.t_textTitle{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}

.t_text{
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

.l_BottomNav{

    position: relative;
    display: block;
    z-index: 20;
    width: -webkit-fill-available;
    max-width: 950px;
    padding: 0 10px;
    margin: auto;
}

.t_loadingBarMain{
    position: relative;
    width: -webkit-fill-available;
    display: block;
    height: 11px;
    border-radius: 30px;
}

.t_loadingBar{
    background-color: #ffe0bd;
    height: inherit;
    border-radius: inherit;
}

.t_loadingBarFill{
    background-color: #ff9b2d;
    height: inherit;
    border-radius: inherit;
    width: 0;
    position: absolute;
    bottom: 0;
}

.t_loadingBar_text{
    position: absolute;
    width: 100%;

    font-size: 12px;
    font-weight: 500;
    color: rgb(136, 136, 136);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;

    height: inherit;
    margin-top: 3px;
}

.t_tutorialGallery_nav{
    width: 300px;
    display: none;
    margin: auto;
    justify-content: center;
}

.t_tutorialGallery::-webkit-scrollbar {
    height: 5px;
    display: none;
}

/* Track */
.t_tutorialGallery::-webkit-scrollbar-track {
    background: #f1f1f100;
}

/* Handle */
.t_tutorialGallery::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

/* Handle on hover */
.t_tutorialGallery::-webkit-scrollbar-thumb:hover {
    background: var(--UI-color-orange);
}

.slider-nav{
    display: inline-flex;
    justify-content: center;
    position: relative;
    margin: 0 4px;
    align-items: center;
    background-color: #ddd;
    border-radius: 50%;
    color: #000;
    height: 20px;
    width: 20px;
    text-decoration: none;
}

.slider-nav:hover,
.slider-nav:active {
  background-color: #7c7c7c;
  color: #fff;
}


.bStartExperience{
    position: relative;
    display: block;
    width: 173px;
    height: 45px;
    border: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 45px;
    text-align: center;
    color: white;
    line-height: 45px;
    background-color: #ff9b2d;
    margin: auto;
    filter: drop-shadow(1px 1px 16px #00000020);
    cursor: pointer;
}

.bStartExperience:hover{
    outline: solid white;
    outline-width: 2px;
}

.titleGroup{
    z-index: 10;
    position: absolute;

    margin-top: 15px;
    margin-right: 25px;
    width: 410px;

    top: 10px;
    right: 0px;
    
    color: white;
    text-shadow: 4px 2px 5px black;
    text-align: right;

    zoom: var(--zoom-value);
}

.title{
    margin: unset;
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 32px;
}

.tTextParent{
    display: flex;
    align-items: flex-end;
    flex-direction: column;

    border-top: solid 2px rgba(255, 255, 255, 0.12);
    border-bottom: solid 2px rgba(255, 255, 255, 0.12);

}

.tDescription{
    font-size: 12px;
    width: -webkit-fill-available;
    line-height: 16px;
    margin-top: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tReadMore{
    font-size: 10px;
    color: white;
    background-color: #00000080;
    padding: 5px 10px;
    border-radius: 50px;
    margin-top: 4px;
    margin-bottom: 11px;
}

.tReadMore:hover{
    outline: solid white 2px;
}


.iconParent{
    display: flex;
    position: unset;
    margin: auto;
    justify-content: center;
    margin-bottom: 13px;
}

.topNavBar{
    z-index: 100;
    position: absolute;
    display: flex;
    top: 31px;
    left: 50px;
    zoom: var(--zoom-value);
}

.buttomNavParent{
    display: flex;
    justify-content: center;
}

.tapestryLogo{
    height: 24px;
    padding: 5px;
    margin-right: 6px;
    cursor: pointer;
}

.navIconWithText{
    display: flex;
    margin: 0px 3px;
    padding: 7px 11px;
    background-color: #00000080;
    height: fit-content;
    width: 71px;
    pointer-events: all;
    cursor: pointer;
    color: white;
    font-size: 10px;
    text-align: center;
    justify-content: center;
    border: solid white;
    border-width: 1px;
    border-radius: 50px;
}

.navIconWithText:hover{
    outline: solid white;
}

.navIconBg{
    display: flex;
    border-radius: 50px;
    background-color: #00000080;
    height: fit-content;
    border: solid white;
    border-width: 1px;
    margin-right: 9px;
    pointer-events: all;
    cursor: pointer;
}

.navIconBg:hover{
    outline: solid white;
}

.navIconBg:hover .navToolTip{
    display: block;
}

.navToolTip{
    display: none;
    position: absolute;
    font-size: 8px;
    width: max-content;
    margin-top: 36px;
    margin-left: -24px;
    text-transform: uppercase;
    filter: opacity(1) !important;
    color: white;
    background-color: #000000bd;
    border-radius: 45px;
    padding: 2px 10px;
}

.navIconDisabled{
    filter: opacity(0.5);
}

.navIconBg{
}

.navIcons{
    height: 16px;
    padding: 7px;
}

.skipClass{
    filter: brightness(0.5);
    pointer-events: none;
}

.shareIcon{
    padding: 6px 7px 8px 7px;
}

.sceneIcons{
    height: 16px;
    padding: 6px;
    pointer-events: none;
}

.closedCaptionsGroup{
    width: -webkit-fill-available;
    position: absolute;
    bottom: 116px;
    font-size: 13px;
}

.closedCaptions{
    margin: auto;
    height: 55px;
    width: 350px;
    z-index: 15;
    background-color: #000000b5;
    color: white;
    text-align: center;
}

.closedCaptionsText {
    width: 300px;
    margin: auto;
    height: inherit;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}


