@font-face {
    font-family: GothamNarrow;
    src: url(GothamNarrow-Book.otf);
}

@font-face {
    font-family: GothamNarrowMedium;
    src: url(GothamNarrow-Medium.otf);
}

@font-face {
    font-family: GothamBook;
    src: url(Gotham-Book.otf);
}

@font-face {
    font-family: FreightTextPro;
    src: url(FreightTextProBook-Regular.ttf);
}

@font-face {
    font-family: GothamLight;
    src: url(Gotham-Light.otf);
}

html {
    background: #F2F2F2;
}

body {
    font: normal 14px/24px GothamBook;
    margin: 0;
    background: #F2F2F2;
    overflow-x: hidden!important;

    -webkit-font-smoothing: subpixel-antialiased;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*-webkit-font-smoothing: subpixel-antialiased;

    filter:blur(0);

    -webkit-filter: blur(0);

    perspective:1000px;

    -webkit-perspective: 1000px;*/
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a {
    
    outline: none;
}

.fixed-container {
    position: fixed;
    z-index: 999;
    width: 100%;
    max-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}

.logo {
    max-height: 60px;
    margin: 10px 20px;
    transition: all 0.5s linear;
    z-index: 99;
    opacity: 0;
}

.logo-container {
    width: 25%;
}

.section-name-container {
    width: 50%;
    text-align: center;
}

.section-name {
    font: normal 30px GothamNarrowMedium;
    letter-spacing: 1.6px;
    color: #363738;
    text-transform: uppercase;
    margin: 0;
    display: none;
}

#cursor-circle {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    opacity: 1;
    z-index: 103;
    border-radius: 9999px;
    border: 0;
    font-size: 1rem;
    font-family: Gordita, Helvetica Neue, Arial, sans-serif;
    text-transform: uppercase;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: opacity .24s ease, -webkit-transform .24s ease, width .5s ease, height .5s ease;
    transition: opacity .24s ease, -webkit-transform .24s ease, width .5s ease, height .5s ease;
    -o-transition: opacity .24s ease, -o-transform .24s ease, width .5s ease, height .5s ease;
    transition: opacity .24s ease, transform .24s ease, width .5s ease, height .5s ease;
    transition: opacity .24s ease, transform .24s ease, -webkit-transform .24s ease, -o-transform .24s ease, width .5s ease, height .5s ease;
    mix-blend-mode: difference;
}

.grow {
    width: 3em!important;
    height: 3em!important;
}

