/* Background and texts -- start*/
.home_banner {
    background       : url("../images/banner.webp");
    height           : 100%;
    padding-bottom   : 100px;
    padding-top      : 67px;
    background-size  : 100%;
    background-repeat: no-repeat;
}

.lists {
    margin-right: 0px;
}


.big_txts h1 {
    font-size    : 65px;
    font-weight  : 600;
    margin-top   : 85px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.small_txts h6 {
    font-size    : 14px;
    font-weight  : 300;
    color        : #ffffff;
    line-height  : 23px;
    margin-top   : 20px;
    margin-bottom: 25px;
}

/* Background and texts -- end*/


/* Buttons -- start*/
.home_buttons .green_button {
    margin-left: 20px;
}

.home_buttons .white_button .white_icon {
    width       : 20px;
    height      : 20px;
    margin-top  : -3px;
    margin-right: 7px;
}

.home_buttons .green_button .green_icon {
    width       : 20px;
    height      : 20px;
    margin-top  : -3px;
    margin-right: 7px;
}

/* Buttons -- end*/


/*Communities served page -- start*/
.communities_banner {
    /*background       : url("../images/charging_portal.webp");*/
    height           : 100%;
    padding-bottom   : 100px;
    padding-top      : 67px;
    background-size  : 100%;
    background-repeat: no-repeat;
}

.communities_banner h2 {
    margin-top: 100px;
    margin-bottom: 25px;
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.communities_banner h2 span {
    color: #679C2B;
}

.communities_banner p {
    font-size    : 15px;
    font-weight  : 650;
    margin-bottom: 30px;

}

.communities_banner .green_button {
    margin-bottom: 95px;
}

.communities_banner .green_button .green_icon {
    width       : 20px;
    height      : 20px;
    margin-top  : -3px;
    margin-right: 7px;
}

.communities_banner .row {
    align-items: center;
}

/*Communities served page -- end*/


/*Upcoming Events page -- start*/
.upcoming_events_page {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: flex-start;
    align-items    : center;
    margin-bottom  : 25px;
}

.upcoming_events_page .dropdown_options {
    display: flex;
    gap    : 27px;
}

.upcoming_events_page h3 {
    margin-right: 213px;
    font-size   : 40px;
    font-weight : 700;
    line-height : 70px;
    color       : #679C2B;
}

.dropdown .btn {
    background   : #E3ECD9;
    border-radius: 50px;
    width        : 175px;
    height       : 35px;
    font-size    : 13px;
    font-weight  : 525;
    text-align   : center;
}

.dropdown .dropdown-menu{
    background   : #E3ECD9;
    border-radius: 10px;
    font-size: 13px;
    width: 175px;
    border: none;
}

.dropdown .dropdown-menu li:hover{
    background: none;
    font-size: 15px;
}

.upcoming_events_cards .card {
    width           : 300px;
    height          : 310px;
    border-radius   : 17px;
    /* margin-left  : 50px; */
    margin-bottom   : 50px;
}

.upcoming_events_cards {
    display        : flex;
    justify-content: space-evenly;
    flex-wrap      : wrap;
    align-items    : center;
}

.upcoming_events_cards a{
	text-decoration:none;
}
.upcoming_events_cards .card h6 {
    font-size  : 14px;
    font-weight: 750;
    line-height: 20px;
    margin-top : 15px;
    margin-left: 17px;
}

.upcoming_events_cards .card p {
    font-size  : 12px;
    line-height: 17px;
    margin-left: 17px;
}

/*Upcoming Events page -- end*/


/* About Us Page -- Start */
.about_us_page {
    position: relative;
}

/* .about_us_page img {
    margin-top: 120px;
} */

.about_us_card .tree_1 {
    top     : -100px;
    position: absolute;
    right   : 0px;
    width   : 700px;
}

.about_us_page p {
    font-size     : 15px;
    font-weight   : 600;
    line-height   : 25px;
    text-align    : left;
    padding-bottom: 40px;
}

.about_us_card {
    display        : flex;
    justify-content: flex-start;
    gap            : 25px;
    width          : 1000px;
}

.about_us_card .card {
    width        : 320px;
    height       : 150px;
    border-radius: 10px;
    border-width : 1px;
    border-color : black;
    margin-bottom: 50px;
}

.about_us_card h4 {
    font-size  : 19px;
    font-weight: 800;
    line-height: 20px;
    margin-top : 30px;
    margin-left: 18px;
}

.about_us_card .card p {
    font-size  : 13px;
    line-height: 20px;
    margin-left: 21px;
    width      : fit-content;
}

.map-card img{
	width: 90%;
}
/* About Us Page -- End */


/* Responsive -- Start */
@media (max-width: 1200px) {
    .home_banner {
        padding-top    : 27px;
        background-size: cover;
    }

    .big_txts h1 {
        margin     : 0;
        padding-top: 105px;
    }

    .communities_banner p br {
        display: none;
    }

    .upcoming_events_cards .card {
        width : 280px;
        height: 300px;
    }

    .about_us_page p {
        padding-bottom: 33px;
        font-size     : 14px;
    }

    .about_us_card .card {
        width: 287px;
    }

    .about_us_card h4 {
        margin-top : 25px;
        margin-left: 17px;
    }

    .about_us_card .card p br {
        display: none;
    }

    .about_us_card .tree_1 {
        top  : -79px;
        right: 35px;
        width: 650px;
    }
}


@media (max-width:1199px) {
    .about_us_card {
        width: 837px;
    }

    .about_us_card .card p {
        font-size  : 12px;
        line-height: 20px;
        margin-left: 17px;
    }

    .about_us_card .tree_1 {
        top  : -110px;
        right: 0px;
        width: 650px;
    }

    .about_us_page img {
        width: 275px;
    }

    .upcoming_events_page h3 {
        margin-right: 67px;
    }

    .upcoming_events_page .dropdown_options {
        gap: 10px;
    }
}


@media (max-width: 1024px) {
    .upcoming_events_cards .card {
        width : 250px;
        height: 285px;
    }

    .upcoming_events_cards .card h6 br {
        display: none;
    }

    .about_us_card {
        width: 765px;
    }

    .about_us_card h4 {
        margin-top: 23px;
        font-size : 18px;
    }

    .about_us_page img {
        width: 250px;
    }

    .about_us_card p br {
        display: none;
    }

    .about_us_card .tree_1 {
        top  : -110px;
        width: 650px;
    }

    .dropdown .btn {
        width    : 175px;
        height   : 35px;
        font-size: 13px;
    }
}


@media (max-width: 992px) {
    .about_us_page p {
        padding-bottom: 25px;
    }

    .about_us_card .card {
        width : 250px;
        height: 165px;
    }

    .about_us_card {
        width: 730px;
    }
}


@media (max-width: 991px) {
    .communities_banner {
        background: none;
    }

    .upcoming_events_page h1 {
        margin-right: 75px;
        font-size   : 26px;
    }

    .dropdown .btn {
        width    : 130px;
        height   : 28px;
        font-size: 10px;
    }

    .about_us_card {
        flex-wrap      : wrap;
        justify-content: center;
    }

    .about_us_page p {
        font-size: 12px;
    }

    .about_us_card .card {
        margin-bottom: 0px;
        height       : 160px;
    }
}


@media (max-width: 840px) {
    .big_txts h1 {
        font-size: 45px;
    }

    .small_txts h6 {
        margin-top: 10px;
    }

    .communities_banner {
        background: none;
    }

    .upcoming_events_cards .card {
        width : 280px;
        height: 300px;
    }

    .about_us_card .card {
        width: 290px;
    }

    .about_us_page p {
        width: 445px;
    }

    .about_us_page p br {
        display: none;
    }

    .about_us_card .tree_1 {
        width: 600px;
    }
	.communities_banner h2{
		margin-top: 0;
	}
	.communities_banner {
		padding-bottom: 0;
	}
}


@media (max-width: 768px) {
    .home_banner {
        background-size: cover;
    }

    .upcoming_events_cards .card {
        width : 233px;
        height: 275px;
    }

    .upcoming_events_cards .card p br {
        display: none;
    }

    .upcoming_events_cards .card h6 {
        margin-left: 12px;
    }

    .upcoming_events_cards .card p {
        margin-left: 12px;
    }

    .about_us_page p {
        width: 390px;
    }
}



@media (max-width: 767px) {
    .about_us_page p br {
        display: none;
    }

    .about_us_page p {
        width: 325px;
    }

    .about_us_card .tree_1 {
        width: 575px;
    }

    .about_us_card {
        width: 100%;
    }

    .about_us_card .card {
        width: 309px;
    }

    .upcoming_events_page h1 {
        margin-right: 0px;
        font-size   : 22px;
    }

    .dropdown .btn {
        width    : 121px;
        height   : 28px;
        font-size: 10px;
    }
}


@media (max-width: 678px) {
    .small_txts h6 br {
        display: none;
    }

    .upcoming_events_cards .card {
        width : 193px;
        height: 275px;
    }

    .about_us_page p {
        width: 287px;
    }

}


@media (max-width: 540px) {
    .home_buttons .green_button {
        margin-left: 10px;
    }

    .about_us_card .tree_1 {
        width: 500px;
        top  : -70px;
		display: none;
    }

    .about_us_page p {
        width: 100%;
    }
}


@media (max-width: 420px) {
    .home_banner {
        background-size: cover;
    }

    .big_txts h1 {
        font-size: 40px;
    }

    .communities_banner h1 {
        font-size: 55px;
    }

    .upcoming_events_cards .card {
        width : 170px;
        height: 268px;
    }

    .upcoming_events_cards .card h6 {
        margin-left: 13px;
    }

    .upcoming_events_cards .card p {
        margin-left: 13px;
    }

    .upcoming_events_page h3 {
        margin-right: 10px;
        font-size: 35px;
    }

    .about_us_page p {
        width      : 195px;
        font-size  : 11px;
        font-weight: 600;
        line-height: 20px;
    }

    .about_us_card {
        width: 400px;
    }

    .about_us_card .tree_1 {
        top  : 10px;
        width: 430px;
    }
}


@media (max-width: 375px) {
    .navbar_brand .logo {
        width: 210px;
    }

    .big_txts h1 {
        font-size  : 40px;
        padding-top: 100px;
    }

    .communities_banner h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .dropdown .btn {
        width    : 110px;
        font-size: 9px;
    }

    .about_us_card {
        width: 350px;
    }

    .about_us_page img {
        width: 199px;
    }

    .about_us_page p {
        width      : 100%;
        font-size  : 11px;
        font-weight: 600;
        line-height: 20px;
    }

    .about_us_card .tree_1 {
        top  : 10px;
        width: 345px;
    }
}
/* Responsive --End */