#portraitModeOnly {
    display: none;
}

@media only screen and (orientation: portrait) {
    .overlayPotraitMode {
        height: 100vh;
    }
    #portraitModeOnly {
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 1200;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        text-align: center;
        font-size: xx-large;
        background: rgba(0, 0, 0, 0.8);
    }
    #portraitModeOnly img {
        width: 2em;
        margin-bottom: 0.8em;
    }
    #portraitModeOnly p {
        color: #FFFFFF;
        font-size: 0.8em;
    }
}

@media only screen and (orientation: landscape) {
    #portraitModeOnly {
        display: none;
    }
}

#compimg {
    width: 100vw;
    height: 98vh;
}

.blurFilter {
    filter: blur(15px) brightness(0.8);
}

body {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden !important;
}

.layer {
    position: revert;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/* @media screen and (max-width:15800px) {
  .mobdisplay{
      display: none;
  }
}

@media screen and (max-width:1036px) {
  .compdisplay{
      display: none;
  }
}

@media screen and (min-width:800px) {
  .compdisplay{
      display: block;
  }
}

@media screen and (width:820px) {
  .compdisplay{
      display: none;
  }
}

@media screen and (width:912px) {
  .compdisplay{
      display: none;
  }
}

@media screen and (width:1024px) {
  .compdisplay{
      display: block;
  }
}

@media screen and (width:1024px) and (height:1366px){
  .compdisplay{
      display: none;
  }
}

@media screen and (min-width:635px) {
  .compdisplay{
      display: block;
  }
}

@media screen and (width:712px) {
  .compdisplay{
      display: none;
  }
}

@media screen and (width:768px) {
  .compdisplay{
      display: none;
  }
}

@media screen and (width:820px) {
  .compdisplay{
      display: none;
  }
}

@media screen and (width:912px) {
  .compdisplay{
      display: none;
  }
}

@media screen and (width:1024px) {
  .compdisplay{
      display: none;
  }
} */

.compdisplay {
    display: block;
}

.mobdisplay {
    display: none;
}

.btn-primary {
    background: #12629a !important;
    border-radius: 30px !important;
    padding: 8px 75px !important;
    outline: none !important;
    border: none !important;
}

.form-controlInput {
    display: block;
    width: 100%;
    margin-left: -27px;
    border-top-left-radius: 23px !important;
    border-bottom-left-radius: 23px !important;
    border-top-right-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
    z-index: 0;
    color: black;
    padding: 0.375rem 1.2rem 0.375rem 2.1rem;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none !important;
    outline: none !important;
    background: white !important;
}

.mainInputDiv {
    display: flex;
    margin: 10px 0px;
}

.py-2 {
    padding-bottom: 1.3rem !important;
}

input::placeholder {
    color: #616161 !important;
}

.inputImages {
    width: 34px;
    height: 36px;
    background: white;
    padding: 2px;
    border-radius: 50%;
    box-shadow: 0 3px 6px #03030329;
    z-index: 1;
}

#walkthrough-video {
    width: 81%;
    margin-top: 2px;
    height: 68%;
    margin-bottom: 7px;
}

.location,
.amenities,
.walkthrough,
.plans,
.gallery,
.enquiry,
#videoScroll {
    display: block;
}

#videoScrollMobile {
    display: none;
}

.homeVideo {
    display: block;
}


/* .img-height {
  height: 350px;
} */

.carousel-control-next-icon {
    background-image: url("../img/Right-83x83.png") !important;
    width: 3rem !important;
    height: 3rem !important;
    background-color: rgba(255, 255, 255, 1);
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 41 !important;
    opacity: 2 !important;
}

.carousel-control-prev-icon {
    background-image: url("../img/left-83x83.png") !important;
    width: 3rem !important;
    height: 3rem !important;
}

.location-popup,
.amenities-popup {
    width: 65%;
    height: auto;
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    text-align: center;
    border-radius: 15px;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 7px 0;
}

.walkthrough-popup {
    width: 48%;
    height: auto;
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    text-align: center;
    border-radius: 15px;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 7px 0;
}

.plans-popup,
.gallery-popup {
    width: 55%;
    height: auto;
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    text-align: center;
    border-radius: 15px;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 18px 0;
}

.enquiry-popup {
    width: 51%;
    height: auto;
    display: block !important;
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
    z-index: 15;
    text-align: center;
    border-radius: 15px;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px 0;
}

.closeBtn {
    width: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.swipeup {
    display: none;
}

.scroll-down {
    display: none;
    width: 40px;
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%);
}

.scroll-down-aftervideo {
    display: block !important;
}

body::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}