.arrow-direction {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.arrow-direction img {
    width: 100%;
    display: block;
    mix-blend-mode: normal!important;
}

.arrow-dir-grow {
    opacity: 1;
}

.rotate-90 {
    transform: rotate(-90deg);
}

.rotate-min-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.pseudo-table-cell {
    width: 100%;
    height: 100vh;
    display: flex;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.project-content {
    max-width: 40%;
    margin: auto 10%;
    letter-spacing: 0px;
    color: #363738;
    text-align: left;
    letter-spacing: 0px;
    color: #F2F2F2;
    background-color: #080808ab;

    padding: 2rem;
}
.project-content img{
    padding-bottom:25px;
}
.casasialogo img {
    width: 65% !important;
}

.project-title,
.sustainability-title {
    text-align: left;
    font: 24px/35px GothamBook;
    letter-spacing: 1.6px;
    color: #F2F2F2;
    text-transform: uppercase;
    opacity: 1;
    position: relative;
    display: inline-flex;
    margin-bottom: 0;
}

.sustainability-title {
    font: normal 600 24px/34px GothamLight;
    letter-spacing: 2.4px;
}

.sustainability-description {
    font: 16px/28px GothamBook;
}

.project-title:after,
.sustainability-title:after {
    position: absolute;
    display: block;
    content: "";
    height: 2px;
    max-width: 200px;
    width: 100%;
    background: #F2F2F2;
    top: calc(50% - 1.5px);
    left: 120%;
}
p.under-construction {
    font-weight: 600;
    letter-spacing: 1px;
}

.link-u {
    font: normal 11px/17px GothamNarrowMedium;
    letter-spacing: 2.4px;
    color: #F2F2F2;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 40px;
    display: inline-flex;
    text-decoration: underline;
}

.link-button {
    padding: 10px;
    border: 1px solid #f2f2f2;
    color: #1D3B27;
    background-color: #f2f2f2;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0px;
    min-width: 150px;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
  font-weight: 600 !important;
    font-family: 'GothamBook';
    
}

.link-button-dark {
    padding: 10px;
    border: 1px solid #363738;
    color: #f2f2f2!important;
    background-color: #363738;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 0px;
    min-width: 150px;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
}

.pseudo-bg {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
    display: block;
    overflow: hidden;
}

.pseudo-bg img {
    width: 100%;
    height: 100vh;
    object-fit: fill;
}

.sec-max-100 {
    overflow-x: hidden;
}

.fp-tableCell {
    position: relative;
}

.section-title-dark {
    font: normal 600 24px GothamLight;
    letter-spacing: 2.4px;
    color: #363738;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 22px;
    width: 100%;
    left: 0;
}

.section-title-white {
    font: normal 600 24px GothamLight;
    letter-spacing: 2.4px;
    color: #F2F2F2;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 22px;
    width: 100%;
    left: 0;
    z-index: 1;
}

.section-title-dark p,
.section-title-white p {
    margin: 0.7em 0;
}

.pos-rel {
    position: relative;
    width: 100%;
    height: 100%;
}

.section-white {
    background: #F2F2F2;
}

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: transparent;
    border-right: 1px solid transparent;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border-right: 1px solid transparent;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

.iti--allow-dropdown .iti__flag-container {
    right: 0!important;
    left: auto!important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel] {
    padding-right: 52px!important;
    padding-left: 5px!important;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    background: #121212 0% 0% no-repeat padding-box;
    opacity: 0.75;
    display: none;
}

.center-title {
    text-align: center;
    font: 26px/36px GothamNarrowMedium;
    letter-spacing: 0px;
    color: #1D3B27;
    margin-bottom: 0;
    margin-top: 0;
    opacity: 1;
    transition: all 0.7s ease-in-out;
    display: table;
    margin: auto;
    position: absolute;
    bottom: 75px;
    width: 100%;
    left: 0;
    z-index: 2;
}

.center-description,
.gc-center-description {
    letter-spacing: 0px;
    color: #f2f2f2;
    font: 18px/28px 'GothamBook';
    margin-top: 10px;
    opacity: 0;
    text-align: center;
    transition: all 0.7s ease-in-out;
}

.gc-center-description {
    color: transparent;
}

.inner-cont {
    width: 55%;
    max-width: 55%;
    margin: auto;
}

.big-name {
    text-align: center;
    width: 45%;
    margin: 0 auto;
    display: none;
}

.big-name img,
.gc-big-name img {
    width: 100%;
}

.big-name img {
    transition: all 1s ease-out;
}

.gc-div-1 {
    width: 100%;
    margin: auto;
}

.gc-big-name {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.gc-center-title {
    color: transparent;
    opacity: 0;
    text-align: center;
    font: 30px/40px GothamNarrowMedium;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    transition: all 0.7s ease-in-out;
}

.pseudo-bg-left {
    min-height: 125%;
    max-height: 100vh;
    min-width: 50%;
    max-width: 60%;
    display: block;
    overflow: hidden;
}

.pseudo-bg-left img {
    width: 100%;
}

.panel-right {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 125%;
    top: 0;
    box-sizing: border-box;
    background: #1D3B27 0% 0% no-repeat padding-box;
}

.sustainability-content {
    max-width: 80%;
    margin: auto 10%;
    letter-spacing: 0px;
    color: #363738;
    text-align: left;
    letter-spacing: 0px;
    color: #F2F2F2;
}

.project-description ul {
    list-style: none;
    padding-left: 0;
}

.awards-content {
    padding: 40px 8.5%;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
}

.div-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.div-flex-nc {
    display: flex;
    flex-wrap: wrap;
    height: inherit;
    width: 100%;
}

.testimonial-content {
    padding: 20px 13%;
    margin: auto;
    box-sizing: border-box;
}

.testimonial-img-holder {
    max-width: 30%;
}

.testimonial-content .div-flex {
    align-items: center;
}

.testimonial-img-holder img {
    width: 100%;
}

.testimonial-txt-holder {
    max-width: 50%;
    padding: 20px 40px;
    height: 100%;
}

.testimonial-txt-holder .p-testimonial {
    font: normal 18px/28px GothamBook;
    letter-spacing: 0px;
    color: #f2f2f2;
}

.p-title {
    font: 18px/31px GothamBook;
    letter-spacing: 1.6px;
    color: #f2f2f2;
    text-transform: uppercase;
    margin: 5px 0;
}

.p-designation {
    font: normal 14px/24px GothamBook;
    letter-spacing: 0px;
    color: #f2f2f2;
    margin: 0;
}

.contact-content {
    padding: 0 !important;
    box-sizing: border-box;
    max-height: 80%;
    display: flex;
    width: 100%;
}

.contact-type-container {
    width: 20%;
    margin: 0 2.5%;
    background: transparent;
    height: 100%;
    position: relative;
    transition: all 0.7s ease-in, height 1ms;
}

.contact-img {
    width: 100%;
}

.slide-green {
    background: #1D3B27;
}

.slide-grey {
    background: #363738;
}

.contact-title {
    position: absolute;
    background: #F2F2F2;
    padding: 5px 10px;
    top: 50%;
    left: 50%;
    width: 60%;
    text-align: center;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.contact-title p {
    margin: 0;
    font: 12px/18px GothamBook;
    letter-spacing: 1.4px;
    color: #363738;
    text-transform: uppercase;
}

.form-content {
    display: none;
    padding: 20px 40px;
    box-sizing: border-box;
    position: absolute;
    left: 100%;
    max-width: 60vw;
    width: 80vw;
}

.main-content {
    position: relative;
    overflow: hidden;
    height: inherit;
}

.form-contact {
    max-width: 80%;
}

.form-description {
    font: 16px/31px GothamBook;
    letter-spacing: 0px;
    color: #363738;
    margin: 0 0 20px;
}



.form-contact input:not([type="submit"]):not([type="button"]) {
    padding: 5px;
    background: transparent;
    color: #363738;
    display: block;
    margin: 10px 0 30px;
    width: 100%;
    border: none;
    font: normal 14px/18px GothamBook;
    border-bottom: 1px solid #363738;
}

.form-contact input[type="button"] {
    padding: 10px;
    border: 1px solid #f2f2f2;
    background: #1D3B27;
    color: #f2f2f2;
    font: normal 11px/17px GothamNarrowMedium;
    letter-spacing: 3.2px;
    display: inline-block;
    margin-bottom: 20px;
    min-width: 150px;
    text-align: center;
}

.form-contact input[type="submit"] {
    padding: 10px;
    border: 1px solid #f2f2f2;
    background: #1D3B27;
    color: #f2f2f2;
    font: normal 11px/17px GothamNarrowMedium;
    letter-spacing: 3.2px;
    display: inline-block;
    margin-bottom: 0px;
    min-width: 150px;
    text-align: center;
}

#phone,
#phone2,
#phone3,
#phone4 {
    width: calc(100%);
    margin-bottom: 30px;
}

.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 20px;
}

.line-bottom {
    border-bottom: 1px solid #363738;
}

.close-up {
    width: 0;
    /*transition:width 0.7s ease-in;*/
    opacity: 0;
    margin: 0;
}

.form-back-button {
    position: absolute;
    left: 5%;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    display: none;
    z-index: 3;
}

.form-back-button img {
    width: 100%;
}

.footer {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    background: #F2F2F2;
}

.address p {
    text-align: center;
    font: normal 14px/23px GothamNarrow;
    letter-spacing: 2px;
    color: #363738;
    text-transform: uppercase;
}

.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.copyright span {
    margin: 0 20px;
}

.copyright p,
.copyright a {
    text-align: center;
    font: normal 11px/20px GothamNarrow;
    letter-spacing: 1.6px;
    color: #363738;
    text-transform: uppercase;
    text-decoration: none !important;
}

.footer>.div-flex {
    align-items: center;
    position: relative;
    z-index: 10;
}

.social-icons img {
    height: 20px;
    margin: 5 20px;
}

.social-icons {
    
        margin: 0 20px 20px;
}

::placeholder {
    color: #363738;
    font-family: GothamNarrow;
}

.green-curtain {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #F2F2F2;
    top: 0;
    left: 0;
    z-index: 103;
}

.intro-logo {
    position: fixed;
    top: calc(50% - 60px);
    left: calc(50%);
    height: 120px;
    z-index: 99;
    transform: translateX(-50%);
}

.intro-logo img {
    height: inherit;
}

.address span {
    white-space: nowrap;
}

@keyframes logoanimdesk {
    50% {
        top: 10px;
        left: 20px;
        opacity: 1;
        height: 60px;
        transform: translateX(0);
    }
    80% {
        top: 10px;
        left: 20px;
        opacity: 1;
        height: 60px;
        transform: translateX(0);
    }
    100% {
        top: 10px;
        left: 20px;
        opacity: 0;
        height: 60px;
        transform: translateX(0);
    }
}

@keyframes logoanimmob {
    50% {
        top: 10px;
        left: 20px;
        opacity: 1;
        height: 30px;
        transform: translateX(0);
    }
    80% {
        top: 10px;
        left: 20px;
        opacity: 1;
        height: 30px;
        transform: translateX(0);
    }
    100% {
        top: 10px;
        left: 20px;
        opacity: 0;
        height: 30px;
        transform: translateX(0);
    }
}

.logo-animate {
    animation: logoanimdesk 4s ease-in-out forwards;
}

.menu-btn-container {
    width: 25%;
    text-align: right;
}

.menu-small {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 20px 0 auto;
}

.menu-small span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #363738;
    border-radius: 20px;
    opacity: 1;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-small span:nth-child(1) {
    top: 0;
}

.menu-small span:nth-child(2) {
    top: 6px;
}

.menu-small span:nth-child(3) {
    top: 12px;
}

.menu-small.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.menu-small.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.menu-small.open span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    display: none;
    background: rgba(242, 242, 242, 0.95) 0% 0% no-repeat padding-box;
}

.menu-container .div-flex {
    width: 80%;
    margin: auto;
    align-items: center;
}

.menu-img-container {
    width: 40%;
    overflow: hidden;
}

.menu-img-container img {
    width: 100%;
    height: 40em;
    object-fit: cover;
}

.menu-list-container {
    width: 60%;
}

.menu-list-container ul {
    list-style: none;
}

.menu-list-container ul li p {
    font: normal 600 24px/44px GothamLight;
    letter-spacing: 2.4px;
    color: #363738;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
}

.menu-item {
    transition: all 0.7s ease-out;
}

.menu-item a,
.menu-item-in a {
    text-decoration: none;
    color: #363738;
}

.menu-item+span {
    display: inline-flex;
    margin-left: 15%;
    position: absolute;
    opacity: 0;
    transition: all 0.7s ease-out;
}

.menu-item+span:before {
    position: absolute;
    display: block;
    content: "";
    height: 2px;
    max-width: 200px;
    width: 50%;
    background: #363738;
    top: calc(25% - 1.5px);
    right: 110%;
}

li:hover>span {
    opacity: 1;
}

.menu-item div {
    display: flex;
}

.menu-item-in {
    font: normal 600 24px/44px GothamLight;
    letter-spacing: 2.4px;
    color: #36453A;
    text-transform: uppercase;
}

.color-white {
    background-color: #fff!important;
}

.awards-content {
    padding: 40px 8.5%;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
}

.award-banner {
    max-width: 15%;
    margin: 0 5%;
}

.section-footer {
    margin-top: 40px;
}

.award-banner:nth-child(3) {
    max-width: 8%;
}

.award-banner img {
    max-height: 100%;
    max-width: 100%;
    mix-blend-mode: multiply;
}


/*.section-footer .link-u{

    

        color:#363738;

    }*/

.txt-center {
    text-align: center;
}

#fullpage {
    -webkit-font-smoothing: subpixel-antialiased;
    filter: blur(0);
    -webkit-filter: blur(0);
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.nav-white {
    border: 1px solid #f2f2f2!important;
}

.nav-white-bg {
    background: #f2f2f2!important;
}

.arrow-small {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    border-left: 3px solid #363738;
    border-bottom: 3px solid #363738;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 5px);
    z-index: 3;
}

.arrow-white {
    border-left: 3px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
}



#phone {
    overscroll-behavior: contain;
}

