@import url('https://fonts.googleapis.com/css2?family=Jomolhari&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rubik+Vinyl&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root
{
  --primary-color: #0571b2;
  --primary-color-rgb: 4, 47, 102;
  --secondary-color: #0571b2;
  --secondary-color-rgb: 24, 38, 81;
  --accent-color: #ffefcc;
  --accent-color-rgb: 255, 239, 204;
  --body-font: "Mukta", sans-serif;
  --heading-font: "Prompt", sans-serif;
  --breakpoint-min: 414;
  --breakpoint-max: 1200;
  --breakpoint-range: calc(var(--breakpoint-max) - var(--breakpoint-min));
  --breakpoint-diff: calc(100vw - (var(--breakpoint-min) * 1px));
  --fs-large-banner: clamp(1.5rem, calc((16 * 3.5) * (var(--breakpoint-diff) / var(--breakpoint-range))), 3.5rem);
  --fs-title: clamp(1.3125rem, calc((16 * 2.75) * (var(--breakpoint-diff) / var(--breakpoint-range))), 2.75rem);
  --fs-small-banner: clamp(1.25rem, calc((16 * 2) * (var(--breakpoint-diff) / var(--breakpoint-range))), 2rem);
  --fs-sub-title: clamp(1.1875rem, calc((16 * 1.5) * (var(--breakpoint-diff) / var(--breakpoint-range))), 1.5rem);
  --fs-caption: clamp(0.9375rem, calc((16 * 1.125) * (var(--breakpoint-diff) / var(--breakpoint-range))), 1.1875rem);
  --fs-lead: 1.125rem;
  --fs-text: 1rem;
  --fs-small: 0.875rem;
  --button-padding-y: clamp(0.25rem, calc((16 * 0.5) * (var(--breakpoint-diff) / var(--breakpoint-range))), 0.5rem);
  --button-padding-x: clamp(0.75rem, calc((16 * 1) * (var(--breakpoint-diff) / var(--breakpoint-range))), 1rem);
  --border-roundness: clamp(0.5rem, calc((16 * 1) * (var(--breakpoint-diff) / var(--breakpoint-range))), 1rem);
  --header-height: 0;
  --menu-height: 0;
  --body-color: #5a5a5a;
  --nav-hover-color: #0571b2;
}

* {
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif;
}

.nav-link,
.dropdown-item {
  color: var(--bs-dark);
  font-size: var(--fs-lead);
  font-weight: 500;
  margin-right: 1rem;
}

.nav-link:hover,
.dropdown-item:hover {
  color: var(--nav-hover-color);
  font-size: var(--fs-lead);
  font-weight: 500;
  margin-right: 1rem;
}
.navbar-nav>.nav-item>a{
  font-size: 17px;
  font-family: "Jomolhari", serif;

}
img {
  max-width: 100%;
}

.section__title {
  color: var(--primary-color);
  font-size: var(--fs-title);
  font-weight: 700;
  font-family: var(--heading-font);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.section__title img {
  margin-left: 10px;
}
 
/* ========== MESSAGE CSS START ============ */

.message__committee {
  text-align: center;
}

.message__committee {
  & img {
    border-radius: 50%;
    width: 128px;
    aspect-ratio: 1;
    object-fit: cover;
  }
}
.message-para>p{
  text-align: justify;
}

.section-one {
  background-image: url(../background-images/background-image.webp);
  background-position: right bottom, left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px;
}

/* ========== MESSAGE CSS END ============ */

.myvideo {
  /* margin-top: 10%; */
  /* position: absolute; */
  width: 100%;
  height: auto;
}

.myvideo1 {
  width: 100%;
  height: auto;
}

.myvideo1 video {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  object-fit: fill;
}

.myvideo video {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  object-fit: fill;
}

.myvideo3 video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 575.98px) {

  .myvideo,
  .myvideo1 {
    width: 100%;
    height: auto;
  }

  video {
    width: 100%;
    height: auto;
    object-fit: fill;
    /* This is set to fill, but you can change it to cover if needed */
  }
}

.pricing {
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}

.profile-img {
  border-radius: 100%;
  overflow: hidden;
  /* width: 200px;
  height: 200px; */
  margin: 0 auto 1rem;
  border: 3px solid var(--accent-color);
  padding: 0;

}

.profile-box img {
  transition: transform 0.3s ease-in-out;
}

.profile-box:hover img {
  transform: scale(1.2);
}


.profile-box h4 {
  font-size: 16px;
  color: var(--accent-color);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.profile-box {
  padding: 1rem 0;
  /* max-width: 260px; */
  /* width: 28%; */
  margin: 0.5rem .5rem;
  border: 1px solid #efe1b3;
  text-align: center;
}

.profile-box span {
  color: var(--accent-color);
}

.wow-up:hover {
  /* transform: translateY(-50px); */
  margin-top: -16px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {

  #explore,
  #happening {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #explore {
    padding: 20px 0 50px;
    margin-top: auto;
  }
}


.explorebg2 {
  /* position: absolute; */
  z-index: 5;
  bottom: -84px;
  /* margin: 0 auto; */
  margin-bottom: -100px;
  width: 100%;
}

.explorebg21 {
  z-index: 5;
  margin-top: -100px;
  width: 100%;
}

.explorebg21 img {
  rotate: 180deg;
}

#explore,
.explore {
  position: relative;
  z-index: 1;
  background-color: #e4f4fb;
  display: table;
  width: 100%;
  padding: 50PX 0 50PX 0;
}

.title h2 {
  font-weight: 500;
  text-align: center;
}

.title h2 b {
  font-weight: 800;
}

.title p {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  /* font-size: 85%; */
  margin: 0;
}

#explore h2 {
  color: #ed3e50;
  font-size: 2.1em;
  margin-top: 10px;
  text-align: center;
}

.isar-effect ul li {
  margin-right: 1.2rem;
}

.tabs-left>li {
  position: relative;
  display: block;
}

.btn {
  color: #000;
}

.btn:hover {
  color: #fff;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}


.tabs-left a {
  /* background-image: url(https://uptourism.gov.in/images/july.jpg); */
  /* background-image: url(./assets/images/quicklink-bg1.webp); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tabs-left li a {
  color: #000;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 1.3em;
  font-weight: 600;
  border-radius: 6px;
  border: 3px solid #fb1b6a;
  /* position: relative; */
  padding: 15px 10px;
  background-repeat: no-repeat;
  transition-duration: .3s;
}

/* .tabs-left li a{color: #fff;} */

/* =====================
    SECTION: Footer
    ====================== */
footer {
  margin-top: auto;
  background: rgb(var(--primary-color-rgb));
}

.footer__container {
  position: relative;
}

.footer__info .list-group {
  --bs-list-group-bg: transparent;
  --bs-list-group-border-color: color-mix(in srgb,
      var(--primary-color) 75%,
      var(--bs-body-bg) 25%);
  margin-top: 1rem;
}

.footer__info .list-group .bi {
  color: var(--bs-light);
}

.footer__widget .footer__title {
  color: #fff;
}

.footer__cpr {
  background: color-mix(in srgb, var(--primary-color) 100%, black 25%);
  color: var(--bs-light);
}

/* =====================
  SECTION: Breadcrumb
  ====================== */

.footer {
  background-image: url(./assets/images/isar-icon/ram-mandir.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pdf-area {
  height: 100vh;
}


.custom-shape-divider-bottom-1713420457 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1713420457 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 21px;
  color: #fff;
}

.custom-shape-divider-bottom-1713420457 .shape-fill {
  fill: #ffffff;
}

.festival-item {
  position: relative;
}

ul.description {
  display: flex;
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  position: absolute;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  bottom: 0;
  right: 0;
  left: 0px;
}

.description li {
  margin: 2px 10px;
}




/* ============================= */

/* From Uiverse.io by htwarriors108 */
/* From Uiverse.io by gharsh11032000 */
.card {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 12px;
  /* gap: 12px; */
  background-color: #5a5a5a;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.7;
  /* Initial opacity */
  transition: opacity 0.5s ease-in-out;
  /* Smooth transition */

}

.card:hover {
  opacity: 1;
}


.card .heading {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 800;
  color: #e4f4fb;
}

.card p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.footer-section {
  background-image: url(../background-images/footer.webp);
  background-position: right bottom, left top;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ganga-arti-section {
  background-image: url(../background-images/ganga-arti.webp);
  /* background-position: right bottom, left top; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 1em 0em;
  justify-content: center;
}

.social-list li {
  height: 150px;
  width: 150px;
  border: 1px solid #fff;
  list-style: none;
  border-radius: 1rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  overflow: hidden;
}

.social-list li img {
  transition: transform 0.3s ease-in-out;
}

.social-list li:hover img {
  transform: scale(1.2);
}

.section-form {
  background-color: #0571b2;
}

/* .flex-nav{} */
#flex-nav ul {
  /* margin: 0 -10px;
  padding: 0 10px; */
  list-style: none;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  word-wrap: normal;
  /* height: auto; */
  height: 20vh;
}

#flex-nav ul li {
  border-radius: 50px;
  margin-top: 10px;
}

#flex-nav ul li a {
  margin: 10px;
  width: 550px;
  border: 0;
  text-decoration: none;
  word-wrap: normal;
  word-break: normal;
  font-size: 12px;
  background-color: #efe1b3;
}

/* =========== GANGA ARTI SECTION STRAT ============= */

.message-para{
  background: #00000073;
  border-radius: 0px 40px 0px 40px;
}
/* =========== GANGA ARTI SECTION END ============= */
