@font-face {
  font-family: AmazonEmber;
  src: url(../fonts/AmazonEmber_Rg.ttf);
}

body {
  font-family: AmazonEmber !important;
}

h2 {
  font-weight: 200 !important;
}

.About {
  position: relative;
}

.about-img {
  height: fit-content;
}

.about_content {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; */
  text-align: center;
  width: 100%;
  color: #232F3E;
}

.about_content p {
  font-size: 16px;
}

.cat-div {
  text-align: center;
  width: 60%;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 5px;
}

.about-div {
  background-color: #fff;
  width: 60%;
  margin: auto;
  box-shadow: 0 2px 20px 7px rgba(64, 60, 67, .16);
  padding: 1rem 2rem;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 3px solid #f98431;
}

.nominy {
  text-align: center;
  margin-top: 20px;
}

.nominy button {
  background-color: #FF9900;
  padding: 5px 25px;
  color: #000;
  border: none;
  border-radius: 5px;
  font-weight: bold;
}

/* .nominy button:hover {
  background-color: white;
  color: #FF9900;
  border: 1px solid #FF9900;
} */


.center .card {
  border-radius: 25px;
}


.card img {
  width: 100%;
  height: auto;
  margin: auto;
}

.fa-chevron-left:before {
  position: absolute;
  top: 150px;
}

.fa-chevron-right:before {
  position: absolute !important;
  right: -30px;
  top: 150px;
}

.controls .next {}