.award-p {
    font: normal 14px/21px GothamNarrow;
    letter-spacing: 2px;
    color: #363738;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 9px;
}

.award-p::after {
    width: 25px;
    height: 2px;
    background: #363738;
    content: "";
    display: block;
    margin: auto;
    border-radius: 20px;
}

.award-mobile img {
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto 30px;
}

.hide-on-desk {
    display: none;
}

.green-message {
    color: #4BCA81;
}

.red-message {
    color: #ff0033;
}

.black-mobile-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(12, 12, 12, 0.6);
    display: none;
    z-index: 1;
}

.flex-vam {
    align-items: center;
}

.projects-2 .pseudo-bg img {
    position: absolute;
    bottom: 0;
}

#legaldisclaimer {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

#legaldisclaimer div {
    background: #1D3B27;
    width: 70%;
    height: 80vh;
    position: absolute;
    top: 10%;
    left: 15%;
    color: white;
    padding: 40px;
    border: 1px solid #555;
    box-sizing: border-box;
    text-align: left;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

#legaldisclaimer div h2 {
    font: normal 400 28px/38px GothamNarrowMedium;
    text-align: center;
}

.close-but {
    font: normal 11px/17px GothamNarrowMedium;
    letter-spacing: 1.4px;
    color: #F2F2F2;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
    margin-top: 0 auto;
    text-decoration: underline;
    cursor:pointer;
}

