@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --black: #000;
    --white: #fff;
    --secondary-white: #FAF6F7;
    --primary-red: orange;
    --secondary-red: #301A22;
    --mid-red: #FF6378;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: 'Poppins', serif;
    background-color: var(--white);
}

li,
a {
    text-decoration: none;
    list-style: none;
    color: none;
}

/* Utilities */
.container {
    width: 90%;
    margin: 0 auto;
}

.owl-carousel {
    width: 100% !important;
}

.owl-carousel.owl-drag .owl-item {
    display: flex !important;
    justify-content: center !important;
}

.logo {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--secondary-red);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 800;
}

.logo-footer {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--white);
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
}

.logo-footer img {
    width: 20rem;
}

.logo-span {
    color: var(--primary-red);
}

.about-page {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/volunteer-img.png');
    backdrop-filter: blur(20.5px);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15rem 0rem;
    display: flex;
    align-items: center;
}

.contact-page {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/image4.jpg');
    backdrop-filter: blur(20.5px);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15rem 0rem;
    display: flex;
    align-items: center;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

/* Banner */
.banner {
    background-color: var(--primary-red);
    padding: 0.2rem 0rem;
    display: flex;
    align-items: center;
}

.banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-main {
    display: flex;
    gap: 2.8125rem;
}

.banner-content {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    color: var(--white);
}

.banner-content p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--white);
}

.banner-content p a {
    color: var(--white);
}

.banner-socials {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    gap: 20px;
    height: 100%;
    color: var(--white);
    font-size: 1rem;
}

.banner-socials a {
    display: flex;
    cursor: pointer;
    align-items: center;
    color: var(--white);
}

/* Navigation */
.banner-nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    height: 115px;
}

