

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 150px; /*nav overlay issue fix*/
}
  

body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f9e0c7;
}

.wrapper {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

/*nav area*/

nav{
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7;
    background-color: #f9e0c7f2;
    -webkit-box-shadow: 0px 10px 17px -10px #00070f2e, -2px 15px 30px 10px #00070f2e; 
    box-shadow: 0px 10px 17px -10px #abd0fb, -2px 15px 30px 10px #00070f2e;
}



nav div{
    display: block;
}

.brand{
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.brand img{
    max-width: 200px;
    height: auto;
}

.mainNav ul{
    display: flex;
    justify-content: space-evenly;
}

.mainNav li {
    list-style-type: none;
}

.mainNav a{
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: bold;
    color: #4a2700;
}

.mainNav ul a:hover{
    color: #2a8008;
}

.navLink{
    color: #4a2700;
}

.navLink.active {
    color: #2a8008;
}

@media only screen and (max-width: 1000px) {
    .brand{
        width: 200px;
        margin: 0;
    }
    .mainNav div{
        display: block;
    }
    .mainNav {
        min-height: 120px;
        display: flex!important;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .mainNav ul{
        flex-direction: column;
    }
    .mainNav li{
        line-height: 1.55;
    }
}

@media only screen and (max-width: 600px) {
    .brand {
        width: 125px;
    }
    .mainNav li{
        line-height: 1.8;
    }
    .mainNav a{
        font-size: 13px;
        letter-spacing: 0;
    }
}

/*header area*/

header::before {
    display: block;
    width: 100%;
    height: 110px;
    content: "";
}



.hero {
    min-height: 80vh;
    display: flex!important;
    align-items: flex-end;
    position: relative;
}

.hero div{
    display: block;
}

.hero h1{
    font-size: clamp(1.7rem, 2.5vw, 2.5rem);
    padding-bottom: .5rem;
    color: black;
}

.slogan{
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    letter-spacing: .12rem;
    color: black;
}


.heroText a{
    text-decoration: none;
    font-size: 15px;
    max-width: fit-content;
    padding: .8rem 1.7rem;
    text-decoration: none;
    background-color: #2a8008;
    color: white;
    border: none;
    font-weight: bolder;
    letter-spacing: 2px;
    align-self: center;
}

.heroText a:hover{
    background-color: #aa600b;
    cursor: pointer;
}

.heroText {
    min-height: 400px;
    max-width: 40%;
    padding: 0 1em;
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-evenly;
    position: absolute;
    left: 0;
    bottom: 10%;
    transform: translateY(-40%);
    background-color: #f9e0c7e1;
}

.heroDescription {
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    letter-spacing: .12rem;
    line-height: 1.4;
    color: black;
    padding: 1.5rem 0;
    margin-top: 1em;
}

.hero video{
    max-width: 60%;
    position: absolute;
    right: 0;
    bottom: 0%;
    transform: translateY(-40%);
}

@media only screen and (max-width: 1000px) {
    header::before{
        height: 144px;
    }
    .hero{
        flex-direction: column-reverse!important;
        position: static;
        align-items: center
    }
    .heroText{
        position: static;
        max-width: 70%;
        transform: translateY(0);
    }
    .hero video{
        max-width: 70%;
        position: static;
        padding-top: 1em;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 768px) {
    .heroText {
        max-width: 90%;
    }

    .hero video {
        max-width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    header::before{
        height: 162px;
    }
}

@media only screen and (max-width: 450px) {
    .hero h1{
        font-size: 1.5rem;
    }   
    .slogan{
        font-size: 1.2rem;
    }
    .heroDescription {
        font-size: 1.2rem;
    }
}
/*program card highlight*/

.introHeader{
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    padding: 2rem 0;
}

.cardHighlights{
    padding-bottom: 3rem;
}

.cardHighlights div{
    display: block;
}

.intro {
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    max-width: 40ch;
    letter-spacing: 1.5px;
    line-height: 1.5;
    padding-bottom: 2rem;
}

.introHighlight {
    color: #2a8008;
    font-weight: bold;
}

.card {
    width: 325px;
    padding: 1.5rem .5rem;
    color: #4a2700;
    background-color: #f2fcee;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
}

.card ul{
    align-self: start;
}

.card li {
    font-size: clamp(1rem, 2.5vw, 1.03rem);
    letter-spacing: 1.2px;
    font-weight: bold;
    line-height: 1.7;
    transform: translateX(.7rem);
}

.card h2 {
    font-size: clamp(.95rem, 2.5vw, 1rem);
    text-transform: uppercase;
    padding: .5rem 0;
}

.card img{
    width: 80%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
}

.card p{
    padding-top: 1rem;
    font-size: 1.1rem;
    padding-bottom: 1rem;
    font-weight: bold;
}

.cardGrid {
    display: grid!important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    padding: 2rem 0;
    padding-bottom: 4rem;
}


@media only screen and (max-width: 733px) {
    .cardGrid {
        grid-template-columns: auto;
        justify-content: center;
    }
    .card{
        width: 400px;
    }
}

@media only screen and (max-width: 450px) {

    .card{
        width: 350px;
    }
}

/* faq area */
h3 {
    font-size:clamp(1.1rem, 2.5vw, 1.5rem);
    letter-spacing: 3px;
    padding: .5em 0 .5em 1.5em;
    cursor: pointer;
    background: url(../images/plus.png) no-repeat left center;
    background-color: #f2fcee;
}

H3.minus {
    background: url(../images/minus.png) no-repeat left center;
}

h3 a{
    text-decoration: none;
    color: #2a8008;
}


h3 a:focus, h3 a:hover {
    color: #aa600b;
    outline: none;
}

div{
    display: none;
}
div.open{
    display: block;
}

#sectionDescription {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    letter-spacing: .12rem;
    padding-bottom: 7rem!important;
}

#faqs {
    min-height: 500px;
    margin-bottom: 2rem;
}

#faqs h3{
    max-width: 60ch;
    margin: 0 auto;
}

#faqs h2{
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    padding-bottom: .5rem;
}

#faqs div{
    max-width: 100%;
}

