@import url("/web/css/view/login.css");
@import url("/web/css/view/search.css");

.box-shadow {
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
}
body {
  margin: 0;
  padding: 0;
}
body > .header {
  background-color: #fff;
}
body > .header.scrolled {
  background-color: #fff;
  box-shadow: 0 0 6px #999;
}
body .page-projects {
}
.data-pages {
  min-height: 100vh;
  height: unset;
}
.background {
  height: 500px;
}
.body {
  margin: 0px 0px;
  width: 100%;
  padding: 0;
}
a.project-overview-link {
    color: #fff;
    padding: 15px;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 18px;
    width: 100%;
    text-decoration: none;
    background-color: #ffffff21;
    backdrop-filter: blur(5px);
	transition: color 0.3s, background-color 0.3s;
}
a.project-overview-link:hover
{
    background-color: #79a84742;
}
.page-projects .project-image {
  margin-right: 35px;
}
.page-projects .title-image {
  background-image: url("/web/img/view/20200905__KAP7962_1920px.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 150px);
  position: relative;
  background-clip: border-box;
}

.page-projects .title {
  color: white;
  font-family: "Saira", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  border: 5px solid #fff;
  backdrop-filter: blur(10px);
}
.container-project {
  width: 100%;
}
.background-blue {
  background-color: #d7e8f4;
  width: 100%;
  padding: 5% 5%;
  position: relative;
}
.background-white {
  width: 100%;
  padding: 5% 5%;
  position: relative;
}
.background-row {
  max-width: 2000px;
  margin: 0 auto;
}
.background-blue .background-row .image-text {
  width: 25%;
  max-width: 400px;
}
.background-white .background-row .image-text {
  width: 25%;
  max-width: 400px;
  margin-right: 20px;
}
.text .text-explanation {
  max-width: 2024px;
  padding: 50px 0px;
  margin: 5% auto;
  max-width: 2024;
  width: 600px;
}
.text .text-explanation p {
  width: 95%;
  text-align: left;
}
.img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  max-width: 2000px;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  object-fit: cover;
}
.elementor-heading-title a {
  color: var(--e-global-color-576b612);
  text-decoration: none;
}
.button .elementor-button-link button {
  color: white;
  background-color: #6bb6eb;
  width: 148px;
  height: 45px;
  border-radius: 17px;
  border: 1px solid transparent;
  transition-duration: 0.25s;
}
.button .elementor-button-link button:hover {
  background-color: var(--shopatree-green);
  transform: scale(1.1);
}
.text {
  background-color: #d7e8f4;
}
/*.haiti-button a button {
  margin-top: 4%;
}*/
.elementor-widget-container {
  text-align: center;
  margin-top: 20px;
  padding: 35px 0;
  max-width: 100%;
  margin-left: 10px;
}
.elementor-widget-container2 {
  margin-bottom: 100px;
}
.elementor-description {
  font-size: 20px;
}
.elementor-widget-container img {
  margin-bottom: 20px;
  object-fit: contain;
  max-width: 100%;
}

/* detail.css */
/*end of detail.css*/

/*detail.nepal css*/
/*end of detail.nepal css*/

/*detail.kenia css*/
/*end of kenia.css*/

/*detail.mocambique css*/
/*end of detail.mocambique css*/

/*detail.haiti css*/

/*end of detail.haiti css*/

/* detail.indonesien css*/

/*end of detail.indonesien css*/

/*detail.nicaragua css*/

/*end of detail.nicaragua css*/
/*responsive*/
.background-image .project-title {
  color: white;
  font-family: "Saira", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  border: 5px solid #fff;
  backdrop-filter: blur(10px);
}
.project-body {
  width: 100%;
}
.project-title {
  color: var(--e-global-color-64692f4);
  font-family: "Saira", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 0.1em;
  text-align: center;
}
.blue-section {
  background-color: #d7e8f4;
  width: 100%;
}
.project-blue-section {
  width: 70%;
  margin: 0 auto;
  padding: 100px;
}
.project-white-section {
  width: 70%;
  margin: 100px auto;
  padding: 20px 100px;
}
.project-blue-section .image .project-image,
.project-white-section .image .project-image {
  width: 500px;
  max-width: 2000px;
}
.project-white-section .image {
  width: 45%;
}
#project-image1 {
  width: 70%;
  height: 300px;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
#project-image2 {
  width: 100%;
  height: 300px;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.project-blue-section .description {
  margin: 0 35px;
}
.project-white-section .description {
  margin: 0 35px;
  width: 55%;
}
.video {
  background-color: #d7e8f4;
  padding: 35px 0;
}
.video iframe {
  width: 60%;
  height: 500px;
}
.elementor-widget-container iframe {
  width: 60%;
}
@media (max-width: 1050px) {
  .elementor-widget {
    margin: 0 auto;
    width: 90%;
    margin-top: 25px;
    max-width: 955px;
    text-align: left;
  }
}
@media (max-width: 770px) {
  .background-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }
  .background-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-content: center;
  }
  .elementor-heading-title {
    text-align: center;
    margin-right: 40px;
  }
  .button {
    text-align: center;
  }
  .background-blue .background-row .image-text {
    /* width: 25%; */
    margin: 20px 0;
    width: 50%;
  }
  .background-white .background-row .image-text {
    /* width: 25%; */
    margin: 20px 0;
    width: 50%;
  }
  #img-white,
  .img {
    width: 60%;
    /* text-align: center; */
    position: relative;
    left: 50%;
    transform: translate(-50%, 10px);
  }
  .text .text-explanation {
    max-width: 2024px;
    padding: 50px 10px;
    margin: 5% auto;
    width: 95%;
  }
}
/* end of detail.css responsive*/
@media (max-width: 380px) {
  #img-white,
  .img {
    width: 100%;
    /* text-align: center; */
    position: relative;
    left: 50%;
    transform: translate(-44%, 10px);
  }
  .background-white .background-row .image-text {
    /* width: 25%; */
    margin: 20px 20px;
    width: 100%;
  }
  .background-blue .background-row .image-text {
    /* width: 25%; */
    margin: 20px 20px;
    width: 100%;
  }
}
