#hero-section{
    height: 100vh;
    background-image: url(../img/hero-section-image.png);
    background-size: cover;
}
.hero-section-cover{
    background-color: rgba(0,0,0,.3);
    height: 100%;
    
}
.hero-section-div{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-section-div h1{
    color: #ffffff;
    font-size: 5rem;
    font-family: "Cormorant", serif;
    font-weight: 800;
    margin: 0;
}
.hero-section-div h1 span{
    color: var(--secondary-color);
}
.hero-section-div h6{
    font-family: var(--main-font-family);
    color: #fff
}
.hero-section-div p{
    font-family: var(--main-font-family);
    font-size: 1.09rem;
    color: #fff;
    margin-block: 1rem;
}
.hero-section-left{
    padding: 5rem 2.5rem 7.5rem 2.5rem;
    width: 55%;
}
.hero-buttons{
    display: flex;
    gap: 2rem;
}

.hero-buttons a{
    border-radius: 50px;
    padding: 1.2rem 2.5rem;
    color: var(--main-color);
    text-decoration: none;
    background-color:  var(--secondary-color);
}
.hero-buttons a:hover{
    background-color: #fff;
    color: #000000;
}
.hero-buttons .hero-buttons-right{
    border: 2px solid var(--secondary-color);
    background-color: transparent;
    color: #ffffff;
}
.hero-buttons .hero-buttons-right:hover{
    background-color: #b89136;
    color: #fff;
}


#transformation{
    padding: 5rem 3rem;
}
.transformation-top h1{
    font-family: var(--main-font-family);
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
}
.transformation-top p{
    color: var(--text-color-one);
    font-size: 1.2rem;
    text-align: center;
    width: 75%;
    margin: 1rem auto;
}

.transformation-down{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 2rem;
}
.transformation-down-list{
    width: 30%;
    height: 300px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1rem 3rem;
    font-family: var(--main-font-family);
    box-shadow: 0 4px 8px #6b6b6b29;
}
.transformation-down-list i.top-i{
    font-size: 2rem;
    padding: 1.2rem;
    color: #ffffff;
    border-radius: 50%;
}
.transformation-down-list p{
    color: #6B6B6B;
}
.transformation-down-list h3{
    color: #2B2B2B;
    margin-bottom: 1rem;
}
.transformation-down-list a{
    text-decoration: none;
    color: var(--main-color);
    font-size: 1rem;
}
.transformation-down-list i{
    font-size: 1rem;
}

#home-about{
    padding: 3rem;
    display: flex;
    gap: 2.5rem;
}
.home-about-left{
    width: 38%;
}
.home-about-left img{
    max-width: 100%;
    border-radius: 1.6rem;
}

.home-about-right{
    width: 60%;
}
.home-about-right h6{
    color: var(--secondary-color);
    text-transform: uppercase;
}
.home-about-right h1{
    font-family: var(--header-font-family);
    font-size: 4rem;
    font-weight: 800;
}
.home-about-right p{
    color: var(--text-color-one);
    font-family: var(--main-font-family);
    font-size: 1.1rem;
    margin-top: 1rem;
}
.home-about-right em{
    color: var(--secondary-color);
    font-family: var(--header-font-family);
}
.home-about-right p span{
    font-size: .85rem;
    color: #6B6B6B;
    display: block;
    margin-top: -10px;
}


#initiatives{
    padding: 3rem;
}
.initiatives-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.initiatives-top h1{
    font-family: "Playfair Display", serif;
    font-size: 3.6rem;
    font-weight: 800;
    width: 53%;
}
.initiatives-top p{
    width: 35%;
    color: var(--text-color-one);
    font-size: 1.09rem;
}
.initiatives-div{
    display: flex;
    margin-top: 2rem;
    justify-content: space-between;
}
.initiatives-left{
    width: 60%;
    position: relative;

}
.initiatives-left-writ{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 3rem;
}
.initiatives-left img{
    max-width: 100%;
    border-radius: 2rem;
}
.initiatives-left-writ h2{
    color: #ffffff;
    font-family: var(--header-font-family);
    font-size: 2.5rem;
    font-weight: 800;
}
.initiatives-left-writ p{
    color: #ffffff;
}
.initiatives-left-writ a{
    background-color: var(--secondary-color);
    color: var(--main-color);
    text-decoration: none;
    padding: .5rem 2rem;
    border-radius: 50px;
}
.initiatives-right{
    width: 37%;
}
.initiatives-right .transformation-down-list{
    width: 100%;
    margin-top: 1.5rem;
    text-align: center;
}
.initiatives-right a{
    color: var(--secondary-color);
}

