* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "HelveticaLTStd Roman";
}

@font-face {
  font-family: "HelveticaLTStd Roman";
  src: url(../fonts/Helvetica\ LT\ Std\ Light.otf);
}

@font-face {
  font-family: "HelveticaLTStd Roman-bold";
  src: url(../fonts/Helvetica\ LT\ Std\ Roman.otf);
}

@font-face {
  font-family: "times new roman reguler";
  src: url(../fonts/Times_New_Roman/TimesNewRoman-reguler.ttf);
}

@font-face {
  font-family: "times new roman bold";
  src: url(../fonts/Times_New_Roman/times\ new\ roman\ bold.ttf);
}

@font-face {
  font-family: "times new roman italic";
  src: url(../fonts/Times_New_Roman/times\ new\ roman\ italic.ttf);
}

@font-face {
  font-family: "Minion-Medium";
  src: url(../fonts/minion-font/Minion-Medium.otf);
}

@font-face {
  font-family: "Minion-semi-bold";
  src: url(../fonts/minion-font/MinionPro-Semibold.otf);
}

@font-face {
  font-family: "Minion-variable";
  src: url(../fonts/minion-font/MinionVariableConcept-Roman.otf);
}

@font-face {
  font-family: "HelveticaLTStd Roman-oblic";
  src: url(../fonts/HelveticaLTStd-BoldObl.otf);
}

@font-face {
  font-family: "Montserrat-medium";
  src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "Cinzel-Regular";
  src: url(../fonts/Cinzel-Regular.otf);
}

@font-face {
  font-family: "CinzelDecorative-Regular";
  src: url(../fonts/CinzelDecorative-Regular.otf);
}

