@import url("https://fonts.googleapis.com/css2?family=Anek+Odia:wght@100..800&display=swap");

.notice_section {
  position: relative;
  overflow: hidden;
}

/* .notice-scroll {
  overflow-y: auto;
  max-height: 500px;
} */

.hero_section {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow-x: hidden;
}

.hero_container {
  height: 100%;
}

.hero_container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.mytho_section {
  background: linear-gradient(to right, #650000, #000000);
}

.mytho_section .button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--clr);
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.mytho_section .button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.mytho_section .button:hover {
  background-color: #000;
}

.mytho_section .button:hover .button__icon-wrapper {
  color: #000;
}

.mytho_section .button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.mytho_section .button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.mytho_section .button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.mytho_section h1,
.event_schedule_section h1 {
  background: linear-gradient(to right, #ffffff, #e2b431);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

button.notice-btn {
  border: 1px solid maroon;
  background: #530000;
  padding: 8px 0;
  border-radius: 10px;
}

.notice-btn a {
  color: #ffffff;
}

/* .notice-scroll {
    padding: 4rem 6rem;
  } */

@media (max-width: 991px) {
  .notice-scroll {
    padding: 6rem 8rem;
  }

  .profile-image {
    width: 100%;
  }
}

@media (min-width: 240px) {
  .notice-scroll {
    padding: 3rem 4rem;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 175px;
  }
}

@media (min-width: 300px) {
  .notice-scroll {
    padding: 3rem 5rem;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 240px;
  }
}

@media (min-width: 400px) {
  .notice-scroll {
    padding: 4rem 6rem;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 370px;
  }
}

@media (min-width: 500px) {
  .notice-scroll {
    padding: 3rem 7rem;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 445px;
  }
}

@media (min-width: 600px) {
  .notice-scroll {
    padding: 6rem 9rem;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 490px;
  }
}

@media (min-width: 700px) {
  .notice-scroll {
    padding: 7rem 10rem;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 490px;
  }
}

@media (min-width: 800px) {
  .notice-scroll {
    padding: 7rem 10rem;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 490px;
  }
}

@media (min-width: 992px) {
  .notice-scroll {
    padding: 4rem 5rem;
  }

  .profile-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 235px;
  }
}

@media (min-width: 1100px) {
  .notice-scroll {
    padding: 5rem 6rem;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 290px;
  }
}

@media (min-width: 1150px) {
  .scrollable_notice {
    overflow-y: auto;
    max-height: 285px;
  }
}

@media (min-width: 1200px) {
  .notice-scroll {
    padding: 5rem 7rem;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 300px;
  }
}

@media (min-width: 1240px) {
  .scrollable_notice {
    overflow-y: auto;
    max-height: 325px;
  }
}

@media (min-width: 1300px) {
  .scrollable_notice {
    overflow-y: auto;
    max-height: 330px;
  }
}

@media (min-width: 1350px) {
  .scrollable_notice {
    overflow-y: auto;
    max-height: 350px;
  }
}

@media (min-width: 1400px) {
  .scrollable_notice {
    overflow-y: auto;
    max-height: 370px;
  }
}

@media (min-width: 1450px) {
  .scrollable_notice {
    overflow-y: auto;
    max-height: 390px;
  }
}

@media (min-width: 1500px) {
  .scrollable_notice {
    overflow-y: auto;
    max-height: 410px;
  }
}

@media (min-width: 1550px) {
  .scrollable_notice {
    overflow-y: auto;
    max-height: 430px;
  }
}

@media (min-width: 1600px) {
  .notice-scroll {
    padding: 6rem 8rem;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 430px;
  }
}

@media (min-width: 1650px) {
  .scrollable_notice {
    overflow-y: auto;
    max-height: 470px;
  }
}

@media (min-width: 1700px) {
  .notice-scroll {
    padding: 7rem 10rem;
  }

  .scrollable_notice {
    overflow-y: auto;
    max-height: 450px;
  }

  .profile-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
}

@media (min-width: 1800px) {
  .scrollable_notice {
    overflow-y: auto;
    max-height: 535px;
  }
}

.notice-scroll p {
  padding-right: 10px;
}

.notice_management_section .card {
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.character_section .card,
.areas_involved .card,
.album .card {
  border-radius: 40px;
  padding: 1rem;
  box-shadow: -1px 2px 0px 0px rgba(0, 0, 0, 0.3);
}

.character_section .card img,
.areas_involved .card img,
.album .card img {
  border-radius: 40px;
}

.heading {
  background: linear-gradient(to right, #650000, #2e0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Character Image */

.character_section .card img,
.areas_involved .card img {
  border-radius: inherit;
  transition: transform 0.3s ease;
}

/* Card hover effect */
.character_section .card,
.areas_involved .card,
.album .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
}

.character_section .card:hover,
.areas_involved .card:hover,
.album .card:hover {
  transform: translateY(-10px);
}

/* Image hover scaling */
.character_section .card img:hover,
.areas_involved .card img:hover {
  transform: scale(1.1);
}

/* Figcaption Effect */
.character_section .card .desc,
.areas_involved .card .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  align-items: center;
  font-family: "Quicksand", serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  padding: 0.75rem;
  text-align: center;
  background: var(--c, #ffffff);
  clip-path: inset(0 var(--_i, 100%) 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask-clip: text, padding-box;
  margin: -1px;
  transition: clip-path 0.4s, color 0.4s;
}

.character_section .card:hover .desc,
.areas_involved .card:hover .desc {
  --_i: 0%;
  color: #000000;
}

.character_section .card .desc button,
.areas_involved .card .desc button {
  padding: 10px 15px;
  background: linear-gradient(to right, #650000, #2e0000);
  border-radius: 15px;
  color: #fff;
  border: none;
}

.character_section .card .desc p,
.areas_involved .card .desc p {
  color: #000;
}

/* .hero_section::-webkit-scrollbar {
  display: none;
} */

.hero_section .hero_container img {
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .event_schedule_section .custom-card {
    padding: 20px 0px 20px 20px;
  }

  .hero_section {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .event_schedule_section .tab-content {
    padding: 20px;
  }

  .event_schedule_section .custom-card {
    padding: 20px;
  }

  .hero_section {
    margin-top: 3rem;
  }

  .event_schedule_section .text-section p {
  }
}

.event_schedule_section .tab-content {
  background-color: transparent;
  border-radius: 10px;
}

.event_schedule_section .nav-link {
  background-color: #6c0100;
  color: white;
  border: 1px solid #fff;
  margin-bottom: 5px;
}

.event_schedule_section .nav-link.active {
  background-color: #fff;
  color: #b20807;
}

.event_schedule_section .left_tab {
  background: maroon;
  padding: 2rem;
  filter: drop-shadow(-2px 0px 5px #00000078);
}

.event_schedule_section {
  background: maroon;
}

.event_schedule_section .custom-card {
  background-color: transparent;
  border-radius: 10px;
}

.event_schedule_section .icon-section {
  font-size: 30px;
  font-weight: bold;
  color: white;
  margin-right: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: "Anek Odia", serif !important;
}

.event_schedule_section .icon-section span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  font-weight: 500;
  margin-top: 10px;
  font-family: "Anek Odia", serif !important;
}

.event_schedule_section .icon-section-btn {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.event_schedule_section .icon-section-btn span {
  font-size: 10px;
  display: block;
  font-weight: 500;
}

.event_schedule_section .nav-link {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}

.event_schedule_section .text-section {
  border-left: 3px solid white;
  padding-left: 2rem !important;
  color: white;
}

.event_schedule_section .text-section h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

.event_schedule_section .text-section p {
  font-size: 1.1rem;
  color: white;
  display: flex;
  gap: 4px;
  align-items: center;
}

.event_schedule_section {
  background: linear-gradient(to right, #000000, #650000);
  position: relative;
}

.event_schedule_section p {
  position: relative;
  padding-left: 30px; /* Add padding for the bullet */
}

.event_schedule_section p::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url("../image/bullet.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .event_schedule_section {
    height: 100%;
  }

  .event_schedule_section .left_tab {
    height: 100%;
  }
}

.location-btn {
  padding: 6px 10px;
  background-color: #560000;
  border-radius: 15px;
  color: #fff;
  font-size: 10px;
}

.location_area h4,
.location_area p {
  color: #fff;
}

#language-or {
  font-family: "Anek Odia", serif !important;
  padding: 1rem 0;
}

#language-en {
  font-family: "Quicksand", serif !important;
}

.cultural_programme {
  border-left: 3px solid white;
  padding-left: 2rem;
  color: white;
  margin-top: 4rem;
}

.cultural_programme h3 {
  font-weight: 700;
  margin-bottom: 2rem;
}

.cultural_programme p {
  font-size: 1.1rem;
  color: white;
}


.live_section img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.live_section {
  width: 100%;
  position: absolute;
  bottom: 1rem;
  PADDING: 0 5rem;
}