.text {
    /* font-weight: bold; */
    font-size: 17px;
    text-align: center;
    color: white;
    margin-bottom: 0px;
    font-family: sans-serif;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.logo {
    text-align: center;
    margin-top: 25px;
    width: 200px;
    height: 70px;
}

#clickBtn {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    height: 45px;
    width: 160px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .text {
        text-align: center;
        color: white;
        font-size: 10px;
        margin-bottom: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .text {
        font-size: 1.3vw;
        text-align: center;
        color: white;
        margin-bottom: 0px;
        font-family: sans-serif;
    }
}

.leftpositionbtnaftervideo {
    display: flex !important;
}

.leftpositionbtnaftervideo img {
    width: 46px;
}

.leftpositionbtnaftervideo img:hover {
    transform: scale(0.8);
    transition: transform 0.3s linear;
}

.leftpositionbtn {
    position: absolute;
    left: 13px;
    top: 135px;
    display: none;
    flex-direction: column;
    z-index: 20;
}


/* comp bottom css */

.bottommenutext {
    margin: 0px;
}

.bottomtext {
    font-size: 13px;
    font-family: sans-serif;
    font-weight: bold;
    color: #ffffff !important;
    text-align: center !important;
    line-height: 20px;
    margin: 0 !important;
    padding: 0 !important;
}

.bottomposbtnaftervideo {
    position: fixed;
    bottom: 0px;
    display: flex !important;
    flex-direction: row;
    z-index: 20;
    /* background-color: rgba(255, 255, 255, 0.6); */
    /* backdrop-filter: blur(30px); */
    width: 100%;
    height: 12%;
    justify-content: center;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}

.bottomposbtnaftervideo img {
    width: 50px;
}

.bottomposbtnaftervideo img:hover {
    transform: scale(0.8);
    transition: transform 0.3s linear;
}

.bottomposbtn {
    position: absolute;
    display: none;
    flex-direction: row;
    z-index: 20;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.bottomposbtnaftervideo a {
    padding: 6px 0px;
    box-sizing: border-box;
    border-radius: 37.36%;
    margin: 8px 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 150px;
    flex-direction: column;
}

.bottomposbtnaftervideo img:hover {
    text-decoration: none !important;
    transform: scale(0.8);
    transition: transform 0.3s linear;
    cursor: pointer;
}

.bottompositionbtn {
    display: none;
}


/* comp right side css */

.righttext {
    font-weight: bold;
    color: #FFF !important;
    font-family: sans-serif;
    text-align: center !important;
    font-size: 11px;
    line-height: 13px;
    margin: 3px !important;
    padding: 1px !important;
}

.rightmenutext {
    margin: 100px;
}

.rightposbtnaftervideo {
    position: fixed;
    right: 20px;
    display: flex !important;
    flex-direction: column;
    z-index: 20;
    background-color: #D99D76;
    backdrop-filter: blur(15px);
    border-radius: 26px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
}


/* .rightposbtnaftervideo img {
  width: 24px;
} */

.rightimg {
    width: 27px;
}

.rightimg1 {
    width: 24px;
}

.rightposbtnaftervideo img:hover {
    transform: scale(0.8);
    transition: transform 0.3s linear;
}

.rightposbtn {
    position: absolute;
    display: none;
    flex-direction: column;
    z-index: 20;
    justify-content: center;
    align-items: center;
    BORDER-STYLE: solid;
    WIDTH: 63PX;
    HEIGHT: 170PX;
}

.rightposbtnaftervideo a {
    padding: 6px 0px;
    box-sizing: border-box;
    border-radius: 37.36%;
    margin: 5px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 53px;
}

.rightposbtnaftervideo a:hover {
    text-decoration: none !important;
    transform: scale(0.8);
    transition: transform 0.3s linear;
    cursor: pointer;
}

.bottompositionbtn {
    display: none;
}

@media (max-width: 600px) {
    .leftpositionbtn {
        bottom: 16px;
        left: 15px;
    }
}

.bottompositionbtn {
    display: none;
}

.margins {
    margin: 10px;
    color: white;
}

@media (max-width: 600px) {
    .bottompositionbtn {
        right: 10px;
        bottom: 24px;
    }
}

.margin {
    margin: 10px;
    color: white;
}

.bottomimg {
    width: 60px;
    cursor: pointer;
}

.positionlogoaftervideo {
    width: 100vw;
    position: fixed;
    top: 0px;
    z-index: 30;
    display: flex !important;
    justify-content: space-between;
    padding: 2px 20px;
}

.positionlogo,
.positionlogomobile {
    display: none;
    cursor: pointer;
}

.widthleftimg {
    width: 95px;
    cursor: pointer;
}

.widthleftlogo {
    height: auto;
    width: 130px;
    border-radius: 10px;
    margin-top: 5vh;
}

.widthrightlogo {
    height: auto;
    width: 130px;
    border-radius: 10px;
}

.wiidthbottomimg {
    height: 45px;
    width: 45px;
    cursor: pointer;
}

.menuposition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 600px) {
    .widthrightlogo {
        width: 70px;
    }
}

@media only screen and (max-width: 900px) and (max-height: 400px) and (orientation: landscape) {
    .widthleftimg {
        width: 80px;
    }
    .leftpositionbtn {
        bottom: 16px;
    }
    .bottompositionbtn {
        bottom: 16px;
    }
    .widthleftlogo {
        width: 60px;
    }
    .margin {
        margin: 5px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .widthleftimg {
        width: 180px;
    }
    .wiidthbottomimg {
        width: 50px;
    }
    .widthleftlogo {
        width: 140px;
    }
}


/* .mobdisplay {
  display: none;
  position: absolute;
  top: 0;
}

@media(max-width:600px) {
  .mobdisplay {
      display: block;
  }
} */

.openmenuanimation {
    animation: lefttorightmenu 0.5s forwards;
}

@keyframes lefttorightmenu {
    0% {
        left: -150%;
    }
    100% {
        left: 0%;
    }
}

.opencloseanimation {
    animation: lefttorightclose 0.5s forwards;
}

@keyframes lefttorightclose {
    0% {
        left: -150%;
    }
    100% {
        left: 90%;
    }
}

.closmenuanimation {
    animation: righttoleftmenu 1s forwards;
}

@keyframes righttoleftmenu {
    0% {
        left: 0%;
    }
    100% {
        left: -150%;
    }
}

.overlaymenu {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 20;
    cursor: pointer;
}

.flexrow {
    display: flex;
    flex-direction: row;
}

.layeriframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.2);
}