@font-face {
  font-family: "roboto-bold";
  src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: "roboto-medium";
  src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
  font-family: "AbhayaLibre-ExtraBold";
  src: url(../fonts/AbhayaLibre-ExtraBold.ttf);
}
@font-face {
  font-family: "Georgia";
  src: url(../fonts/Georgia.ttf);
}
@font-face {
  font-family: "Georgia-Bold";
  src: url(../fonts/Georgia\ Bold.ttf);
}
@font-face {
  font-family: "Georgia-Italic";
  src: url(../fonts//Georgia\ Italic.ttf);
}
@font-face {
  font-family: "Tan-Memories-Regular";
  src: url(../fonts/Times_New_Roman//TAN\ MEMORIES-Regular.otf);
}
@font-face {
  font-family: "Times_LightBold";
  src: url(../fonts/Times_New_Roman//times.ttf);
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0 !important;
}

.navbar {
  background-color: #28102b !important;
  color: #fff;
  position: sticky !important;
  top: 0;
  z-index: 99999;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #efc170;
  padding: 20px 20px 0 20px;
  text-transform: uppercase;
  font-size: 15px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fb6d48;
  text-decoration: underline;
}

.navbar-brand img {
  width: 200px;
}

.navbar-toggler {
  border: 2px solid #ffaf45 !important;
}

.navbar-toggler-icon {
  background-image: none;
  display: inline-block;
  width: 30px;
  height: 20px;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffaf45;
  position: absolute;
  left: 0;
}

.navbar-toggler-icon::before {
  top: 4px !important;
}

.navbar-toggler-icon::after {
  bottom: 4px !important;
}

.navbar-toggler-icon span {
  display: block !important;
  width: 100% !important;
  height: 3px !important;
  background-color: #ffaf45;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu {
  background: #28102b !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.dropdown-menu li a {
  color: #ffaf45 !important;
  padding: 15px 40px 15px 20px;
  font-size: 15px;
  text-transform: uppercase;
}

.dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid #ffaf45;
}

.dropdown-menu li:hover a {
  background-color: transparent;
  color: #fb6d48 !important;
  text-decoration: underline !important;
}

.navbar-collapse {
  position: relative;
}

.search-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: -35px;
  right: 22px;
}

.search-container .input-group {
  width: 250px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  background: transparent !important;
  font-family: "HelveticaLTStd Roman";
  font-weight: 800;
}

.search-container .input-group > .form-control:focus {
  z-index: 0 !important;
}

.form-control {
  border: none !important;
  box-shadow: none;
  padding-left: 45px !important;
  padding-right: 40px !important;
  background-color: #efc170 !important;
}

.form-control::placeholder {
  font-family: "Montserrat-medium" !important;
  font-size: 14px;
  font-weight: 600 !important;
  color: #28102b !important;
}

.input-group-text {
  background: transparent !important;
  border: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.search-icon {
  left: 3px;
}

.mic-icon {
  right: 4px;
  cursor: pointer;
}

.mic-icon .icon-img {
  width: 11px !important;
}

.icon-img {
  width: 18px;
}

.carousel {
  background: url(../images/bg/banner_bg.webp) center center no-repeat;
  background-size: cover;
}

.carousel-item,
.carousel-item .container,
.bg-image {
  height: 100%;
}

.carousel-item .content {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  text-align: center;
}

.carousel-item h4 {
  font-family: "times new roman bold";
  font-size: calc(2vw + 2px);
  color: #286e37;
  margin-bottom: 0;
}

.carousel-item .content .left img {
  width: calc(10vw + 200px);
  padding: 25px 0;
}

.carousel-item .left h3 {
  font-size: calc(1vw + 22px);
  font-family: "times new roman bold";
}

.carousel-item .right h3 {
  font-size: calc(1vw + 15px);
  font-family: "times new roman regular";
}

.carousel-item h3 {
  color: #286e37;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.carousel-item h3 span {
  font-family: "times new roman bold";
  color: #286e37;
  font-size: calc(1vw + 18px);
  text-transform: uppercase;
  display: block;
}

.carousel-item h3 span:nth-child(2) {
  font-family: "times new roman italic";
}

.carousel-item h2 {
  font-family: "times new roman bold";
  color: #441515;
  font-size: calc(1vw + 16px);
  text-transform: uppercase;
  /* margin-top: 36px; */
}

.carousel-item .content .right img {
  width: calc(16vw + 150px);
  padding-bottom: 10px;
}

.carousel-item .content .right .button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item .content .right .buttons a {
  font-family: "HelveticaLTStd Roman-bold";
  border: 3px solid #286e37;
  background: transparent;
  color: #286e37;
  border-radius: 0;
  width: 190px;
  padding: 12px 20px;
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
}

.carousel-indicators button.active {
  background-color: #ffaf45;
}

.carousel-indicators [data-bs-target] {
  margin-right: 6px !important;
  margin-left: 6px !important;
}

.bg-image-1 {
  background: url(../images/nkc/nkc2025/nkc-2025-7.png) no-repeat center center !important;
  width: 100%;
  background-size: cover !important;
}

.bg-image {
  height: 100%;
}

.bg-image,
.bg-image-1,
.bg-image-2,
.bg-image-5 {
  height: 700px;
}

.carousel-inner {
  height: 100%;
}

.bg-image .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overlay {
  width: 600px;
  max-width: 100%;
}

.overlay h2 {
  font-family: "times new roman reguler";
  color: #fff;
  font-size: calc(2vw + 36px);
  line-height: calc(2vw + 43px);
  margin-bottom: 30px;
  text-transform: capitalize;
}

.overlay a {
  border: 2px solid #fff !important;
  color: #fff !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 15px 20px;
  text-align: center;
  width: 160px;
  float: inline-end;
}

.custom-overlay a {
  font-family: "HelveticaLTStd Roman-bold";
  border: 3px solid #286e37;
  background: transparent;
  color: #286e37;
  border-radius: 0;
  width: 190px;
  padding: 12px 20px;
}

section {
  padding: 80px 0;
}

.yellow_bg {
  background: url(../images/bg/yellow_bg.webp) center center no-repeat;
  background-size: cover;
}

.section_carousel .carousel {
  padding: 0;
  position: relative;
}

.section_carousel .carousel-images {
  display: flex;
  transition: transform 0.5s ease;
  max-height: 500px;
}

.section_carousel .carousel-images img {
  width: 100%;
  display: none;
  object-fit: cover;
}

.section_carousel .carousel-images img.active {
  display: block;
}

.section_carousel .dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 25px);
}

.section_carousel .dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.section_carousel .dot.active {
  background-color: #fb6d48;
}

section .content h1 {
  font-family: "Cinzel-Regular" !important;
  font-size: 46px;
  line-height: 50px;
  color: #28102b;
  margin-bottom: 30px;
}

section .content h1 span {
  font-family: "CinzelDecorative-Regular" !important;
}

section .content p {
  font-family: "HelveticaLTStd Roman-bold";
  font-size: 20px;
  color: #28102b;
}

section .content .buttons {
  margin-top: 30px;
}

section .content .buttons a {
  font-family: "HelveticaLTStd Roman-bold";
  border: 3px solid #28102b;
  background: transparent;
  color: #28102b;
  width: 130px;
  border-radius: 0;
  padding: 12px 20px;
}

.purple_bg {
  background-color: #28102b;
  padding: 50px 0;
}

.transprant_card {
  text-align: center;
}

.transprant_card img {
  width: 45%;
  max-width: 100%;
}

.transprant_card h3 {
  font-family: "Cinzel-Regular" !important;
  color: #ffaf45;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: 1.2px;
}

.transprant_card h3 span {
  font-family: "CinzelDecorative-Regular" !important;
}

.orange_bg {
  background: url(../images/bg/orange_bg.webp) center center no-repeat;
  padding: 80px 0;
  background-size: cover;
}

