/* section 1 */
.homepage .section-1 {
    position: relative;
    padding-top: 270px;
    padding-bottom: 300px;
}

.homepage .section-1 .bg-section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    z-index: -1;
}

.homepage .section-1 .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(106deg, rgb(14 57 76), rgb(14 57 76 / 63%));
    z-index: -1;
}

.homepage .section-1 .heading {
    font-weight: 700;
    font-size: 40px;
}

.homepage .section-1 .sub-heading {
    font-weight: 700;
    font-size: 55px;
}

.homepage .section-1 .description {
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    width: 65%;
    margin-bottom: 10px;
    margin-top: 15px;
}

.homepage .section-1 .button-orange {
    margin-top: 50px;
}

/* section 1 end */

/* section 2 */
.homepage .section-2 {}

.homepage .section-2 .sides {
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}

.homepage .section-2 .sides .left-sd {
    width: 35%;
    transform: translateY(-81px);
    position: relative;
}

.homepage .section-2 .sides .left-sd img {
    width: 100%;
    transform: translateX(42px);
}

.homepage .section-2 .sides .left-sd .filter {
    position: absolute;
    z-index: -1;
    top: 59px;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #E7ECEE 18.5%, rgba(231, 236, 238, 0) 100%);
}

.homepage .section-2 .sides .right-sd {
    position: relative;
    width: 55%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
}

.homepage .section-2 .sides .right-sd .description {
    font-size: 16px;
    line-height: 29px;
}

.homepage .section-2 .sides .right-sd .heading {
    font-weight: 700;
    font-size: 30px;
}

.homepage .section-2 .sides .right-sd .goal {
    display: flex;
    align-items: center;
}

.homepage .section-2 .sides .right-sd .goal:last-child {
    margin-bottom: 29px;
}

.homepage .section-2 .sides .right-sd .goal img {}

.homepage .section-2 .sides .bg {
    position: absolute;
    width: 60%;
    height: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.homepage .section-2 .sides .right-sd .goal p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.homepage .section-2 .sides .right-sd .see-more {
    margin-top: 20px;
    width: 30%;
}

/* section 2 end */

/* section 3 */
.homepage .section-3 {
    padding-bottom: 50px;
}

.homepage .section-3 .heading-part {
    display: flex;
    justify-content:  end;
    align-items: center;
    margin-bottom: 50px;
    column-gap: 27%;
}
.homepage .section-3 .heading-part .heading-col {
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.homepage .section-3 .heading-part .heading {
    font-weight: 700;
    font-size: 36px;
}

.homepage .section-3 .heading-part .see-more {
    width: 17%;
    text-align: center;
    justify-content: center;
}





/* section 3 end */

/* section 4 */

.homepage .section-4 {
    position: relative;
    padding: 0px 0px 100px 0px;
}

.homepage .section-4 .container {
    position: relative;
}

.homepage .section-4 .section-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage .section-4 .filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(14, 57, 76, 0.7), rgba(14, 57, 76, 0.7));
}

.homepage .section-4 .heading-part {
    position: relative;
    width: 50%;
    padding: 150px 0px 70px 0px;
    margin-bottom: 30px;
}

.homepage .section-4 .heading-part .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage .section-4 .heading-part .heading {
    font-weight: 700;
    font-size: 40px;
    color: white;
}
.homepage .section-4 .heading-part .open-blue-color {
    color: #e7ecee94;
}

.homepage .section-4 .heading-part .sub-heading {
    font-weight: 700;
    font-size: 30px;
    color: white;
}

.homepage .section-4 .crds {
    display: flex;
    justify-content: space-between;
    column-gap: 1%;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 17px;

}

.homepage .section-4 .crds .crd {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid white;
    padding: 10px 20px;
    width: 23%;
}
.homepage .section-4 .crds .crd.crd-full {
    width: 100%;
}

.homepage .section-4 .crds .crd.crd-full .crd-title{
    text-align: center;
    margin: 7px;
    font-size: 17px;
}
.homepage .section-4 .crds .crd .top-content {
    display: flex;
    justify-content: space-between;
}

.homepage .section-4 .crds .crd .top-content .number {
    color: white;
    font-size: 27px;
    font-weight: bold;
}

.homepage .section-4 .crds .crd .top-content .icn {
    width: 40px;
}

.homepage .section-4 .crds .crd .crd-title {
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    color: white;
}
.homepage .section-4 .crds .crd .crd-sub-title {
    font-size: 12px;
    margin-top: 10px;
    color: #ffffff99;
}

/* section 4 end */