.movelayer {
    animation: lefttorightmovelayer 0.5s forwards;
}

@keyframes lefttorightmovelayer {
    0% {
        left: 0%;
    }
    100% {
        left: -150%;
    }
}

.iframemove {
    z-index: 15;
    animation: lefttorightiframemove 0.7s forwards;
}

@keyframes lefttorightiframemove {
    0% {
        right: -150%;
    }
    100% {
        z-index: 15;
        right: 0%;
    }
}

.layer video {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    object-fit: fill;
}

@media only screen and (min-width: 1200px) {
    .closeimg {
        display: none;
    }
}


/* mobile responsive portrait only */

@media only screen and (min-width: 260px) and (orientation: portrait) {
    .mobdisplay {
        display: block;
    }
    #mobimg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 88vh;
    }
    #compimg {
        display: none;
    }
    #videoScroll {
        display: none;
    }
    #videoScrollMobile {
        display: block !important;
    }
    .blurFilter {
        display: none;
    }
    .blurmobFilter {
        filter: blur(15px) brightness(0.8);
    }
    .text {
        display: none;
    }
    .interiorvr,
    .exteriorvr,
    .amenitiesvr {
        position: fixed;
        top: 0;
        right: -150%;
        bottom: 0;
        width: 100%;
        height: 85%;
        border: none;
        margin: 0;
        padding: 0;
    }
    h2 {
        font-size: 24px !important;
    }
    #clickBtn {
        bottom: 45px;
        height: 35px;
        width: auto;
    }
    .widthleftlogo {
        width: 71px;
        height: auto;
        margin-top: 2vh;
    }
    .bottompositionbtnaftervideo {
        position: fixed;
        bottom: 0px;
        display: flex !important;
        flex-direction: row;
        z-index: 20;
        /* background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -o-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px); */
        width: 100%;
        height: 12%;
        justify-content: center;
        box-sizing: border-box;
        left: 50%;
        transform: translateX(-50%);
    }
    .bottompositionbtnaftervideo img {
        width: 46px;
    }
    .bottommobtext {
        font-size: 13px;
        font-family: sans-serif;
        /* font-weight: bold; */
        color: #1d1d27 !important;
        text-align: center !important;
        line-height: 20px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .bottompositionbtnaftervideo a {
        padding: 6px 0px;
        box-sizing: border-box;
        border-radius: 37.36%;
        margin: 8px 15px;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 43px;
        flex-direction: column;
    }
    .bottompositionbtnaftervideo img:hover {
        text-decoration: none !important;
        cursor: pointer;
    }
    .closeBtn {
        width: 26px;
        z-index: 20;
    }
    .amenities-popup,
    .enquiry-popup,
    .gallery-popup {
        width: 75%;
        height: auto;
        display: block !important;
        position: absolute;
        left: 42%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1500;
        text-align: center;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        -moz-backdrop-filter: blur(18px);
        padding: 15px 0;
    }
    .walkthrough-popup,
    .location-popup {
        width: 77%;
        height: auto;
        display: block !important;
        position: absolute;
        left: 42%;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 1500; */
        text-align: center;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(18px);
        padding: 6px 0;
    }
    .carousel-control-next-icon {
        width: 1.6rem !important;
        height: 1.6rem !important;
        background-color: rgba(255, 255, 255, 1);
    }
    .carousel-control-prev-icon {
        width: 1.6rem !important;
        height: 1.6rem !important;
    }
    .img-height {
        height: 22vh;
    }
    .form-controlInput {
        display: block;
        width: 50vw;
        margin-left: -27px;
        border-top-left-radius: 23px !important;
        border-bottom-left-radius: 23px !important;
        border-top-right-radius: 23px !important;
        border-bottom-right-radius: 23px !important;
        z-index: 0;
        color: black;
        padding: 0.375rem 1.2rem 0.375rem 2.1rem;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border: none !important;
        outline: none !important;
    }
    .mainInputDiv {
        display: flex;
        margin: 5px 50px;
        justify-content: center;
        align-items: center;
    }
    .py-2 {
        padding-bottom: 1.3rem !important;
    }
    input::placeholder {
        color: #616161 !important;
    }
    .inputImages {
        width: 34px;
        height: 36px;
        background: white;
        padding: 2px;
        border-radius: 50%;
        box-shadow: 0 3px 6px #03030329;
        z-index: 1;
    }
    #walkthrough-video {
        width: 90%;
        margin-top: 2px;
        height: 68%;
        margin-bottom: 8px;
    }
    .form-control {
        height: 28px !important;
        font-size: 12px !important;
    }
    .btn-primary {
        padding: 4px 20px !important;
        font-size: 12px !important;
    }
    .swipeup-aftervideo {
        display: block;
        width: 100px;
        position: absolute;
        bottom: 155px;
        left: 50%;
        transform: translate(-50%);
    }
    .scroll-down {
        display: none !important;
    }
    body {
        scroll-behavior: auto;
    }
    .rightmobtext {
        /* font-weight: bold; */
        color: #1d1d27 !important;
        font-family: sans-serif;
        text-align: center !important;
        font-size: 11px;
        line-height: 14px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .rightviewtext {
        margin: 0px;
    }
    .rightpositionbtnaftervideo {
        position: fixed;
        right: 0px;
        display: flex !important;
        flex-direction: column;
        z-index: 20;
        /* background-color: rgba(255, 255, 255, 0.6); */
        background-color: #D99D76;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(18px);
        -o-backdrop-filter: blur(18px);
        -moz-backdrop-filter: blur(18px);
        border-radius: 50px;
        box-sizing: border-box;
        top: 50%;
        transform: translateY(-50%);
    }
    .rightpositionbtnaftervideo img {
        width: 22px;
    }
    .rightpositionbtnaftervideo a {
        padding: 6px 0px;
        box-sizing: border-box;
        border-radius: 37.36%;
        margin: 5px 0px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 55px;
    }
    .rightpositionbtnaftervideo a:hover {
        text-decoration: none !important;
        cursor: pointer;
    }
}

