section {
    padding: 5vw 0;
}

#banner-sec {
    background-color: #161E35;
    padding: 10vw 0 0 0;
    width: 100%;
    height: 32.5vw;
}


#purpose-cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#purpose-cnt h1 {
    position: relative;
    color: white;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 2vw;
}

#purpose-cnt h1 span {
    position: relative;
    z-index: 1;
}

#purpose-cnt h1 img {
    width: 5vw;
    position: absolute;
    z-index: 0;
    right: -3vw;
    top: -1vw;
}

#purpose-cnt > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#purpose-cnt > div > div {
    position: relative;
    width: 35%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

#purpose-cnt > div > div > img {
    width: 30%;
    align-self: center;
}

#purpose-cnt > div > div:nth-child(1) > img {
    position: relative;
    bottom: 20%;
    right: -3%;
    z-index: 0;
}

#purpose-cnt > div > div:nth-child(2) > img {
    position: relative;
    top: 20%;
    left: -3%;
    z-index: 0;
}

#purpose-cnt > div > div > div {
    position: relative;
    width: 70%;
    background-color: white;
    padding: 1.8vw;
    z-index: 1;
    aspect-ratio: 1/1;
    border: 0.2vw solid;
}

#purpose-cnt > div > div > div > img {
    width: 20%;
}

#purpose-cnt > div > div > div > p {
    margin-bottom: 0;
}

/* 
#appos-sec {
    background-color: white;
    padding-top: 15vw;
    overflow: hidden;
}

#appos-cnt {
    display: flex;
    flex-direction: row;
}

#appos-cnt > div {
    width: 50%;;
}

#appos-cnt > div:nth-child(2) {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#appos-cnt > div:nth-child(2) img:first-child {
    position: absolute;
    width: 80%;
    right: -5vw;
    bottom: 0;
}

#appos-cnt > div:nth-child(2) img:nth-child(2) {
    width: 32.85%;
    position: absolute;
    right: -5vw;
    bottom: 0;
} */


/* Our Values Section  */
#our-values-cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#our-values-cnt > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#our-values-cnt > p {
    width: 55%;
    text-align: center;
}

.our-values-card {
    width: 23%;
    display: flex;
    flex-direction: column;
}

.our-values-card div {
    border: solid 0.1vw #161E35;
    
}

.our-values-card > div:nth-child(1) {
    padding: 2.5%;
    margin-bottom: 5%;
}

.our-values-card > div:nth-child(2) {
    padding: 5%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.our-values-card img {
    width: 100%;
    display: block;
}

.our-values-card h2 {
    margin-top: 0.3vw;
    font-size: 1.3vw;
}


#our-values-cnt .our-values-card:nth-child(1) {
    color: #5523B7;
}

#our-values-cnt .our-values-card:nth-child(2) {
    color: #C9239C;
}

#our-values-cnt .our-values-card:nth-child(3) {
    color: #2ac6d1;
}

#our-values-cnt .our-values-card:nth-child(4) {
    color: #0844BC;
}


/* Our Board Members Section  */
#banner-cards-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#banner-cards-cnt > p {
    width: 55%;
    margin-bottom: 5vw;
}

#banner-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    text-align: start;
    width: 90%;
}

#banner-cards > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 23%;
    z-index: 1;
}

.banner-card > div:nth-child(1) {
    width: 100%;
    aspect-ratio: 1/1;
    border: white 0.1vw solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-card > div:nth-child(1) > div {
    width: 96%;
    aspect-ratio: 1/1;
    position: relative;
}

.banner-card > div:nth-child(2) {
    border: #161E35 solid 0.1vw;
    padding: 5%;
    flex-grow: 1;
}

.banner-card > div:nth-child(2) h2 {
    font-size: 1.4vw;
    margin: 0 0 1vw 0;
}

.banner-card > div:nth-child(2) p:nth-child(2) {
    font-size: 1.1vw;
    font-weight: 600;
}

.banner-card > div:nth-child(2) p:nth-child(3) {
    font-size: 1vw;
    font-weight: 600;
}

.partner-headshot {
    position: absolute;
    width: 100%;
    bottom: 0;
}

@keyframes rotateRightLeft {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    75% {
        transform: rotate(-15deg);
    }
}

#rotating-arrow {
    position: absolute;
    width: 40%;
    bottom: 10%;
    right: -30%;
    animation: rotateRightLeft 3s infinite linear;
    z-index: 2;
}

#advisory-cnt {
    display: flex;
}

#advisory-cnt > div {
    width: 50%;
}

#advisory-cnt > div:first-child  {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#advisory-cnt > div:first-child h1 {
    margin-top: 0;
}

#advisory-cnt > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#advisory-cnt > div:last-child img {
    width: 80%;
}


/* Slider Section */
#slider-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

#slider-cnt h1 {
    text-align: center;
}

#slider-cnt > h3 {
    margin-bottom: 50px;
}

.highway-slider {
    margin: 2vw 0 6vw 0;
}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
  
.slides {
    display: flex;
    width: calc(200%);
    animation: scroll 40s linear infinite;
    margin-bottom: 50px;
}
  
.slides-rev {
    display: flex;
    width: calc(200%);
    animation: scrollRev 45s linear infinite;
    justify-content: end;
}

.slide {
    min-width: calc(12.5% - 2%);
    margin: 0 1%;
    height: 13vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: #25c9de7b solid 1px;
}

