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

:root {

    --primary-color: #009A82;
    --secondary-color: #C7D518;
    --text-color: #fff;
    --black-color: black;
}

nav {
    height: 8.6vw;
    display: flex;
    /* padding: 0vw 7vw; */
    justify-content: center;
    /* background-color: black; */
    /* border: 1px solid black; */
}

.navinner1 {
    /* text-align: center; */
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12%;
    height: 100%;
    background: var(--primary-color);
}

.navinner1 img {

    width: 8vw;
}

.navinner2 {

    font-family: Oswald, sans-serif;
    width: 52%;
    height: 100%;
    /* border: 1px solid yellow; */
}

.navinner2 i {
    /* display: flex; */
    font-size: 1vw;
    /* border:1px solid bvl; */
    opacity: 1 !important;
    color: var(--primary-color);
}

.navinner2>div {
    display: flex;
    /* flex-direction: column; */
    /* display: inline-block; */

    width: 100%;
    height: 50%;
    /* border: 1px solid aqua; */
}

.navinner2 h3 {
    font-weight: 600;
    font-size: 1.7vw;
    /* opacity: 0.8; */
}

.appeals h3 {
    display: flex;
    color: #333333;
    gap: 1px;
    margin-bottom: 0.5vw;
    /* border: 1px solid black; */
    justify-content: center;
    align-items: center;
}

.appeals {
    justify-content: center;
    gap: 4vw;

    align-items: end;
    /* display: flex; */
}

.appeals i {
    margin-top: 0.5vw;
    margin-left: 0.4vw;
}

#about {
    margin-right: 2vw;
}

.appeals h3:hover {
    cursor: pointer;
    color: var(--primary-color);
}


.navinner3 button:hover {
    background-color: #057e6c;
    cursor: pointer;
}

.navinner3 i {
    font-size: 1.1vw;
}

.navinner2>div>div {
    display: flex;
    justify-content: space-between;
    padding: 0px 2.3vw;
    width: 100%;
    /* height: 50%; */
}

.navinner2>div>div>div {
    display: flex;
    /* border: 1px solid aqua; */
    align-items: center;
    justify-content: space-evenly;
    width: 30vw;
}

#btn {
    display: none;
    margin-left: 5vw;
}

.inputdiv {
    justify-content: start !important;


}

.navinner2 input::placeholder {
    color: #666666;
    /* opacity: 2; */
}

.navinner2 input {
    /* display: flex; */
    font-family: Oswald;
    font-size: 1.3vw;
    width: 52%;
    border: none;
    border-bottom: 0.2vw solid var(--primary-color);
}

.navinner2 p {
    /* gap: 20px; */
    padding: 2px;
    font-size: 1.3vw;
    /* border-right: 1px solid #666666; */
    opacity: 0.6;
    position: relative;

}

.navinner2 p::after {
    content: "";
    position: absolute;
    /* top: 20px;        /* upar se kitna gap */
    right: 0;
    height: 1.5vw;
    /* border ki apni height */
    border-right: 1px solid #666666;
}

.navinner2 small {
    font-size: 0.8vw;
    opacity: 0.6;
}

.navinner3 {
    cursor: pointer;
    font-family: lato, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 19%;
    height: 100%;
    margin-bottom: 0px !important;
    /* border: 1px solid yellow; */
    background-color: var(--secondary-color);
}

.navinner3 p {
    font-size: 0.8vw;
    opacity: 0.8;
}

.navinner3 a {
    text-decoration: none;
    opacity: 0.7;
    color: var(--black-color);
}

.secondnav button:hover {
    cursor: pointer;
    background-color: #057e6c;
}

main button:hover {
    cursor: pointer;
    background-color: #057e6c;
}

.navinner3 strong {
    letter-spacing: 0vw;
    font-weight: 700;
    font-size: 1vw;

}

header>div button {
    /* height: 10vh; */
    width: 15vw;
    height: 3.5vw;
    border: none;
    color: white;
    font-size: 1vw;
    font-family: Lato, sans-serif;
    font-weight: 900;
    background-color: var(--text-color);
    color: var(--black-color);
    /* border-radius: 5px; */
    position: absolute;
    z-index: 9999;
    top: 95%;
    right: 2%;

}


.navinner3 button {
    background-color: var(--primary-color);
    font-weight: 700;
    font-size: 0.8vw;
    height: 3.3vw;
    letter-spacing: 0.1vw;
    border: none;
    line-height: 16px;
    font-family: Lato, sans-serif;
    width: 85%;
    color: var(--text-color);
}

.with-icon {
    color: #666666;
    outline: none;
    position: relative;
}

#search-icon {
    position: absolute;
    left: 11vw;
    color: #666666;
    /* font-size: 0.8vw; */
    font-size: 1vw;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    color: gray;

}

#btn {
    /* margin-left: 10vw !important; */
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: white;
    outline: none;
    color: black;
}

#inputOuter {
    position: absolute;
    height: 30vw;
    width: 48vw;
    top: 3.2vw;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 99999999;
    overflow-y: scroll;
    background-color: white;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%) !important;
}

#inputOuter1 {
    position: absolute;
    height: 37vw;
    width: 48vw;
    top: 3.2vw;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 99999999;
    /* overflow-y: scroll; */
    background-color: white;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%) !important;
}

#inputOuter div,
#inputOuter1>div {
    margin-left: 5%;
    width: 90%;

}

#inputOuter h3,
#inputOuter1 h3 {
    font-family: Oswald, sans-serif;
    color: black;
    font-size: 1.5vw;
}

#inputOuter h6,
#inputOuter1 h6 {
    margin-top: 1vw;
    font-family: Oswald, sans-serif;
    color: rgba(0, 0, 0, 0.788);
    font-size: 1vw;
    font-weight: 400;
}

#inputOuter button,
#inputOuter1 button {
    /* width: 5vw; */
    font-size: 0.8vw;
    margin-top: 0.4vw;
    padding: 0.5vw 1.3vw;
    color: white;
    background-color: #009688;
}

#inputOuter button:hover {
    background-color: #056456;
}

#inputOuter1 button:hover {
    background-color: #056456;
}

#inputOuter1 button i,
#inputOuter button i {
    font-size: 1.1vw;
    color: white !important;
    font-weight: 700;
}

#inputOuter h5,
#inputOuter1 h5 {
    margin-top: 1vw;
    padding: 0.3vw 0vw;
    border-bottom: 1px solid rgba(128, 128, 128, 0.464);
    width: 100%;
    font-family: lato, sans-serif;
    font-size: 0.8vw;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
}

.sarchinput {
    margin-top: 1vw;
    font-size: 1vw;
    border-bottom: 2px solid #009688;
    outline: none;
    position: relative;
    /* border: 1px solid rgba(128, 128, 128, 0.564); */
    width: 43.2vw !important;
}

.search-input3 i {
    position: absolute !important;
    right: 0vw !important;
    top: 0.8vw;
    font-size: 1.3vw;
    /* left: 1px !important; */
    z-index: 9909090;
}

.search-input3 {
    /* border: 1px solid rebeccapurple !important; */
    width: 100%;
    position: relative;
}

.inputOuter {
    display: flex;
    height: 12vw;
    margin-top: 1vw;
}

.inputOuter>div {
    height: 10vw;
    width: 30%;
    /* border: 1px solid brown */
}

.h2 {
    padding: 0.4vw 0vw;
    border-bottom: 1px solid rgba(128, 128, 128, 0.464);
    width: 100%;
    font-family: Oswald, sans-serif;
    font-size: 1.6vw;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
}

.h2:hover {
    cursor: pointer;
    color: #009A82 !important;
    transition: all 0.4s ease-in-out;
}

.h2.green {
    color: #009A82;
}

.h2.pink {
    color: #EC008C;
}

