:root {
	--beige: #EFE2D3;
	--dark-blue: #1D253B;
	--orange: #F05737;
	--gray: #848484;
	--black: #333333;
	--green: #8fae1b;
}

p {
	text-decoration: none;
}

section {
	max-width: 100%;
}

h2 {
	font-size: 64px;
}

/* intro */
.bg_color {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -100;

	height: 50vh;
	width: 50vw;
	background-color: var(--dark-blue);
}

#intro .flex {
	justify-content: flex-start;
}

.center__wrapper {
	position: absolute;
	pointer-events: none;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.grid {
	display: grid;
	grid-gap: 1.5em;
	width: 40vw;
	grid-template-columns: repeat(6, 1fr);
}

.img_wrapper {
	max-height: 300px;
	overflow: hidden;
}

.img_wrapper img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#intro .grid .img_wrapper:nth-child(1) {
	grid-column: span 4;
}

#intro .grid .img_wrapper:nth-child(2) {
	grid-column: span 2;
}

#intro .grid .img_wrapper:nth-child(3) {
	grid-column: span 3;
}

#intro .grid .img_wrapper:nth-child(4) {
	grid-column: span 3;
}

#intro .grid .img_wrapper:nth-child(5) {
	grid-column: span 2;
}

#intro .grid .img_wrapper:nth-child(6) {
	grid-column: span 4;
}

#intro .title_wrapper {
	max-width: 500px;
	height: fit-content;
	margin-top: 100px;
	margin-left: 400px;
}

.title_wrapper span,
.title_wrapper h2,
.title_wrapper p {
	display: block;
	padding: 0;
	line-height: 1;
}

.title.border-bottom h2 {
	position: relative;
	border: 0px;
}

.title.text-below {
	margin-bottom: 10px;
}

.border-bottom h2::after {
	content: "";
	position: absolute;
	bottom: 12px;
	left: 0;
	background-color: var(--dark-blue);
	width: 100%;
	height: 3px;
}

.btn {
	text-transform: uppercase;
	font-weight: 600;

	line-height: 1;
	border-radius: 0;
	padding: 10px 25px;
	padding-bottom: 7px;

	background-color: var(--dark-blue);
	color: var(--beige);
}

.btn:hover {
	background-color: var(--orange);
}

/* donations */
section#donations {
	background-color: var(--dark-blue);
	min-height: 200px;
	padding: 40px;

	background-image: linear-gradient(to top, #161c2d, #1d253be0), url(img/donations/bg.JPG);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#donations .grid {
	grid-template-columns: repeat(6, 1fr);
	grid-auto-flow: dense;
	grid-gap: 0;
	width: 100%;
}

#donations h3,
#donations p {
	color: var(--beige);
}

#donations h3 {
	font-size: 36px;
	margin-top: 20px;
	line-height: 1;
}

#donations p {
	font-weight: 100;
	padding-top: 0;
}

#donations .box {
	grid-column: span 2;
	grid-row: span 2;
}

#donations .hor {
	grid-column: span 2;
}

#donations .img_wrapper {
	position: relative;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	transition: all .3s ease;
}

#donations .box .img_wrapper {
	max-height: inherit;
}

#donations .img_wrapper img {
	transition: all .3s ease;
}

#donations svg {
	position: absolute;
	bottom: 5px;
	left: 5px;
	fill: var(--beige);
	padding: 5px;
	transform: scale(1.5);
	z-index: 15;
	background-color: var(--dark-blue);
	transition: all .3s ease;
	opacity: 0;
}

.donation_item {
	padding: 0;
	border: solid 1px #efe2d375;
	transition: all .3s ease;
	backdrop-filter: blur(10px);
}

.donation_item h3,
.donation_item p {
	padding: 0 10px;
}

.donation_item p {
	padding-bottom: 10px;
}

.donation_item:hover {
	transform: scale(1.05);
	/* background-color: var(--dark-blue); */
	filter: drop-shadow(rgba(0, 0, 0, 0.624) 1rem 1rem 10px);
	z-index: 10;
}

#donations .img_wrapper:hover svg {
	opacity: 1;
}

.donation_bg {
	filter: grayscale(100%);
	opacity: .5;
}

.donation_item:hover .img_wrapper img {
	transform: rotate(5deg) scale(1.3);
}

/* donated */

#donated {
	position: relative;
	max-width: 1200px;
	background-color: var(--orange);
	border-radius: 20px;
}

#donated .title_wrapper {
	width: 100%;
	margin: 5ch 40px;
	margin-left: 50%;

}

#donated .title_wrapper h2 {
	color: var(--beige);
	line-height: 0.5;
}

#donated .title_wrapper span {
	font-size: 36px;
	color: var(--beige);
}

#donated table {
	margin: 0;
	padding: 0;
}

#donated svg {
	cursor: pointer;
}

#donated .img_wrapper {
	position: absolute;
	top: 0%;
	left: 25%;
	transform: translate(-50%, -50%);
	z-index: 10;
	/* max-width: 500px; */
}

#donated video {
    max-width: 600px;
	pointer-events: none;
}

.copi {
	position: relative;
	height: 19px;
	margin-top: 0;
}

