html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root {
    --card-width: 200px;
    --card-height: 300px;
    --card-transition-duration: 800ms;
    --card-transition-easing: ease;
}

body { font-family: "Montserrat"; overflow-x: hidden; background: #242424; }
.fw900 { font-weight: 900; }
.fw800 { font-weight: 800; }
.fw700 { font-weight: 700; }
.fw600 { font-weight: 600; }
.fw500 { font-weight: 500; }
.fw400 { font-weight: 400; }
.font-dm { font-family: "DM Serif Display"; }
.font-montserrat { font-family: "Montserrat"; }
.green { color: #357774; }
.white { color: #fff; }
.black { color: #242424; }
.h-60 { height: 60%; }
.h-40 { height: 40%; }
.text-m { font-size: 1.4rem; }
.text-m2 { font-size: 1.8rem; }
.text-b { font-size: 2.4rem; }
.text-b2 { font-size: 3.2rem; }
.text-p { font-size: 1.1rem; }
.text-sp { font-size: 0.9rem; }
.line-height-xl { line-height: 1.6; }
.line-height-sm { line-height: 1.3; }
.line-height-xs { line-height: 1.1; }
a { transition: all 0.3s ease-in-out; }
a:hover { text-decoration: none; }


/* */
.bar { width: 96%; height: 60px; background: transparent; display: flex; justify-content: space-between; align-items: center; position: fixed; top: 0; z-index: 6; margin: 30px auto 0 auto; left: 0; right: 0; }
.logo {  }
.loader { width: 100%; height: 100vh; position: fixed; z-index: 1000; background: #000; display: flex; align-items: center; justify-content: center; }
.loader-container { position: relative; width: 250px; }
.loader-logo { width: 250px; height: auto; }
.loader-process { width: 0; height: 2px; margin-top: 15px; background: #fff; }
.loader .percentage { font-size: 0.6rem; letter-spacing: 2px; color: #fff; margin-top: 5px; }
.loader .percentage:after { content: "%"; }
#menu-burger { width: 24px; height: 34px; position: relative; margin: 0 auto; z-index:2; pointer-events: none; }
#menu-burger span { display: block; position: absolute; height: 4px; width: 100%; opacity: 1; right: 0; background-color:#fff; -webkit-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out; transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out; }
#menu-burger span:nth-child(1) { top: 5px; }
#menu-burger span:nth-child(2){ top: 15px; }
#menu-burger span:nth-child(3){ top: 25px; }
.menu.open #menu-burger span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top:15px; }
.menu.open #menu-burger span:nth-child(2) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top:15px; }
.menu.open #menu-burger span:nth-child(3) { display: none; }
.menu { display: flex; align-items: center; cursor: pointer; position: fixed; width: 80px; height: 80px; background: #357774; color: #fff; right: 0; top: 50%; z-index: 999;  }
nav { height: 100vh; background: #000; top: 0; left: 0; z-index: 4; display: flex; align-items: center; justify-content: center; }
nav ul { list-style: none; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; }
nav ul li { overflow: hidden; }
nav ul li a { display: inline-block; font-size: 6rem; color: #fff; font-family: "DM Serif Display"; margin: 15px 0; -webkit-transition: all .1s ease-in-out 0s; transition: all .1s ease-in-out 0s; }
nav ul li a:hover { text-decoration: none; color: inherit; }
nav ul li .bspan { display:block; -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-perspective:480px; perspective:480px; font-weight: 700; letter-spacing: 5px; }
nav ul li, nav ul li a  { background-color:transparent; border:0; }
nav ul li a .scube { position: relative; display: block; overflow:visible !important; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateZ(-60px) rotateX( 0deg); transform: translateZ(-60px) rotateX( 0deg);transform-origin:center; -webkit-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; }
nav ul li:hover a .scube, nav ul li.hover a .scube { -webkit-transform: translateZ(-60px) rotateX( 90deg); transform: translateZ(-60px) rotateX( 90deg); }
nav ul li a span:nth-child(1) { color:transparent; position: relative; width:100%; display: block; }
nav ul li a span:nth-child(2) { color:#222; position: absolute; top: 0; width:100%; left:0; opacity:1; -webkit-transform: rotateX(0deg) translateZ(60px); transform: rotateX(0deg) translateZ(60px);
    backface-visibility: hidden;  -webkit-transition: opacity 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
nav ul li:hover a span:nth-child(2), nav ul li.hover a span:nth-child(2) { opacity:0; }
nav ul li a span:nth-child(3) { color:#222; position: absolute; top: 50%; width:100%; left:0; opacity:0; -webkit-transform: rotateX(-90deg) translateZ(0px); transform: rotateX(-90deg) translateZ(0px);
    backface-visibility: hidden; -webkit-transition: opacity 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
nav ul li:hover a span:nth-child(3), nav ul li.hover a span:nth-child(3) { opacity:1; }
nav ul li a span:nth-child(2) { color: #fff; }
nav ul li a span:nth-child(3) { color: #357774; }
.menu-overlay { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.8); opacity: 0; }
.nav-container { background: #000; }
.menubg-1 { width: 100%; height: 100%; object-fit: cover; object-position: center;}
.menubg-2 { width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; }
.address-container { position: relative; width: 100%; height: 100%; }
.address-container:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.65); z-index: 2; }
.address { display: flex; align-items: end; justify-content: center; flex-direction: column; height: 100%; margin-right: 30px; position: relative; z-index: 2; }
.address p { margin-bottom: 20px; letter-spacing: 6px; font-size: 1.2rem; font-weight: 700; font-family: "Montserrat"; }
.motto { position: absolute; z-index: 2; top: 25%; left: 7%; top: 50%; transform: translateY(-50%); }
.motto-text { opacity: 0; transform: translateY(100px) rotate(5deg); transform-origin: top left; letter-spacing: 9px; font-size: 6rem; font-weight: 600; margin-bottom: 20px; color: #fff; font-family: "DM Serif Display";  }
.motto-text2 { opacity: 0; transform: translateY(100px) rotate(5deg); transform-origin: top left; letter-spacing: 4px; font-size: 2.4rem; margin-bottom: 20px; color: #fff; font-family: "Montserrat";  }
.menu-overlay-left-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; transform: translate3d(-105%, 0px, 0px); }
.menu-overlay-left-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translate3d(105%, 0px, 0px); }
.menu-overlay-left2-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; transform: translate3d(105%, 0px, 0px); }
.menu-overlay-left2-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translate3d(-105%, 0, 0px); }
.hero { width: 100%; height: 100vh; background: #000; }
.hero-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; transform: translate3d(-105%, 0px, 0px); }
.hero-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translate3d(105%, 0px, 0px); }
.hero-bg-container { position: relative; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.hero-bg-container:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.65); z-index: 2; }
.mouse { -webkit-animation: mouseanimation 0.4s infinite  alternate;  animation: mouseanimation 0.4s infinite  alternate; left: 50%; transform: translateX(-50%); position: fixed; z-index: 4; bottom: 40px; width: 50px; height: 50px; border-radius: 50%; border: 2px solid #fff; text-align: center; display: flex; align-items: center; justify-content: center; background: #000; }
.mouse img { max-height: 30px; }
.home-img { position: absolute; width: 35%; height: 85%; top: 50%; transform: translateY(-50%); right: 12%; }
.home-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; transform: translate3d(0, 105%, 0px); }
.home-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translate3d(0, -105%, 0px); }
.home-img2 { width: 100%; height: 100%; object-fit: cover; object-position: bottom; }
.contact { font-size: 1.1rem; font-family: "Montserrat"; font-weight: 600; color: #fff; letter-spacing: 4px; position: relative; cursor: pointer; padding: 10px 0; transition: all 400ms ease; }
.contact:before { content: ""; position: absolute; top: 0; left: -15px; width: 100%; height: 2px; background-color: #fff; transition: all 400ms ease; }
.contact:after { content: ""; position: absolute; bottom: 0; right: -15px; width: 100%; height: 2px; background-color: #fff; transition: all 400ms ease; }
.contact:hover:before { left: 0; }
.contact:hover:after { right: 0; }
.addgsap:before, .addgsap:after { background-color: #242424 !important; }
.about, .about2, .about3 { width: 100%; height: 100vh; position: relative; }
.about-img-container { position: absolute; width: 35%; height: 75%; top: 50%; transform: translateY(-50%); left: 8%; }
.about-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; transform: translate3d(0, -105%, 0px); }
.about-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translate3d(0, 105%, 0px); }
.about-img-container2 { position: absolute; width: 35%; height: 75%; top: 50%; transform: translateY(-50%); right: 8%; }
.about-wrapper2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; transform: translate3d(0, -105%, 0px); }
.about-container2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translate3d(0, 105%, 0px); }
.about-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-text { color: #fff; position: absolute; width: 40%; height: auto; top: 50%; transform: translateY(-50%); right: 10%; }
.about-text2 { color: #242424; position: absolute; width: 45%; height: auto; top: 50%; transform: translateY(-50%); left: 5%; }
.about3-img-container { width: 50%; height: 100vh; position: absolute; left: 0; top: 0; }
.about3-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about3-text-container { width: 50%; height: 100vh; position: absolute; right: 0; top: 0; display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 50px 70px; }
.about3-text { }
.with-d, .with-d2 { position: relative; padding-left: 20px; }
.with-d:before { content: ""; position: absolute; top: 6px; left: 0; width: 12px; height: 12px; background-color: #357774; z-index: 2; }
.with-d2:before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 12px; height: 12px; background-color: #357774; z-index: 2; }
.contact-wrapper { width: 75%; height: 100vh; position: fixed; top: 0; right: -100%; z-index: 999; background: #fff; }
.contact-container { width: 100%; height: 100%; position: relative; }
.contact-info { display: flex; align-items: center; justify-content: center; width: 40%; height: 100%; background-color: rgba(255, 255, 255, 0.8); padding: 40px 20px; position: absolute; z-index: 2; top: 0; left: 0; }
.contact-close { position: absolute; top: 20px; right: 20px; font-size: 3.4rem; z-index: 999; cursor: pointer; color: #fff; }
.contact-map { width: 100%; height: 100%; position: relative; }
.white-filter { filter: brightness(0) invert(1); }
.footer { width: 100%; background-color: #242424; padding: 100px 0; }
.footer-menu li a { display: inline-block; color: #fff; font-size: 4rem; margin-bottom: 20px; font-family: "DM Serif Display"; text-align: right; letter-spacing: 5px; }
.footer-menu li a:hover { color: #357774; }
.plans { position: relative; }
.plan-header { position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; width: max-content; height: 50px; background: rgba(0, 0, 0, 0.75); z-index: 999; display: flex; align-items: center; justify-content: center; border-radius: 0 0 16px 16px;  }
.plan-header a { font-size: 1.2rem; font-family: "Montserrat"; font-weight: 600; margin: 0 25px; color: #fff; }
.plan-nav { position: fixed; top: 50%; left: 50px; width: 340px; height: auto; z-index: 333; background: rgba(255, 255, 255, 0.60); padding: 30px; display: flex; align-items: start; flex-direction: column; transform: translate3d(-150%, -50%, 0px); }
.plan-nav a { color: #242424; font-weight: 700; font-size: 3rem; font-family: "DM Serif Display"; text-transform: uppercase; margin-bottom: 8px; display: inline-block; letter-spacing: 3px; }
.plan-nav a:hover { color: #357774; }
#panels #panels-container { height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 0; overflow: hidden; background-color: #242424; }
#panels #panels-container .panel { position: relative; min-width: 100vw; height: 100vh; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; text-align: left;  border-right: 1px solid #575757; background: #242424; }
.panels-navigation { display: flex; align-items: center; }
.panels-navigation .nav-panel { margin-left: 20px; display: inline-block; }
.panels-navigation .nav-panel a{ display: flex; align-items: center; color: #fff; font-size: 1.5rem; font-family: "Montserrat"; letter-spacing: 2px; }
.plan-container { position: absolute; width: calc(90% - 360px); margin-right: 6%; height: 86%; top: 12%; right: 0; }
.plan-img { max-width: 45%; height: 320px; object-fit: cover; object-position: center; margin-bottom: 30px; }
.plan-img2 { max-width:100%; height: auto; object-fit: cover; object-position: center; margin-bottom: 30px; }
.plan-img3 { max-width:100%; height: 150px; object-fit: cover; object-position: center; }
.block-nav { height: 50px; border: 1px solid #818181; font-size: 1.2rem; font-family: "Montserrat"; font-weight: 600; color: #fff; display: inline-flex; align-items: center; margin: 20px 0; }
.bn { padding: 0 25px; border-right: 1px solid #818181; height: 100%; display: flex; align-items: center; cursor: pointer; letter-spacing: 2px; transition: all 0.4s ease-in-out; }
.bn:hover, .bn.bn-active { background-color: rgba(255, 255, 255, 0.60); color: #242424; }
.bn:last-child { border-right: none; }
.sect { width: 48%; }
.plan-top {  }
.plan-bottom { position: absolute; height: 80%; bottom: 0; width: 100%; }
.sect-left { width: 74%; height: 100%; }
.img-left { width: 100%; height: 100%; object-fit: cover; object-position: center;}
.img-left2 { width: 100%; height: 49%; object-fit: cover; object-position: center;}
.img-right { width: 25%; height: 100%; }
.img-right a { height: 24%; }
.img-right-sml { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.img-right2 { width: 100%; height: 100%; object-fit: contain; object-position: right;}
.img-dble { display: contents; }
.detail-container { transition: all 0.4s ease-in-out; display: none; }
.detail-container.active { display: block; }
.img-desc-in { width: 23%; height: auto; object-fit: cover; object-position: center; }
.plan-floor-button { display: none; }
.contact-distances { border: 1px solid #242424; padding: 5px; font-size: 0.9rem; width: 100%; display: flex; margin-bottom: 10px; }
.contact-distances img { width: 100px; height: 100px; object-fit: cover; object-position: center; margin-right: 20px; }

@-webkit-keyframes mouseanimation {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes mouseanimation {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes loader {
    0% {
        width: 5%;
    }

    25% {
        width: 15%;
    }

    50% {
        width: 35%;
    }

    75% {
        width: 65%;
    }

    100% {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1540px;
    }
}

@media (min-width: 2000px) {
    .plan-img { height: 450px; }
}

@media (max-width: 768px) {
    body, html { overflow-x: hidden; }
    .logo { max-height: 50px; }
    .text-m { font-size: 1.1rem; }
    .text-m2 { font-size: 1.3rem; }
    .text-b { font-size: 1.7rem; }
    .text-b2 { font-size: 1.3rem; }
    .text-p { font-size: 1rem; }
    .motto-text { font-size: 3rem; }
    .motto-text2 { font-size: 1.5rem; }
    .home-img2 { display: none; }
    .bar { width: 100%; background: #242424; margin: 0 auto; padding: 0 20px; border-bottom: 1px solid #555555; }
    .about, .about2, .about3 { height: auto; }
    .about-wrapper, .about-container, .about-wrapper2, .about-container2 { position: relative; transform: none; }
    .about-img-container { position: relative; width: 90%; height: 250px; top: 0; transform: translateY(0); left: 5%; margin-top: 20px; }
    .about-text { color: #fff; position: relative; width: 90%; height: auto; top: 0; transform: translateY(0); right: 0; left: 5%; margin-top: 20px; }
    .img-desc-in { width: 49%; margin-bottom: 20px; }
    .about-img-container2 { position: relative; width: 90%; height: 250px; top: 0; transform: translateY(0); right: 0; left: 5%; margin-top: 20px; }
    .about-text2 { color: #fff; position: relative; width: 90%; height: auto; top: 0; transform: translateY(0); left: 5%; margin-top: 20px; }
    .about3-img-container { position: relative; width: 90%; height: 250px; top: 0; transform: translateY(0); left: 5%; margin-top: 20px; }
    .about3-text-container { width: 90%; height: auto; position: relative; color: #fff; right: 0; top: 0; left: 5%; padding: 0; margin-top: 20px; }
    .footer-menu { display: none; }
    /*#panels-container { width: 100% !important; height: auto; }
    .plan-container { position: relative; width: 100%; margin-right: 0; height: auto; top: 0; right: 0; }*/
    .plan-container { width: 96%; margin-right: 0; top: 0; left: 2%; margin-top: 80px; }
    .panels-navigation .nav-panel a { font-size: 1.3rem; }
    .panels-navigation .nav-panel { margin-left: 15px; }
    .block-nav { font-size: 0.9rem; margin: 10px 0; }
    .bn { padding: 0 10px; }
    .sect { width: 98%; }
    .plan-bottom {  }
    .menu-right { width: 100% !important; }
    .menu-left { display: none !important; }
    nav ul li a { font-size: 4rem; }
    .contact-wrapper { width: 100%; }
    .contact-info { width: 100%; height: 30%; top: inherit; bottom: 0; padding: 15px; }
    .menu { width: 60px; height: 60px;}
    .plan-nav { display: none !important; }
    .img-right2 { display: none;}
    .plan-floor-button { display: block; width: 100%; background-color: #fff; color: #242424; margin-top: 10px; height: 40px; line-height: 40px; text-align: center; cursor: pointer; font-size: 1.2rem; font-weight: bold; letter-spacing: 1px; }
    .footer { padding: 40px 0; }
    .intro-img { width: 100% !important; height: auto !important; object-fit: cover; }
}