/**
*
* Testing
*
**/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
}

.bg {
  background-color: #953241;
}

.text {
  color: #953241;
}

p,
li {
  font-family: "Roboto", sans-serif;
}

.font {
  font-family: "Playfair Display", serif !important;
}

.font1 {
  font-family: "Roboto", sans-serif !important;
}

.navbar {
  box-shadow: 0 0 20px -10px;
}

.btn {
  border-radius: 0;
  padding: 4px 20px;
}

.frontend-event-Category .box {
  padding: 20px;
  box-shadow: 0 10px 30px -10px black;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.frontend-event-Category .box .bg-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
.frontend-event-Category .box .bg-image img {
  width: 100%;
  z-index: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.frontend-event-Category .box:hover .bg-image img {
  transform: scale(1.5) rotate(10deg);
}
.frontend-event-Category .box .info-box {
  padding: 20px;
  text-align: center;
  color: white;
}
.frontend-event-Category .box .info-box h4 {
  text-shadow: 0 0 5px black;
}
.frontend-event-Category .box .info-box .btn {
  border-radius: 40px;
}
.frontend-event-Category .box .custom-border {
  height: 400px;
  border: 1px solid black;
  background: rgba(0, 0, 0, 0.533);
  position: relative;
  z-index: 1;
}

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

.bg-design {
  background-image: url("/img/bg.jpg");
  background-size: 10%;
}

.fest-details .box {
  background: white;
  box-shadow: 0 10px 30px -5px;
}

.bg-fade {
  background: linear-gradient(90deg, white, #953241, #953241, #953241, #953241, #953241, white);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content b,
.content strong,
.content li,
.content em,
.content i,
.content span,
.content q {
  font-family: "Roboto", sans-serif !important;
  color: rgb(56, 56, 56);
}

.fest-details .calender-box {
  background: white;
  min-width: 80px;
  height: 80px;
  float: left;
  padding-top: 10px;
  margin-right: 20px;
}
@media (max-width: 450px) {
  .fest-details .calender-box {
    min-width: 55px;
  }
}
.fest-details .calender-box .date {
  font-weight: bolder;
}
.fest-details .calender-box .month-year {
  margin-top: -5px;
  font-size: 14px;
}

.accordion-button:not(.collapsed) {
  background: #953241 !important;
  color: white;
  font-size: 24px;
}
.accordion-button:not(.collapsed)::after {
  background-image: unset;
  content: "-";
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  line-height: 11px;
}

.accordion-button {
  background: #953241 !important;
  color: white;
  font-size: 24px;
}
.accordion-button::after {
  background-image: unset;
  content: "+";
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  line-height: 17px;
}

.upcoming-box .box {
  background: white;
  position: relative;
}
.upcoming-box .time-box {
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  border-radius: 30px;
  margin-left: 50%;
  top: 30px;
  color: white;
  transform: translateX(-50%);
  width: 200px;
  padding: 5px;
  background: #ffc107;
  left: 0;
}

.eventDetails-box .box {
  background: white;
}
.eventDetails-box .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
}
.eventDetails-box .box .inner-box {
  box-shadow: 0 0 20px -10px;
  margin-top: -100px;
  position: relative;
  z-index: 10;
  background: white;
}
.eventDetails-box .countdown-box div {
  color: white;
  display: inline-block;
  background: black;
  border: 1px solid white;
  width: 60px;
  height: 65px;
  font-size: 24px;
  margin: 0 2px 20px 2px;
  border-radius: 5px;
}
.eventDetails-box .countdown-box div small {
  display: block;
  font-size: 12px;
}
.eventDetails-box .venue {
  text-shadow: 0 0 3px black;
}/*# sourceMappingURL=style.css.map */