@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500&display=swap');

#banner {
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100vh;
}
#banner .video video {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 110vh;
    width: 100%;
}

#acc {
 margin-top: 150px;
}
#acc .accor {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}

#acc .container-fluid .accor .row .col-lg-12 h1 {
 color: white;
 font-family: 'Prompt', sans-serif;
 font-size: 35px;
 padding: 0px 45px;
}

#acc .container-fluid .accor .row .col-lg-12 p{

    color: white;
    font-size: 18px;
    margin-top: 25px;
    margin-left: 15px;
    width: 95%;
    text-align: left;
    font-family: 'Prompt', sans-serif;
    padding: 5px 30px 5px 30px;
}

#acc .accordions {
    border-radius: 8px;
    overflow: hidden;
    font-size: 1.2em;
}

#acc .accordion {
    width: 95%;
    color: white;
    overflow: hidden;

}

#acc .acc-label {
    display: flex;
    justify-content: space-between;
    /* background-color: rgba(0,0,0,0.4); */
    /* background-color: transparent; */
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #fff;
    margin-top: 10px;
    border-radius: 1.0416666667rem;
    /* padding: 2rem 2.4375rem 1.8rem; */
    padding: 1rem 2.24375rem 1.2rem;
}
#acc .acc-label:hover {
color: #9F3333;
}

/* #acc .acc-label:hover {
    background-color: #9e1caf;
} */
#acc .acc-label::after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #f5f5f5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: left;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 10px;
}
#acc .acc-label::before {
    transform: rotate(-180deg);
}
/* #acc .acc-label::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.4s ease;
} */

#acc .acc-content {
    background-color: rgba(0,0,0,0.4);
    border-radius: 10px;
    max-height: 0;
    padding: 0 1em;
    color: white;
    font-size: 0.9895833333rem;
    margin-top: 1.1em;
    line-height: 1.607rem;
    font-weight: 400;
    font-family: 'Prompt', sans-serif;
    transition: all 0.4s ease;
    margin-bottom: 5px;
}
#acc .acc-content p{

    color: white;
    font-size: 0.9895833333rem;
    font-weight: 400;
    font-family: 'Prompt', sans-serif;
    padding: 5px 30px 5px 30px;
}

#acc .acc-content h2{

    color: #9F3333;
    /* font-size: 0.9895833333rem; */
    font-weight: 400;
    font-family: 'Prompt', sans-serif;
    padding: 5px 30px 5px 45px;
}

#acc .acc-content h6{

    color: #9F3333;
    font-size:20px;
    /* font-size: 0.9895833333rem; */
    font-weight: 400;
    font-family: 'Prompt', sans-serif;
    padding: 5px 30px 5px 45px;
}

#acc input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

#acc input:checked + .acc-label::after {
    transform: rotate(-90deg);
}

#acc input:checked ~ .acc-content {
    max-height: 300vh;
    padding: 1em;
}
@media screen and (max-width: 991px) {
    #acc .acc-label {
        font-size: 18px;
}
#acc input:checked ~ .acc-content {
    max-height: 800vh;
    padding: 1em;
}
}

@media screen and (max-width: 767px) {
    #acc .acc-label {
        font-size: 18px;
}
#acc input:checked ~ .acc-content {
    max-height: 900vh;
    padding: 1em;
}
}

@media screen and (max-width: 567px) {
    #acc .container-fluid .accor .row .col-lg-12 h1 {
     margin-top:-50px;
        font-size: 33px;
        padding: 0px 4px;
       }
       #acc input:checked ~ .acc-content {
        max-height: 1100vh;
        padding: 1em;
    }
    
       
       #acc .container-fluid .accor .row .col-lg-12 p{

           font-size: 18px;
           
           margin-left:5px;
           width:100%;
           text-align: left;
           font-family: 'Prompt', sans-serif;
           padding: 5px 10px 5px 15px;
       }
}

@media screen and (max-width: 467px) {
    #acc .acc-label {
        font-size: 15px;
      
    }
    #acc input:checked ~ .acc-content {
        max-height: 1300vh;
        padding: 1em;
    }
    #acc .container-fluid .accor .row .col-lg-12 p{

        font-size: 18px;
        width:100%;
        text-align: left;
        font-family: 'Prompt', sans-serif;
        padding: 5px 1px 5px 15px;
    }
}