.popup {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    z-index: 9999;
    height: 100vh;
    position: fixed;
}

    .popup button {
        display: block;
        margin: 0 0 20px auto;
        background-color: transparent;
        font-size: 30px;
        color: #c5c5c5;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .popup p {
        font-size: 14px;
        text-align: justify;
        margin: 20px 0;
        line-height: 25px;
    }



textarea.form-control {
    height: 50px !important;
}

.left,
.right {
    /*position: fixed;
            top: 0;
            bottom: 0;
            height: 3em;
            margin: auto;
            background: #7e5037;
            z-index: 9999;
            border: 0;
            padding-left: 30px;
            padding-right: 30px;
            color: white;
            font-size: 15px;
            font-weight: 300;
            letter-spacing: 1.5px;*/
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
    background: #2b3c90;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 25px !important;
    color: #fff;
    font-size: 15px;
    z-index: 9;
    height: 12em;
    margin: auto;
    cursor: pointer;
    font-weight: 300;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
}

.right {
    right: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-180deg) translate(50%, 50%);
    -moz-transform: rotate(-180deg) translate(50%, 50%);
    -ms-transform: rotate(-180deg) translate(50%, 50%);
    -o-transform: rotate(-180deg) translate(50%, 50%);
    transform: rotate(-180deg) translate(50%, 50%);
}

#footer-fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    padding: 10px 0 0px 0;
}

.footer-fix-mobile {
    display: none;
}

.footer-mobile {
    display: block;
}

.full-img {
    background: url('../img/slides/slide_1-new.jpg');
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

.divdisplay {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
}

.amin-bg {
    background-image: url("../img/amin-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.floorplans-bg {
    background-image: url("../img/pattern-2.png");
    background-repeat: repeat;
}

.img-pad {
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-title {
    font-size: 26px;
    font-weight: 500;
}

.main-title {
    font-size: 70px !important;
    color: #efefef;
    font-weight: 400 !important;
}

.master-plan-img {
    height: 450px;
    width: 675px;
}

.hero-image {
    display: block;
}

.hero-image-web {
    display: none;
}

.hero-image-tab {
    display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .hero-image-tab {
        display: block;
    }
    .hero-image {
        display: none;
    }
}
@media (max-width: 767px) {
    
    .hero-image{
    display:none;
    }
    
    .hero-image-web {
        display: block;
    }
    
    .hero.full-height {
        height: 125vh;
    }

    .hero.full-height {
        height: 125vh;
    }

    .footer-fix-mobile {
        display: block !important;
        z-index: 7;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 5;
        /*background-color: #fff;*/
    }

    .footer-mobile {
        display: none !important;
    }

    .divdisplay {
        display: block;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
    }

    .full-img {
        background: url('../img/slides/slide_1-new.jpg');
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .img-pad {
        padding-top: 30px;
    }

    .box_facilities {
        padding: 5px 25px 5px 25px !important;
        border-width: 2px;
        text-align: center;
        border-style: solid;
        border-right: 0;
        border-image: linear-gradient(to bottom, #ededed, transparent) 1 60%;
        background-color: #ffffff;
        margin-top: 0 !important;
    }

    .title h2, .title h3 {
        font-weight: 700;
        font-size: 38px;
        font-size: 25px;
        margin-bottom: 15px;
    }

    .sub-title {
        font-size: 20px;
        font-weight: 500;
    }

    .main-title {
        font-size: 37px !important;
        color: #efefef;
        font-weight: 400 !important;
    }

    .master-plan-img {
        height: auto;
        width: 100%;
    }

    .yt {
        position: relative !important;
        top: 0% !important;
        width: 100vw !important;
        height: 220px !important;
        pointer-events: none !important;
        left: -10px !important;
    }

    .video-container {
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
        position: relative;
    }

    .show-modal-mob {
        display: none;
    }
}

#video-wrapper2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    #video-wrapper2 > #player {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

@media (min-aspect-ratio: 16/9) {
    #video-wrapper2 > #player {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    #video-wrapper2 > #player {
        width: 300%;
        left: -100%;
    }
}

.video-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.yt {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    left: -10px;
}

.selldof .title {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: left;
    display: none !important;
}
