@charset "UTF-8";
/* CSS Document */

:root {
  --dark-grey: #424242;
  --xlight-grey: #f5f5f5;
  --light-grey: #E6E7E8;
  --white: #ffffff;
  --mrp-blue: #0B132B;
  --mrp-light-blue: #3f56ff;
  --mrp-accent: #AF9D71;
  --mrp-blue-accent: #2b334d;
}


body {
	font-family:  'futura-pt', open-sans, Calibri, Helvetica, Arial, sans-serif;
	color: var(--dark-grey);	
	font-weight: 400;
    background: var(--xlight-grey);
    overflow-x: hidden !important;
}

h1 {
    font-size: 1.5em;
    font-family:  'futura-pt', open-sans, Calibri, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: var(--mrp-blue);
    
}

.tertiary-splash h1 {
    text-transform: uppercase;
    color: var(--white);
    font-size: 1.65em;
}


h2 {
    font-size: 1.65em;
    font-family:  'futura-pt', open-sans, Calibri, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    
}

h3 {
    font-size: 1.5em;
    font-family:  'futura-pt', open-sans, Calibri, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: var(--dark-grey);
    text-transform: uppercase;
    margin-bottom: 15px;
}

h4 {
    font-size: 1.3em;
    font-family:  'futura-pt', open-sans, Calibri, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: var(--dark-grey);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.bg-mrp-blue h2, 
.bg-mrp-blue h3, 
.bg-mrp-blue-pattern h2,
.bg-mrp-blue-pattern h3,
.text-light h3 {
    color: var(--white);
}

.footer h4 {
    color: var(--white);
}

p {
    font-size: 1.15em;
    line-height: 1.3em;
}

.text-lg {
    font-size: 1.3em;
}

.text-sm {
    font-size: .8em;
}

strong {
font-weight: 600;
}

p a:link, p a:visited {
    font-weight: 600;
    
    text-decoration: none;
	background: 
    linear-gradient(to right, rgba(63,86,255, 1), rgba(63,86,255, 1)),
    linear-gradient(to right, rgba(175, 157, 113, 1), rgba(175, 157, 113, 1), rgba(175, 157, 113, 1));
  background-size: 100% 0.15em, 0 0.15em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 400ms;
}

p.dark a:link, .white-text p a:link, p.dark a:visited, .white-text p a:visited {
    color: var(--light-grey);
    font-weight: 700;
    transition: all 0.3s ease-out;   
}

p a:active, p a:hover, p.dark a:active, p.dark a:hover {
    color: var(--mrp-accent);
    background-size: 0 0.15em, 100% 0.15em;
}

p a.fancy-link:link, p a.fancy-link:visited {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4em;
    color: var(--white);
    text-decoration: none;
	background: 
    linear-gradient(to right, rgba(63,86,255, 1), rgba(63,86,255, 1)),
    linear-gradient(to right, rgba(175, 157, 113, 1), rgba(175, 157, 113, 1), rgba(175, 157, 113, 1));
  background-size: 100% 0.15em, 0 0.15em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 400ms;
}

p a.fancy-link:hover, p a.fancy-link:active {
    color: var(--mrp-accent);
    
    background-size: 0 0.15em, 100% 0.15em;
}

ul li {
    font-size: 1.15em;
}

::-moz-selection {
    color: var(--white);
    background: var(--mrp-accent);
}

::selection {
   color: var(--white);
    background: var(--mrp-accent);
}

.min-150 {
    min-height: 150px;
}

.mb-10 { margin-bottom: 6rem;}

.navbar {    
    background-color: none;
    background: linear-gradient(180deg,rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100px;
    transition: all ease-in 0.3s;
}

.navbar-brand img {
    height: 40px;
}

a.nav-link:link, a.nav-link:visited {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.05em;
    font-weight: 600;
    transition: all 0.3s ease-in;
}

a.nav-link:active, a.nav-link:hover { 
    color: var(--mrp-light-blue);
    transition: all 0.3s ease-in;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--mrp-light-blue);
}

.navbar ul.dropdown-menu {
    background: rgba(11,19,43, 0.85);
    backdrop-filter: blur(4px);
    text-transform: uppercase;
}

.navbar ul.dropdown-menu a:link, 
.navbar ul.dropdown-menu a:visited {
    color: var(--white);
}

.navbar ul.dropdown-menu a:hover, 
.navbar ul.dropdown-menu a:active {
    color: var(--mrp-light-blue);
}

.navbar a.dropdown-item.active {
    background: none;
    color: var(--mrp-accent);
}

.navbar .dropdown-item:hover {
    background: none;
}

.navbar-nav .nav-link.active {
    color: var(--mrp-light-blue);
    transition: all 0.3s ease-in;
}

.navbar a.link-black:link, 
.navbar a.link-black:visited {
    color: var(--white);
}

.navbar a.link-black:hover, 
.navbar a.link-black:active {
    color: var(--mrp-light-blue);
}

.navbar .offcanvas {
    background: rgba(11,19,43, 0.9);
}

.navbar .offcanvas-header {
    background: rgba(0,0,0,0.4);
    color: var(--white);
}

.bg-nav {
    background: var(--mrp-blue);
}
/* Ensure the image fills the area correctly without distortion */
.custom-carousel-img {
  height: 85vh;          /* Standard desktop height (50% viewport height) */
  object-fit: cover;     /* Crops image gracefully instead of squishing it */
  object-position: center; 
}

/* Responsive adjustment for smaller mobile screens */
@media (max-width: 768px) {
  .custom-carousel-img {
    height: 80vh;        /* Scales height down nicely on mobile */
  }
}

.carousel-full-width .carousel-item {
    position: relative;
}

.carousel-full-width .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.carousel-full-width .carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    text-align: left;
    z-index: 2;
    max-width: 700px;
}

