:root {
    --color-yulu: #51d1f0;
    --color-black: #1d1d1d;
    --color-gray: #f7f7f7;
    --color-light-black: #414141;
    --color-dark-white: #e5e5e5;
    --color-blue: #277df1;
    --color-green: #4bb543;
}

body {
    font-family: sans-serif;
    font-size: 62.5%;
    box-sizing: border-box;
}

header {
    height: 3.2rem;
    background-color: var(--color-yulu);
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}

header p {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
}

.hero img {
    width: 100%;
}

.partner {
    /* background-color: var(--color-gray); */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.partner__title {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-weight: 900;
    margin-top: 2.1rem;
    color: var(--color-black);
}

.partner__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 2rem;
    color: var(--color-light-black);
}

.partner__list {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 1.8rem 0 2.4rem 0;
    flex-wrap: wrap;
}

.partner__block {
    width: 16rem;
    height: 16rem;
    display: flex;
    align-items: center;
    background-color: white;
    margin-inline: 2rem;
    border-radius: 0.4rem;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}

.partner__icon {
    display: block;
    width: 100%;
    padding: 3rem;
}

.mission {
    background: var(--color-gray);
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.mission .partner__title {
    margin-top: 3rem;
}

.mission .partner__subtitle {
    text-align: center;
    padding: 1.6rem;
}

.mission__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 1rem;
}

.mission__block {
    align-items: center;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    height: 24rem;
    justify-content: space-evenly;
    margin: 2rem 0;
    width: 24rem;
    padding: 1rem;
}

.mission__block p {
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.mission__icon {
    height: 6rem;
    width: 6rem;
}

.getIt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2.4rem 2rem;
    text-align: center;
    background: white;
}

.getIt .partner__subtitle {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1.6rem;
}

a:hover,
a:visited {
    /* color: ; */
}

.question__block {
    display: flex;
    flex: 0 0 25%;
    align-items: center;
    /* justify-content: center; */
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 1.8rem 0;
}

.question__icon {
    height: 5rem;
    width: 5rem;
    align-self: flex-start;
}

.question__item {
    text-align: left;
    margin-left: 2em;
}

.question {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--color-light-black);
}

.answer {
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-light-black);
}

.plan {
    margin-top: 4rem;
}

.plan .partner__title {
    text-align: center;
    margin-bottom: 1.6rem;
}

.plan_desc {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0.2rem;
}

.plan_desc img {
    display: block;
    height: 1.6rem;
    width: 2.2rem;
    margin-left: 1rem;
}

.plan_desc p {
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 1rem 0 0 1rem;
    color: var(--color-light-black);
}

.about {
    background: #D3F9D0;
    padding: 1rem;
    color: var(--color-black);
    /* margin-top: 2rem; */
}

.about p {
    /* color: white; */
    text-align: center;
}

.about h2 {
    margin: 2rem 0 1.2rem 0;
    /* color: white; */
    text-align: center;
}

.faq {
    background: var(--color-gray);
    padding: 3rem 0 2rem 0;
}

.faq .partner__title {
    text-align: center;
    margin-top: 0;
}

.hidden {
    display: block;
}

.show_lg {
    display: none;
}

.plan_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hide_lg {
    display: block;
}

.width-100 {
    width: 100%;
}

.accord_header {
    height: 4.2rem;
    display: flex;
    font-size: 1.3rem;
	font-weight: 400;
    align-items: center;
    padding: 0 1rem;
    justify-content: space-between;
}

.accordion {
    width: 94%;
    margin: auto;
    background: var(--color-gray);
    margin-top: 1rem;
}

.card {
    background-color: white;
    margin-bottom: 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.card-header p {
    padding: 1rem 0;
    margin: 0;
}

.down {
    visibility: hidden;
    width: 1.49rem;
    height: 0.88rem;
}

.card-body {
    padding: 0.6rem 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--color-light-black);
}

