
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
ul.inner_ul li, ul.innerUl li {
    padding-left: 40px;
    background: url(/images/ulbg.png) 0px 4px no-repeat;
    margin-bottom: 12px;
}
  :focus-visible {
    outline: none;
  }
  
  ol, ul {
    list-style: none;
    padding: 0 0 !important;
    margin: 0 !important;
  }
  
  
  .clear {
    clear: both;
  }

.menu-box {    
    height: 60px;
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 40px;
}
.menu-bg {
    background-color: #00000073;
    backdrop-filter: blur(6px);
    height: 89px;
    padding: 14px 16px; position: relative; z-index: 99;
}
.logo h1 {
    font-family: "Alegreya", serif;
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.mobile-res{
    display: none;
}
ul.menu-ul {
    list-style: none;
    display: flex;
    align-items: center;
    height: 61px;
    justify-content: space-between; position: relative; z-index: 99;
}
ul.menu-ul li {
  padding: 0; position: relative;
}
ul.menu-ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Alegreya';
    font-size: 16px;
    transition: all 0.7s;padding: 5px 10px; display: block;
}
ul.menu-ul li:hover a{
    color: #fff;   background: #240f0c;
}
ul.menu-ul li a.active {
    font-weight: 500;
    color: #E4C294;    
}
ul.menu-ul li ul li a { line-height: 25px;}
ul.menu-ul li ul li:hover a { background-color: #E4C294;
    backdrop-filter: blur(6px);}
ul.menu-ul li .sub-menu {
    background: #3b1a14;
   min-width: 195px;
    position: absolute;
    left: 0;
    z-index: 99;
    -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    margin: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center
}

li.donate-now a:hover {
    color: #fff !important;
}
 
ul.menu-ul li:hover .sub-menu   {
    display: block;
}
ul.menu-ul li ul li ul { display: none !important;}
ul.menu-ul li ul li:hover ul { display: block!important; left: 100%; top:0}


@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}


li.donate-now a {
    color: #240F0C !important;
}
li.donate-now {
    text-align: center;
    display: inline-block;
    background: #E4C294;
    padding: 7px 12px !important;
}
.top-number {
    background-color: #00000073;
    backdrop-filter: blur(6px);
    height: 40px;
    padding: 14px 16px;
    width: 75%;
    margin: auto;
}
.top-number {
    background-color: #00000073;
    backdrop-filter: blur(6px);
    height: 52px;
    padding: 14px 16px;
    width: 75%;
    margin: auto;
    border-radius: 0 0 26px 26px;
    overflow: hidden;
}
.txt-number span {
    background: #fff;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    color: #000;
}
.txt-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
}
.txt-number a {
    color: #fff;
    text-decoration: none;
    padding: 0 7px;
}
ul.top-social {
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top: 4px !important;
}
ul.top-social li {
    padding: 0 18px;
    line-height: 0;
    background: url('../images/Vertical-Divider.png') 0px 4px no-repeat;
}
ul.top-social li:first-child{
    background: none;
}
ul.top-social li a{
    color: #fff;
    transition: all 0.5s;
}
ul.top-social li a:hover{
    color: #E4C294;
}
 /* Submenu styles */
 .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #444;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.submenu li {
    border-top: 1px solid #555;
}

.submenu li a {
    display: block;
    padding: 10px;
    color: white;
    text-decoration: none;
}

.submenu li a:hover {
    background: #666;
}

/* Show submenu on hover */
.menu > li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Slider css */
.carousel-indicators [data-bs-target] {
    width: 17px !important;
    height: 17px !important;
    border-radius: 50%;
    background-color: #240f0c !important;
}
.carousel-item img {
    width: 100%;
}

/* From the Desk of Css */

