*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
body {
    overflow-x: clip;
    scroll-behavior: smooth;
}
body h1,h2,h3,h4,h5{
    font-family: "Quicksand", sans-serif;
}
body a{
    text-decoration: none;
}
body li{
    list-style: none;
}
:root{
    --primary:#e31d26;
    --secondary:#963042;
    --red:red;
    --blue:blue;
    --white:white;
    --gray:gray;
    --lightgray:lightgray;
    --black:black;
}
.bgGold{
    background-color: gold;
        .navItem a{
            color:var(--white);
        }
        .header{
            background-color: gold;
        }
}
.bgRed{
    background-color: var(--red);
    color:var(--white);
        .header{
            background-color: var(--red);
        }
        .workColor{
            color:var(--black)!important;
        }
}
.bgBlack{
    background-color: var(--black);
    color:var(--white);
        .navItem a{
            color:var(--white);
        }
        .header{
            background-color: var(--black);
        }
       .workColor , .about-box{
            color:var(--black);
        }
        .footer-two a{
            color:var(--white);
        }
}

/* navbar part start  */
.loader{
    height: 100vh;
    width:100vw;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
}
.loader-logo{
    height:200px;
    width: 200px;
}
::-webkit-scrollbar{
    width:7px;
}
::-webkit-scrollbar-track{
    background-color: var(--white);
}
::-webkit-scrollbar-thumb{
    background:linear-gradient(var(--primary), var(--secondary));
}
.whatsapp{
    position: absolute;
    content:"";
    position: fixed;
    bottom:9%;
    right:0.8%;
    height:80px;
    width:80px;
    z-index: 500;
}
.cheveron{
    position: absolute;
    content: "";
    right:2%;
    bottom:4%;
    border:none;
    height:40px;
    width:40px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    background-color: var(--white);
    color:var(--primary);
    position: fixed;
    z-index: 10;
}
.first-nav{
    display: grid;
    grid-template-columns: 0.4fr 1fr 0.4fr;
    gap:10px;
}
.first-right-side{
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap:10px;
}
.first-right-side-one{
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    place-items: center;
}
.call{
    height:45px;
    width:45px;
    background:linear-gradient(to right, var(--primary), var(--secondary));
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 20px;
    color:var(--white);
}
.first-down{
    padding-top: 8px;
}
.logo{
    height:90px;
    width: 90px;
}
.first-third{
    display: flex;
    justify-content: end;
    align-items: center;
}
.donate-btn{
    padding:10px 27px;
    background:linear-gradient(to right, var(--primary), var(--secondary));
    color:var(--white);
    border-radius: 5px;
}
nav{   
    background:linear-gradient(to right, var(--primary), var(--secondary));
}
.nav-item{
    padding-right: 70px;
}
.nav-item:last-child{
    padding-right: 0px;
}
.nav-link{
    font-size: 13.5px!important;
    font-weight: 450!important;
    color:var(--white)!important;
}
.nav-link:hover{
    color:var(--lightgray)!important;
}
.dropdown-menu{
    border-radius: 0%!important;
    transition: all 0.3s;
}
.dropdown-item:hover{
    background-color: var(--white)!important;
    color:var(--primary)!important;
}
.dropdown-menu{
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}
.dropdown:hover .dropdown-menu{
    transform: translateY(5px);
    opacity: 1;
    visibility: visible;
}
.mobile-icon{
    display: none;
}

