@font-face {
    font-family: 'UrbanistReg';
    src: url('../fonts/Urbanist-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UrbanistBold';
    src: url('../fonts/Urbanist-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.fontUrbanistReg {
    font-family: 'UrbanistReg';
    font-weight: normal;
    font-style: normal;
}

.fontUrbanistBold {
    font-family: 'UrbanistBold';
    font-weight: normal;
    font-style: normal;
}

body {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

html {
    overscroll-behavior: none;
}

.btnPolicyLanding {
    user-select: none;
    -webkit-user-select: none;
    /*Safari*/
    -moz-user-select: none;
    /*Firefox*/
}

a:active,
a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

::selection {
    color: none;
    background: none;
}

/* For Mozilla Firefox */
::-moz-selection {
    color: none;
    background: none;
}

h2:active,
h2:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

* {
    -webkit-tap-highlight-color: transparent !important;
}

.fontOfeliaLight {
    font-family: "ofelia-display", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.fontOfeliaRegular {
    font-family: "ofelia-display", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fontOfeliaMedium {
    font-family: "ofelia-display", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.fontOfeliaBold {
    font-family: "ofelia-display", sans-serif;
    font-weight: 500;
    /*700*/
    font-style: normal;
}




.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

.mobile2 {
    display: none;
}

.divContainer {
    width: 100vw;
    height: 100vh;
    background-color: #DDDBD6;
}

.draggable {
    width: auto;
    height: auto;
    position: absolute;
    pointer-events: none;

}

.draggable.is-pointer-down {
    z-index: 5;
    /* above other draggies */
}

.draggable.is-dragging {
    opacity: 0.8;
    z-index: 5;
}


.draggable:hover {
    cursor: move;
    z-index: 2;
}

.divSize {
    width: 1920px;
    height: 1080px;
}

.displayNone {
    display: none;
}

.btn {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.btnClick {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.btnPadding {
    padding: 15px 15px;
}

.fontTransform {
    text-transform: uppercase;
}

.zero {
    margin: 0px;
    padding: 0px;
}

.posRels {
    position: relative;
}

.posAbs {
    position: absolute;
}

.divFooterCapita {
    padding: 0% 6% 0% 6%;
}

.divFooterCapita2 {
    padding: 0% 6% 1% 8%;
}

.iframeShow {
    width: 100%;
    height: 100%;
    pointer-events: auto;
}


/* /////////////////////////////////
DIVS
//////////////////////////////////*/

#IPMintroHolder,
#IPMmasterplan {
    display: none;
}

.divIconHolder {
    background-color: #2299ee1c;
    touch-action: none;
    user-select: none;
    transform: translate(0px, 0px);
    width: auto;
    height: auto;
}

#iconLoc {
    left: 37.2%;
    top: 5.8%;
}

#iconDev {
    left: 21%;
    top: 25%;
}

#iconFaci {
    left: 54%;
    top: 15%;
}

#iconInterior {
    left: 65%;
    top: 41.5%;
}

#iconLoc02 {
    left: 46.2%;
    top: 17.8%;
}

#iconDev02 {
    left: 12%;
    top: 12%;
}

#iconFaci02 {
    left: 50%;
    top: 49%;
}

#iconInterior02 {
    left: 12%;
    top: 52.5%;
}



#divInsideHolderLoc {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#divInsideHolderDev {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#divInsideHolderFaci {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#divInsideHolderInterior {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#divInsideHolderLoc02 {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#divInsideHolderDev02 {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#divInsideHolderFaci02 {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#divInsideHolderInterior02 {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}




.viewport {
    overflow: hidden;
    /*position: fixed;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.scroll-container {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    display: flex;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.content {
    width: 100vw;
    padding-top: 0px;
}

.divScrollContentLoc01 {
    background-color: #FFFFFF;
}

.divScrollContentLoc02 {
    background-color: #D7CBC1;
}

.divScrollContentDev01 {
    background-color: #FFF0;
}

.divScrollContentDev02 {
    background-color: #FFF;
}

.divScrollContentDev03 {
    background-color: #B6BCAE;
}

.divScrollContentDev04 {
    background-color: #D2D1CB;
}

.divScrollContentDev05 {
    background-color: #D7CBC1;
}

.divScrollContentFaci01 {
    background-color: #D2D9DA;
}

.divScrollContentFaci02 {
    background-color: #D7CBC1;
}

.divScrollContentFaci03 {
    background-color: #EEEDEA;
}

.divScrollContentFaci04 {
    background-color: #D7CBC1;
}

.divScrollContentInterior01 {
    background-color: #DDDBD6;
}

.divScrollContentInterior02 {
    background-color: #B6BCAE;
}

.divScrollContentInterior03 {
    background-color: #D7CBC1;
}

.divScrollContentFloorplans01 {
    background-color: #D7CBC1;
    /*#B6BCAE;*/
}

.divScrollContentInterior02 {
    background-color: #D7CBC1;
}

.divRadiusBottom {
    border-bottom-right-radius: 300px 350px;
    overflow: hidden;
}

.divRadiusBottomRight01 {
    background-color: #DDDBD6;
}

.divRadiusBottomRight02 {
    background-color: #FFFFFF;
}

.divRadiusBottomTrans {
    background-color: #DDDBD600;
}

.divRadiusDevBottom02 {
    background-color: #EEEDEA;
}

.divRadiusDevBottom03 {
    background-color: #FFFFFF;
}

.divRadiusDevBottom04 {
    background-color: #B6BCAE;
}

.divRadiusDevBottom05 {
    background-color: #D2D1CB;
}


.divRadiusFaciBottom01 {
    background-color: #B6BCAE;
}

.divRadiusFaciBottom02 {
    background-color: #D2D9DA;
}

.divRadiusFaciBottom03 {
    background-color: #D7CBC1;
}

.divRadiusFaciBottom04 {
    background-color: #EEEDEA;
}

.divRadiusInteriorBottom01 {
    background-color: #D2D9DA;
}

.divRadiusInteriorBottom02 {
    background-color: #DDDBD6;
}

.divRadiusInteriorBottom03 {
    background-color: #B6BCAE;
}

.divRadiusFloorplansBottom01 {
    background-color: #F3F2F0;
}

.divRadiusFloorplansBottom02 {
    background-color: #B6BCAE;
}

.locmapRadius {
    border-bottom-right-radius: 150px 150px;
    overflow: hidden;
    border-top-left-radius: 150px 150px;
}


#divMenuholder {
    z-index: 99;
    position: fixed;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

#divLogoholder {
    z-index: 15;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    background-color: #DDDBD6;
    width: 100%;
    height: 100%;
}

