* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0%;
  overflow-x: hidden;
}

body .container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Orbitron", sans-serif;
}

h2 {
  font-weight: 800 !important;
}

section {
  overflow-x: hidden;
}

/* Navbar tweaks */
.navbar {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 10px 0px;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

.navbar .nav-link {
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover {
  color: #ff0202 !important; /* highlight red from design */
}

.navbar .nav-link.active {
  color: #ff0202 !important; /* highlight red from design */
  font-weight: bold;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: black !important;
  font-size: 12px;
}

.dropdown-item:active {
  background-color: #ff0202 !important;
  color: white !important;
}
/* Hero Section */
.hero-section {
  width: 100%;
  height: 92vh;
  background: url(./assets/images/AWARDS-landing-page-banner.jpg) no-repeat
    center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.hero-section .container .row {
  align-items: center;
  height: 100%;
}

.hero-section .event-logo {
  max-width: 400px;
  margin-top: -20px;
}

.hero-section .lead {
  font-size: 40px;
  font-weight: 400;
  margin: 20px 0px;
  color: white;
}

.hero-section .hero-highlight {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.hero-section .hero-highlight h5 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.hero-section .hero-highlight p {
  font-size: 14px;
  color: #c3c3c3;
  margin-bottom: 0px;
}

/* awards-categories */

.awards-categories {
  padding: 70px 0;
  background: url(./assets/images/AWARDS-white-bg.svg) no-repeat center/cover;
}

.awards-categories .container .categories-div h1 button {
  font-weight: 600 !important;
  font-size: 28px;
  padding: 10px;
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
}

.awards-categories .custom-accordion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: start;
  font-weight: bold;
  font-size: 24px;
  padding: 30px;
  transition: background-color 0.3s ease;
}

/* Initially collapsed - white background */
.awards-categories .custom-accordion-button.collapsed {
  background-color: transparent;
  border: none;
}

/* When expanded */
.awards-categories .custom-accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  color: black !important;
}

/* Optional: Icon rotation */
.awards-categories .accordion-icon i {
  transition: transform 0.3s ease;
  color: #ff0202;
}

.awards-categories .custom-accordion-button:not(.collapsed) .accordion-icon i {
  transform: rotate(180deg);
}

.awards-categories .accordion-body {
  padding: 10px;
}

.awards-categories .accordion-body p {
  font-size: 16px;
}

.awards-categories .accordion-body a {
  background-color: #ff0202 !important;
  color: white;
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 15px;
}

.awards-categories hr {
  height: 2px;
  background-color: black;
  border: none;
}

/* awards-categories ends */

/* why-awards starts */

.why-awards {
  padding: 60px 0px;
  background: url(./assets/images/why-awards-bg.jpg) no-repeat center/cover;
  color: white;
}

.why-awards .container p {
  font-size: 14px;
  color: #cdcdcd;
}

.why-awards .container h4 {
  font-size: 22px;
  color: #ffffff;
}

.why-awards .container .row .card {
  background-color: #000000;
  border-left: 4px solid #ff0202;
  padding: 20px;
  height: 100%;
}

.why-awards .container .row .card h5 {
  color: white;
}

.why-awards .container .row .card p {
  color: #cdcdcd;
  line-height: normal;
}

/* why-awards ends */

/* nomination-section starts */
.nomination-section {
  padding: 70px 0px;
}
.nomination-section hr {
  border: none;
  height: 2px; /* line thickness */
  background-image: repeating-linear-gradient(
    to right,
    black 0,
    black 10px,
    /* dash length */ transparent 10px,
    transparent 20px /* gap size */
  );
}

.nomination-section .div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin: 15px 0px;
}

.nomination-section .div h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
}

.nomination-section .div a {
  background-color: #ff0202 !important;
  color: white;
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 15px;
}

.nomination-section .row video {
  width: 90%;
  margin: auto;
}

/* nomination-section ends */

/* what-next-section */

.become-partner {
  padding: 70px 0px;
  background: url(./assets/images/highlight-bg2.webp) no-repeat center/cover;
}

.become-partner h1 {
  font-weight: 900;
  font-size: 60px;
  color: white;
}

.become-partner h1 span {
  -webkit-text-stroke: 1px #979797;
  color: transparent;
}

.become-partner p {
  color: white;
  font-size: 14px;
}

