* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  font-family: "AvenirLTStd";
}

body {
  margin: 0%;
  overflow-x: hidden !important;
}

body .container {
  max-width: 1225px;
}

header {
  width: 100%;
  height: 50vh;
  background: url(./images/DataNext-banner.jpg) no-repeat center/cover fixed;
  /* background-color: rgba(170, 157, 101, 0.361); */
}

section {
  overflow-x: hidden;
}

@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 {
  font-family: "Manrope", serif;
  position: relative;
}

p,
h5,
h4,
h3 {
  font-family: "AvenirLTStd";
  position: relative;
}

.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: 20px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.navbar-nav li a {
  color: white;
}

.navbar-nav li .dropdown-toggle {
  border-bottom: 2px solid #fd764e;
}

.navbar-nav li a:hover {
  border-bottom: 2px solid #fd764e;
}

.nav-active {
  background-color: #0a0327;
  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: #fd764e !important;
}
  
  /* header content */
  
  .spotlight {
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .spotlight .header-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
  }

    
  .spotlight .header-content img{
    width: 100%;
    max-width: 200px;
  }
  
  .spotlight h1 {
    text-align: left;
    padding: 10px;
  }
  
  .small-header {
    color: #5EC1A6;
    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: url(./images/BG-banner.svg) no-repeat center/cover;
  color: white;
 }

 .award-section .awards h5{
  color: #FF784F;
  font-size: 23px;
}

 .section3 {
  padding: 60px 0px;
  
}

.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: #FF784F;
  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 #FF784F;
  color: white;
  background-color: transparent;
  padding: 10px 30px;
  border-radius: 20px;
}

.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 (max-width: 700px) {
    .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 {
      padding: 2px 6px;
      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;
  }
  }
  