.divBlackBG {
    z-index: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #00000085;
    width: 100%;
    height: 100%;
}

.divCompareRight {
    position: absolute;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    width: 955px;
    height: 1080px;
    display: inline-block;
    z-index: 2;
    pointer-events: none;
    display: none;
}

.divResizeCenter {
    position: absolute;
    display: inline-block;
    width: 1920px;
    height: 1080px;
    transform-origin: 0px 0px;
}

.divBGTrans {
    position: relative;
    width: 100%;
    height: calc(100vh - 0px);
    background-position-y: -95px;
}

.divBG {
    width: 100%;
    height: calc(100vh - 0px);
    position: fixed;
}

.divBGLocation {
    width: 100%;
    height: calc(100vh - 0px);
    position: fixed;
}

#container {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
}


.divPaddingLocation01 {
    padding: 8% 10% 2% 14%;
    position: relative;
    z-index: 1;
}

.divPaddingLocation02 {
    padding: 8% 14% 2% 14%;
    position: relative;
    z-index: 1;
}

.divPaddingDev01 {
    padding: 2% 8% 2% 0%;
    position: relative;
    z-index: 1;
}

.divPaddingDev02 {
    padding: 6% 6% 2% 7%;
    position: relative;
    z-index: 1;
}

.divPaddingDev03 {
    padding: 3% 6% 2% 14%;
    position: relative;
    z-index: 1;
}

.divPaddingDev04 {
    padding: 8% 6% 2% 14%;
    position: relative;
    z-index: 1;
}

.divPaddingDev05 {
    padding: 6% 6% 6% 14%;
}

.divPaddingFaci01 {
    padding: 8% 6% 0% 14%;
    position: relative;
    z-index: 1;
}


.divPaddingFaci02 {
    padding: 8% 6% 2% 9%;
    position: relative;
    z-index: 1;
}

.divPaddingFaci03 {
    padding: 8% 8% 2% 14%;
    position: relative;
    z-index: 1;
}

.divPaddingFaci04 {
    padding: 8% 14% 6% 14%;
    position: relative;
    z-index: 1;
}

.divPaddingIntroPage {
    padding: 3% 10% 0% 10%;
    position: relative;
    z-index: 1;
}

.divPaddingInterior01 {
    padding: 8% 6% 2% 14%;
    position: relative;
    z-index: 1;
}

.divPaddingInterior02 {
    padding: 12% 6% 6% 7%;
    position: relative;
    z-index: 1;
}

.divPaddingInterior03 {
    padding: 8% 12% 2% 9%;
    position: relative;
    z-index: 1;
}

.divPaddingFloorplans01 {
    padding: 8% 12% 6% 12%;
    position: relative;
    z-index: 1;
}

.divPaddingFloorplans02 {
    padding: 8% 20% 4% 20%;
    position: relative;
    z-index: 1;
}

.txtMarginbottomLoc {
    margin-bottom: 50px;
}

.txtVerticalCenterDiv {
    margin: auto !important;
}

.txtVerticalCenter {
    vertical-align: middle;
    display: inline-block;
}

.thumbsDiv {
    position: relative;
    text-align: center;
}

.galMargin {
    margin-bottom: 20px;
}

.paddingZeroLeft2 {
    padding-left: 0px !important;
}

.divHolderCol {
    position: relative;
    display: inline-block;
    width: 100%;
}

.divFooter {
    padding: 1% 6% 0.5% 6%;
    position: relative;
    z-index: 25;
    background-color: #D7CBC1;
}

.hrFooter {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #525151;
}

.divLocImg01 {
    float: left;
    width: 45%;
    height: auto;
}

.divLocImg02 {
    float: left;
    width: 30%;
    height: auto;
}

.divLocImg03 {
    float: left;
    width: 25%;
    height: auto;
}

.divDevImg01 {
    float: left;
    width: 33.33%;
    height: auto;
}

.divDevImg02 {
    float: left;
    width: 33.33%;
    height: auto;
}

.divDevImg03 {
    float: left;
    width: 33.33%;
    height: auto;
}

.divDevDivide4 {
    float: left;
    width: 25%;
    height: auto;
}

.divDevDivide22 {
    float: left;
    width: 60%;
    height: auto;
}

.divDevDivide33 {
    float: left;
    width: 40%;
    height: auto;
}

.marginbottom {
    margin-bottom: 50px;
}

.marginbottom2 {
    margin-bottom: 30px;
}

.divDevColTrans {
    background-color: #D7CBC1;
    padding: 18% 0% 18% 22%;
    border-bottom-right-radius: 300px 350px;
}

.divDevColTransHolder {
    width: 60%;
}

#divConPaddingFaci {
    padding-left: 8%;
    padding-right: 0%;
}

.paddingImgFaci {
    padding-left: 2%;
    width: 100%;
}

#divConPaddingInterior {
    padding-left: 4%;
    padding-right: 0%;
}

.divFloorplansPaddingmap {
    padding: 0% 11%;
}

.divFloorplansPaddingmap02 {
    padding: 0% 22%;
}

#divInteriorSwiperHolder {
    width: 100%;
    height: auto;
}

.divVirtualpaddingtop {
    padding-top: 15px;
}

.divPolicy {
    position: absolute;
    right: 1%;
    z-index: +1;
    display: block;
    bottom: 2.5%;
}

.divLogogLanding {
    position: absolute;
    left: 1%;
    z-index: +1;
    display: block;
    top: 2.5%;
}

#divPlansViews {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 9999;
    display: none;
    background-color: #00000091;
}

.imgDiviIPMcenter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.imgDivimgcenterVid {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.divVideoHolder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    height: 100%;
    background-color: #000000;

}

#customVideo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}





.divFull {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 1080px;
}

.divResizeTopRight {
    position: absolute;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    z-index: 18;
}

.bg_Full {
    width: 100%;
    height: calc(100vh - 0px);
    position: fixed;
    left: 0%;
}


/* /////////////////////////////////
BUTTONS
//////////////////////////////////*/
.btn {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.btnSideMenu {
    position: absolute;
    z-index: 9;
    width: 270px;
}

#iconSideMenu01 {
    top: 672px;
    right: -190px;
    /*-202px; */
}

#iconSideMenu02 {
    top: 757px;
    right: -190px;
}

#iconSideMenu03 {
    top: 842px;
    right: -190px;
}

#iconSideMenu04 {
    top: 930px;
    right: -202px;
    display: none;
}

#iconSideMenu04img {
    width: 24%;
    position: absolute;
    left: 0px;
}

.paddingZero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.btnImg {
    width: 100%;
    position: absolute;
    left: 0px;
}

