* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    min-height: 100vh;
}
.big-container {
    width: 100%;
    position: absolute;
    animation: fade .5s ease-in-out forwards;
    opacity: 0;
}
@keyframes fade {
   to {
    opacity: 1;
   } 
}
.container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background: linear-gradient(225deg, #e6e7eb, #a3a7af); */
    background: #f5f6f9;
}

section {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    text-align: center;
}
section div {
    animation: fade 1s ease-in-out forwards;;
    opacity: 0;
}
section a {
    text-decoration: none;
    color: #272e37;
}
section a.link:hover {
    text-decoration: underline;
}
section a.button {
    color: #ddd;
    padding: 8px 15px;
    text-transform: capitalize;
    display: inline-block;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8.5px);
    border-radius: 2rem;
    transition: all 0.3s ease-in-out;
}
section a.button:hover {
    text-decoration: none;
    color: #6c757d;
    background: rgba(255, 255, 255, 0.75);
}
section p a:hover {
    text-decoration: underline;
}
section strong {
    margin: auto 4px;
    word-break: keep-all;
}

section a.button-w {
    color: #6c757d;
    background: rgba(0, 0, 0, 0.1);
}
section a.button-w:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.sections {
    width: 100%;
    z-index: 10;
}

.section {
    width: 100%;
    height: 100%;
    padding: 40px 80px;
    align-items: center;
}
#section1 .section {
    display: flex;
}

.section-item {
    height: 100%;
    display: flex;
    margin: 10px;
}
.s-1 {
    width: 10%;
}
.s-2 {
    width: 20%;
}
.s-3 {
    width: 30%;
}
.s-4 {
    width: 40%;
}
.s-5 {
    width: 50%;
}
.s-6 {
    width: 60%;
}
.s-7 {
    width: 70%;
}
.s-8 {
    width: 80%;
}
.s-9 {
    width: 90%;
}
.s-10 {
    width: 100%;
}

.section-media {
    align-items: center;
    text-align: center;
    justify-content: center;
}

.section-media img {
    position: relative;
    display: block;
    width: 80%;
    max-width: 500px;
}

.section-text {
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    justify-content: space-between;
    color: #272e37;
}

.section-text-header {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}
.section-text-header h3 {
    text-transform: uppercase;
    font-size: 1.3em;
    text-shadow: 0 0 5px #cad4de;
}
.section-text-header h4 {
    text-transform: capitalize;
    font-size: 1.2em;
    font-weight: 400;
    text-shadow: 0 0 5px #cad4de;
}

.section-text-content p {
    font-size: 1em;
    margin-bottom: 10px;
    text-align: left;
    text-shadow: 0 0 5px #cad4de;
}
.section-text-content p:last-child {
    margin-bottom: 20px;
}
.section-text-content p.language-zh {
    text-indent: 2rem;
}
.section-text-content p.language-en {
    text-indent: 0;
}

.spacing-02.language-zh {
    letter-spacing: .2rem;
    text-indent: .2rem;
}
.spacing-02.language-en {
    letter-spacing: 0;
    text-indent: 0;
}
.spacing-2.language-zh {
    letter-spacing: 2rem;
    text-indent: 2rem;
}
.spacing-2.language-en {
    letter-spacing: 0;
    text-indent: 0;
}

.section-first {
    margin-top: 40px;
}
.section-last {
    margin-bottom: 40px;
}

.sections-container {
    justify-content: center;
    width: 100%;
}

#section1 {
    background-image: url("../img/toolkits/toolkits-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    /* background: linear-gradient(135deg, #6f849f, #324764, #324764); */
    /* background: radial-gradient(ellipse at right, #6f849f 0%, #324664 100%); */
    width: 100%;
    height: 100vh;
    text-shadow: 0 1px 4px rgba(0, 0, 0);
}
#section1 h2 {
    color: #fff;
    /* color: #95EBEE; */
    font-size: 3em;
    font-weight: 400;
}
#section1 h2.language-zh {
    letter-spacing: 40px;
    text-indent: 40px;
}
#section1 h2.language-en {
    letter-spacing: 0;
    text-indent: 0;
    text-transform: uppercase;
}
#section1 p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 30px 0;
    text-transform: capitalize;
    letter-spacing: 3px;
    text-indent: 3px;
}
#section1 p.language-zh {
    letter-spacing: 3px;
    text-indent: 3px;
}
#section1 p.language-en {
    letter-spacing: 0;
    text-indent: 0;
}

#section1 .section-media {
    display: flex;
    justify-content: end;
}
#section1 .section-text {
    justify-content: space-evenly;
    width: fit-content;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#section1 .section-text-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-indent: 1px;
    width: fit-content;
}
#section1 .section-text-header p {
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 2rem;
    text-indent: 0;
    text-transform: none;
    color: #fff;
    /* color: #d6d9d9; */
}
#section1 .section-text-header p.language-zh {
    text-align: left;
    text-indent: 2em;
}
#section1 .section-text-header p.language-en {
    text-align: center;
    text-indent: 0;
}
#section1 a.button {
    margin: 5px 0;
    color: #fff;
    text-shadow: 0 0 4px rgb(0 0 0 / 70%);
}
#section1 a.button:hover {
    text-decoration: none;
    color: #6c757d;
    background: rgba(255, 255, 255, 0.75);
    text-shadow: none;
}
#section1 a.button.language-zh {
    letter-spacing: 1px;
    text-indent: 1px;
}
#section1 a.button.language-en {
    letter-spacing: 0;
    text-indent: 0;
}

#section1 img {
    max-height: 360px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#section-firstpage {
    position: relative;
    margin-top: 60px;
    padding-top: 10%;
    padding-bottom: 10%;
}

/* img.logo {
    max-height: 200px;
} */