.h2.blue {
    color: #0098EC;
}

#btn i {

    color: black;
    font-size: 1.4vw;
}

#btn h3 {
    font-family: lato, sans-serif;
    color: black;
    font-size: 1vw;
}

header {
    height: 100%;
    width: 100%;
    background-color: var(--text-color);
}

header>div {
    height: 50vw !important;
    width: 100%;
}

header>div img {
    margin-top: 0.1%;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%) !important;
}


#icons {
    height: 20vw;
    width: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: fixed;
    /* top: 52%; */
    bottom: 0;
    gap: 0.7vw;
    right: 1vw;
    z-index: 9999;
}

#icons>div {

    padding: 0.5vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--text-color);
    box-shadow: 0px 0px 2px 2px rgba(128, 128, 128, 0.267);
}

#icons i {
    font-size: 1.7vw;
    color: var(--primary-color);
}

#icons i:hover {
    color: #000;
}

.secondnav i {
    color: var(--primary-color) !important;
}

.secondnav {
    width: 100%;
    display: none;
    height: 3vw;
    position: fixed;
    top: 0;
    background-color: var(--text-color);
    z-index: 999999;
    font-family: oswald;
    justify-content: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.555);
    /* border: 1px solid red; */
    gap: 1.5vw;
    align-items: center;
}

.secondnav button {
    height: 2.8vw;
    width: 10vw;
    background-color: var(--primary-color);
    border: none;
    color: var(--text-color);
    /* border-radius: 5px; */
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 0.8vw !important;
}

.secondnav button i {
    color: #fff !important;
    font-size: 1.1vw;
}

.img {
    height: 98% !important;
    width: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
}

.img>img {
    height: 80%;
    width: 80%;
}

.border {
    font-family: Oswald, sans-serif;
    font-size: 0.9vw;
    font-weight: 700;
    height: 100%;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    /* border: 1px solid red; */

}

.secondnav small {
    font-size: 0.9vw !important;
}

.secondnav small:hover {
    color: #009688;
    cursor: pointer;
}

.secondnav>div {
    display: flex;
    align-items: center !important;
    justify-content: center;
    height: 100%;
    /* border: 1px solid red; */
    /* width: 5vw; */
    border-right: 1px solid rgba(128, 128, 128, 0.521);
    /* font-size: 0.9vw !important; */
}

.secondnav h5 {
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.secondnav h5:hover {
    color: #009688;
    cursor: pointer;
}

main {
    height: 6vw;
    display: flex;
    /* position: sticky; */
    top: 3vw;
    background-color: #fff;
    z-index: 999;
    justify-content: center;
    gap: 1vw;
    align-items: center;
    font-family: lato, sans-serif;
}

main select {
    width: 18vw;
    height: 3.5vw;
    font-family: lato, sans-serif;
    padding: 0vw 1vw;
    /* border-radius: 5px; */
    font-size: 0.8vw;
    appearance: none;
    background-image: url(img/arrow.png);
    background-position: right 1vw center;
    background-size: 0.9vw;
    background-repeat: no-repeat;
    outline: none;
    border: 1px solid var(--primary-color);
}

main button {
    /* border-radius: 5px; */
    width: 15vw;
    /* font-family: ; */
    height: 3.5vw;
    border: none;
    color: white;
    font-size: 0.8vw;
    background-color: var(--primary-color);

}

main h4 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.8vw;
}

section {
    background-image: url(img/container-script-bg.png);
    background-repeat: no-repeat;
    margin-top: 3vw;
    height: 55vw;
    position: relative;
    background-color: var(--secondary-color);
}


.secimg {
    position: absolute;
    top: -2vw;
    z-index: 9999;
    width: 30vw;
    left: 36%;
}

.thirdimg {
    width: 5vw;
    margin-left: 48.5%;
    margin-top: 5vw;
}

section h2 {
    margin-top: 2vw;
    font-family: oswald;
    opacity: 0.8;
    text-transform: uppercase;
    font-size: 2vw;
    text-align: center;
}

section p {
    margin-top: 1vw;
    line-height: 1.7vw;
    font-family: lato;
    text-align: center;
    /* opacity: 0.8; */
}



.cards-container {
    /* margin-top: 7vw; */
    width: 85%;
    height: 55%;
    margin-left: 7.5%;
    overflow: hidden;
}

.cards {
    /* padding: 1vw 10vw; */
    display: flex;
    margin-top: 2vw;
    /* flex-wrap: wrap; */
    transition: transform 0.8s ease-in-out;
    gap: 1.5vw;
    justify-content: center;

}



.card {

    width: 16.7vw;
    height: 27vw;
    background: white;
    /* border: 1px solid red; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    /* important so cards don’t shrink */

}

.card img {
    width: 100%;
    top: 0vw;
    /* height: 10vw; */
    position: absolute;
    height: 12vw;
    object-fit: cover;
}

.card-content {
    margin-top: 9vw;
    height: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1vw;
    /* z-index: 99999; */
    text-align: center;
    color: white;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
}

.card-content.red {
    background: #d91c1c;
}

.card-content.red:hover {
    background: #881414;
    transition: all 0.3s ease-in-out;
}

.card-content.green:hover {
    background: #077267;
    transition: all 0.3s ease-in-out;
}

.card-content.green {
    background: #009688;
}

.card-btn.green {
    color: #009688;
}

.card-footer.green {
    color: #009688;
}

.card-btn.red {
    color: #d91c1c;
}

.card-footer.red {
    color: #d91c1c;
}

.card-content h2 {
    font-size: 1.7vw !important;
}

.card-btn:hover {
    color: black;
}

.card-btn {
    height: 2.5vw;
    width: 7vw;

}

.card-btn i {
    font-size: 1vw;
}

.card-content button {
    background: white;
    border: none;
    font-family: Lato, sans-serif;
    font-size: 0.7vw;
    font-weight: 900;
    margin-bottom: 0.5vw;
    cursor: pointer;

}

.card-content a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 0.7vw;
}

.card-content h2 {

    font-size: 1.7vw;
}

.card-footer {
    background: white;
    text-align: center;
    padding: 0.8vw;
    font-size: 0.8vw;
    font-weight: bold;
    color: #444;
    border-top: 2px solid #eee;
}

.card h2 {
    font-size: 1.8vw;
    font-family: Oswald, sans-serif !important;
}

.card {
    position: relative;
    font-family: lato, sans-serif;
}

.infobar {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    height: 50vw;
    position: absolute;
    width: 82vw;
    margin-left: 8.4vw;
    z-index: 9999999;
    background-color: var(--text-color);
    display: flex;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%) !important;
}

.abc a {
    color: black;
    text-decoration: none;
    font-family: lotus;
}

.abc a:hover {
    text-decoration: underline;
}

.center {
    margin-left: 19%;
    /* line-height: 0.5vw !important; */

}

.infobar2 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    height: 37vw;
    z-index: 999999;
    position: absolute;
    width: 82vw;
    /* top: 8.5vw; */
    margin-left: 8.4vw;
    z-index: 999999;
    background-color: var(--text-color);
    display: flex;
    flex-direction: column;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%) !important;
}

.infobar2 p {
    text-decoration: none;
    color: var(--black-color);
    font-family: lato;
    font-weight: 400;
    line-height: 1.3vw;
    opacity: 0.8;
    font-size: 1vw;
}

.info2inner1 button {
    background-color: var(--primary-color);
    color: var(--text-color);
    font-family: Lato, sans-serif;
    font-weight: 700;
    border: none;
    font-size: 0.7vw;
    text-transform: uppercase;
    padding: 0.5vw 0.7vw;
}

.info2inner1 button:hover {
    background-color: #057e6c;
    cursor: pointer;
}

.info3inner1 button:hover {
    background-color: #057e6c;
    cursor: pointer;
}

