@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
:root {
    --white: #FFFFFF;
    --primary-green: #23B3AA;
    --secondary-green: #118B84;
    --dark-green: #05726C;
    --dark-green-2: #118B84;
    --light-green: #E9F9F8;
    --primary-black: #121A22;
    --secondary-black: #38404A;
    --light-black: #9099a5;
    --background: #F7F8FA;
    --border: #eceff1;
    --rounded-sm: 8px;
    --rounded-md: 16px;
    --bg-hero: #FAFEFE;
    --font-heading: 'Yeseva One', cursive;
}

html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    position: relative;
    min-height: 100%;
    font-family: 'Inter', sans-serif;
}

*, *:before, *:after {
    box-sizing: inherit;
}

::-webkit-scrollbar {
    display: none;
}

/* utilities */

.text-white {
    color: var(--white)!important;
}

.text-green {
    color: var(--dark-green)!important;
}

.text-grey {
    color: var(--light-black)!important;
}

.text-heading {
    font-size: 3.5rem!important;
}

.text-small {
    font-size: 1.1rem!important;
}

.text-button {
    font-size: .9rem;
}

.py-25 {
    padding-top: .8rem!important;
    padding-bottom: .8rem!important;
}

.pt-6 {
    padding-top: 5.5rem!important;
}

.mt-n6 {
    margin-top: -5.5rem!important;
}

.w-95 {
    width: 95%!important;
}

.z-index-2 {
    position: relative;
    z-index: 2!important;
}

/* override */

font {
    vertical-align: unset!important;
}

nav {
    border-bottom: 1px solid var(--dark-green-2);
}

a:hover {
    text-decoration: none;
}

h1 {
    text-transform: capitalize;
    font-family: var(--font-heading);
}

.bg-light {
    background-color: var(--white)!important;
}

.bg-primary {
    background-color: var(--dark-green)!important;
}

.bg-secondary {
    background-color: var(--background)!important;
}

.text-success {
    color: var(--primary-green)!important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../../img/landingpage/hamburgermenu.svg');
}

.navbar-light .navbar-toggler {
    padding: 0;
    border-color: transparent;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--white);
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--white);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    outline: none;
    color: var(--primary-green);
}

.btn-md {
    padding: 8px 20px;
}

.btn-primary {
    border-color: transparent;
    background-color: var(--dark-green-2);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    box-shadow: none!important;
    border-color: transparent!important;
    background-color: var(--secondary-green)!important;
}

.btn-secondary {
    color: var(--dark-green);
    border-color: var(--white);
    background-color: var(--white);
    border-radius: var(--rounded-sm);
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    box-shadow: none!important;
    border-color: var(--dark-green-2)!important;
    background-color: var(--dark-green-2)!important;
}

.btn-secondary:hover svg {
    fill: var(--white);
}

.btn-outline-secondary {
    color: var(--white);
    border-color: var(--white);
    background-color: var(--dark-green);
    border-radius: var(--rounded-sm);
}

.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    box-shadow: none!important;
    border-color: var(--white)!important;
    background-color: var(--dark-green-2)!important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    border-color: var(--white)!important;
    background-color: var(--dark-green-2)!important;
}

.border-bottom {
    border-bottom: 1px solid var(--border)!important;
}

.card {
    border-color: var(--border);
}

.card .card-header {
    border-color: var(--border);
    background-color: var(--white);
}

.card .card-link {
    color: var(--primary-black);
}

.card .card-link[aria-expanded="true"] svg {
    transform: rotateX( 180deg);
}

.dropdown-menu {
    border-radius: var(--rounded-sm);
}

.dropdown-item:active {
    outline: none;
    text-decoration: none;
    background-color: var(--dark-green-2);
}

/* landing page */

.hero.bg-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: var(--bg-hero);
    background-image: url('../../img/landingpage/bg-header-1.png');
}

.story .photo-story {
    width: 100%;
    height: auto;
    max-width: 75px;
    border-radius: 50%;
}

.story.bg-story {
    background-repeat: no-repeat;
    background-position-x: center;
    background-image: url('../../img/landingpage/bg-story-2.svg');
}

.solution {
    background-size: calc(115%);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: -170px;
    background-image: url('../../img/landingpage/bg-solution-2.svg');
}

.solution .img-solution {
    width: 100%;
    height: auto;
    max-width: 400px;
    z-index: 2;
}