img.picture {
    border-radius: 3px;
    width: 100%;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.section-text-content ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.section-text-content ul li {
    list-style: none;
    display: flex;
    margin: 2px 0;
}
.section-text-content ul li:first-child {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    text-shadow: 0 0 1px rgba(39, 46, 55, 0.6);
}
.section-text-content ul li:first-child.language-zh {
    font-size: 1.05rem;
    letter-spacing: .2rem;
    text-indent: .2rem;
}
.section-text-content ul li:first-child.language-en {
    font-size: 1rem;
    letter-spacing: 0;
    text-indent: 0;
}
.section-text-content ul li i {
    margin-right: 10px;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}

.divider {
    align-items: center;
    /* background-color: rgba(111, 132, 159, 0.3); */
    background-image: linear-gradient(to right, transparent, rgba(111, 132, 159, 0.3) 50%, rgba(111, 132, 159, 0) 100%);
    height: 1px;
    margin: 20px 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    justify-content: center;
    align-items: center;
    background: transparent;
    animation-name: modalopen;
    animation-duration: 0.1s;
}
.modal-form {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%), 
                0 4px 4px rgb(0 0 0 / 5%), 
                0 8px 8px rgb(0 0 0 / 5%), 
                0 16px 16px rgb(0 0 0 / 5%), 
                0 32px 32px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 20px;
    animation-name: modalopen;
    animation-duration: 0.3s;
}

@keyframes modalopen {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-body {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    vertical-align: middle;
    letter-spacing: 0;
    text-indent: 0;
    padding: 20px;
}
.modal-body form {
    width: 100%;
}

.modal-header {
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.modal-title {
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
}
.modal-title h2 {
    font-size: 1.1rem;
    font-weight: 100;
    color: #555;
    text-shadow: 0px 0px 1px #333;
    text-transform: capitalize;
}
.modal-title h2.language-zh {
    letter-spacing: 0.4rem;
    text-indent: 0.4rem;
}
.modal-title h2.language-en {
    letter-spacing: 0;
    text-indent: 0;
}
#modal-close {
    position: absolute;
    display: flex;
    top: 30px;
    right: 20px;
    color: #aaa;
    font-size: 20px;
    cursor: pointer;
    align-items: center;
    vertical-align: center;
}
#modal-close i:hover {
    color: #333;
}

.form-group {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: #838383 !important;
}
.form-group:last-child {
    margin-bottom: 0;
}

.form-control {
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    color: #555;
    width: 100%;
    height: 51px;
    padding: 12px 18px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    border-color: #bcbfc2;
    outline: 0;
    box-shadow: 0 0 8px #bcbfc2;
}

::placeholder {
    color: #bcbfc2;
}

.modal-footer {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}
.modal-footer button {
    width: 100px;
    height: 36px;
    border: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2rem;
    font-size: 1rem;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.modal-footer button:hover {
    text-decoration: none;
    color: #6c757d;
    background: rgba(0, 0, 0, 0.1);
}
.modal-footer button.language-zh {
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
}
.modal-footer button.language-en {
    letter-spacing: 0;
    text-indent: 0;
}

.card {
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f7f7f7;
    border-radius: 0.25rem;
    align-items: center;
    padding: 40px;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.card.card-column {
    flex-direction: column;
}

.toolkit {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sdg-target .card-body {
    border: 1px solid #d8d8d8;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.sdg-target .goal-header {
    display: flex;
}
.sdg-target img.goal-logo {
    margin-right: 20px;
    width: 77px;
    max-width: 100%;
    display: block;
    border-style: none;
}
.sdg-target .goal-target {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.sdg-target .goal-title {
    font-family: "Barlow Semi Condensed";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.14;
    color: #333333;
}
.sdg-target .goal-text {
    font-family: "Barlow Semi Condensed";
    font-size: 1rem;
    color: #4d4d4d;
    margin-bottom: 0;
}
.sdg-target .target {
    font-family: "Barlow Semi Condensed";
    font-size: 1rem;
    color: #757575;
    text-transform: none;
}

.sdg-target .indicators {
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    text-align: left;
}
.sdg-target .indicators.last-indicator {
    border-bottom: 1px solid #d8d8d8;
}
.sdg-target .indicators-header .btn {
    font-size: 1rem;
    font-family: "Barlow Semi Condensed";
    color: #757575;
    padding: 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sdg-target .indicators-header .btn.collapsed::after {
    transform: rotate(0deg);
}

.sdg-target .indicators-header .btn::after {
    color: #333333;
    margin-left: 15px;
    transition: 0.4s;
    transform: rotate(180deg);
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.sdg-target .indicators > div {
    padding: 15px 115px;
}
.sdg-target .indicators-collapse {
    background-color: #f2f2f2;
    border-top: 1px solid #d8d8d8;
}
.sdg-target .indicators-collapse .goal-indicator .goal-title {
    font-family: "Barlow Semi Condensed";
    font-size: 1.5rem;
}
.sdg-target .indicators-collapse .goal-indicator:not(:last-child) {
    margin-bottom: 15px;
}

.collapse:not(.show) {
    display: none;
}

#sdg6s-close {
    position: absolute;
    display: flex;
    top: 4px;
    right: 0;
    color: #aaa;
    font-size: 20px;
    cursor: pointer;
    align-items: center;
    vertical-align: center;
}

#sdg6s-close i:hover {
    color: #333;
}

span.fixed {
    display: inline-table;
}
span.fixed.language-en {
    width: 90px;
    text-align: left;
}

.background-info {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 10px;
    border-radius: 2px;
    transition: background 0.2s ease-in-out;
}
.background-info:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.background-info span {
    font-size: 0.9rem;
    opacity: 0.6;
    color: ghostwhite;
}
.background-info:hover span {
    opacity: 1;
}