.btnPolicyLanding {
    position: relative;
    top: 6px;
    margin: 0px 6px;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    text-decoration: none;
}

.btnPolicyLandingindex {
    position: relative;
    top: 6px;
    margin: 0px 6px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}

.btnPolicyLanding:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.btnPolicyLanding2 {
    position: relative;
    top: 3px;
    margin: 0px 10px;
    font-size: 12px !important;
    display: inline-block !important;
}

.btnPolicyLanding3 {
    position: relative;
    top: 3px;
    margin: 0px 10px;
    font-size: 12px;
    display: inline-block !important;
}

.imgJdenlogomd {
    position: relative;
    left: 28px;
    top: -9px;
    width: 58%;
}

.locmapHeight {
    height: 75vh;
}

/* /////////////////////////////////
IMAGES
//////////////////////////////////*/
.imgFull {
    width: 100%;
}

.imgIconLanding {
    width: 15.5vw;
}

.imgIconLanding02 {
    width: 38vw;
}



.imgIconLanding2 {
    width: 13.8vw;
}

#imgIconLoc01 {
    position: absolute;
    margin-left: 0%;
    margin-bottom: 0%;
    width: 17.5vw;
}

#imgIconLoc02 {

    position: relative;
    padding-top: 182%;
    width: 14vw;
    left: -40%;
    z-index: 5;
}

#imgIconDev01 {
    position: absolute;
    margin-left: 0%;
    margin-bottom: 0%;
    width: 17.5vw;
}

#imgIconDev02 {
    position: relative;
    padding-top: 182%;
    width: 10vw;
    left: 60%;
    top: -50%;
    z-index: 5;
}

#imgIconFaci01 {
    position: absolute;
    margin-left: 0%;
    margin-bottom: 0%;
    width: 15.5vw;
    top: 1%;
    left: 1%;
}

#imgIconFaci02 {
    position: relative;
    padding-top: 0%;
    width: 15vw;
    left: 47%;
    top: -35%;
    z-index: 5;
}

#imgIconInterior01 {
    position: absolute;
    margin-left: 0%;
    margin-bottom: 0%;
    width: 16vw;
    top: -2%;
    left: -2%;
}

#imgIconInterior02 {
    position: relative;
    padding-top: 0%;
    width: 12vw;
    left: 90%;
    top: -33%;
    z-index: 5;
}



#imgIconLoc01mob {
    position: absolute;
    margin-left: 16%;
    margin-top: 10%;
    width: 32vw;
}

#imgIconLoc02mob {
    position: relative;
    padding-top: 88%;
    width: 41vw;
    left: -13%;
    z-index: 5;
}

#imgIconDev01mob {
    position: absolute;
    margin-left: 9%;
    margin-top: 5%;
    width: 34vw;
}

#imgIconDev02mob {
    position: relative;
    padding-top: 146%;
    width: 36vw;
    left: -12%;
    z-index: 5;
}

#imgIconFaci01mob {
    position: absolute;
    margin-left: 0%;
    margin-bottom: 0%;
    width: 39vw;
    top: -35%;
    left: -7%;
}

#imgIconFaci02mob {
    position: relative;
    width: 34vw;
    left: 26%;
    margin-top: -48%;
    z-index: 5;
}

#imgIconInterior01mob {
    position: absolute;
    margin-left: 0%;
    margin-bottom: 0%;
    width: 32vw;
    top: -1%;
    left: 1%;
}

#imgIconInterior02mob {
    position: relative;
    width: 32vw;
    left: 31%;
    margin-top: -65%;
    z-index: 5;
}









#imgGifLogo {
    display: none;
    width: 62%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
}

.imgLogoCapi {
    background-color: #F3F2F0;
    width: 100vw;
    height: 80px;
    position: relative;
    z-index: 99;
}

.imgLogoCapi1 {
    position: absolute;
    top: 4px;
    left: 1.2%;
    height: 70.31px;
    padding: 0px !important;
}

.imgjdenlogosm {
    position: relative;
    float: left;
    left: 1.8%;
    cursor: pointer;
    top: 11px;
    width: 104px;
    z-index: 5;
}

.imgMenuShadow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    z-index: 0;
    height: 84px;
}

#imgDev01 {
    width: 78%;
    float: right;
    padding-top: 14%;
}

.imgDevConcet {
    width: 92%;
}

#imgDev05 {
    position: absolute;
    left: -16%;
    width: 39%;
    top: 3%;
}

#imgDev04 {
    width: 108%;
    position: relative;
    left: -13%;
    top: -13%;
}

#imgDevLogoCapita {
    width: 80%;
    float: left;
}

.imgDragging {
    width: 13.5vw;
}

.btnPlanClose2 {
    top: 34px;
    right: 40px;
    z-index: 15;
    width: 70px;
    position: absolute;
}


#btnLocmapFull {
    position: absolute;
    bottom: 2.5%;
    left: 1%;
    width: 75px;
}

.btnInteriorFull {
    position: absolute;
    bottom: 0.5%;
    right: 9%;
    width: 72px;
}

.btnFaciFull {
    position: absolute;
    bottom: 1.5%;
    left: 1%;
    width: 72px;
}

.btnIntroClose {
    position: absolute;
    right: 1.2%;
    width: 3%;
    z-index: 99;
    float: right;
    margin-top: 36px;
}

/* /////////////////////////////////
TEXT
//////////////////////////////////*/
.txtDecoNone {
    text-decoration: none;
}

.borderBox {
    /*border: 1px solid #525151;*/
    background-color: #F3F2F0;
    z-index: 999;
    position: relative;
}

.borderBoxFloorplans {
    border: 1px solid #525151;
    background-color: #F3F2F0;
    z-index: 999;
    position: relative;
    margin: 0% auto;
    width: 28% !important;
}

.btnTxtFloorplans {
    text-decoration: none;
}

.btnTxt {
    text-decoration: none;
}

.colorGrey {
    color: #525151;
}

.colorWhite {
    color: #FFFFFF !important;
}

.colorGreen {
    color: #8A937A;
}

.btntxtSidemenu01 {
    font-size: 22px;
    z-index: 10;
    color: #FFF;
    padding-right: 38px;
    right: 10px;
    top: 32px;
}

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.txtJustify {
    text-align: justify;
}

.txtCaps {
    text-transform: uppercase;
}

.txtCenter {
    text-align: center !important;
}

#txtInteriorTitle {
    font-size: 32px;
    letter-spacing: 1.14px;
}

.txtDevTitlelanding {
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 70px;
}

.txtIntroTitlelanding2 {
    font-size: 1.77vw;
    letter-spacing: 3px;
    line-height: 30px;
}