/*.splash {
    height: 100vh;
    height: 100svh;
}*/

.secondary-splash {
    height: 60vh;
    height: 60svh;
    min-height: 500px;
}

.tertiary-splash {
    height: 40vh;
    height: 40svh;
    min-height: 300px;
}

.home-splash-text {
    border-left: 10px solid var(--mrp-light-blue);
    padding-left: 20px;
    color: var(--white);
    font-size: 1.2em;
}



p.splash-subhead {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 0;
}

p.splash-main {
    color: var(--white);
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 10px;
}

.secondary-splash p.splash-subhead, .tertiary-splash p.splash-subhead {
    font-size: 1.3em;
}

.secondary-splash p.splash-main, .tertiary-splash p.splash-main {
    font-size: 2em;
}

.scroll-text {
    margin-top: -50px;
    position: relative;
    z-index: 99;
}

.scroll-text p {
    color: var(--white); 
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 300;
}

.scroll-text::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    width: 2px;
    height: 100px;
    background: var(--white);
    
}

.content {
    padding-block: 7em;
    transition: all ease-in 0.3s;
}

.bg-mrp-blue {
    background: var(--mrp-blue);
    color: var(--white);
}

.bg-mrp-blue-pattern {
    background: url("img/pattern-white.png") bottom left no-repeat, var(--mrp-blue);
    background-size: 100%;
    color: var(--white);
}

.bg-mrp-blue-accent { 
    background: var(--mrp-blue-accent);
}

.bg-accent {
   background: rgba(11,19,43, 0.85);
}

.bg-light {
    background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
}

.bg-light-grey {
    background: var(--light-grey);
}

.bg-form {
    background: rgba(255,255,255, 0.4);
    backdrop-filter: blur(3px);
}

.bg-intro {
    background: linear-gradient(180deg, var(--mrp-blue-accent) 0%, var(--mrp-blue) 80%);
}

.bg-bump {
    background: linear-gradient(180deg, var(--xlight-grey) 0%, var(--light-grey) 80%);
}

.outside-control .carousel-control-prev {
    left: -100px;
}

.outside-control .carousel-control-next {
    right: -100px;
}

p.intro-text {
    font-size: 1.3em; 
    font-style: italic; 
    color: var(--white);
}

.content-sm {
    padding-block: 75px;
}

.featured-btn {
    background: none;
    text-transform: uppercase;
    font-style: italic;
    color: var(--mrp-accent);
    letter-spacing: 2px;
    transition: all 0.3s ease-in;
    padding: 10px 15px 10px 0;
    text-decoration: none;
}

.featured-btn:hover {
    padding: 10px 15px 10px 15px;
    background: var(--mrp-blue);
    transition: all 0.3s ease-in;
}

.navbar .container-fluid {
    max-width: 100%;
}

.container-fluid { 
    max-width: 1700px;
}

.primary-button {
    
    background: var(--mrp-blue);
    font-size: 1em;
    text-decoration: none;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px 35px;
    transition: all 0.3s ease-in;
}

.primary-button:hover {
    background: var(--mrp-accent);
    color: var(--mrp-blue);
    padding: 25px 30px 25px 40px;
    transition: all 0.3s ease-in;
}

.primary-span {
    border-left: 0px solid var(--mrp-blue);
    padding-left: 0;
    transition: all 0.3s ease-in;
}

