header {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    padding-bottom: 50px;

}

.headerbg-img img {
    object-fit: cover;
    height: 100%;
    object-position: left bottom;
}

.headerbg-img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-section {
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;

}

nav {
    flex: 1;
}

.nav-links {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.nav-links li a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
}

.nav-links li a:hover {
    color: #FE6E01;
}

.donate-btn {
    background-color: #FE6E01;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 55px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    margin: 0 5px;
    text-transform: uppercase;
    cursor: pointer;
}

.donate-btn:hover {
    background-color: #FE6E01;
    transform: scale(1.05);


}

.en {
    padding: 0 10px;
    display: flex;
    width: 5%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.en p {
    font-size: 15px;
}

.bar {
    position: absolute;
    z-index: 1;
    display: none;
}

.fa-solid,
.fas {
    font-weight: 900;
    font-size: 30px;

}

.header-content {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-top: 118px;
}

.header-left-content {
    width: 50%;
    height: 100%;

    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.header-left-content p {
    padding: 20px 0;
}

.header-right-content {
    width: 50%;
    height: 100%;
}

h1 {
    color: #FE6E01;
    text-transform: uppercase;
    padding-right: 125px;
    font-size: 50px;
}

.reg-btn {
    background-color: #FE6E01;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 55px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    text-transform: uppercase;
    width: 51%;
    cursor: pointer;

}

.reg-btn:hover {
    transform: scale(1.05);
}

.lines {
    position: relative;
    z-index: 5;
    bottom: -17px;
}



.dropdown-links li a {
    text-decoration: none;
    color: #000;
    /* Adjust link color */
    font-size: 16px;
}

.dropdown-links li a:hover {
    color: #FE6E01;
    /* Adjust hover color */
}

/* ----------------------------------ABOUT US SECTION----------------------------------- */
.aboutus {
    width: 100%;
    height: auto;
    padding: 70px 0;
    display: flex;
    flex-direction: column;


}

.aboutus-heading {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
}

.aboutus-heading h5 {
    padding: 0 8px;
    font-size: 22px;
}

.line {
    width: 50px;
    height: 1px;
    background-color: #FE6E01;

}

.bsv {
    padding: 10px 0;
}

.bsv h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
}

.aboutus-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.aboutus-content-left {
    width: 45%;
    height: 100%;
}

.aboutus-content-left img {
    border-radius: 15px;
    width: 100%;
}

.aboutus-content-right {
    width: 50%;
    height: 100%;
}

.aboutus-content-right h4 {
    font-size: 22px;
    font-weight: 600;
    padding-left: 14px;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.aboutus-content-right p {
    padding-left: 14px;
    font-size: 16px;
}

.read-m-btn {
    padding: 20px 14px;
}

.read-btn {
    padding: 10px 20px;
    background-color: #FE6E01;
    border: none;
    border-radius: 55px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.read-btn:hover {
    transform: scale(1.05);
}

/* .mahadev-img{
        width: 12%;
} */
.content-imgs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img-left {
    width: 45%;
    height: 100%;
}

.img-right {
    width: 50%;
    height: 100%;
}

/* ----------------------------------   COMM----------------------------------- */
.community-section {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 135px;
}

.comm-bg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.comm-bg img {
    object-fit: cover;
    height: 100%;
    object-position: left bottom;
}

.comm-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 85px;


}

.comm-text h3 {
    font-size: 20px;
    text-align: center;
    max-width: 350px;
}

.icons-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 40px 20px;
    gap: 20px;
    position: relative;
    top: 85px;
}

.fa-solid {
    font-size: 40px;
    color: #FE6E01;
}

.fa-regular {
    font-size: 40px;
    color: #FE6E01;
}

.icon {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FE6E01;
    border-radius: 166px;
    background-color: white;
    cursor: pointer;

}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
}

.comm-btn-box {
    position: relative;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 100px;
}

.reg-btn-2 {
    padding: 15px 14px;
    background-color: #FE6E01;
    border: none;
    border-radius: 55px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.reg-btn-2:hover {
    transform: scale(1.05);
}

/* ----------------------------------   EVENT SE3CTION----------------------------------- */
.event-section {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}

.event-section-bg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event-section-bg img {
    object-fit: cover;
    height: 100%;
    object-position: left bottom;
}

.event-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.event-heading h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
    padding: 12px 0;
}