.slider {
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  width: 180px;

  height: 20px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slider .prev_arrow {
  position: absolute;
  right: -20px;
}

.slider .slider_item {}

.slick-initialized .slick-slide {
  padding: 10px !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: 0px !important;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots li {
  display: block;
  width: .75rem;
  height: .75rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #232f3e;
  text-indent: -9999px;
}

.slick-dots li {
  height: 15px !important;
  width: 15px !important;
}

.slick-dots li.slick-active button {
  background-color: #f90;
  border-radius: 50%;
}

.slick-dots li button {
  height: 15px !important;
  width: 15px !important;
}

.slick-dots li button:before {
  content: ' ' !important;
  height: 15px !important;
  width: 15px !important;
}


.slick-arrow.priv_arrow {
  position: relative;
  z-index: 1;
  left: -30px;
  float: left;
}

/* .slick-arrow.next_arrow {
  position: relative;
  z-index: 99;
  right: -30px;
  float: right;
} */



/* eligibility */

.elig {
  background-color: #fff;
  width: 60%;
  margin: auto;
  box-shadow: 0 2px 20px 7px rgba(64, 60, 67, .16);
  padding: 1rem 2rem;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 3px solid #f98431;
  text-align: center;
}

.elig span {
  font-size: 16px;
}

.elig ul {
  padding: 0px 18px;
  margin-bottom: 10px;
}

.elig ul li {
  font-size: 16px;
  text-align: left;
  font-weight: 100;
  line-height: 22px;
  margin-top: 20px;
  position: relative;
  /* top: -20px; */
}

/* end */


.estedcontent {
  background-color: #232F3E;
  color: #ccc;
}

.esti-test {
  color: #FF9900;
  text-align: center;
  padding: 10px;
}

.jurry_content .card {
  border-radius: 0px;
}

.faqs {
  background-color: #EAEDED;
}

.cta_button {
  background-color: #FF9900;
  padding: 5px 25px !important;
  color: #000 !important;
  border: none !important;
  border-radius: 5px;
  position: absolute;
  bottom: 10%;
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Offset by half of its width */
  margin-left: 0 !important;
  font-size: 24px !important;
}



.panel-group {
  margin-bottom: 0;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}

.panel-group .panel .panel-heading {
  padding: 0;
}

.panel-group .panel .panel-heading h4 a {
  background: #f8f8f8;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  color: #000;
  border-radius: 8px;
  margin-top: 15px;
  transition: 0.15s all ease-in-out;
  border-radius: 8px 8px 0px 0px;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #232F3E;
  transition: 0.15s all ease-in-out;
  color: #fff;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "";
}

.panel-group .panel .panel-heading h4 a i {
  color: #999;
}

.panel-group .panel .panel-body {
  padding-top: 0;
}

.panel-group .panel .panel-heading+.panel-collapse>.list-group,
.panel-group .panel .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.panel-group .panel+.panel {
  border-top: none;
  margin-top: 0;
}


.faq-text {
  text-align: center;
  color: #232F3E;
  padding-top: 20px;
  padding-bottom: 20px;
}

.panel-title {
  margin: 0;
}

.faq-text h2 {
  font-weight: bold !important;
  position: relative;
  top: 12px;
}

.panel-body {
  background-color: #fff;
  padding: 10px;

}


.Category_Digitization {
  background-color: #fff;
  width: 90%;
  margin: auto;
  box-shadow: 0 2px 20px 7px rgba(64, 60, 67, .16);
  padding: 20px;
  border-radius: 15px;
}


.Category_Digitization ul {
  list-style: decimal;
  padding: 17px;
}

.Category_Digitization ul li {
  font-size: 16px;
  text-align: left;
  font-weight: 100;
  line-height: 23px;
  margin-top: 16px;
}

.Category_Digitization button {
  background-color: #FF9900;
  color: #fff;
  border: none;
  padding: 5px 25px;
  border-radius: 5px;
  margin-top: 4px;
}

.Category_Digitization span {
  color: #0099D9;
  position: relative;
  top: 15px;
}

.Category_Digitization h3,
p {
  font-weight: lighter;
}

.Digitization_btn {
  text-align: center;
  margin-top: 40px;
}

.Digitization_btn button {
  background-color: #0099D9;
  color: #fff;
  padding: 5px 20px;
  border: none;
  border-radius: 8px 8px 0px 0px;

}

/* registration css */


.register_heading {
  color: #FF9900;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px;
}

.register_heading h3 {
  font-weight: bold;
}

.form_content {
  width: 80%;
  margin: auto;
}

.details input,
textarea {
  width: 100%;
  border-radius: 3px;
  border: none;
  outline: none;
  padding: 10px;
  margin-top: 10px;
}

.details textarea {
  margin-top: 7px;
  position: relative;
  top: 4px;
}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn_up {
  border: unset;
  color: #FF9900;
  background-color: #232F3E;
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  float: right;
  outline: none;
}

.upload-btn-wrapper input[type=file] {
  /* font-size: 100px; */
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  /* width: 100%; */
  padding: 0;
  cursor: pointer;
}

.upload-btn-wrapper {
  background-color: #fff;
  width: 100%;
  padding: 0px 0px 0px 10px;
  margin-top: 10px;
  border-radius: 4px;
}

.upload-btn-wrapper span {
  color: #797575;
  line-height: 42px;
}

.relevant_text {
  font-size: 13px;
  position: relative;
  top: -5px;
}

.slick_main .card {
  transition: all 0.3s ease;
  cursor: pointer;
}

[aria-disabled="true"] {
  pointer-events: none;
  /* Disable interaction */
  opacity: 0.5;
  /* Dim the element to indicate it's disabled */
  cursor: not-allowed;
  /* Change cursor to indicate unavailability */
}

[aria-disabled="true"]:hover {
  background-color: initial;
  /* Ensure no hover effect */
}

.selected-card {
  transform: scale(1.1);
  /* Slightly enlarge the selected card */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Add a shadow for emphasis */
  margin-bottom: 20px;
}

/* #about_main{
  background: url('../img/Group\ 243.png');
  background-size: cover;
  background-position: center;
  padding-top: 3vh;
  padding-bottom: 15%;
} */
.categoryy {
  position: relative;
  /* Ensure proper stacking context */
  z-index: 10;
  /* Adjust as needed */
}

#cat_desc {
  display: flex;
  margin-bottom: 10px;
}

#cat_desc img {
  margin-left: 20px;
}

.upload-btn-wrapper select {
  width: 100%;
  border: none;
}

.upload-btn-wrapper select:focus {
  outline: none;
}

.upload-btn-wrapper .inp {
  width: 100%;
  border: none;
  padding: 10px 0;
}

.upload-btn-wrapper .inp:focus {
  outline: none;
}

.submit {
  color: black;
  padding: 5px 20px;
  background: orange;
  margin-top: 2%;
  border: none;
  font-weight: 600;
  margin-bottom: 5%;
  border-radius: 5px;
}

