@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* border: 1px solid red !important; */
}

html,
body {
    font-family: "Poppins", sans-serif;
}


footer,
nav {
    background-color: #ff9933;
}

h3 {
    color: #ff9933;
}

.center {
    /* position: relative; */
    left: 0;
    right: 0;
    margin: auto;
}

textarea {
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.carousel-main {
    /* height: 610px; */
    height: 90vh;
    width: 100vw;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.blend-text {
    mix-blend-mode: difference;
}

.profile-box {
    background: #EFEFEF;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 153, 51, 0.99) 100%);
}

@media only screen and (max-width: 992px) {
    .carousel-main {
        height: 500px;
    }

}

@media only screen and (max-width: 768px) {
    .carousel-main {
        height: 350px;
    }

    #nav-title {
        font-size: 14px;
    }

}

@media only screen and (max-width: 768px) {
    .carousel-main {
        height: 300px;
    }

    #nav-title {
        font-size: 13px;
    }

}

@media only screen and (max-width: 480px) {
    #nav-title {
        display: none;
    }

    .carousel-main {
        height: 200px;
    }

}

.fa {
    padding: 14px;
    font-size: 18px;
    /* width: 22px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;

}

.fa-facebook,
.fa-twitter,
.fa-google,
.fa-youtube,
.fa-instagram {

    background: #fff;
    color: #ff9933;
}

.fa-twitter:hover {
    background: #55ACEE;
    color: white;
}

.fa-facebook:hover {
    background: #3B5998;
    color: white;
}

.fa-google:hover {
    background: #dd4b39;
    color: white;
}

.fa-youtube:hover {
    background: #bb0000;
    color: white;
}

.fa-instagram:hover {
    background: #125688;
    color: white;
}

#about_us_pic,
#index_pic_1 {
    width: 400px;
    height: 300px;
    object-fit: contain;
}

#event_images {
    margin-top: 100px;
}

#member-card-pic {
    height: 180px;
    overflow: hidden;
}

.index-img-height {
    height: 160px;
}

.about-page-content p {
    font-size: 15px !important;
}

@media only screen and (max-width: 1200px) {
    .found-member-heading {
        font-size: 22px;
    }
}

@media only screen and (max-width: 992px) {

    #about_us_pic,
    #index_pic_1 {
        width: 350px;
    }

    #event_images {
        margin-top: 80px;
    }

    #event_images img {
        object-fit: cover;
        width: 100%;
    }

    .found-member-heading {
        font-size: 16px;
    }

    .index-img-height {
        height: 200px;
    }

}

@media only screen and (max-width: 768px) {

    #about_us_pic,
    #index_pic_1 {
        width: 370px;
    }

    #event_images {
        margin-top: 170px;
    }

    #event_images img {
        object-fit: contain;
        width: 100%;
    }

    .found-member-heading {
        font-size: 28px;
        margin: 16px auto;
    }

    .index-img-height {
        height: 240px;
    }

    #index-mem-img {
        max-height: 380px;
    }

}

@media only screen and (max-width: 576px) {
    .index-img-height {
        height: 300px;
    }
}

@media only screen and (max-width: 480px) {

    #about_us_pic,
    #index_pic_1 {
        width: 290px;
    }

    #index_pic_1 {
        width: 315px;
    }

    #event_images {
        margin-top: 120px;
    }


    .index-img-height {
        height: 300px;
    }
}

@media only screen and (max-width: 350px) {

    #about_us_pic,
    #index_pic_1 {
        width: 200px;
    }

    #event_images {
        margin-top: 40px;
    }

    .index-img-height {
        height: 180px;
    }
}


.img-content {
    margin-top: 40px;
}

.img-content .title {
    margin-bottom: 20px;
}

.index-img {
    -moz-box-shadow: 3px 3px 5px 2px #ccc;
    -webkit-box-shadow: 3px 3px 5px 2px #ccc;
    box-shadow: 3px 3px 5px 2px #ccc;
    margin-bottom: 10px;
}

.gray img:hover {
    filter: gray;
    -webkit-filter: grayscale(1);
}

.tilt img:hover {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);

    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

#index-welcome {
    padding: 70px 70px;
}

#index-welcome h1,
#index-welcome h4,
#index-welcome p {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 992px) {
    #index-welcome {
        padding: 60px 40px;
    }

    #index-welcome h4 {
        margin: 8px auto 24px;
    }
}

#logo {
    max-height: 40px;
}

#index-mem-img {
    object-fit: cover;
    max-height: 220px;
    width: 100%;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25)
}

.mt-200 {
    margin-top: 200px
}


/* Custom Multi Select */
.sd-multiSelect {
    position: relative;
}

.sd-multiSelect .placeholder {
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
}

.sd-multiSelect .ms-offscreen {
    height: 1px;
    width: 1px;
    opacity: 0;
    overflow: hidden;
    display: none;
}

.sd-multiSelect .sd-CustomSelect {
    width: 100% !important;
}

.sd-multiSelect .ms-choice {
    position: relative;
    text-align: left !important;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #ffff;
    box-shadow: none;
    font-size: 15px;
    height: 44px;
    font-weight: 500;
    color: #212529;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sd-multiSelect .ms-choice:after {
    content: "\f107 ";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.sd-multiSelect .ms-choice:focus {
    border-color: var(--theme-color);
}

.sd-multiSelect .ms-drop.bottom {
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.sd-multiSelect .ms-drop li {
    list-style-type: decimal;
    position: relative;
    margin-bottom: 10px;
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.sd-multiSelect .ms-drop li label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.sd-multiSelect .ms-drop li label:before {
    content: "";
    background-color: transparent;
    border: 2px solid var(--theme-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.sd-multiSelect .ms-drop li input:checked+span:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: var(--theme-color);
    border-width: 0 2px 2px 0;
}

/* patron */

.patron-container {
    cursor: pointer;

}

.patron-container p {
    font-size: 10px;
    color: #ff8c18;
}

/* blinking text */

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.color-change {
    background: linear-gradient(-45deg,
            #ffffff,
            #fff3e4,
            #fce3c8,
            #f6e5ba,
            #fffeb0,
            #ffe3a2,
            #8eb8ff,
            #91efff,
            #d5f9ff);
    background-size: 400% 400%;
    animation: gradient 9s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* email check in join us page */

#email-check,
#email-otp-dialog-btn,
#email-reset-btn,
#email_verified_msg {
    display: none;
}



/* animation background */

.bg-all {
    /* background: #08be88; */
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.culd {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 10px;
    height: 10px;
    border: 1px solid #ff9933;
    /* border-radius: 50%; */
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: culd 12s ease-in forwards infinite;
}

.culd:nth-child(2n) {
    border-color: #ff9933;
}

.culd:nth-child(2) {
    animation-delay: 2s;
    top: 90%;
    left: 10%;
}

.culd:nth-child(3) {
    animation-delay: 4s;
    top: 10%;
    left: 50%;
}

.culd:nth-child(4) {
    animation-delay: 6s;
    top: 50%;
    left: 60%;
}

.culd:nth-child(5) {
    animation-delay: 8s;
    top: 40%;
    left: 90%;
}

@keyframes culd {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 0.3;
    }

    to {
        transform: scale(20) rotate(360deg) translate(-50%, -50%);
        opacity: 0;
    }
}


.text-animation b {
    float: left;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.text-animation span {
    display: inline-block;
    color: #e74c3c;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    -webkit-animation: move 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}


/* upcoming event container */

.upcoming-event-container h1 {
    font-size: 30px;
    padding: 20px;
    font-weight: 700;
    text-align: center;
}

.upcoming-event-container .carousel-caption h5 {
    font-size: 13px;
}

.upcoming-event-container .carousel-caption p {
    font-size: 20px;
}

.upcoming-event-container img {
    height: 240px;
    filter: blur(2px) brightness(95%);
}

@media (min-width: 576.5px) {
    .upcoming-event-container img {
        height: 400px;
    }

    .upcoming-event-container h1 {
        font-size: 50px;
        font-weight: 600;
    }
}

@media (min-width: 992.5px) {
    .upcoming-event-container img {
        height: 300px;
    }

    .upcoming-event-container h1 {
        font-size: 60px;
    }

    .upcoming-event-container .carousel-caption h5 {
        font-size: 24px;
    }

    .upcoming-event-container .carousel-caption p {
        font-size: 24px;
    }
}

@media (min-width: 1192.5px) {
    .upcoming-event-container img {
        height: 440px;
    }

    .upcoming-event-container .carousel-caption h5 {
        font-size: 30px;
    }

    .upcoming-event-container .carousel-caption p {
        font-size: 30px;
    }

    .upcoming-event-container .carousel-caption h5 {
        font-size: 24px;
    }

    .upcoming-event-container .carousel-caption p {
        font-size: 24px;
    }
}

@media (min-width: 1368.5px) {
    .upcoming-event-container img {
        height: 500px;
    }

    .upcoming-event-container h1 {
        font-size: 100px;
        padding: 20px;
        font-weight: 600;
    }
}

#lightbox {
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
}


/* ash code  */