.desk-bg {
    background-color: #240f0c;
    position: relative;
    height: auto;
    padding: 28px 0 28px 0
}
.desk-bg::before {
    content: '';
    background-image: url('../images/left-desk.svg');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 297px;
    background-repeat: no-repeat;
}
.desk-bg::after {
    content: '';
    background-image: url(../images/right-desk.svg);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 321px;
    background-size: cover;
    background-position: -42px -8px;
}
.container.desk-container {
    width: 71%;
    margin: auto;    
    position: relative;
}
.founder-img img {
    border: 8px solid #ffff;
}
.desk-txt h2 {
    font-family: 'Alegreya';
    color: #E4C294;
    font-weight: 400;
    font-size: 48px;
    padding: 48px 0 18px 0;
    margin: 0;
}
.desk-subtxt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.desk-subtxt h3 {
    font-size: 16px;
    color: #ffff;
    font-family: "Outfit", serif;
    font-weight: 700;
    margin: 0px;
}
.desk-txt p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 8px 0 0 0;
}
a.more-btn {
    position: relative;
    z-index: 99;
    text-decoration: none;
    background: #E4C294;
    color: #000;
    display: inline-block;
    padding: 9px 18px;
    font-family: 'Outfit';
    margin-top: 18px;
    transition: all 0.5s;
}
a.more-btn:hover {
    background: #2460a9;
    color: #fff;
}

/* Notices Css */
.container.notice-container {
    max-width: 78%;
    position: relative;
}
.notice-bg {
    background: url(../images/notice-bg.jpg);
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    padding: 43px 0;
    background-repeat: no-repeat;
}
.notice-bg::before {
    content: '';
    background-image: url('../images/notice-left.svg');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 190px;
    background-repeat: no-repeat;
}
.notice-bg::after {
    content: '';
    background-image: url('../images/notice-right.svg');
    position: absolute;
    bottom: -42px;
    right: 0;
    height: 80%;
    width: 175px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.notice-img {
    height: 512px;
    overflow: hidden;
}
.notice-img img {
    width: 100%;
    height: 512px;
    object-fit: cover;
}

.notice-sl {
    padding-top: 32px;
}
.notice-txt h2 {
    font-family: 'Alegreya';
    color: #E4C294;
    font-size: 48px;
    font-weight: 300;
    margin: 0px;
}
.notice-txt p {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Outfit';
    font-weight: 200;
    margin: 0px;
    padding: 5px 0 0 0;
}
.notice-txt {
    border-bottom: 1px solid #D0965C;
    padding-bottom: 10px;
}
.ntc-bx {
    background: #fff;
    padding: 16px;
    display: flex !important;
    align-items: center;
    margin-bottom: 17px;
}
.date-txt {
    width: 50px;
    height: 50px;
    background: #E4C294;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    font-family: 'Outfit';
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center; 
    color: #fff;
    margin-right: 14px;
}
.date-txt p {
    margin: 0;
}
.date-txt p span {
    display: block;
    margin: 0;
}
.descp-txt p {
    margin: 0;
    font-family: 'Outfit';
    font-size: 22px;
    color: #1A3A37;
    font-weight: 300;
}
.btn-notice a {
    margin: 6px 0 0 0;
}

/* Our Member */

.members-bg{
    background: #240F0C url('../images/members-bg.png');
    width: 100%;
    height: 600px;
    background-size: cover;
    position: relative;
    padding: 35px 0;
    background-repeat: no-repeat;
    overflow: hidden;

}
.members-bg::before {
    content: '';
    background-image: url('../images/left-member.svg');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 190px;
    background-repeat: no-repeat;
}
.members-bg::after {
    content: '';
    background-image: url('../images/right-member.svg');
    position: absolute;
    bottom: -13px;
    right: 0;
    width: 272px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 36%;
}
.member-title h2{
    font-family: 'Alegreya';
    color: #E4C294;
    font-size: 48px;
    font-weight: 300;
    margin: 0px;
}

.member-title p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Outfit';
    font-weight: 200;
    margin: auto;
    padding: 0px 0 0 0;
    width: 70%;
}
.member-sl {
    margin: auto;
    text-align: center;
    margin-top: 30px;
    width: 92%;
}
.member-bx {
    width: 90% !important;
    margin: auto;
}
.member-img img {
    max-width: 100%;
    width: 100%;
}
.member-text {
    text-align: center;
    background: #DABB60;
    color: #1A3A37;
    width: 100%;
    padding: 7px 0;
    font-weight: 400;
}
ul.parent-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: auto;
    position: absolute;
    width: 99%;
    top: 52%;
    left: 6px;
    right: 0;
    margin: auto;
}
li.next2, li.prev2 {
    height: 36px;
    background: #E4C294;
    width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #240f0c;
    font-size: 25px;
    cursor: pointer;
}
li.prev2 i {
    left: -2px;
    position: relative;
}
li.next2 i {
    position: relative;
    left: 2px;
}