.primary-button:hover .primary-span,
.secondary-button:hover .primary-span{
    border-left: 5px solid var(--mrp-light-blue);
    padding-left: 5px;
    transition: all 0.3s ease-in;
}

.secondary-button {
    
    background: var(--white);
    font-size: 1em;
    text-decoration: none;
    color: var(--mrp-blue);
    text-transform: uppercase;
    padding: 25px 35px;
    font-weight: 600;
    transition: all 0.3s ease-in;
}

.secondary-button:hover {
    background: var(--mrp-accent);
    color: var(--mrp-blue);
    padding: 25px 30px 25px 40px;
    transition: all 0.3s ease-in;
}


.overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    padding-block: 8em;
}

.stat-number {
    font-size: 4em;
    font-weight: 600;
    color: var(--white);
}

.home-stats .stat-number {
    font-size: 3em;
}

.stat-text {
    font-size: 1.2em;
    color: var(--white);
}

.overlay h2 {
    color: var(--white);
    font-size: 2em;
    font-style: italic;
}

.brands_slider {
    height: 100%;
}

.brands_slider_container {
    height: 110px;
    padding-left: 37px;
    padding-right: 37px;
    position: relative;
}

.brands_item {
    max-height: 100px;
}


.brands_nav {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
    left: -10px
}

.brands_next {
    right: -10px
}

.brands-logo {
    max-height: 65px;
    max-width: 75%;
}

.bumper {
    position: relative;
    width: 90%;
    height: auto;
    opacity: 0.71;
    
}

.bumper img {
    filter: grayscale(100%);
    transition: all ease-in 0.2s;
}

.bumper:hover img {
    filter: grayscale(25%);
    transition: all ease-in 0.2s;
}

.bumper-overlay {
    background: linear-gradient(180deg, rgba(138, 157, 179, 0) 47%, rgba(0, 0, 0, 0.8) 90%), rgba(180,152,102,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    color: var(--white);
}

.overlay-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em;
}

.overlay-content p {
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
}


span.years {
    font-size: 1.5em;
    font-weight: 600;
    padding: 0 5px;
   -webkit-box-shadow:inset 0 -4px 0 0 var(--mrp-light-blue);
    box-shadow:inset 0 -10px 0 0 var(--mrp-light-blue);
}

span.emphasize {
}

.services-img, .team-section img {
    filter: sepia(0.3);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), -10px 10px 0 0 rgba(43,51,77, 0.3);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), -10px 10px 0 0 rgba(43,51,77, 0.3);
    border: 1px solid var(--mrp-blue-light);
    border-left: none;
    border-bottom: none;
}

.portfolio-bumper {
    position: relative;
}

.portfolio-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  width: 100%;
  opacity: 1;
  background: rgba(0,0,0,0.55);
  border-radius: 5px;
  transition: all ease 0.5s;
}

.portfolio-bumper:hover .portfolio-overlay::before {
  height: 100%;
}

/* View Bio */
.portfolio-overlay::after {
  content: "View Bio";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity .5s ease;
}

.portfolio-bumper:hover .portfolio-overlay {
  height: 100%;
  background: rgba(43,51,77,0.55);
  transition: all ease 0.5s;
}

.portfolio-bumper:hover .portfolio-overlay::after {
  opacity: 1;
}

.our-team .portfolio-overlay {
	border-radius: 0 !important;
}

.portfolio-overlay-featured {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  transition: .5s ease;
  background: rgb(0,0,0);
  background: linear-gradient(360deg, rgba(0,0,0,0) 57%, rgba(0,0,0,0.75) 88%); 
  border-radius: 5px;
  outline: 1px solid var(--mrp-accent);
  outline-offset: -35px;
}

.portfolio-bumper img {
    border-radius: 5px 5px 0 0;
    transition: all ease 0.5s;
}

.our-team .portfolio-bumper img {
	border-radius: 0 !important;
}

.portfolio-bumper:hover img {
    transition: all ease 0.5s;
}

.portfolio-text-overlay {
  color: white;
  font-size: 1em;
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
  left: 10px;
  z-index: 100;
  width: 95%;
}

.portfolio-text-overlay-featured p {
    margin-bottom: 0;
}

.portfolio-text-overlay-featured {
  color: white;
  font-size: 1em;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  left: 55px;
  z-index: 100;
  background: var(--mrp-accent);
  padding-left: 10px;
  padding-right: 10px;
}

.portfolio-bumper-footer {
    background: var(--mrp-accent);
    color: var(--mrp-grey);
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all ease 0.5s;
    border-radius: 0 0 5px 5px;
}

.port-img {
    position: relative;
    z-index: 1;
}

.portfolio-img {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
transition: all 0.2s;
}

