/*Basics*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html, html a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

html, body {
	min-height: 100%; 
	margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
	font-size: 17px;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff; 
	word-wrap: break-word;
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Arimo', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #444;
	margin: 0;
	padding: 0; 
}

h2 { font-size: 30px; text-align: center;margin: 0px 0 60px 0;}
h3 { font-size: 54px;}
h4 { font-size: 32px;}
h5 { font-size: 21px;}
h6 { font-size: 18px;}

h2#main-title{
	/* font-family: "Tangerine", cursive; */
	font-family: "Roboto Condensed", serif;
	/* font-family: "Oswald", serif; */
	/* font-family: "Nunito", serif; */

	font-weight: 700;
	font-style: normal;
	text-transform:none;
	font-size: 53px;
	text-transform: uppercase;
}

.mt-4{
	margin-top: -90px;
}

p {
	line-height: 1.4;
	margin: 20px 0;
}

p.subtitle {
	font-family: 'Arimo', sans-serif;
	text-transform: uppercase;
	/* font-weight: 700;
	letter-spacing: 0.03em; */
	/* color: #777; */
	text-align: center;
}

img, embed, object, video {
	max-width: 100%; }


ul, li {
	list-style: none;
	margin: 0;
	padding: 0; 
}

a {
	text-decoration: none; 
	color: #e41e26;
}

a:hover {
	text-decoration: none; 
	color: #42966e;
}

::selection {
	background: #444;
	color: #fff;
}

.clear {
	clear: both;
}
	
.wrapper {
	max-width: 1190px;
	margin: 0 auto;
	position: relative; 
}

input[type=text], input[type=email], input[type=number] {
	border: 2px solid #444;
	background: #fff;
	font-size: 17px;
	color: #444;
	padding: 16px;
	border-radius: 10px;
	width: 230px;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.buttons {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.language-switch button{
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
}

.language-switch{
	 float: right;
	 margin-top: 50px;
}

.language-button {
    border: none;
    background: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden; /* Ensure smooth transition */
    padding: 0;
}

.language-button img {
    display: block;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform-origin: center;
}

.language-button:hover img {
    transform: scaleX(-1); /* Flip horizontally */
}

a.button-1, a.button-2, button {
	color: #fff;
	background: #e41e26;
	border: 2px solid #e41e26;
	border-radius: 999px;
	margin-top: -2px;
	margin-left: 10px;
	font-family: 'Arimo', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.03em;
	display: inline-block;
	width: 220px;
	margin: 10px;
	text-align: center;
	padding: 18px 0;
}

a.button-1:hover {
	border-color: #42966e;
	background: #42966e;
}

a.button-2 {
	border-color: #444;
	background: none;
	color: #444;
}

a.button-2:hover {
	background: #444;
	color: #fff;
}



/*Header*/

header#top {
	background: #fff;
	height: 160px;
}

h1.logo a {
	display: inline-block;
	float: left;
	color: #444;
	line-height: 2.25;
	text-indent: -4999px;
	background: url(../images/logo.png) center center no-repeat;
	margin: 40px 0 0 40px;
	width: 120px;
	height: 120px;
	background-size: contain;
}

.parallax {
    position: relative !important;
    background-image: url('../images/background-image.jpg'); /* Replace with the path to your image */
    background-attachment: fixed; /* Key property for parallax */
    background-position: center;
    background-repeat: no-repeat;
	background-blend-mode: color-burn; 
	filter: brightness(70%);
    background-size: cover;
    padding: 50px 0; /* Adjust padding for content spacing */
    color: white; /* Ensure the text is visible */
    z-index: 1;
}

.parallax .wrapper {
    position: relative;
    z-index: 2; /* Ensure content stays above the background */
}

.parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Add a dark overlay for better contrast */
    z-index: 1;
    filter: brightness(26%);
}

.hands{
	margin-top: -110px;
    z-index: 999999999;
    position: relative;
    /* background: red; */
	width: 100%;
	text-align: center; 
}

.hands img{
	width: 300px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    /* margin-left: 37%; */
    margin-top: -133px;
}
.hands .al{
	width: 100%;
    height: 19px;
    /* background: black; */
    margin-top: 115px;
	float: left;
	background: linear-gradient(to right, 
	#e60012 0%, 
	#000000 35%, 
	rgba(0, 0, 0, 0) 45%, 
	rgba(0, 0, 0, 0) 50%, 
	#005BAC 55%, 
	#F1C40F 100%); 
	position: relative;
	z-index: 9999;
}

.hands {
	width: 500px;
	margin: 10px auto;
}

.hands img{
	max-width: 120px;
	display: inline-block;
	transition: transform 0.5s ease, opacity 0.5s ease;
	opacity: 0.0;
}

.hands #red{
	transform: rotate(-50deg);
}

.hands #black{
	margin-left: -52px;
	transform: rotate(50deg);
}

#banner h2 {
	margin: 220px auto 0;
	padding: 0 5%;
	opacity: 0.9;
	color: #333;
	font-size: 43px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.03em;
}

#banner p.subtitle {
	font-size: 25px;
	margin: 50px 0 50px 0;
}





/*Email List Section*/

.email-list-section {
	background: #e41e26;
	padding: 100px 0;
	color: #fff;
	margin-top: -40px;
}
	
.email-list-section h3 {
	color: #fff;
	text-align: center;
}

.email-list-section p.subtitle {
	color: #ffffff;
	font-size: 17px;
}

.email-list-section form {
	width: auto;
	text-align: center;
	margin: 40px auto 0 auto;
	/* border: 1px solid white; */
}

#add-member-button {
	background-color: #cb0e15;
	color: #fff;
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin: 10px 30px;
	font-size: 14px;
	outline: 1px solid white;
}