.youtube_video {
  position: relative;
}

.youtube_video svg {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
}

.yellow_bg_card {
  text-align: center;
  padding: 0 15px;
}

.yellow_bg_card h4 {
  font-family: "times new roman bold";
  font-size: 25px;
  margin: 15px 0;
  color: #28102b;
  letter-spacing: 0.5px;
}

.yellow_bg_card p {
  font-family: "HelveticaLTStd Roman-bold";
  font-size: 18px;
  color: #28102b;
  padding-bottom: 20px;
}

.yellow_bg_card a {
  font-family: "HelveticaLTStd Roman-bold";
  border: 3px solid #28102b;
  background: transparent;
  color: #28102b;
  width: 130px;
  font-size: 15px;
  border-radius: 0;
  padding: 12px 20px;
}

footer {
  background-color: #28102b;
  padding: 80px 0 50px;
}

.footer-border {
  border: 1px solid #ffaf45;
  margin-bottom: 30px;
}

.footer_form_section {
  margin-top: -34px;
}

.footer_form_section img {
  max-width: 280px;
}

.footer_form_section h6 {
  font-family: "HelveticaLTStd Roman";
  font-size: 15px;
  line-height: 24px;
  color: #ffaf45;
  margin: 10px 0 20px;
}

.footer_form_section .form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.footer_form_section .form input {
  border: 2px solid #ffaf45;
  background: transparent;
  padding: 8px 10px;
  width: calc(100% - 130px);
  color: #ffaf45;
}

.footer_form_section .form input:focus {
  outline: none;
}

.footer_form_section .form input::placeholder {
  color: #ffaf45;
  font-size: 14px;
}

.footer_form_section .form button {
  border: 2px solid #ffaf45;
  background: transparent;
  padding: 10px;
  width: 120px;
  text-align: center;
  color: #ffaf45;
  font-size: 14px;
}

.footer_form_section p {
  color: #ffaf45;
  font-size: 12px;
}

.footer_menu h4,
.social_media h4 {
  color: #ffaf45;
  font-size: 24px;
  margin-bottom: 30px;
}

.footer_menu ul {
  column-count: 2;
}

.footer_menu ul li {
  margin-bottom: 20px;
}

.footer_menu ul li a {
  color: #ffaf45;
  font-size: 15px;
}

.social_media ul li {
  display: flex;
  margin-bottom: 20px;
}

.social_media ul li img {
  width: 25px;
  height: 25px;
  background-color: #ffaf45;
  padding: 5px;
  margin-right: 15px;
}

.social_media ul li a {
  color: #ffaf45;
  font-size: 15px;
}

.copy-right-section {
  background-color: #28102b;
  padding: 0 0 30px 0;
}

.copy-right-section p,
.copy-right-section p a {
  margin-bottom: 0px;
  color: #ffaf45;
  font-size: 14px;
}

.copy-right-list {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.copy-right-section p a {
  text-decoration: underline !important;
}

.copy-right-list p {
  margin: 0 15px 15px 0;
}

.youtube_section {
  position: relative;
}

.youtube_section img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
}

.ethos_section p a {
  font-family: "HelveticaLTStd Roman-bold";
  font-size: 20px;
  color: #ffaf45 !important;
  text-transform: uppercase;
}

.youtube_section_total p {
  font-family: "HelveticaLTStd Roman-bold";
  font-size: 18px;
  margin-top: 12px;
}

.ethos_section h4 {
  font-family: "Cinzel-Regular" !important;
  font-size: 55px;
  line-height: 50px;
  color: #ffaf45;
  margin-bottom: 30px;
}

.ethos_section h2 {
  font-family: "times new roman reguler";
  color: #ffaf45;
  font-size: calc(2vw + 18px);
  margin-bottom: 40px;
}

.spirit-card-container .card {
  border: none;
  width: calc(100% / 7 - 10px);
  text-align: center;
  background: transparent;
  margin-bottom: 20px;
}

.spirit-card-container .card h4 {
  font-family: "times new roman reguler";
  font-size: 15px;
  color: #28102b;
  margin-top: 10px;
}

.spirit {
  position: relative;
  z-index: 1;
}

.spirit::before {
  content: "";
  background-image: url("../images/bg/kolam_bg.webp");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spirit_content p {
  font-family: "HelveticaLTStd Roman-bold";
  font-size: 28px;
  text-align: center;
  padding: 20px 0;
}

.spirit_content a {
  font-family: "HelveticaLTStd Roman-bold";
  border: 3px solid #28102b;
  background: transparent;
  color: #28102b;
  width: 130px;
  border-radius: 0;
  padding: 14px 20px;
  z-index: 9999999;
  position: relative;
}

.ethos_gallery .row * {
  padding: 0;
}

.ethos_gallery img {
  padding: 0 10px 10px 0px !important;
}

.Genesis_Journey_card .card,
.kgs_card_section .card {
  border: none !important;
  background-color: transparent !important;
}

.Genesis_Journey_card .card .img-section {
  border: 3px solid #28102b;
  padding: 15px 15px 40px 15px;
  position: relative;
  margin-bottom: 20px;
}

.Genesis_Journey_card .card .img-section img {
  width: 100%;
}

.Genesis_Journey_card .card .img-section .year {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 36%);
  padding: 10px 45px;
  background-color: #28102b;
}