/* .submit:hover {
  background-color: white;
  color: orange;
  border: 1px solid orange;
} */

.btn_upload {
  border: unset;
  color: #030000;
  background-color: #cacbcc;
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  /* float: right; */
  outline: none;
}

#loader {
  display: none;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin-top: 10px;
  /* Adjust to fit your layout */
}

.footer {
  background-color: #232f3e;
  padding: 10px 0;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.allrights {
  color: white;
  margin-top: 5px;
  font-size: 12px;
}

.footer_links {
  color: white !important;
  font-size: 12px;
  text-decoration: none;
  padding-bottom: 2px;
}

.footer_links:hover {
  border-bottom: 1px solid #0099d9;
  cursor: pointer;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom: 2px solid #0099d9;
  cursor: pointer;
  text-decoration: none;
}

.nominate_now {
  border: 2px solid #f90;
  background-color: #f90;
  color: #232F3E !important;
  padding: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, .35) !important;
  cursor: pointer;
  margin-left: 24px;
  border-radius: 20px;
  font-size: 16px;
  align-items: center;
  display: flex;
  text-decoration: none !important;
  font-weight: bold;
  width: fit-content;
}

.nominate_now:hover {
  border-bottom: transparent;
}

.last_date {
  background-color: #983177;
  text-align: center;
  height: 25px;
  display: flex;
  align-items: center;
}

.last_text {
  margin-bottom: 2px;
  color: white;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.heading {
  font-weight: bold !important;
}

.home {
  position: absolute;
  top: 10px;
  left: 10px;
}

.home img {
  width: 30px;
  cursor: pointer;
}

.Award_video {
  position: relative;
}

.sub_info {
  position: absolute;
  left: 5%;
  top: 40%;
}

.sub_info p {
  font-size: 30px;
  color: white;
}

#wave {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  top: 100%;
}

.nav-link {
  color: #232f3e !important;
  font-weight: bold !important;
  margin-left: 24px;
}

.logos {
  width: 80px;
}

#phase {
  margin-bottom: 3%;
}

.mobile {
  display: none;
}

marquee {
  color: white;
  display: flex;
  align-items: center;
}
.swal2-title{
  font-size: 24px !important;
}
#help_email{
  color: white !important;
  text-decoration: none !important;
}

.new_text_file{
  display: flex;
  padding: 0;
}
.new_upload_btns{
  position: relative;
}
.mandatory {
  color: red;
  font-weight: bold;
}
label a {
  color: #0d6efd !important;
}
label a:hover{
  text-decoration: underline !important; 
}
/* ===========================toast css===================================== */

.toast__svg {
  fill: #fff;
}

.toast {
  text-align: left;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 4px;
  max-width: 500px;
  top: 0px;
  position: relative;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  opacity: 1;
  display: none;
  position: fixed;
  top: 15px;
  left: auto;
  right: 10px;
}

.toast:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.toast__icon {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  padding: 7px;
  border-radius: 50%;
  display: inline-block;
}

.toast__type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.toast__message {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: #878787;
  text-transform: capitalize;
}

.toast__content {
  padding-left: 70px;
  padding-right: 60px;
}

.toast__close {
  position: absolute;
  right: 22px;
  top: 45%;
  width: 14px;
  cursor: pointer;
  height: 14px;
  fill: #878787;
  transform: translateY(-50%);
}

.toast--green .toast__icon {
  background-color: red;
}

.toast--green:before {
  background-color: red;
}


/* Media Query */
@media screen and (min-width:0) and (max-width:767px) {
  .slick-arrow.next_arrow {
    position: absolute;
    top: 0;
    right: 15px;
  }

  .slick-arrow.priv_arrow {
    left: -15px;
  }

  .about-div,
  .cat-div {
    width: 95%;
  }

  .elig {
    width: 95%;
    padding: 2rem;
  }

  .upload-btn-wrapper span {
    font-size: 14px;
  }

  .form_content {
    width: 95%;
  }

  .footer_links {
    font-size: 10px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .last_text {
    font-size: 9px;
    margin-bottom: 0;
  }

  .slick-dots {
    bottom: -20px !important;
  }

  .nominy {
    margin-top: 40px;
  }
  .cta_button{
    font-size: 14px !important;
    bottom: 10px;   
  }
}