body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  /* overflow-x: hidden; */
}
p {
  font-size: 16px;
  margin: 0;
}

.heading-text {
  font-size: 35px !important;
}
.custom-filled-button {
  background: #f3b440;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 21.5px;
  color: #830606;
  font-size: 20px;
}
/* .container-fluid {
  padding-right:0px;
  padding-left:0px;
} */
.row {
  margin-left: 0;
  margin-right: 0;
}
/* [class^="col-md-"], 
[class*=" col-md-"] {
  padding-right: 0;
  padding-left: 0;
} */
.header {
  background-image: url("../assets/images/temple-header-image.jpg");
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.hamburger {
  color: white;
  font-size: 28px;
}
.temple-title-image {
  width: 850px;
}
.icons-container i {
  padding-top: 20px;
}

.headerNavbar {
  text-align: right;
}
.headerNavbar li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  z-index: -1;
  color: white !important;
}
.headerNavbar .active {
  background: #830606;
  border-radius: 11px;
  width: fit-content;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* begins::timing */
.timing {
  background-color: #830606;
}
.darshan-text-box {
  background: #f3b440;
  color: #830606;
  font-size: 20px;
  font-weight: 400;
  box-shadow: 20px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 0px 39px 39px 0px;
}
.darshan-timing {
  font-size: 18px;
  color: #fff;
}
/* ends::timing */

/* begins::news*/
.temple-news {
  background-color: #830606;
}
.news-heading {
  color: #f3b440;
}
.news-paragraph {
  font-size: 18px;
  text-align: justify;
}
.custom-outlined-button {
  border: 1px solid #f3b440;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 17.5px;
}
.temple-news a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #f3b440;
}
.donate {
  background-image: url("../assets/images/donatebackground.png");
  background-size: cover;
}
/* ends::news */

/* begins::history */
.history {
  background-image: url("../assets/images/historybackground.png");
  background-color: #bb9242;
}
.history-heading {
  font-weight: 200;
  font-size: 100px;
}
.history-paragraph {
  text-align: justify;
}

/* ends::history */

/* begins::carousel */
.carouselsec {
  background-image: url("../assets/images/carouselbackground.png");
  background-size: cover;
}
.carousel-header-image {
  width: 1340px;
}
/* ends::carousel */

/* begins::footer */
.footer {
  background-color: #830606;
  color: #f3b440;
  width: 100%;
}

.footer ul {
  list-style: none;
}
.footer ul li {
  padding-top: 8px;
}
.footer-input {
  background: rgba(255, 136, 25, 0.2);
  border: 2px solid #ff8819;
  box-sizing: border-box;
  border-radius: 17px;
  height: 30px;
}
.footer-input::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  padding: 10px;
  color: #ab7645;
}
.footer-submit {
  background: #ff8819;
  border-radius: 17px;
}
.footer-paragraph {
  text-align: right;
}
.footer-header-image {
  width: 1342px;
}

.form-row {
  display: flex;
  align-items: center;
}
/* ends::footer */

.ic-sm {
  height: 30px;
  width: 30px;
  font-size: 18px;
  cursor: pointer;
}
.text-maroon {
  color: #830606;
}

.dropdown-btn {
  background-color: none;
  color: #830606;
  border: 1px solid #830606;
}
.dropdown-btn:hover {
  color: #830606;
  border: 1px solid #830606;
}
/* .dropdown-item-active {
  background-color: #830606 !important; 
  background-color: none!important;
} */
.dropdown-menu {
  background-color: #f3b440;
  min-width: 0;
}
.dropdown-item {
  text-decoration: underline;
  color: #830606 !important;
}
.dropdown-item:hover {
  /* background-color: #830606 !important; */
  background-color: none;
}
.dropdown-menu > a:hover{
  background-color: transparent;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .temple-title-image {
    width: 550px;
    padding-top: 10px;
  }
  .history-god-image {
    width: 250px;
  }
  .footer-header-image {
    display: none;
  }
  .carousel-header-image {
    display: none;
  }
  .carousel-image {
    width: 100%;
  }
  .header {
    background-position: center;
  }
  .headerNavbar li a {
    font-weight: 500;
    color: white !important;
  }
  .hamburger {
    color: #830606 !important;
  }
  .icons-container {
    color: #830606 !important;
    /* color: #f3b440!important; */
  }
  .dropdown-btn {
    margin-top: 20px;
  }
  .form-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 576px) {
  .header {
    /* background-position: center;
    height: auto; */
    background-image: url("../assets/images/temple-header-mobile-image.jpg");
  }
  .headerNavbar li a {
    /* color: #f3b440 !important; */
  }
  .hamburger {
    color: #830606 !important;
  }
  .icons-container {
    color: #830606 !important;
    /* color: #f3b440!important; */
  }
  .title-row {
    padding-top: 150px;
  }
  .temple-title-image {
    width: 350px;
  }
  .footer-paragraph {
    text-align: left;
  }
  .footer-p {
    text-align: left;
  }

  .footer-header-image {
    display: none;
  }
  .carousel-header-image {
    display: none;
  }
  .footer-submit {
    margin-top: 2px;
  }
  .footer-input {
    margin-bottom: 5px;
  }
  .footer-last-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .history-god-image {
    width: 250px;
  }

  .darshan-text-box {
    background: #f3b440;
    color: #830606;
    font-size: 20px;
    font-weight: 400;
    box-shadow: 20px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .history-heading {
    font-size: 40px;
    font-weight: 500;
    padding: 5px;
  }
  .history-paragraph {
    text-align: justify;
    padding-left: 5px;
    padding-right: 15px;
  }
  .form-row {
    display: none;
  }
  .heading-text {
    font-size: 25px !important;
  }
}