.linearGradient {
    background: linear-gradient(to left, black -25%, transparent);
    height: 100vh;
    width: 27vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}


/* Mobile responsive for Ipad for Portrait */

@media only screen and (min-width: 565px) and (orientation: portrait) {
    .mobdisplay {
        display: block;
    }
    .compdisplay {
        display: none;
    }
    .text {
        display: none;
    }
    h2 {
        font-size: 34px !important;
    }
    #clickBtn {
        bottom: 45px;
        height: 45px;
        width: auto;
    }
    .widthleftlogo {
        width: 170px;
        height: auto;
    }
    .widthrightlogo {
        width: 234px;
        height: auto;
    }
    .closeBtn {
        width: 38px !important;
        z-index: 20;
    }
    .amenities-popup,
    .enquiry-popup {
        width: 74%;
        height: auto;
        display: block !important;
        position: absolute;
        left: 44%;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 1500; */
        text-align: center;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(18px);
        padding: 15px 0;
    }
    .walkthrough-popup {
        width: 85%;
        height: auto;
        display: block !important;
        position: absolute;
        left: 44%;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 1500; */
        text-align: center;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(18px);
        padding: 15px 0;
    }
    .form-controlInput {
        display: block;
        width: 50vw;
        margin-left: -27px;
        border-top-left-radius: 23px !important;
        border-bottom-left-radius: 23px !important;
        border-top-right-radius: 23px !important;
        border-bottom-right-radius: 23px !important;
        z-index: 0;
        color: black;
        padding: 0.375rem 1.2rem 0.375rem 2.1rem;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border: none !important;
        outline: none !important;
    }
    .mainInputDiv {
        display: flex;
        margin: 9px 0px;
        justify-content: center;
        align-items: center;
    }
    .py-2 {
        padding-bottom: 1.3rem !important;
    }
    .m-auto {
        margin: 10px !important;
    }
    input::placeholder {
        color: #616161 !important;
    }
    .inputImages {
        width: 40px;
        height: 38px;
        background: white;
        padding: 4px;
        border-radius: 50%;
        box-shadow: 0 3px 6px #03030329;
        z-index: 1;
    }
    #walkthrough-video {
        width: 87%;
        margin-top: 5px;
        height: 68%;
        margin-bottom: 3px;
    }
    .form-control {
        height: 28px !important;
        font-size: 12px !important;
    }
    .btn-primary {
        padding: 4px 32px !important;
        font-size: 12px !important;
    }
    .swipeup-aftervideo {
        display: block;
        width: 157px;
        position: absolute;
        bottom: 185px;
        left: 50%;
        transform: translate(-50%);
    }
    .scroll-down {
        display: none !important;
    }
    body {
        scroll-behavior: auto;
    }
    .bottompositionbtnaftervideo {
        position: fixed;
        bottom: 0px;
        display: flex !important;
        flex-direction: row;
        z-index: 20;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(15px);
        width: 100%;
        height: 12%;
        justify-content: center;
        box-sizing: border-box;
        left: 50%;
        transform: translateX(-50%);
    }
    .bottompositionbtnaftervideo img {
        width: 88px;
    }
    .wiidthbottomimg {
        height: 83px;
        cursor: pointer;
    }
    .bottompositionbtnaftervideo a {
        padding: 6px 0px;
        box-sizing: border-box;
        border-radius: 37.36%;
        margin: 8px 15px;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 100px;
        flex-direction: column;
    }
    .bottompositionbtnaftervideo img:hover {
        text-decoration: none !important;
        cursor: pointer;
    }
    .bottommobtext {
        font-size: 23px !important;
        font-family: sans-serif;
        /* font-weight: bold; */
        color: #1d1d27 !important;
        text-align: center !important;
        line-height: 37px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .rightmobtext {
        /* font-weight: bold; */
        color: #1d1d27 !important;
        font-family: sans-serif;
        text-align: center !important;
        font-size: 16px !important;
        line-height: 17px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .rightviewtext {
        margin: 0px;
    }
    .rightpositionbtnaftervideo {
        position: fixed;
        right: 0px;
        display: flex !important;
        flex-direction: column;
        z-index: 20;
        /* background-color: rgba(255, 255, 255, 0.6); */
        background-color: #D99D76;
        backdrop-filter: blur(15px);
        border-radius: 50px;
        box-sizing: border-box;
        top: 50%;
        transform: translateY(-50%);
    }
    .rightpositionbtnaftervideo img {
        width: 50px;
    }
    .rightpositionbtnaftervideo img:hover {
        transform: scale(0.8);
        transition: transform 0.3s linear;
    }
    .rightpositionbtnaftervideo a {
        padding: 6px 0px;
        box-sizing: border-box;
        border-radius: 37.36%;
        margin: 5px 16px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 62px;
    }
    .rightpositionbtnaftervideo a:hover {
        text-decoration: none !important;
        transform: scale(0.8);
        transition: transform 0.3s linear;
        cursor: pointer;
    }
}


/* Responsive for mobile landscape only  */

@media only screen and (max-width: 960px) and (orientation: landscape) {
    .compdisplay {
        display: block;
    }
    .mobdisplay {
        display: none;
    }
    #compimg {
        width: 100vw;
        height: 103vh;
    }
    #videoScroll {
        display: none;
    }
    #videoScrollMobile {
        display: block !important;
    }
    #mobimg {
        display: none;
    }
    .text {
        display: none;
    }
    .blurFilter {
        filter: blur(15px) brightness(0.8);
    }
    .blurmobFilter {
        display: none;
    }
    .interiorvr,
    .exteriorvr,
    .amenitiesvr {
        position: fixed;
        top: 0;
        right: -150%;
        bottom: 0;
        width: 100%;
        height: 85%;
        border: none;
        margin: 0;
        padding: 0;
    }
    h2 {
        font-size: 20px !important;
    }
    #clickBtn {
        bottom: 60px;
        height: 32px;
        width: auto;
    }
    .widthleftlogo {
        width: 75px;
        height: auto;
        margin-left: -13px;
        margin-top: 4px;
    }
    .closeBtn {
        width: 22px;
        z-index: 20;
        top: 3px;
        right: 5px;
    }
    .amenities-popup,
    .enquiry-popup {
        width: 48%;
        height: auto;
        display: block !important;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 1500; */
        text-align: center;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(18px);
        padding: 5px 0;
    }
    .walkthrough-popup,
    .location-popup,
    .gallery-popup {
        width: 53%;
        height: auto;
        display: block !important;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 1500; */
        text-align: center;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        -moz-backdrop-filter: blur(18px);
        padding: 5px 0;
    }
    .carousel-control-next-icon {
        width: 2rem !important;
        height: 2rem !important;
        background-color: rgba(255, 255, 255, 1);
    }
    .carousel-control-prev-icon {
        width: 2rem !important;
        height: 2rem !important;
    }
    .form-controlInput {
        display: block;
        width: 50vw;
        margin-left: -27px;
        border-top-left-radius: 23px !important;
        border-bottom-left-radius: 23px !important;
        border-top-right-radius: 23px !important;
        border-bottom-right-radius: 23px !important;
        z-index: 0;
        color: black;
        padding: 3px 0px 0px 35px;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border: none !important;
        outline: none !important;
        font-size: 14px;
    }
    .mainInputDiv {
        display: flex;
        margin: 1px 15px;
        justify-content: center;
        align-items: center;
    }
    .py-2 {
        padding-bottom: 1.3rem !important;
    }
    .m-auto {
        margin: 10px !important;
    }
    input::placeholder {
        color: #616161 !important;
    }
    .inputImages {
        width: 34px;
        height: 24px;
        background: white;
        /* padding: 4px; */
        border-radius: 50%;
        box-shadow: 0 3px 6px #03030329;
        z-index: 1;
        margin: 2px;
    }
    #walkthrough-video {
        width: 92%;
        margin-top: 1px;
        height: 68%;
        margin-bottom: 6px;
    }
    .form-control {
        height: 28px !important;
        font-size: 12px !important;
    }
    .btn-primary {
        padding: 4px 32px !important;
        font-size: 12px !important;
        margin-top: -18px;
    }
    .swipeup-aftervideo {
        display: block;
        width: 65px;
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translate(-50%);
    }
    .scroll-down {
        display: none !important;
    }
    body {
        scroll-behavior: auto;
    }
    .bottomposbtnaftervideo {
        position: fixed;
        bottom: 0px;
        display: flex !important;
        flex-direction: row;
        z-index: 20;
        /* background-color: rgba(255,255, 255, 0.6); */
        /* backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    -o-backdrop-filter: blur(30px); */
        width: 100%;
        height: 15%;
        justify-content: center;
        box-sizing: border-box;
        left: 50%;
        transform: translateX(-50%);
    }
    .bottomposbtnaftervideo img {
        width: 37px;
    }
    .bottomtext {
        font-size: 11px;
        font-family: sans-serif;
        font-weight: bold;
        color: #ffffff !important;
        text-align: center !important;
        line-height: 18px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .righttext {
        font-weight: bold;
        font-size: 10px;
        font-family: sans-serif;
        color: #fff !important;
        text-align: center !important;
        line-height: 12px;
        margin: 0 !important;
        padding: 2px !important;
    }
    .rightposbtnaftervideo {
        position: fixed;
        right: 20px;
        display: flex !important;
        flex-direction: column;
        z-index: 20;
        background-color: #D99D76;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        -moz-backdrop-filter: blur(15px);
        -o-backdrop-filter: blur(15px);
        border-radius: 26px;
        box-sizing: border-box;
        top: 49%;
        transform: translateY(-50%);
    }
    .rightposbtnaftervideo img {
        width: 21px;
    }
    .rightposbtnaftervideo a {
        padding: 6px 0px;
        box-sizing: border-box;
        border-radius: 37.36%;
        margin: 5px 1px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 45px;
    }
    .rightposbtnaftervideo a:hover {
        text-decoration: none !important;
        cursor: pointer;
    }
}


