.outer{
    background-color: #EF7F1B;
    padding: 50px 0px 50px 0px;
}
.bg-second{
    background-color: #471F1D;
    width: 100%;
}
.text{
    color: #FEEC00;
}
.heading1{
    color: #FEEC00;
    font-weight: 500;
    font-size: 65px;
}
.heading2{
    color: #EF7F1B;
    font-weight: 500;
    font-size: 60px;
}


/* .chakar{
    background: url(images/images__1_-removebg-preview\ \(1\).png);
    background-repeat: no-repeat;
    background-size: cover;

    
    
} */

.enter_website{
    background-color: #EF7F1B;
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
    text-decoration: none;
    color: white;
    z-index: 99;
  
}
.nature{
    position: relative;
    border: 5px solid #EF7F1B;;
}
.guru{
    position: absolute;
    top: 20%;
    left: 35%;
    z-index: 99;
}
.chakar{
    position: absolute;
    top: -24%;
    left: 19%;
    z-index: 1;
    animation: chakar 6s infinite linear forwards;
}
@keyframes chakar {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}


.heading3{
    color: #FEEC00;
    font-weight: 500;
    font-size: 52px;
}









.full_nav {
    border-top: 2px solid #EF7F1B;
    border-bottom: 1px solid rgb(227, 227, 227);
}

.navbar-brand {
    color: #000000;
    font-size: 24px;
}

.navbar-nav .nav-link {
    color: #000000;
    font-size: 18px;
}

.navbar-nav .nav-link:hover {
    color: #000000;
}

/* Background animation */
@keyframes background-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* 
.full_nav {
    background: linear-gradient(45deg, #ff0000, #0000b8, #940199, #c03b02);
    background-size: 200% 200%;
    animation: background-animation 8s ease infinite;
} */



/* CSS */
.btn-outer {
    margin-top: 37px;

}

.button-85 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #EF7F1B;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-85:before {
    content: "";
    background: linear-gradient(45deg,
            #ff0000,
            #ff7300,
            #fffb00,
            #48ff00,
            #00ffd5,
            #002bff,
            #7a00ff,
            #ff00c8,
            #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);

    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;

}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #939393;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.banner {
    background: url(./images/ngo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    min-width: 100%;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.627);
}

/* contact us Button */
.contact_btn {
    background-color: #EF7F1B;
    padding: 10px 15px;
    border-radius: 8px;
}

/* heading 2 */
.heading2 {
    background: url(./images/h1border.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: 50%;
    padding-bottom: 10px;

}

.about {
    color: #EF7F1B;
}

.top_heading {
    margin-top: 11%;
}

.footer_banner {
    background: url(./images/ngo2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.856);
    border-top: 3px solid #EF7F1B;
}

.circle {
    width: 30px;
    height: 30px;
    background-color: #EF7F1B;
    display: grid;
    place-items: center;
}

.link {
    color: #EF7F1B;

}