.project-description ul li p {
    margin-bottom: 10px;
    margin-top: 0;    
    font-family: 'GothamLight';    
    font-size: 16px !important;
}

.pane-slider {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none!important;
}

.pane-slider img {
    width: 100%;
    max-width: 100vw;
}

.white-line {
    height: 3px;
    width: 100%;
    background: #f2f2f2;
    margin: 20px 0;
    opacity: 0;
    display: block;
}

.slide-arrow {
    width: 50px;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 5;
}

.slide-arrow img {
    width: 100%;
}

.left-slide-arrow {
    left: 20px;
}

.right-slide-arrow {
    right: 20px;
    transform: rotate(180deg);
}

.hide-now {
    display: none;
}

.p1-slide-2 img {
    position: absolute;
    bottom: 0;
}

table {
    display: none;
}

#content {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0;
}

.blog-item {
    max-width: 25%;
    width: 20%;
    margin: 2.5%;
}

.blog-item img {
    width: 100%;
    height: 252px;
    object-fit: cover;
    object-position: top;
}

.blog-item a {
    text-decoration: none;
    color: #363738;
}

.fullscreen {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.video {
    display: block;
    left: 0px;
    overflow: hidden;
    padding-bottom: 100vh;
    /* 56.25% = 16:9. set ratio */
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video .wrapper {
    display: block;
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    bottom: 0%;
    width: 100%;
    /*-webkit-transform: translateY(-50%);

      transform: translateY(-50%);*/
}

.video video {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

  .mobileImagePsudo{
        display: none;
        
    }
    .desktopImagePsudo{
        display: block;
    }

    .mobilePelicanGrove{
        object-position: top;
    }
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .black-mobile-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
     background: unset !important; 
    display: none;
    z-index: 1;
}
    .gc-big-name {
            text-align: center;
            width: 100%;
            margin: 0 auto;
        }
            .big-name, .gc-big-name {
        /* height: 60px; */
        display: block !important;
         padding-bottom: unset; 
    }
    .inner-cont {
        width: 83%;
        max-width: 83%;
    }
    .pane-slider {
        display: block!important;
    }
    .fullscreen {
        display: none;
    }
    .gc-div-1 {
        width: 83%;
    }
    .center-description,
    .gc-center-description {
        font-size: 15px;
        line-height: 25px;
    }
    .center-title,
    .gc-center-title {
        font-size: 19px;
        line-height: 29px;
    }
    .project-content {
        max-width: 70%;
        margin: auto 15%;
        padding: 20px;
        /*height: 52vh;*/
        min-height: 50vh;
        max-height: 70vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .mobileImagePsudo{
        display:block;
        left: -43% !important;
    }
    .desktopImagePsudo{
        display: none;
    }
    /*.mobilePelicanGrove{*/
    /*    left: unset !important;*/
    /*    right: 100%;*/
    /*}*/
    .mobilePelicanGrove{
        display: none;
    }
    .mobilePelicanGrovepseudobg{
        background: url(images/mobile/portrait/Pelican_Grove.jpg);
        background-position: top;
    }
    .prev-n img {
        width: 30px !important;
        object-fit: cover;
    }
    .next-n img {
        width: 30px !important;
        object-fit: cover;
    }

    .project-content img {
        padding-bottom: 24px;
        width: 160px;
        height: 83px;
        object-fit: cover;
    }
    img.mobileCasasia {
        height: 54px;
        width: auto !important;
        object-fit: cover;
    }
    .pseudo-bg.mobileImagePsudo {
    background: url(https://maiacasasia.com/assets/architecture/c2-0926%20dt.jpg);
            background-size: cover;
}
img.pelicanGroveMobile {
    height: 46px;
    width: auto;
}
    .panel-right {
        width: 100%;
        left: 0;
    }
    .sustainability-content {
        width: 70%;
        margin: auto 15%;
    }
    .awards-content {
        padding: 40px 15%;
    }
    .overlay {
        display: block;
    }
    .award-banner {
        max-width: 40%;
        margin: 0 30% 30px;
    }
    .award-banner:nth-child(3) {
        max-width: 40%;
    }
    .sustainability-description {
        font-size: 15px;
        line-height: 25px;
    }
    .sustainability-title {
        font-size: 19px;
        line-height: 29px;
    }
    .testimonial-content {
        padding: 20px 15%;
        margin-top: 4rem;
    }
    .testimonial-txt-holder .p-testimonial {
        font-size: 15px;
        line-height: 25px;
    }
    .testimonial-txt-holder .p-title {
        font-size: 15px;
        line-height: 25px;
    }
    .testimonial-txt-holder {
        max-width: 100%;
        padding: 20px 0;
    }
    .testimonial-img-holder {
        max-width: 70%;
    }
    .main-content {
        max-height: 100px;
        width: 100%;
    }
    .contact-img {
        width: 100%;
    }
    .contact-type-container {
        width: 70%;
        margin: auto;
        height: auto;
        margin-bottom: 10%;
    }
    .close-up {
        height: 0;
        margin-bottom: 0;
    }
    .open-add .main-content {
        width: 100%;
    }
    .form-contact {
        max-width: 100%;
    }
    .form-content {
        width: 100%;
        position: relative;
        padding: 20px 0;
        left: 0;
        max-width: 100%;
    }
    .form-description {
        font-size: 16px;
        line-height: 26px;
    }
    .logo {
        max-height: 35px;
        margin: 10px 0px;
    }
    .section-name,
    .section-title-white,
    .section-title-dark {
        font-size: 19px;
    }
    .menu-img-container {
        display: none;
    }
    .menu-list-container {
        width: 100%;
    }
    .menu-list-container ul li p {
        font-size: 19px;
        line-height: 29px;
    }
    .menu-list-container ul {
        list-style: none;
        padding-left: 0;
    }
    .menu-item+span:before {
        max-width: 30px;
        right: 110%;
    }
    .testimonial-slider .slick-dots {
        bottom: 10%!important;
    }
    .pseudo-bg {
        max-width: unset;
        max-height: 100%;
    }
    .pseudo-bg img {
        width: auto;
        height: 100%;
    }
    #cursor-circle {
        display: none;
    }
    .project-title {
        font-size: 17px;
        line-height: 27px;
    }
    .sustainability-title:after {
        display: none;
    }
    .project-title:after {
        max-width: 100px;
    }
    .form-back-button {
        left: 5px;
        top: 50%;
        width: 40px;
        height: 40px;
    }
    .logo-animate {
        animation: logoanimmob 4s ease-in-out forwards;
    }
    .hide-on-desk {
        display: block;
    }
    .hide-on-mob {
        display: none;
    }
    .awards .pseudo-table-cell {
        height: auto;
        position: static;
        padding: 55px 0 80px 0;
    }
    .contact-content {
        max-height: 100%;
        padding: 50px 0;
    }
    .big-name,
    .gc-big-name {
        /*height:60px;*/
        display: block!important;
        padding-bottom: 30%;
    }
    .p-designation {
        font: normal 13px/20px GothamNarrow;
    }
    .black-mobile-overlay {
        display: block;
    }
    .link-button,
    .link-button-dark {
        min-width: 120px;
    }
    .project-description ul li {
        margin-bottom: 5px;
    }
    .form-contact input:not([type="submit"]):not([type="button"]) {
        font-size: 12px;
    }
    .address p {
        font-size: 11px;
    }
    .copyright p {
        font-size: 10px;
    }
    .copyright span {
        display: none;
    }
    .pane-slider img {
        width: auto;
        height: 100%;
        max-width: unset;
    }
    .projects-2 .pseudo-bg img {
        position: static;
        bottom: unset;
    }
    input,
    li,
    span,
    body,
    
    .fp-controlArrow {
        cursor: pointer;
    }
    .slide-arrow {
        width: 30px;
        max-width: 10%;
        z-index: 3;
    }
    .left-slide-arrow {
        left: 2%;
    }
    .right-slide-arrow {
        right: 2%;
    }
    .contact-type-container {
        transition: none;
    }
    .p1-slide-1 img {
        position: relative;
        left: -50px;
    }
    .projects1 .pseudo-bg img {
        position: relative;
        left: -19px;
    }
    #legaldisclaimer div {
        padding: 20px 10px;
    }
    .p1-slide-2 img {
        position: static;
        bottom: 0;
    }
    .blog-item {
        width: 100%;
        margin-bottom: 0px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    body {
        font-size: 14px;
    }
    .testimonial-txt-holder .p-testimonial {
        font-size: 12px;
        line-height: 18px;
    }
    .project-description ul li p {
        margin-bottom: 5px;
        margin-top: 0;
        font-size: 14px;
    }
    .sustainability-description {
        font-size: 16px;
        line-height: 26px;
    }
    .section-title-dark,
    .section-title-white {
        font-size: 20px;
    }
    .p-title {
        font-size: 18px;
        line-height: 28px;
    }
    .p-designation {
        font-size: 14px;
        line-height: 20px;
    }
    .form-description {
        font-size: 18px;
        line-height: 28px;
    }
    .menu-item+span:before {
        max-width: 30px;
        right: 110%;
        top: calc(25% - 8px);
    }
    .menu-list-container ul li p {
        font-size: 16px;
        line-height: 26px;
    }
}
.open span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #363738 !important;
    border-radius: 20px;
    opacity: 1;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

 @media only screen and (min-device-width: 1100px) and (max-device-width: 1200px){
     .getInTouchMt{
             margin-top: -1em !important;
     }
 }
 /* @media only screen and (min-device-width: 1200px) and (max-device-width: 1300px){*/
 /*     .section-title-dark p, .section-title-white p {*/
 /*       margin: 0.8em 0 0;*/
 /*   }*/
 /*}*/
 

  .section-title-dark p, .section-title-white p {
        margin: 1.1em 0 0;
    }

@media only screen and (max-width: 425px) {
.mobile-pseudo-bg{
    left:-70% !important;
}
}


/*UPCOMING DEVELOPMENTS*/
  .slider-wrapper-n {
            display: flex;
            align-items: center;
            gap: 30px;
            align-items: center;
            justify-content: center;    
            padding: 0px 40px 0px 40px;
        }

       .slider-container-n {
    position: relative;
    width: 100%;
    overflow: hidden;
}

        .slides-n {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .slide-n {
            min-width: 100%;
            position: relative;
            height: 80vh;
            background: black;
        }

        .slide-n img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            
           
        }
        img.img-basavanagudi{
            background-color: #000000;
            opacity:0.6 !important;
        }

        .subtitle-new-n {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: white;
            z-index: 2;
            width: 100%;
        }

        .text-overlay-n {
            font-size: 16px;
            border-radius: 5px;
            letter-spacing: 1.6px;
            font-size: 24px;
            font: normal 600 24px GothamLight;
    font: 16px GothamBook;
        }

        .title-new-n {
            font: 700 30px GothamBook;
            letter-spacing: 2.23px;
            text-transform: uppercase;
            margin-top: 10px;
        }

        .custom-line-n {
            width: 40px;
            border: 1px solid white;
            margin: 10px auto;
        }

        .coming-soon-text-n {
            font-size: 18px;
            letter-spacing: 1.6px;    
            font-weight: 600;
        }

        .prev-n,
        .next-n {
            border: none;
            cursor: pointer;
            font-size: 24px;
            background: none;
        }

        .bottom-text-n {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            width: 100%;
              top: 198px;
        }

        .upcoming-developments-text-n {
            color: #4A4A48;
            letter-spacing: 2.4px;
            font-weight: 500;
            text-align: center;
            padding: 50px 0px 50px 0px;
            font-size: 24px;
        }

        .prev-n img {
            width: 100%;
            object-fit:cover;
        }

        .next-n img {
            width: 100%;
            object-fit:cover;
        }
        .prev-n:focus, .next-n:focus {
    outline: none; 
    box-shadow: none; 
}

        /* MOBILE VERISON */
        @media (max-width: 553px) and (min-width: 300px) {
            .upcoming-developments-text-n {
                font-size: 18px;
            }

            .slider-wrapper-n {
                gap: 3px;
                padding:0px;
            }

            .slider-container-n {
                width: 100%;
            }

            .slide-n {
              height: 50vh;
            }
            
            button.prev-n {
            padding-left: 8px;
        }
            button.next-n {
            padding-right: 8px;
        }

            .text-overlay-n {
                font-size: 10px;
            }

            .title-new-n {
                font-size: 14px;
            }

            .bottom-text-n {
                top: 90px;
            }

            .coming-soon-text-n {
                font-size: 10px;
                letter-spacing: 1.6px;
            }
            
            .link-button {
                font-size: 11px;
            }
                .pseudo-bg img {
                width: auto;
                height: 100vh;
            }
        }

        @media (max-width: 900px) and (min-width: 553px) {
            .slide-n {
                height: 50vh;
            }

            .slider-wrapper-n {
                gap: 20px;
            }

            .text-overlay-n {
                font-size: 13px;
            }

            .title-new-n {
                font-size: 20px;
            }

            .bottom-text-n {
                top: 117px;
            }

            .coming-soon-text-n {
                font-size: 14px;
            }

            .next-n img {
                width: 90%;
            }

            .prev-n img {
                width: 90%;
            }
        }
 
 