.Genesis_Journey_card .card .img-section .year h6 {
  color: #ffaf45;
  font-family: "Cinzel-Regular";
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.Genesis_Journey_card .card .card_content {
  padding: 20px 25px;
}

.Genesis_Journey_card .card .card_content p {
  font-family: "HelveticaLTStd Roman-bold";
  font-size: 18px;
  color: #28102b;
  font-weight: 500;
}

.Genesis_Journey_card .card .card_content p a,
.prev_next_section .content-page p a,
.faq-answer p a {
  font-family: "HelveticaLTStd Roman-oblic" !important;
  font-weight: bolder;
  color: #28102b !important;
}

.kgs_card_section .card,
.kgs_gallery_section .card {
  margin-bottom: 20px;
  border: none;
  background-color: transparent;
}

.kgs_card_section .card {
  height: 100%;
  position: relative;
}

.kgs_gallery_section .card {
  margin-bottom: 30px !important;
}

.kgs_card_section .card .img-section {
  border: 3px solid #28102b;
  padding: 15px;
  margin-bottom: 20px;
}

.kgs_card_section .card .card_content h2,
.kgs_gallery_section .card .card_content h2 {
  font-family: "Cinzel-Regular";
  color: #28102b;
}

.kgs_gallery_section .card .card_content h2 {
  font-size: 26px;
  margin-top: 16px;
  font-family: "times new roman bold" !important;
}

.kgs_card_section .card .card_content h4 {
  font-family: "times new roman italic";
  color: #28102b;
  position: absolute;
  bottom: -16px;
  width: 100%;
  text-align: center;
}

.kgs_img_section h2 {
  font-family: "Cinzel-Regular";
  color: #28102b;
  font-size: calc(2vw + 20px);
}

.kgs_img_section h2 span {
  font-family: "CinzelDecorative-Regular";
}

.kgs_img_section h4 {
  font-family: "times new roman italic";
  color: #28102b;
  font-size: calc(2vw + 6px);
}

.kgs_img_section img {
  border: 3px solid #28102b;
  padding: 20px;
  margin-top: 30px;
}

.prev_next_section .content-page p {
  font-family: "HelveticaLTStd Roman-bold";
  font-size: 20px;
  color: #28102b;
}

.prev_next_section .content-page {
  display: none;
}

.prev_next_section .content-page.active {
  display: block;
}

.prev_next_section .navigation-buttons {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 60px;
}

.prev_next_section .prev-btn {
  position: absolute;
  font-family: "times new roman bold";
  background-color: transparent;
  text-transform: uppercase;
  color: #28102b;
  border: none;
  cursor: pointer;
  font-size: 22px;
  left: 0;
}

.prev_next_section .next-btn {
  position: absolute;
  font-family: "times new roman bold";
  background-color: transparent;
  text-transform: uppercase;
  color: #28102b;
  border: none;
  cursor: pointer;
  font-size: 22px;
  right: 0;
}

.prev_next_section .prev-btn::before {
  content: "<";
  margin-right: 5px;
}

.prev_next_section .next-btn::after {
  content: ">";
  margin-left: 5px;
}

.prev_next_section button:disabled {
  color: gray;
  cursor: not-allowed;
}

.faq_section {
  padding-top: 80px;
}

.faq-item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-questions h3 {
  font-family: "Cinzel-Regular";
  border-bottom: 2px solid #28102b;
  padding: 10px;
  color: #28102b;
  font-size: 30px;
  width: calc(100% - 30px);
  text-transform: uppercase;
}

.faq-answer {
  display: none;
  position: relative;
}

.faq-answer .btn {
  /* position: absolute;
    bottom: 0;
    right: 0; */
  font-family: "HelveticaLTStd Roman-bold";
  border: 3px solid #28102b;
  background: transparent;
  color: #28102b;
  width: 160px;
  border-radius: 0;
  padding: 15px 20px;
  text-align: center;
  margin-top: 20px;
  float: right;
}

.faq-answer .btn:hover {
  background: #28102b;
  color: #ffaf45;
}

.faq-answer p {
  color: #28102b;
  font-family: "HelveticaLTStd Roman-bold";
  font-size: 20px;
  padding: 0 10px;
  border-radius: 5px;
}

.toggle {
  font-size: 26px;
  color: #28102b;
}

.content h6 {
  font-size: 24px;
  font-family: "HelveticaLTStd Roman-bold";
  color: #28102b;
  text-transform: uppercase;
  font-weight: bolder;
}

.venues_card h4 {
  font-size: 24px;
  font-family: "HelveticaLTStd Roman-bold";
  color: #28102b;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 16px;
}

.venues_card *:not(img) {
  padding: 0 40px;
  text-align: center;
}

.venues_card img {
  max-height: 400px;
}

.venues_buttons_section a {
  font-family: "HelveticaLTStd Roman-bold";
  border: 3px solid #28102b;
  background: transparent;
  color: #28102b;
  width: 130px;
  border-radius: 0;
  padding: 12px 20px;
  text-align: center;
}

.venues_buttons_section a:first-child {
  margin-right: 30px;
}

.awardee_filter input,
.awardee_filter select {
  border: 2px solid #28102b !important;
  background: transparent !important;
  padding: 8px 10px;
  border-radius: 0 !important;
}

.awardee_filter label,
.awardee_filter select,
.awardee_filter select option {
  font-family: "HelveticaLTStd Roman-bold" !important;
  font-size: 18px;
}

.awardee_filter select,
.awardee_filter select option {
  font-size: 16px !important;
}

.awardee_filter .input-container {
  position: relative;
}

.awardee_filter .search-icon {
  position: absolute;
  left: 96%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.awardee_filter .form-control {
  padding: 8px 45px 8px 10px !important;
  font-family: "HelveticaLTStd Roman-bold" !important;
  font-size: 16px !important;
}

.pt-180 {
  padding-top: 180px;
}

.awardee_filter .select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.awardee_filter .select-container option {
  background-color: transparent !important;
}

.awardee_filter .form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}

.awardee_filter .dropdown-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s;
  width: 22px;
  height: auto;
}