nav {
    display: flex;
    align-items: center;
    background-color: var(--white);
    padding: 0.8rem 0rem;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-list {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.nav-list li a {
    color: var(--black);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
}

.nav-list li a:hover {
    color: var(--primary-red);
}

.menu-btn {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    background: none;
    border: none;
    color: var(--secondary-red);
}

.dropdown {
    position: relative;
}

.dropdown-content {
    padding: 1rem;
    width: 200px;
    display: none;
    position: absolute;
    background-color: var(--white);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1;
}


.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Header */
.header {
    width: 100%;
    position: relative;
    z-index: 900;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/new-head.jpg');
    backdrop-filter: blur(20.5px);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 12rem 0rem;
    display: flex;
    align-items: center;
    margin-top: 115px;
}

.header-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.header-title {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.header-title h1 {
    color: var(--white);
    font-size: 5rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.header-title p {
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    color: white;
}

/* Causes */
.causes {
    background-color: var(--white);
    padding: 5.5rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.causes-container {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    overflow: hidden;
}

.causes-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.causes-title h1 {
    font-family: 'Lora', sans-serif;
    font-size: 2.5rem;
}

.cause-main-container {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.causes-main {
    width: 100%;
    height: auto;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    margin: 5px;
}

.causes-main:hover {
    box-shadow: 0 4px 8px rgba(242, 182, 204, 0.8);
}

.causes-main-img {
    background-image: url('../img/image2.jpg');
    border-radius: 10px 10px 0px 0px;
    background-position: center;
    background-size: cover;
    height: 200px; /* Set a fixed height */
}

.causes-main-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: auto;
}

.causes-main-content-paragraph {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.causes-main-content-paragraph h1 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Lora', sans-serif;
    color: var(--black);
}

.causes-main-content-paragraph p {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Lora', sans-serif;
    color: var(--black);
}


/* Who we are */
.who_we_are {
    background: var(--secondary-white);
    padding: 5rem 0rem;
}

.who_we_are-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 5rem; */
}

.who_we_are-img {
    width: 50%;
}

.who_we_are-img img {
    width: 100%;
    border-radius: 10px;
}

.who_we_are-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.who_we_are-content-paragraph {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.who_we_are-content-paragraph h1 {
    color: var(--secondary-red);
    font-size: 3rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.main-paragraph {
    color: var(--black);
    font-size: 1.2rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
}

/* Achievement */
.achievement {
    padding: 3rem 0rem;
    display: flex;
    align-items: center;
    background: var(--primary-red);
    /* background-image: url('../img/section-bg1.jpg.webp'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.achievement-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.achievement-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.achievement-title {
    color: var(--white);
    text-align: center;
}

.achievement-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.achievement-main-content h1 {
    color: var(--white);
    font-size: 3.3rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
}

.achievement-main-content p {
    font-size: 1.25rem;
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

/* Services */
.services {
    padding: 7rem 0rem;
    display: flex;
    align-items: center;
    background-color: var(--white);
}

.services-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    justify-content: center;
}

.services-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.services-title h1 {
    color: var(--secondary-red);
    font-size: 3rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
}

.services-title p {
    color: var(--black);
    font-size: 1.2rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
    width: 700px;
}

.services-main {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.services-content {
    background: var(--white);
    width: 30%;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
}

.services-content-img {
    border-radius: 100%;
    padding: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2.5rem;
    background-color: var(--primary-red);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-content-title h1 {
    cursor: pointer;
    color: var(--secondary-red);
    font-size: 1.7rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
}

.services-content-title h1:hover {
    color: var(--primary-red);
}

.services-content-paragraph p {
    text-align: center;
    color: var(--black);
    font-size: 1.2rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
}

/* donate */
.donate {
    padding: 5rem 0rem;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background: var(--secondary-white);
    
}

.donate-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.donate-main {
    width: 50%;
    background-color: var(--white);
    border-radius: 10px;
    padding: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.donate-img {
    width: 40%;
    /* height: 400px; */
}

.donate-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.donate-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.donate-content h1 {
    color: var(--secondary-red);
    font-size: 2.5rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    text-transform: capitalize;
}

.donate-content p {
    color: var(--black);
    font-size: 1.2rem;
    /* font-family: 'Lora', sans-serif; */
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

/* join */
.join {
    padding: 5rem 0rem;
    display: flex;
    align-items: center;
    background: var(--white);
}

.join-container {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    align-items: center;
}

.join-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.join-content-title {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.join-content-title h1 {
    color: var(--secondary-red);
    font-size: 2.5rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    text-transform: capitalize;
}

.join-content-title p {
    color: var(--black);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    text-align: left;
}

.join-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.join-form-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.join-form-title h1 {
    color: var(--secondary-red);
    font-size: 1.5rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 800;
}

.join-form-title p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--secondary-red);
}

.join-input {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid var(--secondary-red);
    border-radius: 100px;
    width: 100%;
}

.join-input input {
    background: transparent;
    color: var(--secondary-red);
    font-family: inherit;
    font-weight: 400;
    border: none;
    border: 10px;
    padding-left: 1rem;
}

.join-input input::placeholder {
    color: var(--secondary-red);
}

.join-input input:focus {
    outline: none;
}

.join-btn {
    height: 100%;
}

/* footer */
.footer {
    background-color: var(--secondary-red);
    padding: 4rem 0rem;
    display: flex;
    align-items: center;
    color: var(--white);
}

.footer-container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 4rem;
}

.footer-links-main {
    display: flex;
    justify-content: space-between;
}

.footer-link-intro {
    /* width: 30%; */
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.footer-social-links {
    display: flex;
    gap: 1rem;
    font-size: 1.2rem;
}

.footer-social-links a {
    color: var(--white);
}

.footer-link-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-nav-title h1 {
    color: var(--white);
    font-size: 1.5rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 800;
}

.footer-nav-links {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.footer-nav-links li a {
    color: var(--white);
    font-size: 1rem;
    font-weight: 200;
}

.footer-nav-links li a:hover {
    text-decoration: underline;
}

.footer-form {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-form-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-form-title h1 {
    color: var(--white);
    font-size: 1.5rem;
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 800;
}

.footer-form-title p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--white);
}

.footer-input {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid var(--white);
    border-radius: 100px;
    width: 100%;
}

.footer-input input {
    background: transparent;
    color: var(--white);
    font-family: inherit;
    font-weight: 400;
    border: none;
    border: 10px;
    padding-left: 1rem;
}

.footer-input input::placeholder {
    color: var(--white);
}

.footer-input input:focus {
    outline: none;
}

.footer-extra {
    display: flex;
    gap: 5rem;
}

.footer-btn {
    height: 100%;
}

/* Contact Page */
.contact-header {
    width: 100%;
    position: relative;
    z-index: 900;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/re-bg.jpeg');
    backdrop-filter: blur(20.5px);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 0rem;
    display: flex;
    align-items: center;
    margin-top: 115px;
}

.contact {
    background-color: var(--white);
    padding: 5rem 0rem;
    display: flex;
    align-items: center;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-form {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-title h1 {
    font-family: 'Lora', sans-serif;
    font-size: 2rem;
}

.contact-main-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form-inputs textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #F2F2F4;
    font-family: inherit;
}

.contact-form-inputs textarea::placeholder {
    color: #999999;
}

.input-extra {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.contact-form-inputs-extra {
    width: 50%;
}

.contact-form-inputs input {
    width: 100%;
    padding: 1rem;
    border: 1px solid #F2F2F4;
    font-family: inherit;
}

.contact-form-inputs input::placeholder {
    color: #999999;
}

.contact-address {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.address {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.address-links h1 {
    font-family: 'Lora', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
}

.address-links p {
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.address-icon {
    font-size: 1.5rem;
    color: #999999;
}

.copyright {
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
}

/* About Page */
.about-header {
    width: 100%;
    position: relative;
    z-index: 900;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/re-bg.jpeg');
    backdrop-filter: blur(20.5px);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 0rem;
    display: flex;
    align-items: center;
    margin-top: 115px;
}

/* Donate Page */
.donate-header {
    width: 100%;
    position: relative;
    z-index: 900;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/re-bg.jpeg');
    backdrop-filter: blur(20.5px);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 0rem;
    display: flex;
    align-items: center;
    margin-top: 115px;
}

/* Team Page */
.team-header {
    width: 100%;
    position: relative;
    z-index: 900;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/re-bg.jpeg');
    backdrop-filter: blur(20.5px);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 0rem;
    display: flex;
    align-items: center;
    margin-top: 115px;
}

/* What Page */
.what-header {
    width: 100%;
    position: relative;
    z-index: 900;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/re-bg.jpeg');
    backdrop-filter: blur(20.5px);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 0rem;
    display: flex;
    align-items: center;
    margin-top: 115px;
}

/* focus area */
.education {
    background-image: url('../img/new-education.jpeg');
}

.medicine {
    background-image: url('../img/count-health.jpeg');
}

.emergency {
    background-image: url('../img/count-welfare-1.jpeg');
}

.food {
    background-image: url('../img/focus-area.jpeg');
}

/* more-area */
.area-heading {
    font-size: 2rem;
}
.more-area {
    background-color: var(--white);
    padding: 3rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-area-container {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}

.more-area-main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.more-area-img {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.more-imgs {
    width: 50%;
}

.more-imgs img {
    width: 100%;
    height: 80vh;
    border-radius: 20px;
}

/* Button */
button {
    cursor: pointer;
}

.btn {
    background-color: var(--primary-red);
    border-radius: 100px;
    border: 2px solid var(--primary-red);
    padding: 12px 24px;
    color: var(--white);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}

.btn:hover {
    border: 2px solid var(--primary-red);
    color: var(--primary-red);
    background-color: transparent;
}

.btn_form {
    border: 1px solid var(--primary-red);
    padding: 1rem 2.5rem;
    background-color: var(--white);
    color: var(--primary-red);
    font-family: 'Lora', sans-serif;
    letter-spacing: 1px;
    font-size: 1rem;
}

.btn_form:hover {
    background-color: var(--primary-red);
    color: var(--white);
}