@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Cabin:ital,wght@0,400..700;1,400..700&family=Roboto&display=swap');

body {
    box-sizing: border-box;
    padding: 0px;
    font-family: "Cabin", sans-serif !important;
    font-size: 20px !important;
    line-height: 35.88px;
}

.reveal {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1
}

/* navbar */
.navbar,
.navbar-brand,
.img {
    height: 80px;
}

.navbar-brand {
    width: 150px;
    justify-content: center;
}

.register-button {
    background-color: #0C2860;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
}

.register-button:hover {
    background-color: #0C2860;
}

.navbar-toggler {
    border: none !important;
    font-size: 1.25rem !important;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-nav,
.nav-link {
    color: #0000 ;
    font-weight: 500;
    position: relative;
    font-family: "Bree Serif", serif;
}

.nav-link.active, 
.nav-link.active:focus, 
.nav-link.active:hover {
  color: white !important;
}
.imglogo{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:991px) {
    .navbar-brand {
        position: absolute;
        top: 10px;
    }

    .imglogo {
        background-color: white;
        border-radius: 50%;
        width: 100% !important;
    }

}

@media (min-width: 600px) {

    .imglogo {
        width: 100%;
        height: 60px;
    }
}

@media (max-width: 600px) {

    .imglogo {
        /* width: 100%; */
        height: 60px;
        padding: 5px;

    }

    .font {
        font-size: 60px !important;
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .imglogo {
        width: 60%;
        height: 60px;

    }
}

@media (min-width: 992px) {
    .imglogo {
        width: 100px !important;
        height: 100px;

    }
}


/* @media (min-width:991px) {
    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 0;
        height: 2px;
        background-color: #EC9134;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .navbar-nav,
    .nav-link:hover::before,
    .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
} */

.nav-item.dropdown .dropdown-item:active {
    background-color: #0C2860;
}

.ul,
.dropdown-menu {
    border: none !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .23);

}

@media screen and (max-width:992px) {
    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: hidden;
    }
}

/* End navbar */
/* carousel  */
.bgmainimg {
    background: url(img/Rectangle\ 35.png) no-repeat center;
    background-size: cover;
}

.fontcolor {
    color: white;
}

@keyframes shine {
    0% {
        -webkit-mask-position: -200%;
        mask-position: -200%;
    }

    100% {
        -webkit-mask-position: 200%;
        mask-position: 200%;
    }
}

.shiny-text {

    color: #ffffff;
    /* Fallback color */
    background-color: #fff;
    /* Fallback background color */

    /* Create the shining effect */
    -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, .6) 50%, #fa7712 50%, #000 70%);
    mask-image: linear-gradient(-75deg, rgba(255, 255, 255, .6) 50%, #fa7712 50%, #000 70%);
    -webkit-mask-size: 200%;
    mask-size: 200%;
    -webkit-mask-position: -200%;
    mask-position: -200%;
    -webkit-mask-clip: text;
    mask-clip: text;
    -webkit-text-fill-color: transparent;

    animation: shine 2s infinite;
}
.shiny-text-color{
   
    -webkit-mask-size: 200%;
    mask-size: 200%;
    -webkit-mask-position: -200%;
    mask-position: -200%;
    -webkit-mask-clip: text;
    mask-clip: text;
    -webkit-text-fill-color: #ffffff;

    animation: shine 2s infinite;
}


.highltext {
    color: #6554A0 !important;
}

.topbutton {
    background-color: #fc6f09 !important;
    border: 0px !important;
    padding: 15px !important;
    font-family: "Bree Serif", serif;
}


.sideimg {
    background-color: transparent !important;
    padding: 0px !important;
    border: 0px !important;
}

.bgcolormain {
    background: linear-gradient(to right, rgb(207,97,161), rgb(98,84,160));
}

.info2 {
    /* margin-top: 58px; */
    padding: 0px 0px 0px 0px !important;
    font-size: 18px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: left;
}

@media ((max-width: 768px)) {
    .size3.col-sm-10 {
        text-align: center;
    }
}


.font {
    font-weight: 700 !important;
    font-size: 70px;
}


/* about */
.bgmainimg2 {
    background: url(img/image_7-removebg-preview\ \(2\).png) no-repeat center;
    background-size: cover;
    background-color: #eccdff80;
}

.roundedbg {
    background: linear-gradient(to right, rgb(207,97,161), rgb(98,84,160));
    border-radius: 50%;

}

.info1 {

    font-size: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.heights {
    width: 100%;

}

.roundedimg {
    background: url(img/image\ 5.png) no-repeat center;
    background-size: cover;
    border-radius: 50%;
}

/* become a volunteer */
.volunterbox {
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    width: 250px !important;
    height: 250px;
    border: 2px solid #fc6f09;
}

@media (max-width: 992px) {
    .size1.col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
        padding: 100px 100px 0px 100px !important;
    }
}

@media (min-width: 992px) {
    .size1.col-lg-12 {
        padding: 50px 50px 0px 50px !important;
    }
}

@media (max-width: 768px) {
    .size1.col-md-12 {
        flex: 0 0 auto;
        width: 100%;
        padding: 50px 50px 50px 50px !important;
    }
}

@media (min-width: 1200px) {
    .size1.col-xl-6 {
        padding: 100px 100px 0px 100px !important;
    }
}