/* Responsive for iphone for Portrait Only */

@media only screen and (min-width: 260px) and (orientation: portrait) {
    .mobdisplay {
        display: block;
    }
    .compdisplay {
        display: none;
    }
    #videoScroll {
        display: none;
    }
    #videoScrollMobile {
        display: block;
    }
    .closeBtn {
        width: 26px;
        z-index: 20;
    }
    .interiorvr,
    .exteriorvr,
    .amenitiesvr {
        position: fixed;
        top: 0;
        right: -150%;
        bottom: 0;
        width: 100%;
        height: 88%;
        border: none;
        margin: 0;
        padding: 0;
    }
    .swipeupios-aftervideo {
        display: block;
        width: 90px;
        position: absolute;
        bottom: 160px;
        left: 50%;
        transform: translate(-50%);
    }
    .scroll-down {
        display: none !important;
    }
    body {
        scroll-behavior: auto;
    }
    .amenities-popup,
    .enquiry-popup {
        width: 75%;
        height: auto;
        display: block !important;
        position: absolute;
        left: 42%;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 1500; */
        text-align: center;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        -o-backdrop-filter: blur(18px);
        -moz-backdrop-filter: blur(18px);
        padding: 15px 0;
    }
    .walkthrough-popup,
    .location-popup {
        width: 77%;
        height: auto;
        display: block !important;
        position: absolute;
        left: 42%;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 1500; */
        text-align: center;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        -o-backdrop-filter: blur(18px);
        -moz-backdrop-filter: blur(18px);
        padding: 6px 0;
    }
    #walkthrough-video {
        width: 87%;
        margin-top: 5px;
        height: 27vh;
        margin-bottom: 3px;
    }
    .bottompositionbtniosaftervideo {
        position: fixed;
        bottom: 0px;
        display: flex !important;
        flex-direction: row;
        z-index: 20;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px) !important;
        -moz-backdrop-filter: blur(15px) !important;
        width: 100%;
        height: 12%;
        justify-content: center;
        box-sizing: border-box;
        left: 50%;
        transform: translateX(-50%);
    }
    .bottompositionbtniosaftervideo img {
        width: 60px;
    }
    .bottompositionbtniosaftervideo a {
        padding: 6px 0px;
        box-sizing: border-box;
        border-radius: 37.36%;
        margin: 8px 15px;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 43px;
        flex-direction: column;
    }
    .bottompositionbtniosaftervideo img:hover {
        text-decoration: none !important;
        cursor: pointer;
    }
    .bottommobtext {
        font-size: 13px;
        font-family: sans-serif;
        -webkit-font-family: sans-serif !important;
        -o-font-family: sans-serif !important;
        -moz-font-family: sans-serif !important;
        /* font-weight: bold; */
        color: #1d1d27 !important;
        text-align: center !important;
        line-height: 20px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .rightmobtext {
        /* font-weight: bold; */
        color: #1d1d27 !important;
        font-family: sans-serif !important;
        -webkit-font-family: sans-serif !important;
        -o-font-family: sans-serif !important;
        -moz-font-family: sans-serif !important;
        text-align: center !important;
        font-size: 11px;
        line-height: 14px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .rightpositionbtniosaftervideo {
        position: fixed;
        right: 0px;
        display: flex !important;
        flex-direction: column;
        z-index: 20;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px) !important;
        -moz-backdrop-filter: blur(15px) !important;
        border-radius: 50px;
        box-sizing: border-box;
        top: 50%;
        transform: translateY(-50%);
    }
    .rightpositionbtniosaftervideo img {
        width: 28px;
    }
    .rightpositionbtniosaftervideo a {
        padding: 6px 0px;
        box-sizing: border-box;
        border-radius: 37.36%;
        margin: 2px 0px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 67px;
    }
    .rightpositionbtniosaftervideo a:hover {
        text-decoration: none !important;
        cursor: pointer;
    }
}


