* {
    margin: 0;
    padding: 0;
}
.scale-container {
    position: absolute;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transform-origin: top left;
    left: 50%;
    top: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
@font-face {
    font-family: Santral-Regular;
    src: url('../font/Taner-Ardali-Santral-Regular.otf');
}
@font-face {
    font-family: Santral-Bold;
    src: url('../font/Taner-Ardali-Santral-Bold.otf');
}
.zoomManipulatedMessage{
    position: absolute;
    font-family: Santral-Bold;
    width: 500px;
    height: 90px;
    top: 85px;
    left: calc(50% - 265px);
    background-color: #434342;
    color: #F7F4F3;
    z-index: 1000;
    padding: 26px 15px 15px 15px;
    text-align: center;
    border-radius: 20px;
}
.zoomManipulatedMessage img {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 92px;
}
.zoomManipulatedMessage .warningText {
    /* margin-top: 35px; */
    text-align: left;
    padding-left: 120px;
    font-size: 20px;
}
.zoomManipulatedMessage p {
    color: #F7F4F3;
    font-family: Santral-Regular;
}
.zoomManipulatedMessage h3 {
    color: #F7F4F3;
    font-family: Santral-Bold;
    font-size: 28px;
}
.text-divider{
    height: 1px;
    background: white;
    width: 211px;
    margin: auto;
    margin-top: 27.5px;
    margin-bottom: 16px;
}
body{
    overflow: hidden;
    background-color: black;
    touch-action: pan-x pan-y !important;
    -ms-touch-action: pan-x pan-y !important;
    width: 100%;
    height: 100%;
}
html {
    width: 100%;
    height: 100%;
}
#app{
    width: 100%;
    height: 100%;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 1s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
.modelViewer{
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 1920px;
    height: 1080px;
    z-index: 5;
}
.modelViewerLoader{
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    background-color: #F7F4F3;
    z-index: 100;
}
.modelViewerLoader > h1 {
    text-align: center;
    margin-top: calc(25% - 100px);
    font-family: Santral-Bold;
    font-size: 60px;
    font-weight: bold;
    color: #005173;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-top: 35px;
    margin-left: calc(50% - 60px);
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #015174;
    border-color: #015174 transparent #015174 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  







.langSelect{
    position: absolute;
    width: 100%;
    height: calc(100% - 308px);
    z-index: 10;
    background-color: #f7f4f3;
    text-align: center;

    padding-top: 308px;
}
.langSelectTitle{
    font-family: Santral-Bold;
    font-size: 60px;
    font-weight: bold;
    color: #005173;
}
.langSelectOptionList{
    padding-top: 76px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
}
.langSelectOption{
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.langSelectFooter{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 69px;
    background-color: #F7F4F3;
    text-align: left;
}
.langSelectFooterLogo{
    float: left;
    padding: 22px 25px;
}
.langSelectFooterExplorerLogo{
    padding: 17px 26px;
    float: right;
}
.langSelectDropDown{
    display: inline-block;
    float: right;
}
.langSelectDropDown > img {
    padding: 19px 16px 16px 16px
}
.langSelectDropDown > div{
    display: none;
}



.firstView{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.firstTimeView{
    position: absolute;
    top: 25%;
    left: calc(50% - 75px);
    z-index: 10;
    max-width: 150px;
}
.handIconFirstTimeView{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 10;
    transition: left 1s;
}




.overlayHeading{
    position: absolute;
    top: 75px;
    left: 75px;
    z-index: 7;
}
.overlayHeading > .overlayTitle {
    font-size: 80px;
    font-family: Santral-Bold;
    color: #015174;
}
.overlayHeading > .overlaySubtitle {
    padding-top: 15px;
    font-size: 19px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #434342;
}
.overlayFeatures{
    position: absolute;
    top: 85px;
    right: 45px;
    z-index: 7;
    text-align: right;
}
.overlayFeaturesTitle{
    font-size: 26px;
    font-family: Santral-Bold;
    color: #015174;
}
.overlayFeaturesSubtitle{
    font-family: Santral-Regular;
    font-size: 20px;
    color: #434342;
}
.overlayFeaturesMenu{
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-right: 2px solid #434342;
}
.overlayFeaturesMenuOption{
    padding: 25px;
    position: relative;
    cursor: pointer;
}
.overlayFeaturesMenuOptionImage {
    padding-right: 25px;
}
.overlayFeaturesMenuOptionSelected{
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
}





.mainMenu{
    position: absolute;
    bottom: -190px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: calc(200px + 69px);
    transition: 0.5s bottom;
}
.mainMenuTopBar{
    height: 69px;
    border-bottom: 10px solid #015174;
    width: 100%;
    background: rgb(247, 244, 243);
}
.mainMenuTopBarRightContentOpen{
    float: right;
    margin-top: 0px;
    margin-right: 26px;
}
.mainMenuTopBarRightContentClosed{
    position: absolute;
    top: -85px;
    right: 29px;
}

.mainMenuToggle{
    cursor: pointer;
    display: inline-block;
}
.mainMenuLogo{
    padding: 22px;
}
.mainMenuBookDemo{    
    cursor: pointer;
    font-family: Santral-Bold;
    font-size: 20px;
    color: #434342;
    display: inline-block;
    padding: 22px 24px;
    text-transform: uppercase;
}
.mainMenuBookDemo > a {
    text-decoration: none;
    color: #434342;
}
.mainMenuAllFeatures{    
    cursor: pointer;
    font-family: Santral-Bold;
    font-size: 20px;
    color: #434342;
    display: inline-block;
    padding: 22px 24px;
    text-transform: uppercase;
}

.mainMenuContent{
    height: 200px;
    display: flex;
    justify-content: center;
    background-color: #015174f0;
}
.mainMenuContent > div {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    overflow: hidden;
    padding-left: 122px;
}
.mainMenuContent > div:first-child {
    padding: 0;
}
.mainMenuThemeLogo{
    display: inline-block;
    float: left;
}
.mainMenuThemeContent{    
    display: flex;
    align-content: center;
    align-items: center;
    height: 125px;
    flex-direction: column;
    justify-content: center;
}
.mainMenuThemeContent:hover {
    opacity: 0.8;
}
.mainMenuContentTitle{    
    font-family: Santral-Bold;
    font-size: 35px;
    color: #FFFFFF;
    padding-left: 30px;
    padding-bottom: 0px;
    line-height: 35px;
    margin-top: -5px;
    display: flex;
    align-content: center;
}
.mainMenuContentText{
    padding-top: 33px;
    font-size: 19px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #F7F4F3;
}
.mainMenuThemeSelectImg{
    position: absolute;
    top: 355px;
    right: 114px;
}
.mainMenuToggleLabels{
    cursor: pointer;
    display: inline-block;
}
.mainMenuToggleLabels > img {
    padding: 16px;
}
.mainMenuToggleFullscreen{
    cursor: pointer;
    display: inline-block;
}
.mainMenuToggleFullscreen > img {
    padding: 19px;
}
.modelViewerFullscreen{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    padding: 23px 19px;
}
.mainMenuBackgroundCircle {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    box-shadow: 0 0 0 5000px #015174f3;
    z-index: -1;
}









.allFeaturesMenuContainer{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #F7F4F3;
    z-index: 15;
}
.allFeaturesMenuContainer > h2 {
    position: absolute;
    top: 80px;
    left: 80px;
    font-size: 80px;
    font-family: Santral-Bold;
    color: #015174;
}
.allFeaturesMenuClose{
    position: absolute;
    top: 45px;
    right: 35px;
    cursor: pointer;
    z-index: 2;
}
.allFeaturesRefLink{
    position: absolute;
    top: 128px;
    right: 78px;
    color: #015174;
    font-size: 20px;
    font-family: Santral-Bold;
    z-index: 2;
}
.allFeaturesMenuContent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 212px);
    padding-top: 212px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.allFeaturesMenuContent > div {
    padding-left: 65px;
    padding-right: 65px;
}
.allFeaturesContentHeader{
    width: 100%;
    height: 80px;
    background-color: #015174;
}
.allFeaturesContentHeader > h3 {
    color: #FFFFFF;
    font-size: 35px;
    font-family: Santral-Bold;
    float: left;
    padding: 15px;
}
.allFeaturesContentHeader > img {
    float: right;
    padding: 12px;
}
.allFeaturesContentBackground{
    background-color: #ffffff;
    min-height: 700px;
}
.allFeaturesContentCategory {
    margin-top: 20px;
}
.allFeaturesContentCategory:nth-child(1) {
    margin-top: 0px;
}
.allFeaturesContentCategoryPadding{
    padding: 30px;
    min-height: 600px;
    max-height: 680px;
    overflow-y: scroll;
    width: calc(100% - 60px);
}
.allFeaturesContentCategoryHeader{
    color: #015174;
    font-size: 26px;
    font-family: Santral-Bold;
    border-bottom: 2px solid #434342;
}
.allFeaturesContentCategoryHeader > h4 {
    padding: 20px;
    display: inline-block;
}
.allFeaturesContentCategoryHeader > img{
    display: inline-block;
    padding-top: 5px;
    max-width: 50px;
    max-height: 40px;
}
.allFeaturesContentCategoryLink{
    font-family: Santral-Regular;
    font-size: 22px;
    padding: 12px 0px;
    position: relative;
    cursor: pointer;
}
.allFeaturesContentCategoryLink > img {
    position: absolute;
    top: 21px;
    right: 10px;
}




.contentPageContainer{
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(90deg, white 0%, white 15%, transparent 45%, transparent 100%);
}
.contentPageTitle{
    padding-left: 80px;
    padding-top: 81px;

}
.contentPageTitle > h3 {
    font-size: 80px;
    font-family: Santral-Bold;
    color: #015174;
    min-height: 145px;
}
.contentPageText {
    padding-top: 15px;
    padding-right: 175px;
    font-size: 19px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #434342;
}
.contentPageText > ul{
    padding-left: 25px;
    max-width: 600px;
}
.contentPageText > ul > li{
    padding-top: 19px;
}
.contentPageText > ul > li > ul{
    padding-left: 28px;
}
.contentPageText > p {
    font-size: 17px;
}
.contentPageLogo{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 22px;
}
.contentPageExplorerLogo{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 17px 26px;
}
.contentPageControls{
    position: relative;
}
.contentPageControlsCircle{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    box-shadow:0 0 0 5000px #aa99934d;
    z-index: -1;
}
.contentPageCloseBtn{
    position: absolute;
    top: 31px;
    right: 31px;
    cursor: pointer;
}
.contentPageControlsVideo{
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}
.contentPageControlsVideo > video {
    width: 200%;
    height: 200%;
    transform: translatey(-25%) translateX(-25%);
}
.contentPageControlsVideo > .contentMediaImage {
    width: 200%;
    height: 200%;
    transform: translatey(-25%) translateX(-25%);
}
.contentPageControlsImage{
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}
.contentPageControlsImage > .contentMediaImage {
    width: 200%;
    height: 200%;
    transform: translatey(-25%) translateX(-25%);
}
.contentMediaPlayIcon{
    position: absolute;
    width: 85px;
    top: calc(50% - (85px / 2));
    left: calc(50% - (85px / 2));
    height: 85px;
    cursor: pointer;
}
.contentMediaPlayIconImage{
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.contentMediaFullscreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.contentMediaFullscreen > video {
    width: 100%;
    height: 100%;
    background: black;
}
.contentMediaFullscreen > .contentMediaFullscreenImage {
    width: 100%;
    height: 100%;
    background: black;
    object-fit: cover;
}
.closeContentMediaFullscreen {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 2;
}
.contentPageControlsAnimationBackward, .contentPageControlsAnimationForward{
    position: absolute;
}
.overlaySkipButton{
    width: 200px;
    text-align: center;
    font-family: Santral-Bold;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 100px;
    left: calc(50% - 100px);
    z-index: 100;
    cursor: pointer;
    user-select: none;
}
.skipButtonBlocker{
    top: -1080px;
    left: -1000px;
    position: absolute;
    width: 1000vw;
    height: 1000vh;
}
.modelViewerHidden{
    display: none;
}

.langSelectOptionList{
    padding-top: 76px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    display: flex;
    justify-content: center;
}

.langSelectDropdown{
    flex: 0.3;
    text-transform: uppercase;
    height: 45px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    color: #434342;
    border: 1px solid #a6bcc9;
    border-radius: 0;
    margin: 0;
    margin-top: 7px;
    padding: 0 15px;
}