.zakatfacts {
    justify-content: start !important;
    /* align-items: center; */
    gap: 1vw;
    margin-left: 3%;
}

.zakatfactinner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.left {
    margin-left: 5%;
}


.info2inner1>div {
    display: flex;
    flex-direction: column;
    /* border: 1px solid; */
    justify-content: space-around;
}

.zakat {
    font-family: oswald;
    font-size: 2vw;
    color: var(--primary-color);
    text-transform: uppercase;
}

.info2inner1 {
    margin-top: 5%;
    height: 40%;
    margin-left: 10%;
    width: 80%;
    display: flex;
    /* border: 1px solid red; */

}

.abc {
    border: none !important;
}

.info2inner1>div {

    height: 100%;
    border-right: 1px solid rgba(128, 128, 128, 0.572);
    width: 33.33333333333333%;
}



.info2inner2 {
    margin-left: 10%;

    height: 40%;
    width: 80%;
    border-top: 1px solid gray;
    display: flex;

}

.info2inner2>div {

    height: 100%;
    width: 25%;
    padding: 1vw 2vw;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 1vw;

}

.info2inner2 h2 {
    color: black;
    opacity: 0.8;
    text-transform: uppercase;
    font-family: oswald, sans-serif;
    font-weight: 600;
    font-size: 2.2vw;

}

.info2inner2 h4 {
    color: black;
    opacity: 0.8;
    text-transform: uppercase;
    font-family: oswald, sans-serif;
    font-weight: 600;
    font-size: 1.3vw;

}

.info2inner2 p {
    font-size: 1vw;
}

.info2inner2 button {
    background-color: var(--primary-color);
    color: var(--text-color);
    border: none;
    font-size: 0.8vw;
    text-transform: uppercase;
    padding: 0.6vw 1vw;
}

.info2inner2 button:hover {
    background-color: #057e6c;
    cursor: pointer;
}

.infobar3 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999999;
    height: 37vw;
    position: absolute;
    /* top: 8.5vw; */
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%) !important;
    width: 82vw;
    margin-left: 8.4vw;
    background-color: var(--text-color);
    display: flex;
    flex-direction: column;


}

.infobar4 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999999;
    height: 37vw;
    position: absolute;
    width: 82vw;
    margin-left: 8.4vw;
    background-color: var(--text-color);
    display: flex;
    flex-direction: column;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%) !important;
}

.info3inner1 {
    margin-top: 5%;
    height: 45%;
    margin-left: 10%;
    width: 80%;
    display: flex;

}

.info3inner2 {
    margin-left: 10%;
    /* margin-top: 5%; */
    height: 40%;
    width: 80%;
    border-top: 1px solid gray;
    display: flex;
}

.info3inner1 h2 {
    font-size: 2.5vw;
    opacity: 0.8;
    font-family: oswald;
}

.info3inner1 p {
    font-family: lato;
    font-size: 0.9vw;
}

.lastinfo1 h3 {

    font-size: 1.5vw;
    text-transform: uppercase;
    font-family: oswald;
    /* opacity: 0.7; */

}

.lastinfo1 {
    padding: 1vw 2vw;
    border: none !important;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    /* justify-content: center; */
}

.lastinfo1 a {
    font-size: 1vw;
    opacity: 0.7;
    text-decoration: none;
    color: var(--black-color);
}

.lastinfo1 a:hover {
    text-decoration: underline;

}

.volunter {
    padding: 0vw 1vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    /* align-items: center;     */
}

.events {
    padding: 0vw 2vw;
    font-size: 1.5vw;
    color: var(--black-color);
    /* opacity: 0.7; */

}

.events a {
    text-decoration: none;
    font-family: lato;
    margin-left: 16%;
    font-size: 1vw;
    color: var(--black-color);
    opacity: 0.7;
}

.events h3 {
    font-size: 1.7vw;
    font-family: oswald;
    opacity: 0.8;
}

.eventinner {
    display: flex;
    gap: 1vw;
    /* justify-content: center; */
}

.info3inner1>div {

    height: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    border-right: 1px solid rgba(128, 128, 128, 0.572);
    width: 33.33333333333333%;
}

.info3inner1 button {
    background-color: var(--primary-color);
    color: var(--text-color);
    border: none;
    font-size: 1vw;
    text-transform: uppercase;
    padding: 0.9vw 1vw;
}



.infobar a {
    text-decoration: none;
    color: var(--black-color);
    font-family: lato;
    font-weight: 400;
    line-height: 2vw;
    opacity: 0.8;
    font-size: 1vw;
}

.infobar a:hover {
    text-decoration: underline;
}

.infobar>div {
    margin-top: 5%;
    height: 80%;
    width: 30%;
    /* border: 1px solid black; */
    border-right: 1px solid rgba(128, 128, 128, 0.609);
}