/* Gallery Css */
.gallery-bg {
    background: #240F0C;
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    padding: 43px 0;
    background-repeat: no-repeat;
    overflow: hidden;
}
.gallery-bg::before {
    content: '';
    background-image: url('../images/notice-left.svg');
    position: absolute;
    top: 30px;
    left: 0;
    height: 100%;
    width: 190px;
    background-repeat: no-repeat;
}
.gallery-bg::after {
    content: '';
    background-image: url('../images/notice-right.svg');
    position: absolute;
    bottom: -42px;
    right: 0;
    height: 80%;
    width: 160px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.pht-title {
    color: #E4C294;
    text-transform: uppercase;
    font-family: 'Alegreya';
    font-size: 32px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
    padding: 0 0 16px 0;
}
.pht-title img {
    width: 44px;
    margin-right: 16px;
}
ul.gallery-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:28px !important
}
ul.gallery-ul li img {
    width: 100%;
}
ul.gallery-ul li {
    margin-bottom: 20px;
    width: 48%;
}
.pht-box {
    width: 95%;
}
pht-box1 { 
    width: 95%;    
    float: right;
}

/* Support-Css */
.support-bg{
    background: url('../images/support-system.jpg');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    
}
.suport-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.suport-txt h4 {
    color: #fff;
    font-family: 'Alegreya';
    font-size: 56px;
    font-weight: 300;
    text-align: center;
    line-height: 66px;
}
.suport-txt h4 span {
    color: #E4C294;
}


/* Happy Birdy */

.bday-bg{
    background: #240F0C url('../images/members-bg.png');
    width: 100%;
    height: 600px;
    background-size: cover;
    position: relative;
    padding: 35px 0;
    background-repeat: no-repeat;
    overflow: hidden;

}
.bday-bg::before {
    content: '';
    background-image: url('../images/left-by.svg');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 255px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bday-bg::after {
    content: '';
    background-image: url('../images/right-by.svg');
    position: absolute;
    bottom: 0;
    right: 0;
    width: 181px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 76.8%;
}
.bday-title {
    color: #E4C294;
    font-family: 'Alegreya';
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.bday-title img {
    padding-right: 24px;
    position: relative;
    top: -2px;
}
.bday-txt p {
    text-align: center;
    margin: 0px;
    font-size: 20px;
    color: #fff;
    font-family: 'Outfit';
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 0 0 0;
}
.feast-sl, .bdayh-sl{
    text-align: center;
}
.bday-txt {
    width: 336px !important;
    height: 366px;
/*    overflow: hidden;
*/}
.bday-txt img{
    text-align: center;
    margin: auto;
    width: 100%;
}


.pht-box2 {
    width: 80%;
    position: relative;
}
pht-box3 { 
    width: 80%;    
    float: right;
    position: relative;
}
ul.parent-arrow1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: auto;
    position: absolute;
    width: 121%;
    top: 43%;
    left: -35px;
    right: 0;
    margin: auto;
}
li.next3, li.prev3, li.next4, li.prev4 {
    height: 36px;
    background: #E4C294;
    width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #240f0c;
    font-size: 25px;
    cursor: pointer;
}
li.prev3 i {
    left: -2px;
    position: relative;
}
li.next3 i {
    position: relative;
    left: 2px;
}
ul.parent-arrow2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: auto;
    position: absolute;
    width: 92%;
    top: 43%;
    left: 18px;
    right: 0;
    margin: auto;
}
li.prev4 i {
    left: 1px;
    position: relative;
}
li.next5 i {
    position: relative;
    left: 2px;
}

