@import "variable.css";
@import "header.css";
@import "form.css";
@import "footer.css";
@import "loader.css";

html,
body {
  height: 100%;
}

body {
  font-family: var(--fontFam);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--textClr);
  background-color: var(--bg-clr);
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}
.fpi-main-container {
  height: 100%;
  
  position: relative;
}
.fpi-content{
  padding-top: var(--header-height);
  height: 100%;
  position: relative;
}
a{
  text-decoration: none;
}
a:hover{
  color:var(--primaryclr)
}
/*-- font-weight --*/
.f-e-light{
  font-weight: 200;
}
.f-light{
  font-weight: 300;
}
.f-normal{
  font-weight: 400;
}
.f-bold{
  font-weight: 500;
}
.f-e-bold{
  font-weight: 600;
}
.f-h-bold{
  font-weight: 700;
}
/*-- font size --*/
.fpi-f-prim{
  font-size: var(--fpi-primar-f-size);
}
.fpi-f-sec{
  font-size: var(--fpi-secondry-f-size);
}
.fpi-f-sec2{
  font-size: var(--fpi-secondry-f-size2);
}
/*-- color --*/
.f-c-prim{
  color:var(--primaryclr);
}
.f-c-sec{
  color:var(--secondryclr);
}
.f-c-text{
  color:var(--textClr);
}
.f-c-light{
  color:var(--textClrlight);
}
.f-c-light2{
  color:var(--textClrlight2);
}


/*-- sect  --*/
.fpi-section{
  padding: var(--fpi-sec-padding) 0;
}
.fpi-section .fpi-f-prim{
  line-height: 30px;
}
.fpi-section .fpi-f-sec{
  line-height:  24px;
}
/*-- sect logo --*/
.fpi-sec-logo{
  width: 100%;
  max-width: 200px;
  margin:0 auto;
}
.fpi-sec-logo img{
  width: 100%;
  height: auto;
}
.fpi-sec-logo2{
  width: 100%;
  max-width: 100px;
  margin:0 auto;
}
.fpi-sec-logo2 img{
  width: 100%;
  height: auto;
}
/*-- spacer --*/
.fpi-mt{
  margin-top: var(--fpi-space-80);
}
.fpi-mb{
  margin-bottom: var(--fpi-space-80);
}
/*-- -*/
.fpi-text-sec{
  max-width: 1308px;
  margin: 0 auto;
}
/*-- fpi -img sec --*/
.fpi-img-sec{
  width: 100%;
}
.fpi-img-sec img{
  width: 100%;
  height: auto;
}
/*-- sec-title --*/
.fpi-sec-title{
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.fpi-sec-title h2{
  font-size: var(--fpi-title-f-size);
  color:var(--secondryclr);
  line-height: normal;
  font-weight: 600;
  letter-spacing: 3.16px;
  margin: 0;
  position: relative;
  padding: 0 20px;
}
.fpi-sec-title h2::before,
.fpi-sec-title h2::after{
  content: "";
  position: absolute;
  width: 200%;
  top:50%;
  margin-top: -1px;
  border-bottom:2px solid var(--secondryclr);
}
.fpi-sec-title h2::before{
  left:-200%;
}
.fpi-sec-title h2::after{
  right:-200%;
}

/*- --*/
.showcase-main{
  clear: both;
  height: auto;
  overflow: hidden;
}
.showcase-main img{
  width: 100%;
  height: auto;
}

.fpi-home-section{
  background: url(../images/leaf-one-1.png) no-repeat center bottom;
  background-size: cover;
}

.fpi-purposose-section{
  background: url(../images/our-purpose-bg.png) no-repeat center bottom;
  background-size: cover;
}

.fpi-purposose-section .fpi-text-sec{
  max-width: 1300px;
}

.fpi-our-plan-section{
  background: url(../images/our-plan-bg.png) no-repeat center bottom;
  background-size: cover;
}

.fpi-our-project-section{
  background: url(../images/projects-bg.png) no-repeat center bottom;
  background-size: cover;
}
.fpi-pitch-project-section{
  background: url(../images/contact-form-bg.png) no-repeat center bottom;
  background-size: cover;
}
.fpi-contact-section{
  background: url(../images/contact-bg.png) no-repeat center bottom;
  background-size: cover;
}