/* responsive  1200 */
@media screen and (max-width:1200px) {
    .homepage .section-1 .heading {
        font-size: 45px;
    }
    .homepage .section-1 .sub-heading {
        font-size: 30px;
    }
    .homepage .section-2 .sides .right-sd .goal p {
        font-size: 14px;
    }
    .homepage .section-2 .sides .right-sd .description {
        font-size: 14px;
        line-height: 21px;
    }
    .homepage .section-2 .sides .right-sd .heading {
        font-size: 25px;
    }
    .homepage .section-3 .heading-part .heading {
        font-size: 30px;
    }
    .homepage .section-3 .project-cards .crd-img .see-more {
        font-size: 14px;
        padding: 8px 33px;
    }
    .homepage .section-3 .project-cards .crd-content .see-more-part .see-more {
        font-size: 12px;
        text-align: left;
    }
    .homepage .section-3 .project-cards .crd-content .crd-title {
        font-size: 18px;
    }
    .homepage .section-3 .project-cards .crd-content .crd-dsc {
        font-size: 12px;
        line-height: 15px;
    }
    .homepage .section-4 .heading-part .sub-heading {
        font-size: 25px;
    }
    .homepage .section-4 .heading-part .heading {
        font-size: 35px;
    }
    .homepage .section-4 .crds .crd .crd-title {
        font-size: 13px;
    }
    .homepage .section-4 .crds .crd .top-content .number {
        font-size: 23px;
    }
    .homepage .section-4 .crds .crd .top-content .icn {
        width: 30px;
    }
}
/* responsive  1200 end*/

/* responsive  992 */
@media screen and (max-width:992px) {
    .homepage .section-4 .crds {
        justify-content: center;
    }
    .homepage .section-4 .crds .crd {
        width: 48%;
    }
    .homepage .section-4 .heading-part {
        width: 100%;
    }
    .homepage .section-3 .project-cards {
        justify-content: left;
        overflow-x: scroll;
        width: 100%;
        column-gap: 6%;
        flex-wrap: unset;
    } 
    .homepage .section-3 .project-cards .card {
        min-width: 45%;
    }
    .homepage .section-2 .sides .right-sd {
        padding: 60px 0px 0px 0px;
    }
    .homepage .section-3 {
        padding-top: 50px;
    }
    .homepage .section-3 .heading-part .see-more {
        width: 25%;
        text-align: center;
        margin-top: 30px;
    }

}
/* responsive  992 end */

/* responsive  768  */
@media screen and (max-width:768px) {
	
    .homepage .section-1 {
        padding-top: 190px;
        padding-bottom: 140px;
    }
    .homepage .section-1 .heading {
        font-size: 20px;
    }
    .homepage .section-1 .sub-heading {
        font-size: 17px;
    }
    .homepage .section-1 .description {
        font-size: 14px;
        width: 100%;
        text-align: justify;
        line-height: 20px;
    }
    .homepage .section-1 .filter {
        background: linear-gradient(167.02deg, rgba(14, 57, 76, 0.2) 6.67%, rgba(14, 57, 76, 0.6) 27.66%, #0E394C 90.63%), url(Header.png);
    }
    .homepage .section-2 .sides .left-sd {
        width: 97%;
        transform: translateY(-83px);
    }
    .homepage .section-2 .sides .left-sd img {
        width: 92%;
        transform: translateX(40px);
    }
    .homepage .section-2 .sides {
        padding-bottom: 0px;
    }
    
    
    .homepage .section-2 .sides .right-sd {
        padding: 0px 0px 0px 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .homepage .section-2 .sides .right-sd .heading {
        font-size: 22px;
        width: 100%;
        text-align: start;
    }
    .homepage .section-2 .sides .right-sd .description {
        font-size: 12px;
        font-weight: 400;
        text-align: justify;
    }
    .homepage .section-2 .sides .right-sd .goals{
        display: flex;
            flex-direction: column;
            row-gap: 12px;
    }
    .homepage .section-2 .sides .right-sd .goal p {
        font-size: 12px;
        text-align: justify;
    }
    .homepage .section-2 .sides .right-sd .see-more {
        font-size: 15px;
        width: 65%;
    }

    .homepage .section-3 .heading-part {
        justify-content: center;
    }
.homepage .section-3 .project-cards .card {
    min-width: 100%;
	padding : 30px 10px;
}
	    .homepage .section-3 .project-cards .crd-content .see-more-part .see-more {
        padding: 10px 30px;
    }
.homepage .section-3 .heading-part .see-more {
    width: 65%;
    text-align: center;
    margin-top: 29px;
}
.homepage .section-4 .heading-part {
    padding: 92px 0px 15px 0px;
    width: 100%;
}
.homepage .section-4 .heading-part .sub-heading {
    font-size: 20px;
}
.homepage .section-4 .heading-part .heading {
    font-size: 25px;
}
.homepage .section-4 .crds .crd.crd-full .crd-title {
    font-size: 15px;
}
.homepage .section-4 .crds {
    row-gap: 33px;
    flex-direction: column;
    flex-wrap: wrap;
}
.homepage .section-4 .crds .crd {
    width: 100%;
}
.homepage .section-4 .crds .crd .top-content .number {
    font-size: 36px;
}
.homepage .section-4 .crds .crd .crd-title {
    font-size: 15px;
}
.homepage .section-3 .heading-part .heading {
    font-size: 20px;
}
}
/* responsive  768 end */