#events{
    padding: 3rem;
}
#events > h1{
    text-align: center;
    font-family: var(--header-font-family);
    font-size: 3.5rem;
}
#events > p{
    text-align: center;
    color: var(--text-color-one);
    font-size: 1.15rem;
    width: 60%;
    margin: 1.5rem auto;
}
.events-div{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.events-left{
    width: 35%;
    position: relative;
}
.events-left img{
    max-width: 100%;
    border-radius: 1.5rem 0 0 1.5rem;
}
.events-date{
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem;
}
.events-date span{
    background-color: var(--secondary-color);
    padding: .25rem 1rem;
    border-radius: 50px;
    color: #ffffff;
}
.events-right{
    border-radius: 0 1.5rem 1.5rem 0;
    box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    width: 55%;
} 
.events-right h2{
    font-family: var(--header-font-family);
    margin-bottom: 1rem;
    font-weight: 700;
}
.events-right p{
    color: var(--text-color-one);
    font-family: var(--main-font-family);
    display: flex;
    gap: 1rem;
}
.events-right i{
    color: var(--secondary-color);
}
.events-right a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-family: var(--main-font-family);
    background-color: var(--main-color);
    text-align: center;
    padding-block: .75rem;
    border-radius: 50px;
}

#community{
    padding: 3rem;
}
#community > h1{
    text-align: center;
    font-family: var(--header-font-family);
    font-size: 3.5rem;
}
#community > p{
    text-align: center;
    color: var(--text-color-one);
    font-size: 1.15rem;
    width: 60%;
    margin: 1.5rem auto;
}
#community{
    background-color: #F5F3EF;
}
#testimonies > h2{
    font-family: "Cormorant", serif;
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    padding: 1rem 0;
}

.testimony {
    display: none;
    padding: 2rem;
}
.testimony-list{
    display: flex;
    justify-content: center;
    gap: 0;
}
.testimony > div{
    padding: 0 1.5rem;
}

.testimony.active {
    display: block;
}
.controls button {
    touch-action: manipulation; /* improves mobile tap response */
}
.testimony-container{
    width: 91%;
    margin: 2rem auto;
    border-radius: 20px;
}
.testimony-left{
    width: 38%;
    position: relative;
}
.testimony-left > div{
    position: absolute;
    top: 0;
    width: 90%;
    height: 92%;
    margin: 1rem;
    border: 3px solid var(--secondary-color);
    border-radius: 1rem;
}
.testimony-left img{
    max-width: 100%;
    border-radius: 1.5rem 0 0 1.5rem;
}
.testimony-right{
    width: 60%;
    background-color: #000000;
    padding: 2.5rem;
    border-radius: 0 1.5rem 1.5rem 0;
    margin: 0;
}
.testimony-right em{
    color: #ffffff;
    font-size: 1.5rem;
    font-family: "Playfair Display",serif;
}
.testimony-name{
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}
.testiomny-address{
    color: #a3a3a3;
    margin-top: -20px;
}
.controls{
    display: flex;
    justify-content: end;
    gap: 1rem;
    width: 60%;
    margin: 0 auto;
}
#prevBtn{
    border: 2px solid #bbbbbb;
    padding: .55rem .90rem;
    border-radius: 10px;
    font-size: 1.35rem;
}
#nextBtn{
    border: none;
    padding: .55rem .90rem;
    border-radius: 10px;
    font-size: 1.35rem;
    background-color: #202020;
    color: #dedede;
}

#stay-connected{
    background-color: var(--main-color);
    text-align: center;
    padding-block: 3rem;
}
#stay-connected i{
    color: var(--secondary-color);
    font-size: 3.75rem;
}
#stay-connected h1{
    color: #ffffff;
    font-family: var(--header-font-family);
    font-size: 3.5rem;
    font-weight: 700;
}
#stay-connected p{
    color: #ffffff;
    width: 60%;
    margin: 1rem auto;
    font-size: 1.15rem;
    margin-top: .5rem
}
.form-input {
    margin: auto;
    margin-top: .75rem;
    width: 50%;
}
.form-input input{
    width: 100%;
    padding: 1rem;
    border-radius: 50px;
    background-color: #ffffff1a;
    border: 2px solid rgba(77, 42, 141, 0.587);
}
.form-input input:focus{
    border: 2px solid var(--secondary-color);
}
form button{
    background-color: var(--secondary-color);
    color: var(--main-color);
    border: none;
    margin-top: 2rem;
    display: block;
    margin: auto;
    width: 100%;
    padding: 1rem;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
}