@media screen and (min-width: 600px) {
    header {
        height: 6rem;
    }

    header p {
        font-weight: 600;
        font-size: 24px;
    }

    .partner {
        padding: 7rem;
    }
    .partner__title {
        font-weight: 900;
        font-size: 4.2rem;
        margin-top: 0;
    }

    .partner__subtitle {
        font-weight: 400;
        font-size: 2.4rem;
    }

    .mission {
        padding: 7rem;
    }

    .mission .partner__title {
        margin-top: 0;
    }

    .mission__block p {
        font-size: 1.8rem;
    }

    .getIt {
        padding: 7rem;
    }

    .getIt .partner__subtitle {
        font-size: 3rem;
    }

    .plan {
        margin: 0 0 1.2rem 0;
        padding: 7rem;
    }

    .plan h2 {
        margin: 0;
    }

    .about {
        padding: 7rem;
    }

    .about h2 {
        margin: 0;
    }

    .show_lg {
        display: block;
    }

    .plan_flex {
        flex-direction: row;
    }

    .plan_desc_block {
        padding-right: 18rem;
        width: 50%;
    }

    .plan_image {
        height: 46rem;
        width: 46rem;
    }

    .plan_desc p {
        font-size: 1.6rem;
    }

    img.show_lg {
        height: 45rem;
        width: 45rem;
        margin-top: 2rem;
        border-radius: 2rem;
    }

    .hide_lg {
        display: none;
    }

    .getIt {
        text-align: left;
    }

    ol {
        list-style: none;
		counter-reset: my-counter;
		margin: 0;
		padding: 0;
		display: flex;
		/* align-items: center; */
		justify-content: center;
		flex-direction: column;
    }

    ol li {
        counter-increment: my-counter;
        font-size: 1.6rem;
        margin-bottom: 2.4rem;
        display: flex;
		align-items: center;
		/* justify-content: center; */
        flex-wrap: nowrap;
    }

    ol li::before {
        content: counter(my-counter);
		font-weight: 700;
		color: white;
		/* border-radius: 50%; */
		background: var(--color-yulu);
		margin-right: 2rem;
		padding: 0.5rem 1.1rem;
		height: 3rem;
		width: 3rem;
		font-size: 1.6rem;
		border-radius: 100%;
    }

    .show_lg img {
        height: 40rem;
        width: 40rem;
        margin-top: 2rem;
        border-radius: 2rem;
        margin: 0 3rem 0 0;
    }

    .machine_flex {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
		margin-top: 3rem;
    }

    .faq {
        padding: 7rem;
    }

    .accord_header {
        height: 6.5rem;
        display: flex;
        font-size: 1.8rem;
        font-weight: 600;
        align-items: center;
        padding: 0 3.2rem;
        justify-content: space-between;
    }

    .accordion {
        width: 80%;
        margin: auto;
        background: var(--color-gray);
        margin-top: 1rem;
    }

    .card {
        background-color: white;
        margin-bottom: 1.6rem;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    }

    .card-header p {
        padding: 0;
        margin: 0;
    }

    .down {
        width: 1.49rem;
        height: 0.88rem;
        visibility: visible;
    }

    .card-body {
        padding: 1.3rem 3.2rem;
        font-size: 1.6rem;
        font-weight: 400;
    }

    .process__list {
        display: flex;
        margin-top: 4rem;
    }

    .question {
        font-size: 2rem;
    }

    .answer {
        font-size: 1.6rem;
    }

    .question__block {
        /* justify-content: center; */
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        /* flex-wrap: nowrap; */
        /* margin: 1.8rem 0; */
        padding: 3rem;

    }

    .question__block:not(:last-child) {
        border-right: 1px solid var(--color-black);
    }

    .question__block img {
        margin-bottom: 3rem;
    }

    .question__item {
        text-align: left;
        margin-left: 0;
    }

    .question__item p.question {
        margin-bottom: 1.3rem;
    }

    .mission__list{
        padding: 2rem 15rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
    }
}