.awardee_filter .select-container.open .dropdown-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.awardee_card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.awardee_card {
  background: transparent;
  margin: 10px;
  width: calc(24.5% - 20px);
  box-sizing: border-box;
  transition: transform 0.2s;
  margin-bottom: 20px;
}

.awardee_card img {
  width: 100%;
}

.awardee_card:hover {
  transform: scale(1.05);
}

.awardee_card h3 {
  margin: 15px 0 6px;
  font-size: 16px;
  font-family: "HelveticaLTStd Roman-bold";
  font-weight: bolder;
  text-align: center;
  color: #28102b;
}

.awardee_card p {
  font-family: "HelveticaLTStd Roman-bold";
  margin-bottom: 15px;
  font-size: 16px;
  color: #28102b;
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 20px 0;
  flex-wrap: wrap;
}

.pagination a,
.pagination .dots {
  padding: 0px 15px;
  text-decoration: none;
  font-family: "HelveticaLTStd Roman-bold";
  color: #28102b;
  font-weight: bolder;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.first,
.prev,
.next,
.last {
  font-weight: bold;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  font-family: "HelveticaLTStd Roman-bold";
}

.pagination .dots {
  cursor: default;
  pointer-events: none;
}

.contact .youtube_section {
  margin-bottom: -140px;
}

.contact_section {
  background: #fff;
  padding: 80px;
  box-shadow: 20px 20px 0px #fb6d48;
  border-radius: 8px;
}

.contact_section h1 {
  font-family: "HelveticaLTStd Roman-bold";
  font-size: 31px;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
  color: #28102b;
  font-weight: bolder;
}

.contact_section form input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px !important;
  border-bottom: 2px solid #28102b !important;
  background: transparent !important;
}

.contact_section .input-group {
  border-radius: 0px !important;
}

.contact_section .form-control {
  padding: 8px !important;
}

.form-control:focus {
  border-color: none !important;
  box-shadow: none !important;
}

.contact_section form label {
  font-family: "roboto-bold";
  color: #1c1c1b;
  text-transform: uppercase;
}

.contact_section form input {
  font-family: "HelveticaLTStd Roman-bold";
  color: #1c1c1b;
}

.contact_section form textarea {
  border: 2px solid #28102b !important;
  padding: 8px;
  font-family: "HelveticaLTStd Roman-bold";
}

.contact_section .submit_btn {
  background-color: #fb6d48;
  color: #fff;
  font-family: "roboto-medium";
  font-size: 19px;
  letter-spacing: 1px;
  border: 2px solid #fb6d48;
  border-radius: 50px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 60px;
}

.contact_section .submit_btn:hover {
  background-color: transparent;
  color: #fb6d48;
  border: 2px solid #fb6d48;
}