/* index part start  */
header{
    height:630px;
    background-color: beige;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.header-image{
    height:630px;
    width:100%;
    object-fit: cover;
}
.grid{
    display: grid;
    width:85%;
    margin: auto;
}
.grid-two-columns{
    grid-template-columns: repeat(2,1fr);
}
.left-side{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:15px;
    padding-left: 120px;
    padding-right: 30px;
}
.left-side h1{
    font-size: 38px;
    font-weight: 900;
}
.flex-button{
    margin-bottom: 5%;
    display: flex;
    gap:10px;
}
.button{
    height:15px;
    width:15px;
    border-radius: 50%;
    border:none;
    outline: none;
}
.button1{
    background-color: gold;
}
.button2{
    background-color: var(--red);
}
.button3{
    background-color: var(--black);
}
/* .slider-wrapper{
    font-size: 20px;
    font-weight: 900;
    display: flex;
    font-family: "Quicksand", sans-serif;
}
.slider{
    height:50px;
    padding-left: 10px;
    overflow: hidden;
}
.slider div {
  height: 50px;
  margin-bottom: 50px;
}
.text1{
  animation: slide 7s linear infinite;
  color:var(--primary);
  font-family: "Quicksand", sans-serif;
}
.text2{
    color:var(--red);
    font-family: "Quicksand", sans-serif;
}
.text3{
    color:var(--blue);
    font-family: "Quicksand", sans-serif;
}
@keyframes slide{
    0% {margin-top:-300px;}
    5% {margin-top:-200px;}
    33% {margin-top:-200px;}
    38% {margin-top:-100px;}
    66% {margin-top:-100px;}
    71% {margin-top:0px;}
    1000% {margin-top:0px;}
} */
.btn-one{
    background:linear-gradient(to right, var(--primary), var(--secondary));
    padding: 12px 27px;
    color:var(--white);
    border-radius: 5px;
}
.right-side{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.grid-one{
    display: grid;
    width:75%;
    margin: auto;
}
.about-left-side h2{
    font-size: 50px;
    font-weight: 700;
}
.about-left-side p{
    margin-top: 4%;
    margin-bottom: 5%;
}
.grid-two-column{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.about{
    display: grid;
    place-items: center;
}
.button-top{
    margin-top: 3%;
}
.gap{
    margin-top: 4%!important;
}
.work-gap{
    gap:30px!important;
}
.work-left-side{
    display: grid;
    gap:16px;
    border-radius: 5px;
}
.plus-image,.plus-image-one,.plus-image-two,.plus-image-three{
    height:18px;
    width:18px;
    margin-top: -4px;
    margin-right: 8px;
}
.workColor{
    background-color: var(--white);
    padding-inline: 10px;
    padding-top: 15px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.work-right-side{
    display: flex;
    justify-content: end;
    align-items: center
}
.work-image{
    height:490px;
    width:570px;
    object-fit: cover;
    border-radius: 5px;
}
.mv-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:30px;
}
.mv-box{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 15px;
}
.mv-box:hover{
    background:linear-gradient(to right, var(--primary), var(--secondary));
    color: var(--white);
}
.aim-zero-one{
    height:60px;
    width:60px;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 25px;
}
.grid-three-columns{
    grid-template-columns: repeat(3, 1fr);
}
.aim-height{
    height:500px;
}
.aim-image{
    display: grid;
    place-items: center;
}
.aim-right-side{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.mission{
    display: grid;
    grid-template-columns: 0.3fr 2fr;
    gap:20px;
}
.vision{
    display: grid;
    grid-template-columns: 2fr 0.3fr;
    gap:20px;
}
.mission-icon{
    font-size: 40px;
    height:80px;
    width:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(165, 224, 27);
    color:var(--white);
    border-radius: 5px;
}
.value-icon{
    background-color: rgb(73, 71, 241);
}
.vision-icon{
    background-color: rgb(207, 16, 112);
}
.core-icon{
    background-color: rgb(11, 214, 197);
}
.mission-color{
    color: rgb(165, 224, 27);
    font-weight: 600;
}
.value-color{
    color: rgb(73, 71, 241);
    font-weight: 600;
}
.vision-color{
    color: rgb(207, 16, 112);
    font-weight: 600;
}
.core-color{
    color: rgb(11, 214, 197);
    font-weight: 600;
}
.aim-text{
    text-align: right;
}
.line-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.line{
    height:100px;
    width:60%;
    transform: rotate(-90deg);
    object-fit: contain;
}
.line-one{
    height:100px;
    width:60%;
    transform: rotate(90deg);
    object-fit: contain;
}
.aim-image-one{
    height:100px;
    width:100px;
    object-fit: contain;
}
.volunteerBox {
    background-color: rgba(0, 255, 255, 0.1);
}
.volunteer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px !important;
    padding-right: 60px !important;
}
.volunteer p {
    margin-top: 1%;
    margin-bottom: 4%;
}
.volunteerOne {
    position: relative;
    overflow: hidden;
}
.volunteerOne:before {
    position: absolute;
    content: "";
    height: 300px;
    width: 300px;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: 96px;
    left: 30px;
    z-index: -1;
}
.grid-four-columns{
    grid-template-columns: repeat(4, 1fr);
}
.heading{
    font-size: 60px;
    text-align: center;
    font-weight: 600;
}
.testimonial-center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.bx-quote-right-alt{
    font-size: 50px;
}
.testimonial-gap{
    gap:50px;
}

/* about us part start  */
.grid-president{
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    width:70%;
    margin: auto;
    gap:25px;
}
.president-image{
    height:100%;
    width:100%;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    background-color: #f1f1f1;
}
.sub-heading{
    font-size: 60px;
    font-weight: 600;
}
.hr{
    height: 2px!important;
    background-color: var(--black)!important;
    border: none;
}
.team-image{
    height:200px;
    width:200px;
    border-radius: 50%;
    margin-bottom: 4%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding:8px;
    /* background:linear-gradient(var(--primary), var(--secondary)); */
}
.board-center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px dashed var(--black);
}
.board-center:last-child{
    border-right: none;
}

/* work part start  */
.grid-education{
    width:70%;
    margin: auto;
    text-align: center;
}

/* donate part start  */
.grid-donate{
    width:70%;
    margin: auto;
    display: grid;
    place-items: center;
}
.donate-box{
    width:45%;
    padding-inline: 15px;
    padding-block: 15px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

/* footer part start */
footer{
    background-image: repeating-conic-gradient(#000 0deg 30deg , #222 30deg 60deg);
    background-size: 10px 10px;
    padding-top: 60px;
    padding-bottom: 5px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    color:var(--white);
}
.footer-gap{
    gap:20px;
}
footer h5{
    font-weight: 800;
}
.footer-one{
    margin-top: 5%;
}
.footer-two {
    margin-top: 5%;
}
.footer-two a{
    color:var(--white);
}
.footer-icon{
    padding:8px;
    background-color: var(--white);
    border-radius: 50%;
    color:var(--black);
}
.grid-three-columns-one{
    grid-template-columns: 1fr 0.8fr 1fr;
}
.footer-border{
    border-right: 1px dotted var(--white);
}

/* about us part start  */
.common{
    background-image: repeating-conic-gradient(#000 0deg 30deg,#333 30deg 60deg);
    background-size: 20px 20px;
    height:170px;
    color:var(--white);
}
.grid-common{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:170px;
}
.grid-common h5{
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 1%;
}
.grid-common a{
    color:var(--white);
}
.common-gap{
    gap:50px;
}

/* media part start  */
.media-gap{
    gap: 20px!important;
}

/* contact us part start  */
.contact-box{
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    margin: auto;
    width:70%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    gap:10px;
}
.input-group,.input-group-text,.form-control{
    border-radius: 0%!important;
}
.form-control:focus{
    border:1px solid var(--lightgray)!important;
    outline: none!important;
    box-shadow: none!important;
}
.submitBtn{
    background-color: var(--primary)!important;  
    width:20%!important;
    color:var(--white)!important;
}
.contact-left-side{
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 15px;
}
.blob-image{
    position: absolute;
    content: "";
    height:500px;
    width:750px;
    left:-250px;
    top:210px;
    z-index: -50;
}
.country-right-side{
    padding:15px;
}
.map{
    height:400px;
    width:100%;
}

/* member part start  */
.member-form{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    width:40%;
    margin: auto;
    padding:30px 30px;
}
.form-group{
    margin-top: 3%;
}

/* animatios part start  */
.zoom-animation{
    animation: zoomAnimation both;
    animation-timeline: view(30% 5%);
}
@keyframes zoomAnimation{
    100%{
        height:400px;
        width:400px;
    }
}

.left-animation{
    animation: leftAnimation both;
    animation-timeline: view(80% 5%);
}
@keyframes leftAnimation{
    0%{
        opacity: 0;
        transform: translateX(-200px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

.right-animation{
    animation: rightAnimation both;
    animation-timeline: view(80% 5%);
}
@keyframes rightAnimation{
    0%{
        opacity: 0;
        transform: translateX(200px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

.zoom-scale-animation{
    animation: zoomScaleAnimation both;
    animation-timeline: view(80% 10%);
}
@keyframes zoomScaleAnimation{
    0%{
        opacity: 0;
        transform: translateY(200px) scale(0.3);
    }
    100%{
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

/* admin area part start  */
.admin-nav{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
    height:70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 10px;
}
.admin-heading{
    font-weight: 800;
    padding-top: 7px;
}
.logout-button{
    padding:9px 27px;
    background-color: var(--black);
    color:var(--white);
}
.admin-grid{
    display: grid;
    grid-template-columns: 0.4fr 2fr;
}
.admin-left-side{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height:700px;
    padding-inline: 10px;
}
.admin-text{
    padding:9px 27px;
    background-color: var(--black);
    text-align: center;
    margin-top: 5%;
}
.admin-text:nth-child(1){
    margin-top: 0%;
}
.admin-text a{
    color:var(--white);
}
table{
    width:90%!important;
    margin: auto;
    text-align: center;
}
.fa-circle-minus{
    color:var(--red);
}
.form{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    width:50%;
    margin: auto;
    padding:10px;
}
.form-button{
    padding:9px 27px;
    background-color: var(--primary);
    border:none;
    outline: none;
    color:var(--white);
}
.login{
   height:770px;
   display: flex;
   justify-content: center;
   align-items: center;
}

/* responsive part start  */
@media (max-width:1024px){
    .cheveron{
        right:2.5%;
    }
    .grid{
        width:90%;
    }
    .first-nav{
        grid-template-columns: 0.2fr 1fr 0.2fr;
    }
    .nav-item{
        padding-right: 50px;
    }
    .nav-item:last-child{
        padding-right: 0px!important;
    }
    header{
        height:520px;
    }
    .header-image{
        height:520px;
    }
    .left-side{
        padding-left: 60px;
    }
    .left-side h1{
        font-size: 28px;
    }
    .heading{
        font-size: 40px;
    }
    .work-gap{
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        overflow-x: clip!important;
    }
    .work-gap{
        gap:10px!important;
    }
    .work-left-side{
        gap:8px;
    }
    .work-image{
        height:100%;
        width:100%;
        object-fit: contain;
    }
    .grid-president{
        overflow-x: clip!important;
        width:90%;
    }
    .mv-grid{
        overflow-x: clip!important;
    }
    .president-image{
        height:400px;
        width:330px;
        object-fit: cover;
    }
    .contact-box{
        width:90%;
    }
    .donate-box{
        width:60%;
    }
    .login{
        height:660px;
    }
    .admin-grid{
        grid-template-columns: 0.6fr 2fr;
    }
    .admin-left-side{
        height:590px;
    }
    table{
        width:90%!important;
    }
    .form{
        width:60%;
    }
    @keyframes zoomAnimation{
        100%{
            height:300px;
            width:300px;
        }
    }
}

@media (max-width:768px){
    .cheveron{
        right:2.8%;
    }
    .grid{
        width:95%;
    }
    .first-nav{
        grid-template-columns: 0.2fr 1fr 0.2fr;
        gap:5px;
    }
    .first-right-side-one{
        grid-template-columns: 0.4fr 1fr;
    }
    .call{
        height:40px;
        width:40px;
        font-size: 17px;
    }
    .first-down h6{
        font-size: 14px;
    }
    .navbar-toggler{
        border-radius: 0%!important;
        background-color: var(--white)!important;
    }
    .navbar-toggler:focus{
        box-shadow: none!important;
        outline: none!important;
    }
    .nav-link{
        color:var(--black)!important;
    }
    .nav-item{
        padding-right: 0px;
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: 1px dotted var(--lightgray);
    }
    .mobile-icon{
        display: block;
    }
    .mobile-icon a{
        color:var(--black);
    }
    .mobile-call{
        height:40px!important;
        width:40px!important;
        background: linear-gradient(to right,var(--primary),var(--secondary));
        padding-top: 12px;
        border-radius: 5px;
        color:var(--white);
        margin-right: 7px;
    }
    .left-side{
        padding-left: 35px;
    }
    .grid-three-columns-one{
        grid-template-columns: 1fr 0.6fr 1fr;
    }
    .heading{
        font-size: 30px;
    }
    .work-gap{
        grid-template-columns: 1.3fr 1fr;
    }
    .res-grid-three-columns{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .res-common-gap{
        display: grid;
        grid-template-columns: 1fr;
    }
    .team-image{
        height:150px;
        width:150px;
    }
    .media-gap{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .member-form{
        width:70%;
    }
    .donate-box{
        width:70%;
    }
    .contact-box{
        grid-template-columns: 1.1fr 2fr;
        width:95%;
    }
    .submitBtn{
        width:25%!important;
    }
    .admin-grid{
        grid-template-columns: 0.8fr 2fr;
    }
    @keyframes zoomAnimation{
        100%{
            height:250px;
            width:250px;
        }
    }
}

@media (max-width:425px){
    .cheveron{
        right:4.3%;
    }
    .grid{
        width:90%;
    }
    .navbar-toggler{
        margin-left: 2%;
    }
    .first-nav{
        grid-template-columns: 1fr 1fr;
        padding-top: 3px;
        padding-bottom: 4px;
    }
    .first-right-side{
        display: none;
    }
    .offcanvas.offcanvas-end {
        width:75%!important;
    }
    header{
        height:790px;
        grid-template-columns: 1fr;
        background-color: var(--white);
        gap:30px;
    }
    .left-side{
        display: flex;
        justify-content: end;
        align-items: center;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .left-side h1{
        font-size: 38px;
    }
    .header-image{
        height:300px;
        object-fit: contain;
    }
    footer{
        padding-bottom: 1px;
        clip-path: polygon(0 2.5%, 100% 0, 100% 100%, 0% 100%);
    }
    .grid-three-columns-one{
        grid-template-columns: 1fr;
    }
    .footer-border{
        border-bottom: 1px dotted var(--white);
        border-right: none;
        padding-bottom: 20px;
    }
    .work-gap{
        grid-template-columns: 1fr;
    }
    .workColor{
        width:98%;
        margin-left: 1%;
    }
    .mv-grid{
        grid-template-columns: 1fr;
    }
    .gap{
        margin-top: 7%!important;
    }
    .volunteer {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 30px;
        text-align: center;
        margin-bottom: 10%;;
    }
    .volunteer p {
        margin-bottom: 8%;
    }
    .volunteerOne:before {
        top: 150px;
        left: 60px;
    }
    .res-grid-three-columns{
        grid-template-columns: 1fr;
    }
    .aim-height{
        height:1200px;
    }
    .vision{
        grid-template-columns: 0.3fr 2fr;
    }
    .order1{
        order: 2;
    }
    .aim-text {
        text-align: left;
    }
    .line{
        height:60px;
        width:30%;
    }
    .line-one{
        height:60px;
        width:30%;
    }
    .testimonial-gap{
        display: grid;
        grid-template-columns: 1fr;
    }
    .grid-donate{
        width:90%;
    }
    .donate-box{
        width:100%;
    }
    .resp-grid-four{
        display: grid;
        grid-template-columns: 1fr;
    }
    .team-image{
        height:200px;
        width:200px;
    }
    .board-center{
        border-right: none;
        margin-top: 5%;
    }
    .grid-president{
        grid-template-columns: 1fr;
        width:90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .grid-education{
        width:90%;
    }
    .media-gap{
        display: grid;
        grid-template-columns: 1fr;
    }
    .member-form{
        width:90%;
    }
    .contact-box{
        grid-template-columns: 1fr;
        width:95%;
    }
    .submitBtn{
        width:25%!important;
    }
    .blob-image{
        display: none;
    }
    .map{
        height:250px;
        width:100%;
    }
    .grid-common h5{
        margin-bottom: 3%;
    }
    .admin-grid{
        grid-template-columns: 1fr;
    }
    .admin-left-side{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height:280px;
    }
    .admin-top{
        margin-bottom: 5%;
    }
    .form{
        width:90%;
    }
    @keyframes zoomAnimation{
        100%{
            height:300px;
            width:300px;
        }
    }
}

@media (max-width:375px){
    .cheveron{
        right:5%;
    }
    .offcanvas.offcanvas-end {
        width:85%!important;
    }
    header{
        height:740px;
    }
    .header-image{
        height:260px;
    }
    footer{
        clip-path: polygon(0 1.5%, 100% 0, 100% 100%, 0% 100%);
    }
    .volunteerOne:before {
        left: 40px;
    }
    .member-form{
        padding-inline: 15px;
        padding-block: 10px;
        padding-bottom: 15px;
    }
    .map{
        height:200px;
    }
}
