@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

:root {
    --GiftTechGreen: #5EB130;
    --GiftTechBlue: #30C7B5;
    --GiftTechGrey: #474747;
}
.fontWhite {
    color: white !important;
}
.fontBlack {
    color: black !important;
}
.fontGreen {
    color: var(--GiftTechGreen) !important;
}
.fontBlue {
    color: var(--GiftTechBlue) !important;
}
@font-face {
    font-family: Poppins, sans-serif;
}
body {
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
  	background-color: white;
}
* {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@media (max-width: 920px) {
    html {
        font-size: 12px;
    }
}
.wrapper {
    overflow-x: hidden;
}
a {
    color: white;
    text-decoration: none !important;
    cursor: pointer !important;
}
nav {
    z-index: 10;
    display: flex;
    height: 80px;
    width: 100%;
    background: white;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 25px;
    flex-wrap: wrap;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100vw;
}
nav .logoImage {
    height: 95%;
}
nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}
ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
ul li {
    margin: 0.5rem;
}
nav ul li {
    margin: 0 5px;
}
nav ul li a {
    height: 35%;
    color: black !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
nav ul li a.active {
    color: var(--GiftTechGreen);
}
nav ul li a:hover {
    color: var(--GiftTechGreen) !important;
}
nav .menu-btn i {
    color: var(--GiftTechGreen);
    font-size: 22px;
    cursor: pointer;
    display: none;
    transition: 0.3s ease;
}
nav .menu-btn i:hover {
    color: var(--GiftTechGreen);
    transition: 0.3s ease;
}
input[type="checkbox"] {
    display: none;
}
@media (max-width: 450px) {
    .h1Sep {
        font-size: 42px !important;
    }
    .h1Sep2 {
        font-size: 34px !important;
    }
    .pSep {
        font-size: 18px !important;
    }
    .pSep2 {
        font-size: 28px !important;
    }
    .textSep {
        width: 100% !important;
    }
    .mobileBig {
        font-size: 18px;
    }
    .bigH1 {
        font-size: 55px !important;
    }
    .oneofthep {
        font-size: 35px !important;
    }
    .pSepCard {
        font-size: 10px !important;
    }
    .h1SepCard {
        font-size: 30px;
    }
}
@media (max-width: 1100px) {
    nav {
        padding: 0 40px 0 50px;
    }
    .h1Sep {
        font-size: 42px !important;
    }
    .pSep {
        font-size: 18px !important;
    }
    .textSep {
        width: 100% !important;
    }
    .mobileBig {
        font-size: 18px !important;
    }
    .bigH1 {
        font-size: 52px !important;
    }
    .pSepCard {
        font-size: 14px !important;
    }
    .h1SepCard {
        font-size: 32px !important;
    }
}
@media (max-width: 960px) {
    html {
        font-size: 12px;
    }
    nav .menu-btn i {
        display: block;
    }
    #click:checked ~ .menu-btn i:before {
        content: "\f00d";
    }
    nav {
        background: white;
        width: 100%;
    }
    nav ul {
        position: fixed;
        top: 80px;
        left: -100%;
        background: white;
        height: 100vh;
        width: 100%;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
    }
    #click:checked ~ ul {
        left: 0;
    }
    nav ul li {
        width: 100%;
        margin: 40px 0;
    }
    nav ul li a {
        width: 100%;
        margin-left: -100%;
        display: block;
        font-size: 20px;
        color: black;
    }
    #click:checked ~ ul li a {
        margin-left: 0px;
    }
    nav ul li a.active, nav ul li a:hover {
        background: none;
        color: var(--GiftTechGreen) !important;
    }
    nav .logoImage {
        height: 95%;
    }
    .flex {
        flex-flow: row wrap ;
    }
    .c1 {
        order: 1;
    }
    .c2 {
        order: 2;
    }
    .c3 {
        order: 3;
    }
    .read-more-container {
        flex-flow: row wrap;
    }
    .c4 {
        order: 1;
    }
    .c5 {
        order: 2;
    }
    .c6 {
        order: 3;
    }
    .c7 {
        order: 4;
    }
}
.bg {
    padding-block: 15rem;
    margin-block-end: 0;
    background-image: url('Images/brooke-cagle--uHVRvDr7pg-unsplash.jpg');
    background-position: center;
    background-size: cover;
}
.aboutBg {
    padding-block: 15rem;
    margin-block-end: 0;
    background-image: url('Images/bg2.jpg');
    background-position: center;
    background-size: cover;
}
.donateBg {
    padding-block: 15rem;
    margin-block-end: 0;
    background-image: url("Images/bg3.png");
    background-position: center;
    background-size: cover;
}
.h1Sep {
    font-size: 69px;
    font-weight: 1000;
    padding-left: 35px;
    padding-right: 35px;
}
.h1Sep2 {
    font-size: 52px;
    font-weight: 1000;
    padding-left: 35px;
    padding-right: 35px;
}
.h1SepCard {
    font-size: 36px;
    font-weight: 600;
    padding-left: 10px;
    /*padding-right: 25px;*/
}
.pSep {
    font-size: 28px;
    font-weight: 400;
    padding-left: 35px;
    padding-right: 35px;
}
.pSep2 {
    font-size: 36px;
    font-weight: 400;
    padding-left: 35px;
    padding-right: 35px;
}
.oneofthep {
    font-size: 45px;
}
.pSepCard {
    font-size: 16px;
    font-weight: 200;
    padding-left: 10px;
    /*padding-right: 25px;*/
}
.btn {
    outline: none;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    height: 45px;
    width: 250px;
    opacity: 1;
    background-color: white;
    border: none;
}
.btn .btnspan {
    color: var(--GiftTechGreen);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.blue {
    height: 200px;
    width: 100vw;
    background-color: blue;
}

.section-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
.section-container .columns {
    flex: 0 0 auto;
    width: 50%;
}
.section-container .columns.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-container .columns.content .content-container {
    padding: 40px 50px;
}
.section-container .columns.content .content-container h1 {
    color: white;
    font-size: 55px;
    font-weight: 1000;
}
@media screen and (max-width:767px) {
    .section-container {
        flex-flow: row wrap;
    }
    .section-container .columns.image {
        display: block;
        order: 2;
        width: 100%;
        height: 375px;
    }
    .section-container .columns.content {
        display: block;
        order: 1;
        width: 100%;
    }
    .section-container .columns.content .content-container {
        padding: 20px 35px;
    }
    .section-container .columns.content .content-container h1 {
        margin-bottom: 5px;
    }
    .section-container .columns.content .content-container h2 {
        font-size: 28px;
        font-weight: 800;
    }
    .section-container .columns.content .content-container h2 p {
        justify-content: center;
        align-content: center;
    }
}
.donateBtn2 {
    border: none;
    background-color: white;
    border-radius: 50px;
    padding: 12px;
    width: max-content;
    transition: 0.3s ease-in-out;
}
.whatWeDoSec {
    width: 100vw;
    height: 300px;
    text-align: center;
    margin: auto auto;
  	background-color: white;
}
.flex {
    display: flex;
    flex-direction: row;
    flex-grow: 3;
    justify-content: space-around;
    padding: 24px;
    gap: 25px;
}
.container {
    text-align: center;
    margin-top: 2.5rem;
}
.card {
  	position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 24px 14px;
    height: 225px;
    width: 450px;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    white-space: normal;
    overflow: hidden;
}
.containerr {
    width: 450px;
    padding: 24px 14px;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    white-space: normal;
    overflow: hidden;
}
.read-more-container {
    display: flex;
    flex-direction: row;
    flex-grow: 3;
    justify-content: space-around;
    padding: 24px;
    gap: 25px;
  	background-color: white;
}
.cardTextBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 15px;
    padding-left: 14px;
}
.cardHeader {
    max-width: 450px;
}
.borderCard {
    display: inline-block;
    z-index: -2;
    height: max-content;
    padding: 1rem 0;
    margin-right: 35px;
    width: 250px;
    border-bottom: 2px solid black;
}
.helpUs {
    height: 275px;
    width: 100vw;
    background-color: white;
}
input[type="email"], input[type="text"] {
    font-family: Poppins, sans-serif;
    color: black;
    display: inline-block;
    width: 100%;
    padding: 18px 20px;
    margin: 20px 2px;
    box-shadow: 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 100px 100px 80px rgba(0, 0, 0, 0.07);
    outline: none;
    border: 1px solid var(--GiftTechGreen) !important;
}
input[type="submit"] {
    color: black !important;
    cursor: pointer;
    border: none;
    background-color: white;
    border-radius: 50px;
    padding: 18px 24px;
    width: 50%;
}
select {
    font-family: Poppins, sans-serif;
    color: black;
    display: inline-block;
    width: 100%;
    padding: 18px 20px;
    margin: 20px 2px;
    box-shadow: 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 100px 100px 80px rgba(0, 0, 0, 0.07);
    outline: none;
    border: 1px solid var(--GiftTechGreen) !important;
}
.bigH1 {
    font-size: 76px;
    font-weight: 1200;
    padding: 0 35px;
}
.footer {
    display: grid;
    place-items: center;
    height: 75px;
    width: 100vw;
    border-top: 1px solid white;
    background-color: var(--GiftTechGreen);
}
.radioFlex {
    display: flex;
    justify-content: space-evenly;
}
.deviceJourney {
    width: 100vw;
    height: 300px;
    text-align: center;
}
.donate {
    width: 100vw;
    height: 250px;
    text-align: center;
}
.aboutUs {
    width: 100vw;
    height: 350px;
    text-align: center;
    background-color: var(--GiftTechGreen);
}
#map {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0.5rem;
}
.flexxx {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 20%;
}
.grid {
    display: grid;
    place-items: center;
}