@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
* {
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
  padding-left: 0;
}
:root{
  --h-color: #C0D4D0;
  --green-color: #0EA07D;
  --para-color: #686868;
  --main-h-font: 56px;
  --sub-h-font: 36px;
}

.h-color{
  color: var(--h-color);
}
.green-color , .hover-green-color:hover{
  color: var(--green-color);
}
.para-color{
  color: var(--para-color);
}

.main-h-font{
  font-size: var(--main-h-font);
}
.sub-h-font{
  font-size: var(--sub-h-font);
}



body {
  font-family: "Josefin Sans", sans-serif;
}

main{
  background: url('../img/main-bg.jpg') center / cover no-repeat fixed;
  height: 100vh;
  padding-bottom: 80px;
}
.main-container{
  width: 1280px;
  margin: auto;
  position: relative;
  height: 100%;
}
.container-fluid{
  padding: 0px 40px;
}


.content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-justify{
  text-align: justify;
}

.green-button-r{
  border-color: var(--green-color);
  color: var(--para-color);
}
.green-button-r:hover, .green-button-r.active{
  background: var(--green-color);
  color: var(--para-color);
  border-color: var(--green-color);
}

/* Header CSS
================================== */
.main-header {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 10px 0px;
  background: rgb(18, 46, 84, 30%);
  z-index: 999;
}

.main-header .nav-link {
  padding: 0px 15px !important;
  color: #fff;
  font-weight: 700;
}
.main-header .nav-link:hover,
.main-header .nav-link.active {
  color: #c0d4d0;
}
/* Banner CSS
================================== */
.banner {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.banner::before {
  position: absolute;
  content: "";
  background: rgb(18, 46, 84, 50%);
  height: 100%;
  width: 100%;
  left: 0;
  top: 93px;
  z-index: -1;
}
.about-banner , .is-banner{
  padding-top: 93px;
}
.about-banner {
  padding-bottom: 100px;
}
.about-banner::before{
  background: rgb(0, 0, 0, 70%);
}
.is-banner::before{
  background: rgb(255, 255, 255, 75%);
}
.banner h2 {
  font-size: 82px;
}
.banner h4 {
  font-size: 28px;
}
.banner .header-bottom h3 {
  font-size: 40px;
}
.banner .header-bottom u {
  font-size: 28px;
}

.header-content-wrapper{
  height: 100%;
}


.investment-box{
  width: 33%;
  opacity: 0.8;
  z-index: -1;
}

.investment-box img{
    width: 40px;
}

.investment-box .ib-inner p {
  color: #2972c1;
  line-height: 18px;
  font-size: 18px;
  
}
.investment-box.active{
    scale: 1.2;
    opacity: 1;
    z-index: 1;
} 
.ib-inner {
  border: 2px solid #2972c1;
  border-radius: 10px;
}


.single-is-box img, .single-impact-story-wrapper img{
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.is-details p{
  font-size: 18px;
}

.pagination-icon{
  position: relative;
  height: 30px;
  width: 30px;
}
.pagination-icon::before{
  content: "";
  background: var(--para-color);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s ease;
  cursor: pointer;
}

.custom-prev-icon::before{
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 50% 50%);
}
.custom-next-icon::before{
  clip-path: polygon(0 0, 50% 50%, 0 100%, 0 50%);
}
.custom-prev-icon:hover:before,
.custom-next-icon:hover:before{
  background: #000;
}
.custom-pagination ul li:hover{
  color: #000;
  cursor: pointer;
}
.image-wrapper-sis{
  margin-top: 80px;
}

footer.footer{
  color: var(--h-color);
  font-size: 20px;
  padding-top: 20px;
}


@media screen and (max-width: 1550px) {

  :root{
    --main-h-font: 40px;
    --sub-h-font: 28px;
  }

  .main-container {
    width: 1140px;
  }
  .banner h2 {
    font-size: 58px;
  }
  .banner h4 {
    font-size: 22px;
  }
  .divider{
    height: 4px !important;
  }
  .fs-5 {
    font-size: 1.05rem !important;
  }
  .btn.fs-4 {
    font-size: 1.25rem !important;
  }
  main{
    padding-bottom: 40px;
  }
  .banner .header-bottom h3 {
    font-size: 28px;
    line-height: 18px !important;
  }
  .banner .header-bottom u {
    font-size: 18px;
  }
  .investment-box img {
    width: 30px;
  }
  .investment-box .ib-inner p {
    font-size: 16px;
  }
  .header-bottom{
    margin-bottom: 0px !important;
  }
 
  .about-banner p.fs-4 {
    font-size: 1.25rem !important;
    line-height: 20px !important;
  }
  .about-top-wrapper{
    margin-bottom: 30px !important;
  }
  .about-banner{
    padding-bottom: 40px;
  }
  .single-is-box img, .single-impact-story-wrapper img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
  .single-impact-story-wrapper .is-details p {
    font-size: 15px;
  }
  footer.footer{
    font-size: 14px;
    padding-top: 10px;
  }
}


@media screen and (max-width: 1150px) {
  .main-container{
    width: 100%;
  }
  
}


@media screen and (max-width: 992px) {
  :root {
    --main-h-font: 28px;
    --sub-h-font: 20px;
  }
  nav.navbar.navbar-expand-lg{
    flex-direction: row-reverse;
  }
  div#navbarNavAltMarkup {
    padding-top: 30px;
  }
  .banner h2 {
    font-size: 38px;
  }
  .container-fluid {
    padding: 0px 20px;
  }
  main {
    padding-bottom: 0px;
    background: url('../img/mobile-banner.jpg') right top / cover no-repeat fixed !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    overflow-y: scroll !important;
  }

  main::before ,.main-header::before{
    position: absolute;
    content: "";
    background: rgb(18, 46, 84, 50%);
    height: calc(100% + 93px);
    width: 100%;
    left: 0;
    top: 93px;
    z-index: -1;
  }
  .main-header::before{
    height: calc(100% - 93px);
    background: #7f7139;
  }
  .main-header .navbar-nav{
    row-gap: 16px;
  }
  .banner{
    background: transparent !important;
    background: unset;
    padding-bottom: 25px;
  }
  .banner::before{
    position: unset;
    width: unset;
  }
  .banner h4 {
    font-size: 16px;
  }
  .btn.fs-4, .fs-5  {
    font-size: 1rem !important;
  }
  .divider{
    height: 2px !important;
  }
  .header-content-wrapper{
    padding-top: 130px;
  }
  
  .main-container{
    height: unset !important;
  }
  p, btn.fs-5{
    font-size: 14px !important;
  }
  .about-banner p.fs-4 {
    font-size: 1rem !important;
    line-height: 20px !important;
  }
  .about-top-wrapper {
    margin-bottom: 10px !important;
  }
  .about-banner, .is-banner {
    padding-top: 120px;
  }
  .is-banner::before{
    position: absolute;
    width: 100%;
  }
  .image-wrapper-sis{
    margin-top: 0px;
    text-align: right;
    width: 100%;
  }
  .single-impact-story-wrapper .is-details{
    margin-top: -30px;
  }
}

@media screen and (max-width: 390px) {
  .btn.fs-5 {
    font-size: 13px !important;
  }
}