.faqEl {
    max-width: 55%;
    padding: .5rem 0;
    margin: 0 auto;
}

.faqEl.active {
    background-color: #f2fcee;
}

.faqEl.active h3 {
    position: relative;
}

.faqEl.active h3::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #4a2700;
    width: 90%;
    transform: translate(30px, 5px);
}

.faqEl aside p {
    max-width: 45ch;
    font-size: clamp(.95rem, 2.5vw, 1.3rem);
    letter-spacing: .12rem;
    line-height: 1.5;
    padding: .4rem 0;
}
.faqEl aside p:nth-of-type(2) {
    padding-bottom: 1em;
}

.faqEl aside a{
    text-decoration: none;
    padding: .5rem 1rem;
    color: #4a2700;
    background-color: #f9e0c7;
}

.faqEl aside a:hover{
    color: #2a8008;
    background-color: #f2fcee;
    border-bottom: 1px solid #4a2700;
}

.faqContent{
    padding: 1rem;
    max-width: 100%;
    display: flex;
}

.faqContent figure{
    width: 35%;
    padding-right: 10px;
}

.faqContent figure img{
    max-width: 100%;
}

.faqContent figcaption{
    display: none;
}



@media only screen and (max-width: 1000px) {
    .faqEl {
        max-width: 70%;
        margin: 0;
    }
    #faqs div{
        max-width: 100%;
    }
    #faqs h3{
        max-width:100%;
        margin: 0 auto;
    }
    .faqEl.active section{
        display: flex;
        flex-direction: column;
    }

    .faqContent figure{
        max-width: 25%;
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .faqEl {
        max-width: 90%;
        margin: 0 auto;
    }
    .faqEl.active h3::after {
        width: 80%;
    }
}

.callout{
    font-size: clamp(1rem, 2.5vw, 1.7rem);
    letter-spacing: .15rem;
    background-color: #4a2700;
    min-height: 400px;
    color: #f9e0c7;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.7;
}

.callout p{
    max-width: 50ch;
    margin: 0 auto;
}

.highlight{
    color: #48ff00b0;
}



/*spark event area*/

.sparkContent h4{
    font-size: clamp(1.7rem, 2.5vw, 2.25rem);
    text-align: center;
    padding: 2rem 0;
}

.sparkEvent {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.sparkEvent div{
    display: block;
}

.sparkContent {
    max-width: 90%;
    margin: 0 auto;
}

.sparkBody {
    min-height: 600px;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}

.sparkBody p{
    max-width: 40%;
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    letter-spacing: .12rem;
    line-height: 1.8;
}

.sparkBody figure{
    max-width: 50%;
}

.sparkBody figcaption{
    display: none;
}

.sparkBody img{
    max-width: 100%;
}

.sparkContent .btn{
    display: flex;
    justify-content: center;
}

.sparkContent .btn a{
    text-decoration: none;
    font-size: 14px;
    padding: .8rem 1.7rem;
    text-decoration: none;
    background-color: #2a8008;
    color: white;
    border: none;
    font-weight: 700;
    letter-spacing: 2px;
}

.sparkContent .btn a:hover {
    background-color: #aa600b;
    cursor: pointer;
}


@media only screen and (max-width: 1050px){
    .sparkBody{
        flex-direction: column-reverse;
    }

    .sparkBody p{
        max-width: 70%;
        padding-bottom: 2em;
    }
    .sparkBody figure{
        max-width: 70%;
        padding-bottom: 2em;
    }
}

@media only screen and (max-width: 768px) {

    .sparkBody p{
        max-width: 95%;
    }
    .sparkBody figure{
        max-width: 95%;
    }
}

/* footer area */

footer {
    min-height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: clamp(18px, 2.5vw, 14px);
    line-height: 1.5;
}