
#main .home{
    padding-top: 122px;
}

.card-img-overlay{
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.card-img-overlay .card-title{
    color: rgb(249, 186, 50);
    font-size: xx-large;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}

.card-img-overlay .card-text{
    color: rgb(249, 186, 50);
    font-size: x-large;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}

.welcome-home{
    background-color: rgb(248, 241, 229);
}

.welcome-home .card-welcome-home{
    border: none;
    border-radius: 0px;
}

.welcome-home .card-welcome-home img{
    filter: brightness(85%);
    border-radius: 0px;
}



#welcome-info{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(255, 255, 255);
}

#welcome-info .card-welcome-info{
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border: none;
}

.card-welcome-info .card-title{
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    font-size: xx-large;
    margin-bottom: 15px;
    color: rgb(249, 186, 50);
}

#welcome-info .welcome-info-item{
    text-align: center;
}

#welcome-info .welcome-info-item p{
    color: rgb(47, 49, 49);
    font-size: large;
    font-weight: bold;
    padding: 10px;
}

.welcome-point{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.welcome-point-item{
    text-align: center;
}

.welcome-point-item svg{
    width: 100px;
    margin: 20px;
    transition: 0.3s;
    color: rgb(66, 110, 134);
}

.welcome-point-item svg:hover{
    transform: scale(1.3);
    transition: 0.3s;
}

.welcome-point-item h6{
    font-size: larger;
    font-weight: bold;
    color: rgb(249, 186, 50);
    margin-top: 10px;
    margin-bottom: 10px;
}

.welcome-point-item p{
    padding: 10px;
    font-size: large;
    font-weight: bold;
    color: rgb(47, 49, 49);
}






#welcome-abt{
    background-color: rgb(248, 241, 229);
    padding: 30px 0 30px 0;
}

#welcome-about h5{
    font-size: x-large;
    font-weight: 900;
    margin: 0 0 20px 0;
    color: rgb(66, 110, 134);
}

#welcome-about p{
    font-size: large;
    color: rgb(47, 49, 49);
    font-weight: 500;
    text-align: justify;
}

#welcome-reason{
    background-color: rgb(66, 110, 134);
}

#welcome-reason .reason-item{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.reason-title{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.reason-title h5{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    font-size: xx-large;
    color: rgb(249, 186, 50);
}

.reason-item .card-reason{
    width: 310px;
    margin: 0px 15px 10px 15px;
    text-align: center;
    border: none;
    background-color: rgb(66, 110, 134);
}

.card-reason h5{
    font-size: larger;
    font-weight: bold;
    color: rgb(47, 49, 49);
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-reason .reason-icon{
    width: 75px;
    color: rgb(249, 186, 50);
    margin: 10px;
    transition: 0.3s;
}

.card-reason .reason-icon:hover{
    transform: scale(1.3);
    transition: 0.3s;
}

.card-reason p{
    color: rgb(248, 241, 229);
}

#welcome-news{
    background-color: rgb(248, 241, 229);
    padding-bottom: 30px;
}