.infoinner1 {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infobar img {
    width: 3vw;
}



.infoinner2 {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lastinfo {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.heart {
    font-family: oswald;
    font-size: 1.5vw;
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    /* justify-content: center; */
    /* align-items: center; */
    /* color: #F05262; */
}

.ri-drop-line {
    color: #0098EC;
    font-weight: 100;
}

.drop {

    color: #0098EC;
    font-family: oswald;
    font-size: 1.5vw;
    text-transform: uppercase;
}

.sadaqah {
    font-family: oswald;
    font-size: 1.5vw;
    text-transform: uppercase;

    color: #967BB6;
}

.emergency {
    font-family: oswald;
    font-size: 1.5vw;
    display: flex;
    text-transform: uppercase;
    gap: 10px;
    justify-content: center;
    align-items: center;
    color: #F05262;
}

.shake-hand {
    text-transform: uppercase;
    font-family: oswald;
    font-size: 1.5vw;
    color: #66CDD1;
}

.eye {
    text-transform: uppercase;
    font-family: oswald;
    font-size: 1.5vw;
    color: var(--primary-color);
}

.food {
    color: #B0D033;
    text-transform: uppercase;
    font-family: oswald;
    font-size: 1.5vw;
    /* color: var(--primary-color); */
}

.body {
    color: #DB8793;
    font-family: oswald;
    font-size: 1.5vw;
    display: flex;
    align-items: center;
    /* margin-bottom: 10px; */
}

.batch {
    display: flex;
    gap: 2vw;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: oswald;
    /* border: 1px solid rebeccapurple; */
    color: #676767;
    font-size: 1.5vw;
}

.ri-eye-line {
    font-weight: 100;
}

.lastinfo {
    border-right: none !important;
}

aside {
    background: #F1F1F1;
    height: 70vw;
    padding: 3vw 2vw;
}

aside h1 {
    font-family: Oswald, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.4vw;
    text-align: center;
}

.asideinner {
    margin-top: 5vw;
    height: 33.5vw;
    /* border: 1px solid rebeccapurple; */
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1vw;

}

.aside1 {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 4px rgba(117, 114, 114, 0.03);
    padding: 4vw 2.8vw;

}

.p1 {
    font-family: lora, sans-serif;
    line-height: 2vw;
    font-size: 1.3vw;
}

.p2 {
    font-family: lato, sans-serif;
    color: rgb(116, 116, 116);
    font-weight: 400;
    font-size: 0.9vw;
    line-height: 1.5vw;
    margin-top: 2vw;
}

.p3 {
    font-family: lato, sans-serif;
    color: rgb(116, 116, 116);
    font-weight: 400;
    font-size: 0.9vw;
    line-height: 1.5vw;
    margin-top: 1vw;
}

.aside1 a {
    color: #009B83;
}

.aside2 img {
    height: 100%;
    width: 100%;
    /* background-color: #FFFFFF; */
    /* box-shadow: 0px 0px 4px 4px rgba(117, 114, 114, 0.191); */
}

.aside1 button i {
    font-size: 1.6vw;
}

.aside1 button:hover {
    background-color: #056456;
}

.aside1 button {
    /* text-align: center; */
    margin-left: 20%;
    margin-top: 1vw;
    /* width: 60%; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.7vw;
    font-family: lato;
    letter-spacing: 0.1vw;
    font-weight: 700;
    background-color: #009B83;
    padding: 0.8vw 1.3vw;
    border: none;
    color: white;
}

.asideinner>div {
    height: 100%;
    width: 40%;

}

.achievement {

    margin-top: 5vw;
}

.achievement>h2 {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 2.6vw;
    color: #333333;
}


.body {
    /* font-family: Arial, sans-serif; */
    /* background: #f3f3f3; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vw;

}

.stats-container {
    display: flex;
    align-items: center;
    position: relative;
    gap: 1vw;
    overflow: hidden;
    padding: 1vw 2vw;
    width: 82%;
    /* border: 1px solid red; */
}

.stats-wrapper {
    display: flex;
    gap: 2vw;
    text-align: center;
    align-items: center;
    transition: transform 0.5s ease;
    width: 100%;
    /* fixed width for 5 items */
    overflow: hidden;
    /* margin-left: 2vw; */
}

.stat {
    font-size: 2.5vw;
    font-weight: bold;
    color: #333;
    min-width: 150px;
    flex-shrink: 0;
    transition: color 0.3s, border-bottom 0.3s;
}

.stat span {
    display: block;
    font-size: 1vw;
    font-weight: normal;
    color: #666;
    margin-top: 5px;
}

.beech {
    color: #009688;
    font-size: 3.5vw;
    border-bottom: 3px solid #009688;
    padding-bottom: 5px;
}

.aside2 {

    height: 35vw;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(128, 128, 128, 0.266);
}

.news button:hover {
    transition: all 0.4s ease-in-out;
    background-color: black;
    color: white;
}

.aside2 h2 {
    margin-top: 2vw;
    font-family: Oswald, sans-serif;
    font-size: 2.6vw;
    text-align: center;
    color: #333333;
}

.cards2 {
    margin-top: 2vw;
    height: 27vw;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
}

.cards2>div {
    /* margin-top: 2vw; */
    height: 25vw;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 1vw;
    padding: 2vw 0vw;
    /* padding-top: 3vw; */
    /* border: 1px solid red; */
    text-align: center;
}

.cards2 img {

    width: 3vw;
    height: 3vw !important;
}

.cards2 a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.cards2 a:hover {

    text-decoration: underline;
}



.cards2 h3 {
    color: rgb(0, 0, 0);
    font-family: lora, sans-serif;
    font-weight: 700;
    font-size: 1.5vw;

}

.cards2 p {
    font-family: lato, sans-serif;
    font-weight: 400;
    color: rgb(51, 51, 51);
    font-size: 1vw;
    line-height: 1.8vw;
}

.inform {
    text-align: center;
    font-family: Oswald, sans-serif;
    color: rgb(51, 51, 51);
    font-size: 1vw;
}

.newsh2 {
    margin-top: 2vw;

    color: rgb(0, 0, 0);
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2vw;
    /* padding: 2vw 0vw; */
    text-align: center;
    text-transform: uppercase;
    /* border: 1px solid black; */
}

.news {
    margin-top: 3vw;
    height: 60vw;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3vw;
}

.news>div {
    height: 100%;

    /* border: 1px solid red; */

}

.newsinner1 {
    width: 27.2%;
}

.newsinner1>div {
    position: relative;
    width: 30vw;
    /* border: 1px solid red; */
}



.newsinner1 img {
    width: 100%;
    /* object-fit: cover; */
}

.newsinner1 h2 {
    margin-top: 1.5vw;
    font-family: Lato, sans-serif;
    color: rgb(227, 2, 120);
    line-height: 2.5vw;
    font-size: 2.5vw;
    font-weight: 900;
}

.small {
    font-family: lato, sans-serif;
    color: rgb(102, 102, 102);
    font-size: 1vw;
    margin-top: 1vw;
    font-weight: 700;

}

.button-news {
    margin-top: 1vw;
}

.button-news i {
    font-size: 1vw;
}

.button-news button {
    font-family: lato, sans-serif;
    background-color: white;
    /* padding: 0.5vw 1vw; */
    font-size: 0.8vw;
    height: 2vw;
    width: 7vw;
    font-weight: 700;
    border: 1px solid black;

}

.newstop {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    border: none;
    font-weight: 700;
    font-family: lato, sans-serif;
    padding: 0.2vw 0.5vw;
    font-size: 1vw;
    background-color: rgba(0, 0, 0, 0.471);
}

.borders {
    height: 1.5vw;
    border-top: 5px solid #333333;
    width: 100%;
}

.newsinner2 {
    width: 52%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.newsinner2 img {
    width: 100%;

}

.newsinner2>div>div {
    position: relative;


}

.newsinner2 h3 {
    font-family: lato, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 900;
    font-size: 1.2vw;
    letter-spacing: -2px;

}



.newsinner2>div {

    height: 50%;
    width: 45%;
    /* align-items: ; */
    /* border: 1px solid black; */
}

.box {
    height: 4.5vw;
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: lato, sans-serif;
    color: rgb(0, 79, 66);
    font-weight: 700;
    font-size: 0.8vw;
    border-top: 4px solid #C7D518;
    border-bottom: 1px solid gray;
    /* border: 1px solid red; */
}

.box2 {
    margin-top: 2vw;
    background-color: #F4F4F4;
    height: 6vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;

}

.box2 p {
    background-color: #FFFFFF;
    height: 3vw;
    width: 8vw;
    font-family: lato, sans-serif;
    font-weight: 700;
    color: #009688;
    font-size: 0.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box2 p:hover {
    color: black;
}

.box2 h2 {
    margin-right: 1vw;
    font-family: lato, sans-serif;
    font-weight: 900;
    color: rgb(51, 51, 51);
    font-size: 1.5vw;
}

.footer {
    height: 23vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer input {
    position: absolute;
    height: 100%;
    width: 100%;
    /* padding: 0.5vw; */
    padding-left: 0.5vw;
    /* padding-bottom: 0.5vw; */
    border: 1px solid rgba(128, 128, 128, 0.595);
}

.inputfooter {
    height: 2.5vw;
    display: flex;
    width: 20vw;
    margin-top: 2vw;
    align-items: center !important;
    position: relative;
}

.inputfooter>div {
    height: 100%;
    /* border: 1px solid black; */
}

.input-div {

    width: 87%;
}

.input-button {
    width: 13%;
}

.footer button {
    font-size: 0.7vw;
    height: 100%;
    width: 13%;
    /* height: 2.5vw; */
    /* width: 25%; */
    /* padding: 0vw 1vw; */
    position: absolute;
    /* bottom: -20; */

    color: white;
    font-weight: 900;
    border: none;
    background-color: #009688;
}

.footer input::placeholder {
    font-size: 0.9vw;
    color: black;
    font-weight: 700;
    font-family: lato, sans-serif;
}

.footer p {
    font-family: lato, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 700;
    font-size: 0.7vw;
    margin-top: 2vw;
    line-height: 1vw;
    opacity: 0.8;
}

.footerinner1 {
    width: 25%;
    padding: 1vw 1vw;
}

.footerinner2,
.footerinner3 {
    width: 14%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 0.5vw;
}

.footerinner2,
.footerinner3 h3 {
    font-family: Lato, sans-serif;
    font-weight: 900;
    color: rgb(0, 0, 0);
    font-size: 1vw;
}

.footerinner1 img {
    width: 15vw;
}

.footerinner4 {
    width: 14%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* gap: 1vw; */
}

.footerinner4 h3 {
    font-family: Lato, sans-serif;
    font-weight: 900;
    color: rgb(102, 102, 102);
    font-size: 1.5vw;
}

.footerinner5 {
    width: 14%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 1vw;
}

.footerinner5 small {
    font-family: lato, sans-serif;
    font-size: 1vw;
    color: rgb(51, 51, 51);
}

.footerinner5 h5 {
    font-family: lato, sans-serif;
    letter-spacing: 0.2vw;
    color: rgb(102, 102, 102);
    font-size: 1vw;

}

.footerinner5 h4 {
    font-family: lato, sans-serif;
    /* letter-spacing: 0.2vw; */
    color: rgb(102, 102, 102);
    font-size: 1vw;

}

.footerinner5 i {
    font-family: lato, sans-serif;
    /* letter-spacing: 0.2vw; */
    /* color: rgb(102, 102, 102); */
    font-size: 1.5vw;
    color: #009688;

}

.footerinner5 i:hover {
    color: #000;
    cursor: pointer;
}

footer {
    height: 15vw;
    width: 100%;
    border-top: 1px solid rgba(128, 128, 128, 0.377);
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
}

footer>div {
    height: 100%;
    width: 40%;
    /* border: 1px solid gold; */
    padding: 2vw;
}

footer>div>div {
    display: flex;
    /* border: 1px solid red; */
}

.zakatimg {
    width: 3.5vw;
}

.regularimg {
    margin-left: 2vw;
    width: 9.5vw;
}

footer small {
    margin-top: 3vw;
    font-size: 0.7vw;
    font-family: lato, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 700;

}

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

footer h6 {
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: rgb(51, 51, 51);
    font-size: 0.8vw;
}

footer a {
    color: #009688;

}

footer a:hover {
    color: black;

}

.Contact-us {
    height: 76vw;
    width: 100%;
    border-bottom: 1px solid rgba(128, 128, 128, 0.302);
}

.contact:hover {
    color: #108175;
    cursor: pointer;
}

.Contact-us>h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 3.5vw;
    font-weight: 700;
    color: rgb(51, 51, 51);
    height: 11%;
    width: 100%;
}

.Contact-us>p {
    font-family: Lora;
    text-align: center;
    font-size: 1.3vw;
    font-weight: 400;
    color: rgb(51, 51, 51);
    height: 5%;
    width: 70%;
    margin-left: 15%;
}

.formbox {
    margin-top: 2vw;
    height: 51vw;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
}

.form {
    height: 100%;
    width: 48%;
    font-family: Lato, sans-serif;
    padding: 2.5vw 4vw;
    border: 1px solid rgba(128, 128, 128, 0.401);
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.form>h3 {
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.2vw !important;
    color:
        rgb(51, 51, 51);
}

.label {
    font-size: 1vw;
    font-weight: 700;
}

.form select {
    height: 3vw;
    margin-left: 1.4vw;
    font-size: 0.9vw;
    border-radius: 2px;
    border: 1px solid rgba(128, 128, 128, 0.401);
    width: 28.7vw;
    outline: none;
    appearance: none;
    background-image: url(img/arrow.png);
    background-position: right 1vw center;
    background-size: 0.9vw;
    background-repeat: no-repeat;
    padding: 0vw 1vw;
}

.form-input {
    height: 3vw;
    padding: 0vw 1vw;
    font-size: 0.9vw;
    border-radius: 2px;
    border: 0.2vw solid rgba(128, 128, 128, 0.401);
    width: 37.9vw;
    outline: none;
}

.form textarea {
    height: 4.2vw;
    padding: 0.7vw 1vw;
    font-size: 0.9vw;
    border-radius: 2px;
    border: 0.2vw solid rgba(128, 128, 128, 0.401);
    width: 37.9vw;
    outline: none;
}

.form>div h3 {
    opacity: 0.8;
    margin-top: 2vw;
    font-weight: 700;
    font-size: 1vw;

}

.check-box {
    font-weight: 400;
    font-size: 1vw;
    display: flex;
    gap: 0.3vw;
    flex-direction: column;
    justify-content: center;
    opacity: 0.7;
    margin-top: 1vw;
}

.check-box>div {
    display: flex;
    align-items: center;
}

.check-box input {
    height: 1.2vw;
    width: 2vw;

}

.form p {
    font-size: 0.5vw;
    margin-top: 1vw;
}

.form button {
    margin-top: 2vw;
    height: 3vw;
    padding: 0vw 1vw;
    font-size: 0.9vw;
    border-radius: 2px;
    text-transform: uppercase;
    color: white;
    background-color: #009688;

    width: 37.9vw;
    outline: none;
}

.form button:hover {
    background-color: #056456;
}

.recaptcha-box {
    margin-left: 30%;
    margin-top: 2vw;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.6vw 1vw;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 13vw;
}

.recaptcha-box input[type="checkbox"] {
    width: 1vw;
    height: 1vw;
    cursor: pointer;
}

.recaptcha-box label {
    flex: 1;
    font-size: 0.8vw;
    color: #333;
    cursor: pointer;
}

.recaptcha-logo {
    font-size: 0.5vw;
    text-align: center;
    color: #777;
}

.recaptcha-logo img {
    width: 1.6vw;
    display: block;
    margin: auto;
}

.formrelative {
    height: 100%;
    width: 20%;
    display: flex;
    flex-direction: column;
    padding: 0vw 3vw;
}

.formrelative>h2 {
    font-size: 2vw;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.formrelative>h3 {
    margin-top: 1.5vw;
    font-size: 1vw;
    font-weight: 900;
    font-family: lato, sans-serif;
    text-transform: uppercase;
}

.formrelative>h4 {
    margin-top: 2vw;
    font-family: lato, sans-serif;
    font-weight: 700;
    font-size: 1vw;
    opacity: 0.8;
}

.formrelative>p {
    font-family: lato, sans-serif;
    font-weight: 400;
    opacity: 0.8;
    font-size: 1vw;
}

.formrelative a {
    margin-top: 2vw;
    color: #009688;
}

.formrelative a:hover {
    color: #056456;
}

.a {
    margin-bottom: 1vw;
    margin-bottom: 2vw;
}

.member {
    text-align: center;
    font-size: 1.1vw !important;
    margin-top: 5vw;
    font-family: Lato, sans-serif !important;

}

.donatesec {
    margin-top: 2vw;
    height: 11vw;
    width: 100%;
    padding: 1vw 0vw;
}

.donatesec>h2 {
    font-family: Oswald, sans-serif;
    font-size: 3vw;
    text-align: center;
    opacity: 0.8;
    text-transform: uppercase;
}

.donatesec>h3 {

    font-family: Lora, sans-serif;
    font-size: 1.5vw;
    text-align: center;
    opacity: 0.9;
    font-weight: 600;
}

.share {
    height: 5vw;
    width: 100%;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    padding: 2vw 10vw;
    gap: 1vw;
    border-top: 1px solid rgba(0, 0, 0, 0.171);
}

.share h3 {
    font-size: 1.1vw;
}

.share div {
    color: #009688;
    font-size: 1.5vw;
}

.image-zakat {
    height: 13vw;
    width: 100%;
    background-size: cover;
    background-image: url(img/zakat-header.jpg);
    background-repeat: no-repeat;
    position: relative;
    opacity: .8;
}

.image-zakat>div {
    position: absolute;
    top: 3vw;
    left: 37%;
    color: white;
}

.image-zakat p {

    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 0.8vw;
}

.image-zakat h3 {
    margin-top: 1vw;
    font-size: 3vw;
    font-family: Oswald, sans-serif;
}

.zakat-imagebar {
    height: 38vw;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1vw;
    align-items: start;
    background-color: #F1F1F1;
}

.zakat-imagebar>div {
    margin-top: 2vw;
    height: 83%;
    width: 39.5%;
    background-color: #fff;
}

.zakat-imagebar img {
    height: 100%;
    width: 100%;
}

.zakat-img-div {
    position: relative;
    height: 75% !important;
}

.zakat-imagebar button {
    height: 3vw;
    font-family: Lato, sans-serif;
    font-size: 0.9vw;
    color: #fff;
    width: 13vw;
    background-color: #009688;
    position: absolute;
    bottom: 45%;
    left: 15vw;
}

.zakat-imagebar button:hover {
    background-color: #056456;
    transition: all 0.4s ease-in-out;
}

.zakat-imagebar button a {
    text-decoration: none !important;
}

.zakat-text {
    padding: 3.5vw 3.5vw;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}

.zakat-text h3 {
    font-size: 1.2vw;
    font-family: Lora;
    font-weight: 400;
}

.zakat-text p {
    font-family: Lato, sans-serif;
    font-size: 0.9vw;
    line-height: 1.4vw;
    opacity: 0.7;
}

.zakat-text h5 {
    border: 1px solid black;
    opacity: 0.5;
    width: 100%;
}

.zakat-text a {
    color: #057e6c !important;
    opacity: 1 !important;
}

.zakat-text .view {
    color: #057e6c !important;
    opacity: 1 !important;
}

.h21 {
    border: none;
    height: 5vw;
    background-color: #F1F1F1;
    font-family: Oswald, sans-serif;
    font-size: 1.5vw;
    text-align: center;
    letter-spacing: 0vw;
}

.h21 span {
    color: #057e6c;
    text-decoration: underline;
}

.zakat-already {
    height: 20vw;
    width: 100%;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zakat-already>div {
    height: 70%;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
    justify-content: center;
    border: 1px solid rgba(128, 128, 128, 0.277);
}

.zakat-already>div h2 {
    font-family: Oswald, sans-serif;
    font-size: 2vw;

}

.zakat-already>div input {
    font-family: Lato, sans-serif;
    width: 28vw;
    padding: 0.2vw 2.5vw;
    height: 3vw;
    font-size: 1vw;
    outline: none;
    border: 0.2vw solid rgba(128, 128, 128, 0.277);
}

.zakat-already>div button {
    font-family: Lato, sans-serif;
    height: 3vw;
    outline: none;
    width: 14vw;
    font-size: 1vw;
    color: #fff;
    background-color: #009688;
}

.zakat-already>div>div {
    display: flex;
    gap: 1vw;
    position: relative;
}

.zakat-already>div span {
    position: absolute;
    font-size: 1vw;
    top: 32%;
    font-family: lato;
    left: 2%;
}

.zakat-already>div input::placeholder {
    color: #009688;
}

.calculator {
    height: 55vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.calculator>div {
    border: 1px solid rgba(128, 128, 128, 0.277);
    height: 100%;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.calculator>div>div {
    width: 100%;
}

.calc-inner1 {
    height: 8vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1vw;
}

.calc-inner1>h3 {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 2vw;
}

.calc-inner1>div {
    display: flex;
    justify-content: center;
    /* gap: 5vw; */
}

.calc-inner1>div>div {
    width: 32%;
    display: flex;
    gap: 1vw;
    border-right: 1px solid rgba(128, 128, 128, 0.277);
    text-align: center;
    align-items: center;
    justify-content: center;
}

.calc-inner1 h6 {
    color: rgb(0, 155, 131);
    font-family: Lato, sans-serif;
    font-size: 1vw;
}

.calc-inner1 p {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 1vw;
}

.calc-inner1 span {
    font-weight: 400;
    font-size: 0.8vw;
}

.calc-inner2 {
    height: 35vw;
    display: flex;
    justify-content: space-around;
}

.calc-inner2>div {
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.calc-inner2 h3 {
    font-family: Lato, sans-serif;
    letter-spacing: 0.2vw;
    opacity: 0.8;
    font-size: 1vw;
    text-transform: uppercase;
}

.calc-inner2 select {
    appearance: none;
    width: 100%;
    height: 3.2vw;
    border-radius: 3px;
    font-family: Lato, sans-serif;
    font-size: 0.9vw;
    padding: 0vw 1vw;
    border: 1px solid rgba(128, 128, 128, 0.277);
    background-image: url(img/arrow.png);
    background-position: right 1vw center;
    background-size: 0.9vw;
    background-repeat: no-repeat;
    background-color: #FAFAFA;
    outline: none;
}

.calc-inner2>div>div {
    height: 3.2vw;
    border: 1px solid rgba(128, 128, 128, 0.277);
    display: flex;
    background-color: #FAFAFA;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: rgb(102, 102, 102);
}

.calc-text {
    width: 70%;
    font-size: 0.9vw;
    display: flex;
    justify-content: space-between;
    padding: 0vw 1vw;
    align-items: center;
    border-right: 1px solid rgba(128, 128, 128, 0.277);
}

.calc-input {
    width: 30%;
    display: flex;
    align-items: center;
    /* height: 100%; */
}

.calc-input input {
    background-color: #FAFAFA;
    width: 100%;
    padding: 0vw 0.5vw;
    font-size: 1vw;
    outline: none;
    color: rgb(0, 155, 131);
    /* height: 100%; */
}

.calc-input input::placeholder {
    color: rgb(0, 155, 131);

}

.calc-inner2inner {
    padding: 1.5vw 0vw;
    justify-content: start !important;
    gap: 1.1vw;
}

.calc-inner3 {
    margin-top: 1vw;
    height: 6vw;
    width: 100% !important;
    border-top: 1px solid rgba(128, 128, 128, 0.277);
    border-bottom: 1px solid rgba(128, 128, 128, 0.277);
    display: flex;
    align-items: center;
    font-family: Lato, sans-serif;
}

.calc-inner3>div {
    border-right: 1px solid rgba(128, 128, 128, 0.277);
    height: 40%;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
}

.calc-inner3 h3 {
    font-size: 1vw;
}

.calc-inner3 h2 {
    font-size: 2.5vw;
    font-weight: 700;
    color: rgb(0, 155, 131);
}

.calc-inner4 {
    height: 8vw;
    width: 80%;
    display: flex;
    align-items: center;
    font-family: Lato, sans-serif;
}

.calc-inner4>div {
    height: 80%;
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.calc-inner4 button {
    height: 50%;
    font-size: 1vw;
    font-weight: 500;
    width: 90%;
}

.calc-btn1 {
    background-color: #C8D518;
}

.calc-btn1:hover {
    background-color: #a9b317;
}

.calc-btn2 {
    color: #fff;
    background-color: rgb(0, 155, 131);
}

.calc-btn2:hover {
    background-color: rgb(18, 123, 107);
}

.calc-card {
    height: 35vw;
    width: 100%;
    background-color: #F1F1F1;
}

.calc-imgbar {
    background-color: #F1F1F1;
    height: 28vw;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1vw;

}

.chotadiv {
    height: 92%;
    width: 40%;
    background-color: #fff;
    position: relative;
    padding: 3vw 2vw;
}

.imgbar-img1 {
    height: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.2;
    z-index: -1;
    right: 0;
}

.chotadiv>h2 {
    font-family: Oswald, sans-serif;
    font-size: 4vw;
    color: rgb(0, 155, 131);
    line-height: 4vw;
    text-transform: uppercase;
}

.chotadiv>h3 {
    margin-top: 0.5vw;
    font-family: Oswald, sans-serif;
    height: 4vw;
    padding-left: 0.6vw;
    width: 40%;
    background-color: rgb(0, 155, 131);
    font-size: 2.5vw;
    color: rgb(199, 213, 24);
}

.chotadiv>button {
    height: 3vw;
    width: 28%;
    font-family: Lato, sans-serif;
    font-size: 0.9vw;
    text-transform: uppercase;
    background-color: rgb(0, 155, 131);
    color: white;
    font-weight: 700;
    margin-top: 2vw;

}

.chotadiv>button:hover {
    background-color: rgb(10, 125, 108);
    cursor: pointer;
}

.chotadiv i {
    font-size: 1vw;
}

.baradiv {
    background-color: #fff;
    height: 95%;
    width: 40%;
    padding: 3vw 3vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.baradiv>h3 {
    font-family: Oswald, sans-serif;
    font-size: 2vw;

}

.baradiv>p {
    font-family: Lato, sans-serif;
    color: rgb(116, 116, 116);
    line-height: 1.2vw;
    font-size: 0.9vw;
}

.baradiv>div {
    border-top: 1px solid rgba(128, 128, 128, 0.254);
}

.baradiv a {
    color: rgb(0, 155, 131);
    cursor: pointer;

}

.baradiv>h6 {
    color: rgb(0, 155, 131);
    font-size: 0.9vw;
    font-weight: 400;
    font-family: Lato, sans-serif;
}

.chotadiv2 {
    height: 85%;
    width: 40%;
    padding: 3vw 3vw;
    background-color: #fff;
}

.baradiv2 {
    padding: 3vw 3vw;
    height: 89%;
    width: 40%;
    background-color: #fff;
}

.calc-imgbar2 h2,
.calc-imgbar3 h2 {
    font-family: Oswald, sans-serif;
    font-size: 2vw;
    text-transform: uppercase;
}

.calc-imgbar2 p,
.calc-imgbar3 p {
    font-family: Lato, sans-serif;
    color: rgb(116, 116, 116);
    line-height: 1.3vw;
    margin-top: 1vw;
    font-size: 0.9vw;
}

.calc-imgbar2 {
    background-color: #F1F1F1;
    height: 20vw;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1vw;
}

.calc-imgbar3 {
    background-color: #F1F1F1;
    height: 23vw;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1vw;
}

.calc-imgbar3 img {
    height: 100%;
    width: 100%;
}

.chotadiv3 {
    height: 85%;
    width: 40%;
    background-color: #fff;
}

.baradiv3 {
    padding: 3vw 3vw;
    height: 89%;
    width: 40%;
    background-color: #fff;
}

.calc-imgbar4 {
    background-color: #F1F1F1;
    height: 40vw;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1vw;
}

.baradiv4 {
    height: 95%;
    width: 40%;
    background-color: #fff;
}

.chotadiv4 {
    height: 92%;
    width: 40%;
    padding: 5vw 3vw;
    background-color: #fff;
}

.baradiv4 img {
    height: 100%;
    width: 100%;
}

.chotadiv4>h4 {
    font-family: Lora, sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
}

.chotadiv4>h5 {
    font-family: Lato, sans-serif;
    margin-top: 1.2vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: rgb(116, 116, 116);
    font-weight: 700;

}

.chotadiv4>p {
    font-size: 1vw;
    word-spacing: 0.5vw;
    line-height: 1.4vw;
    opacity: 0.7;
    margin-top: 1vw;
}

.donate-bar {
    opacity: 0;
    visibility: hidden;
    transform: translatex(10px);
    transition: all 0.3s ease;
    position: fixed;
    right: 0;
    z-index: 9999999;
    height: 100%;
    width: 30%;
    padding: 0.5vw 2vw;
    background-image: url(img/logo-script-bg.png);
    background-color: #ECECEC;
    background-repeat: no-repeat;
    background-position: bottom;
}

#donate-bar2 {

    opacity: 0;
    visibility: hidden;
    transform: translatex(10px);
    transition: all 0.3s ease;
    position: fixed;
    right: 0;
    z-index: 9999999;
    height: 100%;
    width: 30%;
    padding: 0.5vw 2vw;
    background-color: #FFFFFF;
}

.donate-bar>h3,
#donate-bar2>h3 {
    font-family: Oswald, sans-serif;
    font-size: 1.5vw;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 1px solid black;
}

.donate-bar>h3>i {
    font-weight: 900 !important;
}

.donate-bar>h4,
#donate-bar2>h4 {
    font-family: Lato, sans-serif;
    font-size: 1.3vw;
    margin-top: 1vw;
    font-weight: 400;
}

#zakat-calc {
    margin-top: 1vw;
    display: flex;
    flex-direction: column;

}

#zakat-calc a {
    color: #009688;
    text-decoration: none;
    margin-left: 3.5vw;
}

#zakat-calc>div {
    padding: 1vw 1.5vw;
    height: 9vw;
    width: 100%;
    display: none;
    gap: 1vw;
    border-bottom: 1px solid gray;
    justify-content: space-between;
    background-color: white;
}

#zakat-calc p {
    font-family: Lato, sans-serif;
    font-size: 1vw;
}

#zakat-calc>div>div {
    display: flex;
    flex-direction: column;
    /* al */
    justify-content: space-around;
}

#zakat-calc h3 {
    font-family: Oswald, sans-serif;
    font-size: 1.5vw;
    text-transform: uppercase;
    font-weight: 600;
}

#zakat-calc>div>div>div {
    display: flex;
}

#zakat-calc>div>div>div div {
    width: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2vw;
    font-family: Lato, sans-serif;
    border: 0.2vw solid #009688;
}

#zakat-calc>div>div>div div i {
    color: #009688;
    font-weight: 900;
}

#minus:hover {
    background-color: #009688;
    transition: all 0.4s ease-in-out;
}

