* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans', sans-serif;
    /*font-family: 'IBM Plex Sans Condensed', sans-serif;*/
}

:root {
    /*font-size: calc(1vw + 1vh + 0.5vmin);*/
    font-size:24px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

#loader-container {
    text-align: center;
}

#loader {
    border: 8px solid #3498db;
    border-top: 8px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loader-text {
    margin-top: 10px;
}

body {
    font: 1rem/1.6 sans-serif;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    font-size:14px;
}

.header-logo{
    /* position:fixed;
    z-index: 1100;
    top:25px;
    left:141px; */
    position: fixed;
    z-index: 1100;
    top: 25px;
    left: 134.5px;
}

.header-vline{
    position:fixed;
    z-index: 1001;
    top:70px;
    left:200px;
}

.v-line{
    width:5px;
    height:calc(100vh - 70px);
    background-color: #2B2A29;
}

h6{
    font-weight: 400;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1.2rem;
    width:50%;
}

#map{
    height:400px;
}

[data-page] {
    position: fixed;
    width: calc(100% - 200px);
    min-height: calc(100vh - 70px);
    bottom:0px;
    /* border-left:5px solid #000; */
    transform: translate3d(-100%, 0, 0);
    opacity: 1;
    transition: transform 0.3s ease-in, opacity 0.3s ease-in;
    z-index: 10;
    background-color: #fff;
    color: #2B2A29;
}

/* [data-page="home"] {
    background-color: #fff;
    color: #000;
}

[data-page="about"] {
    background-color: #fff;
    color: #000;
} */

[data-page] .row {
    position: relative;
    overflow: hidden;
}
[data-page] .article{
    background:#fff;
    z-index:999;
    font-size: 0.8rem;
    font-weight: 200;
}
[data-page] .image{
    background:#fff;
    z-index:800;
}
[data-page] .article {
    transform: translate3d(-100%, 0, 0)!important;
    transition: transform 0.5s ease-in;
}

[data-page] .image {
    transform: translate3d(-300%, 0, 0)!important;
    transition: transform 1s ease-in;
}

[data-page].active .article,
[data-page].active .image {
    transform: translate3d(0, 0, 0)!important;
}

/* [data-page="contact"] {
    background-color: hsl(170, 70%, 20%);
    color: hsl(170, 90%, 90%);
} */

[data-page].active {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in, opacity 0.3s ease-in;
    opacity: 1;
    z-index: 100;
    right: 0;
}

[data-role="link"] {
    color: white;
}

section h1 {
    /* padding: 1rem; */
    text-align: left;
    font-weight: 200;
    font-size: 1.8rem;
    font-family: 'IBM Plex Sans', sans-serif;
}

/* section p {
    padding: 1rem 2rem;
} */

.mainmenu {
    position: fixed;
    width: 200px;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #2B2A29;
    z-index: 999;
}

.mainmenu p a {
    color: #2B2A29 !important;
}


.middle {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
}

#accordian {
    background: transparent;
    width: 200px;
    height: fit-content;
    max-height: 400px;
    margin: 50px auto 0 auto;
    color: #2B2A29;
    position: fixed;
    bottom: 20px;
    left: 0;
    overflow-y: scroll;
    text-align: right;
}

#accordian::-webkit-scrollbar{
    display:none;
}

#accordian h3 {
    background: transparent;
    margin-bottom:0px;
    font-weight:600;
}

#accordian h3 a {
    padding: 0 10px;
    font-size: 20px;
    font-weight:600;
    line-height: 24px;
    display: block;
    color: #2B2A29;
    font-weight:400;
    text-decoration: none;
}



#accordian li {
    list-style-type: none;
}

#accordian ul li a,
#accordian h3 {
    color: #2B2A29;
    text-decoration: none;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 1rem;
    font-weight:400;
    line-height: 1.4rem;
    display: block;
    padding-right: 10px;
    transition: all 0.15s;
    position: relative;
    text-align: right;
}

#accordian ul ul li a,
#accordian h3 {
    color: #2B2A29;
    text-decoration: none;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 0.6rem;
    font-weight:600;
    line-height: 1rem;
    display: block;
    padding-right: 10px;
    transition: all 0.15s;
    position: relative;
    text-align: right;
}

