* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Open Sans";
  src: url("./Assests/Fonts/Open_Sans/static/OpenSans-Regular.ttf");
}
.Homepage {
  position: relative;
}
.Homepage .Communities {
  background-image: url("./Assests/Images/parsnImg1.webp");
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.Homepage .Communities .Empower-Community {
  padding-top: 290px;
  padding-left: 100px;
}
@media screen and (max-width: 998px) {
  .Homepage .Communities .Empower-Community {
    padding-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .Homepage .Communities .Empower-Community {
    padding-top: 100px;
    padding-left: 62px;
  }
}
@media screen and (max-width: 376px) {
  .Homepage .Communities .Empower-Community {
    padding-left: 50px;
  }
}
.Homepage .Communities .Empower-Community .Img1 {
  width: 400px;
}
@media screen and (max-width: 776px) {
  .Homepage .Communities .Empower-Community .Img1 {
    width: 282px;
  }
}
@media screen and (max-width: 576px) {
  .Homepage .Communities .Empower-Community .Img1 {
    width: 260px;
  }
}
@media screen and (max-width: 476px) {
  .Homepage .Communities .Empower-Community .Img1 {
    width: 220px;
  }
}
.Homepage .Communities .Empower-Community .Img2 {
  width: 339px;
}
@media screen and (max-width: 990px) {
  .Homepage .Communities .Empower-Community .Img2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 776px) {
  .Homepage .Communities .Empower-Community .Img2 {
    width: 282px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .Homepage .Communities .Empower-Community .Img2 {
    width: 260px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 476px) {
  .Homepage .Communities .Empower-Community .Img2 {
    width: 220px;
  }
}

.RightArrowDiv {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 576px) {
  .RightArrowDiv {
    right: 30px;
    bottom: 100px;
  }
}

.wrapper {
  background-color: black;
}

.AboutPageDiv {
  height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 990px) {
  .AboutPageDiv {
    background-image: url("./Assests/Images/AboutImg.png");
    background-position: right;
  }
}
@media screen and (max-width: 576px) {
  .AboutPageDiv {
    background-position: left;
    height: 100vh;
  }
}
.AboutPageDiv .bggImg {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 990px) {
  .AboutPageDiv .bggImg {
    display: none;
  }
}
.AboutPageDiv .innerWrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
@media screen and (max-width: 576px) {
  .AboutPageDiv .innerWrapper {
    background: rgba(0, 0, 0, 0.4196078431);
  }
}
.AboutPageDiv .AboutText {
  margin-top: 55px;
  margin-left: 20px;
}
.AboutPageDiv .AboutText .text {
  font-family: Times New Roman;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.68px;
  color: #D7B56D;
}
@media screen and (max-width: 576px) {
  .AboutPageDiv .AboutText .text {
    font-size: 28px;
  }
}
@media screen and (max-width: 376px) {
  .AboutPageDiv .AboutText .text {
    font-size: 20px;
  }
}
.AboutPageDiv .AboutText .About-UsContext .param p {
  color: #DFDFDF;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 40px;
  max-width: 527px;
}
@media screen and (max-width: 776px) {
  .AboutPageDiv .AboutText .About-UsContext .param p {
    padding-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .AboutPageDiv .AboutText .About-UsContext .param p {
    font-size: 13px;
  }
}
.AboutPageDiv .AboutText .About-UsContext .param1 p {
  color: #DFDFDF;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 15px;
  max-width: 527px;
}
@media screen and (max-width: 776px) {
  .AboutPageDiv .AboutText .About-UsContext .param1 p {
    padding-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .AboutPageDiv .AboutText .About-UsContext .param1 p {
    font-size: 13px;
  }
}
.AboutPageDiv .AboutText .About-UsContext .CountImages {
  padding-top: 10px;
}
@media screen and (max-width: 776px) {
  .AboutPageDiv .AboutText .About-UsContext .CountImages {
    padding-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .AboutPageDiv .AboutText .About-UsContext .CountImages {
    padding-top: 0px;
  }
}
.AboutPageDiv .AboutText .About-UsContext .CountImages .img1 {
  padding-top: 30px;
}
@media screen and (max-width: 1299px) {
  .AboutPageDiv .AboutText .About-UsContext .CountImages .img1 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .AboutPageDiv .AboutText .About-UsContext .CountImages .img1 .imgg {
    width: 110px;
  }
}
@media screen and (max-width: 576px) {
  .AboutPageDiv .AboutText .About-UsContext .CountImages .img1 .imgg {
    width: 137px;
  }
}

.ProjectPage {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .ProjectPage {
    background-image: url("./Assests/Images/ProjectImg.png");
  }
}
@media screen and (max-width: 570px) {
  .ProjectPage {
    background-position: 80% 10%;
  }
}
.ProjectPage .overDiv {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 576px) {
  .ProjectPage .overDiv {
    background: rgba(233, 233, 234, 0.6784313725);
  }
}
.ProjectPage .bgImg {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .ProjectPage .bgImg {
    display: none;
  }
}
.ProjectPage .OnprojectDiv .project {
  color: #1B1916;
  font-family: Times New Roman;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.52px;
  padding-top: 64px;
  padding-left: 40px;
}
@media screen and (max-width: 1399px) {
  .ProjectPage .OnprojectDiv .project {
    padding-top: 30px;
  }
}
@media screen and (max-width: 776px) {
  .ProjectPage .OnprojectDiv .project {
    font-size: 30px;
  }
}
@media screen and (max-width: 476px) {
  .ProjectPage .OnprojectDiv .project {
    font-size: 24px;
  }
}
@media screen and (max-width: 376px) {
  .ProjectPage .OnprojectDiv .project {
    font-size: 19px;
  }
}
.ProjectPage .ongoing-projects {
  padding-left: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 776px) {
  .ProjectPage .ongoing-projects {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .ProjectPage .ongoing-projects {
    margin-top: 80px;
    padding-left: 30px;
  }
}
.ProjectPage .ongoing-projects .img1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ProjectPage .ongoing-projects .img1.mt {
  margin-top: 70px;
}
@media screen and (max-width: 976px) {
  .ProjectPage .ongoing-projects .img1.mt {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .ProjectPage .ongoing-projects .img1.mt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 476px) {
  .ProjectPage .ongoing-projects .img1.mt {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .ProjectPage .ongoing-projects .img1 .imgg1 {
    width: 145px;
  }
}
@media screen and (max-width: 1099px) {
  .ProjectPage .ongoing-projects .img1 .imgg1 {
    width: 135px;
  }
}
@media screen and (max-width: 776px) {
  .ProjectPage .ongoing-projects .img1 .imgg1 {
    width: 140px;
  }
}
@media screen and (max-width: 476px) {
  .ProjectPage .ongoing-projects .img1 .imgg1 {
    width: 135px;
  }
}
@media screen and (max-width: 376px) {
  .ProjectPage .ongoing-projects .img1 .imgg1 {
    width: 125px;
  }
}

.contactPage {
  height: 100vh;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 770px) {
  .contactPage {
    background-image: url("./Assests/Images/ContactImg.png");
    background-position: 10% 10%;
  }
}
.contactPage .contactWrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.contactPage .bgImagee {
  width: 100%;
}
@media screen and (max-width: 770px) {
  .contactPage .bgImagee {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .contactPage .ConstrDiv {
    padding-left: 10px;
  }
}
.contactPage .ConstrDiv .UnderConst {
  padding-top: 60px;
}
.contactPage .ConstrDiv .UnderConst .under-construction {
  color: #D7B56D;
  font-family: Times New Roman;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.68px;
}
@media screen and (max-width: 576px) {
  .contactPage .ConstrDiv .UnderConst .under-construction {
    font-size: 30px;
  }
}
@media screen and (max-width: 376px) {
  .contactPage .ConstrDiv .UnderConst .under-construction {
    font-size: 27px;
  }
}
.contactPage .ConstrDiv .construction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 35px;
  padding-top: 50px;
}
@media screen and (max-width: 576px) {
  .contactPage .ConstrDiv .construction {
    row-gap: 25px;
    padding-top: 30px;
  }
}
.contactPage .ConstrDiv .construction .para {
  color: #D7B56D;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 576px) {
  .contactPage .ConstrDiv .construction .para {
    font-size: 18px;
  }
}
.contactPage .ConstrDiv .construction .Contact-call {
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.contactPage .ConstrDiv .construction .Contact-call .number {
  color: #CCC;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 576px) {
  .contactPage .ConstrDiv .construction .Contact-call .number {
    font-size: 16px;
  }
}
.contactPage .ConstrDiv .construction .Contact-email {
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.contactPage .ConstrDiv .construction .Contact-email .email {
  color: #CCC;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 576px) {
  .contactPage .ConstrDiv .construction .Contact-email .email {
    font-size: 16px;
  }
}
.contactPage .ConstrDiv .construction .Contact-location {
  display: flex;
  justify-content: start;
  align-items: start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.contactPage .ConstrDiv .construction .Contact-location .add {
  color: #CCC;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 576px) {
  .contactPage .ConstrDiv .construction .Contact-location .add {
    font-size: 16px;
  }
}
.contactPage .LogoImgDiv {
  position: absolute;
  bottom: 70px;
  left: 330px;
}
@media screen and (max-width: 576px) {
  .contactPage .LogoImgDiv {
    bottom: 150px;
    left: 50px;
  }
}
@media screen and (max-width: 576px) {
  .contactPage .LogoImgDiv .image1 {
    width: 200px;
  }
}
@media screen and (max-width: 476px) {
  .contactPage .LogoImgDiv .image1 {
    width: 130px;
  }
}
.contactPage .RightArrow1Div {
  position: absolute;
  right: 30px;
  bottom: 50px;
}
@media screen and (max-width: 576px) {
  .contactPage .RightArrow1Div {
    bottom: 150px;
  }
}/*# sourceMappingURL=app.css.map */