#minus i:hover {
    color: #fff !important;
    transition: all 0.4s ease-in-out;
}

#plus:hover {
    background-color: #009688;
    transition: all 0.4s ease-in-out;
}

#plus i:hover {
    color: #fff !important;
    transition: all 0.4s ease-in-out;
}

.all-calc {
    margin-top: 1vw;
    padding: 1vw 1.5vw;
    height: 9vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
}

.all-calc h3 {
    font-family: Oswald, sans-serif;
    font-size: 1.5vw;
    text-transform: uppercase;
    font-weight: 600;
}

.all-calc>div {
    display: flex;
    justify-content: space-between;
}

.all-calc button {
    height: 3vw;
    width: 49%;
    font-size: 0.8vw;
    font-family: Lato, sans-serif;
    font-weight: 700;
}

#cancel {
    z-index: 99999999999999;
    position: fixed;
    right: 95%;
    border-radius: 10px;
    height: 3vw;
    width: 4vw;
    padding-left: 0.5vw;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #ECECEC;

}

#cancel i {
    font-size: 2vw;
    font-weight: 900;
}

#add-another:hover {
    background-color: rgb(137, 146, 12) !important;
    cursor: pointer;
}

#checkout:hover {
    background-color: rgb(12, 120, 103) !important;
    cursor: pointer;
}

