
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Fira Sans", sans-serif;
}
.splash-front {
    height: 100vh;
    z-index: -1;
}
.splash-back {
    width:100%;
    height:100vh;
    position:fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background: #000;
    z-index: -21;
}
#splash-overlay {
    position: absolute;
    top:0;
    left:0;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background:#000000;
    opacity: 0;
    z-index:-10;
}
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 4s ease-in-out;
    animation: kenburns 30s ease-in-out infinite; /* Adjust timing as needed */
    z-index:-20;
  }
.slide.active {
    opacity: 1;
  }


p {
    font-weight: 200;
}



/* Ken Burns Effect */
@keyframes kenburns {
    0% {
        transform: scale(1.15) translate(0, 0);
    }
    50% {
        transform: scale(1.3) translate(-1%, -1%);
    }
    100% {
        transform: scale(1.15) translate(0, 0);
    }
}

  .background-white {
    color: #000;
    background-color: #fff;
  }
  .background-black {
    color: #fff;
    background-color: #000;
  }
  .text-white {
    color: #fff;
  }
  .text-black {
    color: #000;
  }
  .background-img {
    width:100%;
    height:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    color: #000;
}

section.container-fluid {
    scroll-margin-top: 80px;
}

.screenlight {
    background-color: hsla(0, 0%, 100%, 0.6);
    backdrop-filter: blur(8px);
    background-blend-mode:screen;
    color: #000;
}
.screendark {
    background-color: hsla(0, 0%, 35%, 0.8);
    backdrop-filter: blur(8px);
    background-blend-mode:hard-light;
    color: #fff;
}
footer {
    padding: 20px 0 30px 0;
    background-color: #000000;
    color: #fff;
}
footer a {
    text-decoration: none;
    color: #fff;
}
footer a:hover {
    text-decoration: none;
    color: #d5d5d5;
}

button.menu-toggler {
    background-color: hsla(0, 0%, 0%, 0);
    border: 0px solid #fff;
    color: #fff;
    margin-left: 10px;
}

section {
    position: relative;
    padding: 50px 0;
    align-items: center;
    justify-content: center;
}

a, a:visited{
    color: #61C9A8;
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
}

.container {
    transition: 300ms;
}

/* TESTIMONIALS CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.testimonials .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  /* rtl:begin:ignore */
  .testimonials .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */

.splashbox {
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.splashtext {
    position: relative;
    z-index: 10;
    color: #fff;
    font-style: normal;
    transform: translateY(20px);
    line-height: 120%;
    transition: 1s;
}

.splashtext h1 {
    font-weight: 200;
    text-shadow: 3px 3px 15px hsla(0, 0%, 0%, 0.5);
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.social-icon,
.social-icon a
{
    color:white;
    font-size:1rem;
    padding: 0 10px;
    transition: 0.5s;
    text-decoration: none;
}

.social-icon:hover
{
  transform: translateY(-8px);
  transition: 0.5s;
  cursor: pointer;
}

h4.header {
    font-weight: 500;
    line-height: 120%;
    font-size: 1.4rem;
    letter-spacing: 5px;
    text-transform: uppercase;
}

h4.subhead {
    font-weight: 400;
    line-height: 120%;
    font-size: 1.8rem;
}

img.hero {
    position: absolute;
    justify-content: center;
    height: 600px;
    top: 50px;
    transition: 1s;
}

.vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

.center {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul {
    padding-left: 15px;
}
li {
    margin-top: 5px;
}

@media (max-width: 576px) {

    .content {
        font-size: 1rem;
        line-height: 120%;
        font-weight: 300;
    }

    .splashtext h1 {
        font-size: 2.4rem;
    }

    h2.header {
        font-size: 1.6rem;
        line-height: 120%;
        font-weight: 300;
    }

    h4.header {
        font-size: 1.8rem;
    }
}

@media (min-width: 576px) {

    .content {
        font-size: 1.3rem;
        line-height: 140%;
        font-weight: 300;
    }

    h2.header {
        font-size: 2rem;
        line-height: 120%;
        font-weight: 300;
    }


}

@media (min-width:576px) and (max-width: 768px) {

    .splashtext h1 {
        font-size: 2.2rem;
    }
    .splashtext h2 {
        font-size: 1rem;
    }
}
@media (min-width:768px) and (max-width: 992px) {

    .splashtext h1 {
        font-size: 2.8rem;
    }
    .splashtext h2 {
        font-size: 1.2rem;
    }
}
@media (min-width:992px) and (max-width: 1200px) {


    .splashtext h1 {
        font-size: 3.8rem;
    }
    .splashtext h2 {
        font-size: 1.6rem;
    }
}
@media (min-width:1200px) and (max-width: 1400px) {
    .splashtext h1 {
        font-size: 4.5rem;
    }
    .splashtext h2 {
        font-size: 2rem;
    }
}
@media (min-width:1400px) {
    .splashtext h1 {
        font-size: 5.2rem;
    }
    .splashtext h2 {
        font-size: 2.4rem;
    }
}
