@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');
*{
    margin: 0;
   box-sizing: border-box;
}
@font-face {
    font-family: strongirl;
    src: url(font/stronggirl.otf);
}
body{
    font-family:poppins;
}
.hotel-container {
    width: 1144px;
    margin: 0 auto;
    padding: 0px;
}
a {
    text-decoration: none;
}
.d-flex {
    display: flex;
}
.align-items {
    align-items: center;
}
.justify-content {
    justify-content: space-between;
}
.gap-15 {
    gap: 15px;
}
.w-50 {
    width: 50%;
}
.w-33 {
    width: 33.333%;
}
.title h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.title p {
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
}
.hotel-chain-wrap {
    padding: 50px 0px;
    
}
.hotel-chain-wrap {
    background: transparent url('https://images.emtcontent.com/hotel-img/htlchainbanner.webp') 0% 0% no-repeat padding-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding: 50px 0px;
    position: relative;
}
.hotel-chain-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 87%);
    height: 100%;
    width: 100%;
}
.title {
    position: relative;
    z-index: 1;
}
.hotel-info .images img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.hotel-info {
    box-shadow: 3px 6px 10px #0000000D;
    /* border: 0.800000011920929px solid #E8E8E8; */
    border-radius: 12px;
    background: #fff;
    padding: 15px 0px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotel-box {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.hotel-info {
    width: 14.28%;
}

/* / */

.sale-flx2 {
    align-items: center;
    margin: 15px 0px 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.bx1 {
    margin: 0;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100px;
    padding: 2px 7px;
    border-radius: 10px;
    width: 150px;
}
a {
    text-decoration: none;
}
.bx1 img {
    margin-top: 5px;
    border-radius: 5px;
    max-width: 100%;
}
.mainenew_brand {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .hotel-container {
        width: 95%;
    }
    .hotel-chain-wrap{
        display: flex;
    }
    .bx1 {
        width: 30%;
    }
    .title h3 {
        font-size: 20px;
    }
}