/* Responsive for Iphone Landscape only */

@media only screen and (max-width: 960px) and (orientation: landscape) {
    .compdisplay {
        display: block;
    }
    .mobdisplay {
        display: none;
    }
    #videoScroll {
        display: none;
    }
    #videoScrollMobile {
        display: block;
    }
    .interiorvr,
    .exteriorvr,
    .amenitiesvr {
        position: fixed;
        top: 0;
        right: -150%;
        bottom: 0;
        width: 100%;
        height: 85%;
        border: none;
        margin: 0;
        padding: 0;
    }
    h2 {
        font-size: 20px !important;
    }
    #clickBtn {
        bottom: 60px;
        height: 32px;
        width: auto;
    }
    .widthleftlogo {
        width: 71px;
        height: auto;
        /* margin-left: -13px;
      margin-top: -10px; */
    }
    .widthrightlogo {
        height: auto;
        width: 72px;
        border-radius: 10px;
        margin-top: -9px;
    }
    .closeBtn {
        width: 22px;
        z-index: 20;
        top: 3px;
        right: 5px;
    }
    .amenities-popup,
    .enquiry-popup {
        width: 48%;
        height: auto;
        display: block !important;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 1500; */
        text-align: center;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        -moz-backdrop-filter: blur(18px);
        -o-backdrop-filter: blur(18px);
        padding: 5px 0;
    }
    .walkthrough-popup,
    .location-popup {
        width: 53%;
        height: auto;
        display: block !important;
        position: absolute;
        left: 52%;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 1500; */
        text-align: center;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        -moz-backdrop-filter: blur(18px);
        -o-backdrop-filter: blur(18px);
        padding: 5px 0;
    }
    .form-controlInput {
        display: block;
        width: 50vw;
        margin-left: -27px;
        border-top-left-radius: 23px !important;
        border-bottom-left-radius: 23px !important;
        border-top-right-radius: 23px !important;
        border-bottom-right-radius: 23px !important;
        z-index: 0;
        color: black;
        padding: 3px 0px 0px 35px;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border: none !important;
        outline: none !important;
        font-size: 14px;
    }
    .mainInputDiv {
        display: flex;
        margin: 1px 15px;
        justify-content: center;
        align-items: center;
    }
    .inputImages {
        width: 24px;
        height: 24px;
        background: white;
        /* padding: 4px; */
        border-radius: 50%;
        box-shadow: 0 3px 6px #03030329;
        z-index: 1;
        margin: 2px;
    }
    #walkthrough-video {
        width: 92%;
        margin-top: 1px;
        height: 68%;
        margin-bottom: 6px;
    }
    .form-control {
        height: 28px !important;
        font-size: 12px !important;
    }
    .btn-primary {
        padding: 4px 32px !important;
        font-size: 12px !important;
    }
    .swipeupios-aftervideo {
        display: block;
        width: 85px;
        position: absolute;
        bottom: 30%;
        left: 50%;
        transform: translate(-50%);
    }
    .scroll-down {
        display: none !important;
    }
    body {
        scroll-behavior: auto;
    }
    .bottomposbtniosaftervideo {
        position: fixed;
        bottom: 0px;
        display: flex !important;
        flex-direction: row;
        z-index: 20;
        /* background-color: #1d1d27; */
        /* backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    -o-backdrop-filter: blur(30px); */
        width: 100%;
        height: 16%;
        justify-content: center;
        box-sizing: border-box;
        left: 50%;
        transform: translateX(-50%);
    }
    .bottomtext {
        font-size: 11px;
        font-family: sans-serif;
        font-weight: bold;
        color: #ffffff !important;
        text-align: center !important;
        line-height: 18px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .righttext {
        font-weight: bold;
        color: #FFF !important;
        font-family: sans-serif;
        text-align: center !important;
        font-size: 10px;
        line-height: 13px;
        margin: 3px !important;
        padding: 1px !important;
    }
    .rightposbtniosaftervideo {
        position: fixed;
        right: 0px;
        display: flex !important;
        flex-direction: column;
        z-index: 20;
        background-color: #D99D76;
        border-radius: 26px;
        box-sizing: border-box;
        top: 38%;
        transform: translateY(-50%);
    }
    .rightposbtniosaftervideo img {
        width: 28px;
    }
    .rightposbtniosaftervideo img:hover {
        transform: scale(0.8);
        transition: transform 0.3s linear;
    }
    .rightposbtniosaftervideo a {
        padding: 4px 0px;
        box-sizing: border-box;
        border-radius: 37.36%;
        margin: 4px 1px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 60px;
    }
    .rightposbtniosaftervideo a:hover {
        text-decoration: none !important;
        transform: scale(0.8);
        transition: transform 0.3s linear;
        cursor: pointer;
    }
}


