/*title*/
.project-section1-title {
    font-size: 70px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    color: #ffffff;
    z-index: 2;
    font-family: roboto-bold;
}
.project-heading {
    font-size: 34px;
}
/* .project-mainbackground-img {
    height: 40rem;
} */
/*project-hospitality-section*/

.project-hospitality-section {
    position: relative;
    width: 100%;
}
#project-hospitality-section-id .rows {
    margin-top: calc(10.515247108307046vh + 7%);
}
#project-hospitality-section-id .heading {
    margin: 8rem 0;
}
#project-hospitality-section-id .grid-body-wrapper {
    width: 80%;
    margin: auto;
}
#project-hospitality-section-id .grid-body {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    grid-auto-rows: 1fr;
    grid-gap: 2.3rem 2rem;
}
#project-hospitality-section-id .grid-card-wrapper {
    /* width: 367px; */
    /* height: 355px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 5px 5px 20px #00000029;
    border-radius: 10px;
    background: #fefefe 0% 0% no-repeat padding-box;
    padding: 10px;
    padding-top: 13px;
}
#project-hospitality-section-id .grid-card-img {
    width: 343px;
    height: 200px;
}
.grid-card-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.grid-card-body {
    width: 96%;
    text-align: left;
    margin: 0 auto;
}
.grid-card-body-heading {
    color: #000000;
    font-size: 15px;
    margin: 0.7rem 0;
    letter-spacing: 0px;
    height: 40px;
    font-family: roboto-medium;
}
.grid-card-body-info {
    font-size: 12px;
    color: #929292;
    margin-bottom: 0;
    font-family: roboto-regular;
}

/*project-three-twogrid-section */
.project-three-twogrid-section {
    position: relative;
    width: 100%;
}
.project-three-twogrid-section .rows {
    margin-top: calc(10.515247108307046vh + 2%);
}
.project-three-twogrid-section .heading {
    margin: 10rem 0;
    margin-bottom: 6rem;
}
.project-three-twogrid-section .grid-body-wrapper {
    width: 70%;
    margin: auto;
}
.project-three-twogrid-section .grid-body {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    grid-auto-rows: 1fr;
    grid-gap: 2.3rem 2rem;
}
.project-three-twogrid-section .grid-card-wrapper {
    /* width: 419px; */
    /* height: 355px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 5px 5px 20px #00000029;
    border-radius: 10px;
    background: #fefefe 0% 0% no-repeat padding-box;
    padding: 10px;
    padding-top: 13px;
}
.project-three-twogrid-section .grid-card-img {
    width: 397px;
    height: 242px;
}
.project-three-twogrid-section .grid-card-body-heading {
    color: #000000;
    font-size: 15px;
    margin: 0.7rem 0;
    letter-spacing: 0px;
    height: 20px;
    font-family: roboto-medium;
}

/*responsive*/
/*semi-desktop*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
/*tab*/
@media screen and (max-width: 767px) {
    .project-mainbackground-img {
        height: 30rem;
    }
}
/*mobile*/
@media screen and (min-width: 350px) and (max-width: 767px) {
    .project-mainbackground-img {
        height: 10rem;
    }
    .project-section1-title {
        font-size: 37px;
    }
    #project-hospitality-section-id .grid-body-wrapper {
        width: 100%;
        margin: auto;
    }
    #project-hospitality-section-id .grid-card-img {
        width: 100%;
        height: 242px;
    }
    .project-three-twogrid-section .grid-body-wrapper {
        width: 100%;
        margin: auto;
    }
    .project-three-twogrid-section .grid-card-img {
        height: 242px;
        width: 100%;
    }
    .project-three-twogrid-section .grid-card-wrapper {
        width: 93%;
    }
}
