* {
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #ff990063;
  border-radius: 5px;
}

hr {
  margin: 0 0 10px 0;
}
.underline1 {
  border-bottom: 3px solid;
  width: 15%;
  margin: 0 0 10px 0;
}
.underline2 {
  border-bottom: 3px solid;
  width: 30%;
  margin: 0 0 10px 0;
}
.underline3 {
  /* border-bottom: 1px dotted; */
  width: 100%;
  margin: 0 0;

  border: 2px dotted;
  border-style: none none dotted;
  color: #fff;
  background-color: #fff;
}
.card {
  border: none;
  padding: 10px;
  /* background-color: rgb(0, 60, 119); */
  background-color: aliceblue;
  color: rgb(0, 27, 54);
  border-radius: 5px;
  box-shadow: 0 1% 2% rgb(207, 230, 250);
}
.title {
  color: rgb(214, 133, 41);
}
button.btn,
button,
.btn,
.button {
  background: linear-gradient(to right, rgb(204, 113, 8), rgb(172, 92, 0));
  border: 1px solid rgb(255, 255, 255);
  color: white;
  box-shadow: linear-gradient(to right, rgb(204, 113, 8), rgb(172, 92, 0));
}
button.btn:hover,
button:hover,
.btn:hover,
.button:hover {
  background: linear-gradient(
    to right,
    rgba(204, 113, 8, 0.637),
    rgb(172, 92, 0, 0.637)
  );
  border: 1px solid rgb(255, 255, 255);
  color: white;
}

.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.maroon {
  background-color: rgb(121, 0, 0);
}
.white {
  background-color: white;
}
.dark-blue {
  background-color: #002347;
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: rgb(204, 113, 8);
}

nav {
  /* background: #002347; */
  /* background: linear-gradient(to right, #002347, #00009e, #000042); */
}
nav a,
nav a.nav-link {
  color: white;
}
nav a:hover,
nav a.nav-link:hover {
  color: rgb(204, 113, 8);
}
nav a.nav-link.active {
  color: orange;
}
.navbarMobile {
  display: none;
}
@media (max-width: 991.98px) {
  nav.navbar.fixed-top {
    display: none;
  }

  .navbarMobile {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    display: flex;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 1rem 1rem 1rem 10px rgba(0, 0, 0, 0.226);
    z-index: 99999999999999;
  }

  .navbarMobile .perNavbarMobile {
    width: calc(100% / 4);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .navbarMobile .perNavbarMobile .icon {
    font-size: 1.5rem;
    color: #000;
    padding-top: 10px;
  }

  .navbarMobile .perNavbarMobile h3 {
    font-size: 0.8rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .navbarMobile .perNavbarMobile:hover {
    opacity: 0.8;
  }
}
/* display: flex;
.navbarMobile .perNavbarMobile .icon {
  font-size: 1.2rem;
} */
/* 350 */
/* .navbarMobile .perNavbarMobile h3 {
  font-size: .7rem;
} */
.navbarMobile .perNavbarMobile .icon {
  font-size: 1.1rem;
}
header {
  /* margin-top: 3vh; */
  position: relative;
  /* padding: 15vh; */
  text-align: center;
  /* background: linear-gradient(to right, #00234763, #00009e63); */
  background: linear-gradient(to right, #00000063, #00000063);
  overflow: hidden;
}
header #particles-js {
  position: absolute; 
  width: 100%; 
  height: 100%;
}
header .nav {
  background-color: rgba(255, 255, 255, 0.219);
  list-style: none;
  border-radius: 10px;
  /* align-items: center; */
  /* vertical-align: middle; */
  /* text-align: center; */
  justify-content: center;
}
header .nav ol {
  display: flex;
  /* padding: 10px; */
  margin: 0;
  padding: 0;
}
header .nav ol li {
  list-style: none;
  padding: 10px;
  margin: 0;
}
header .nav ol li a.active {
  color: #002347;
}

.swiper {
  /* width: 600px;
  height: 300px; */
  max-width: 100vh;
  /* height: 300px; */
  border-radius: 10px;
  margin-top: 5vh;
  cursor: pointer;
}
.swiper img {
  /* width: min-content; */
  max-width: 100vh;
  border-radius: 10px;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  color: orange;
}
@media (max-width: 991.98px) {
  .swiper,
  .swiper img {
    max-width: 48vh;
  }
}

footer {
  margin-top: 10vh;
  padding: 10vh;
  /* position: absolute; */
  bottom: 0;
  background-color: #002347;
  text-align: left;
  color: white;
}
.copyright {
  padding: 10px;
  text-align: center;
  align-items: flex-end;
  justify-content: center;
  /* padding-top: 15px; */
  background-color: #002347;
  color: white;
  border-top: 1px solid aliceblue;
}
.copyright p {
  margin: 0;
}
.copyright a {
  color: orange;
}
.copyright a:hover {
  color: rgb(204, 113, 8);
}
@media (max-width: 991.98px) {
  .copyright {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: unset;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
button#myBtn :hover {
  transition: .9s;
}
@media (max-width: 991.98px) {
  #myBtn {
    bottom: 90px;
  } 
}