#donate-bar2>div>div {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#donate-bar2>div {
    height: 6.5vw;
    border: 1px solid rgba(0, 0, 0, 0.273);
    width: 100%;
    padding: 1vw 1vw;

}

#donate-bar2>div h6 {
    color: rgb(51, 51, 51);
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 0.9vw;
}

#donate-bar2>div h3 {
    font-family: Oswald, sans-serif;
    font-weight: 900;
    font-size: 1.5vw;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
    display: flex;
    gap: 0.5vw;
    align-items: center;
}

#donate-bar2>div input {
    height: 2vw;
    width: 1vw;
}

#donate-bar2 .total {
    margin-top: 2vw;
    height: 8.5vw;
}

#donate-bar2 .total h3 {

    color: black !important;
}

#donate-bar2 button {
    height: 3vw;
    background-color: #009688;
    width: 100%;
    font-family: Lato, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8vw;
    font-weight: 700;
    margin-top: 1vw;
}

#donate-bar2 button:hover {
    background-color: #0d665d;
    cursor: pointer;

}

.information {
    height: 124vw;
    display: flex;
}

.informationinner1 {
    height: 100%;
    padding-left: 10vw;
    padding-right: 2vw;
}

.informationinner1 {
    width: 40%;
}

.informationinner1>h3 {
    font-family: Oswald, sans-serif;
    font-size: 2vw;
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    text-transform: uppercase;
}