.copi button {
	position: absolute;
	top: -10px;
}

.copi_modal {
	position: absolute;
	top: -150%;
	left: 50%;
	transform: translate(-40%, -50%);
	transition: all .3s ease;
	filter: drop-shadow(rgba(0, 0, 0, 0.181) 0 10px 10px);
	background-color: var(--beige);
	padding: 2px 10px;
	z-index: 10;
}

.copi_modal::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);

	height: 10px;
	width: 10px;
	background-color: var(--beige);
	z-index: 9;
}

.copi_modal p {
	color: var(--orange);
}

.img_wrapper.png {
	overflow: visible;
}

.description {
	margin: 20px 0;
	margin-bottom: 15px;
	max-width: 450px;
}

.description.dark_bg {
	color: var(--beige);
}

tr:hover {
	background-color: inherit;
	color: inherit;
}

th,
td {
	padding: 8px 30px;
	padding-left: 0;
}

tr p {
	color: var(--beige);
	text-align: justify;
}

/* partners */

#partners {
	max-width: 800px;
}

.title_wrapper {
	max-width: 500px;
}

#partners .img_wrapper img {
	height: inherit;
}


footer .footer__logo {
	margin-left: 15px;
	margin-top: 15px;
}







@media screen and (max-width: 1920px) {
	p {
		font-size: 16px;
	}

	.center__wrapper {
		top: 70%;
	}

	.center__wrapper video {
		width: 70vw;
	}
}

@media screen and (max-width: 1500px) {
	h2 {
		font-size: 32px;
	}

	.border-bottom h2::after {
		content: "";
		position: absolute;
		bottom: 5px;
		left: 0;
		background-color: var(--dark-blue);
		width: 100%;
		height: 3px;
	}

	section {
		padding: 0;
	}

	#intro .grid {
		width: 100%;
		max-width: 40vw;
	}

	#intro .title_wrapper {
		margin-left: 20vw;
		max-width: 350px;
		margin-top: 50px;
	}

	#donations .grid {
		grid-template-columns: repeat(5, 1fr);
	}

	#donated {
		max-width: 85vw;
	}

	.center__wrapper {
		top: 70%;
	}

	.center__wrapper video {
		width: 70vw;
	}
}

@media screen and (max-width: 1200px) {
	#intro .grid {
		grid-gap: .8em;
	}

	.center__wrapper {
		top: 80%;
	}

	.center__wrapper video {
		width: 70vw;
	}

	#intro .title_wrapper {
		margin-top: 80px;
		max-width: 250px;
	}

	#donations .grid {
		grid-template-columns: repeat(3, 1fr);
	}

	#intro {
		margin-bottom: 0;
	}

	#donated {
		max-width: 90%;
		/* margin-left: 0;
		border-radius: 0 10px 10px 0; */
	}

	#donated .img_wrapper {
		left: 20%;
		top: 10%;
	}

	#donated video {
		width: 50vw;
	}

	#donated .title_wrapper {
		max-width: 600px;
		margin-right: 5%;
		margin-left: 45%;
	}

	#partners {
		padding: 0 2rem;
		margin: 4rem auto;
	}

	.donation_item:hover .img_wrapper img {
		transform: rotate(0) scale(1);
	}

	.donation_item:hover {
		transform: scale(1);
		/* background-color: var(--dark-blue); */
		filter: inherit;
		z-index: 10;
	}

	footer .footer__logo {
		margin: auto;
		margin-top: 15px;
	}
}

@media screen and (max-width: 768px) {
	#donated .title_wrapper {
		max-width: fit-content;
		margin-right: 5%;
		margin-left: 45%;
	}

	#donations .grid {
		grid-template-columns: repeat(2, 1fr);
	}

	section#donations {
		padding: 0;
	}

	section#intro {
		margin-top: 0;
	}

	.center__wrapper {
		top: 40vh;
		width: 100vw;
	}

	.bg_color {
		width: 100%;
		height: 40vh;
	}

	#intro .grid {
		max-width: 100vw;
		max-height: 50vh;
	}

	#intro .img_wrapper {
		max-height: 150px;
	}

	#donated {
		margin: auto;
		border-radius: 10px;
	}

	#donated .title_wrapper {
		margin: 20px;
	}

	#donated .flex,
	#partners .flex .flex {
		flex-direction: row;
		margin-top: 20px;
	}
    #donated .flex{
        flex-direction: column;
    }
	#donated .img_wrapper {
		top: 15%;
		left: 50%;
		margin-top: -100px;
		position: static;
		width: 80%;
		transform: inherit;
	}

	#donated video {
		width: 85vw;
		position: static;
		top: 50%;
		left: 50%;
		transform: inherit;
	}

	.center__wrapper {
		width: 90vw;
	}

	.center__wrapper video {
		width: 90vw;
	}

	#donated h2 {
		font-size: 48px;
	}
}

@media screen and (max-width: 480px) {
	#donations .grid {
		grid-template-columns: repeat(1, 1fr);
	}

	#donations .hor {
		grid-column: span 1;
	}

	#donations .box {
		grid-column: span 1;
		grid-row: span 1;
	}
}