.boxradius {
    height: 80px;
    width: 80px;
    background-color: #5DBCE1;
    border-radius: 15px 0px 20px 40px;
    margin-top: 20px;
    opacity: 0.2;
}

/* become a volunteer */

/* get involved */
.backcolor {
    background-color: #FFF0E6;
}

.wordheading {
    font-family: "Bree Serif", serif !important;
    font-size: 43px;
}
.wordheading1 {
    font-family: "Bree Serif", serif !important;
   
}
.wordcolor {
    color: #ffffff;
    font-family: "Bree Serif", serif !important;
}

.textcolor {
    color: #87888d;
}

.heading {
    padding-top: 80px;
}

.outerround1 {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #feae73;

}

.circle1 {
    background-color: #FE6C02;
    border-radius: 50%;
}

.outerround2 {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #92cde1;

}

.circle2 {
    background-color: #27AADF;
    border-radius: 50%;
}

.outerround3 {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #cdd28c;

}

.circle3 {
    background-color: #9CB635;
    border-radius: 50%;
}

.card {
    background-color: transparent !important;
    border: 0px !important;
    align-items: center;
}

/*  <!-- Our Core Team --> */
.volunteerbox1 {
    background-color: #e2e2e2;
    width: 310px !important;
    height: 294px;
    margin: 10px !important;
    background-image: url(img/IMG-20240930-WA0037.jpg);
    background-size: cover;
}
.volunteerbox2 {
    background-color: #e2e2e2;
    width: 310px !important;
    height: 294px;
    margin: 10px !important;
    background-image: url(img/IMG-20240930-WA0038.jpg);
    background-size: cover;
}
.volunteerbox3 {
    background-color: #e2e2e2;
    width: 310px !important;
    height: 294px;
    margin: 10px !important;
    background-image: url(img/IMG-20240930-WA0039.jpg);
    background-size: cover;
}
.volunteerbox4 {
    background-color: #e2e2e2;
    width: 310px !important;
    height: 294px;
    margin: 10px !important;
    background-image: url(img/IMG-20240930-WA0040.jpg);
    background-size: cover;
}
.volunteerbox5 {
    background-color: #e2e2e2;
    width: 310px !important;
    height: 294px;
    margin: 10px !important;
    background-image: url(img/IMG-20240930-WA0041.jpg);
    background-size: cover;
}
.coreteamhead {
    height: 300px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px !important;
}

.volunteerboxsize {
    height: 300px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 30px;
}

/* @media (min-width: 992px) {
    .size.col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
        align-items: center;
        
    }
} */
@media (max-width: 992px) {
    .size.col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
        align-items: center;
        /* padding-left: 300px; */
        /* text-align: left; */
    }
}

/* Photo Gallery  */
.imagescroll {

    bottom: 50px;
    z-index: 11;
    display: flex;
    gap: 20px;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    overflow: auto;
}

.imagescroll::-webkit-scrollbar {
    width: 0;
}

.imagescroll .scroll {
    width: 300px;
    height: 300px;
    /* filter: brightness(.5); */
    transition: .5s;
    flex-shrink: 0;
}

.imagescroll .scroll img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid #fc6f09;
}

/* .imagescroll,
.scroll1 {
    margin-top: 60px;
    padding-bottom: 50px;
} */
/* Photo Gallery  */

/* Upcoming Events */
.eventsbg {
    background-image: url(img/Rectangle\ 28.png);
    background-size: cover;
    padding-bottom: 100px;
}

.eventsbox {
    border: 1px solid black;
    height: 200px;
    max-width: 900px !important;
    border-radius: 20px;
    padding: 0px !important;
    margin-bottom: 50px;
}

.leftsidebox {
    background-color: #fc6f09;
    border-radius: 20px 0 0 20px;
    padding: 0px;
}

.leftsideletter {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    align-items: center;
    color: white;
}

@media (max-width: 575px) {
    .eventscenterbox {
        width: 15% !important;
    }
}

@media (min-width: 400px) and (max-width: 575px) {
    .eventsrightbox {
        width: 76% !important;
    }
}

@media (min-width: 340px) and (max-width: 400px) {
    .eventsrightbox {
        width: 76% !important;
    }
}

@media (min-width: 340px) and (max-width: 500px) {
    .size6 {
        font-size: 16px;
    }

    .size7 {
        font-size: 15px;
    }

    .size8 {
        font-size: 20px !important;
    }
}


.eventscenterbox {
    background-image: url(img/Rectangle\ 31.png);
    padding: 0px;
    background-size: cover;
}

.eventsrightbox {
    background-color: #ffffff;
    border-radius: 0px 20px 20px 0px;
}

.textsmall {
    font-size: 15px;
    margin: 0px !important;
}

/* footer */
.footeer {
    background-color: #1D2939;
    padding: 80px 0px 80px 0px;
}

.foothead {
    color: #98A2B3;
}

footer {
    color: #E5E8EC;
}

.footer,
ul {
    padding-left: 0px !important;

}

.footer,
ul li {
    padding-left: 0px !important;

}

.footer,
li a {
    text-decoration: none;
    color: #E5E8EC;
}

.imgsize {
    width: 50px !important;
    margin: 5px;
}

.footdown {
    background: linear-gradient(to right, rgb(207,97,161), rgb(98,84,160));
    color: #ffff;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

