#img {
    height: 120px;
}

#input-group {
    max-width: 600px;
}

#links {
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 4px 4px 4px black;
    transition: 1s;
}


#input {
    max-width: 600px;
}

#search {
    border-radius: 4px 0 0 4px;
    border: none;
}

#icon {
    border-radius: 0 4px 4px 0;
    color: white;
    cursor: pointer;
    transition: 1s;
}

#icon:hover {
    color: black;
}

#selector {
    border: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 4px 4px 4px black;

}

#slides {
    box-shadow: 4px 4px 4px #238FCC;
    height: auto;
    width: 100%;
}

#info {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}

#image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
}

#heading {
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 4px 4px 4px black;
    text-align: center;
    width: 350px;
}

#image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* Mobile fix */
@media (max-width: 768px) {
    #image {
        height: 180px;
    }

    .position-absolute h1 {
        font-size: 20px;
    }

    .position-absolute p {
        font-size: 12px;
    }
}

.image2 {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* mobile fix */
@media (max-width: 768px) {
    .image2 {
        height: 220px;
    }
}

.city {
    background: #111;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    width: 100%;
}

/* mobile text fix */
@media (max-width: 768px) {
    .city h4 {
        font-size: 18px;
    }

    .city p,
    .city h5 {
        font-size: 14px;
    }
}

footer h5 {
    margin-bottom: 10px;
}

footer p,
footer li {
    font-size: 14px;
}

#image {
    height: 400px;
    object-fit: cover;
}

@media(max-width:768px) {

    #image {
        height: 250px;
    }

}

#linkin {
    font-weight: bold;
    text-shadow: 4px 4px 4px black;
    transition: 1s;
}

#linkin:hover {
    text-shadow: none;
    text-decoration: underline;
}

.img {
    background-image: url('/images/imresizer-26284.png');
    height: 500px;
    width: 100%;
    border-radius: 20px;
    /* border: 2px solid #238FCC; */
    transition: 1s;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.img:hover {
    box-shadow: 4px 7px 4px gray;
    border-radius: 40px;
}

#head {
    width: 300px;
    text-decoration: none !important;
}

.head1 {
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 4px 4px 4px black;
    text-align: center;
    width: 350px;
}

@media (max-width:576px) {

    .head1 {
        max-width: 210px !important;

    }
}

.img2 {

    height: auto;

}

@media (max-width:576px) {

    .img {
        height: 300px;

    }

}

.head3 {
    font-family: Arial, Helvetica, sans-serif;
}

#pree {
border-radius: 20px;

}
.product .card {
    height: 100%;
}

.imgdiv {
    height: 220px;
    overflow: hidden;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body {
    display: flex;
    flex-direction: column;
}

.card-title {
    min-height: 50px;
}

.card-body p {
    flex-grow: 1;
}

.btn1 {
    align-self: flex-start;
}