@media screen and (max-width: 768px) {
    #hero-section{
        height: auto;
        padding: 0;
    }
    .hero-section-cover{
        flex-direction: column;
    }
    .hero-section-left{
        padding-block: 2.5rem;
        padding-inline: 1rem;
        width: 55%;
    }
    .hero-section-div{
        width: 100%;
    }
    #hero-gaze{
        margin-top: 3.5rem;
    }
    .hero-section-div h1{
        color: #ffffff;
        font-size: 2.85rem;
    }
    .hero-section-div h6{
        display: none;
    }

    .hero-buttons{
        display: block;
        gap: 2rem;
    }
    .hero-buttons a{
        display: block;
        width: 100%;
        text-align: center;
        padding: 1rem 0;
        margin-top: 1rem;
    }


    #transformation{
        padding: 2.5rem .75rem;
    }
    .transformation-top{
        flex-direction: column;
        align-items: start;
    }
    .transformation-top > div{
        width: 100%;
    }
    .transformation-top h1{
        font-size: 2.65rem;
    }
    .transformation-top p{
        font-size: 1rem;
        width: 100%;
    }
    .transformation-down{
        flex-direction: column;
        gap: 1.5rem;
    }
    .transformation-down-list{
        width: 100%;
    }

    #home-about{
        display: block;
        padding-inline: 1.2rem;
    }
    .home-about-left{
        width: 100%;
    }
    .home-about-right{
        width: 100%;
        margin-top: 1.5rem;
    }
    .home-about-right h1{
        font-size: 2.85rem;
    }
    .home-about-right em{
        font-size: 1.75rem;
    }

    #initiatives{
        padding-inline: 1.5rem;
    }
    .initiatives-top{
        display: block;
    }
    .initiatives-top h1{
        width: 100%;
        font-size: 2.6rem;
    }
    .initiatives-top p{
        width: 100%;
    }
    .initiatives-div{
        display: block;
        margin-top: 2rem;
    }
    .initiatives-left{
        width: 100%;
        position: relative;
    }
    .initiatives-left-writ h2{
        font-size: 1.85rem;
    }
    .initiatives-right{
        width: 100%;
    }

    #events{
        padding-inline: 1rem;
    }
    #events > h1{
        font-size: 2.5rem;
    }
    #events > p{
        width: 100%;
    }

    .events-div{
        display: block;
    }
    .events-left{
        width: 100%;
    }
    .events-left img{
        max-width: 100%;
        border-radius: 1.5rem 1.5rem 0 0 ;
    }
    .events-right{
        border-radius: 0 0 1.5rem 1.5rem ;
        width: 100%;
    } 

    #community{
        padding-inline: .5rem;
    }
    #community > h1{
        font-size: 3rem;
    }

    #community > p{
        font-size: 1.09rem;
        width: 100%;
    }

    .testimony-container{
        width: 100%;
    }
    .testimony {
        padding: .5rem;
    }
    .testimony-list{
        display: block;
    }
    .testimony-left{
        width: 100%;
    }
    .testimony > div{
        padding: 0rem;
    }
    .testimony-left img{
        max-width: 100%;
        border-radius: 1.5rem 1.5rem 0 0 ;
    }
    .testimony-right{
        width: 100%;
        padding: 1rem;
        border-radius: 0 0 1.5rem 1.5rem;
    }
    .testimony-right em{
        font-size: 1.09rem;
    }
    .form-input {
        width: 100%;
        padding-inline: 1.5rem;
    }  
    .hero-shadow{
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 3px;
        z-index: 9999;
        box-shadow: inset 0 -120px 120px -8px rgba(0, 0, 0, 0.95);
        
    }
    
}
@media screen and (min-width: 1000px)and (max-width: 1400px) {
    nav ul{
        gap: 1rem;
    }
    .module-down-writ{
        font-size: 3.5rem;
    }
    .module-writ p{
        font-size: 1.07rem;
    }
    .get-started-writ{
        padding: 0 5rem;
    }
    .get-started-writ > div{
        width: 50%;
    }
}