.solution .bg-solution {
    position: absolute;
    right: 0;
}

.value {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-image: url('../../img/landingpage/bg-value.svg');
}

.value .card-value {
    border-radius: var(--rounded-md);
}

.value .icon {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    background-color: var(--background);
}

.traction .card-donasi .card-body {
    padding-right: 6rem;
}

.traction #traction-maps {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.service {
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: top;
    background-position-x: center;
    background-image: url('../../img/landingpage/bg-service.svg');
}

.card-service {
    border-radius: var(--rounded-md);
}

.card-service:hover {
    border-color: transparent;
    box-shadow: 0px 24px 48px rgba(18, 26, 34, 0.08);
}

.works {
    background-position-y: top;
    background-repeat: no-repeat;
    background-position-x: center;
    background-image: url('../../img/landingpage/bg-works.svg');
}

.works .card-work {
    border-radius: var(--rounded-sm);
    opacity: .7;
}

.works .card-work.active {
    opacity: 1;
    color: var(--primary-black);
    background-color: var(--white);
}

.works .card-work .icon {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    background-color: var(--background);
}

.works .card-work svg {
    opacity: .7;
}

.works .card-work.active svg {
    opacity: 1;
}

.testimoni .card-testimoni {
    border-radius: var(--rounded-md);
}

.testimoni .card-testimoni .photo-testimoni {
    width: 100%;
    height: auto;
    max-width: 80px;
    border-radius: 50%;
    border: 3px solid var(--white);
}

.testimoni .card-testimoni-wrapper .btn-testimoni {
    margin-top: -1.5rem;
    z-index: 2;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(118.58% 118.75% at 47.32% 113.39%, #23B3AA 0%, #E9F9F8 100%);
}

.media a .img-media {
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
}

.media a:hover .img-media {
    filter: none;
    transform: scale(1.1);
}

/* about page */

.about-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('../../img/landingpage/bg-header-1.png');
}

.about-header .text-heading {
    margin-top: 3rem;
}

.about-header .img-heroabout {
    width: 100%;
    height: auto;
    max-width: 350px;
    z-index: 2;
}

.about-header .bg-heroabout {
    position: absolute;
    width: 250px;
    height: auto;
    top: 0;
    right: 0;
}

.visimisi {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('../../img/landingpage/bg-visimisi.svg');
}

.visimisi .img-visimisi {
    width: 100%;
    height: auto;
    max-width: 400px;
}

/* faq page */

.faq-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('../../img/landingpage/bg-header-2.svg');
}

.faq .navbar-light .navbar-toggler-icon {
    background-image: url('../../img/landingpage/hamburgermenu-dark.svg');
}

.faq .navbar-light .navbar-toggler {
    padding: 0;
    border-color: transparent;
}

.faq .navbar-light .navbar-toggler:focus {
    outline: none;
}

.faq .navbar-nav .nav-pills .nav-link {
    padding: .5rem 1rem .5rem 0!important;
}

.faq .navbar-light .navbar-nav .nav-link.active {
    color: var(--dark-green);
}

.faq .nav-pills .nav-link {
    padding: 1rem!important;
    color: var(--primary-black);
}

.faq .nav-pills .nav-link.active {
    background-color: var(--background);
}

.footer {
    position: relative;
    z-index: 5;
    color: var(--primary-black);
}

.footer .download img {
    width: 100%;
    height: auto;
    max-width: 150px;
    margin-bottom: 1rem;
}

.footer ul.list-unstyled li {
    margin-top: .4rem;
    margin-bottom: .4rem;
}

.footer ul.list-unstyled li a {
    opacity: .9;
    font-weight: 300;
    color: var(--primary-black);
}

.footer ul.list-unstyled li a:hover {
    color: var(--dark-green);
}

.footer .form-footer {
    display: -webkit-inline-box;
}

.footer .form-footer .form-control, .footer .form-footer button {
    border-radius: var(--rounded-sm);
    height: calc(1.5em + 1rem + 5px);
}

.footer .form-footer .form-control:focus {
    box-shadow: none;
}

/* swiper */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination {
    margin-top: 2rem;
    position: relative;
}

.swiper-pagination-bullet {
    opacity: 1;
    margin-right: .5rem;
    background: var(--light-black);
}

.swiper-pagination-bullet-active {
    background: var(--primary-black);
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}

/* back-to-top */