.slide.rev {
    min-width: calc(11.1111% - 2%);
}

.slide > img {
    width: 70%;
}

.slide-2 {
    border: #25c9de7a solid 1px;
    min-width: calc(25% - 2%);
    margin: 0 1%;
    height: 13vw;
    display: flex;
    flex-direction: row;
}

.slide-2.rev {
    min-width: calc(22.2222% - 2%);
}

.slide-2 > div:first-child {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-2 > div:first-child > img {
    width: 80%;
}

.slide-2 > div:last-child {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10%;
}

.slide-2 > div:last-child > p {
    margin: 0;
}

.slide-2 > div:last-child > p:last-child {
    font-size: 1.3vw;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrollRev {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}


.square {
    width: 1vw;
    height: 1vw;
    border: solid 0.2vw;
    position: absolute;
}

.square-tr {
    top: -0.5vw;
    right: -0.5vw;
}

.square-tl {
    top: -0.5vw;
    left: -0.5vw;
}

.square-br {
    bottom: -0.5vw;
    right: -0.5vw;
}

.square-bl {
    bottom: -0.5vw;
    left: -0.5vw;
}

@media (max-width:767px) {
    section {
        padding: 40px 0;
    }
    
    #banner-sec {
        padding: 25vw 0 40px 0;
        height: unset;
    }

    #banner-sec h1 {
        font-size: 8vw;
        line-height: 8vw;
    }

    #banner-sec p {
        font-size: 3.5vw;
    }

    #banner-sec > div:nth-child(1) {
        width: 90%;
    }

    #banner-sec > div:nth-child(1) p {
        margin: 1vw 0 4vw 0;
    }

    #banner-cards-cnt > p {
        width: 100%;
    }

    #banner-cards {
        flex-wrap: wrap;
    }

    #banner-cards > div {
        width: 48%;
        margin-bottom: 3%;
    }

    #banner-cards .banner-card:nth-child(3) > div:nth-child(1), #banner-cards .banner-card:nth-child(4) > div:nth-child(1) {
        border: #161E35  0.1vw solid;
    }

    #banner-cards .banner-card:nth-child(3) h2, #banner-cards .banner-card:nth-child(4) h2 {
        color: black;
    }

    .banner-card > div:nth-child(2) h2 {
        font-size: 4vw;
    }

    .banner-card > div:nth-child(2) p:nth-child(2) {
        font-size: 3vw;
    }

    .banner-card > div:nth-child(2) p:nth-child(3) {
        font-size: 2.5vw;
    }

    .banner-card > div:nth-child(1) {
        margin-bottom: 3%;
    }
/* 
    #appos-sec {
        padding-top: 145vw;
    }

    #appos-cnt {
        flex-direction: column;
    }

    #appos-cnt > div {
        width: 100%;
        
    }

    #appos-cnt p {
        text-align: center;
    }

    #appos-cnt > div:nth-child(2) img:first-child {
        position: relative;
        right: -15.5%;
    }

    #appos-cnt > div:nth-child(2) img:nth-child(2) {
        right: -5.7%;
        bottom: 0;
    } */

    #our-values-cnt > p {
        width: 100%;
    }


    .our-values-card {
        width: 48%;
        margin-bottom: 20px;
    }

    .our-values-card h2 {
        font-size: 22px;
    }


    /* Advisory Committee Section */
    #advisory-cnt {
        flex-direction: column;
    }

    #advisory-cnt > div {
        width: 100%;
        text-align: center;
    }




    #purpose-cnt > div {
        flex-direction: column;
    }

    #purpose-cnt > div > div {
        width: 100%;
    }

    #purpose-cnt h1 {
        margin-bottom: 28px;
    }
    
    #purpose-cnt > div > div:first-child {
        margin-bottom: 8vw;
    }

    #purpose-cnt > div > div:nth-child(1) > img {
        width: 30%;
        position: absolute;
        left: -2%;
    }

    #purpose-cnt > div > div:nth-child(2) > img {
        width: 30%;
        position: absolute;
        right: -2%;
        left: unset;
    }

    #purpose-cnt > div > div > div {
        width: 70%;
        padding: 8%;
        border: 2.5px solid;
    }

    #purpose-cnt h1 img {
        width: 45px;
        right: -8vw;
        top: -6vw;
        
    }

    #rotating-arrow {
        display: none;
    }

    
    .slide-2 {
        height: 35vw;
    }

    .slide {
        height: 35vw;
    }

    .slide {
        min-width: calc(25% - 2%);
    }

    .slide-2 {
        min-width: calc(50% - 2%);
    }

    .slide.rev {
        min-width: calc(22.2222% - 2%);
    }

    .slide-2.rev {
        min-width: calc(44.4444% - 2%);
    }

    .slide-2 > div:last-child > p:last-child {
        font-size: 16px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-200%);
        }
    }

    @keyframes scrollRev {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(200%);
        }
    }


    .square {
        width: 15px;
        height: 15px;
        border: solid 2.5px;
    }

    .square-tr {
        top: -9.5px;
        right: -9.5px;
    }
    
    .square-tl {
        top: -9.5px;
        left: -9.5px;
    }
    
    .square-br {
        bottom: -9.5px;
        right: -9.5px;
    }
    
    .square-bl {
        bottom: -9.5px;
        left: -9.5px;
    }

    

}
