@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.container .row {
  margin: auto !important;
}
.container .navbar {
  background-image: linear-gradient(#4a3131, black);
}
.container .navbar .navbar-nav {
  margin: auto;
}
.container .navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  color: yellowgreen;
  padding: 0.2em 3em !important;
}
.container .navbar .navbar-nav .nav-link:hover,
.container .navbar .navbar-nav .nav-link:active,
.container .navbar .navbar-nav .nav-link:focus {
  background-color: yellowgreen;
  color: black;
  border-radius: 5px;
}
.container .navbar-light .navbar-toggler {
  color: white;
  background-color: white;
  border-color: white;
}
.container .navbar-toggler {
  padding: 0.25rem 0.55rem !important;
}
.container .navbar-toggler:focus {
  box-shadow: none;
  border-color: chartreuse;
}
.container .navbar-toggler-icon {
  width: 1em;
  height: 1.2em;
}
.container .carousel-inner {
  height: 60vh;
}
.container .Border {
  border: 10px solid sienna;
  background-color: #FFCB6D;
}
.container .modal-content {
  width: 100%;
  height: 100%;
  margin: 0;
}
.container .Main .main-img img {
  width: 250px;
  height: 250px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px black;
  border: 2px solid #8d3737;
}
.container .Main .pooja-timing {
  background-color: chocolate;
  width: 250px;
  height: 200px;
  border-radius: 20px;
  border: 8px solid darkolivegreen;
  margin-left: 30px;
}
.container .Main .pooja-timing h4 {
  text-decoration: underline;
}
.container .Main .pooja-timing ul {
  text-align: center;
  font-weight: 300;
  padding: 10px;
  color: aliceblue;
  -webkit-animation: moving 3s infinite;
  font-weight: bold;
  animation: moving 3s infinite;
}
.container .Main .pooja-timing ul li {
  padding-top: 10px;
  font-size: 19px;
}
.container .Main .bottom-img {
  margin-left: -10px;
  margin-top: 50px;
}
.container .Main .bottom-img img {
  background-color: #3b3735;
  border-radius: 10px;
  width: 199px;
  height: 270px;
  cursor: pointer;
}
.container .Main .festivals {
  background-color: chocolate;
  border-radius: 20px;
  opacity: 0.8;
  width: 270px;
  height: 280px;
  padding: 10px;
  margin: 55px 20px 10px 35px;
  border: 5px solid;
  border-color: darkorange;
}
.container .Main .festivals h4 {
  text-decoration: underline;
}
.container .Main .festivals a {
  text-decoration: none;
}
.container .Main .festivals a ul {
  padding: 10px;
  color: antiquewhite;
  font-size: 18px;
}
.container .Page div {
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
}
.container .Page div a {
  text-decoration: none !important;
  font-weight: bold;
  background-color: #4CAF50;
  border-radius: 10%;
  cursor: pointer;
  border: none;
  color: white;
  padding: 6px;
}
.container .Page div a:hover {
  color: #4a3131;
  border: 1px solid blanchedalmond;
}
.container h3 {
  background-color: yellowgreen;
  color: #4a3131;
  border-radius: 10px;
  margin: 10px 80px;
  font-size: bold;
  text-align: center;
  border: 1px solid brown;
}
.container .News h3 {
  background-color: #82a57e;
  color: #221919;
  border-radius: 10px;
  margin: 10px 80px;
  font-size: bold;
  text-align: center;
  border: 1px solid #896a6a;
}
.container .about {
  position: relative;
}
.container .about .about-img {
  padding: 5px;
}
.container .about .about-img img {
  width: 100%;
  border-radius: 10px;
}
.container .about a {
  position: absolute;
  right: 20px;
  top: 11px;
  background-color: black;
  border-radius: 10px;
  color: white;
  padding: 2px 10px;
}
.container .History {
  position: relative;
  padding: 0 10px;
}
.container .History div {
  padding-top: 6px;
}
.container .History a {
  position: absolute;
  right: 10px;
  top: 11px;
  background-color: black;
  border-radius: 10px;
  color: white;
  padding: 2px 10px;
}
.container .Festival ul {
  padding: 10px;
  padding-top: 10px;
  text-align: justify;
  font-size: 18px;
}
.container .Festival ul li {
  padding-top: 10px;
}
.container .Festival ul li span {
  font-weight: bold;
}
.container .Festival img {
  position: relative;
  width: 300px;
  height: 400px;
  border: 5px ridge #119e11;
  margin-bottom: 10px;
}
.container .sevatable {
  text-align: center;
}
.container .sevatable td,
.container .sevatable th {
  border: 1px solid #ddd;
  padding: 7px;
  font-weight: 520;
  font-family: 'Source Sans Pro', sans-serif;
}
.container .sevatable th {
  text-align: center;
  background-color: #4CAF50;
  color: white;
  font-weight: 600;
}
.container .sevatable tr:nth-child(even) {
  background-color: antiquewhite;
}
.container .sevatable tr:hover {
  background-color: burlywood;
}
.container .Gallery {
  padding: 10px;
  margin: auto;
}
.container .Gallery img {
  padding-top: 15px;
}
.container .modal {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  overflow: auto;
  transition: all 0.3s ease-in-out;
}
.container .modal-body {
  padding-top: 0;
  padding: 0.3rem;
  background-color: black;
}
.container .modal-body .btn-close {
  position: absolute;
  margin: 0;
  border-radius: 50%;
  background-color: white;
}
.container .modal-body button:not(:disabled) {
  right: 0px;
}
.container .News {
  padding: 10px;
}
.container .News img {
  border: 5px solid #3a1010;
  height: auto;
}
.container .Location iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 5px solid #bfbda4 !important;
}
.container .Contact {
  padding: 10px;
}
.container .Contact .contact_modal {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  padding: 5px;
  padding-left: 15px;
  color: blanchedalmond;
  margin-top: 10px;
  border: 5px solid #8a6767;
  background-color: #191c18;
}
.container .footer {
  background-color: black;
  opacity: 0.9;
}
.container .footer ul {
  display: inline-flex;
  padding: 0;
  padding-top: 25px;
}
.container .footer ul li {
  padding: 0.5em;
}
.container .footer ul li:last-child {
  padding-right: 0em !important;
}
.container .footer ul li a {
  text-decoration: none;
  color: floralwhite;
  font-weight: bold;
}
.container .footer ul li a:hover {
  color: #4CAF50;
}
.container .footer ul span {
  padding-top: 2px;
  font-size: 21px;
  color: floralwhite;
  font-weight: bold;
}
.container .footer img {
  width: 100px;
  height: 90px;
}
.container .footer h4 {
  font-size: 15px;
  padding-top: 25px;
  color: floralwhite;
  font-weight: bold;
  line-height: 22px;
}
.container .footer h4 a {
  color: beige;
  text-decoration: none;
}
.container .footer h4 a:hover {
  color: yellowgreen;
}
@media (min-width: 280px) and (max-width: 767px) {
  .container .navbar {
    padding: 0px;
  }
  .container .navbar .navbar-collapse .navbar-nav .nav-link {
    text-align: center;
    background-color: #4CAF50;
    border: 1px solid black;
    color: white;
    font-weight: bold;
  }
  .container .navbar .navbar-collapse .navbar-nav .nav-link:hover,
  .container .navbar .navbar-collapse .navbar-nav .nav-link:focus {
    background-color: #94d756;
    color: #191c18;
  }
  .container .bottom-img {
    margin-left: 0 !important;
  }
  .container .bottom-img img {
    width: 240px !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  .container .carousel-inner {
    height: auto;
  }
  .container .about .about-img img {
    width: 100%;
    height: auto;
  }
  .container .Contact .contact_modal {
    text-align: center;
    padding-left: 0px;
  }
  .container .Location iframe {
    height: 50vh;
  }
  .container .News .manavi-letter {
    padding-top: 10px;
  }
  .container .footer h4 {
    padding-top: 10px;
  }
  .container .Gallery img {
    width: 100%;
  }
}
@media (min-width: 280px) and (max-width: 480px) {
  .container .footer ul {
    padding-top: 10px;
  }
  .container .footer ul li {
    font-size: 10px !important;
    padding: 0.5em 1em;
  }
  .container .footer ul span {
    font-size: 15px !important;
  }
  .container .footer h4 {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container .navbar .navbar-nav .nav-link {
    padding: 0.2em 0.85em !important;
  }
  .container .carousel-inner {
    height: auto;
  }
  .container .about .about-img img {
    height: auto;
  }
  .container .News h3 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .container .bottom-img {
    margin-left: 0 !important;
  }
  .container .bottom-img img {
    margin-bottom: 10px;
  }
  .container .contact_modal {
    text-align: center;
    padding-left: 0px;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .container .navbar .navbar-nav .nav-link {
    padding: 0.2em 2em !important;
  }
  .container .carousel-inner {
    height: auto;
  }
  .container .News h3 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .container .Contact .contact_modal {
    width: 300px;
  }
}
@media (min-width: 1281px) and (max-width: 1365px) {
  .container .carousel-inner {
    height: auto;
  }
}
@media (min-width: 280px) and (max-width: 1024px) {
  body {
    position: absolute;
  }
}
@keyframes moving {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(-20px);
  }
}
