* {
    margin: 0px;
    padding: 0px;
    list-style-type: none !important;
    text-transform: none;
    text-decoration: none;
    user-select: none;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: Inter;
    src: url(Inter/Inter-VariableFont_slnt\,wght.ttf);
}

@font-face {
    font-family: Plus Jakarta Sans;
    src: url(Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf);
}

.begining-part-aboutus {
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.aboutus-child-1 {
    display: flex;
    flex-direction: column;
}

.before-aboutus-intro {
    color: rgba(0, 0, 0, 0.43);
    font-family: Poppins;
    font-size: 24.72px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    /* line-height: normal; */
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/* 
.before-aboutus-intro::before {

    content: "";
    visibility: visible;
    height: 2px;
    width: 200px;
    background-color: red;
    position: absolute;
    top: 48%;
} */

.title-aboutus {
    color: #0F1F41;
    text-align: right;
    font-family: Plus Jakarta Sans;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.description-aboutus {
    color: #0F1F41;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 601px;
    text-align: right;
}

.why-keyapata {
    width: 100%;
    height: 840px;
    flex-shrink: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url(images/WhatsApp\ Image\ 2023-12-27\ at\ 4.49.24\ PM.jpeg);
    background-color: transparent;
    background-position: 50%;
    background-size: contain;
    background-clip: border-box;
    background-repeat: no-repeat;
    padding-top: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 100px;
    padding: 40px 30px 0px 30px;
}

.why-keyapata-headline {
    color: #FFF;
    text-align: left;
    font-family: Plus Jakarta Sans;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.innerchild-whykeyapata {
    background: rgba(255, 255, 255, 0.1);
    min-width: 240px;
    max-width: 370px;
    height: 389px;
    flex-shrink: 0;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 15px;
    padding: 30px;
    border: 1px solid white;
}

.counting-innerchild {
    display: flex;
    position: relative;
}

.counting-innerchild span {
    position: absolute;
    /* top: 20px; */
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    left: 38%;
    top: 35%;
}

.title-whykp {
    color: #FFF;
    font-family: Poppins;
    font-size: 34.959px;
    font-style: normal;
    font-weight: 700;
    line-height: 48.276px;
    /* 138.095% */
}

.desc-whykp {
    color: #FFF;
    font-family: Poppins;
    font-size: 14.982px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.635px;
    /* 177.778% */
    padding-right: 10px;
}

.innerdivs-whykeyapata {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    justify-content: space-between;
    max-width: 100%;
}

.booknow-head {
    color: #0F1F41;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.desc-booknow {
    color: #0F1F41;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    width: 1014px;
}

.callnowbutton {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 177.778% */
    width: 262px;
    height: 57px;
    flex-shrink: 0;
    background: #0F1F41;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border-radius: 15px;
    cursor: pointer;
}


.bookrooms-now {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
}

@media screen and (max-width: 1300px) {
    .innerchild-whykeyapata {
        background: rgba(255, 255, 255, 0.1);
        min-width: 240px;
        max-width: 300px;
        height: 389px;
        flex-shrink: 0;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 15px;
        padding: 30px;
        border: 1px solid white;
    }

}

@media screen and (max-width: 768px) {
    .innerdivs-whykeyapata {
        display: flex;
        flex-direction: column;
    }

    .why-keyapata {
        background-image: none;
        min-height: 1800px !important;
    }

    .title-aboutus {
        text-align: left;
    }

    .begining-part-aboutus {
        display: flex;
        flex-direction: column;
    }

    .description-aboutus {
        text-align: center;
        padding: 0px 30px;
        width: auto;
    }

    .booknow-head {
        font-size: 30px;
    }

    .desc-booknow {
        font-size: 14px;
        line-height: 17px;
        width: auto;
    }
}