.port-item:hover .portfolio-img {
    -webkit-box-shadow: 0 0 25px 0 rgba(43,51,77,0.5);
    box-shadow: 0 0 25px 0 rgba(43,51,77,0.5);
    transition: all 0.2s;
}

.portfolio-labels {
    background: var(--mrp-blue);
    padding: 15px;
    margin-top: -50px;
    width: 90%;
    position: relative;
    z-index: 100;
    transition: all 0.2s ease-in;
}

.port-item:hover .portfolio-labels {
    background: var(--mrp-light-blue);
}

.portfolio-labels-inner {
    border-top: 5px solid var(--mrp-light-blue);
    transition: all 0.2s;
}

.port-item:hover .portfolio-labels-inner {
    border-top: 5px solid var(--mrp-blue);
    transition: all 0.2s;
}

.port-title {
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 15px;
    transition: all 0.2s;
}

.port-location {
    color: var(--white);
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0;
}

.portfolio-filters a:link, .portfolio-filters a:visited, .portfoliio-filters a:hover, .portfolio-filters a:active {
    text-decoration: none !important;
}

/* Custom CSS to add a circular background to carousel arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px; /* Adjust size as needed */
  width: 50px;  /* Adjust size as needed */
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  border-radius: 50%; /* Makes the background circular */
  /* Re-apply the default SVG background properties so the arrow is centered and visible */
  background-size: 60%, 60%; 
  background-repeat: no-repeat;
  background-position: center;
}

/* Optional: Add hover effect for better user experience */
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.8); /* Darker background on hover */
}

.portfolio-bar { 
    background: var(--mrp-blue);
    text-transform: uppercase;
    color: var(--white);
}

.portfolio-bar p.location {
    font-style: italic;
    text-transform: uppercase;
}

.portfolio-bar h1 {
    font-size: 2em;
    color: var(--white);
}

.portfolio-bar p a.fancy-link {
    font-size: 1.2em;
}

.porfolio-info {
    font-size: 1.15em;
}

.portfolio-info h4 {
    font-weight: 600;
    font-size: 1.15em;
}

#project-map {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    border-radius: 0 0 5px 5px;
}

#project-location-map {
    width: 100%;
    height: 550px;
    border: 2px solid #DDDDDD;
    
}

.project-map-popup {
    width: 260px;
}

.project-map-popup img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.project-map-popup-content {
    padding: 15px;
}

.project-map-popup h4 {
    margin: 0 0 5px;
    font-size: 1.1rem;
}

.project-map-type {
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.project-map-location {
    font-size: .85rem;
    margin-bottom: 12px;
}

.project-map-link {
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
}

.bg-mrp-blue-accent {
    color: var(--white);
}

.bg-mrp-blue-accent p a:link, 
.bg-mrp-blue-accent p a:visited {
    color: var(--white);
} 

.subtle-grey {
    background: var(--light-grey);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 25px 0 rgba(43,51,77,0.15);
    box-shadow: 0 0 25px 0 rgba(43,51,77,0.15);
}

.date {
    border-top: 1px solid var(--mrp-blue-accent);
    border-bottom: 1px solid var(--mrp-blue-accent);
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 15px 0;
}

h5.card-title {
    letter-spacing: 0;
    font-size: 1.2em;
    font-weight: 600;
    
}

.date p {
    margin-bottom: 0;
    font-size: 1.1em;
    color: var(--mrp-blue-accent);
}

.city {
    min-height: 500px;
    
}

.city-info {
    margin-top: 100px;
    width: 90%;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.8);
}

.city-info h4 {
    font-size: 1.2em;
    font-weight: 600;
}

.projectMix {
    display: flex;
    flex-wrap: wrap;
}

.port-item {
    will-change: transform, opacity;
}

.filter-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 125px;
    z-index: 999;
    background: #ffffff;
    border-radius: 8px;
}


.timeline-wrapper {
    overflow: hidden;
    position: relative;
}

.timeline-wrapper::before {
    content:'';
    position: absolute;
    top: 80px;
    width: 100%;
    height: 5px;
    background: #dcdcdc;
}

.timeline-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    gap: 3rem;
    padding: 3rem 2rem;
    position: relative;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.timeline-line {
    position: absolute;
    top: 35px;
    left: 0;
    height: 4px;
    width: 125vw;
    background: #dcdcdc;
}


.timeline-scroll::-webkit-scrollbar {
    display: none;
}

.timeline-item {
    position: relative;
    min-width: 350px;
    max-width: 350px;
    scroll-snap-align: start;
    z-index: 1;
}

