* {
  font-family: "Kumbh Sans", sans-serif;
}

.pt-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}

html {
  scroll-behavior: smooth;
}

.navbar a {
  font-size: 18px;
  font-weight: bold;
}

.nav-link {
  color: #606060 !important;
  /* Remove background and box-shadow if present */
  background: none !important;
  box-shadow: none !important;
  transition: color 0.2s, border-bottom 0.2s;
}

.nav-link:hover,
.nav-link:focus {
  color: #4ec2b3 !important;
  /* Optional: change text color on hover */
  text-decoration: underline !important;
  background: none !important;
  box-shadow: none !important;
}

.btn-md {
  padding: 15px 30px;
  border-radius: 0;
}

.mbr-section-subsection {
  color: #999999;
  font-size: 20px;
  margin-bottom: 21px;
}

.mbr-section-h1 {
  font-size: 45px !important;
}

.text-grey {
  color: #404040;
}

.content1 {
  font-size: 16px !important;
  color: #606060;
}

.bg-brown {
  background: #f1efeb;
}

.bg-primary-new {
  background: #ffffff;
}

.bg-primary-new * {
  color: #060606 !important;
}

.display-4 {
  font-size: 45px !important;
}

.display-5 {
  font-size: 30px !important;
}

.font-weight-400 {
  font-weight: 400;
}

.display-iconfont {
  background-color: #3c9cdd !important;
  font-size: 30px;
  height: 56px;
  min-width: 56px;
  padding: 0.7rem;
  padding-top: 13px;
  color: #fff !important;
  border: 1px solid #3c9cdd !important;
  border-radius: 50%;
}

.special-content h4 {
  font-size: 24px !important;
}

.special-content p,
.special-content a,
.special-content label,
.special-content span {
  font-size: 16px !important;
}

.special-content .card1 {
  background: #a3c5db !important;
}

.special-content .card2 {
  background: #b5fae3 !important;
}

.special-content .card3 {
  background: #c1bebe !important;
}

.special-content .card4 {
  background: #bcd9df !important;
}

.special-content .card1 * {
  color: #000000;
}

.special-content .card2 * {
  color: #000000;
}

.special-content .card3 * {
  color: #000000;
}

.special-content .card4 * {
  color: #000000;
}

body {
  color: #232323;
}

ul {
  list-style: circle;
}

a {
  text-decoration: none !important;
}

.bg-brown * {
  color: #090909;
}

.bg-brown a,
.bg-primary-new a {
  color: #090909 !important;
  text-decoration: underline !important;
}

footer * {
  font-size: 16px !important;
}

.bg-brown p,
.bg-brown a,
.bg-brown span,
.bg-brown label {
  font-size: 16px !important;
}

.bg-primary-new p,
.bg-primary-new span,
.bg-primary-new label {
  font-size: 16px !important;
}

.bg-primary-new a {
  font-size: 16px;
}

.contentImg:hover {
  box-shadow: 0 50px 50px -25px rgb(0 0 0 / 30%);
  transform: rotate(-2deg) scale(1.03);
}

.btn-warning {
  color: #ffffff !important;
  background-color: #3c9cdd;
  border-color: #3c9cdd;
}

.btn-warning:hover {
  background-color: #4ec2b3;
  border-color: #4ec2b3;
}

.contentImg {
  transition: all 0.3s;
  border-radius: 30px;
}

iframe {
  border: none !important;
}

footer {
  background: #4ec2b3;
  color: #808080;
}

footer a {
  color: #808080;
  text-decoration: underline;
}

