
*
{
    margin: 0px;
    padding: 0px;
}

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

.card-header img
{
    width: 100%;
    background-size: cover;
}

.card .card-body
{
    max-width: min-content;
    max-width: 400px;
}
/* Media query for screens smaller than 600px */
  @media (max-width: 600px)
    .card .card-body{
       max-width: 300px;
}
  @media (max-width: 400px)
    .card .card-body{
       max-width: 250px;
}

.as-img img
{
    max-height: 200px;
    width: 400px;
    padding: 0px 20px 0px 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
margin-top: 20px;
}

.card-buttons button:nth-child(1)
{
   margin: 10px 20px; 
}

.card-buttons button
{
    width: fit-content;
    padding: 3px 20px;
    color: #fff;
    border: none;
    border-radius: 50px;
    margin-top: 30px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: linear-gradient(to right,#9e0e16, #4e1c1d);
}

.mid-info img
{
    height: 250px;
    margin-left: 22px;
    margin-top: 30px;
}

.location h3
{
    color: #4e1c1d;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    margin-left: 22px;
}

.location h4
{
    color: #9e0e16;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    margin-left: 22px;
}


/* .card-info
{
    margin-top: 20px;
}

.card-info span
{
    font-size: 17px;
    margin-left: 18px;
    width: max-content;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #114b7d;
    font-weight: bold;
}

.card-info span p
{
    margin-left: 20px;
}

.other-details h4:nth-child(1)
{
   color: #008dd2;
   margin-top: 30px;
   margin-left: 20px;
   font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-weight: bold;
}

.other-details h4:nth-child(2)
{
   color:#114b7d;
   margin-left: 20px;
   font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-weight: bold;
}

.other-details h4:nth-child(3)
{
   color:#008dd2;
   margin-left: 20px;
   margin-top: 10px;
   font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-weight: bold;
}

.other-details h4 span
{
    color:#114b7d;
    font-weight: bold;
} */

.card .card-body .icons i
{
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(to right , #9e0e16, #4e1c1d);
    padding: 8px;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 20px;
}

.qr-code h4
{
    text-align: center;
    margin-top: 50px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 15px;
}
.qr-code button
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent;
}

.qr-code img
{
    border: 2px solid #9e0e16;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.enq-form a
{
    text-decoration: none !important;
}
.enq-form button
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-image: linear-gradient(to right , #9e0e16, #4e1c1d);
    color: #fff;
    border: none;
    padding: 8px 40px 8px 40px;
    letter-spacing: 4px;
    border-radius: 50px;
    margin-bottom: 20px;
}