.txtIntroTitlelandingSub2 {
    font-size: 1.08vw;
    letter-spacing: 2px;
    line-height: 30px;
}

.txtIntroTitlelanding {
    font-size: 2.4vw;
    letter-spacing: 3px;
    line-height: 60px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.48);
}

#txtLocTitle {
    font-size: 32px;
    letter-spacing: 1.14px;
    line-height: 42px;
}

.txtLocTitle02 {
    font-size: 24px;
    letter-spacing: 1.14px;
    line-height: 38px;
}

#txtLocTitle03 {
    font-size: 32px;
    letter-spacing: 1.14px;
    line-height: 49px;
}

#txtLocTitle04 {
    font-size: 32px;
    letter-spacing: 1.14px;
    line-height: 48px;
}

#txtLocTitle05 {
    font-size: 28px;
    letter-spacing: 1.14px;
    line-height: 48px;
}

#txtFooterTitle {
    font-size: 12px;
    letter-spacing: 1.14px;
    line-height: 40px;
}

.txtPlansTitleInt {
    font-size: 28px;
    letter-spacing: 1.14px;
    line-height: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.txtPlansTitleIntSub {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.47px;
}

.txtPlansTitle {
    font-size: 26px;
    letter-spacing: 1.14px;
    line-height: 48px;
}

.txtPlansTitleSub {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.47px;
}

#txtLocTitleSub {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.47px;
}

#txtLocTitleSub02 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.47px;
}

#txtInteriorSub {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.47px;
}

.txtFloorplansSub {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.47px;
    text-decoration: none;
    margin: auto;
}

.borderBoxFloorplans:hover>a>h2 {
    color: #FFFFFF;
    font-weight: bold;
    transition-duration: .25s;
}

.borderBoxFloorplans:hover {
    border-top-left-radius: 50px 50px;
    border-bottom-right-radius: 50px 50px;
    transition: 1s;
    background-color: #6C6156 !important;
    border: 1px solid #6C6156 !important;
}

/*
    .txtExploreJden:hover {
      border-top-left-radius: 50px 50px;
        border-bottom-right-radius: 50px 50px;
        transition: 1s;
        background-color: #6C6156 !important;
        border: 1px solid #6C6156!important;

    }
*/

.txtFacivid {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 18px;
}

.imgFacivid {
    width: 48%;
}



.img-container {
    margin: 0 0 0px;
}

.img-container img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 100%;
    height: calc(100vh);


}

.txtImgArtitst {
    position: absolute;
    z-index: 99;
    display: block;
    color: #fff;
    font-size: 9px;
    letter-spacing: 2px;
    text-shadow: 3px 3px 3px rgb(0, 0, 0);
    width: 100%;
}

.txtImgArtitstSwiper {
    position: absolute;
    z-index: 99;
    display: block;
    color: #525151;
    font-size: 10px;
    letter-spacing: 1px;
    width: 100%;
}

.txtFullArtitst {
    position: absolute;
    left: 1%;
    z-index: +1;
    display: block;
    color: #fff;
    font-size: 9px;
    letter-spacing: 2px;
    bottom: 1.1%;
    text-shadow: 3px 3px 3px rgb(0, 0, 0);
}

.txtFullArtitstIndex {
    position: absolute;
    left: 1%;
    z-index: +1;
    display: block;
    color: #fff;
    font-size: 9px;
    letter-spacing: 2px;
    bottom: 1.1%;
    text-shadow: 3px 3px 3px rgb(0, 0, 0);
}

.txtFullArtitst2 {
    position: absolute;
    left: 1%;
    z-index: +1;
    display: block;
    color: #fff;
    font-size: 9px;
    letter-spacing: 2px;
    bottom: 2.8%;
    text-shadow: 3px 3px 3px rgb(0, 0, 0);
}

.txtFullArtitst3 {
    position: absolute;
    left: 65%;
    z-index: +1;
    display: block;
    color: #fff;
    font-size: 43px;
    letter-spacing: 2px;
    bottom: 10.5%;
    display: none;
    transform: translate(-50%, -50%);
    width: 100%;
}

.txtFullArtitst4 {
    position: absolute;
    left: 50%;
    z-index: +1;
    display: block;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    bottom: -4%;
    display: none;
    transform: translate(-50%, -50%);
}

#txtTitlePlans {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 48px;
    position: absolute;
    bottom: 1.8%;
    left: 2.5%;
}

#txtTitlePlansArtist {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 48px;
    position: absolute;
    bottom: 1.8%;
    right: 2.5%;
    text-transform: uppercase;
}

#txtTitlePlansArtist02 {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 48px;
    position: absolute;
    bottom: 0%;
    right: 2.5%;
    text-transform: uppercase;
}


.bullets_Intro {
    position: relative;
    width: 100%;
    height: 19px;
    z-index: 2;
    margin-top: 20px;
}

.bullets_1 {
    width: 10px;
    padding: 0px 5px;
}

.bullets_holder01 {
    position: relative;
    width: 100%;
    height: 19px;
    z-index: 2;
    margin-top: 75px;
}

.sliderSpan {
    text-align: center;
    width: 100%;
    display: inherit;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/btnNext.png") !important;
    right: 10px;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 50px;
    height: 85px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 16px 27px !important;
    ;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/btnPrev.png") !important;
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 50px;
    height: 85px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 16px 27px !important;
    ;
    background-position: center;
    background-repeat: no-repeat;
}


.pointerDisable {
    pointer-events: none;
}

