﻿@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
.sub_heading_primary {
  font-size: clamp(30px, 2.5vw, 3rem);
  color: #c22128;
  font-weight: bold;
  margin-bottom: 1.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.sub_heading_primary img {
  width: 100%;
  max-width: 60px;
}

.sub_heading_secondory {
  font-size: clamp(30px, 2.5vw, 3rem);
  color: #2f569c;
  font-weight: bold;
  margin-bottom: 1.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.sub_heading_secondory img {
  width: 100%;
  max-width: 60px;
}

.main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/Main Bg.png");
  /*    background-image: url('../../images/Days to Go Bg.png');*/
  background-repeat: repeat;
  background-size: contain;
}

.countdown_main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/Days to Go Bg.png");
  background-repeat: repeat;
  background-size: contain;
}

.countdown-section {
  background-color: #c22128;
  border-radius: 15px;
  color: white;
  font-size: clamp(14px, 2vw, 16px);
  width: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0.5em;
  flex-direction: column;
  font-weight: 400;
}
.countdown-section p {
  margin-bottom: 0px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .countdown-section {
    width: 60px;
  }
}
.about_section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/dark_pattern_bg.png");
  color: white;
}

.agenda_cont {
  background-image: url("../../images/Event Agenda.png");
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

.agenda .nav-link {
  background-color: transparent !important;
  border: 1px solid #2f569c !important;
  margin-bottom: 15px;
  max-width: 150px;
}
.agenda .nav-link.active {
  background-color: #2f569c !important;
}
@media (max-width: 768px) {
  .agenda .nav-pills {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap !important;
  }
}
.agenda li {
  color: #2f569c;
  font-size: clamp(16px, 1.5vw, 2rem);
  margin-bottom: 5px;
}

.photo-gallery a {
  height: 250px;
  overflow: hidden;
  display: block;
}
.photo-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-gallery iframe {
  height: 250px;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: transparent;
  color: #2f569c;
  font-size: 24px;
  border: 2px solid #2f569c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  pointer-events: all;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #555;
}

.owl-carousel .owl-nav button.owl-prev {
  margin-left: -50px; /* pull to the left */
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: -50px; /* pull to the right */
}

.owl-carousel .owl-nav.disabled {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.focus_area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/dark_pattern_bg.png");
}
.focus_area .carousel-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background-color: white;
  border-radius: 15px;
  transition: all 0.3s;
  padding: 15px 5px;
  min-height: 200px;
  text-align: center;
}
.focus_area .carousel-card:hover {
  background-color: #c22128;
  color: white;
}
.focus_area .carousel-card img {
  max-width: 80px;
}
.focus_area .owl-carousel .owl-nav button.owl-prev,
.focus_area .owl-carousel .owl-nav button.owl-next {
  color: white;
  border: 2px solid white;
  background-color: #2f569c;
}

@media (max-width: 992px) {
  .owl-carousel .owl-nav.disabled {
    display: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .owl-nav {
    display: none !important;
  }
}
.managing_committee .card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/MC Bg.png");
  color: white;
  border-radius: 15px;
  min-height: 315px;
}
.managing_committee .card .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.managing_committee .card .img_cont {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  margin: auto;
}
.managing_committee .card .img_cont .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Organizing_committee .card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/OC Bg.png");
  color: white;
  border-radius: 15px;
  min-height: 270px !important;
}
.Organizing_committee .card .img_cont {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  margin: auto;
}
.Organizing_committee .card .img_cont .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media .owl-carousel .owl-nav.disabled {
  display: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
