@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, .dispplay-1, .dispplay-2, .dispplay-3, .dispplay-4, .dispplay-5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600!important;
}

header {
  position: relative;
    background-image: url("images/headerBG.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
}



@media screen and (min-width: 992px) {
        .headerLeftCol {
            padding-bottom: 120px;
        }   
}

header .border-2 .small {
    font-size: 12px!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}



.logo {
    filter: brightness(0) invert();
}

svg {
  position: absolute;
  bottom: -40px;
    left: 0;
  width: 100%;
  height: auto;
    z-index: -1;
}


.material-symbols-outlined {
    font-size: 16px!important;
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 12
}

.btn {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    color: #c2121f;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: .1rem;
    transition: .4s ease-in;
    border: solid #fff 2px;
}
.btn:hover {
    background-color: transparent;
    color: #fff;
    border: solid #fff 2px;
}

.color
{
    color: #c2121f;
}

.bgRed {
    background-color: #c2121f;
}

.videoContainer {
    position: relative;
    z-index: 1;
}

.videoContainer video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
    filter: saturate(1.2) hue-rotate(-7deg);
    opacity: .25;
}


.carousel-indicators button {
    height: 20px!important;
    width: 20px!important;
    border-radius: 50%;
}


.accordion-item {
    background-color: transparent!important;
    border: none!important;
}

.accordion-body {
    background-color: #fff!important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.contentFAQ .accordion-item {
    border-bottom: none;
    margin-top: 1rem;
}

.contentFAQ .accordion-button {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    background-color: #c2121f;
    border-radius: 1rem !important;
    padding: 1.5rem;
}

.contentFAQ .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.contentFAQ .accordion-body {
    border-radius: 1rem;
    margin-top: 1rem;
}

.faq {
    background-color: #fff3f4;
}

.accordion-button:not(.collapsed) {
    
}

footer {
    font-size: 12px;
    letter-spacing: .05rem;
}

#video-container-1, #video-container-2, #video-container-3, #video-container-4 {
    position: relative;
    z-index: 1;
}

#mute-button-1, #mute-button-2, #mute-button-3, #mute-button-4 {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 2;
}

#mute-button-1 .fa, #mute-button-2 .fa, #mute-button-3 .fa, #mute-button-4 .fa  {
    font-size: 40px;
    color: #fff;
}

header video, #video-container-2 video {
    border: solid #fff 10px;
    box-shadow: 5px 10px 10px rgba(0,0,0,.25);
}