.txtCenterDiv {
    text-align: center;
    position: relative;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.txtCenterDiv02 {
    text-align: center;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.txtLeftDiv {
    text-align: center;
    position: relative;
    top: 45%;
    left: 26%;
    transform: translate(-50%, -50%);
}

.txtLeftDivIntro {
    text-align: center;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    display: none;
}

.txtLeftDivIntroB {
    text-align: center;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    display: none;
}

.txtBottomDiv {
    text-align: center;
    position: relative;
    left: 50%;
    bottom: 1%;
    transform: translate(-50%, -50%);
}

.txtBottomDivIntro {
    text-align: center;
    position: relative;
    left: 50%;
    bottom: 21%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9;
}

.arrowPoscenter1st {
    position: absolute;
    left: 49%;
    bottom: 10px;
    width: 40px;
    height: 40px;
    padding-left: 20px;
    padding-top: 55px;
    z-index: 99;
}

.arrowPoscenterIntro {
    position: absolute;
    left: 49%;
    bottom: -59px;
    width: 40px;
    height: 40px;
    padding-left: 20px;
    padding-top: 17px;
    z-index: 99;
}

.arrowPoscenter2nd {
    position: relative;
    left: 50%;
    top: 0px;
    width: 40px;
    height: 40px;
    padding-left: 20px;
    padding-top: 17px;
    z-index: 99;
}

.arrowPoscenter {
    position: relative;
    left: 50%;
    top: -50px;
    width: 40px;
    height: 40px;
    padding-left: 20px;
    padding-top: 17px;
    z-index: 99;
}

.zeroLeft {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.zeroRight {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.imgFooterIcon {
    width: 35px;
}

.imgFooterIcon2 {
    width: 112%;
    position: relative;
    top: -12px;
    padding-right: 60px;
}

.imgFooterIcon3 {
    width: 32px;
}

.txtFooterSubMenu {
    display: block;
    text-decoration: none;
    padding: 2px !important;
    padding-left: 0px !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-family: "ofelia-display", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #FFF !important;
}

.btnPolicyLanding2:hover {
    background: rgb(42, 42, 42) !important;
    color: #FFF;
    text-decoration: underline;
}

#accordionBtnFooter {
    color: #FFFFFF !important;
    border-bottom: 0px solid #504A3F !important;
    padding: 14px 15px 14px 0px !important;
    text-align: center;
    margin: auto;
}

.imgIntroDrag {
    width: 18%;
    margin-left: -9%;
}

.divIntroNature {
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    z-index: -1;
    background-color: #0006;
}

.divPopupIntro {
    background-color: #FFF;
    border-radius: 3vw;
    height: 86vh;
    overflow: hidden;
    width: 96%;
}

.swiperBPadding {
    padding: 5% 8% 0% 8%;
}

.swiperIntroPadding {
    padding: 0% 5% 0% 5%;
}

.swiperVideoHolder {
    left: 50%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiperImgSlide2 {
    width: 90%;
}

.fontIntroTitle {
    font-size: 1.25vw !important;

}

.fontIntroTitleSub {
    font-size: .88vw !important;
    line-height: 2.9vh !important;

}

.introScroll {
    position: absolute;
    right: 11%;
    width: 30px;
    height: 57vh;
    top: 26%;
}

.introScrollUp {
    position: relative;
    width: 100%;
    height: 50%;
    background-color: #fff0;
    z-index: 99;
    cursor: pointer;
}

.introScrollDown {
    position: relative;
    width: 100%;
    height: 50%;
    background-color: #fff0;
    z-index: 99;
    cursor: pointer;
}

.imgScrollIntro {
    position: absolute;
    left: 6px;
    top: 0px;
    height: 100%;
    width: 10px;
}

#imgIntro001 {
    width: 70%;
}

.txtExploreJden {
    background: rgba(255, 255, 255, 0) !important;
    border: 1px solid rgb(255, 255, 255) !important;
    color: rgb(255, 255, 255) !important;
    cursor: pointer !important;
    width: 70%;
    height: 40px;
    font-family: "ofelia-display", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    left: 52%;
    position: relative;
    transform: translate(-50%, -50%);
    margin-top: 40px;
}

.txtExploreJden:hover {
    border-top-left-radius: 50px 50px;
    border-bottom-right-radius: 50px 50px;
    transition: 1s;
    background-color: #6C6156 !important;
    border: 1px solid #6C6156 !important;

}

.txtEnterjden {
    font-size: 0.78vw;
}

#pagimationOppor1 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
}
#pagimationOppor2 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
}
#pagimationOppor3 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
}
#pagimationOppor4 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
}

#divBtnNatureHolder,
#divBtnOpporHolder,
#divBtnConnectHolder,
#divBtnLifeHolder,
#divPopupHolder {}

.divPopupMenu {
    width: 100%;
    height: 85vh;
}

.divIntroLogoHolder {
    display: none;
}

.footerSubtxt {
    width: 32px;
    float: right;
    padding: 0px !important;
    border-radius: 40px !important;
    margin-left: 7px;
}

.txtArchConcept {
    margin: 0px;
    padding: 0px;
    line-height: 30px !important;
    margin-bottom: 39px;
}

.videoBG {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

#vidIntro {
    border-top-left-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
    border-bottom-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
}


.dragcursorLoc1 {
position: absolute;
  width: 60%;
  height: 15%;
  z-index: 99;
  top: 52%;
  cursor: pointer;
  left: 17%;
}

.dragcursorLoc2 {
position: absolute;
  width: 60%;
  height: 15%;
  z-index: 99;
  top: 77%;
  cursor: pointer;
  left: -30%;
}

.dragcursorDev1 {
position: absolute;
  width: 80%;
  height: 15%;
  z-index: 99;
  top: 45%;
  cursor: pointer;
  left: 15%;
}

.dragcursorDev2 {
position: absolute;
  width: 70%;
  height: 15%;
  z-index: 99;
  top: 76%;
  cursor: pointer;
  left: 91%;
}

.dragcursorFaci1 {
position: absolute;
  width: 50%;
  height: 60%;
  z-index: 99;
  top: 71%;
  cursor: pointer;
  left: 14%;
}

.dragcursorFaci2 {
position: absolute;
  width: 60%;
  height: 60%;
  z-index: 99;
  top: 0%;
  cursor: pointer;
  left: 66%;
}

.dragcursorInt1 {
position: absolute;
  width: 55%;
  height: 50%;
  z-index: 99;
  top: 55%;
  cursor: pointer;
  left: 25%;
}

.dragcursorInt2 {
position: absolute;
  width: 78%;
  height: 36%;
  z-index: 99;
  top: -6%;
  cursor: pointer;
  left: 86%;
}

.dragcursorInt3 {
position: absolute;
  width: 78%;
  height: 36%;
  z-index: 99;
  top: 43%;
  cursor: pointer;
  left: 86%;
}



#dragcursorLoc1mob {
    position: absolute;
    width: 50%;
    height: 17%;
    z-index: 99;
    top: 40%;
    cursor: pointer;
    left: 28%;
}

#dragcursorLoc2mob {
    position: absolute;
    width: 50%;
    height: 15%;
    z-index: 99;
    top: 69%;
    cursor: pointer;
    left: 17%;
}

#dragcursorDev1mob {
    position: absolute;
    width: 60%;
    height: 12%;
    z-index: 99;
    top: 46%;
    cursor: pointer;
    left: 31%;
}

#dragcursorDev2mob {
    position: absolute;
    width: 60%;
    height: 12%;
    z-index: 99;
    top: 76%;
    cursor: pointer;
    left: 6%;
}

#dragcursorFaci1mob {
    position: absolute;
    width: 52%;
    height: 94%;
    z-index: 99;
    margin-top: 46%;
    cursor: pointer;
    left: 19%;
    padding-top: 20%;
}