/* Footer Css */
footer{
    background-color: #232323;
    height: auto;
    padding: 40px 0;
}

.ft-logo h3 {
    color: #fff;
    font-family: 'Alegreya';
    font-weight: 200;
    font-size: 36px;
    margin: 0;
}
.ft-logo h3 {
    color: #fff;
    font-family: 'Alegreya';
    font-weight: 200;
    font-size: 36px;
}
.ft-logo p {
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 200;
    padding-top: 17px;
    line-height: 32px;
    text-transform: uppercase;
}
.ft-no a {
    text-decoration: none;
    font-size: 26px;
    color: #fff;
    display: block;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 3.5px;
}
.useful-link h3 {
    COLOR: #FFF;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 24px;
    padding-bottom: 15px;
}
.useful-link ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 38px;
    font-family: 'Montserrat';
    font-weight: 200;
    transition: all 0.5s;
}
.useful-link ul li a:hover{
    color: #D0965C;
} 
.ft-no ul.top-social {
    justify-content: flex-start;
}
.ft-no ul.top-social li a i {
    font-size: 39px;
}
.ft-no ul.top-social li {
    background-position: 0 center;
    padding: 0px 22px;
}
.ft-no ul.top-social {
    justify-content: flex-start;
    margin-top: 23px !important;
    margin-left: -14px !important;
}

@media(max-width:922px){
    
.container.desk-container, .container.notice-container{
    max-width: 100%;
    width: 100%;
}
.founder-img img {
    width: 100%;
    margin-top: 20px
}
.menu-box {
    height: auto;
    position: relative;
    top: 0;
    background: #240f0c;
}
.menu-bg{
    height: auto;
    background-color: transparent;
}
.mobile-res {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 17px;
    top: 21px;
}
.txt-number a {
    font-size: 12px;
}
.top-number{
    display: none;
}
ul.menu-ul {
    display: none;
    background: #240f0cfc;
    height: auto;
    padding: 16px !important;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    clear: both;
    backdrop-filter: blur(6px);
    border: 1px solid #b3685e;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 7px 7px #000000;
}
ul.menu-ul li {
    padding: 0;
    line-height: 40px;
    border-bottom: 1px solid #391c17; 
}
li.donate-now {   
    background: #E4C294;
    padding: 0px 12px !important;
    margin: 11px auto;
    width: 96%;
    border-radius: 3px;
}
.logo h1{
    font-size: 24px
}
.notice-img {
    height: auto;
    margin-top: 26px;
}
.members-bg{
    height: auto;
}

}
@media(max-width:922px){
.bday-bg.desk-container {
    width: 100%;
}
ul.parent-arrow{
     display: none;
}
.members-bg::before, .members-bg::after, .notice-bg::before, .notice-bg::after, .bday-bg::before, .bday-bg::after, .gallery-bg::before, .gallery-bg::after{
    display: none;
}
.member-title p{
    width: 100%;
}
.descp-txt {
    width: 70%;
}
.notice-img{
    display: none;
}
.suport-txt h4 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
}
.bday-bg{
    height: auto;
}
.bday-txt {
    width: 100% !important;
    height: 100%;
    overflow: hidden;
    text-align: center;
    margin: auto;
    display: block !important;
}
.pht-box2 {
    width: 100%;
    text-align: center;
    margin: auto;
}
ul.parent-arrow1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: auto;
    position: absolute;
    width: 100%;
    top: 43%;
    left: 0;
    right: 0;
    margin: auto;
}
.useful-link h3 {
    font-size: 22px;
    padding: 40px 0 0 0;
}
}