.underlineShow {
  font-weight: inherit;
  background-image: linear-gradient(120deg, #ffc658 0%, #ffc658 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
  transition: background-size 0.2s ease-in;
}

.icon-button i {
  font-size: 20px;
  padding: 10px;
}

.icon-button i:hover {
  color: #fff !important;
  background-color: #3c9cdd !important;
}

.blackPara {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.blackPara * {
  color: white !important;
}

.faq_area {
  position: relative;
  z-index: 1;
}

.faq-accordian {
  position: relative;
  z-index: 1;
}

.faq-accordian .card {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.faq-accordian .card:last-child {
  margin-bottom: 0;
}

.faq-accordian .card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom-color: #ebebeb;
}

.faq-accordian .card .card-header h6 {
  cursor: pointer;
  padding: 1.75rem 2rem;
  color: #3f43fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-accordian .card .card-header h6 span {
  font-size: 1.5rem;
}

.faq-accordian .card .card-header h6.collapsed {
  color: #070a57;
}

.faq-accordian .card .card-header h6.collapsed span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq-accordian .card .card-body {
  padding: 1.75rem 2rem;
}

.faq-accordian .card .card-body p:last-child {
  margin-bottom: 0;
}

.special-content .row-item {
  padding: 3rem;
  padding-top: 3.7rem;
  height: 100%;
}

.special-content .row-item.card1 {
  background: #eae8e4;
}

.special-content .row-item.card2 {
  background: #eddad8;
}

.special-content .row-item.card3 {
  background: #c1bebe;
}

.special-content .row-item.card4 {
  background: #bcd9df;
}

.special-content .card-img {
  margin-bottom: 1.7rem;
  text-align: left;
}

.special-content .item-wrapper {
  margin-bottom: 1.5rem;
}

.display-card-title {
  margin-bottom: 1rem;
}

.news-widget-border {
  border: 1px solid #607d8b2e;
  border-radius: 5px;
  padding: 20px 20px;
  background: white;
}

.display-8 {
  font-size: 14px;
}

.display-9 {
  font-size: 20px;
  font-weight: bold;
}

.news-widget {
  background: #f5f5f7;
}

.news-widget img {
  object-fit: cover;
  border-radius: 0px !important;
}

.icon-button i:hover {
  background: white;
  color: #ffc107;
  border-radius: 50%;
  width: 10mm;
  text-align: center;
  height: 10mm;
}

.icon-button i {
  border-radius: 50%;
  width: 10mm;
  text-align: center;
  height: 10mm;
}

.banner-img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  object-position: center;
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;

  right: 0;
}

.bg-white {
  background-color: #ffff !important;
}

.img-overlay {
  position: relative;

  min-height: 30px;
}

@media only screen and (max-width: 1000px) {
  .img-overlay {
    min-height: 0px !important;
  }

  .mbr-section-h1 {
    font-size: 20px;
  }

  .mbr-section-subsection {
    font-size: 15px !important;
  }

  .bg-image {
    padding-bottom: 0px !important;
  }
}

.ILinks {
  text-decoration: underline !important;
}

.mbr-section-h2 {
  font-size: 2rem !important;
}

.sitemapDiv {
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-menu {
  top: 79%;
  max-width: 800px;
  overflow-x: auto;
}

.infobox-above {
  font-size: 40px;
  color: #004771;
}

.review {
  padding: 20px;
  border-radius: 5px;
  border-width: 0px;
  background: #f5f5f5;
}

.review img {
  height: 45px;
  margin-right: 10px;
}

.review .first {
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review p {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}

.review h3 {
  margin: 3px 0;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}

.tourist-review {
  border-radius: 5px;
  object-fit: cover;
  border: solid #ebebeb 0px;
  background: #f5f5f5;
}

.fa-star,
.fa-star-half-alt {
  font-size: 13px;
}

.tourist-review a {
  color: black;
  font-size: 13px;
}

.tourist-review h3 {
  font-size: 16px;
  margin-top: 10px;
}

.tourist-review {
  cursor: pointer;
  background: #f5f5f5;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  border: solid #ebebeb 0px;
  transition: 0.3s transform ease-in-out;
}

.wikipedia a {
  color: #ff5722;
}

.wikipedia h3,
.wikipedia .org {
  font-size: 30px !important;
}

.wikipedia * {
  font-size: 14px !important;
}

.directions h5 {
  font-size: 13px;
}
