@font-face {
  font-family: "ProximaNovaFont";
  src: url('../fonts/Proxima-Nova-Regular.woff2') format('woff2');
}

/* global */

body {
  font-family: "Frank Ruhl Libre", serif !important;
  background: url(../images/website/about-background.webp) no-repeat 100%;
  background-color: transparent !important;
}

.wrapper {
  font-family: "Frank Ruhl Libre", serif !important;
  background: url(../images/website/about-background.webp) center 100%;
  background-color: transparent !important;
}

.awardsContainer {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow-y: auto;
  /* padding: 50px 20px; */
}

.awardsContainer.bg1 {
  /* background: url('../images/banners/new-banner.jpg') no-repeat 100%; */
  background: url(../images/website/background-nominations.webp) no-repeat 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.awardsContainer.bg2 {
  background: url('../images/website/background-banner-awards.webp') no-repeat 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.bg-category {
  background: url(../images/website/background-nominations.webp) no-repeat 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.goldshade1 {
  color: #BB9049;
}

/* header */

.header h1 {
  font-size: 24px !important;
  color: #ffffff;
  margin-bottom: 50px !important;
}

.header p {
  font-size: 16px;
  color: #ffffff;
}

.logo,
.awards-logo {
  width: 150px;
  height: 78px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.awards-logo {
  width: auto;
  height: auto;
}

.navbar button{
  border:none;
}

.navbar button .navbar-toggler-icons{
  color:#BB9049;
}

/* footer */

/* homepage */

.section1 .categoriesContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.section1 .categoriesContainer .categoryBox {
  background: url(../images/icons/frame3.png) no-repeat;
  background-size: cover;
  width: 310px;
  height: 230px;
  margin: 20px;
  /* box-shadow: 0px 0px 20px #164e7b, 0px 0px 20px #164b73; */
  text-align: center;
  border: 2px solid transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .categoriesContainer .categoryBox h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  padding: 0 2rem;
  bottom: -10px !important;
  position: relative;
  margin: 0 auto;
}

.section1 .categoriesContainer .categoryBox h2 span {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.section1 .categoriesContainer .categoryBox img {
  width: 80px;
}

.section1 .categoriesContainer .categoryBox div {
  position: absolute;
  bottom: 0;
  left: 0;
}

.themebutton {
  padding: 0.5em 0.12em;
  border: 2px solid #FDB814;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s;
  z-index: 1;
  font-family: inherit;
  color: #FDB814;
  width: 50%;
  bottom: 30px;
}

.themebutton::before {
  content: "";
  width: 0;
  height: 540%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(316deg);
  background: #FDB814;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

.themebutton:hover::before {
  width: 105%;
}

.themebutton:hover {
  color: #000000;
  font-weight: 500;
}

/* award page */

.formBox {
  margin: 50px auto;
  /*width: 50vw;
  background: #10154E;
  background: url('../images/icons/bg-for-nomination.png');*/
  padding: 15px 30px;
  border-radius: 12px;
  background: rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 1px rgba(195, 169, 96, 1);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(195, 169, 96, 1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(195, 169, 96, 1);
}

.formBox h2 {
  color: #BB9049;
  font-size: 20px;
  font-weight: 600;
}

.formBox label {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.formBox input {
  border: 1px dotted #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #ddd4d4;

  background: transparent;
}

.formBox input:disabled {
  background: transparent;
}

.formBox select {
  border: 1px dotted #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 15px;
  /* cursor: pointer; */
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.formBox input:focus,
.formBox select:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #FDB81480;
  outline: 0;
  box-shadow: none;
}

.formBox h3 {
  text-align: center;
  padding: 20px;
  color: #FDB814;
  font-size: 32px;
  font-weight: 600;
}

.hide-OTP,
.disabled {
  display: none;
}

.text-danger {
  color: #721c24;
  background-color: #f8d7da;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: left;
  font-size: 14px;
}

.email-box {
  color: #fff !important;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: left;
  font-size: 14px;
  display: none;
}

.email-box.text-success {
  background-color: rgb(157, 236, 190);
  color: #000 !important;
}

.cursor {
  cursor: pointer;
}

/*#generate_otp,
#verify_otp {
  color: #FDB814 !important;
  background: #000000;
  border: 1px solid #fdb814;
}

#generate_otp {
  padding: 0.1rem 0.5rem;
  border-radius: 0.3rem;
}

#generate_otp:hover,
#verify_otp:hover {
  color: #000000 !important;
  background: #fdb814;
  border: 1px solid #000000;
}*/

@media (max-width: 768px) {
  .section1 .categoriesContainer .categoryBox {
    margin: 0px
  }

  .formBox {
    width: 100%;
    margin: 0 auto;
  }

  .awards-logo {
    width: 100%;
  }
}



/* website style */

/* Header Styles */
.header-logo {
  width: 100%;
  padding: 0.5rem 0;
}

.navbar {
  background-color: #040707;
  box-shadow: 0px 1px 5px 0px rgb(187 144 73);
  -webkit-box-shadow: 0px 1px 5px 0px rgb(187 144 73);
  -moz-box-shadow: 0px 1px 5px 0px rgb(187 144 73);
}

.navbar-nav .nav-link {
  color: white !important;
}

.navbar-nav .nav-link:hover {
  color: #BB9049 !important;
}

.video-banner, video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  padding: 0 !important;
}

.overlay {
  position: absolute;
  background: rgba(0,0,0,0.3) none repeat scroll 0 0;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
}
.overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay p {
    
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    text-align: center;
    line-height: 2.75rem;
}

@media(max-width:640px){
    .overlay h3{
        line-height: 1.8rem;
    }
}

/* Banner Styles */
.banner {
  /* background: url('../images/website/banner-bg.jpg') no-repeat 100%; */
  background-size: 100% 100%;
  background-position: center;
  color: white;
  padding: 0px 0 !important;
  text-align: center;
}

.banner.box-section h1 {
  color:#BB9049 !important;
}

.banner.box-section h3 {
  color:#FAF8F0 !important;
}

.banner.box-section p {
  color:#FAF8F0 !important;
}

.banner h1,
.banner h3,
.banner p {
  margin-bottom: 15px;
}

.banner h1 {
  font-size: 3rem;
}

.banner h3,
.banner p {
  font-size: 1.2rem;
}

.banner .btn-register, .categoryBtn {
  text-transform: uppercase;
  background: url("../images/website/register-bg.webp") no-repeat;
  border: none;
  border-radius: 0px !important;
  background-size: cover;
  width: 200px;
  line-height: 1.5rem;
  font-size: 1.8rem;
  color: #ffffff;
  opacity: 1;
}

.banner .btn-register {
  width: 264px;
  line-height: 3.5rem;
  color: #ffffff;
}

/* button glassy */

.nomination-button-1 {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #BE9149;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.nomination-button-1:before {
    content: '';
    background: linear-gradient(45deg,
    #ffffff,   /* deep black */
    #fbfbfb,   /* dark charcoal */
    #5c4200,   /* bronze brown */
    #b8860b,   /* dark goldenrod */
    #ffd700,   /* gold */
    #ffcc33,   /* bright gold */
    #fbfbfb,   /* back to charcoal for contrast */
    #ffffff    /* deep black again */
);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: nomination-glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.nomination-button-1:active {
    color: #000 !important;
}

.nomination-button-1:active:after {
    background: transparent;
}

.nomination-button-1:hover:before {
    opacity: 1;
}

.nomination-button-1:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #BE9149;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.nomination-button-1:hover{
  color: #000 !important;
}

@keyframes nomination-glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.nomination-button-3 {
    position: relative;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid #BE9149;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
}

.nomination-button-3:hover {
    background: #BE9149;
    box-shadow: 0 0 30px 5px rgba(190, 145, 73, 0.815);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #000;
}

.nomination-button-3:hover::before {
    -moz-animation: sh02 0.5s 0s linear;
    animation: sh02 0.5s 0s linear;
}

.nomination-button-3::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

@keyframes sh02 {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

.nomination-button-3:active {
    box-shadow: 0 0 0 0 transparent;
    transition: box-shadow 0.2s ease-in;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    -ms-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
}

/* button glassy */

.categoriesContainer .categoryBtn, .homeContainer .categoryBtn, #generate_otp, #verify_otp{
  font-size:1rem;
  background: url("../images/icons/nomination-bg.png") no-repeat;
  line-height:2.25rem;
  color:#ffffff !important;
}

.categoriesContainer .themebutton:hover, .categoryBtn.themebutton:hover{
  color:#ffffff !important;
}

.categoriesContainer .themebutton::before, .categoryBtn.themebutton::before{
  background: url("../images/icons/nomination-bg.png") no-repeat;
}

#generate_otp, #verify_otp{
  padding: 0px;
  border-radius: 0px;
  border: none;
  width: 120px !important;
  background-size: 100% 100%;
  color:#ffffff !important;
}

/* .banner .btn-register:hover {
  background: url("../images/website/register-bg-hover.jpg") no-repeat;
  background-size: cover;
} */

/* 4x4 Boxes Section */
.box-section {
  padding: 60px 0;
  /*background: url('../images/website/about-background.webp') no-repeat 100%;*/
  background-size: cover;
  /* Ensures the image covers the entire section */
  background-position: center;
  /* Centers the image */
  background-repeat: no-repeat;
}

.bg-category .box-section,
.awardsContainer .box-section{
  background: transparent;
}

.box-section .row {
  margin: 0 -10px;
  /* Adjust row margins to compensate for box padding */
}

.box-section .box {
  margin: 10px;
  width: 23%;
}

.box {
  /* Adds space around each box */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  /* Optional: Adds a subtle shadow for separation */
  /* background: red; */
  padding: 10px;
  /* Add padding inside each box for spacing */
  border: 1px solid #C0944C;
  /* Optional: border to visually separate boxes */
  box-sizing: border-box;
  /* Ensure padding doesn’t increase box size */
}

@media (max-width:991px) {
  .box-section .box {
    width: 100%;
    margin: 10px 0 auto;
  }
}

.box img {
  width: 100%;
  height: 100%;
}

.box.text-box {
  /* background-color: #f8f8f8; */
  padding: 1.5rem;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #030606;
  font-weight: 600;
}
.box.text-box p{
  color: #ffffff;
}

/* Timeline Section */
.timeline-title,
.section-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 0px;
  color: #BB9049;
}

/* Timeline Section */
.timeline,
.nomination-content {
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  /*background-color: #FAF8F0;*/
}

.nomination-content {
  /* background-color: #1D150B;
  background: url('../images/website/nomination-categories-bg.jpg') no-repeat 100%;
  background: url('../images/website/about-background.webp') no-repeat 100%; */
  background-size: cover;
  background-position: center;
}

.accordion-button {
  background-color: transparent !important;
  color: #ffffff !important;
  
  border-radius: 5px;
  padding: 0.75rem 1.25rem !important;
}

.accordion-button:focus {
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: transparent !important;
}

.accordion-button::after {
  content: '+';
  font-size: 1.25rem;
  color: white;
  font-weight: bold;
  transform: scale(1.25);
}

.accordion-button.collapsed::after {
  content: '+';
  background-image: none !important;
  background-color: transparent !important;
}

.accordion-button:not(.collapsed)::after {
  content: '-';
  background-image: none !important;
  background-color: transparent !important;
}

.accordion-item {
  border: none;
  background-color: transparent !important;
}

.accordion-body {
  background-color: transparent !important;
  color: white;

  padding: 1rem;
  border-radius: 0px;
}

.accordion-button {
  background-color: transparent;
  color: white;

  border-radius: 0;
  /* Removes border radius */
  padding: 0.5rem 1.25rem;
  box-shadow: none;
  /* Removes any shadow */
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: transparent;
}

.accordion-button::after {
  content: '';
  /* Removes the default arrow icon */
  font-size: 2rem;
  color: white;
  font-weight: bold;
  transform: scale(1);
  text-align: center;
  height: auto !important;
}

.accordion-item {
  border: none;
  background-color: transparent;
  margin-bottom: 1rem;
  /* Adds space between accordion items */
}

.accordion-body {
  background-color: transparent;
  color: white;

  padding: 1rem;
  margin-top: -1px;
  /* Slight overlap to remove inner border spacing */
}

.accordion-body a {
  color: #fff !important;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #fff !important;
}

.start-timeline,
.section-title {
  position: relative;
  /* padding-top: 20px; */
}

.start-timeline::before,
.section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  /* Half-width of the container */
  border-top: 1px solid #BB9049;
  /* Border style */
}

.section-title::before {
  border-top: none;
  border-bottom: 1px solid #BB9049;
  top: 100%;
  width: 10%;
}

.timeline-item {
  position: relative;
  display: flex;
  justify-content: center;
  /* Center the content */
  align-items: start;
  margin-bottom: 30px;
  text-align: center;
}

.timeline-date,
.timeline-circle,
.timeline-content {
  margin: 0 2rem;
  /* Space between items */
}

.timeline-date,
.timeline-content {
  padding-top: 0.5rem;
}

.timeline-content span img {
  width: 20px;
  height: 20px;
  margin-left: 0.15rem;
  margin-top: 0.1rem;
}

.timeline-date {
  font-weight: bold;
  flex: 1;
  text-align: right;
  /* Align date to the right */
}

.timeline-circle {
  width: 40px;
  height: 40px;
  background-color: #BB9049;
  color: #040707;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  z-index: 1;
  /* Position above the line */
  margin: 0 -20px;
  /* Center the circle on the line */
}

.timeline-content {
  flex: 1;
  text-align: left;
  /* color: #BF934B; */
  /* Align content to the left */
}

.timeline-content p {
  margin: 0;
}

.start-timeline::after {
  content: "";
  position: absolute;
  width: 7px;
  background-color: #BB9049;
  top: 0%;
  height: calc(100% - 10%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}


/* Add a smooth transition for the height */
.extra-info {
  display: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  border-radius: 0.5rem;
}

/* Expanded state for smooth animation */
.extra-info.show {
  height: auto;
  /* Allow the height to grow naturally */
  opacity: 1;
}

/* Style for the toggle button */
.toggle-btn {
  width: 100%;
  /* Adjust size as needed */
  /* cursor: pointer; */
  /* transition: transform 0.3s ease; */
}

.toggle-btn img {
  display: none;
}


/* Gallery Section */
.gallery {
  padding: 60px 0;
  text-align: center;
  /*background: url(../images/website/about-background.webp);*/
  background-size: cover;
  /* Ensures the image covers the entire section */
  background-position: center;
  /* Centers the image */
  background-repeat: no-repeat;
}

.gallery h2 {
  color: #BB9049;
}

.gallery img {
  margin: 10px;
  width: 100%;
  height: auto;
}

.gallery img.w-100 {
  margin: 20px 0 0 0;
}

/* CSS to ensure 4 items per carousel slide */
.carousel-item .col-3 {
  display: flex;
  justify-content: center;
  padding: 0 5px;
  margin-top: 20px;
  /* Adjust padding between items */
}

.carousel-item .col-3 .card {
  border: none;
}

.carousel-item .col-3 .card img {
  margin: 0px 0 0 0;
  border-radius: 0;
}

.carousel-item.active {
  display: flex;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5% !important;
  opacity: 1 !important;
}

div.owl-nav > div.owl-prev > i,
div.owl-nav > div.owl-next > i{
  color: #bb9049;
}

.years-timeline {
  justify-content: center;
  margin-top: 20px;
}

.year {
  margin: 0px;
  font-weight: normal;
  background: url("../images/website/golden-no-bg.png") no-repeat;
  background-size: 20px;
  padding: 1px 30px 0;
  background-position: right center;
  cursor: pointer;
}

.year img {
  width: 25px;
  height: 25px;
  margin: 0;
}

.year.selected {
  font-weight: bold;
  background: url("../images/website/golden-with-bg.png") no-repeat;
  background-size: 20px;
  background-position: right;
}

.section_footer{
    background:#080808;
    color:#fff;
}
.section_footer ul li a{
  color:#fff;
  border:2px solid #fff;
  border-radius:50%;
  padding:0.5rem;
  width:35px;
  height:35px;
  text-align:center;
  margin:0.5rem;
}
.section_footer ul li a span{
  display:block;
}
.section_footer ul li a:hover{
  color:#BB9049;
  border:2px solid #BB9049;
}

@media (max-width:1200px) {
  .box-section .box{
    width:22%;
  }
}

@media (max-width:768px) {
  .banner {
    padding: 35px 0px;
  }

  .banner h1 {
    font-size: 2rem;
  }

  .timeline-date {
    margin: 0 2rem 0 0;
    font-size: 0.9rem;
  }

  .timeline-content {
    margin: 0 0rem 0 2rem;
    font-size: 0.9rem;
  }

  .start-timeline::before,
  .section-title::before {
    width: 30%;
  }

  .start-timeline::after {
    height: calc(100% - 5%);
  }
  
  .box-section .box{
    width:100%;
  }
  
  .navbar-collapse{
  	background: rgb(5, 7, 7);
    position: absolute;
    width: 100%;
    left: 0px;
    padding-bottom: 1rem;
    top: 100%;
    z-index: 9;
  }
  .navbar-nav{
  	width: 60%;
  	margin: 0 auto;
  }
  .nav-item{
    border-bottom: 1px solid #bb9049;
  }
  
}

/* Popup */
.contactModal .modal-content, .nominationModal .modal-content {
  background-color: #0e0a07;
  border-color: #BB9049;
}

.contactModal .modal-header, .nominationModal .modal-header {
  border-color: #BB9049;
}

.contactModal .modal-title, .nominationModal .modal-title {
  color: #BB9049;
  font-size: 18px;
}

.contactModal button, .nominationModal button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #BB9049;
    background: #BB9049;
    color: #000;
    padding: 3px 7px;
}

.contactModal .modal-body p, .nominationModal .modal-body p {
  font-size: 18px;
  color: #ffffff;
}

.contactModal .modal-body p a, .nominationModal .modal-body p a {
  color: #BB9049;
  text-decoration: none;
  letter-spacing: 1px;
}

/* website style */