* {
  font-family: 'Poppins', sans-serif;
}

html {
  min-height: 5vh;
}

ul {
  list-style: none;
  padding-top: 2%;
}

li {
  display: inline !important;
}

ul li a {
  text-decoration: none;
  position: relative;
  color: white !important;
  font-size: 1.3rem;
  margin: 1%;
  padding: 0.5% 0;
}

.footer-icon {
  font-size: 3rem;
  margin-left: 10px;
  margin-right: 10px;
}
.slogan {
  position:absolute!important;
  top:40%;
  left: 35%;
  color: #D61C4E!important;
  font-weight: bold;
}

.navbar-toggler {
  background-color: rgba(50, 50, 50, 1) !important;
}

h2 {
  font-size: 2.5rem;
  color: red;
  font-weight: bold;
}

#landing {
  text-align: center;
}

.red {
  height: 500px;
  width: 500px;
  background-color: red;
}

.landing-menu {
  padding-top: 2%;
}

.text-justify {
  text-align: justify !important;
}

.Logo {
  width: 50px;
  display: inline;
  float: left;
  margin-left: 200%;
  margin-top: 50%;
}

.align-center {
  align-items: center !important;
  justify-content: center !important;
}

.shadow2 {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(240, 243, 244, 0) 100%);
}

/* shadow bottom-fixed */
.Shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: 100vh;
  min-width: 100%;
  height: 98.8px;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(240, 243, 244, 0) 100%);
  z-index: 30;
}

/* Background image */
.overlay1 {
  background-image: url(./Images/Landing.jpg);
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -99;
}

.overlay2 {
  margin-top: 15%;
  background-image: url(./Images/buffer.jpg);
  height: 50vh;
  min-width: 100%;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -99;
}

.padding-center {
  padding: 0 30%;
}

.learnmore {
  border-style: double;
  border-width: 4px;
  font-size: 1rem;
  padding: 1% 5% !important;
}
.test {
  height: 250px;
  width: auto;
  background-color: maroon;
}

.bg-maroon {
  background-color: maroon;
  font-size: 1rem!important;
}
/* effects */
.learnmore:hover {
  background-color: red;
  color: white !important;
  transition: 0.8s;
}

p+a:hover {
  background-color: red !important;
  transition: 0.8s;
}

ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 3px;
  background-color: red;
  width: 100%;
  opacity: 0;
  transition: 1s;
}

ul li a:hover::after {
  opacity: 1;
  transition: 1s;
}

/* Media Query */
@media (max-width: 991.98px) {
  ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 45%;
    bottom: -1px;
    height: 5px;
    background-color: red;
    max-width: 100px;
    opacity: 0;
  }

  @media (max-width: 991.98px) {
    ul li a:hover::after {
      opacity: 1;
      transition: 1s;
    }
  }

  @media (max-width: 991.98px) {
    .nav-item {
      font-size: 2.5rem;
    }
  }

  @media (max-width: 991.98px) {
    .overlay1 {
      background-image: url(./Images/landing3.jpg);
      height: 100vh;
      min-width: 100%;
      min-height: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: -99;
      transition: 0.5s;
    }
  }

  @media (max-width: 991.98px) {
    .padding-center {
      padding: 0 30%;
      display: none;
    }
  }

  @media (max-width: 991.98px) {
    .slogan {
      top:50%;

}
    }