.become-partner a {
  background-color: #ff0202 !important;
  color: white;
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 15px;
}

/* footer */

footer {
  padding: 80px 0px 40px;
  background-color: #000000;
  position: relative;
}

footer .border-object {
  width: 180px;
  height: 180px;
  position: absolute;
  right: -5%;
  top: 20%;
  z-index: 10;
  overflow-x: clip;
}

.border-object span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: transparent;
}

/* Base borders (1px) */
.border-object .blue {
  border: 1px solid #0fc0ea;
  left: 0;
  top: 0;
}

.border-object .green {
  border: 1px solid #50d650;
  left: 20px;
  top: 20px;
}

.border-object .yellow {
  border: 1px solid #e5ce00;
  left: 40px;
  top: 40px;
}

.border-object .pink {
  border: 1px solid #f50ca0;
  left: 60px;
  top: 60px;
}

/* Highlight Animation Effect */
.border-object span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  border: 2px solid currentColor; /* thicker animated border */
  box-sizing: border-box;
  clip-path: inset(0 100% 0 0); /* start hidden */
  /* animation: borderMove 10s linear infinite; */
}

.border-object .blue::before {
  color: #0fc0ea;
}

.border-object .green::before {
  color: #50d650;
  animation-delay: 0.5s;
}

.border-object .yellow::before {
  color: #e5ce00;
  animation-delay: 1s;
}

.border-object .pink::before {
  color: #f50ca0;
  animation-delay: 1.5s;
}

/* Animation to "travel" the border */
@keyframes borderMove {
  0% {
    clip-path: inset(0 100% 0 0);
  } /* hidden */
  25% {
    clip-path: inset(0 0 100% 0);
  } /* top side */
  50% {
    clip-path: inset(0 0 0 100%);
  } /* right side */
  75% {
    clip-path: inset(100% 0 0 0);
  } /* bottom side */
  100% {
    clip-path: inset(0 100% 0 0);
  } /* back to start */
}

footer .container {
  z-index: 100;
}

footer .container .col-lg-4 img {
  max-width: 300px;
}

footer .container .col-lg-8 div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  row-gap: 25px;
}

footer .container .logo {
  max-width: 330px;
}

footer .container .reach-out {
  max-width: 350px;
  margin: auto;
  display: flex;
}

footer .container form {
  display: flex;
  row-gap: 10px;
}

footer .container form input {
  background-color: transparent;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
}

footer .container p {
  color: #c3c3c3;
}

footer .container hr {
  height: 2px;
  background-color: white;
  width: 90%;
  margin: auto;
}

footer .container form button {
  background-color: #ff0202 !important;
  color: white;
  border-radius: 0px;
  font-size: 15px;
  padding: 10px 15px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffffffa7;
  cursor: pointer;
  border-radius: 50%;
}

/* media Queries */

@media (max-width: 480px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    right: auto;
  }

  .navbar-brand img {
    height: 20px !important;
  }

  .hero-section {
    width: 100%;
    height: 100%;
    padding: 50px 0px 30px;
  }

  .hero-section .btn {
    width: auto;
    padding: 10px !important;
  }

  .hero-section .hero-highlight {
    position: static;
  }

  .hero-section .lead {
    font-size: 22px;
    margin: 20px 0px;
  }

  .hero-section .hero-highlight h5 {
    max-width: 100%;
  }

  .hero-section .hero-highlight p {
    max-width: 100%;
  }

  .awards-categories .container .categories-div h1 button {
    font-size: 16px;
  }

  .why-awards .container h4 {
    font-size: 18px;
  }

  .why-awards .container .row .card h5 {
    font-size: 16px;
  }

  .become-partner h1 {
    font-size: 45px;
  }

  /* footer section */
  footer .border-object {
    width: 150px;
    height: 150px;
    position: absolute;
    right: -1%;
    bottom: 0%;
    z-index: 1;
    opacity: 0.3;
  }
}

@media (min-width: 700px) and (max-width: 1025px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    right: auto;
  }
  
  .hero-section {
    height: 60vh;
  }

  .hero-section .lead {
    font-size: 23px;
    font-weight: 400;
    margin: 20px 0px;
    color: white;
  }

  /* footer section */
  footer .border-object {
    width: 150px;
    height: 150px;
    position: absolute;
    right: -1%;
    bottom: 0%;
    z-index: 1;
    opacity: 0.3;
  }
}