.event-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 40px 30px;
}

.upcoming-event {
    width: 48%;
    height: 100%;
}

.recent-event {
    width: 48%;
    height: 100%;
}

.event-supportingtext {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-supportingtext h4 {
    font-size: 30px;
    font-weight: 600;
    color: #FE6E01;
}

.fa-circle-left,
.fa-circle-right {
    color: #FFFFFF4D;
    font-weight: 300;
    transition: color 0.3s ease;
    font-size: 36px;
    cursor: pointer;
}

.fa-circle-left:hover,
.fa-circle-right:hover {
    color: white;
}

.event {
    position: relative;
    padding: 10px 0;
    display: flex;
}

.event-img {
    width: 20%;
}

.time-date {
    display: flex;
}

.event-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.event-info h5 {
    font-size: 20px;
    padding-left: 20px;
    font-weight: 500;
    color: white;
}

.event-info p {
    font-size: 16px;
    padding: 4px 0 4px 20px;
    font-weight: 400;
    color: white;
}

.fa-clock,
.fa-calendar,
.fa-location-dot {
    color: white;
    padding-right: 10px;
    font-size: 20px;
}

.grey-line {
    background-color: #747474;
    width: 100%;
    height: 2px;
    margin: 20px 0;
}

.view-btn {
    padding: 14px 20px;
    border: none;
    border-radius: 133px;
    background-color: #FE6E01;
    font-size: 12px;
    color: white;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.view-btn:hover {
    transform: scale(1.05);
}

/* --------------------------------------------------  GALLERY SECTION ---------------------------------------------------------- */

.photos {
    display: flex;
    padding: 50px 0;
}

.frame-1 {
    width: 90%;

}

.frame-2 {
    width: 30%;
}

.f1 {
    width: 143%;
    padding: 10px;
}

.f2 {
    width: 70%;
    padding: 10px;
}

.f3 {
    width: 51%;
    padding: 10px;
}

.f4 {
    width: 100%;
    padding: 10px;
}

.f5 {
    width: 100%;
    padding: 10px;
}

.f6 {
    width: 100%;
    padding: 10px;
}

.upperf {
    display: flex;
}

.downf {
    display: flex;
}

/* --------------------------------------------------  MEMBERS SECTION ---------------------------------------------------------- */
.members-section {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}

.members-bg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.members-bg img {
    object-fit: cover;
    height: 100%;
    object-position: left bottom;
}

.m-l,
.m-r {
    color: #FE6E014D;
    transition: color 0.3s ease;
}

.m-l:hover {
    color: #FE6E01;
}

.m-r:hover {
    color: #FE6E01;
}

.mem {
    padding: 5px;
    border: 2px solid #FE6E0133;
}

.mem:hover {
    border: 2px solid #FE6E01;
}

#members {
    align-items: center;
    top: 30px;
}

#mb {
    margin-bottom: 20px;
    top: 69px;
}

.mbtn {
    font-size: 12px;
    padding: 14px 20px;
}

/* --------------------------------------------------  join SECTION ---------------------------------------------------------- */
.join-community {
    width: 100%;
    height: auto;
}

.join-community-content-left {
    width: 50%;
    z-index: 1;
    display: flex;

}

.join-community-content-right {
    width: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#jcs {
    display: flex;
    justify-content: space-between;

}

.j1 {
    width: 45%;
    margin: auto 0;
}

.j2 {
    width: 70%;
    margin: 35px;
}

.j3 {
    width: 88.33%;
}

.combine {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jcs-heading {
    font-size: 28px;
    padding-left: 20px;
}

.join-community-content-right p {
    font-size: 16px;
    padding: 25px 0 25px 20px;
    line-height: 34px;
}

.jcs-btn {
    margin-left: 20px;
    width: 100%;
}

/*------------------------------------------ coming soon section----------------------------------------------------------- */
.comming-soon-section {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
   
}

.comming-soon-bg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 113px;
}

.comming-soon-bg img {
    object-fit: cover;
    height: 100%;
    object-position: left bottom;
}

.comming-soon-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    top: 100px;
}

.csl {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}

.csl p {
    font-size: 16px;
    padding: 25px 0 25px 0;
    line-height: 34px;
}

#cs {
    padding-left: 0;
}

.csr {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}

#cs-btn {
    margin-left: 0;
    width: 100%;
    margin-bottom: 60px;
}



