* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
}

body {
  margin: 0%;
}

body .container {
  max-width: 1200px;
}

h1,
h2,
h4,
h3,
h5 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Hind Madurai", sans-serif;
}

header {
  width: 100%;
  /* height: 65vh; */
  background: url(./images/industry-bg.jpg) no-repeat center/cover;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

.nav-font-size {
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
}

.registration-btn {
  background-color: #4A0E71;
  color: white;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  transition: all 0.8s;
  border-radius: 5px;
  border: none !important;
}

.registration-btn:hover {
  color: #f9ffff;
  text-decoration: none;
  background-color: #7f6247;
}

.navbar-nav li a {
  color: white;
}

.nav-active {
  background-color: #41074F !important;
  color: white !important;
}

.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: #41074F !important;
}

/* header content */
/* landing page */
.landing-page {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(./images/awards/awards-background-image.webp) no-repeat
    center/cover;
}

.landing-page video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  /* filter: blur(100%); */
}

.landing-page .theme {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  height: 100vh;
  color: white;
  text-align: center;
  width: 100%;
  max-width: 100%;
  min-width: 260px;
  margin: auto;
  padding: 20px;
  z-index: 3;
  background-image: linear-gradient(to right, #0d0630, transparent);
  /* background: url(./images/landing-transparent.svg) no-repeat center/cover; */
  opacity: 1;
}

.landing-page .theme .logo {
  width: 100%;
  max-width: 370px;
  padding: 10px 0px;
}

.landing-page .theme h5 {
  font-size: 45px;
  font-weight: 400 !important;
  color: #f7c55b;
  padding: 10px 0px;
  margin-bottom: 0px;
}

.landing-page .theme .N2025 {
  width: 100%;
  max-width: 120px;
}

.landing-page .theme .them-container {
  /* position: absolute; */
  margin-top: 25px;
}

.nominate {
  width: 100%;
  max-width: 170px;
  padding: 12px 20px;
  border: 1px solid #f7c65bb8;
  background-image: linear-gradient(45deg, #0B2C40, #051c27);
  color: white;
  margin: 0px 20px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  text-decoration: none;
}

.nominate:hover {
  text-decoration: none;
  color: #f7c55b;
}

/* landing page ends */

/* section1 starts */

.section1 {
  padding: 80px 0px;
  background-color: #001019;
}

.section1 h1 {
  color: #f7c55b;
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.section1 img {
  width: 100%;
  max-width: 85%;
  margin: auto;
  border-radius: 20px;
}

.section1 p {
  color: white;
  width: 100%;
  margin: 0.8rem auto;
  line-height: 25px;
}

.section1 .nominate {
  width: 100%;
  max-width: 170px;
  padding: 12px 20px;
  border: 1px solid #f7c65bb8;
  background-image: linear-gradient(45deg, #0B2C40, #051c27);
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  margin: 0px;
  text-decoration: none;
}

.section1 .nominate:hover {
  text-decoration: none;
  color: #f7c55b;
}

/* section1 ends */

/* section2 starts*/

.section2 {
  padding: 70px 0px;
  background: url(./images/awards/section2-bg.jpg) no-repeat center/cover;
  background-color: #03040ad2;
  background-blend-mode: multiply;
}

.section2 h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  text-align: start;
  margin-bottom: 20px;
}

.section2 .container .row {
  row-gap: 15px;
}

.section2 .container .row div h5 {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #f7c55b;
  font-size: 21px;
  color: white;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section2 .container .row div .title {
  color: #f7c55b;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}

.section2 .container .row div .brief {
  color: white;
  font-size: 14px;
  font-weight: lighter;
}

.section2 .container .row div .award-img img {
  max-width: 300px;
}

.section2 .nominate {
  width: 100%;
  max-width: 200px;
  padding: 12px 20px;
  border: 1px solid #f7c65bb8;
  background-image: linear-gradient(45deg, #0B2C40, #051c27);
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  margin: auto;
  text-decoration: none;
}

.section2 .nominate:hover {
  text-decoration: none;
  color: #f7c55b;
}

/* section2 ends*/

/* section3 starts*/

.section3 {
  padding: 70px 0px;
  background-color: #001019;
}

.section3 h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  text-align: start;
  margin-bottom: 20px;
}

.section3 p {
  color: white;
}

.section3 .container .row {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  gap: 20px;
}

.section3 .container .row .card {
  width: 100%;
  min-height: 100%;
  padding: 38px 10px;
  text-align: center;
  border-radius: 20px;
  background-image: linear-gradient(-145deg, #001924, #00354a);
}

.section3 .container .row .card h5 {
  color: #f7c55b;
  font-size: 15px;
  font-weight: 500 !important;
  margin-bottom: 15px;
}

.section3 .container .row .card p {
  color: white;
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 22px;
}

.section3 .container .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section3 .container .buttons a {
  width: 100%;
  max-width: 200px;
  padding: 12px 20px;
  border: 1px solid #f7c65bb8;
  background-image: linear-gradient(45deg, #0B2C40, #051c27);
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  margin: 20px 0px;
}

.section3 .container a:hover {
  text-decoration: none;
  color: #f7c55b;
}

/* section3 ends*/

/* section4 starts*/

.section4 {
  padding: 70px 0px;
  background-color: #03040a;
}

.section4 h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  text-align: start;
  margin-bottom: 20px;
}

.section4 .container .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  row-gap: 20px;
  padding: 30px 0px;
}

.section4 .container .row .card {
  width: 20%;
  background-color: transparent;
  border: none;
}

.section4 .container .row .card div {
  padding: 0px 10px;
  width: 100%;
}

.section4 .container .row .card img {
  width: 100%;
}

.section4 .container .nominate {
  width: 100%;
  max-width: 200px;
  padding: 12px 20px;
  border: 1px solid #f7c65bb8;
  background-image: linear-gradient(45deg, #0B2C40, #051c27);
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  margin: 20px auto;
  text-decoration: none;
}

.section4 .container .nominate:hover {
  text-decoration: none;
  color: #f7c55b;
}

/* section4 ends*/

/* footer */
.footer-section {
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.footer-section .container {
  padding: 70px 0px 30px;
}

.footer-section .footer-logo {
  width: 100%;
  max-width: 270px;
}

.footer-section .social-media i {
  color: white;
}

.footer-section .privacy-policy a {
  text-decoration: none;
  color: white;
  line-height: 22px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px grey;
  background-color: rgba(255, 255, 255, 0.627);
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
}

/* media Query section */
@media (max-width: 430px) {
  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .navigation {
    background-color: #0B2C40 !important;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .navbar-toggler {
    font-size: small;
  }

  /* landing page */

  .landing-page video {
    object-fit: contain;
  }

  .landing-page .theme {
    padding: 0px;
  }

  .landing-page .theme h5 {
    text-align: start;
    font-size: 35px;
  }

  /* section 1 */
  .section1 h1 {
    font-size: 25px;
  }

  .section1 img {
    max-width: 100%;
    padding-bottom: 15px;
  }

  .section1 p {
    font-size: 15px;
  }

  /* section 2 */
  .section2 h1 {
    font-size: 25px;
  }

  /* section 3 */
  .section3 h1 {
    font-size: 25px;
  }

  .section3 .container .row {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    gap: 20px;
  }

  .section3 .container .row .card {
    width: 100%;
    min-height: 100%;
    padding: 25px 10px;
  }

  .section3 .container .row .card h5 {
    color: #f7c55b;
    font-size: 17px;
    font-weight: 500 !important;
    margin-bottom: 10px;
    line-height: 26px;
  }

  .section3 .container .buttons a {
    font-size: 12px;
    padding: 10px 1px;
    margin: 5px 0px;
  }

  /* section 4 */
  .section4 h1 {
    font-size: 25px;
  }

  .section4 .container .row {
    padding: 0px;
  }

  .section4 .container .row .card {
    width: 50%;
  }

  .section4 .container .row .card div {
    padding: 0px 5px;
    width: 100%;
  }

  /* footer section */
  .footer-section {
    background-position: right;
  }

  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container .div2 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media (min-width: 430px) and (max-width: 1025px) {
  /* navbar */
  .nav-container {
    margin-left: 0px !important;
  }

  .nav-container .nav-item {
    padding: 0px 5px !important;
  }

  /* footer section */
  .footer-section .container {
    padding: 70px 0px 30px !important;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}