#back-to-top {
    z-index: 1000;
    position: fixed;
    bottom: 90px;
    right: 25px;
    background: var(--dark-green-2);
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top svg {
    fill: var(--white);
    position: relative;
    top: 13px;
    left: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top:hover {
    background: var(--dark-green);
}

/* readmore */

.more {
    display: none;
}

/* responsive */

@media (min-width: 320px) {
    .desktop {
        display: none!important;
    }
    .navbar-nav {
        margin-top: 1rem;
    }
    .navbar-light .navbar-nav .nav-item.button {
        margin-top: .5rem;
        margin-bottom: .5rem;
        margin-left: 0;
    }
    .text-heading {
        font-size: 2.5rem!important;
    }
    .text-heading-center {
        text-align: left;
    }
    .text-preline {
        white-space: unset!important;
    }
    /* landing page */
    .hero .img-hero {
        width: 100% !important;
        height: 100% !important;
    }
    .hero .bg-hero {
        width: 100% !important;
        max-width: 200px;
    }
    .solution .img-solution {
        max-width: 300px;
    }
    .solution .bg-solution {
        width: 100%;
        max-width: 200px;
    }
    .swiper-testimoni .row {
        display: flex;
        margin-right: 0;
        margin-left: 0;
        align-items: baseline;
        justify-content: center!important;
    }
    .media .bg-media {
        display: none;
    }
    /* about page */
    .hero.bg-hero {
        background-position-y: top;
    }
    .hero-about .text-heading {
        margin-top: 0;
    }
    .hero-about .icon {
        margin-bottom: 3rem;
    }
    .hero-about .img-heroabout {
        max-width: 300px;
    }
    .hero-about .bg-heroabout {
        position: absolute;
        width: 230px;
        height: auto;
        top: 0;
        right: 0;
    }
}

@media (max-width: 559px) {
    #back-to-top {
        bottom: 80px;
        right: 15px;
        width: 54px;
        height: 54px;
    }
    #back-to-top svg {
        left: 12px;
    }
}

@media (min-width: 768px) {}

@media(min-width: 992px) {
    .mobile {
        display: none!important;
    }
    .desktop {
        display: unset!important;
    }
    .navbar-nav {
        margin-top: unset;
    }
    .navbar-light .navbar-nav .nav-link.active {
        padding-bottom: 1.3rem;
        margin-bottom: -1.3rem;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: var(--white)
    }
    .navbar-light .navbar-nav .nav-item.button {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 1rem;
    }
    /* landing page */
    .text-heading-center {
        text-align: unset;
    }
    .text-preline {
        white-space: pre-line!important;
    }
    .hero.bg-hero {
        background-position-y: bottom;
    }
    .hero .img-hero {
        width: 600px;
    }
    .hero .bg-hero {
        width: unset;
        max-width: unset;
    }
    .solution .img-solution {
        max-width: 400px;
    }
    .solution .bg-solution {
        width: unset;
        max-width: unset;
    }
    .media .bg-media {
        z-index: 0;
        right: 33%;
        bottom: 245px;
        display: unset;
        position: absolute;
    }
    .swiper-testimoni .row {
        display: flex;
        margin-right: 0;
        margin-left: 0;
        align-items: baseline;
        justify-content: flex-end!important;
    }
    /* about page */
    .hero-about .text-heading {
        margin-top: 3rem;
    }
    .hero-about .icon {
        margin-bottom: 0;
    }
    .hero-about .img-heroabout {
        max-width: 350px;
    }
}

@media (min-width: 1200px) {
    .hero .img-hero {
        width: 800px;
    }
}

.shaking-button {
  position: relative;
  animation-name: shake;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

.shaking-button:hover {
  animation-name: shakeAnim;
}

@keyframes shakeAnim {
  0% {left: 0}
  1% {left: -5px}
  2% {left: 5px}
  3% {left: -10px}
  4% {left: 10px}
  5% {left: -5px}
  6% {left: 5px}
  7% {left: 0}
}

@keyframes shake {
  0% {left: 0}
  1% {left: -5px}
  2% {left: 5px}
  3% {left: -10px}
  4% {left: 10px}
  5% {left: -5px}
  6% {left: 5px}
  7% {left: 0}
}

.float{
	
}

.my-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
	margin-top:16px;
}

.blog-tag{
    font-size: 12px;
    background-color: #6c757d;
}