.sub-hed11 {
    font-size: 20px !important;
    color: #211E4B;
    text-transform: uppercase;
    text-align: center;
}

.gry-cont {
    font-family: Monda;
    font-size: 25px !important;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 0.2em;
    text-align: center;
    color: grey;
    width: 560px;
    margin: auto;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    transition: transform 0.2s ease-in-out, color 0.2s;
    cursor: pointer;

}

.tit-12 {
    position: relative;
}

.why-us {
    background-image: url('../img/pattern-1.png');
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 0% 180%;
}


.tit-12 h2 {
    display: block;
    background-color: #F2F2F2;
    width: 600px;
    margin: auto;
    padding: 30px;
    font-weight: 400;
}

.pos-le {
    position: absolute;
    top: 50%;
    width: 20%;
    transform: translate(0px, -50%);
    left: -25%;
}

.pos-rig {
    position: absolute;
    top: 50%;
    width: 20%;
    transform: translate(0px, -50%);
    /* rotate: 180deg; */
    right: -25%;
}

.testi {
    background-image: url('../img/test-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0%;
}


.pattern-bg {
    background-image:linear-gradient(to bottom, rgba(244, 239, 244, 0.82), rgba(244, 239, 244, 0.95)), url('../img/test-bg.png') !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: 0% !important;
}

.pattern-bg2 {
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), url('../img/test-bg.png') !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    /* background-position: 0% !important; */
}

.pos-rel {
    position: relative;
}

.pos-img {
    position: absolute;
    z-index: 100;
    width: 500px;
    top: 50%;
    left: 10%;
}




/* microsite */

.sec-sec {
    height: 450px;
    object-fit: cover;
}

.ameni {
    text-align: center;
    border: 1px solid grey;
    /* min-width: 140px; */
    /* flex-grow: 1; */
    width: 13%;
    padding-top: 1%;
    border-radius: 10px;
}

.ameni h6 {
    font-size: 13px;
    font-weight: 500;
    /* padding: ; */
}

.amenities {
    width: 40px;
    padding-bottom: 3%;
}


.ame-bg-prn {
    background-image: url('../img/microsite/pattern-1.png');
    background-size: 100%;
    background-position: 100px 100%;
    background-repeat: no-repeat;
}

.choose {
    width: 80px !important;
    padding-bottom: 4%;
}

.specification {
    padding: 8% 2%;
    border: 1px solid grey;
    border-radius: 10px;
    margin-bottom: 8%;
}

.loc-advp {
    font-size: 20px !important;
    color: #211e4b;
    font-weight: 500;
}

.loc-advp img {
    width: 50px;
    margin-right: 2%;
}

.flx-ame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bg-co {
    background-color: white !important;
    border: 1px solid black;
    border-radius: 10px;
}

.gry-cont:hover{
    color:black;
    background-color: #edf2fa;
    display: block !important;
    transform: scale(1.2); /* Zoom in */

}

.gry-cont:not(:hover) {
    transform: scale(1); /* Zoom out */
}


@media only screen and (min-width:760px) {
    .bor-lef {
        border-left: 1px solid grey;
        padding-left: 2%;
    }



    .min-margin {
        margin-top: -150px;
    }
}

@media only screen and (max-width:760px) {
    .flx-ame {
        display: block;

    }

    .ameni {
        width: 50%;
        display: block;
        margin: auto;
        margin-bottom: 2%;
    }

    .choose {
        width: 40px !important;
        padding-bottom: 4%;
    }

    .specification {
        margin-bottom: 10%;
    }

    .loc-advp img {
        width: 40px;
    }

    .loc-advp {
        font-size: 18px !important;
    }

    #navbarText ul {
        background-color: black;
    }

    .gry-cont {
        font-size: 18px !important;
        line-height: 25px;
        width: 300px;
        margin-bottom: 3%;
    }

    .why-us .tit-12 h2 {
        width: 100% !important;
        font-size: 25px !important;
    }

    .why-us{
        overflow-x: hidden !important;
    }

    .insight {
        overflow-x: hidden !important;
    }

}