@import url('style.css');
:root {
    --bahara-primary-color: #c0984f;
    --bahara-black-color: #222222;
    --bahara-grey-color: #615e5e;
    --bahara-light-grey-color: #706b6b;
    --bahara-text-grey-color: #808080;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'cronoslight', sans-serif;
}

html {
    font-size: 16px;
}

body {
    /* background-color: aquamarine; */
    background-color: #fff !important;
}

.enquireformWrapper {
    box-shadow: 2px 2px 32px -1px #0000005c;
    padding: 40px 20px;
}

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


/* Header Starts */

.menuicon {
    position: absolute;
    top: 0.3rem;
    right: 0.5rem;
    padding: 1rem;
    color: var(--bahara-primary-color);
    z-index: 1031;
}

.navbar-brand>img {
    width: auto;
    height: 60px;
}

.title-header>h4 {
    font-size: 1.4rem;
    font-family: "cronosbold", sans-serif;
    font-weight: 600;
    color: #222222;
    margin: 0;
}


/* Header Ends */


/* Corporate Banner Img Starts */


/* Corporate Banner Img Starts */

.cpbannerimg {
    background-image: url("assets/images/Banner_Corporate.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    margin-top: 76px;
}

.enquireformWrapper {
    background-color: #ffffffde;
    padding: 0.4rem 1.2rem;
    border: 1px solid #e9e7e7;
    border-radius: 1rem;
    margin: 0.8rem auto;
    width: 33%;
    position: relative;
    top: 85px;
    font-weight: 800;
    z-index: 99;
}

.enquireformWrapper h3 {
    color: var(--bahara-primary-color);
    font-weight: 600;
}

.enquireformWrapper p {
    color: var(--bahara-text-grey-color);
}

.enquireformWrapper input,
.enquireformWrapper textarea {
    background-color: #fff;
    padding: 0.4rem 1.2rem;
    border: 1px solid #e9e7e7;
    border-radius: 1rem;
    margin: 0.8rem 0.2rem;
    width: 90%;
    height: 3.5rem;
}

.enquireformWrapper textarea {
    height: 5rem;
}

.card-btn {
    color: #fff;
    border: 1px solid #c0984f;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    background-color: #c0984f;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 0.5rem;
    padding: 0.3em 1.5em;
    margin-top: auto;
}


/* Corporate Banner Img Ends */

.card-btn {
    color: #fff;
    border: 1px solid #c0984f;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    background-color: #c0984f;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 0.5rem;
    padding: 0.3em 1.5em;
    margin-top: auto;
}


/* Corporate Banner Img Ends */


/* Corporate Content Starts */

.corporatepackagescont {
    margin: 3rem 0rem;
}

.cpcontent {
    background: url("assets/images/VIP loung_Background.png");
    /* height: 100vh; */
    padding: 5rem 3.5rem;
    color: var(--bahara-text-grey-color);
    font-size: 1.1rem;
    font-weight: 400;
}

.cpcontenttext {
    margin-top: 100px;
}

.cpcontenttext p,
.corporatepackagescont p {
    width: clamp(70%, 85%, 90%);
    margin: 2rem auto;
    font-size: 1.5rem;
    color: var(--bahara-text-grey-color);
}

.corppackage {
    color: var(--bahara-primary-color);
    text-align: center;
    /* font-weight: 600; */
    font-family: 'cronosbold';
    margin: 3rem 0;
}

.corporatepackagescont ul {
    padding: 0 8rem;
    color: var(--bahara-text-grey-color);
    font-size: 1.5rem;
}

.corporatepackagescont ul li {
    font-size: 1.4rem;
}


/* Corporate Content Ends */


/* Special Offer Starts */

.spoffercontainer {
    position: relative;
    background-color: var(--bahara-primary-color);
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

.corporatenquirebtn {
    background-color: var(--bahara-text-grey-color);
    color: #fff;
    border-radius: 0.5rem;
    padding: 3px 25px;
    box-shadow: 0 9px 9px -6px var(--bahara-black-color);
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 25px;
}

.spoffercontainer p,
.spoffercontainer h3 {
    color: #fff;
    font-size: 2.5rem;
    margin: 0.3rem 0.6rem;
    font-weight: 600;
    font-family: 'cronosbold';
}

.spoffercontainer h3 {
    border: 3px solid;
    border-radius: 1rem;
    padding: 0.4rem 4rem;
    /* margin-left: -2rem; */
}

.medicalBlock {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.aedL {
    font-size: 30px !important;
    text-align: center;
    border: 5px solid;
    border-radius: 1rem;
    margin: 1rem 4.2rem;
    padding: 0 1rem;
    width: 50%;
}

.specialoffertag {
    width: 100%;
    height: 7.2rem;
    top: -46px;
    object-fit: contain;
    left: -27%;
    position: absolute;
    background-image: url("assets/images/SpecialofferIcon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 991px) {
    .specialoffertag {
        left: 0;
    }
}

.spofferimg {
    background-image: url('assets/images/Specialoffer.png');
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100%;
    height: 100%;
    width: 95%;
    margin-top: 1.5rem;
}

.spoffertext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin: 5rem 21rem 3rem 6rem; */
    padding: 1rem;
    align-items: baseline;
    /* margin-left: 4rem; */
    margin-top: 4rem;
}

.spoffertext h3 {
    margin-left: -2rem;
}

.spoffertext button {
    margin-left: -3rem;
}


/* .spoffertext button {
    margin-left: 2.5rem;
} */


/* Special Offer Ends */


/* Covid Content Starts */

.covidcontent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.3rem;
    padding: 1rem 1rem;
}

.covidtext {
    font-family: 'cronosbold';
}

.covidtestannounce {
    line-height: 1;
}

.bookappntmt {
    font-size: 1.3rem;
    padding: 0.7rem 2.5rem;
}


/* Covid Content Ends */


/* Call Chat Starts */

.callchatcontent {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    color: var(--bahara-text-grey-color);
    padding: 4rem;
}

.callchatcontent p {
    text-align: center;
}

.callchatcontent p span {
    color: var(--bahara-primary-color);
}


/* Call Chat Ends */


/* Footer Starts */

.footer-bg-color {
    background-color: var(--bahara-primary-color);
    color: #fff;
}

.footer-text {
    font-size: 1.1rem;
    padding: 1rem 3rem;
}

ul.footer-list {
    list-style-type: none;
}

ul.footer-list>li:nth-child(1) {
    font-family: 'cronosbold', sans-serif;
    margin: 0.8rem 0rem;
    /* font-weight: 700;
    font-size: 1.3rem; */
}

ul.footer-list>li:not(.notliandaddress):hover {
    color: var(--bahara-text-grey-color);
}


/* Footer Ends */


/* Media Queries */


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 350px) and (min-width: 250px) {
    .cpbannerimg {
        margin-top: 11.4rem;
    }
    .enquireformWrapper {
        width: 85%;
    }
    .spoffercontainer h3 {
        padding: 0.4rem 1rem;
    }
    .lounge-content>p {
        font-size: 1.3rem;
    }
    .corporatepackagescont ul {
        padding: 0 1rem;
        color: var(--bahara-text-grey-color);
        font-size: 1.2rem;
    }
    .spofferimg {
        height: 40px;
        width: 100px;
        top: -2.8%;
    }
    .spoffertext {
        margin-left: 1rem;
    }
}

@media only screen and (min-width:351px) {
    .cpbannerimg {
        margin-top: 11.4rem;
    }
    .enquireformWrapper {
        width: 85%;
    }
    .spoffercontainer h3 {
        padding: 0.4rem 1rem;
    }
    .package-card {
        width: 50%;
    }
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 599px) and (min-width: 351px) {
    body {
        background-color: rgb(238, 172, 172);
    }
    .cpcontent {
        padding: 1rem 2.5rem;
        color: var(--bahara-text-grey-color);
        font-size: 1.1rem;
        font-weight: 400;
    }
    .cpbannerimg {
        margin-top: 8.1rem;
    }
    /* .enquireformWrapper {
        width: 75%;
    } */
    .corporatepackagescont ul {
        padding: 0 2.5rem;
    }
    .spoffercontainer {
        background-color: var(--bahara-primary-color);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .spoffercontainer p {
        color: #fff;
        font-size: 3.2rem;
        margin: 0.3rem 0.6rem;
    }
    .aedL {
        font-size: 30px !important;
        text-align: center;
        border: 5px solid;
        border-radius: 1rem;
        margin: 1rem 4.2rem;
        padding: 0 1rem;
        width: 100%;
    }
    .spoffer--img {
        margin-right: 2rem;
    }
    .corporatenquirebtn {
        margin-bottom: 2rem;
    }
    .covidcontent {
        text-align: center;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    body {
        background-color: rgb(231, 240, 107);
    }
    .cpbannerimg {
        margin-top: 8.1rem;
    }
    .enquireformWrapper {
        width: 75%;
    }
    .cpcontent {
        padding: 3rem 3.5rem;
        color: var(--bahara-text-grey-color);
        font-size: 1.1rem;
        font-weight: 400;
    }
    .spoffercontainer p {
        color: #fff;
        font-size: 3.2rem;
        margin: 0.3rem 0.6rem;
    }
    .aedL {
        width: 50%;
    }
    .corporatepackagescont ul {
        padding: 0 4rem;
        color: var(--bahara-text-grey-color);
        font-size: 1.2rem;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    body {
        background-color: rgb(134, 236, 125);
    }
    .cpbannerimg {
        margin-top: 130px;
    }
    .enquireformWrapper {
        width: 75%;
    }
    .cpcontent {
        padding: 5rem 3.5rem;
        color: var(--bahara-text-grey-color);
        font-size: 1.1rem;
        font-weight: 400;
    }
    .spoffercontainer p {
        color: #fff;
        font-size: 3.2rem;
        margin: 0.3rem 0.6rem;
    }
    .aed {
        font-size: 1.5rem;
        text-align: center;
        border: 5px solid;
        border-radius: 1rem;
        margin: 1rem 4.2rem;
    }
    .aedL {
        width: 68%;
    }
    .corporatepackagescont ul {
        padding: 0 6rem;
        color: var(--bahara-text-grey-color);
        font-size: 1.2rem;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    body {
        background-color: rgb(101, 208, 216);
    }
    .card-shadow {
        height: 34rem;
    }
    .cpbannerimg {
        margin-top: 76px;
    }
    .enquireformWrapper {
        width: 33%;
    }
    .cpcontent {
        padding: 3rem 3.5rem;
        color: var(--bahara-text-grey-color);
        font-size: 1.1rem;
        font-weight: 400;
    }
    .covidcontent {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 2.3rem;
        font-weight: 600;
    }
    .aedL {
        width: 48%;
    }
    .corporatepackagescont ul {
        padding: 0 6rem;
        color: var(--bahara-text-grey-color);
        font-size: 1.2rem;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    body {
        background-color: rgb(191, 130, 226);
    }
    .cpbannerimg {
        margin-top: 76px;
    }
    .enquireformWrapper {
        width: 33%;
    }
    .card-shadow {
        height: 34rem;
    }
    .corporatepackagescont ul {
        padding: 0 8rem;
    }
    .spoffercontainer p {
        color: #fff;
        font-size: 3rem;
        margin: 0rem 0rem;
        font-weight: 600;
    }
    .callchatcontent {
        font-size: 3rem;
        padding: 2rem;
    }
    .aedL {
        width: 38%;
    }
}