@font-face {
  font-family: playfair_display;
  src: url(../fonts/PlayfairDisplay-VariableFont_wght.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: montserrat_regular;
  src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: montserrat_medium;
  src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: montserrat_bold;
  src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: montserrat_black;
  src: url(../fonts/Montserrat-Black.ttf) format("truetype");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1843137255);
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body.liner {
  background: url(../images/svg/background-line.svg), #0F2E2C;
  background-size: cover;
  background-position: top;
}

body {
  background-color: #0F2E2C;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  transition: 0.4s;
  height: 100vh;
}
body .aligner {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .justifier {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
body .title-h1 {
  font-family: "playfair_display";
  font-weight: 700;
  font-size: 54px;
  font-style: normal;
  line-height: 140%;
}
body .title-h2 {
  font-family: "playfair_display";
  font-weight: 500;
  font-size: 34px;
  font-style: normal;
  line-height: 140%;
}
body .title-h3 {
  font-family: "playfair_display";
  font-weight: 600;
  font-size: 24px;
  font-style: normal;
  line-height: 140%;
}
body .title-h4 {
  font-family: "playfair_display";
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  line-height: 140%;
}
body .title-h5 {
  font-family: "playfair_display";
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
}
body .title-h6 {
  color: #FFF;
  font-family: "montserrat_black", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
body .title-huge {
  font-family: "playfair_display";
  font-weight: 500;
  font-size: 44px;
  font-style: normal;
  line-height: 140%;
}
body .space-paragraph {
  font-family: "montserrat_bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 8px;
}
body .space-paragraph-small {
  font-family: "montserrat_bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 1.56px;
}
body .exsmall-paragraph {
  font-family: "montserrat_regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
body .exsmall-header {
  font-family: "montserrat_bold", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
}
body .small-paragraph {
  font-family: "montserrat_medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
body .paragraph {
  font-family: "montserrat_medium", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
body .big-paragraph {
  font-family: "montserrat_medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
}
body .semi-huge-paragraph {
  font-family: "montserrat_medium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  line-height: 140%;
}
body .huge-paragraph {
  font-family: "montserrat_bold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
body .exhuge-paragraph {
  font-family: "montserrat_regular", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
body .linker {
  background: none;
  text-decoration: none;
  background-color: none;
}
body .btn-white-bd {
  display: flex;
  padding: 12px 34px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.4s;
  background: none;
  font-size: 14px;
  font-family: "montserrat_medium", sans-serif;
  border: solid 1px #FFFFFF;
  border-radius: 60px;
}
body .btn-white-bd:hover {
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.1568627451);
  width: auto;
}
body .btn-black-bd {
  display: flex;
  padding: 12px 34px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #041817;
  transition: 0.4s;
  background: none;
  font-size: 14px;
  font-family: "montserrat_medium", sans-serif;
  font-weight: 500;
  border: solid 1px #041817;
  border-radius: 60px;
}
body .btn-black-bd.sma {
  padding: 10px 20px;
  font-size: 12px;
  gap: 8px;
  border-radius: 10px;
}
body .btn-black-bd:hover {
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.1294117647);
  width: auto;
}
body .btn-green-bg {
  display: flex;
  padding: 12px 34px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.4s;
  background-color: #62c3a0;
  font-size: 14px;
  font-family: "montserrat_medium", sans-serif;
  border: none;
  border-radius: 60px;
}
body .btn-green-bg:hover {
  background-color: #398167;
}
body .btn-blue-bg {
  display: flex;
  padding: 12px 34px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.4s;
  background-color: #52B8D9;
  font-size: 14px;
  font-family: "montserrat_medium", sans-serif;
  border: none;
  border-radius: 60px;
}
body .btn-blue-bg:hover {
  background-color: #459cb9;
}
body .btn-gold-bg {
  display: flex;
  padding: 12px 34px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.4s;
  background-color: #ECB54A;
  font-size: 14px;
  font-family: "montserrat_medium", sans-serif;
  border: none;
  border-radius: 60px;
}
body .btn-gold-bg:hover {
  background-color: #c5973b;
}
body .btn-icon {
  margin-left: 24px;
  padding: 6px;
  background: none;
  border: none;
  box-shadow: none;
  transition: 0.4s;
}
body .btn-icon:hover {
  background-color: rgba(255, 255, 255, 0.1176470588);
}
body .tr-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: rgba(252, 247, 237, 0.1);
  padding: 3px;
  transition: 0.4s;
  cursor: pointer;
}
body .tr-button:hover {
  background: rgba(252, 247, 237, 0.3);
}
body .cl-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 3px;
  transition: 0.4s;
  cursor: pointer;
}
body .cl-button:hover {
  background: rgba(252, 247, 237, 0.3);
}
body span.green-text {
  color: #62c3a0;
}
body .card-product {
  background-color: #FFFBF3;
  border: solid 1px #DED7C9;
  border-radius: 40px;
}
body .card-product .image-section {
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: 220px;
  background-color: #F9F3E9;
  border-bottom: solid 1px #DED7C9;
}
body .card-product .image-section img {
  border-radius: 50%;
  width: 130px;
  box-shadow: 0px 9px 24px 0px #F0EAE0;
}
body .card-product .content {
  padding: 30px 20px 20px;
}
body .card-product .content .accordion-button {
  padding: 0;
  background-color: #FFFBF3;
  text-decoration: none;
  color: #041817;
  box-shadow: none;
}
body .card-product .content .accordion-button p {
  margin: -5px 0 0 0;
  color: #041817;
}
body .card-product .content .accordion-body {
  background-color: #FFFBF3;
  padding: 10px 0;
}
body .card-product .content .accordion-body .item {
  margin: -1px;
  padding: 20px 0;
  border-bottom: solid 1px #eeeae3;
  border-top: solid 1px #eeeae3;
}
body .card-product .content .accordion-body .item p {
  margin: 0;
}
body .card-product .content .accordion-body .item .paragraph {
  color: #041817;
  margin-top: 4px;
  font-weight: 600;
}
body .card-product .content .small-paragraph {
  margin: 20px 0 30px;
  color: #566B67;
}
body .overlay-card {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  padding: 34px 30px;
}
body .overlay-card p {
  margin: 0;
}
body .overlay-card .green-text {
  color: #62c3a0;
}
body .overlay-card .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .overlay-card .item-group {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
body .overlay-card .item-group .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
body .overlay-card .item-group .item .content-group {
  display: flex;
  align-items: center;
  gap: 18px;
}
body .overlay-card .item-group .item .content-group .img-fluid {
  width: 50px;
}
body .overlay-card .item-group .item .content-group .text-group {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
body .overlay-card .item-group .item .cta-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
body .overlay-card .btn-green-bg {
  display: block;
  margin: 0 auto;
  width: 100%;
}
body .overlay-card .form-checkout {
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
body .overlay-card ::-webkit-scrollbar {
  width: 0px;
}
body .overlay-card .order-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}
body .overlay-card .order-detail .line {
  height: 50px;
  width: 1px;
  background-color: #B7C0BF;
  opacity: 0.4;
}
body .overlay-card .order-detail .item-detail {
  text-align: center;
}
body .overlay-card .order-detail .item-detail .exsmall-paragraph {
  color: #B7C0BF;
  margin-bottom: 4px;
}
body .card-summary {
  background-color: #FFFEFC;
  box-shadow: 0px 4px 24px 0px #F6F1E6;
  padding: 40px 40px 100px 40px;
  height: 100vh;
  overflow-y: scroll;
}
body .card-summary p {
  margin: 0;
}
body .card-summary .title .small-paragraph {
  color: #566B67;
}
body .card-summary .header {
  margin-top: 50px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: solid 1px rgba(86, 107, 103, 0.1);
}
body .card-summary .header .exsmall-paragraph {
  color: #566B67;
}
body .card-summary .block-content-group {
  margin-top: 10px;
}
body .card-summary .item-card-group {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .card-summary .sub-total-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .card-summary .item-card {
  padding: 0 20px 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .card-summary .item-card .item-detail {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
}
body .card-summary .item-card .item-detail img {
  width: 54px;
}
body .card-summary .sub-total-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #FCF7ED;
}
body .card-summary .sub-total-card .big-paragraph {
  font-size: 14px;
  font-weight: 600;
}
body .card-summary .sub-total-card .paragraph {
  font-size: 14px;
  color: #566B67;
}
body .card-summary .sub-total-card.total .green {
  color: #62c3a0;
}
body .card-summary .block-content {
  margin: 10px 0;
}
body .card-summary .block-content .big-paragraph {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
body .card-partner {
  background-color: rgba(250, 244, 234, 0.9254901961);
  border-radius: 10px;
  box-shadow: 0px 8px 34px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 10px 40px 0px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.4s;
}
body .card-partner p {
  margin: 0;
}
body .card-partner .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  opacity: 0;
  transition: 0.6s;
}
body .card-partner .content .title-h5 {
  font-size: 2px;
  transition: 0.6s;
}
body .card-partner .content .small-paragraph {
  opacity: 0.6;
  font-size: 1px;
  transition: 0.6s;
}
body .card-partner:hover {
  cursor: pointer;
  background-color: rgba(250, 244, 234, 0.9254901961);
  padding: 10px 30px 30px 30px;
  gap: 0;
}
body .card-partner:hover p {
  margin: 0;
}
body .card-partner:hover .content {
  opacity: 1;
  gap: 0px;
}
body .card-partner:hover .content .title-h5 {
  font-size: unset;
}
body .card-partner:hover .content .small-paragraph {
  font-size: 12px;
}
body .card-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
body .card-photo .content {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
body .card-photo .content .circle {
  width: 8px;
  height: 8px;
  background-color: #62c3a0;
  border-radius: 50%;
}

/* New navbar */

body nav.nav-light {
  border-bottom: solid 1px #e0e0e0;
  backdrop-filter: none;
}

body nav.nav-light .navbar-toggler {
  border: none;
}
body nav.nav-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* End New navbar */


body nav.navbar {
  padding: 0 50px;
  height: 10vh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  transition: 1.2s;
  transition-timing-function: ease-out;
  transform: translateY(-10vh);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
}
body nav.navbar img {
  height: 42px;
}
body nav.navbar a.navbar-brand {
  width: auto;
}
body nav.navbar .navbar-toggler {
  border: none;
}
body nav.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(225, 225, 225, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
body nav.navbar a.nav-link {
  margin-left: 20px;
  font-family: "montserrat_medium", sans-serif;
  font-size: 14px;
  color: #FFFFFF !important;
  transition: 0.3s;
  font-weight: 500;
}
body nav.navbar ul.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
body nav.navbar ul.navbar-nav .btn-green-bg {
  padding: 10px 20px;
}
body nav.navbar a.nav-link:hover {
  color: #62c3a0 !important;
}
body .hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
body .hero-section .video-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
body .hero-section .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 1.2s;
  transition-timing-function: ease-out;
  transform: translateY(8vh);
}
body .hero-section .content .big-paragraph {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0 5vh;
}
body .hero-section .popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: 0.7s;
}
body .hero-section .popup .videopopup {
  position: relative;
  max-width: 80%;
}
body .hero-section .popup .close {
  width: 40px;
  height: auto;
  position: absolute;
  top: 10%;
  right: 10%;
  cursor: pointer;
}
body .hero-section .popup.active {
  visibility: visible;
  opacity: 1;
}
body .hero-section-blog {
  color: #FCF7ED;
}
body .hero-section-blog img.blog-image {
  height: 100vh !important;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .hero-section-blog .content {
  height: 100vh;
  width: 100%;
  margin-top: -100vh;
  background-color: rgba(0, 0, 0, 0.768627451);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 1s;
  transform: translateX(15vw);
}
body .hero-section-blog .content .text-content {
  padding-top: 5vh;
}
body .hero-section-blog .content .text-content .title-h2 {
  font-size: 44px;
  line-height: 160%;
}
body .hero-section-blog .content .text-content .detail-list {
  margin-top: 4vh;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
body .hero-section-blog .content .text-content .detail-list p {
  margin: 0;
}
body .hero-section-blog .content .text-content .detail-list .writer {
  display: flex;
  align-items: center;
  gap: 12px;
}
body .hero-section-blog .content .text-content .detail-list .writer img {
  width: 32px;
}
body .hero-section-blog .content .text-content .detail-list .categories {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
body .hero-section-blog .content .text-content .detail-list .categories .circle {
  background-color: #FCF7ED;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
body .hero-section-blog .content .text-content .btn-white-bd {
  margin-top: 6vh;
}
body .hero-section-blog .content[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body .hero-section-blog-detail {
  padding: 23vh 0 12vh;
  color: #FCF7ED;
}
body .hero-section-blog-detail .bread-crumbs {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
body .hero-section-blog-detail .bread-crumbs .crumbs {
  text-decoration: none;
  transition: 0.4s;
  opacity: 0.7;
  color: #FCF7ED;
}
body .hero-section-blog-detail .bread-crumbs .crumbs .paragraph {
  margin: 0;
}
body .hero-section-blog-detail .bread-crumbs .crumbs:hover {
  color: #FFFFFF;
  opacity: 1;
}
body .hero-section-blog-detail .text-content {
  margin-top: 5vh;
}
body .hero-section-blog-detail .text-content .title-h1 {
  font-size: 44px;
  line-height: 160%;
  margin: 0;
}
body .hero-section-blog-detail .detail-list {
  margin-top: 8vh;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
body .hero-section-blog-detail .detail-list p {
  margin: 0;
}
body .hero-section-blog-detail .detail-list .writer {
  display: flex;
  align-items: center;
  gap: 12px;
}
body .hero-section-blog-detail .detail-list .writer img {
  width: 32px;
}
body .hero-section-blog-detail .detail-list .categories {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
body .hero-section-blog-detail .detail-list .categories .circle {
  background-color: #FCF7ED;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
body .hero-section-img {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../images/png/philosophy-background.webp) no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  margin-bottom: 0;
}
body .hero-section-img .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 1.2s;
  transition-timing-function: ease-out;
  transform: translateY(8vh);
}
body .hero-section-img .content .big-paragraph {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 60%;
}
body .hero-section-img.aboutUs {
  background: url(../images/png/aboutUsBanner.webp) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
body .hero-section-img.aboutUs .title-h1 {
  margin-top: 2vh;
  font-size: 42px;
}
body .hero-section-img.pro-influencing {
  background: url(../images/png/influencingBanner.webp) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
body .hero-section-img.pro-food-surplus {
  background: url(../images/png/food-surplus-main-banner.webp) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
body .hero-section-img.pro-coastal {
  background: url(../images/png/coastalComunityMainBanner.webp) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
body .hero-section-img.pro-e-learning {
  background: url(../images/png/e-learning-banner.webp) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
body .hero-section-img.shop {
  background: url(../images/png/shop-bg.webp);
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
body .hero-section-half {
  height: 100vh;
  background-color: #041817;
}
body .hero-section-half .image {
  padding: 0;
  transition: 1s;
  opacity: 0;
  transform: translateX(-20vh);
}
body .hero-section-half .image img {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .hero-section-half .content {
  width: 70%;
  color: #FFFFFF;
  transition: 0.7s;
  opacity: 0;
  transform: translateY(5vh);
}
body .hero-section-half .content .big-paragraph {
  color: #B7C0BF;
  margin: 4vh 0 7vh;
  letter-spacing: 160% !important;
}
body .hero-section-half.transparant {
  background: url(../images/png/donate-banner.png);
  height: 100vh;
  background-size: cover;
  background-position: center;
}
body .hero-section-half.transparant .image {
  height: 100vh;
}
body .hero-section-half.transparant .right {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  height: 100vh;
}
body .hero-section-half.transparant .right .content .big-paragraph {
  color: #FFFFFF;
}
body .people-behind {
  padding: 16vh 0 4vh;
}
body .people-behind .title {
  color: #FFFFFF;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 8vh;
}
body .people-behind .title[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body .people-behind .card {
  color: #FFFFFF;
  opacity: 0;
  transition: 0.4s;
  transform: translateY(5vh);
  text-align: center;
  background: none;
  border-radius: none;
  color: #FFFFFF;
  border: none;
  padding: 0px;
  margin-bottom: 4vh;
}
body .people-behind .card .frame {
  padding: 10px;
  transition: 0.7s;
}
body .people-behind .card .content {
  margin-top: 2vh;
}
body .people-behind .card .content p.space-paragraph {
  margin: 1vh 0 0 0;
  opacity: 0.3;
  letter-spacing: 3px;
  font-size: 12px;
}
body .people-behind .card-2 {
  transition-delay: 0.2s;
}
body .people-behind .card-3 {
  transition-delay: 0.4s;
}
body .people-behind .card-4 {
  transition-delay: 0.6s;
}
body .people-behind .card-5 {
  transition-delay: 0.8s;
}
body .people-behind .card[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body .blog-section {
  margin-top: 20vh;
  margin-bottom: 20vh;
}
body .blog-section .left-side {
  color: #FCF7ED;
  position: sticky;
  top: 20vh;
}
body .blog-section .left-side .categories-block {
  margin-top: 4vh;
}
body .blog-section .left-side .categories-block .categories-list {
  margin-top: 4vh;
}
body .blog-section .left-side .categories-block .categories-list .text-wrapper {
  display: flex;
  padding: 24px 0 24px 0;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #274341;
  text-decoration: none;
  color: #FCF7ED;
  transition: 0.4s;
}
body .blog-section .left-side .categories-block .categories-list .text-wrapper p {
  margin: 0;
}
body .blog-section .left-side .categories-block .categories-list .text-wrapper:hover {
  background-color: rgba(252, 247, 237, 0.0941176471);
  padding: 24px 0 24px 20px;
}
body .blog-section .right-side {
  margin: 0;
  padding: 0;
}
body .blog-section .right-side .blog-link {
  text-decoration: none;
  color: #0F2E2C;
}
body .blog-section .right-side .blog-link .blog-card {
  background-color: #FCF7ED !important;
  margin-bottom: 5vh;
  transition: 0.4s;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .blog-section .right-side .blog-link .blog-card img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .blog-section .right-side .blog-link .blog-card .text-content {
  padding: 20px;
  display: flex;
  height: 160px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}
body .blog-section .right-side .blog-link .blog-card .text-content .title-h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
body .blog-section .right-side .blog-link .blog-card .text-content p.small-paragraph {
  margin: 0;
  font-size: 12px;
}
body .blog-section .right-side .blog-link .blog-card .text-content .info-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.7;
}
body .blog-section .right-side .blog-link .blog-card:hover {
  scale: 1.05;
}
body .blog-section .right-side .blog-link .blog-card[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .blog-section .right-side .btn-white-bd {
  margin-top: 4vh;
  display: block;
  margin: 0 auto;
}
body .cards-title {
  padding: 16vh 0 8vh;
}
body .cards-title .title-nav {
  color: #FFFFFF;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .cards-title .title-nav p {
  margin: 0;
  color: #B7C0BF;
}
body .cards-title .title-nav .content {
  width: 100%;
}
body .cards-title .title-nav[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body .cards-title .cards-group {
  margin-top: 8vh;
}
body .cards-title .cards-group .card {
  border-radius: 0;
  background-color: #fcf7ed;
  padding: 16px 16px 24px 16px;
  text-align: left;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .cards-title .cards-group .card img.image-fluid {
  width: 100%;
}
body .cards-title .cards-group .card .arrow {
  width: 48px;
  height: 48px;
  margin: -24px auto 0;
  border-radius: 100%;
  background-color: #FFFFFF;
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.06));
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .cards-title .cards-group .card .title-h5 {
  margin: 3vh 0 4vh;
  min-width: 10px;
  color: #041817;
}
body .cards-title .cards-group .card-2 {
  transition-delay: 0.2s;
}
body .cards-title .cards-group .card-3 {
  transition-delay: 0.4s;
}
body .cards-title .cards-group .card-4 {
  transition-delay: 0.6s;
}
body .cards-title .cards-group .card[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body .cards-title .cards-group a.link-card {
  text-decoration: none;
  opacity: 0;
  transition: 0.7s;
  transition-delay: 0.3s;
  transform: translateY(5vh);
}
body .cards-title .cards-group a.link-card .card-horizon {
  width: 100%;
  padding: 20px;
  background-color: #FCF7ED;
  color: #041817;
  transition: 0.4s;
}
body .cards-title .cards-group a.link-card .card-horizon .content {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
body .cards-title .cards-group a.link-card .card-horizon .content img {
  width: 136px;
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .cards-title .cards-group a.link-card .card-horizon .content .text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
body .cards-title .cards-group a.link-card .card-horizon .content .text-content .link-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: 0.4s;
}
body .cards-title .cards-group a.link-card .card-horizon .content .text-content .link-icon p.small-paragraph {
  margin: 0px;
  color: #041817;
}
body .cards-title .cards-group a.link-card .card-horizon:hover {
  scale: 1.02;
}
body .cards-title .cards-group a.link-card .card-horizon:hover .content .text-content .link-icon {
  gap: 12px;
}
body .cards-title .cards-group a.link-card[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}

.err-field {
  border: solid 1px #FC1A1E;
}

.err-desc {
  color: #FC1A1E !important;
  margin-top: 10px;
}


body .donate-section {
  background-color: #FCF7ED;
  height: auto;
  min-height: 100vh;
  width: 100vw;
  padding: 5vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .donate-section .left img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 80vh;
  padding-right: 5vh;
}
body .donate-section .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
body .donate-section .right .title-group .paragraph {
  margin-top: 20px;
}
body .donate-section .right .input-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
body .donate-section .right .input-group .block {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
body .donate-section .right .input-group .block .sub-block {
  margin: 0;
  align-self: stretch;
  width: 100%;
}
body .donate-section .right .input-group .block .sub-block .form-floating {
  box-shadow: 0px 4px 12px 0px #eee9de;
}
body .donate-section .right .input-group .block .sub-block .form-floating textarea {
  border: none;
}
body .donate-section .right .input-group .donate-description {
  background-color: #FFFFFF;
  width: 100%;
  margin-top: -16px;
  padding: 24px 24px 24px 32px;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 28px;
  box-shadow: 0px 4px 12px 0px #eee9de;
}
body .donate-section .right .input-group .donate-description .big-paragraph {
  font-weight: 900;
}
body .donate-section .right .input-group .donate-description .small-paragraph {
  margin-top: 8px;
  opacity: 0.7;
}
body .donate-section .right .input-group .donate-description .donation-icon {
  min-width: 60px !important;
  min-height: 60px;
  background: url(../images/png/donate-icon-opt1.webp);
  background-position: center;
  background-size: cover;
}
body .donate-section .right .sparator {
  height: 1px;
  width: 100%;
  border-top: 2px #ddd8cd dashed;
}
body .donate-section .right .donate-button {
  transition: 0.4s;
  display: flex;
  padding: 22px 30px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  text-decoration: none;
  border-radius: 10px;
  background: #62C3A0;
  border: none;
  box-shadow: none;
  box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.13);
}
body .donate-section .right .donate-button .paragraph {
  font-weight: 700;
  color: #FFFFFF;
}
body .donate-section .right .donate-button:hover {
  background: #4b977b;
}
body .donate-section .right h2 {
  margin: 0;
}
body .donate-section .right p {
  margin: 0;
}

/* Marquee container styles */
body .donate-section .left {
  overflow: hidden;
  position: relative;
}

body .donate-section .left .marquee-container {
  display: flex;
  flex-direction: column;
}

body .donate-section .left .marquee-container .image-container {
  position: relative;
  margin-bottom: 20px;
  flex-shrink: 0;
}

body .donate-section .left .marquee-container .image-container img {
  margin-bottom: 0;
  display: block;
}

body .donate-section .left .marquee-container .image-container .image-caption {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  color: #041817;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 19.2px */
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

body .donate-section .left .marquee-container .image-container .image-caption svg {
  flex-shrink: 0;
}


/* body .donate-section {
  background-color: #FCF7ED;
}
body .donate-section .left {
  padding: 0;
  height: 100vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../images/png/donate-banner.webp), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: sticky;
  top: 0;
}
body .donate-section .right {
  padding: 0 3.5% 0 3%;
  height: auto;
}
body .donate-section .right .upper-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6vh;
  padding: 5vh 0 0 0;
}
body .donate-section .right .upper-content .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .donate-section .right .upper-content .header img {
  height: 40px;
}
body .donate-section .right .upper-content .header a {
  text-decoration: none;
  color: #566B67;
  transition: 0.3s;
  opacity: 0.7;
}
body .donate-section .right .upper-content .header a p.paragraph {
  margin: 0;
}
body .donate-section .right .upper-content .header a:hover {
  text-decoration: underline;
  color: #62c3a0;
  opacity: 1;
}
body .donate-section .right .upper-content .text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3vh;
  padding: 3vh 0 5vh;
}
body .donate-section .right .upper-content .text-content h1.title-h1 {
  color: #041817;
  font-size: 38px;
}
body .donate-section .right .upper-content .text-content p.big-paragraph {
  margin: 0;
  color: #566B67;
}
body .donate-section .right .upper-content .info-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .donate-section .right .upper-content .info-group .info-block .small-paragraph {
  margin: 0;
  opacity: 0.7;
}
body .donate-section .right .upper-content .info-group .info-block .space-paragraph-small {
  margin: 5px 0 0 0;
}
body .donate-section .right .upper-content .info-confirm .paragraph {
  margin: 0;
  color: #566B67;
}
body .donate-section .right .upper-content .info-confirm .paragraph .boldie {
  font-weight: 600;
  color: #041817;
}
body .donate-section .right .bottom-content {
  margin-top: 7vh;
  margin-bottom: 7vh;
}
body .donate-section .right .bottom-content a.btn-green-bg {
  max-width: none;
  padding: 16px 0;
  border-radius: 10px;
} */




body .donate-response-section {
  min-height: 100vh;
  padding: 5vh 0;
  width: 100vw;
  display: flex;
  background-color: #FCF7ED;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #041817;
}
body .donate-response-section .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 3vh;
}
body .donate-response-section .content .text-group {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}
body .donate-response-section .content .text-group .paragraph {
  color: #566B67;
}
body .donate-response-section .content .btn-green-bg {
  padding: 18px 50px !important;
  margin-top: 3vh;
  font-weight: 700;
}
body .donate-response-section .content .btn-black-bd {
  padding: 18px 50px !important;
  margin-top: 3vh;
  font-weight: 700;
}
body .odd-2-col-text {
  padding-top: 8vh;
  padding-bottom: 17vh;
  color: #FFFFFF;
}
body .odd-2-col-text .title-h2 {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-2-col-text .title-h2[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body .odd-2-col-text .huge-paragraph {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-2-col-text .huge-paragraph[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body .odd-2-col-text .paragraph {
  color: #B7C0BF;
  margin-top: 5vh;
  width: 67%;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-2-col-text .paragraph span {
  color: #62c3a0;
  text-decoration: underline;
}
body .odd-2-col-text .paragraph[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body .odd-2-col-text-btn {
  padding: 4vh 0 17vh;
  color: #FFFFFF;
}
body .odd-2-col-text-btn .title-h3 {
  margin-bottom: 6vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-2-col-text-btn .title-h3[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body .odd-2-col-text-btn .btn-white-bd {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-2-col-text-btn .btn-white-bd[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body .odd-2-col-text-btn .paragraph {
  color: #B7C0BF;
  padding: 0 0 0 9vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-2-col-text-btn .paragraph[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body .odd-big-image-text {
  padding: 0 0 10vh;
}
body .odd-big-image-text img.img-fluid {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-big-image-text img[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0);
}
body .odd-big-image-text .content {
  padding: 8vh 0 0 0;
  color: #FFFFFF;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-big-image-text .content .paragraph {
  color: #B7C0BF;
  padding: 3vh 0 0;
}
body .odd-big-image-text .content .paragraph.no-space {
  padding: 0 !important;
}
body .odd-big-image-text .content[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0);
}
body .iso-2-col {
  padding: 10vh 0;
  color: #FFFFFF;
}
body .iso-2-col img.image-banner {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-2-col img[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .iso-2-col .content .numeric {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  margin-bottom: 4vh;
  background-color: #041817;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-2-col .content .numeric h3.title-h3 {
  color: #FFFFFF;
}
body .iso-2-col .content .numeric[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .iso-2-col .content .title-group {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-2-col .content .title-group img {
  width: 52px;
  margin-bottom: 3vh;
}
body .iso-2-col .content .title-group .title-h3 {
  margin-bottom: 3vh;
}
body .iso-2-col .content .title-group[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .iso-2-col .content .paragraph-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-2-col .content .paragraph-group .paragraph {
  color: #B7C0BF;
  margin: 0;
}
body .iso-2-col .content .paragraph-group[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .iso-2-col-img-text {
  padding: 15vh 0;
  color: #041817;
  background-color: #FCF7ED;
}
body .iso-2-col-img-text img.img-fluid {
  width: 100%;
  height: 46vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-2-col-img-text img[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0);
}
body .iso-2-col-img-text .content {
  padding-left: 5vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-2-col-img-text .content .paragraph {
  margin-top: 5vh;
  color: #566B67;
}
body .iso-2-col-img-text .content .btn-black-bd {
  margin-top: 5vh;
}
body .iso-2-col-img-text .content[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0);
}
body .solo-huge-image {
  padding: 18vh 0 8vh;
}
body .solo-huge-image video.img-fluid {
  height: 40vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .solo-huge-image video[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0);
}
body .solo-huge-image img.img-fluid {
  height: 40vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .solo-huge-image img[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0);
}
body .blog-image img {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
  height: 70vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .blog-image img[data-scroll=in] {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translate(0);
}
body .blog-content {
  color: #FCF7ED;
}
body .blog-content .text-content .big-paragraph {
  font-family: "montserrat_regular", sans-serif;
  line-height: 180%;
  padding: 10vh 0;
  margin: 0;
}
body .blog-content .detail-list {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15vh;
}
body .blog-content .detail-list p {
  margin: 0;
}
body .blog-content .detail-list .writer {
  display: flex;
  align-items: center;
  gap: 12px;
}
body .blog-content .detail-list .writer img {
  width: 32px;
}
body .blog-content .detail-list .categories {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
body .blog-content .detail-list .categories .circle {
  background-color: #FCF7ED;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
body .odd-2-col-small-text {
  color: #FFFFFF;
  padding: 16vh 0 16vh 0 !important;
}
body .odd-2-col-small-text .title-h2 {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-2-col-small-text .title-h2[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .odd-2-col-small-text .title-h3 {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-2-col-small-text .title-h3[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .odd-2-col-small-text .paragraph {
  color: #B7C0BF;
  margin-top: 5vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-2-col-small-text .paragraph span {
  color: #62c3a0;
  text-decoration: underline;
}
body .odd-2-col-small-text .paragraph[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .odd-2-col-small-text .btn-white-bd {
  margin-top: 6vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-2-col-small-text .btn-black-bd {
  margin-top: 6vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .odd-2-col-small-text .btn-black-bd[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .odd-2-col-small-text .btn-white-bd[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .odd-2-col-small-text .faq .accordion-item {
  border: none;
  background-color: #0F2E2C;
}
body .odd-2-col-small-text .faq .accordion-item .accordion-button, body .odd-2-col-small-text .faq .accordion-item .accordion-button.collapsed {
  padding: 25px 0;
  background-color: #0F2E2C;
  text-decoration: none;
  color: #FFFFFF;
  box-shadow: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.0823529412);
  border-radius: 0;
}
body .odd-2-col-small-text .faq .accordion-item .accordion-button p, body .odd-2-col-small-text .faq .accordion-item .accordion-button.collapsed p {
  margin: 0;
}
body .odd-2-col-small-text .faq .accordion-item .accordion-body {
  background-color: #0F2E2C;
  margin: 0;
  padding: 20px 0 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.0823529412);
}
body .odd-2-col-small-text .faq .accordion-item .small-paragraph {
  color: #B7C0BF;
  font-size: 15px;
}
body .odd-2-col-small-text.pro {
  padding: 16vh 0 8vh 0 !important;
}
body .odd-2-col-small-text.pro-black {
  padding: 4vh 0 16vh 0 !important;
}
body .iso-huge-text {
  height: 70vh;
}
body .iso-huge-text .title-huge {
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-huge-text .title-huge span {
  color: #62c3a0;
}
body .iso-huge-text .title-huge[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate(0);
}
body .iso-3-col .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0;
  background-color: #FCF7ED;
  text-align: center;
  padding: 6vh 3vh 2vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
  min-height: 320px;
}
body .iso-3-col .card img {
  display: block;
  width: 48px;
  margin: 0 auto;
}
body .iso-3-col .card .title-h3 {
  margin: 4vh 0 2vh;
  font-weight: 600;
}
body .iso-3-col .card .paragraph {
  color: #566B67;
}
body .iso-3-col .cd-1 {
  transition-delay: 0.1s;
}
body .iso-3-col .cd-2 {
  transition-delay: 0.3s;
}
body .iso-3-col .cd-3 {
  transition-delay: 0.6s;
}
body .iso-3-col .card[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .iso-1-col-text {
  height: 100vh;
  margin-top: 10vh;
  color: #FFFFFF;
}
body .iso-1-col-text .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .iso-1-col-text .content .title-h3 {
  opacity: 0;
  font-size: 34px;
  line-height: 140%;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-1-col-text .content .title-h3[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0);
}
body .iso-1-col-text .content .paragraph {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-1-col-text .content .paragraph[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0);
}
body .white-bg {
  background-color: #FCF7ED;
  padding: 15vh 0;
}
body .white-bg .odd-2-col-small-text {
  padding: 0 0 0vh !important;
}
body .white-bg .odd-big-image-text {
  margin-top: 14vh;
  padding: 0;
}
body .white-bg .odd-big-image-text .content .paragraph {
  color: #566B67;
  padding: 2vh 0 0;
}
body .white-bg .iso-2-col {
  padding: 8vh 0;
  color: #FFFFFF;
}
body .white-bg .iso-2-col img {
  width: 100%;
  max-height: 40vh;
}
body .white-bg .iso-2-col img.image-banner {
  max-height: 50vh;
}
body .white-bg .iso-2-col .content {
  width: 90%;
}
body .white-bg .iso-2-col .content .title-group .circle {
  background-color: #0F2E2C;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 4vh;
}
body .white-bg .iso-2-col .content .title-group .title-h3 {
  margin-bottom: 5vh;
}
body .white-bg .iso-2-col .content .paragraph-group .paragraph {
  color: #566B67;
}
body .white-bg .iso-2-col.huge {
  padding: 12vh 0 0 0;
  text-align: left;
}
body .white-bg .iso-2-col.huge .paragraph-group {
  margin-top: 40px;
  text-align: left;
}
body .white-bg .iso-2-col.huge .paragraph-group img {
  height: 50px;
}
body .white-bg .iso-spe-col {
  padding: 10vh 0 2vh;
}
body .white-bg .iso-spe-col .image-banner {
  padding-right: 40px;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .white-bg .iso-spe-col .image-banner[data-scroll=in] {
  opacity: 1;
  transition: 0.7s;
  transform: translate(0);
}
body .white-bg .iso-spe-col .content {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .white-bg .iso-spe-col .content .paragraph {
  margin: 40px 0;
}
body .white-bg .iso-spe-col .content[data-scroll=in] {
  opacity: 1;
  transition: 0.7s;
  transform: translate(0);
}
body .white-bg .img-gal {
  padding: 8vh 0 2vh;
}
body .white-bg .iso-1-col-text {
  height: 100vh;
  color: #041817;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .white-bg .iso-1-col-text .content .paragraph {
  width: 50%;
  margin-top: 5vh;
}
body .white-bg .title-h2 {
  color: #041817;
}
body .white-bg .title-h3 {
  color: #041817;
}
body .white-bg .paragraph {
  color: #566B67;
}
body .white-bg .btn-black-bd {
  margin-top: 5vh;
}
body .white-bg .com-huge-text {
  padding: 6vh 0 8vh;
  color: #566B67;
}
body .white-bg .com-huge-text .exhuge-paragraph {
  opacity: 0.1;
  margin-bottom: 8vh;
  transform: translateY(5vh);
  transition: 0.7s;
}
body .white-bg .com-huge-text .exhuge-paragraph[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translate(0);
}
body .white-bg .com-huge-text .text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .white-bg .com-huge-text .text-content .btn-black-bd {
  margin: 0;
}
body .white-bg .com-huge-text .text-content[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .white-bg .com-huge-text .img-content {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  opacity: 0;
  transition: 0.7s;
  transform: translateX(5vh);
}
body .white-bg .com-huge-text .img-content[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0);
}
body .white-bg .product-3-col {
  padding: 10vh 0 5vh;
}
body .white-bg .product-3-col .title {
  text-align: center;
  margin-bottom: 6vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .white-bg .product-3-col .title[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .white-bg .product-3-col .card-product {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .white-bg .product-3-col .card-product[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .white-bg .product-3-col #cd-1 {
  transition-delay: 0.7s;
}
body .white-bg .product-3-col #cd-2 {
  transition-delay: 0.8s;
}
body .white-bg .product-3-col #cd-3 {
  transition-delay: 0.9s;
}
body .image-bg {
  height: 100vh;
  background: url(../images/png/buleSampahBanner.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .image-bg .title-h2 {
  line-height: 160%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
  transition: 0.7s;
  transition-delay: 0.5s;
  transform: translateY(5vh);
}
body .image-bg .title-h2[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .image-bg .paragraph {
  display: block;
  margin: 6vh auto 0 auto;
  width: 40%;
  color: #B7C0BF;
  text-align: center;
  opacity: 0;
  transition: 0.7s;
  transition-delay: 0.5s;
  transform: translateY(5vh);
}
body .image-bg .paragraph .text-link {
  color: #62c3a0;
  font-weight: 700;
  font-family: "montserrat_bold", sans-serif;
  transition: 0.4s;
}
body .image-bg .paragraph .text-link:hover {
  color: #4e9b7f;
}
body .image-bg .paragraph[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .image-bg.food-surplus {
  background: url(../images/png/food-surplus-darkbanner.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110vh;
}
body .image-bg.coastal-community {
  background: url(../images/png/pro-coastal-dark-banner.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .image-bg.e-learning {
  background: url(../images/png/e-learning-dark-images.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .title-only {
  text-align: center;
}
body .img-gal {
  width: 100%;
  height: auto;
  overflow: hidden;
}
body .img-gal .image-list {
  overflow: auto;
  white-space: nowrap;
  padding: 0 10px !important;
  margin: 0;
  opacity: 0;
  transition: 1.7s;
  transform: translate(100vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
body .img-gal .image-list img {
  width: 16vw;
  padding: 0 15px !important;
}
body .img-gal .image-list::-webkit-scrollbar {
  display: none;
}
body .img-gal .image-list[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
  height: 100%;
  width: auto;
}
body .card-gal {
  overflow-x: scroll;
}
body .card-gal .card-list {
  display: inline-flex;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
body .card-gal .card-list .card {
  margin: 0 2vh;
  flex-shrink: 0;
}
body .card-gal::-webkit-scrollbar {
  display: none;
}
body .iso-com-text {
  padding: 0 0 18vh;
  color: #FFFFFF;
}
body .iso-com-text .paragraph {
  color: #B7C0BF;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-com-text .paragraph[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .iso-com-text .title .title-huge {
  margin-top: -1vh;
  margin-bottom: 3vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-com-text .title .title-huge[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .iso-com-text .content {
  padding: 4vh 0 5vh;
  padding-right: 2vh;
}
body .iso-com-text .footer {
  padding-right: 5vh;
}
body .iso-com-text .footer p.semi-huge-paragraph {
  margin-top: 3vh;
  margin-bottom: 4vh;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-com-text .footer p.semi-huge-paragraph[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .iso-com-text .footer .btn-green-bg {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-com-text .footer .btn-green-bg[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body .iso-2-card {
  margin: 0;
}
body .iso-2-card .aligner {
  background-color: #FFFFFF;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .iso-2-card .aligner .left-side {
  background: url(../images/png/help-us-grow-banner.webp);
  background-size: cover;
  background-position: center;
}
body .iso-2-card .aligner .left-side .left {
  height: 50vh;
}
body .iso-2-card .aligner .shop {
  background: url(../images/png/shop-ilu-3.webp);
  background-size: cover;
  background-position: center;
}
body .iso-2-card .aligner .right {
  padding: 0 5vh;
}
body .iso-2-card .aligner .right .paragraph {
  color: #566B67;
  margin-top: 3vh;
  margin-bottom: 6vh;
}
body .iso-2-card .aligner[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .partnership {
  padding: 12vh 0;
}
body .partnership .title {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5vh;
}
body .text-only {
  color: #FFFFFF;
  padding: 20vh 0 20vh;
}
body .text-only p {
  margin: 0;
}
body .text-only .title-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: sticky;
  top: 25vh;
}
body .text-only .title-section .text-group-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .text-only .title-section .text-group-title .date {
  display: inline-flex;
  align-items: flex-start;
  gap: 11px;
}
body .text-only .title-section .text-group-title .date .small-paragraph {
  color: #B7C0BF;
}
body .text-only .title-section .text-group-title .btn-green-bg {
  margin-top: 10px;
}
body .text-only .title-section .text-group-title[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .text-only .content-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
body .text-only .content-section p.paragraph {
  color: #B7C0BF;
  font-family: "montserrat_regular", sans-serif !important;
}
body .text-only .content-section p.small-paragraph {
  color: #B7C0BF;
  font-family: "montserrat_regular", sans-serif !important;
}
body .text-only .content-section h3.title-h3 {
  margin: 0;
}
body .text-only .content-section .line {
  height: 1px;
  width: 100%;
  background-color: #FFFFFF;
}
body .text-only .content-section .information-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .text-only .content-section .information-group .information-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
body .text-only .content-section .information-group[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .text-only .content-section .text-group-small {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body .text-only .content-section .text-group-small[data-scroll=in] {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
body .text-only .content-section .cards-group {
  display: flex;
  flex-direction: column;
  padding: 0 4vh;
  gap: 8vh;
  transition: 1s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translateY(100vh);
}
body .text-only .content-section .cards-group a {
  text-decoration: none;
}
body .text-only .content-section .cards-group .card {
  padding: 30px;
  background: #FCF7ED;
  border: none;
  border-radius: 0 !important;
  transition: 0.4s;
}
body .text-only .content-section .cards-group .card img {
  -o-object-fit: cover;
     object-fit: cover;
}
body .text-only .content-section .cards-group .card .content {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 10px;
}
body .text-only .content-section .cards-group .card .content .title-h3 {
  color: #041817;
  width: 80%;
}
body .text-only .content-section .cards-group .card .content .circle-arrow {
  border-radius: 50%;
  background-color: #FFFFFF;
  width: 48px !important;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
body .text-only .content-section .cards-group .card:hover {
  scale: 1.01;
  rotate: 3deg;
}
body .text-only .content-section .cards-group .card:hover .content .circle-arrow {
  filter: drop-shadow(0px 6px 25px rgba(3, 37, 21, 0.096));
}
body .text-only .content-section .cards-group[data-scroll=in] {
  opacity: 1;
  transition-delay: 0;
  transform: translate(0);
}
body #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  justify-content: center;
  align-items: center;
}
body #overlay .overlay-card {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  padding: 34px;
}
body #overlay .overlay-card p {
  margin: 0;
}
body #overlay .overlay-card .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #overlay .overlay-card .item-group {
  margin: 30px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
body #overlay .overlay-card .item-group .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
body #overlay .overlay-card .item-group .item .content-group {
  display: flex;
  align-items: center;
  gap: 18px;
}
body #overlay .overlay-card .item-group .item .content-group .img-fluid {
  width: 50px;
}
body #overlay .overlay-card .item-group .item .content-group .text-group {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
body #overlay .overlay-card .item-group .item .cta-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
body #overlay .overlay-card .transaction-details {
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
  margin-bottom: 20px;
  border-top: solid 1px rgba(255, 255, 255, 0.1098039216);
}
body #overlay .overlay-card .transaction-details p {
  margin: 0;
}
body #overlay .overlay-card .btn-green-bg {
  display: block;
  margin: 0 auto;
  width: 100%;
}
body #checkout {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  justify-content: center;
  align-items: center;
}
body #checkout .form-checkout {
  margin: 20px 0;
}
body #checkout .form-checkout .form-group {
  margin-bottom: 20px;
}
body #checkout .form-checkout .form-group label {
  color: #FFFFFF;
  margin-bottom: 6px;
}
body #checkout .form-checkout .form-group input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.0470588235);
  padding: 12px 14px;
  color: #FFFFFF;
  box-shadow: none;
  font-family: "montserrat_medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
body #checkout .form-checkout .form-group select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.0470588235);
  padding: 12px 14px;
  color: #FFFFFF;
  box-shadow: none;
  font-family: "montserrat_medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
body #checkout .form-checkout .form-group select option {
  color: #566B67;
  height: 100px !important;
}
body #checkout .form-checkout .form-group :focus {
  border: solid 1px #FFFFFF;
}
body #checkout .form-checkout .form-group ::-moz-placeholder {
  font-family: "montserrat_medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
body #checkout .form-checkout .form-group ::placeholder {
  font-family: "montserrat_medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
body .main-summary {
  background-color: #FCF7ED;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
body .main-summary .card-footer {
  background-color: #F6F1E6;
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 20px 40px;
  border: none;
  box-shadow: none;
}
body footer {
  padding: 24vh 0 0 0;
  margin-top: -8vh;
  background-color: #041817;
}
body footer .footer-title {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body footer .footer-title img {
  max-height: 56px;
}
body footer .footer-title .big-paragraph {
  color: #B7C0BF;
  margin-top: 3vh;
  margin-bottom: 5vh;
}
body footer .footer-title .sdg-group {
  margin-top: 7vh;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1vh;
}
body footer .footer-title[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body footer .menu {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
}
body footer .menu .paragraph {
  margin: 0;
  transition: 0.4s;
  color: #B7C0BF;
}
body footer .menu .paragraph:hover {
  color: #62c3a0;
}
body footer .menu .paragraph:hover a {
  color: #62c3a0;
}
body footer .menu a {
  text-decoration: none;
  color: #B7C0BF;
  width: -moz-fit-content;
  width: fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
  transition: 0.4s;
}
body footer .menu a.text-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
body footer .menu a.text-icon-link .paragraph {
  margin: 0;
}
body footer .menu .title-h6 {
  color: #FFFFFF;
  margin-bottom: 28px;
}
body footer .menu .menu-col {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(5vh);
}
body footer .menu .menu-col .menu-body {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
body footer .menu .mn-1 {
  transition-delay: 0.1;
}
body footer .menu .mn-2 {
  transition-delay: 0.4s;
}
body footer .menu .mn-3 {
  transition-delay: 0.7s;
}
body footer .menu .menu-col[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body footer .line {
  height: 1px;
  width: 100%;
  opacity: 0.1;
  background-color: #FCF7ED;
  margin: 8vh 0;
}
body footer .get-in-touch {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body footer .get-in-touch .materi {
  width: 100%;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body footer .get-in-touch .materi .title-h6 {
  margin-bottom: 28px;
}
body footer .get-in-touch .materi .paragraph {
  color: #B7C0BF;
  margin: 0;
}
body footer .get-in-touch .materi[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body footer .get-in-touch .icons-header .icons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  flex-shrink: 0;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(5vh);
}
body footer .get-in-touch .icons-header .icons img {
  transition: 0.4s;
}
body footer .get-in-touch .icons-header .icons img:hover {
  scale: 1.1;
}
body footer .get-in-touch .icons-header .icons[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}
body footer .bottom-bar {
  padding: 3vh 0;
  margin-top: 12vh;
  border-top: solid 1px rgba(252, 247, 237, 0.1176470588);
  opacity: 0;
  transition: 0.4s;
  transform: translateY(5vh);
}
body footer .bottom-bar .divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body footer .bottom-bar .divider .small-paragraph {
  color: #B7C0BF;
  margin: 0;
}
body footer .bottom-bar .divider .legal-group {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
body footer .bottom-bar .divider .legal-group a {
  color: #B7C0BF;
  text-decoration: none;
  transition: 0.4s;
}
body footer .bottom-bar .divider .legal-group a:hover {
  color: #62c3a0;
}
body footer .bottom-bar[data-scroll=in] {
  opacity: 1;
  transform: translate(0);
}

@media (max-width: 767px) {
  body .title-h1 {
    font-size: 44px;
  }
  body .title-h2 {
    font-size: 24px;
  }
  body .title-h3 {
    font-size: 18px;
  }
  body .title-h6 {
    font-size: 12px;
  }
  body .title-huge {
    font-size: 24px;
  }
  body .small-paragraph {
    font-size: 14px;
  }
  body .paragraph {
    font-size: 13px;
  }
  body .big-paragraph {
    font-size: 15px;
    line-height: 160%;
  }
  body .semi-huge-paragraph {
    font-size: 18px;
  }
  body .huge-paragraph {
    font-size: 20px;
  }
  body .exhuge-paragraph {
    font-family: "montserrat_regular", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  body .card-summary {
    padding: 30px 24px 100px;
  }
  body .card-summary .header {
    margin-top: 40px;
  }
  body .card-summary .item-card-group {
    margin-top: 16px;
    gap: 16px;
  }
  body .card-summary .sub-total-card {
    padding: 12px 14px;
  }
  body .card-summary .sub-total-card .big-paragraph {
    font-size: 12px;
  }
  body .card-summary .sub-total-card .paragraph {
    font-size: 12px;
  }
  body .card-summary .address-content {
    margin: 0 0 10px 0;
  }
  body nav.navbar {
    padding: 10px 0;
    height: auto;
    width: 100vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(17px);
            backdrop-filter: blur(17px);
  }
  body nav.navbar img {
    height: 42px;
  }
  body nav.navbar .nav.navbar-nav {
    margin: 2vh 0;
  }
  body nav.navbar ul.navbar-nav {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  body nav.navbar ul.navbar-nav .btn-green-bg {
    width: 100%;
    padding: 10px 30px;
    margin-top: 10px;
    border-radius: 10px;
  }
  body nav.navbar a.nav-link {
    margin-left: 15px;
    padding: 2vh 0;
  }
  body .hero-section {
    min-height: 100%;
  }
  body .hero-section .content {
    opacity: 0;
    transition: 1.2s;
    transform: translateY(8vh);
  }
  body .hero-section .content .big-paragraph {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0 1vh;
  }
  body .hero-section-blog .content {
    background-color: rgba(0, 0, 0, 0.768627451);
  }
  body .hero-section-blog .content .text-content {
    padding-top: 5vh;
  }
  body .hero-section-blog .content .text-content .title-h2 {
    font-size: 28px;
    line-height: 160%;
  }
  body .hero-section-blog .content .text-content .detail-list {
    margin-top: 4vh;
    gap: 12px;
  }
  body .hero-section-blog .content .text-content .detail-list p.big-paragraph {
    font-size: 10px;
  }
  body .hero-section-blog .content .text-content .detail-list .writer {
    gap: 12px;
  }
  body .hero-section-blog .content .text-content .detail-list .writer img {
    width: 24px;
  }
  body .hero-section-blog .content .text-content .detail-list .categories {
    gap: 12px;
  }
  body .hero-section-blog .content .text-content .detail-list .categories .circle {
    width: 8px;
    height: 8px;
  }
  body .hero-section-blog .content .text-content .btn-white-bd {
    margin-top: 6vh;
  }
  body .hero-section-blog .content[data-scroll=in] {
    opacity: 1;
    transition-delay: 0;
    transform: translate(0);
  }
  body .hero-section-blog-detail {
    padding: 22vh 0 10vh;
  }
  body .hero-section-blog-detail .bread-crumbs {
    gap: 20px;
  }
  body .hero-section-blog-detail .text-content {
    margin-top: 5vh;
  }
  body .hero-section-blog-detail .text-content .title-h1 {
    font-size: 24px;
  }
  body .hero-section-blog-detail .detail-list {
    margin-top: 8vh;
    gap: 8px;
  }
  body .hero-section-blog-detail .detail-list p {
    margin: 0;
    font-size: 10px;
  }
  body .hero-section-blog-detail .detail-list .writer {
    gap: 8px;
  }
  body .hero-section-blog-detail .detail-list .writer img {
    width: 18px;
  }
  body .hero-section-blog-detail .detail-list .categories {
    gap: 8px;
  }
  body .hero-section-blog-detail .detail-list .categories .circle {
    width: 5px;
    height: 5px;
  }
  body .hero-section-img {
    background: url(../images/png/philosophy-background.webp) no-repeat;
    min-height: 100%;
  }
  body .hero-section-img .content .big-paragraph {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 80%;
  }
  body .hero-section-img.aboutUs .title-h1 {
    font-size: 28px !important;
    line-height: 160%;
  }
  body .hero-section-half {
    height: 100vh;
  }
  body .hero-section-half .image {
    padding: 0;
    display: none;
  }
  body .hero-section-half .right {
    height: 100vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../images/png/binfluencing-banner.png), lightgray 50%/cover no-repeat;
  }
  body .hero-section-half .content {
    width: 90%;
    color: #FFFFFF;
    text-align: center;
  }
  body .hero-section-half .content .big-paragraph {
    color: #B7C0BF;
    margin: 4vh 0 7vh;
    letter-spacing: 160% !important;
    font-size: 13px;
  }
  body .hero-section-half .content a.btn-white-bd {
    display: block;
    margin: 0 auto;
  }
  body .people-behind {
    padding: 10vh 0 2vh;
  }
  body .people-behind .title {
    margin-bottom: 5vh;
  }
  body .people-behind .card {
    padding: 0px;
    margin-bottom: 1vh;
  }
  body .people-behind .card .content {
    margin-top: 2vh;
  }
  body .people-behind .card .content p.space-paragraph {
    margin: 1vh 0 0 0;
    opacity: 0.3;
    letter-spacing: 4px;
    font-size: 14px;
  }
  body .blog-section {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
  body .blog-section .left-side {
    margin-bottom: 8vh;
    padding: 0 4vw;
    text-align: center;
  }
  body .blog-section .left-side .categories-block {
    margin-top: 4vh;
    display: none;
  }
  body .blog-section .left-side .categories-block .categories-list {
    margin-top: 4vh;
    display: none;
  }
  body .blog-section .right-side {
    margin: 0;
    padding: 0;
  }
  body .blog-section .right-side .blog-link {
    text-decoration: none;
    color: #0F2E2C;
  }
  body .blog-section .right-side .blog-link .blog-card {
    background-color: #FCF7ED !important;
    margin-bottom: 5vh;
    transition: 0.4s;
    opacity: 0;
    transition: 0.7s;
    transform: translateY(5vh);
  }
  body .blog-section .right-side .blog-link .blog-card img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body .blog-section .right-side .blog-link .blog-card .text-content {
    padding: 26px 20px 20px 20px;
  }
  body .blog-section .right-side .blog-link .blog-card .text-content .title-h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  body .blog-section .right-side .blog-link .blog-card .text-content p.small-paragraph {
    margin: 0;
    font-size: 12px;
  }
  body .blog-section .right-side .blog-link .blog-card .text-content .info-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.7;
  }
  body .blog-section .right-side .blog-link .blog-card:hover {
    scale: 1.05;
  }
  body .blog-section .right-side .blog-link .blog-card[data-scroll=in] {
    opacity: 1;
    transform: translate(0);
  }
  body .blog-section .right-side .btn-white-bd {
    margin-top: 4vh;
    display: block;
    margin: 0 auto;
  }
  body .cards-title {
    padding: 12vh 0 6vh;
  }
  body .cards-title .justifier {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vh;
  }
  body .cards-title .title-nav {
    text-align: center;
  }
  body .cards-title .title-nav p {
    margin: 2vh 0 0 0;
    color: #B7C0BF;
  }
  body .cards-title .cards-group {
    margin-top: 8vh;
  }
  body .cards-title .cards-group .card {
    padding: 20px 20px 30px;
    text-align: left;
    transition: 0.4s;
    margin-bottom: 5vh;
  }
  body .cards-title .cards-group .card .arrow {
    width: 48px;
    height: 48px;
    margin: -24px auto 0;
  }
  body .cards-title .cards-group .card .title-h5 {
    margin: 3vh 0 3vh;
    min-width: 10px;
  }
  body .cards-title .cards-group .card:hover {
    scale: 1.02;
    cursor: pointer;
  }
  body .cards-title .cards-group .card:hover .arrow {
    rotate: -25deg;
  }
  body .cards-title .cards-group a.link-card {
    text-decoration: none;
    opacity: 0;
  }
  body .cards-title .cards-group a.link-card .card-horizon {
    padding: 14px 14px 10px 14px;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content {
    width: 100%;
    gap: 14px;
    margin: 0;
    padding: 0;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content img.img-fluid {
    width: 60px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content .text-content {
    gap: 10px;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content .text-content .title-h3 {
    font-size: 14px;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content .text-content .link-icon {
    gap: 8px;
    text-decoration: none;
    transition: 0.4s;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content .text-content .link-icon p.small-paragraph {
    margin: 0px;
    color: #041817;
    font-size: 12px;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content .text-content .link-icon svg {
    width: 14px;
  }
  body .cards-title .cards-group[data-scroll=in] {
    opacity: 1;
    transition-delay: 0;
    transform: translate(0);
  }
  body .donate-section {
    background-color: #FCF7ED;
    min-height: 100vh;
    height: auto;
    padding: 5vh 0;
  }
  body .donate-section .left img {
    padding: 0;
    height: 15vh;
    width: 100%;
    margin-bottom: 3vh;
  }
  body .donate-section .right {
    gap: 30px;
  }
  body .donate-section .right .input-group .donate-description {
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
  }
  body .donate-section .right .input-group .donate-description img {
    width: 60px;
    height: 60px;
  }
  body .donate-section .right .input-group .donate-description .big-paragraph {
    font-size: 14px;
  }
  body .donate-section .right .input-group .donate-description .small-paragraph {
    font-size: 10px;
  }
  body .odd-2-col-text {
    padding-top: 8vh;
    padding-bottom: 5vh;
  }
  body .odd-2-col-text .title-h2 {
    padding-bottom: 3vh;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  body .odd-2-col-text .huge-paragraph {
    margin-top: 4vh;
  }
  body .odd-2-col-text .paragraph {
    margin-top: 5vh;
    width: 100%;
  }
  body .img-gal .image-list {
    padding: 4vh 0;
    transition: 1.5s;
    transform: translateX(100vw);
    display: flex;
    justify-content: start;
    align-items: center;
  }
  body .img-gal .image-list img {
    padding: 0 1vh;
    width: auto;
    height: 300px;
  }
  body .img-gal .image-list[data-scroll=in] {
    opacity: 1;
    transition-delay: 0;
    transform: translate(0);
    height: 100%;
  }
  body .odd-2-col-text-btn {
    padding: 5vh 0 15vh;
    color: #FFFFFF;
  }
  body .odd-2-col-text-btn .title-h3 {
    margin-bottom: 4vh;
  }
  body .odd-2-col-text-btn .paragraph {
    padding: 0;
    margin-bottom: 8vh;
  }
  body .odd-big-image-text {
    padding: 0 0 15vh;
  }
  body .odd-big-image-text img.img-fluid {
    height: 30vh;
  }
  body .iso-2-col {
    padding: 8vh 0;
  }
  body .iso-2-col img.image-banner {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body .iso-2-col .content .numeric {
    margin: 2vh 0 2vh;
    padding: 0;
    margin-top: 4vh;
  }
  body .iso-2-col .content .title-group {
    margin-top: 3vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  body .iso-2-col .content .title-group img {
    width: 32px;
    margin-bottom: 3vh;
  }
  body .iso-2-col .content .title-group .title-h3 {
    margin-bottom: 3vh;
  }
  body .iso-2-col .content .paragraph-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vh;
  }
  body .iso-huge-text {
    height: 40vh;
  }
  body .iso-2-col-img-text {
    padding: 10vh 0 8vh;
  }
  body .iso-2-col-img-text img.img-fluid {
    width: 100%;
    height: 30vh;
  }
  body .iso-2-col-img-text .content {
    margin-top: 4vh;
    padding-left: 0;
  }
  body .iso-2-col-img-text .content .paragraph {
    margin-top: 4vh;
  }
  body .solo-huge-image {
    padding: 10vh 0 5vh;
  }
  body .solo-huge-image video.img-fluid {
    height: 30vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body .solo-huge-image img.img-fluid {
    height: 30vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body .blog-image .col-12 {
    padding: 0;
  }
  body .blog-image img {
    height: 40vh;
  }
  body .blog-content .text-content .big-paragraph {
    font-size: 14px;
    padding: 8vh 0;
    text-align: justify;
  }
  body .blog-content .detail-list {
    margin-top: 0;
    gap: 8px;
  }
  body .blog-content .detail-list p {
    margin: 0;
    font-size: 10px;
  }
  body .blog-content .detail-list .writer {
    gap: 8px;
  }
  body .blog-content .detail-list .writer img {
    width: 18px;
  }
  body .blog-content .detail-list .categories {
    gap: 8px;
  }
  body .blog-content .detail-list .categories .circle {
    width: 5px;
    height: 5px;
  }
  body .odd-2-col-small-text {
    color: #FFFFFF;
    padding: 0 0 10vh 0;
  }
  body .odd-2-col-small-text .title-h2 {
    padding-bottom: 2vh;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    margin-bottom: 4vh;
  }
  body .odd-2-col-small-text .paragraph {
    margin-top: 4vh;
  }
  body .iso-3-col .card {
    height: auto;
    padding: 4vh 4vh 2vh;
    margin-bottom: 3vh;
    margin-left: 2vh;
    margin-right: 2vh;
    min-height: unset;
  }
  body .iso-3-col .card img {
    display: block;
    width: 68px;
    margin: 0 auto;
  }
  body .iso-3-col .card .title-h3 {
    margin: 4vh 0 2vh;
    font-weight: 600;
  }
  body .iso-3-col .card .paragraph {
    color: #566B67;
  }
  body .iso-1-col-text {
    padding: 10vh 0 10vh;
  }
  body .iso-1-col-text .content .title-h3 {
    font-size: 24px;
    line-height: 160%;
  }
  body .iso-1-col-text .content .paragraph {
    margin: 4vh 0 6vh 0;
  }
  body .white-bg {
    background-color: #FCF7ED;
    padding: 10vh 0;
  }
  body .white-bg .odd-2-col-small-text .title-h2 {
    border-bottom: solid 1px rgba(15, 46, 44, 0.1);
  }
  body .white-bg .odd-big-image-text .content {
    padding: 5vh 0 0 0;
  }
  body .white-bg .odd-2-col-small-text {
    padding: 0;
  }
  body .white-bg .odd-big-image-text {
    margin-top: 4vh;
    padding: 0;
  }
  body .white-bg .iso-spe-col .image-banner {
    padding-right: 0;
  }
  body .white-bg .iso-spe-col .content {
    margin-top: 40px;
    text-align: center;
  }
  body .white-bg .iso-spe-col .content .paragraph {
    margin: 30px 0 40px;
  }
  body .white-bg .iso-2-col {
    padding: 6vh 0;
  }
  body .white-bg .iso-2-col img {
    width: 100%;
    max-height: 40vh;
  }
  body .white-bg .iso-2-col .content {
    width: 100%;
  }
  body .white-bg .iso-2-col .content .title-group .title-h3 {
    margin-bottom: 3vh;
  }
  body .white-bg .iso-2-col .content .paragraph-group .paragraph {
    color: #566B67;
  }
  body .white-bg .title-h2 {
    color: #041817;
  }
  body .white-bg .title-h3 {
    color: #041817;
  }
  body .white-bg .paragraph {
    color: #566B67;
  }
  body .white-bg .iso-1-col-text {
    height: 100vh;
    color: #041817;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .white-bg .iso-1-col-text .content .title-h3 {
    font-size: 20px;
  }
  body .white-bg .iso-1-col-text .content .paragraph {
    width: 80%;
    margin-top: 5vh;
  }
  body .white-bg .com-huge-text {
    padding: 6vh 0 0;
    color: #566B67;
  }
  body .white-bg .com-huge-text .exhuge-paragraph {
    opacity: 0.1;
    margin-bottom: 8vh;
  }
  body .white-bg .com-huge-text .text-content {
    gap: 20px;
  }
  body .white-bg .com-huge-text .img-content {
    margin-top: 8vh;
    display: inline-flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    gap: 4vw;
  }
  body .white-bg .com-huge-text .img-content img {
    max-width: 160px;
  }
  body .white-bg .product-3-col {
    padding: 10vh 0 5vh;
  }
  body .white-bg .product-3-col .title {
    text-align: center;
    margin-bottom: 6vh;
    opacity: 0;
    transition: 0.7s;
    transform: translateY(5vh);
  }
  body .white-bg .product-3-col .title[data-scroll=in] {
    opacity: 1;
    transform: translate(0);
  }
  body .white-bg .product-3-col .card-product {
    opacity: 0;
    transition: 0.7s;
    transform: translateY(5vh);
  }
  body .white-bg .product-3-col .card-product[data-scroll=in] {
    opacity: 1;
    transform: translate(0);
  }
  body .white-bg .product-3-col #cd-1 {
    transition-delay: 0.3s;
  }
  body .white-bg .product-3-col #cd-2 {
    transition-delay: 0.3s;
  }
  body .white-bg .product-3-col #cd-3 {
    transition-delay: 0.3s;
  }
  body .image-bg .title-h2 {
    line-height: 180%;
    opacity: 0;
    font-size: 20px;
    text-align: center;
  }
  body .image-bg .paragraph {
    margin: 6vh auto 0 auto;
    width: 80%;
  }
  body .iso-com-text {
    padding: 0 0 14vh;
    color: #FFFFFF;
  }
  body .iso-com-text .title .title-huge {
    margin-top: -1vh;
  }
  body .iso-com-text .content {
    padding: 4vh 0 0;
    padding-right: 0;
  }
  body .iso-com-text .content .paragraph {
    margin-bottom: 4vh;
  }
  body .iso-com-text .footer {
    padding-right: 0;
  }
  body .iso-com-text .footer p.semi-huge-paragraph {
    margin-bottom: 5vh;
  }
  body .iso-2-card .aligner .left-side .left {
    height: 40vh;
  }
  body .iso-2-card .aligner .right {
    padding: 5vh 2vh;
  }
  body .iso-2-card .aligner .right .paragraph {
    color: #566B67;
    margin-top: 2vh;
    margin-bottom: 5vh;
  }
  body .text-only {
    padding: 15vh 0 20vh;
  }
  body .text-only .title-section {
    gap: 40px;
    padding-top: 0vh;
    margin-bottom: 10vh;
  }
  body .text-only .content-section {
    gap: 60px;
  }
  body .text-only .content-section .cards-group {
    margin-top: 12vh;
    padding: 0;
    gap: 5vh;
  }
  body .text-only .content-section .cards-group .card {
    padding: 20px;
  }
  body .text-only .content-section .cards-group .card .content {
    margin: 30px 0 14px;
  }
  body .text-only .content-section .cards-group .card .content .title-h3 {
    width: 80%;
  }
  body .text-only .content-section .cards-group .card .content .circle-arrow {
    border-radius: 50%;
    width: 38px !important;
    height: 38px;
    transition: 0.4s;
    filter: drop-shadow(0px 6px 25px rgba(0, 0, 0, 0.123));
  }
  body .text-only .content-section .cards-group .card .content .circle-arrow svg {
    width: 24px;
    height: 24px;
  }
  body .main-summary .card-footer {
    padding: 10px 20px 20px;
  }
  body footer {
    padding: 24vh 0 0 0;
    margin-top: -10vh;
  }
  body footer .footer-title {
    margin-bottom: 8vh;
    text-align: center;
  }
  body footer .footer-title img {
    max-height: 8vh;
  }
  body footer .footer-title .paragraph {
    color: #B7C0BF;
    margin-top: 4vh;
    margin-bottom: 5vh;
  }
  body footer .footer-title .btn-white-bd {
    display: block;
    margin: 0 auto;
  }
  body footer .footer-title .sdg-group {
    margin-top: 10vh;
    margin-bottom: 10vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vh;
  }
  body footer .footer-title .sdg-group img {
    height: 50px;
  }
  body footer .menu .menu-body {
    margin-bottom: 8vh;
  }
  body footer .line {
    margin: 0 0 8vh 0;
  }
  body footer .get-in-touch {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  body footer .get-in-touch .icons-header {
    margin-top: 4vh;
  }
  body footer .get-in-touch .icons-header .icons {
    justify-content: center;
    align-items: center;
  }
  body footer .bottom-bar {
    padding: 4vh 0;
    margin-top: 8vh;
  }
  body footer .bottom-bar .divider {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body footer .bottom-bar .divider .legal-group {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3vh;
  }
  body footer .bottom-bar .divider .legal-group .pipeline {
    display: none;
  }
  body footer .bottom-bar .divider .copyright {
    margin-top: 4vh;
    text-align: center;
    width: 100%;
    padding-top: 3vh;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .title-h1 {
    font-size: 44px;
  }
  body .title-h2 {
    font-size: 24px;
  }
  body .title-h3 {
    font-size: 18px;
  }
  body .title-h6 {
    font-size: 12px;
  }
  body .title-huge {
    font-size: 28px;
  }
  body .small-paragraph {
    font-size: 12px;
  }
  body .paragraph {
    font-size: 13px;
  }
  body .big-paragraph {
    font-size: 15px;
    line-height: 160%;
  }
  body .semi-huge-paragraph {
    font-size: 18px;
  }
  body .huge-paragraph {
    font-size: 20px;
  }
  body .btn-white-bd {
    padding: 12px 20px;
    max-width: 230px;
    font-size: 12px;
    gap: 12px;
  }
  body .btn-greeb-bg {
    padding: 12px 20px;
    max-width: 200px;
    font-size: 12px;
    gap: 12px;
  }
  body .card-partner {
    background-color: rgba(250, 244, 234, 0.9254901961);
    border-radius: 8px;
    padding: 14px 40px 0px 40px;
    gap: 10px;
  }
  body .card-partner .content {
    gap: 0px;
    opacity: 0;
    transition: 0.6s;
  }
  body .card-partner:hover {
    padding: 10px 20px 26px 20px;
    gap: 10px;
  }
  body .card-partner:hover .content .title-h5 {
    font-size: 12px;
  }
  body .card-partner:hover .content .small-paragraph {
    font-size: 10px;
  }
  body nav.navbar {
    padding: 10px 3vw;
    height: auto;
    width: 100vw;
    -webkit-backdrop-filter: blur(17px);
            backdrop-filter: blur(17px);
  }
  body nav.navbar img {
    height: 42px;
    width: auto;
  }
  body nav.navbar .nav.navbar-nav {
    margin: 1vh 0;
  }
  body nav.navbar a.nav-link {
    margin-left: 3vw;
    padding: 1vh 0;
  }
  body .hero-section-half {
    height: 100vh;
  }
  body .hero-section-half .image {
    padding: 0;
    display: none;
  }
  body .hero-section-half .right {
    height: 100vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../images/png/binfluencing-banner.png), lightgray 50%/cover no-repeat;
    background-size: cover;
    background-position: center;
  }
  body .hero-section-half .content {
    width: 70%;
    color: #FFFFFF;
    text-align: center;
  }
  body .hero-section-half .content .big-paragraph {
    color: #B7C0BF;
    margin: 4vh 0 7vh;
    letter-spacing: 160% !important;
    font-size: 15px;
  }
  body .hero-section-half .content a.btn-white-bd {
    display: block;
    margin: 0 auto;
  }
  body .cards-title .cards-group .card {
    border-radius: 0;
    background-color: #fcf7ed;
    padding: 5px 5px 22px 5px;
    text-align: center;
  }
  body .cards-title .cards-group .card .title-h5 {
    margin: 2vh 0 2vh;
    min-width: 10px;
    font-size: 14px;
    color: #041817;
  }
  body .cards-title .cards-group .card .btn-black-bd {
    display: block;
    margin: 0 auto;
  }
  body .cards-title .cards-group a.link-card .card-horizon {
    width: 100%;
    padding: 16px 16px 10px 16px;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content {
    gap: 20px;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content img {
    width: 100px;
    height: 136px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content .text-content {
    gap: 10px;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content .text-content .title-h3 {
    font-size: 16px;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content .text-content .link-icon {
    transition: 0.4s;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content .text-content .link-icon p.small-paragraph {
    margin: 0px;
    color: #041817;
  }
  body .cards-title .cards-group a.link-card .card-horizon .content .text-content .link-icon svg {
    width: 16px;
  }
  body .cards-title .cards-group a.link-card .card-horizon:hover {
    scale: 1.02;
  }
  body .cards-title .cards-group a.link-card .card-horizon:hover .content .text-content .link-icon {
    gap: 12px;
  }
  body .cards-title .cards-group a.link-card[data-scroll=in] {
    opacity: 1;
    transition-delay: 0;
    transform: translate(0);
  }
  body .donate-section {
    background-color: #FCF7ED;
    min-height: 100vh;
    height: auto;
    padding: 5vh 0;
  }
  body .donate-section .left img {
    padding: 0;
    height: 24vh;
    width: 100%;
    margin-bottom: 3vh;
  }
  body .iso-huge-text {
    height: 40vh;
  }
  body .img-gal .image-list {
    display: block;
  }
  body .white-bg .iso-2-col {
    padding: 8vh 0;
    color: #FFFFFF;
  }
  body .white-bg .iso-2-col img {
    width: 100%;
    height: 30vh;
  }
  body .white-bg .iso-2-col .content .title-group .title-h3 {
    margin-bottom: 3vh;
  }
  body .iso-3-col .card {
    padding: 4vh 1vh 2vh;
    margin-bottom: 3vh;
    margin-left: 0;
    margin-right: 0;
    height: 300px;
  }
  body .iso-3-col .card img {
    display: block;
    width: 68px;
    margin: 0 auto;
  }
  body .iso-3-col .card .title-h3 {
    margin: 4vh 0 2vh;
    font-weight: 600;
  }
  body .iso-3-col .card .paragraph {
    color: #566B67;
  }
  body .text-only {
    padding: 15vh 0 20vh;
  }
  body .text-only .title-section {
    gap: 40px;
    padding-top: 0vh;
    margin-bottom: 10vh;
  }
  body .text-only .content-section {
    gap: 60px;
  }
  body .text-only .content-section .cards-group {
    margin-top: 12vh;
    padding: 0;
    gap: 5vh;
  }
  body .text-only .content-section .cards-group .card {
    padding: 30px;
  }
  body .text-only .content-section .cards-group .card .content {
    margin: 34px 0 14px;
  }
  body .text-only .content-section .cards-group .card .content .title-h3 {
    width: 50%;
  }
  body .text-only .content-section .cards-group .card .content .circle-arrow {
    border-radius: 50%;
    filter: drop-shadow(0px 6px 25px rgba(0, 0, 0, 0.123));
  }
  body footer {
    padding: 24vh 0 0 0;
    margin-top: -10vh;
  }
  body footer .footer-title {
    margin-bottom: 8vh;
    text-align: center;
  }
  body footer .footer-title img {
    max-height: 8vh;
  }
  body footer .footer-title .paragraph {
    color: #B7C0BF;
    margin-top: 4vh;
    margin-bottom: 5vh;
  }
  body footer .footer-title .btn-white-bd {
    display: block;
    margin: 0 auto;
  }
  body footer .footer-title .sdg-group {
    margin-top: 10vh;
    margin-bottom: 10vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vh;
  }
  body footer .menu .menu-body {
    margin-bottom: 8vh;
  }
  body footer .line {
    margin: 0 0 8vh 0;
  }
  body footer .get-in-touch {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  body footer .get-in-touch .icons-header {
    margin-top: 4vh;
  }
  body footer .get-in-touch .icons-header .icons {
    justify-content: center;
    align-items: center;
  }
  body footer .bottom-bar {
    margin-top: 8vh;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  body .hero-section-half {
    height: 100vh;
  }
  body .hero-section-half .image {
    padding: 0;
    display: none;
  }
  body .hero-section-half .right {
    height: 100vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../images/png/binfluencing-banner.png), lightgray 50%/cover no-repeat;
    background-size: cover;
    background-position: center;
  }
  body .hero-section-half .content {
    width: 70%;
    color: #FFFFFF;
    text-align: center;
  }
  body .hero-section-half .content .big-paragraph {
    color: #B7C0BF;
    margin: 4vh 0 7vh;
    letter-spacing: 160% !important;
    font-size: 15px;
  }
  body .hero-section-half .content a.btn-white-bd {
    display: block;
    margin: 0 auto;
  }
  body .img-gal .image-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .img-gal .image-list img {
    width: 16vw;
    padding: 0 10px !important;
  }
  body .white-bg .iso-2-col {
    padding: 8vh 0;
    color: #FFFFFF;
  }
  body .white-bg .iso-2-col img {
    width: 100%;
    height: 30vh;
  }
  body .white-bg .iso-2-col .content .title-group .title-h3 {
    margin-bottom: 3vh;
  }
}
@keyframes autoroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=index.css.map */