#add-member-button:hover {
	background-color: #a5070c;
}

#add-member-button i {
    margin-right: 5px;
}

.member-section, .button-row {
	width: 80%;
	margin: 0 auto;
}

.button-row {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 10px;
	
}

.email-list-section input[type=text],.email-list-section input[type=email],.email-list-section input[type=number]  {
	/* background: #e41e26; */
	color: #000000;
	color: rgba(0, 0, 0, 0.75);
	border: 2px solid #eee;
	margin: 10px 5px;
}

.email-list-section button {
	background: #fff;
	color: #e41e26;
	margin: 10px 5px;
}


/*Footer*/
footer {
	background: #444;
	margin-top: 0px;
	color: #fff;
	text-align: center;
	padding: 60px 0 0 0;
}

footer a.logo {
	display: block;
	float: left;
	color: #fff;
	text-indent: -4999px;
	background: url(../images/logo.png) no-repeat;
	margin: 0 0 0 40px;
	padding: 0 0 40px 0;
	width: 56px;
	height: 74px;
	background-size: contain;
}

footer .footer-left {
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-left: 50px;
}

footer .footer-right {
	float: right;
	margin-top: 20px;
	text-align: right;
}

footer p {
	font-size: 17px;
	margin: 5px;
}

footer p.copyright {
	font-family: 'Arimo', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

footer .footer-links {
	color: #777;
}

footer a {
	color: white;
}

footer a:hover {
	color: #e41e26;
}

footer .footer-links a {
	color: #777;
	margin: 0 20px;
}

footer .footer-links a:hover {
	color: #e41e26;
}

footer .footer-links a:first-of-type {
	margin: 0 20px 0 0;
}

footer .footer-right a.social {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: no-repeat center;
	text-indent: -4999px;
	overflow: hidden;
	text-align: left;
	background-color: #363636;
	border-radius: 999px;
	margin-left: 10px;
}

footer .footer-right a.social:hover {
	background-color: #e41e26;
}

footer a.social.facebook {
	background-image: url(../images/social-facebook.png);
}
footer a.social.instagram {
	background-image: url(../images/social-instagram.png);
}

footer .developed{
	margin-top: 50px;
	color: #9c9797;
	padding-bottom: 10px;
}

/* Donations */

section.donation-section {
    width: 80%;
    margin: 0 auto;
}

p#donation-description{
		/* font-family: "Tangerine", cursive; */
		/* font-family: "Roboto Condensed", serif; */
		font-family: "Oswald", serif;
		/* font-family: "Nunito", serif; */
}


/* For Tablets (portrait mode, 768px to 1024px) */
@media only screen and (max-width: 1024px) {
	header#top {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	h1.logo a {
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 80px;
		height: 80px;
		margin-left: 15px;
	}

	h2#main-title{
		font-size: 1.7em;
		margin: 0px 0 50px 0;
	}


	#banner h2 {
		font-size: 400%;
		margin-top: 100px;
		padding: 0;
		width: 100%;
	}
    /* Adjusting banner */
    #banner {
        height: 460px;
    }
    #banner h2 {
        font-size: 40px;
        margin-top: 100px;
        padding: 0;
        width: 100%;
    }
    #banner p.subtitle {
        font-size: 18px;
    }

    /* Adjusting the header */
    header#top {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h1.logo {
        text-align: center;
        width: auto;
		display: inline-block;
    }
	.language-switch{
		margin-top: -15px;
        margin-right: 20px;
	}

    /* Form input adjustments */
    .email-list-section input[type=text],.email-list-section input[type=email], .email-list-section input[type=number]  {
        width: 80%;
        margin: 10px auto;
    }
    .button-row {
        justify-content: center;
    }

    /* Email list section text size */
    .email-list-section h3 {
        font-size: 38px;
    }

    /* Footer adjustments */
    footer {
        padding: 30px 0;
    }
    footer .footer-left, footer .footer-right {
        float: none;
        text-align: center;
    }
    footer .footer-links a {
        margin: 0 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 960px) {
	footer {
		padding: 30px 0;
	}
	footer .footer-left, footer .footer-right, footer a.logo {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	footer .footer-left {
		margin-bottom: 20px;
	}
	footer a.logo {
		 margin: 10px auto 40px auto;
	}
	footer .footer-links a {
		margin: 0 5px!important;
		font-size: 14px;
	}
}

@media only screen and (max-width: 640px) {
	a.button-1, a.button-2 {
		font-size: 16px;
		margin: 5px;
	}
}

/* For Mobile Phones (portrait mode, max-width: 480px) */
@media only screen and (max-width: 480px) {
    /* Adjusting banner */
    #banner {
        height: 540px;
    }
    h2#main-title {
        font-size: 32px;
        margin-top: 80px;
    }
    #banner p.subtitle {
        font-size: 14px;
    }

	#banner h2 {
		font-size: 64px;
		margin-top: 64px;
	}

    /* Header */
    header#top {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    h1.logo {
        text-align: center;
        margin: 10px auto;
    }

	.hands {
		width: 400px;
	}

    /* Email List Section */
    .email-list-section input[type=text], .email-list-section input[type=email], .email-list-section input[type=number]  {
        width: 90%;
        margin: 10px auto;
    }

    .email-list-section h3 {
        font-size: 28px;
    }

    /* Footer adjustments */
    footer {
        padding: 20px 0;
    }
    footer .footer-left, footer .footer-right {
        float: none;
        text-align: center;
    }
    footer .footer-links a {
        margin: 0 5px;
        font-size: 14px;
    }

    /* Language switch button adjustments */
    .language-switch button {
        width: 40px;
        height: 40px;
    }
}