.news-title{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.news-title h5{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    font-size: xx-large;
    color: rgb(66, 110, 134);
}

.news-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.news-all .card-body{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.first-news{
    width: 520px;
    height: 100%;
    margin-bottom: 10px;
}

.first-news .card-first-news{
    height: 100%;
    border: none;
    background-color: rgb(248, 241, 229);
}

.first-news img{
    height: 300px;
    width: 100%;
    transition: 0.3s;
    border-radius: 5px;
}

.first-news img:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.first-news .card-title{
    font-weight: bold;
}

.news-list .card-title{
    font-weight: bold;
}

.first-news .card-title{
    color: rgb(66, 110, 134);
}

.first-news .card-text{
    color: rgba(47, 49, 49, 0.603);
}

.news-list .card-title{
    color: rgb(47, 49, 49);
}

.news-list .card-text{
    color: rgba(47, 49, 49, 0.603);
}

.news-item{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.news-item .card-second-news{
    width: 600px;
    margin-bottom: 20px;
    border: none;
    background-color: rgb(248, 241, 229);
}

.card-news-list img{
    width: 200px;
    height: 100%;
    border-radius: 5px;
    margin-right: 30px;
    transition: 0.3s;
}

.card-news-list img:hover{
    transform: scale(1.2);
    transition: 0.3s;
}

.card-news-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.all-news{
    text-align: start;
    margin: 30px 20px 20px 55px;
    transition: 0.5s;
}

.all-news a{
    background-color: rgb(249, 186, 50);
    color: rgb(248, 241, 229);
    padding: 20px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s;
}

.all-news a:hover{
    background-color: rgb(66, 110, 134);
    transition: 0.3s;
}

.activity-welcome{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.welcome-agenda{
    text-align: start;
}

.agenda-title{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.agenda-title h5{
    margin: 0 20px 0 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: rgb(66, 110, 134);
}

.agenda-detail{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 20px 0;
}

.agenda-detail .agenda-time{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 0 20px 0 0;
}

.agenda-time .agenda-day{
    font-size: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    color: rgb(249, 186, 50);
}

.agenda-time .agenda-month{
    font-size: 15px;
    font-weight: bold;
    color: rgb(47, 49, 49);
}

.agenda-desc{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.agenda-desc .agenda-name{
    font-size: 20px;
    font-weight: bold;
    color: rgb(66, 110, 134);
}

.agenda-desc .agenda-date{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 15px;
    font-weight: bold;
    color: rgb(47, 49, 49);
    align-items: center;
}

.agenda-desc .agenda-date .agenda-hours{
    margin: 0 100px 0 0;
}

.agenda-desc .agenda-date .agenda-loc{
    align-items: center;
    color: rgb(249, 186, 50);
}

.agenda-desc .agenda-date .agenda-loc svg{
    width: 20px;
}

.all-agenda{
    text-align: start;
    margin: 50px 20px 20px 0;
    transition: 0.5s;
}

.all-agenda a{
    background-color: rgb(66, 110, 134);
    color: rgb(248, 241, 229);
    padding: 20px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    transition: 0.5s;
}

.all-agenda a:hover{
    background-color: rgb(249, 186, 50);
}

.welcome-gallery{
    text-align: start;
}

.gallery-title{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.gallery-title{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.gallery-title h5{
    margin: 0 20px 0 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: rgb(66, 110, 134);
}

.gallery-item{
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 400px;
}

.gallery-img{
    margin: 30px 30px 0 0 ;
}

.gallery-img img:hover{
    transform: scale(1.3);
    transition: 0.3s;
    display: block;
}

.gallery-img img{
    width: 100px;
    height: 100%;
    border-radius: 3px;
    transition: 0.3s;
}



#welcome-contact{
    background-color: rgb(249, 186, 50);
    margin: 0px;
    padding: 10px;
    padding-bottom: 20px;
}

#welcome-contact .welcome-contact-title{
    text-align: center;
    padding: 10px;
}

#welcome-contact .welcome-contact-title h5{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    font-size: xx-large;
    color: rgb(47, 49, 49);
}

.contact-form-sosmed{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contact-form-sosmed h6{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    font-size: x-large;
    color: rgb(47, 49, 49);
}

.form-contact{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.form-contact .name{
    width: 700px;
    padding: 20px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: rgb(66, 110, 134);
    font-weight: bold;
    border: none;
    background-color: rgb(248, 241, 229);
}

.form-contact textarea{
    padding: 20px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(66, 110, 134);
    font-weight: bold;
    resize: none;
    border: none;
    border-radius: 3px;
    background-color: rgb(248, 241, 229);
}

.contact-email-no{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.contact-email-no input{
    width: 340px;
    padding: 20px;
    font-size: 18px;
    color: rgb(66, 110, 134);
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(248, 241, 229);
    border-radius: 3px;
    border: none;
}

.form-contact button{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 20px;
    background-color: rgb(47, 49, 49);
    border-radius: 3px;
    font-size: 20px;
    margin-top: 10px;
    color: rgb(249, 186, 50);
    font-weight: bold;
    transition: 0.5s;
}

.form-contact button:hover{
    background-color: rgb(66, 110, 134);
    color: rgb(249, 186, 50);
    transition: 0.5s;
}

.sosmed-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px;
}

.sosmed-item svg{
    width: 50px;
}

@media (max-width: 774px) {
    .welcome-home .container{
        padding: 0px;
    }

    .card-img-overlay .card-title{
        font-size: 18px;
    }

    .card-img-overlay .card-text{
        font-size: 12px;
    }

    .welcome-point{
        display: flex;
        flex-direction: column;
    }

    .activity-welcome{
        padding: 25px 0 0 0;
    }

    .news-item .card-second-news{
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .card-news-list{
        flex-direction: column;
        align-items: baseline;
    }

    .card-second-news{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .card-news-list .card-news-list-dsc{
        margin-top: 10px;
    }

    .news-all{
        justify-content: flex-start;
    }

    .news-item .card-second-news{
        width: 300px;
    }

    .all-news{
        margin: 20px 0 20px 0;
        text-align: center;
    }

    .welcome-gallery-photo{
        margin: 30px 0 0 0;
    }

    .gallery-item{
        width: 330px;
        justify-content: center;
    }

    .gallery-img{
        border-radius: 3px;
        margin: 10px 10px 10px 10px;
    }

    .gallery-img img{
        width: 90px;
    }

    #news-header .container{
        padding: 0 0 0 0;
    }

    .all-agenda{
        margin: 50px 0 20px 0;
    }

    .agenda-desc .agenda-name{
        font-size: 15px;
    }

    .agenda-desc .agenda-date .agenda-hours {
        margin-right: 50px;
    }

    .contact-form-sosmed{
        margin: 15px 0 0 0;
    }

    .form-contact{
        margin: 0 0 50px 0;
    }

    .form-contact .name{
        width: 300px;
    }

    .contact-email-no{
        flex-direction: column;
    }

    .contact-email-no input{
        width: 300px;
    }

}