.contact_address_section h6 {
  font-family: "HelveticaLTStd Roman-bold";
  font-weight: bolder;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact_address_section p {
  font-family: "HelveticaLTStd Roman-bold";
  font-weight: bolder;
  font-size: 30px;
  letter-spacing: 1px;
}

.common_banner {
  height: 100vh;
  max-height: 700px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  color: white;
}

.festivel_banner {
  background-image: url("../images/banner/festivels_banner-1.webp");
}

.nkc_banner {
  background-image: url("../images/banner/festivels_banner-2.webp");
}

.margazhi_mela_banner {
  background-image: url("../images/banner/festivels_banner-4.webp");
}

.yagnaraman_banner {
  background-image: url("../images/banner/festivels_banner-5.webp");
  background-position: bottom;
}

.awardee_banner {
  background-image: url("../images/banner/awardees1800*700.png");
  background-position: bottom;
}

.common_banner .overlay a {
  width: 190px;
}

.common_banner .overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 450px;
  max-width: 100%;
  padding-top: 50px;
}

.large_card {
  padding: 120px;
  height: 100%;
}

.large_card,
.large_card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.large_card .content {
  height: 100%;
}

.large_card img {
  margin-bottom: 30px;
  max-width: 80%;
  max-height: 270px;
}

.large_card .content a {
  font-family: "HelveticaLTStd Roman-bold";
  border: 3px solid #28102b;
  background: transparent;
  color: #28102b;
  width: 130px;
  border-radius: 0;
  padding: 12px 20px;
  text-align: center;
}

.large_card .content p {
  font-family: "HelveticaLTStd Roman-bold";
  font-size: 20px;
  margin-bottom: 20px;
}

.large_card_container .orange_bg {
  padding: 0;
}

.nkc_banner {
  background-position: bottom !important;
}

.card_carousel-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card_carousel-container .carousel {
  overflow: hidden;
  width: 100%;
}

.card_carousel-container .cards {
  display: flex;
  transition: transform 0.5s ease;
}

.card_carousel-container .card {
  flex: 0 0 28.5%;
  margin: 0 30px;
  border-radius: 0;
  background-color: #28102b;
  border: 15px solid #ffaf45;
}

.card_carousel-container .left {
  padding: 0px 8px 6px 6px;
}

.card_carousel-container .right {
  padding: 0px 8px 6px 12px;
}

.card_carousel-container .arrow {
  background-color: #28102b;
  color: #ffaf45;
  border: none;
  font-size: 40px;
  cursor: pointer;
  border-radius: 50px;
  height: 53px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}

.card_carousel-container .card .card-body {
  padding: 40px 30px 30px;
  position: relative;
}

.card_carousel-container .card .card-body img {
  position: absolute;
  top: -30px;
  left: calc(50% - 27.5px);
  background-color: #ffaf45;
  padding: 10px;
  width: 55px;
  border-radius: 50px;
}

.card_carousel-container .card .card-body h4 {
  font-family: "Cinzel-Regular";
  color: #ffaf45;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
}

.card_carousel-container .card .card-body h4 span {
  font-size: 26px;
}

.card_list {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}

.card_list li {
  position: relative;
  color: #ffaf45;
  font-size: 18px;
  padding-left: 20px;
}

.card_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ffaf45;
  border-radius: 50%;
  margin-top: 14px;
}

.content p span {
  font-family: "HelveticaLTStd Roman-oblic";
}

.youtube_section_container p {
  text-align: center;
  color: #28102b;
  font-size: 20px;
  margin-top: 20px;
  font-family: "HelveticaLTStd Roman-bold";
}

.carsoul_banner .carousel-item {
  float: inherit !important;
  width: inherit !important;
  margin-right: inherit !important;
}

.youtube_section_total a {
  font-family: "HelveticaLTStd Roman-bold";
  border: 3px solid #28102b;
  background: transparent;
  color: #28102b;
  width: 180px;
  border-radius: 0;
  padding: 15px 20px;
  text-align: center;
}

.poster_carousel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: -400px;
}

.poster_carousel .carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.poster_carousel .carousel-item img {
  width: 90%;
}

.poster_carousel .carousel-item {
  display: flex !important;
  justify-content: center;
}

.poster_carousel .arrow {
  background-color: #28102b;
  color: #ffaf45;
  border: none;
  font-size: 40px;
  cursor: pointer;
  border-radius: 50px;
  height: 53px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}

.poster_carousel .left-arrow {
  padding: 0px 8px 6px 6px;
}

.poster_carousel .right-arrow {
  padding: 0px 8px 6px 12px;
}

.pb-400 {
  padding-bottom: 400px;
}

.pb-350 {
  padding-bottom: 350px;
}

.margazhi_mela_banner .img-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.yellow_bg_button {
  font-family: "HelveticaLTStd Roman-bold";
  border: 3px solid #28102b;
  background: transparent;
  color: #28102b;
  display: flex;
  justify-content: center;
  width: 150px;
  border-radius: 0;
  padding: 15px 20px;
  text-align: center;
  float: right;
  margin-top: 30px;
}