/* --------------------------------------footer section------------------------------------------ */
.footer-section {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
}

.footerbg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
}

.footerbg img {
    object-fit: cover;
    height: 100%;
    object-position: left top;
}

.footer-content {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    display: flex;
    z-index: 1;
    align-items: center;
    flex-wrap: wrap;
}

.footer-content-l {
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-content-l h5 {
    font-size: 30px;
    color: white;
}

.footer-content-l p {
    padding: 10px 0;
    color: white;
    line-height: 25px;
}

.footer-content-m {
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-mainlogo {
    width: 63%;
}

.footer-content-r {
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-content-r h5 {
    font-size: 30px;
    color: white;
}

.footer-content-r p {
    padding-bottom: 15px;
    color: white;
    line-height: 25px;
}

.fa-location-arrow,
.fa-phone {
    color: white;
    font-size: 20px;
    margin-right: 15px;
}

.footer-add {
    display: flex;
    justify-content: center;
}

.blackbox {
    position: relative;
    width: 100%;
    z-index: 1;
    top: -60px;
    height: auto;
}

.blackbox-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blackbox-bg img {
    padding: 0 20px;
    height: 100%;
}

.blackbox-content {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.blackbox-content p {
    color: white;
}

.bank-info {

    display: flex;
    align-items: center;
    border: 2px solid #FE6E01;
    border-radius: 15px;

}

.donate-row {
    display: flex;
    align-items: center;
    justify-content: center;

}

.blackbox-lc {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.blackbox-rc {
    width: 35%;
    padding-top: 40px;
}

#black-p-text {
    padding: 10px 0;
}

#or {
    padding: 10px;
}

#footer-donate {
    padding: 30px 18px;
    border: none;
    border-radius: 15px;
    color: white;
    background: #FE6E01;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

#footer-donate:hover {
    transform: scale(1.05);
}

/* .blackbox-content{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1000;
}
.blackbox-lc{
    width: 60%;
    background-color: #FE6E01;
    height: 300px;
}
.blackbox-rc{
    width: 40%;
} */

/* -----------------------------------second footer secction--------------------------------------- */
.second-footer {
    width: 100%;
    height: auto;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-footer-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 14px 20px;
}

.fcl p {
    color: white;
}

.fa-facebook,
.fa-instagram,
.fa-twitter {
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    padding: 10px;
    font-size: 18px;
}


/* -----------------------------popup form ------------------------ */
/* Overlay for dimming background */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Slightly darker and transparent */
    display: none;
    z-index: 100;
}

/* Pop-up styling */
#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    display: none;
    z-index: 101;
    /* Above the overlay */

}

.form-elemnt {
    display: flex;
    flex-direction: column;
}

.form {
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #666666;
}

.send-req {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.send-req button {
    padding: 13px 18px;
    border: none;
    border-radius: 25px;
    background-color: #FE6E01;
    color: white;
}

/* Close button styling */
#close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: "\f00d";
    color: white;
    border: 2px solid black;
    background-color: #FE6E01;
    border-radius: 1555px;
    font-size: 27px;
    padding: 5px 7px;
    border: none;
}

.form::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #666666;
}

#popup-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Hamburger icon */
.hamburger {
    font-size: 24px;
    cursor: pointer;
    z-index: 11; /* Keep it above the overlay */
}

/* Overlay */
.menu-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

/* Close button in the menu */
.close-btn {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
}

/* Menu open/close states */
.dropdown-menu {
    display: none; /* Hidden initially */
}
.dropdown-menu.open, .menu-overlay.open {
    display: block; /* Show when menu is open */
}


.circle-home-left{
    position: absolute;
    width: 50%;
    top: -213px;
    left: -194px;
    opacity: 28.5%;
    height: auto;
    animation: rotate360 20s linear infinite ;
}
.xyz {
    position: relative;
    width: 17%;
    top: 34px;
    right: 11px;
    z-index: 0;
    animation: rotate360 20s linear infinite ;
    opacity: 28.5%;

}
.rotate-img{
    position: relative;
    top: -475px;
    z-index: 0;
    right: 15px;
    height: auto; /* Keeps the aspect ratio */
  animation: rotate360 20s linear infinite;
}
.baba-img{
    z-index: 2;
    position: relative;

}
.item{
    background-color: #FAF6F6;
}
@keyframes rotate360 {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }