body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    background-color: #ffff;
}

.ml2 {
    font-weight: 900;
    font-size: 3.5em;
    color: #ffff;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

.yellowbutton {
    border-radius: 30px;
    color: #ffff;
    transition: transform 0.5s ease;
}

.yellowbutton:hover {
    color: #ffff;
    transform: scale(1.2);

}

.header_part {
    padding-right: 5%;
    padding-left: 7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* background: linear-gradient(to right,#4285F4, #4285F4, #4285F4, #4285F4, #4285F4) no-repeat, url("images/home/headershow.png") round; */
    background: radial-gradient(circle, #4285F4 0%, #437cd3 100%);
    /* height: 393px; */
}

.header-content {
    z-index: 500;
}

.carousel-container {
    flex: 1;
    max-width: 844px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 500;
    /* top: 20px; */
}

.carouselMain {
    width: 100%;
}

.item {
    width: 100%;
    height: 0;
    padding-bottom: 60.31%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    /* border: 2px solid #ffff; */
    /* object-fit: cover; */
    height: 100%;
    border-radius: 20px;
    /* filter: brightness(0.9); */
}


.owl-dot {
    margin: 0 10px;
}

.owl-dots {
    top: -78px;
    position: relative;
}

.owl-dot img {
    width: 100px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(0.5);
    transition: filter 0.3s ease;
    border: 2px solid transparent;
    transition: translate(0.3s ease-in-out);
}

.owl-dot.active img {
    filter: brightness(1);
    border: 1.5px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transform: scale(1.2);
}

.owl-dot:hover img {
    filter: brightness(0.8);
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-70%);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

.owl-prev {
    left: 0px;
    top: 200px;
}

.owl-next {
    right: 0px;
    top: 200px;
}

.owl-prev i,
.owl-next i {
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 35px;

}

.owl-prev i:before {
    content: '\f104';
    /* Font Awesome left arrow icon */
    color: white;

}

.owl-next i:before {
    content: '\f105';
    /* Font Awesome right arrow icon */
    color: white;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border: none;
    padding: 0 !important;
    font: inherit;
    background: transparent !important;
}

.tree_div {
    display: flex;
    margin-left: 86px;
    margin-right: 86px;
    margin-top: 34px;
}

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

.logotext {
    /* font-size: 15px; */
    background-color: transparent;
    text-align: center;
}

.card_bg {
    background-color: transparent;
}

/* .blue_card_img {
    padding-left: 34px;
} */

.wwd_img_div {
    background-color: #E7F0FF;
    border-radius: 20px;
    margin-bottom: 12px;
    align-content: center;
    text-align: center;
    height: 150px;
    width: 150px;
}

.blog_container {
    background-color: #E7F0FF;
}

.blogcard {
    height: auto;
    border: none;
    padding: 15px;
}

.bloginside {
    margin-top: 17px;
    margin-left: 21px;
}

.blogcardimg {
    height: 150px;
    width: 150px;
}

.blogbuttons {
    border-radius: 20px;
    padding: 6px 25px;
}

.volunteer-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.6);
    z-index: -1;
    background-image: url('../../images/common/volunteer.png');


}

.volunteer-banner {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    color: white;
    position: relative;
}

.headerbi {
    top: 0px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.sirimage {
    border-radius: 20px;
    width: 300px;
    height: auto;
    box-shadow: 10px 10px #4285F473;
}

.borderimg {
    z-index: 11;
}

.signature {
    position: relative;
    top: 30px;
}

.tree_div.tree2 {
    width: 300px;
    height: 300px;

}

/* .envCard {
     position: relative;
     left: 39px;
} */

/* .educard {
    position: relative;
   right: 35px;
} */

.home_nav {
    background-color: #ffcc00;
    color: #ffffff;
    border-radius: 20px;
}

.cardsgap {
    /* gap: 45px; */
    justify-content: space-between;
}

.paracon {
    line-height: 33.8px;
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    text-indent: 5rem;
}

.cardiv {
    align-items: center;
    background-color: #F9F9F9;
}

.headerfont {
    color: #ffff;
    font-size: 20px;

}

.modalop {
    border: none !important;
    border-radius: 50px !important;
    overflow: hidden !important;
}

.modalHead {
    /* display: flex;
                                                        justify-content: center; */
    background-color: #4285F4;
    padding: 17px 10px 10px 10px;
}

.custom-image-close {
    background: none;
    border: none;
    position: absolute;
    /* Allows custom placement */
    top: 26px;
    /* Adjust as needed */
    right: 50px;
    /* Adjust as needed */
    padding: 0;
    cursor: pointer;
}

.custom-image-close img {
    width: 18px;
    /* Adjust the size of the image */
    height: 18px;
    object-fit: contain;
    /* Ensures the image fits properly */
}

.success_div {
    height: 115px;
    width: 115px;
    position: relative;
    left: 23vw;
}

.continuebtn {
    background-color: #4285F4;
    color: #fff;
    border-radius: 40px;
    padding: 10px 30px;
    border: none;
    transition: all 0.3s ease;
}

.continuebtn:hover {
    background-color: #fff;
    color: #4285F4;
    border-radius: 38px;
    padding: 10px 30px;
    /* Keep padding the same to avoid shifting */
    border: 2px solid #4285F4;
}

.amountS {
    font-size: xx-large;
    font-weight: 700;
}

.thankM {
    font-weight: 700;
    font-size: 27px;

}

.Smessage {

    font-size: 25px;
}

.yesbtn {
    background-color: #fff;
    color: #4285F4;
    border-radius: 40px;
    padding: 10px 30px;
    /* Keep padding the same to avoid shifting */
    border: 2px solid #4285F4;
    transition: all 0.3s ease;


}

.yesbtn:hover {
    background-color: #4285F4;
    color: #fff;
    border-radius: 40px;
    padding: 10px 30px;
    border: 2px solid #ffff;

}

.blogtitle {
    font-weight: 600;
    text-align: justify;
}

.blogdes {
    font-weight: 400;
    text-align: justify;
}

.volunteer-slogan {
    font-size: 20px;
}

@media(min-Width:769px) and (max-width:1341px) {
    .header_part {
        margin-top: 53px;
    }

    .tree_div {
        margin-left: 30px;
        margin-right: 30px;
    }

    .wwd_img_div {
        width: 115px;
        height: 115px;

    }

    .blogcardimg {
        width: 100%;
        height: 100%;
    }

    .logotext {
        font-size: 11px;
    }

    .ml2 {
        font-weight: 900;
        font-size: 2.5em;
        color: #ffff;
    }

    .ml2 .letter {
        display: inline-block;
        line-height: 1em;
    }
}

@media(max-width:768px) {

    .header_part {
        margin-top: 53px;
    }

    .tree_div {
        margin-left: 30px;
        margin-right: 30px;
    }

    .wwd_img_div {
        width: 115px;
        height: 115px;

    }

    .blogcardimg {
        width: 100%;
        height: 100%;
    }

    .logotext {
        font-size: 11px;
    }

    .ml2 {
        font-weight: 900;
        font-size: 2.5em;
        color: #ffff;
    }

    .ml2 .letter {
        display: inline-block;
        line-height: 1em;
    }
}

@media(max-width:576px) {
    .success_div{
        left:30vw;
    }
    .logotext {
        font-size: 21px;
    }

    .envCard {
        left: 0px;
    }

    .carousel-container {
        display: none;
    }

    .header_part {
        margin-top: 53px;
    }

    .ml2 {
        font-size: 46px;
    }

    .tree_div {
        margin-left: 0px;
        margin-right: 0px;

    }

    .wwd_img_div {
        height: 150px;
        width: 150px;
    }

    .cardiv {
        align-items: center;
        background-color: #F9F9F9;
    }

    .educard {
        right: 0px;
    }

    .blogcard {
        height: auto;
    }

    .sec1 {
        margin-top: 65px;
    }

    .signature {
        top: 20px;
        right: 16px;
    }

    .blogcardimg {
        width: 100vw;
    }

    .cardsgap {
        gap: 0px;
    }

    .paracon {
        line-height: 2.0;
        font-size: 15px;
        font-weight: 500;
    }

    .headerfont {
        font-weight: 500;
        font-size: 15px;
    }

    .blogbtn {
        text-align: center;
    }

    .ti1 {
        font-size: larger;
        line-height: 1.5;
        font-weight: 600;
    }

    .wwdt {
        line-height: 2.0;
        font-size: 15px;
        text-align: justify;
        font-weight: 500;
    }

    .volunteer-slogan {
        font-size: 15px;
        font-weight: 500;
    }
}

@media(max-width:320px) {
    .ml2 {
        font-size: 41px;
    }

    .blogbtn {
        text-align: center;
    }
    .success_div{
        left:24vw;
    }
}

@media (min-width: 1024px) {
    .paracon {
        /* line-height: 3.0;
        font-size: 30px;
        font-weight: 500; Adjust font size for desktop */
    }
}