.purple_bg .content h1 {
  color: #ffaf45;
}

.mobile_image {
  margin-top: -150px !important;
  display: flex;
  justify-content: end;
}

.mobile_image img {
  max-width: 90%;
}

.yagnaraman_banner .overlay {
  padding: 0;
  justify-content: center;
  height: 100%;
}

.purple_bg .youtube_section_container {
  margin-top: -300px;
}

.purple_bg .youtube_section_container p {
  color: #ffaf45;
}

.margazhi_custom_banner {
  position: relative;
  height: 700px;
  overflow: hidden;
  background: url(../images/margazhi_mela/1800x700.webp) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}

.margazhi_custom_banner .pattern-top,
.pattern-bottom {
  position: absolute;
  left: 0;
  right: 0;
  background-size: cover !important;
}

.margazhi_custom_banner .pattern-top {
  top: 0;
  background: url("../images/margazhi_mela/top_img.webp") no-repeat center
    center;
  height: 55px;
}

.margazhi_custom_banner .pattern-bottom {
  bottom: 0;
  background: url("../images/margazhi_mela/bottom_img.webp") no-repeat center
    center;
  height: 165px;
  z-index: 1;
}

.margazhi_custom_banner .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.margazhi_custom_banner .left img {
  width: calc(10vw + 170px);
}

.margazhi_custom_banner .content h2 {
  font-family: "Minion-variable";
  font-size: calc(1vw + 22px);
  line-height: calc(1vw + 22px);
  color: #2b6487;
  text-align: center;
}

.margazhi_custom_banner .content .line {
  width: calc(100% - 200px);
  border: 2.5px solid #2b6487;
  border-radius: 50px;
  margin: 20px 0;
}

.margazhi_custom_banner .content h1 {
  font-family: "Minion-semi-bold";
  font-size: calc(1vw + 24px);
  line-height: calc(1vw + 24px);
  color: #2b6487;
  text-align: center;
}

.margazhi_custom_banner .corner-image {
  position: absolute;
  max-width: 350px;
  height: auto;
}

.margazhi_custom_banner .top-left {
  bottom: 70px;
  left: -110px;
}

.top-right {
  bottom: 50px;
  right: -45px;
}

.mobile_image img {
  max-width: 80%;
}

.mobile_image {
  display: flex;
  justify-content: center;
}

.spirit-card-container .card img {
  max-width: 90%;
}

.spirit-card-container .card {
  align-items: center;
}

.kgs_card_section .card .card_content h2 {
  font-size: 28px;
}

.common_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}

.common_gallery img {
  width: calc(25% - 10px);
  height: 200px;
  margin-bottom: 10px;
  cursor: pointer;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}

.social_media_card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social_media_card img {
  width: 100%;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
}

.social_media_card h2 {
  font-size: 30px;
  font-family: "times new roman bold";
  color: #28102b;
}

video {
  max-width: 100%;
}

.download_buttons {
  position: absolute;
  top: 0;
  right: 18.4%;
}

.download_buttons a {
  font-family: "HelveticaLTStd Roman-bold";
  border: 3px solid #28102b;
  background: transparent;
  color: #28102b;
  display: flex;
  justify-content: center;
  width: 190px;
  border-radius: 0;
  padding: 15px 20px;
  text-align: center;
  float: right;
  margin-bottom: 20px;
  margin-right: 20px;
}

.cridits {
  text-align: end;
  font-size: 14px;
  font-family: "times new roman italic";
}

.custom-banner-1 .container {
  justify-content: end !important;
  padding-bottom: 80px;
}

.awardee_cards {
  background: transparent;
  margin: 10px;
  width: calc(24.5% - 20px);
  box-sizing: border-box;
  transition: transform 0.2s;
  margin-bottom: 20px;
}

.awardee_cards h3 {
  margin: 15px 0 6px;
  font-size: 16px;
  font-family: "HelveticaLTStd Roman-bold";
  font-weight: bolder;
  text-align: center;
  color: #28102b;
}

.carousel-item .bg-image-2 .content .left img {
  width: calc(10vw + 200px);
}

.carousel-item .bg-image-2 .content {
  height: 100%;
}

.carousel-item .bg-image-2 .content .right h4 {
  color: #2b6487;
  font-family: "Minion-variable";
  font-size: calc(3vw - 18px);
}

.carousel-item .bg-image-2 .content .right h3 {
  color: #2b6487;
  font-family: "Minion-semi-bold";
  font-size: calc(3vw - 16px);
  margin-bottom: 0;
}

.banner_line {
  width: calc(100% - 20%);
  border: 2px solid #2b6487;
  border-radius: 2px;
  margin: 20px auto;
}