#dragcursorFaci2mob {
    position: absolute;
    width: 52%;
    height: 59%;
    z-index: 99;
    margin-top: -30%;
    cursor: pointer;
    left: 53%;
    padding-top: 20%;
}

#dragcursorInt1mob {
    position: absolute;
    width: 55%;
    height: 63%;
    z-index: 99;
    top: 100%;
    cursor: pointer;
    left: 25%;
}

#dragcursorInt2mob {
    position: absolute;
    width: 58%;
    height: 58%;
    z-index: 99;
    top: -85%;
    cursor: pointer;
    left: 54%;
}

#dragcursorInt3mob {
    position: absolute;
    width: 58%;
    height: 58%;
    z-index: 99;
    top: 5%;
    cursor: pointer;
    left: 54%;
}


.menu01 {
    width: 44%;
}

.menu02 {
    width: 54%;
}

.menu03 {
    width: 37%;
}

.menu04 {
    width: 34%;
}

.menu05 {
    width: 48%;
}

.menu06 {
    width: 34%;
}

.menu07 {
    width: 61%;
}

.menu08 {
    width: 54%;
}

.menu09 {
    width: 31%;
}

.menu10 {
    width: 44%;
}

.menu11 {
    width: 68%;
}

.menu12 {
    width: 68%;
}

.addNewclass1::before {
    background-color: #525151 !important;
}

.addNewclass2::after {
    background-color: #525151 !important;
}






/* Bottom left text */
.txtbottomleft {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.txtbottomleftIndex {
    position: absolute;
    bottom: 13px;
    left: 15px;
    padding-left: 4%;
    font-size: 9px;
    color: #FFFFFF;
}

.txtbottomleftIndexTitle {
    position: absolute;
    bottom: 40px;
    left: 15px;
    padding-left: 4%;
    font-size: 11px;
    color: #FFFFFF;
}

.txtbottomleftIndexTitle2 {
    position: absolute;
    bottom: 12px;
    left: 15px;
    padding-left: 4%;
    font-size: 11px;
    color: #FFFFFF;
}

/* Top left text */
.txttopleft {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.txttopright {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.txtbottomright {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.txtbottomright2 {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.txtbottomright3 {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.txtbottomright4 {
    position: relative;
    bottom: 38px;
    right: 27px;
    float: right;
    text-align: right;
}

.txtbottomright5 {
    position: absolute;
    bottom: 20px;
    right: 50px;
}

/* Centered text */
.txtcentered {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.txtcentered2 {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.txtcentered3 {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
}

.txtcenteredSwiper {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}




















/*

ARROW ANIMATION

*/


.hoverUnderline {
    display: inline-block;
    position: relative;
}

.hoverUnderline::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 10px;
    left: 0;
    background-color: #abaaa8;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
}

.hoverUnderline:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.hoverUnderlineSub {
    display: inline-block;
    position: relative;
}

.hoverUnderlineSub::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 4px;
    left: 0;
    background-color: #abaaa8;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
}

.hoverUnderlineSub:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


@keyframes scroll-down-animation {
    0% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: 20px;
        opacity: 0;
    }
}

a#scroll-down-trigger {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 40px;
    text-align: center;
    text-decoration: none;
    color: lightgray;
    text-transform: uppercase;
    transform: translateY(0px);
    left: 0px;
    top: -20px;
    pointer-events: none;
}

#scroll-down-trigger span {
    position: relative;
    display: inherit;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #ffffffe5;
    animation: scroll-down-animation 2s infinite;
    border-radius: 50%;
    transform: translateY(20px);
}

#scroll-down-trigger span &:before,
&:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 14px;
    height: 4px;
    top: 18px;
    /*border-radius: 2px;
      background-color: #525151;*/
}

#scroll-down-trigger span &:before {
    left: -7px;
    transform: translateX(15px) rotate(45deg);
}

#scroll-down-trigger span &:after {
    left: 11px;
    transform: translateX(5px) rotate(-45deg);
}

#divLocImg_floating1 img {
    width: 100%;
    padding-right: 8%;
}

#divLocImg_floating2 {
    margin-top: 11%;
    left: -8%;
    position: relative;
    float: left;
}

#divLocImg_floating2 img {
    width: 12vw;
}

#divLocImg_floating3 {
    margin-top: 6%;
    right: 17%;
    position: relative;
    float: right;
}

#divLocImg_floating3 img {
    width: 18vw;
}

.txtLeftFooter {
    text-align: left;
}

.txtRightFooter {
    text-align: right;
}

.bgTemp {
    background-color: red;
}

#Bs1_a {
    width: 6.5%;
    height: 82%;
    left: 19%;
    top: 3.4%;
    z-index: 99;
}

#Cp_a {
    width: 6.5%;
    height: 82%;
    left: 25.8%;
    top: 3.4%;
    z-index: 99;
}

#C1_a {
    width: 6.5%;
    height: 82%;
    left: 32.6%;
    top: 3.4%;
    z-index: 99;
}

#B1_a {
    width: 6.5%;
    height: 82%;
    left: 39.4%;
    top: 3.4%;
    z-index: 99;
}

#A_a {
    width: 6.5%;
    height: 82%;
    left: 46.1%;
    top: 3.4%;
    z-index: 99;
}

#B2_a {
    width: 6.5%;
    height: 82%;
    left: 53%;
    top: 3.4%;
    z-index: 99;
}

#C2_a {
    width: 6.5%;
    height: 82%;
    left: 59.6%;
    top: 3.4%;
    z-index: 99;
}

#Dp_a {
    width: 6.5%;
    height: 82%;
    left: 66.4%;
    top: 3.4%;
    z-index: 99;
}

#Bs2_a {
    width: 6.5%;
    height: 82%;
    left: 73.2%;
    top: 3.4%;
    z-index: 99;
}

#As_a {
    width: 6.5%;
    height: 82%;
    left: 80.1%;
    top: 3.4%;
    z-index: 99;
}

/*
.btnVR:hover img{
    opacity: 0;
}*/

#btnFullDev {
    margin-top: 58%;
    right: 56%;
    position: absolute;
    float: right;
    width: 70px;
    height: 70px;
}

.imgLocLegends {
    margin-bottom: -7px;
}

.imgLocLegends2 {
    margin-bottom: -7px;
}

.imgLocLegendsPadding {
    padding-bottom: 10px;
}

.imgLocLegendsPaddingTop {
    padding-bottom: 40px;
}

.dividerTop {
    top: 3px !important;
    font-size: 14px !important;
}

#imgDevPage_02 {
    width: 14vw;
}

#imgDevPage_03 {
    width: 12vw;
}

