* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  /* font-family: "AvenirLTStd"; */
  /* font-family: "Publico"; */
}

body {
  margin: 0%;
  overflow-x: hidden;
}

body .container {
  max-width: 1200px;
}

body.loading {
  overflow: hidden;
}

header {
  width: 100%;
}

@font-face {
  font-family: "AvenirLTStd";
  src: url("./font/AvenirLTStd-Black.otf");
  src: url("./font/AvenirLTStd-Book.otf");
  src: url("./font/AvenirLTStd-Roman.otf");
}

h1,
h2,
h5,
h4,
h3 {
  font-family: "Manrope", serif;
}

p {
  font-family: "AvenirLTStd";
}

.navigation {
  background-color: #ffffff;
  position: fixed;
  box-shadow: 0px 0px 5px 0px grey;
}

.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: 14px;
  line-height: 30px;
  font-weight: 500;
}

.navbar-nav li a {
  color: white;
}

.nav-active {
  background-color: #081423eb;
  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: #f8b931 !important;
}

/* register */
.register {
  padding: 100px 0px 0px !important;
}

.register h1 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}

.register .seets span {
  font-size: 30px;
  font-weight: 900;
  color: #f8b931;
  background-color: #eaeaea;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
}

/* header content */

.spotlight {
  padding: 60px 0px;
  height: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./images/header-img.webp) no-repeat center/cover;
}

.spotlight .header-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
  gap: 20px;
}

.spotlight .header-content img {
  width: 100%;
  max-width: 200px;
}

.spotlight h1 {
  text-align: left;
  padding: 10px 0px;
  font-size: 45px;
  font-weight: 900;
}

.small-header {
  color: #f8b931;
  font-weight: 400;
}

.toggle-btn {
  background-color: #00534d;
  border: 1px solid white;
  color: white;
  padding: 10px 15px;
  position: fixed;
  left: 100%;
  bottom: 0vh;
  font-size: 13px;
  z-index: 10;
}

/* section1 */

/* award-section starts*/

.award-section {
  padding: 60px 0px;
  background: transparent
    radial-gradient(closest-side at 48% 82%, #1f4065 0%, #16283c 100%) 0% 0%
    no-repeat padding-box;
    color: white;
}

.award-section .awards h5{
  color: #f8b931;
  font-size: 23px;
}

.section3 {
  padding: 0px 0px 70px;
  background: transparent
    radial-gradient(closest-side at 48% 82%, #1f4065 0%, #16283c 100%) 0% 0%
    no-repeat padding-box;
  color: white;
}

.section3 h2 {
  font-size: 25px;
}

.section3 .container .row .col-lg-3 div {
  width: 100%;
  height: 100%;
  /* box-shadow: 0px 1px 10px -1px; */
}

.section3 .container .row h5 {
  font-size: 15px;
  color: #f8b931;
  font-weight: 900;
  text-transform: uppercase;
}

.section3 .container .row p {
  font-size: 12px;
  margin-bottom: 8px;
}

.section3 .container a {
  font-size: 14px;
  border: 1px solid #f8b931;
  color: white;
  background-color: #f8b9313e;
  padding: 5px 30px;
}

.section3 .container a:hover {
  text-decoration: none;
}

/* award-section 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 (min-width: 320px) and (max-width: 428px) {
  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .navigation {
    background-color: #0a0327 !important;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .navbar-toggler {
    font-size: small;
  }

  header {
    width: 100%;
    height: 80vh;
  }

  .spotlight h1 {
    text-align: center;
  }

  /* 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 (max-width: 330px) {
  .navbar-brand img {
    width: 75%;
    max-width: 200px;
  }

  header {
    width: 100%;
    height: 80vh;
  }

  .header-content h5 {
    font-size: 1em;
    font-weight: 700;
    line-height: 30px;
  }

  .header-content p {
    font-size: 0.8em;
    font-weight: 500;
  }

  .heading h1 {
    font-weight: 600;
    font-size: 28px;
  }
}

@media (min-width: 760px) and (max-width: 885px) {
  .navigation {
    background-color: #0a0327;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  header {
    width: 100%;
    height: 70vh;
  }

  #homepage-hero {
    padding-top: 30vh;
    color: white;
    text-align: center;
  }

  .header-content h5 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 40px;
  }

  .header-content p {
    font-size: 1em;
    font-weight: 500;
  }
}

@media (min-width: 700px) 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;
  }
}