/* Responsive for Ipad landscape only  */


/* @media only screen and (max-width:1300px) and (orientation: landscape) {
  .compdisplay{
    display: block;
  }
  .mobdisplay{
    display: none;
  }

  #compimg{
    width: 100vw;
    height: 96vh;
  }
  
  #mobimg {
    display: none;
  }

  .blurFilter {
    filter: blur(15px) brightness(0.8);
  }

  .blurmobFilter {
    display: none;
  }

  .interiorvr,
  .exteriorvr,
  .amenitiesvr{
    position: fixed; 
    top: 0;
    right: -150%; 
    bottom: 0; 
    width: 100%;
    height: 85%; 
    border: none; 
    margin: 0; 
    padding: 0;
  }
  h2{
    font-size: 37px !important;
}
#clickBtn{
    bottom: 60px;
    height: 32px;
    width: auto;
}
.widthleftlogo{
    width: 146px;
    height: auto;
}
.widthrightlogo {
  height: auto;
  width: 190px;
  border-radius: 10px;
}
.closeBtn{
    width: 44px;
    z-index: 20;
    top: 3px;
    right: 5px;
}
.amenities-popup, 
.enquiry-popup {
    width: 48%;
    height: auto;
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    text-align: center;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px);
    padding: 5px 0;
    
}
.walkthrough-popup,
.location-popup,
.gallery-popup {
    width: 66%;
    height: auto;
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
    text-align: center;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    -moz-backdrop-filter: blur(18px);
    padding: 5px 0;
}

.carousel-control-next-icon {
  width: 3rem !important;
  height: 3rem !important;
  background-color: rgba(255, 255, 255, 1);
}

.carousel-control-prev-icon {
  width: 3rem !important;
  height: 3rem !important;
}

.form-controlInput {
    display: block;
    width: 50vw;
    margin-left: -33px;
    border-top-left-radius: 23px !important;
    border-bottom-left-radius: 23px !important;
    border-top-right-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
    z-index: 0;
    color: black;
    padding: 12px 0px 8px 38px;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none !important;
    outline: none !important;
    font-size: 17px;
}

.mainInputDiv{
    display: flex;
    margin: 12px 15px;
    justify-content: center;
    align-items: center;
}

.py-2 {
    padding-bottom: 1.3rem!important;
}

.m-auto{
    margin: 10px !important;
}

input::placeholder {
    color: #616161 !important
}

.inputImages{
    width: 46px;
    height: 45px;
    background: white;
    padding: 4px;
    border-radius: 50%;
    box-shadow: 0 3px 6px #03030329;
    z-index: 1;
}

#walkthrough-video{
  width: 92%; 
  margin-top: 1px; 
  height: 68%;
  margin-bottom: 6px;
}

.btn-primary{
    padding: 6px 49px !important;
    font-size: 18px !important;
    margin-top: -18px;
}

.swipeup-aftervideo{
    display:block;
    width: 65px;
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translate(-50%);
}

.scroll-down{
    display: none!important;
}

body{
    scroll-behavior: auto;
}

.bottomposbtnaftervideo {
  position: fixed;
  bottom: 0px;
  display: flex !important;
  flex-direction: row;
  z-index: 20;
  background-color: rgba(255,255, 255, 0.6);
  backdrop-filter: blur(15px);
  width: 100%;
  height: 15%;
  justify-content: center;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}

.bottomposbtnaftervideo img {
  width: 66px;
}

.bottomtext{
  font-size: 19px;
  font-family: "Quicksand";
  font-weight: bold;
  color: #1d1d27!important;
  text-align: center!important;
  line-height: 32px;
  margin: 0!important;
  padding: 0!important;
}



.righttext{
  font-weight: bold;
  color: #1d1d27!important;
  font-family: "Quicksand";
  text-align: center !important;
  font-size: 19px;
  line-height: 18px;
  margin: 0!important;
  padding: 0!important;
}

.rightposbtnaftervideo {
  position: fixed;
  right: 0px;
  display: flex !important;
  flex-direction: column;
  z-index: 20;
  background-color: rgba(255,255, 255, 0.6);
  backdrop-filter: blur(15px);
  border-radius: 49px;
  box-sizing: border-box;
  top: 45%;
  transform: translateY(-50%);
}

.rightposbtnaftervideo img {
  width: 37px;
}

.rightposbtnaftervideo a {
  padding: 2px 0px;
  box-sizing: border-box;
  border-radius: 37.36%;
  margin: 11px 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 80px;
} 

.rightposbtnaftervideo a:hover {
  text-decoration: none!important;
  cursor: pointer;
}

} */