.carousel-item .bg-image-2 .content .right .buttons a {
  border-color: #2b6487;
  color: #2b6487;
}

.carousel-item .bg-image-2 .content {
  padding-bottom: 40px;
}

.bg-image-3 {
  height: 700px;
}

.bg-image-3 .banner-content-img img {
  max-width: 1000px;
}

.bg-image-3 .content {
  height: 100%;
}

.bg-image-3 .custom-overlay a:hover {
  background-color: #286e37 !important;
  border-color: #286e37 !important;
}

.bg-image-5 .content {
  height: 100% !important;
}

.bg-image-5 h3 {
  font-family: "AbhayaLibre-ExtraBold";
  text-transform: capitalize;
  color: #fff;
  font-size: calc(1vw + 18px);
  margin-bottom: 0;
}

.bg-image-5 h3 span {
  color: #f5c363 !important;
  display: inline-block;
  text-transform: capitalize;
  font-size: inherit !important;
}

.banner-line {
  width: 65%;
  height: 1px;
  background-color: #f5c363;
  display: block;
  margin: 10px auto;
}

.bg-image-5 .buttons a {
  font-family: "AbhayaLibre-ExtraBold";
  border: 3px solid #f5c363;
  background: transparent;
  color: #fff;
  border-radius: 0;
  font-size: 26px;
  width: 190px;
  padding: 12px 15px;
  margin-top: 30px;
}
/* .banner-container-1 {
  position: absolute;
  bottom: 12%;
  left: 5%;
  z-index: 1;
  height: 50px;
}
.banner-container-2 {
  position: absolute;
  bottom: 10%;
  right: -15%;
  z-index: 1;
  height: 50px;
}
.banner-container-2-img {
  max-width: 100%;
  height: 525px;
}
.banner-container-3 {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.banner-container-2-1 {
  position: absolute;
  bottom: 65%;
  right: -30%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-container-1 {
    position: absolute;
    bottom: 6%;
    left: 5%;
    z-index: 1;
    height: 50px;
  }
  .banner-container-2 {
    position: absolute;
    bottom: 8%;
    right: -5%;
    z-index: 1;
    height: 70px;
  }
  .banner-container-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
  }
  .banner-container-2-1 {
    position: absolute;
    bottom: 65%;
    right: -10%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .banner-container-2-img {
    height: 400px !important;
  }
} */
/* .bannerfirstcontainer {
  margin-bottom: 0px !important;
  line-height: 1rem !important;
}
.bannerfirstcontainer-p-1 {
  color: #28102b !important;
  margin: 0;
  padding: 0;
  font-family: "Georgia-Italic" !important;
  font-weight: bold;
  font-size: 25px !important;
  text-transform: lowercase;
  margin-bottom: 0px !important;
}
.bannerfirstcontainer-h3-1 {
  color: #441616 !important;
  font-size: 40px !important;
  font-weight: bolder;
  margin-bottom: 10px;
  font-family: "Georgia-Bold";
}
.bannerfirstcontainer-h3-1 span {
  color: #441616 !important;
  font-size: 40px !important;
  text-transform: lowercase;
}

@media (max-width: 991px) {
  .bannerfirstcontainer-p-1 {
    color: #28102b !important;
    margin: 0;
    padding: 0;
    font-family: "Georgia-Italic";
    font-weight: bold;
    font-size: 20px !important;
    text-transform: lowercase;
  }
  .bannerfirstcontainer-h3-1 {
    color: #441616 !important;
    font-size: 20px !important;
    font-weight: bolder;
    margin-bottom: 10px;
    font-family: "Georgia-Bold";
  }
}

.bannerfirstcontainer-img {
  position: absolute;
  bottom: 37%;
  left: -10%;
  width: 150px;
}

.bannerfirstcontainer-img-3 img {
  width: 180px;
}
.bannerfirstcontainer-img-3 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.bannerfirstcontainer-img-2 {
  position: absolute;
  top: 0;
  right: -5%;
}
.bannerfirstcontainer-img-2 img {
  width: 80px;
} */
.bg-image-banner {
  background: url(../../assets//images/nkc/nkc2025/nkc-2025-7-1400x700.png)
    center center no-repeat !important;
  padding: 80px 0 !important;
  background-size: cover !important;
  padding: 20px 0 !important;
}
/* .bg-image-banner-active {
  background: url(../../assets/images/margazhi_mela/margazhi_mela_schedule_2025/1234.png)
    center center no-repeat !important;
  background-size: cover !important;
} */
.bg-image-banner-active {
  background: url("../../assets/images/margazhi_mela/margazhi_mela_schedule_2025/frame.png")
    center center no-repeat !important;
  background-size: cover !important;
  /* width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center; */
}