.imgDevPage_02b {
    top: 10%;
}

.imgDevPage_03b {
    top: 23%;
    right: 0px;
}

.devzeroPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.scrolled-up {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-down {
    transform: translateY(0%);
    transition: all 0.3s ease-in-out;
}

.paraPadding {
    margin-bottom: 12px;
}

.paraPaddingmob {
    margin-bottom: 8px;
}

.L1 {
    width: 3.7%;
    height: 3.85%;
    position: absolute;
    background-color: #284a40;
    z-index: 9;
    border-radius: 100%;
    border: 1px solid white;
    /*transform: scale(0.7);*/
    text-align: center;
    font-family: "ofelia-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    padding: auto;
    cursor: pointer;
    display: none;
}

.L1 p {
    margin: 0;
    position: absolute;
    top: 57%;
    left: 52%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 11px;
    letter-spacing: 1px;
}

.L2 {
    width: 3.7%;
    height: 3.85%;
    position: absolute;
    background-color: #284a40;
    z-index: 9;
    border-radius: 100%;
    border: 1px solid white;
    /*transform: scale(0.7);*/
    text-align: center;
    font-family: "ofelia-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    padding: auto;
    cursor: pointer;
    display: none;
}

.L2 p {
    margin: 0;
    position: absolute;
    top: 57%;
    left: 52%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 11px;
    letter-spacing: 1px;
}

.L3 {
    width: 3.7%;
    height: 3.85%;
    position: absolute;
    background-color: #284a40;
    z-index: 9;
    border-radius: 100%;
    border: 1px solid white;
    /*transform: scale(0.7);*/
    text-align: center;
    font-family: "ofelia-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    padding: auto;
    cursor: pointer;
}

.L3 p {
    margin: 0;
    position: absolute;
    top: 57%;
    left: 52%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 11px;
    letter-spacing: 1px;
}

.L4 {
    width: 3.7%;
    height: 3.85%;
    position: absolute;
    background-color: #284a40;
    z-index: 9;
    border-radius: 100%;
    border: 1px solid white;
    /*transform: scale(0.7);*/
    text-align: center;
    font-family: "ofelia-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    padding: auto;
    cursor: pointer;
    display: none;
}

.L4 p {
    margin: 0;
    position: absolute;
    top: 57%;
    left: 52%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 11px;
    letter-spacing: 1px;
}


#L1_01 {
    left: 42.66%;
    top: 67.5%;
}

#L1_02 {
    left: 27.7%;
    top: 35.5%;
}

#L1_03 {
    left: 32.55%;
    top: 50.4%;
}


#L2_01 {
    left: 44.7%;
    top: 26.6%;
}

#L2_02 {
    left: 27.3%;
    top: 23.6%;
}

#L2_03 {
    left: 21.05%;
    top: 31.8%;
}

#L2_03b {
    left: 71.12%;
    top: 17.08%;
}

#L2_03c {
    left: 72.95%;
    top: 53.2%;
}


#L4_01 {
    left: 13.8%;
    top: 34.9%;
}

#L4_02 {
    left: 49.9%;
  top: 35.2%;
}

#L4_02b {
    left: 45.5%;
    top: 62.7%;
}

#L4_03 {
    left: 57.1%;
    top: 39.55%;
}

#L4_03b {
    left: 59.84%;
    top: 60.3%;
}

#L4_04 {
    left: 71.6%;
    top: 35.9%;
}

#L4_05 {
    left: 23.95%;
    top: 58.52%;
}

#L4_06 {
    left: 43.95%;
    top: 45.6%;
}


#L3_01 {
    left: 68.9%;
    top: 48.3%;
}

#L3_02 {
    left: 63.7%;
    top: 48.32%;
}

#L3_03 {
    left: 57%;
    top: 50.8%;
}

#L3_04 {
    left: 60.6%;
    top: 54.2%;
}

#L3_05 {
    left: 53.3%;
    top: 57.8%;
}

#L3_05b {
    left: 46.4%;
    top: 63%;
}

#L3_06 {
    left: 53.3%;
    top: 66.4%;
}

#L3_07 {
    left: 40.7%;
    top: 67.5%;
}

#L3_08 {
    left: 34.7%;
    top: 63.9%;
}

#L3_08b {
    left: 45.5%;
    top: 68.2%;
}

#L3_09 {
    left: 22.6%;
    top: 54.2%;
}

#L3_10 {
    left: 24.4%;
    top: 38.2%;
}

#L3_10b {
    left: 34.1%;
    top: 34.6%;
}

#L3_10c {
    left: 46.4%;
    top: 34.6%;
}

#L3_10d {
    left: 69.2%;
    top: 42.8%;
}

#L3_11 {
    left: 22.5%;
    top: 20.6%;
}

#L3_12 {
    left: 27.3%;
    top: 17.9%;
}

#L3_13 {
    left: 38.1%;
    top: 26.1%;
}

#L3_14 {
    left: 34.1%;
    top: 18.2%;
}

#L3_15 {
    left: 40.3%;
    top: 18.85%;
}

#L3_16 {
    left: 47.4%;
    top: 30%;
}

#L3_17 {
    left: 43.9%;
    top: 27%;
}

#L3_17b {
    left: 66.3%;
    top: 16.7%;
}

#L3_18 {
    left: 51.4%;
    top: 27.3%;
}

#L3_19 {
    left: 45.5%;
    top: 22.4%;
}

#L3_19b {
    left: 69.7%;
    top: 25.4%;
}

#L3_20 {
    left: 50.6%;
    top: 20.6%;
}

#L3_21 {
    left: 55.7%;
    top: 23.2%;
}

#L3_22 {
    left: 62.9%;
    top: 26.8%;
}

#L3_23 {
    left: 70.9%;
    top: 35.8%;
}

#L3_24 {
    left: 26.4%;
    top: 23.8%;
}

#L3_25 {
    left: 33.4%;
    top: 26.4%;
}

#L3_26 {
    left: 28.9%;
    top: 28.2%;
}

#L3_27 {
    left: 59.4%;
    top: 45.7%;
}
.menuMarginTop {
  margin-top: 20px;
}
#imgdevArchiTrans{
    width: 100%;
}
    #txtPlansTitletxtSub{
        padding: 0% 18% 0% 18%;
    }






.imgLoaderLogo {
    position: absolute;
    top: 8px;
    left: 9px;
    width: 103px;
}

.loaderHolder {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
}

