
/*
ul.navbar-nav {
  flex-direction: row;
}
*/
ul.navbar-nav li {
  padding-left: 20px;
  padding-right: 20px;
}
ul.navbar-nav li a {
  color: #fff !important;
}
ul.navbar-nav li a.active {
  color: #ffde00 !important;
}
ul.navbar-nav li a:hover {
  color: #ffde00 !important;
}
/*
.py-lg-10 {
	padding-top: 12.5rem !important;
	padding-bottom: 12.5rem !important;
}
*/
.dropdown:hover > .dropdown-menu {
  display: block;
    border-radius: 0px;
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate(-20.0781px, 41px);
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.video-play-btn {
    position: absolute;
    left: calc(50% - 61px);
    top: calc(50% - 61px);
    width: 122px;
    height: 122px;
    text-align: center;
    padding-top: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}
.intro-video-section {
    height: 757px;
    position: relative;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.video-text {
    margin-bottom: 80px;
    padding: 27px 0;
    padding-left: 25px;
    position: relative;
}
.video-text h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1px;
}
.video-text:after {
    position: absolute;
}

.btn-primary {
	background-color: #ffde00 !important;
	border-color: #ffde00 !important
}

.text-primary {
    --EduPrix-text-opacity: 1;
    color: #000 !important;
}

a {
  color:#000;
}

.carousel-indicators [data-bs-target] {
    background-color: #000 !important;
    opacity: 1;
}

.carousel-indicators [data-bs-target].active {
    background-color: #ffde00 !important;
}

.border-primary {
    border-color: #ffde00 !important;
    border-top-color: #ffde00 !important;
    border-right-color: #ffde00 !important;
    border-bottom-color: #ffde00 !important;
    border-left-color: #ffde00 !important;
}
.bg-carousel-soft-primary {
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.25));
    background: linear-gradient(rgba(0, 0, 0, 0.25));
    width: 172px;
    font-size: 4.768371582rem;
    opacity: 0.5;
    font-weight: 700;
    color: #000;
}

.bg-secondary {
    background-color: #ffde00 !important;
}



.header-title-explore {
    color: #000;
}

.bg-dark {
    background-color: #111111 !important;
}

.header-title {
    color: #000;
    -webkit-text-fill-color: #000; 
}

.card-hover, .card-hover:hover {
    background-color: #000;
}

.highlighting {
  color:#000;background-color: #ffde00;
  padding: 10px;padding-top:5px;padding-bottom:5px;
  margin-left:5px;margin-right:5px;
}

a:hover {
  color:#FF3700 !important;
}

.gallery-img {
  position: relative;
  z-index: 10;
}