#accordian ul ul li.pm a,
#accordian h3 {
    color: #2B2A29;
    text-decoration: none;
    font-size: 16px;
    font-weight:600;
    line-height: 24px;
    display: block;
    padding-right: 10px;
    transition: all 0.15s;
    position: relative;
    text-align: right;
}

#accordian ul ul ul li a,
#accordian h3 {
    color: #2B2A29;
    text-decoration: none;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 0.8rem;
    font-weight:200;
    line-height: 24px;
    display: block;
    padding-right: 5px;
    transition: all 0.15s;
    position: relative;
    text-align: right;
}

#accordian ul ul {
    display: none;
    font-size: 16px;
    line-height: 24px;
}

#accordian li.active>ul {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

#accordian li.active>ul li h3{
    color: #2B2A29;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding-right: 5px;
    transition: all 0.15s;
    position: relative;
    text-align: right;
}

#accordian ul ul ul {
    margin-right: 5px;
    font-size: 16px;
    line-height: 24px;
}

/* page layout */
.article, .image{
    height: calc(100vh - 70px)!important;
    bottom:0;
}

.article{
    overflow-y: scroll;
}

.image{
    padding-top:70px;
}

.article::-webkit-scrollbar{
    display: none;
}

.carousel-item{
    height: calc(100vh - 140px);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.carousel-caption {
    position: absolute;
    right: 5%;
    bottom:50px!important;
    left: 5%!important;
    z-index: 1003;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: left!important;
    font-size:16px;
    font-weight:700;
}

.carousel-caption p{
    padding:0;
    margin:0;
}

.carousel-caption p span{
    /*background:#000;*/
    padding:2px;
}

.carousel-caption small{
    font-size:12px;
    font-weight:400;
    /*background:#000;*/
    padding:2px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.sideImage{
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}

.dflex{
    display:flex;
}


.pageDesc {
    width: 75%;
    height: calc(100vh - 150px);
    position: absolute;
    top: 50px;
    overflow-y: scroll;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 200;
    font-size: 0.8rem;
    font-family: 'IBM Plex Sans', sans-serif;
}

.pageDesc span{
    font-weight: 200;
    font-size: 0.8rem!important;
    font-family: 'IBM Plex Sans', sans-serif!important;
}


.pageDesc::-webkit-scrollbar{
    display:none;
}

.pageGal{
    width: 25%;
    height: calc(100vh - 70px);
    position: absolute;
    top: 0px;
    right:0;
    overflow-y: scroll;
    background-color: #fff;
}

.pageGal::-webkit-scrollbar{
    display:none;
}


/* slider */
/* #slideImage{
    background-size:contain!important;
    background-repeat: no-repeat!important;
    background-position: center center;
} */
.slideImage img {
    display: none;
    width: auto;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.list-inline {
    margin-right:5px;
    list-style: none;
}

.list-inline-item:not(:first-child) {
    margin: 5px 0px!important;
    cursor: pointer;
}

.list-inline-item:first-child {
    margin-bottom: 5px!important;
    margin-top:0px!important;
    margin-left:0!important;
    margin-right:0!important;
    cursor: pointer;
}

.fa{
    font-size:10px;
}

#details{
    cursor: pointer;
}

.moreDetails{
    width: 100%;
    height: 100%;
    position: absolute;
    padding-right:30%!important;
    top: 0;
    left: 0;
    overflow-y: scroll;
    background: rgba(255,255,255,1);
    color:#2B2A29;
    z-index: 2000;
    padding:10px;
    display:none;
    font-weight: 200;
    font-size: 0.8rem!important;
    font-family: 'IBM Plex Sans', sans-serif;
}

.moreDetails span{
    font-weight: 200;
    font-size: 0.8rem!important;
    font-family: 'IBM Plex Sans', sans-serif!important;
}

.close{
    position:absolute;
    right:20px;
    top:5px;
    opacity:1;
}

.close .fa{
    font-size:30px!important;
}

#contact .article img{
    max-width:97%;
    height:auto!important;
}