.top-nav{
    padding:10px 0px;
    background-color: #FF6D06;
    width: 100%;
    color: #fff;
}

.justify-content-space-between{
    justify-content: space-between;
}

.clr-blue{
    color:#46afc9;
}

.bold-6{
    font-weight:600;
}

.radius-10{
    border-radius: 10px;
}

.white{
    color:white;
}

#header{
    color: #fff;
}

.relative{
    position: relative;
}

.feature-bg{
    padding:30px;
    text-align: center;
    border-radius: 5px;
}

.feature-bg .icon{
    width:100px;
    position: absolute;
    top:-20px;
    left:20%;
}

.feature-btn{
    position:absolute;
    bottom:0;
    left: 50%;
    transform:translate(-50%, 0%);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #D9D9D9;
}

.fixed-nav{
    position:fixed;
    top:0;
    left:0;
    right:0;
    transition: all 0.5;
}

.sub-title{
    font-size:20px;
}

.message-bg{
    background-image: url('/images/message-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.message-section{
    background: linear-gradient(323deg, #91c1cd, #65a9ad08);
}

.message-section .message-item{
    padding:30px;
}

.message-btn, .message-btn2{
    position:absolute;
    padding:5px 12px;
    background-color: #33257A;
    color:white;
    right:10px;
    bottom:-15px;
    border-radius: 5px;
    display: inline-block;
}

.message-btn2{
    left:20px;
    right: unset;
    bottom:10px;
}

.message-text{
    background-color:#fff;
    border-radius: 0px 0px 8px 8px;
}

.message-item img{
    border-radius: 8px 8px 0px 0px;
}

.box-shadow{
    box-shadow: 1px 1px 5px #aaa;
}

.volunteer-bg{
    background-image: url('/images/volunteer.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    height:442px;
    opacity: 0.4;
    border-radius: 8px;
}

.volunteer-text{
    position:absolute;
    top:35%;
    left:0;
    right:0;
    text-align: center;
}

.donate-section{
    background-image: url('/images/donate-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.donate-section .donate-wrapper{
    padding:80px 0px;
    background-color: #00000190;
}

.donate-section .donate-form{
    background-color: #fff;
    padding:40px 30px;
    border-radius: 6px;
}

.qr-code{
    position:absolute;
    top:15px;
    right:15px;
    width:90px;
}

.donate-form .rupee-symbol{
    width: 18%;
    height:60px;
    color:#fff;
    text-align: center;
    font-size:37px;
    background-color: black;
}

.donate-form .text-field{
    width:82%;
    padding:0px;
}

.amount{
    background-color: #FF6D06;
    color:#fff;
    padding:3px 5px;
    text-align: center;
    display: inline-block;
    width:50px;
    border-radius: 5px;
    margin: 0px 0.3rem;
    cursor: pointer;
}

.purpose-content p::before{
    content: url('https://interactive-examples.mdn.mozilla.net/media/examples/firefox-logo.svg');
    display: inline-block;
    width:15px;
    margin-right: 10px;
}

.gallery-section{
    background-color: #eee;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    gap: 20px;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery img.four-grid-cells {
    grid-row: span 2 / auto;
    grid-column: span 2 / auto;
}

.gallery img.wide-image {
    grid-column: span 2 / auto;
}

.work-section .work-bg{
    background-image: url('/images/cloud.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:5rem;
    padding-bottom:4rem;
}

.work-section .work-card{
    padding: 50px 30px 30px 30px;
    background-color: #eee;
    border:1px solid #4e4e4e;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
}

.work-card .work-text{
    position:absolute;
    top:-60px;
    left:0;
    font-size:100px;
    font-weight:700;
    color:#FF6D06;
}

.requirement-section .bg-wrapper{
    background-color: #FFFDD4;
    padding: 30px;
    border:2px dashed #FF6D06;
    border-radius: 10px;
    position:relative;
}

.bg-wrapper .frame{
    position: absolute;
    top: 10px;
    right:0;
    width:280px;
}

.wedding-section .wedding-wrapper{
    background-image: url('/images/wedding-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wedding-wrapper img{
    border-radius: 10px;
}

.contact-form .form-label{
    width:70px;
}

.contact-form .form-label label{
    font-size: 18px;
}

.contact-form .form-field{
    width:calc(100% - 80px);
    padding: 0px;
}

.contact-form .form-field input{
    border:none;
    border-bottom: 2px dashed #222;
    border-radius: 0px;
}

.contact-section .form-content{
    position:relative;
}

.contact-section .contact-form{
    border:1px solid #FF6D06;
    padding: 40px 12px;
    border-radius: 5px;
}

.news-section .news-content{
    position:relative;
    padding:30px;
    background: linear-gradient(180deg, #FFFCBE 0%, #E9E7B7 100%);
    border-radius: 0px 0px 10px 10px;
}

.news-wrapper img{
    border-radius: 10px 10px 0px 0px;
}

.news-wrapper{
    color: #222;
}

.news-content .news-date{
    background-color: #33257A;
    color: #fff;
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    position:absolute;
    top: -20px;
    right:30px;
}

.upcomming-event{
    background-image: url('/images/event-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.upcomming-event .event-wrapper{
    padding: 80px 0px;
    background-color: #010101cf;
}

.event-card .event-content{
    background-color: #FF6D06;
    padding:30px;
    text-align: center;
    font-weight:600;
}

#donate-icon{
    font-size: 22px;
    margin-right:10px;
}


/* --------------------- Other PAge -------------------- */

.banner-title{
    position: absolute;
    top: 45%;
    left:30px;
}

.banner-title-right{
    position:absolute;
    top:45%;
    right:20%;
}

.about-top{
    background-color: #eff6f9;
}

.about-top-content{
    padding: 50px 0px;
}

.about-content p{
    font-size:18px;
}


/*----------------------------Blog --------------------- */

.blog-content .main-title h5{
    color:#33257A;
    border-left: 5px solid #33257A;
    padding-left:15px;
}

.blog-content .blog-date{
    position:absolute;
    top:0;
    right:30px;
    color:#fff;
    font-weight: 700;
    padding:10px;
    background-color: #33257A;
}

/* ---------  Responsive ------------- */

@media screen and (min-width:569px){
    .dk-none{
        display:none;
    }
}

@media screen and (max-width:568px){
    .bg-wrapper .frame{
        position:unset;
    }

    .feature-wrap{
        margin-bottom: 50px;
    }

    .work-section .work-card{
        margin-bottom: 60px;
    }

    .feature-wrap .feature-bg{
        width:75%;
        margin:auto;
    }

    .feature{
        padding-bottom:0px;
    }

    .message-section .message-item{
        padding:0px;
        margin-bottom:30px;
    }

    .gallery{
        display: unset;
    }
    .gallery img{
        margin-bottom: 32px;
    }

    .work-section .work-card{
        width:75%;
        margin:auto;
        margin-bottom: 60px;
    }

    .bottom{
        margin-bottom: 35px;
    }
    
    .mb-none{
        display:none;
    }
}


