a {
  text-decoration: none !important;
}

#navbar1 {
  padding: 4.8px 0;
}

.carousel-caption {
  top: 0rem;
  color: #333;
  cursor: pointer;
}

#navbar1 .nav-link, #navbar2 .nav-link, #navbar3 .nav-link, #navbar4 .nav-link, #navbar5 .nav-link {
  color: #333 !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.xx .nav-link:hover {
  color: #79ae45 !important;
}

.xt .nav-link:hover {
  color: #eca94a !important;
}

.xl .nav-link:hover {
  color: #2c6cae !important;
}

.rq .nav-link:hover {
  color: #48b3ae !important;
}

#navbar1.xx {
  background-color: #e0ebd6 !important;
}
#navbar1.xt {
  background-color: #fbeedb !important;
}
#navbar1.xl {
  background-color: #d1deeb!important;
}
#navbar1.rq{
  background-color: #daf0ef!important;
}
#navbar1.xxx {
  background-color: #e0ebd6 !important;
}

#navbar1.xxx .nav-link:hover {
  color: #79ae45 !important;
}

#navbar1.xxt {
  background-color: #fbeedb !important;
}

#navbar1.xxt .nav-link:hover {
  color: #eca94a !important;
}

#navbar1.xxl {
  background-color: #d1deeb !important;
}

#navbar1.xxl .nav-link:hover {
  color: #2c6cae !important;
}

#navbar1.xrq {
  background-color: #daf0ef !important;
}

#navbar1.xrq .nav-link:hover {
  color: #48b3ae !important;
}
.navbar-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.navbar-fixed.show {
  opacity: 1;
  visibility: visible;
}

#header {
  visibility: visible;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  font-size: 1.667rem !important;
  font-weight: bold;
}

.dropdown-menu {
  background-color: rgba(22, 22, 23, .8) !important;
  backdrop-filter: blur(5px)
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.btn {
  border-radius: 1.25rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

#carousel1 .carousel-caption, #carousel3 .carousel-caption, #carousel5 .carousel-caption, #carousel7 .carousel-caption, #carousel9 .carousel-caption {
  top: 1rem !important;
  padding-top: 0.25rem !important;
}

#carousel1 h2, #carousel1 h5, #carousel3 h2, #carousel3 h5, #carousel5 h2, #carousel5 h5, #carousel7 h2, #carousel7 h5, #carousel9 h2, #carousel9 h5 {
  color: #ffffff !important;
}

#carousel2 .carousel-caption, #carousel4 .carousel-caption, #carousel6 .carousel-caption, #carousel8 .carousel-caption {
  top: 1rem !important;
  padding-top: 0.25rem !important;
}

#carousel2 h2, #carousel2 h5, #carousel4 h2, #carousel4 h5, #carousel6 h2, #carousel6 h5, #carousel8 h2, #carousel8 h5 {
  color: #333333 !important;
}

#carousel1 .carousel-item h2, #carousel2 .carousel-item h2, #carousel3 .carousel-item h2, #carousel4 .carousel-item h2, #carousel5 .carousel-item h2, #carousel6 .carousel-item h2, #carousel7 .carousel-item h2, #carousel8 .carousel-item h2, #carousel9 .carousel-item h2 {
  font-size: 2.25rem !important;
  font-weight: bold;
  padding-top: 0 !important;
  padding-bottom: 1rem;
}

/*#carousel1 .btn {
  background-color: #79ae45 !important;
  border: #79ae45 !important;
}

#carousel2 .btn {
  background-color: #79ae45 !important;
  border: #79ae45 !important;
}

#carousel3 .btn {
  background-color: #79ae45 !important;
  border: #79ae45 !important;
}

#carousel4 .btn {
  background-color: #79ae45 !important;
  border: #79ae45 !important;
}*/

.xx .btn{
  background-color: #79ae45 !important;
  border: #79ae45 !important;
}

.xt .btn{
  background-color: #eca94a !important;
  border: #eca94a !important;
}

.xl .btn{
  background-color: #2c6cae !important;
  border: #2c6cae !important;
}

.rq .btn{
  background-color: #48b3ae !important;
  border: #48b3ae !important;
}