@media screen and (min-width: 600px) and (max-width: 1300px) {
	.plan_desc_block {
		padding-right: 3rem;
		width: 50%;
	}

	.show_lg img {
		height: 30rem;
		width: 30rem;
		margin-top: 2rem;
		border-radius: 2rem;
		margin: 0 2rem 0 0;
	}

	img.show_lg {
		height: 30rem;
		width: 30rem;
	}
}

@media screen and (min-width: 600px) and (max-width: 800px) {
	.show_lg img {
		display: none;
	}
}

@media screen and  (max-width: 800px) {
    .partner__block {
        width: 12rem;
        height: 12rem;
        display: flex;
        align-items: center;
        background-color: white;
        margin-inline: 1rem;
        margin: 1rem;
        border-radius: 0.4rem;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    }
    
    .mission__block {
        align-items: center;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
        display: flex;
        flex-direction: column;
        height: 12rem;
        justify-content: space-evenly;
        margin: 1rem 0;
        width: 12rem;
        padding: 1rem;
    }
    
    .mission__block p {
        color: var(--color-black);
        font-size: 1rem;
        font-weight: 600;
        margin: 0;
        text-align: center;
    }
    
    .mission__icon {
        height: 4rem;
        width: 4rem;
    }
}

.details {
    margin-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem; 
}

.details__subtitle {
    text-align: center;
    padding: 0.6rem;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 0.8rem;
    color: var(--color-light-black);
}

.chat-bound {
    width: 240px;
    height: 4rem;
    margin: 2rem 1rem;
    background: #277DF1;
    border-radius: 5px;
}

.chat__text{
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    color: white;
    font-weight: 300;
    justify-content: center;
}
.chat__button{
    display: flex;
    align-items: center;
    font-size: 0.6rem;
    color: white;
    font-weight: 300;
    justify-content: center;
    cursor: pointer;
}
.chat__but {
    border-radius: 30px;
    background: white;
    color: #000;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

.partner .partner__subtitle {
    text-align: center;
    padding: 1.6rem;
}

.donate {
    color: white;
    width: 50%;
    font-size: 1rem;
    background: red;
    border: 0;
    height: 4rem;
    border-radius: 20px;
    line-height: 4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.donate__block {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: white;
    font-weight: 600;
    justify-content: center;
}
.faq__footer {
    font-size: 1.4rem;
    padding: 2rem 1.5rem;
    margin-left: 1rem;
}

@media screen and (min-width: 800px) {
    .details {
        padding-bottom: 2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        padding-left: 16rem;
        padding-right: 16rem; 
    }
    .details__subtitle {
        text-align: center;
        padding: 1.6rem;
        font-size: 2.6rem;
        font-weight: 600;
        margin-top: 0.8rem;
        color: var(--color-light-black);
    }

    .chat-bound {
        width: 700px;
        height: 9rem;
        margin: 2rem 1rem;
        background: #277DF1;
        border-radius: 10px;
    }

    .chat__text{
        display: flex;
        align-items: center;
        font-size: 2.4rem;
        color: white;
        font-weight: 500;
        justify-content: center;
    }
    .chat__button{
        display: flex;
        align-items: center;
        font-size: 2.4rem;
        color: white;
        font-weight: 500;
        justify-content: center;
        
    }
    .chat__but {
        border-radius: 30px;
        background: white;
        color: #000;
        font-weight: 500;
        padding: 1rem 3rem;
    }
    .donate {
        font-weight: 700;
        font-size: 2.4rem;
        height: 8rem;
        line-height: 8rem;
        color: white;
        width: 20%;
        border: 0;
        border-radius: 100px;
        margin-top: 6rem;
        margin-bottom: 2rem;
    }
    .faq__footer {
        font-size: 1.8rem;
        padding: 2rem 1.5rem;
        margin-left: 18rem;
    }
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  .footer {
      padding: 1.5rem;
      font-size: 1.2rem;
      background: #eee;
  }