.loader {
    margin: auto;
    border: 10px solid #EAF0F68F;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: rgba(234, 240, 246, 0.56);
    border-radius: 50%;
    border-top: 10px solid #4B8074;
    width: 100px;
    height: 100px;
    animation: spinner 4s linear infinite;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.arrowsWhite {
    position: relative;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
}

.arrowsWhite:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 3px solid rgba(255, 255, 255, 1);
    border-bottom: 3px solid rgba(255, 255, 255, 1);
    transform: translate(26.6666666667px, 106.6666666667px) rotate(-45deg);
    animation: arrows 2s linear infinite;
}

.arrowsWhite:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 3px solid rgba(255, 255, 255, 1);
    border-bottom: 3px solid rgba(255, 255, 255, 1);
    transform: translate(53.3333333333px, 0px) rotate(-45deg);
    animation: arrows 2s linear infinite -3s;
}

@keyframes arrows {
    0% {
        border-left: 3px solid rgba(255, 255, 255, 0);
        border-bottom: 3px solid rgba(255, 255, 255, 0);
        transform: translate(0px, -10px) rotate(-45deg);
    }

    10%,
    90% {
        border-left: 3px solid rgba(255, 255, 255, 0);
        border-bottom: 3px solid rgba(255, 255, 255, 0);
    }

    50% {
        border-left: 3px solid rgba(255, 255, 255, 1);
        border-bottom: 3px solid rgba(255, 255, 255, 1);
        transform: translate(0px, 0px) rotate(-45deg);
    }

    100% {
        border-left: 3px solid rgba(255, 255, 255, 0);
        border-bottom: 3px solid rgba(255, 255, 255, 0);
        transform: translate(0px, 10px) rotate(-45deg);
    }
}

.arrowsGrey {
    position: relative;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
}

.arrowsGrey:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 3px solid rgba(51, 51, 51, 1);
    border-bottom: 3px solid rgba(51, 51, 51, 1);
    transform: translate(26.6666666667px, 106.6666666667px) rotate(-45deg);
    animation: arrowsNew 2s linear infinite;
}

.arrowsGrey:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 3px solid rgba(51, 51, 51, 1);
    border-bottom: 3px solid rgba(51, 51, 51, 1);
    transform: translate(53.3333333333px, 0px) rotate(-45deg);
    animation: arrowsNew 2s linear infinite -3s;
}

@keyframes arrowsNew {
    0% {
        border-left: 3px solid rgba(51, 51, 51, 0);
        border-bottom: 3px solid rgba(51, 51, 51, 0);
        transform: translate(0px, -10px) rotate(-45deg);
    }

    10%,
    90% {
        border-left: 3px solid rgba(51, 51, 51, 0);
        border-bottom: 3px solid rgba(51, 51, 51, 0);
    }

    50% {
        border-left: 3px solid rgba(51, 51, 51, 1);
        border-bottom: 3px solid rgba(51, 51, 51, 1);
        transform: translate(0px, 0px) rotate(-45deg);
    }

    100% {
        border-left: 3px solid rgba(51, 51, 51, 0);
        border-bottom: 3px solid rgba(51, 51, 51, 0);
        transform: translate(0px, 10px) rotate(-45deg);
    }
}


.floating1 {
    animation-name: floating1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0px;
    margin-top: 0px;
}

@keyframes floating1 {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 12px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

@keyframes floating1b {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 5px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.floating2 {
    animation-name: floating2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    margin-left: 0px;
    margin-top: 0px;
}

@keyframes floating2 {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 12px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

@keyframes floating2b {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 5px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.floating3 {
    animation-name: floating3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0.75s;
    margin-left: 0px;
    margin-top: 0px;
}

@keyframes floating3 {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 12px);
    }

    100% {
        transform: translate(0, -0px);
    }
}
@keyframes floating3b {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 5px);
    }

    100% {
        transform: translate(0, -0px);
    }
}
.floating4 {
    animation-name: floating4;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
    margin-left: 0px;
    margin-top: 0px;
}

@keyframes floating4 {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 12px);
    }

    100% {
        transform: translate(0, -0px);
    }
}
@keyframes floating4b {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 5px);
    }

    100% {
        transform: translate(0, -0px);
    }
}


.boxAnim {
    position: absolute;
    left: 4px;
    top: 29px;
    width: 25px;
    height: 25px;
    background: rgba(179, 120, 68, 1);
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(70%, -50%);
    animation: animate 1.5s linear infinite;
    z-index: -1;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 251, 160, 1), 0 0 0 0 rgba(255, 251, 160, 1);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 251, 160, 0), 0 0 0 0 rgba(255, 251, 160, 1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 251, 160, 0), 0 0 0 0 rgba(255, 251, 160, 0);
    }
}

/*
  .L3:hover{
    transform: scale(1.2);
  }*/
.circleDiv {
    /*background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(195, 179, 167, 1), 0 0 0 0 rgba(195, 179, 167, 1);*/
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
}
@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 251, 160, 1), 0 0 0 0 rgba(255, 251, 160, 1);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(255, 251, 160, 0.6), 0 0 0 0 rgba(255, 251, 160, 1);
    }

    100% {
        box-shadow: 0 0 0 6px rgba(255, 251, 160, 0), 0 0 0 0 rgba(255, 251, 160, 0);
    }
}

.circleDiv2 {
    /*background: rgba(255, 255, 255, 1);*/
    border-radius: 50%;
    animation: animateb 1.5s linear infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
}
@keyframes animateb {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 251, 160, 1), 0 0 0 0 rgba(255, 251, 160, 1);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(255, 251, 160, 0.6), 0 0 0 0 rgba(255, 251, 160, 1);
    }

    100% {
        box-shadow: 0 0 0 6px rgba(255, 251, 160, 0), 0 0 0 0 rgba(255, 251, 160, 0);
    }
}






.rings {
    position: absolute;   
    width:6px;
    height: 6px;
    

}
    .ring__ringlet {
  width: 60px;
  height: 60px;
  background: rgba(255, 251, 160, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin-left: -27px;
  position: absolute;
  top: -27px;
  transform: scale(0.1, 0.1);
  opacity: 0;
  animation: ring-1 3000ms ease-out infinite;

        
        &:nth-of-type(2) {
            animation-delay: 600ms;
        }

        &:nth-of-type(3) {
            animation-delay: 1200ms;
        }
    }



@keyframes ring-1 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}




.pulse {
  background-color: coral;
  height: 20vmax;
  width: 20vmax;
  border-radius: 100%;
  position: relative;
}
.ring {
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  opacity: 0.8;
  animation: pulsing 2s ease-out infinite;

  &:nth-of-type(1) {
    animation-delay: -0.5s;
  }
  &:nth-of-type(2) {
    animation-delay: -1s;
  }
  &:nth-of-type(3) {
    animation-delay: -1.5s;
  }
}

@keyframes pulsing {
  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}

