.keywords{
    position: fixed;
    top: 0;
    color: #fff;
    z-index: -2;
    opacity: 0;
}
.keywords a {
  color: #fff;
}
.dnd-box {
  background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.bagwa{
    color: #c84b2f;
}
.vertical{
    align-items: center;
}
.about .row ul {
    padding-bottom: 0px;
    color: #ED5722;
    line-height: 32px;
    font-weight: 500;
/*    font-size: 14px;*/
    text-align: justify;
    /* display: contents; */
}
.intro-selected-list {
    flex-wrap: nowrap;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    justify-content: start;
    margin-bottom: 20px;
}
.selected-list li {
    display: flex;
    align-items: center;
    color: #6B6B6B;
    font-family: Poppins, sans-serif;
/*    font-size: 14px;*/
    font-style: normal;
    font-weight: 400;
    line-height: 3;
    /* list-style-image: url(../img/about/Tick.png); */
    list-style-position: outside;
}
 
/* significance*/
.justify {
    text-align: justify;
}
.zoom {
    /* position: relative; */
    float: right;
    overflow: hidden;
    /* width: 430px; */
    padding-left: 25px;
    padding-bottom: 3px;
}
.zoom img{
  width: 500px;
  border-radius: 10px;
}

/*about prayagraj*/
.food-box-bg {
/*    width: 100%;*/
/*    height: 284px;*/
    border-radius: 8px;
    background-color: white;
    margin: 10px;
    box-shadow: 0px 0px 8px 8px rgb(0, 0, 0, 0.10);
}
.food-box-content{
  text-align: center;
}
.food-box-img {
    width: 100%;
    height: 192px;
}
.food-box-img {
    border-radius: 8px 8px 0px 0px;
}
.food-box-title{
  padding: 10px 0;
}


@media (max-width: 767px){
  .zoom {
    padding-left: 0;
}
.page-title h1 {
    font-size: 28px;
}
.header .logo img {
    max-height: 60px;
    margin-right: 8px;
}
.Churning1 {
    width: 100%;
    height: 100%;
}
}

@media(max-width:998px) {
    .zoom {
    padding-left: 0;
}
.page-title h1 {
    font-size: 28px;
}
.header .logo img {
    max-height: 60px;
    margin-right: 8px;
}
.Churning1 {
    width: 100%;
    height: 100%;
}
}