/* timeline dot */
.timeline-point {
    width: 20px;
    height: 20px;
    background: #0d6efd;
    border-radius: 50%;

    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);

    z-index: 2;
}

.timeline-item .card {
    margin-top: 3rem;
    border-radius: 1rem;
    overflow: hidden;
}

.timeline-item img {
    height: 220px;
    object-fit: cover;
}

.accordion-button {
    font-weight: 600 !important;
}

.pull-up {
    margin-top: -100px;
}

.border-accent {
    border-bottom: 4px solid var(--mrp-light-blue);
}

.footer {
    background: var(--dark-grey);
    border-top: none;
    padding: 5em 0 0 0 ;
}

.footer p {
    color: var(--white);
    font-size: 1em;
}

.footer a:link, .footer a:visited {
    color: var(--white);
    font-weight: 600;
}

.footer a:hover, .footed a:active {
    color: var(--mrp-accent);
}

.footer-logo {
     filter: brightness(0) invert(1);
     width: 75%;
     margin-bottom: 15px;
}

.footer hr {
    background: rgba(0,0,0,0.8);
    height: 1px;
    border: 0;
}

.footer img {
    max-width: 75%;
}

.sub-footer {
    background: rgba(255,255,255,0.1);
    padding: 20px 0 0;
    margin-top: 45px;
    
}

.btn-primary { 
  color: var(--white); 
  background-color: var(--mrp-blue); 
  border-color: var(--mrp-blue); 
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0;
  
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: var(--white);
  background-color: var(--mrp-light-blue); 
  border-color: var(--mrp-light-blue); 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 

.btn-secondary { 
  color: var(--white); 
  background-color: var(--mrp-light-blue); 
  border-color: var(--mrp-light-blue); 
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0;
} 
 
.btn-secondary:hover, 
.btn-secondary:focus, 
.btn-secondary:active, 
.btn-secondary.active, 
.open .dropdown-toggle.btn-secondary { 
  color: var(--mrp-blue);
  background-color: var(--mrp-accent); 
  border-color: var(--mrp-accent); 
} 
 
.btn-secondary:active, 
.btn-secondary.active, 
.open .dropdown-toggle.btn-secondary { 
  background-image: none; 
} 


/* MEDIA QUERIES
------------------------*/

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 

.filter-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .filter-buttons .btn {
        width: 100%;
        white-space: nowrap;
    }

    .filter-buttons-wrapper {
        align-items: flex-start;
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 768px) { 
    
}

@media (min-width: 992px) { 
   
}

/*X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) { 

}

/* SLIDES */ 

.splash-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
}

.main-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1 !important;
  transition: opacity 0.3s;
}
.img {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

.main-container.loaded .loader-container {
  display: none;
}
.main-container.loaded .img,
.main-container.loaded .info-container {
  opacity: 1;
}
.main-container.loaded .title {
  opacity: 0;
}

.main-container.loaded .img-1 {
  
  animation: kenburns-top 9s linear both reverse 0.5s, fade-out 2s ease-in forwards 8.5s;
  z-index: 6;
}
.main-container.loaded .img-2 {
  
  animation: kenburns-bottom 9s linear both 8.5s, fade-out 2s ease-in forwards 16.5s;
  z-index: 5;
}
.main-container.loaded .img-3 {
 
  animation: kenburns-right 9s linear both reverse 16.5s, fade-out 2s ease-in forwards 24.5s;
  z-index: 4;
}
.main-container.loaded .img-4 {
  
  animation: kenburns-left 9s linear both 24.5s, fade-out 2s ease-in forwards 32.5s;
  z-index: 3;
}
.main-container.loaded .img-5 {
  
  animation: kenburns-right 9s linear both reverse 32.5s;
  z-index: 2;
}


/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.05) translateY(-15px);
    transform-origin: top;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-bottom
 * ----------------------------------------
 */
@keyframes kenburns-bottom {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 84%;
  }
  100% {
    transform: scale(1.05) translateY(15px);
    transform-origin: bottom;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-right
 * ----------------------------------------
 */
@keyframes kenburns-right {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 50%;
  }
  100% {
    transform: scale(1.05) translateX(20px);
    transform-origin: right;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-left
 * ----------------------------------------
 */
@keyframes kenburns-left {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 50%;
  }
  100% {
    transform: scale(1.05) translate(-20px, 15px);
    transform-origin: left;
  }
}
/**
 * ----------------------------------------
 * animation focus-in-contract
 * ----------------------------------------
 */
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation text-blur-out
 * ----------------------------------------
 */
@keyframes text-blur-out {
  0% {
    filter: blur(0.01);
  }
  100% {
    filter: blur(12px) opacity(0%);
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