.informationinner2 {
    width: 60%;
}

.informationinner1>div {
    width: 100%;
    padding: 1.2vw;
    max-height: 100%;
    background-color: #ECECEC;
}

.informationinner1>div>div {
    display: flex;
    background-color: #fff;
    padding: 1.2vw;
    border-bottom: 1px solid rgba(128, 128, 128, 0.437);
    justify-content: space-between;
}

.green-zakat {
    color: #009688;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.5vw;
}

.green-zakat-h4 {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 1vw;
}

.green-zakat-h2 {
    font-family: Oswald, sans-serif;
    font-size: 1.5vw;
    text-transform: uppercase;
    font-weight: 600;
}

.informationinner1>div>h3 {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
}

.help-h6 {
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.8vw;
    letter-spacing: 0.1vw;
}

.help-h3 {
    font-family: Oswald, sans-serif;
    color: rgb(153, 153, 153);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.5vw;
    display: flex;
    gap: 0.5vw;
    align-items: center;
}

.informationinner1 input {
    height: 2vw;
    width: 1vw;
}

.help-h3-black {
    font-family: Oswald, sans-serif;
    font-weight: 900;
    font-size: 1.5vw;
    color: black;
    opacity: 0.7;
    text-transform: uppercase;
    display: flex;
    gap: 0.5vw;
    align-items: center;
}

.total-last {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    color: rgb(0, 155, 131);
    font-size: 1.4vw;
    text-transform: uppercase;
}

.total-last-rupe {
    font-family: Lato, sans-serif;
    font-weight: 900;
    color: rgb(0, 155, 131);
    font-size: 1.6vw;
}

.olive-tree>div {
    display: flex;
    gap: 0.5vw;
    flex-direction: column;
    justify-content: space-around;
}

.olive-tree h3 {
    font-family: Oswald, sans-serif;
    font-size: 1.5vw;
    text-transform: uppercase;
    font-weight: 600;
}

.olive-tree p {
    font-family: Lato, sans-serif;
    font-size: 1vw;
}

.plus-minus-boxes {
    display: flex;

}

.olive-tree a {
    color: #009688;
    text-decoration: none;
    margin-left: 3.5vw;
}


.plus-minus-boxes>div {
    width: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    opacity: 0.9;
    font-family: Lato, sans-serif;
    border: 2px solid #009688;
}

.green-text-info {
    color: #009688;
}

.olive-tree small {
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.infoiner-iner1 {
    padding: 1.5vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    width: 100% !important;
}

.infoiner-iner1>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 0.9vw;
    width: 85%;
}

.infoiner-iner1 h2 {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.8vw;
    opacity: 0.8;
    padding-top: 1vw;
}

.infoiner-iner1 select {
    height: 3vw;
    width: 37vw;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 0.9vw;
    padding: 0.8vw;
    outline: none;
    appearance: none;
    background-image: url(img/arrow.png);
    background-position: right 1vw center;
    background-size: 0.9vw;
    background-repeat: no-repeat;
    border-radius: 2px;
    border: 1px solid rgba(128, 128, 128, 0.735);
}

.infoiner-iner1 input {
    border: 1px solid rgba(128, 128, 128, 0.735);
    height: 3vw;
    width: 37vw;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 0.9vw;
    padding: 0.8vw;
    outline: none;
}

.infoiner-iner1 h3 {
    font-family: lato, sans-serif;
    font-weight: 700;
    font-size: 0.9vw;
    width: 85%;
}

.infoiner-iner1 p {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 0.9vw;
    opacity: 0.8;
    width: 80%;
}

.check-box3 {
    align-items: center;
    justify-content: start !important;

}

.check-box3 p {
    font-size: 0.8vw;
    width: 100%;
}

.check-box3 input {
    width: 80%;
    height: 80%;
    accent-color: white;
    border: 1px solid black;
}

.check-box-inner {
    height: 1.5vw;
    width: 2vw;
    display: flex;
    align-items: center;
}

.infoiner-iner1 small {
    font-size: 0.7vw;
    margin-top: 2vw;
    line-height: 1vw;
    font-family: Lato, sans-serif;
    opacity: 0.7;
    width: 85%;
    border-bottom: 1px solid gray;
    padding-bottom: 1vw;
}

.infoiner-iner1 a {
    color: #009688;
    opacity: 1 !important;
}

.infoiner-iner1 a:hover {
    color: #096d63;
}

.pay {
    margin-left: 29%;
    width: 40%;
    height: 2.5vw;
    background-color: #009688;
    border-radius: 5px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 0.8vw;
    letter-spacing: 0.1vw;
}

.pay:hover {
    background-color: #0c786d;
    cursor: pointer;
}

.check:hover {

    background-color: rgb(227, 173, 48);
    cursor: pointer;
}

.check {
    margin-left: 29%;
    width: 40%;
    height: 2.5vw;
    background-color: rgb(242, 186, 54);
    border-radius: 5px;
    font-family: Lato, sans-serif;
    font-size: 0.8vw;
    letter-spacing: 0.1vw;
    position: relative;
}


.info-img-bar1 {
    width: 1.2vw;
    left: 20%;
    top: 20%;
    position: absolute;
}

.info-img-bar2 {
    width: 2.5vw;
    left: 27%;
    top: 27%;
    position: absolute;
}

.giftaid {
    width: 10vw;
}

.span2 {
    position: absolute;
    color: #000;
    left: 45%;
    top: 27%;
}

.span3 {
    font-family: Lato, sans-serif;
    gap: 0px !important;
    width: 85%;
    text-align: center;
}

article {
    font-family: Lato, sans-serif;
    font-style: italic;
    font-size: 0.7vw;
    opacity: 0.7;
    width: 88%;

}

@media (max-width:768px) {


    .newsinner2 h3 {
        letter-spacing: 0px;
    }

    .aside2 {
        height: 50vw;
    }

    .news {
        height: 70vw;
    }

    .news>div {
        height: 100%;

        /* border: 1px solid red; */

    }

    .newsinner1 img {
        width: 100%;

    }

    #icons {
        width: 10vw;
        bottom: 0%;
        height: 30vw;

    }



    #icons>div {
        height: 12vw;
    }

    section {
        height: 110vw;
    }

    section p {
        font-size: 1.3vw;
    }

    .donate {
        top: 54%;
    }

    #icons>div {
        width: 7vw;
    }

    .secondnav {
        height: 4vw;

    }

    .secondnav h5 {
        font-size: 1.4vw;
    }

    .secondnav p {
        font-size: 1.4vw;
    }

    .secondnav i {
        font-size: 1.4vw;
    }

    .secondnav small {
        font-size: 1.4vw;
    }


    .bottom {
        margin-top: 170%;
    }
}

@media (max-width:480px) {
    .navinner2 h3 {
        font-size: 1vw;
    }

    section {
        height: 70vw;
    }

    #icons {
        display: none;
        height: 75vw;
    }



    .donate {
        top: 22%;
    }

    .appeals h3 {
        font-size: 1.8vw;
    }

    main {
        height: 7vw;
    }

    section {
        margin-top: 5vw;
    }



    #icons>div {
        width: 7vw;
    }

    aside {
        height: 75vw;

    }

    .calc-card {
        margin-top: 2vw;
        height: 40vw;
    }

    .beech {
        border-bottom: none;
    }

.formbox{
    height: 60vw;
}
.information{
    height: 130vw;
}
.footer input{
    padding-bottom: 0.7vw;
}.Contact-us {
    height: 85vw;
}

.aside2{
    height: 40vw;
}
}