@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
:root{
    --gray-dark: #343a40;
    --gold: #dcbc38;
    --gold-light: #f4d462;
    --gold-gradient: linear-gradient(335deg, rgba(217,172,14,1) 70%, rgba(242,211,96,1) 100%);
    --sky-blue: #2bc4f3;
    --gradient-pink: linear-gradient(335deg, rgba(218,55,72,1) 25%, rgba(241,98,113,1) 50%, rgba(218,55,72,1) 75%);
    --gradient-yellow: linear-gradient(335deg, rgb(247, 165, 30) 25%, rgb(252, 243, 118) 50%, rgb(247, 165, 30) 75%);
}
.header-title{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5c5c5c;
}
.bg-primary{
    background: linear-gradient( rgb(255 3 217 / 100%), rgb(154 2 255 / 100%)) !important;
}
.border-pink{
    border-color: rgb(255 3 217 / 100%) !important;
}
.border-purple{
    border-color: rgb(154 2 255 / 100%) !important;
}
a{
    cursor: hand !important;
}
.text-shadow{
    text-shadow: 2px 2px #000000;
}
.text-purple
{
    color: rgb(154 2 255) !important;
}
.text-pink{
    color: rgb(255 3 217) !important;
}
.logo-primary{
    max-height: 80px;
    max-width: 100%;
    width: auto;
}
body{
    font-family: "Mukta", sans-serif; !important;
}
h1, h2{
    font-weight: 900;
}
h5{
    font-weight: 600
}

.bg-gray
{
    background: var(--gold-gradient);
}
.text-sky-blue
{
    color: var(--sky-blue)
}
.navbar .nav-filler{
    padding-top: 0px;
    padding-bottom: 0px;
}
.bg-gradient-pink{
    background: var(--gradient-pink);
}
.bg-gradient-yellow{
    background: var(--gradient-yellow);
}
.nav-link, .btco-hover-menu li a
{
    color: white !important;
}

.btco-hover-menu .dropdown-menu, .btco-hover-menu ul ul {
    background: var(--gradient-pink) !important;
}
.btco-hover-menu li > a
{
    border-bottom: 3px solid transparent;
}
.btco-hover-menu li:hover > a
{
    background: transparent !important;

    border-color: white;
}
.publications .nav-tabs, .publications .nav-tabs .nav-item.show .nav-link, .publications .nav-tabs .nav-link.active,.publications .nav-tabs .nav-link:focus,.publications .nav-tabs .nav-link:hover
{
    border:none;
}
.publications .nav-tabs .nav-link{
    color: rgb(154 2 255) !important;
}
.publications .nav-tabs .nav-link.active{
    background: rgb(255, 3, 217);
    color: white !important;
}
.home-section.publications .animate-column, .home-section.publications .animate-column a{
    color: rgb(255 3 217) !important;
}
.publications.publications-page .animate-column, .publications.publications-page .animate-column a{
    color: black !important;
}
.home-section.publications .animate-column:hover{
    background: rgba(255, 255, 255, 0.2) !important;
}
.publications.publications-page .animate-column:hover{
    background: linear-gradient(rgb(154 2 255 / 48%), rgb(255 3 217 / 69%)) !important;
    border-radius: 10px 0;
}
.publications.publications-page .animate-column:hover, .publications.publications-page .animate-column:hover a{
    color: white !important;
}

.publications .title
{
    margin-bottom: 0;
}
.events a{
    color:black !important;
    text-decoration: none;
}
.events a:hover .event-wrapper{
    background: linear-gradient(rgb(154 2 255 / 48%), rgb(255 3 217 / 69%)) !important;
    color: white !important;
}
.owl-carousel.homepage-galleries .owl-item img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.galleries img, .videos img, .posts img{
    max-width: 100%;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
}
.position-relative {
    position: relative;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%; /* Overlay up to 50% of the image height */
    background: linear-gradient(to top, rgb(154 2 255), rgba(0, 0, 0, 0) 90%);
    display: flex;
    justify-content: center; /* Center the text horizontally */
}

.overlay-text {
    position: absolute;
    bottom: 10px; /* Text padding from the bottom */
    color: white;
    font-size: 1.2rem;
    text-align: center;
    z-index: 2; /* Ensure text appears on top */
}

.img-fluid {
    display: block;
    width: 100%;
    height: auto;
}
.home-event .event-date{
    line-height: 0.8;
    font-size: 10em;
    font-weight: bolder;
}
.home-event .event-month{
    line-height: 1;
    font-size: 2em;
}
.home-event .event-day{
    line-height: 1;
    font-size: 2em;
    font-weight: bolder;
}
.home-event .event-status{
    line-height: 1;
    font-size: 1.2em;
    font-style: italic;
    margin-top: 1em;
}
.home-event img{
    max-width: 500px;
    height: 380px;
    object-fit: cover;
}
.text-box-overlay {
    position: absolute;
    top: 50%;
    left: 0; /* Push the majority of the box outside the image */
    transform: translateY(-50%); /* Vertically center the box */
    width: 40%; /* Width of the text box */
    background-color: rgba(0, 0, 0, 0.6); /* Transparent background */
    z-index: 2;
}

/* Text box content styling */
.text-box-content {
    color: white;
}
.carousel-dark .carousel-caption {
    color: #fff;
    /*background: rgba(154 2 255 / 0.55);*/
}
.carousel-dark .carousel-caption::before
{
    filter:blur(5px);
}
.carousel-dark .carousel-indicators [data-bs-target]{
    background-color: #fff;
}
.carousel-item img{
    height: 500px;
    width: auto;
    object-fit: cover;
}
.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    top:0;
    align-content: end;
    text-align: center;
    background: linear-gradient(to top, rgb(154 2 255), rgba(0, 0, 0, 0) 35%);
}


.footer {
    position: relative;
    height: auto; /* Adjust as per your layout needs */
    background: linear-gradient(rgb(154 2 255 / 90%), rgb(255 3 217 / 70%)),
    url('/assets/images/footer_bg.png') no-repeat center center/cover;
    /*display: flex;
    align-items: center;*/
}

.footer .footer-content {
    color: white;
    z-index: 1; /* Ensures content stays above the background */
}

.footer *{
    color: white;
    text-shadow: 2px 2px #000000;
}
.footer p{
    margin-bottom: 0;
}
.footer h2, .footer h6, .footer h4 {
    margin: 0;
    color:white;
}
.footer .footer-social-icon
{
    font-size: 1.4em;
}
.footer .footer-qr
{
    width: 150px;
}
.footer .content-footer .contact-information span:first-child{
    margin-right: 10px;
}
.footer .content-footer .contact-information *{
    text-shadow: 2px 2px #000000;
    margin-bottom: 5px;
}
.footer .contact-information a{
    text-decoration: none;
}
.footer .contact-information a:hover{
    color: white;
}
.footer .contact-information .footer-social-icon{
    margin-right: 1rem;
}
.page-item .page-link {
    color: rgb(154 2 255 / 90%);
    border-color: rgba(255, 3, 217, 0.26);
}
.page-item.active .page-link {
    background: rgb(154 2 255 / 90%);
    border-color: rgb(255 3 217);
    color: white;
}
.videos .video-thumbnail a, .posts a{
    color: rgb(154 2 255 / 100%);
}
.videos .video-thumbnail:hover
{
    background: linear-gradient(rgb(154 2 255 / 90%), rgb(255 3 217 / 70%));
    transition: 0.5s ease-in;
    color:white;
}
.videos .video-thumbnail:hover a
{
    color:white;
}
#videoPlayerModal
{
    background: none;
}
#videoPlayerModal .modal-header, #videoPlayerModal .modal-content{
    background: none;
    border:none;
}
.event-main-image
{
    width: 100%;
    aspect-ratio: 16 / 6;
    object-fit: cover;
    object-position: top;
    padding: 10px;
    background: linear-gradient(rgb(154 2 255 / 100%), rgb(255 3 217 / 100%));
}
.language-switch .dropdown-menu.show {
    background: rgba(217,172,14,1);
}
.language-switch .dropdown-item:focus, .dropdown-item:hover,.language-switch .dropdown-item:focus, .dropdown-item:active {
    background-color: rgba(233, 236, 239, 0.25);
}
.btn.donate
{
    background: linear-gradient(rgb(154 2 255 / 100%), rgb(255 3 217 / 100%));
}
.btn.donate:focus, .btn.donate:hover{
    background: rgba(233, 236, 239, 0.25);
}
.language-switch a, .donate, .language-switch .btn, .top-header-text{
    color:white !important;
    text-shadow: 2px 2px #00000036;
}
.publication-type-list-item a
{
    color: rgb(154 2 255 / 100%);
    padding: 5px 10px;
}
.publication-type-list-item:hover a
{
    color: white;
    background: linear-gradient(rgb(154 2 255 / 100%), rgb(255 3 217 / 100%));
}
.map-embed
{
    width: 100%;
    aspect-ratio: 16 / 6;
}
.donor-table .table-head{
    font-weight: bolder;
    color: rgb(154 2 255 / 100%);
    border-bottom: 2px solid rgb(154 2 255 / 100%);
}
.donor-table .table-entries:nth-child(odd) {
    background: #ef5f6e;
    color: white;
}
.homepage-showcases .owl-item{
    text-align: -webkit-center;
}
.homepage-showcases .owl-item img{
    width: 120px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.showcase-tooltip{

}
.video-featured .featured-heading{
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
}
.video-featured .featured-heading-wrapper{
    padding-left: 25px;
    padding-right: 25px;
}
.video-featured .video-wrapper{
    background: white;
}
.video-featured .btn-featured{
    border-color: rgb(255 3 217 / 100%);
    color: rgb(255 3 217 / 100%);
    font-size: 1.5rem;
    width: 100%;
}
.video-featured .btn-featured:hover {
    border: none;
    background: rgb(255 3 217 / 100%);
    color: white;
}
.section-title h3, .section-title h1, .page-title h3, .page-title h1 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title h3:after, .section-title h1:after, .page-title h3:after, .page-title h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* adjust this to position the line */
    width: 100%;
    height: 5px; /* adjust thickness of the line */
    background: linear-gradient(to right, rgb(154 2 255) 50%, rgb(255 3 217) 50%); /* colors for the underline */
}
.dialog-qr{
    width: 200px;
}
.description-section li::marker {
    content: "› ";
    color: rgb(154 2 255 / 100%);
    font-size: x-large;
}
.description-section h1, .description-section h2, .description-section h3, .description-section h4, .description-section h5, .description-section h6, .description-section dt
{
    color: rgb(154 2 255 / 100%);
}
.description-section h1{
    font-size: 1.4em;
    font-weight: 900;
}
.description-section h2{
    font-size: 1.3em;
    font-weight: 800;
}
.description-section h3{
    font-size: 1.2em;
    font-weight: 700;
}
.description-section h4{
    font-size: 1.1em;
    font-weight: 600;
}
.page-title {
    background-image: linear-gradient(rgb(154 2 255 / 90%), rgb(255 3 217 / 70%)), url(/assets/images/header_image.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.description-section h5{
    font-size: 1em;
    font-weight: 600;
}
.description-section h6{
    font-size: 0.9em;
    font-weight: 600;
}
.description-section{
    font-size: 1.3rem;
}
.description-section p{
    text-align: justify;
}
.description-section a{
    color: rgb(154 2 255 / 100%);
    font-weight: bolder;
}
.description-section blockquote {
    border-left: rgb(154 2 255 / 100%) solid 5px;
    background: #ef5f6e;
    color:white;
    padding: 2.2em;
}
.description-section img {
    max-width: 100%;
    margin-bottom: 1.3em;
}
.developer img{
    height:40px;
}
.developer
{
    color:white;
    font-weight: bolder;
}
.row.personel-wrapper{
    border-bottom: 3px solid rgb(154 2 255 / 100%);
}
.intro-block{
    //background: rgb(154 2 255 / 100%);
    background:
        linear-gradient(rgba(154, 2, 255, 0.95), rgba(154, 2, 255, 0.8), rgba(154, 2, 255, 0.5)),
        url('images/aamaghar_intro.jpg');
    background-size: cover; /* Makes image cover the whole area */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: white !important;
    text-shadow: 2px 2px #000000;
}
.intro-block h1{
    text-align: center;
    color: rgb(255 3 217 / 100%);
}
.intro-block h2{
    text-align: center;
    font-size: larger;
}
.minw-100{
    min-width: 100%;
}

.intro-block ul {
    list-style: none;
    padding-left: 1.5em; /* adjust for spacing */
}

.intro-block li::before {
    content: "💗";
    margin-right: 0.5em;
}
.contact .contact-detail *{
    line-height: 2;
    text-decoration: none;
    color: black;
}
.contact .contact-detail h6:nth-of-type(1)::before{
    content: "📌";
    margin-right: 0.5em;
}
.contact .contact-detail h6:nth-of-type(2)::before{
    content: "📞";
    margin-right: 0.5em;
}
.contact .contact-detail h6:nth-of-type(3)::before{
    content: "📨";
    margin-right: 0.5em;
}
.contact .contact-detail h2{
    color: deeppink;
    text-shadow: 2px 2px #000000;
}
.contact .contact-form{
    background: rgba(255, 20, 147, 0.21);
}
.contact .contact-form label{
    color: rgb(154 2 255 / 100%);
}
.btn.btn-purple{
    background: rgb(154 2 255 / 100%);
    color: white;
}
.popup.modal.show {
    background:
        linear-gradient(rgba(252, 69, 118, 1), rgba(154, 2, 255, 0.75), rgba(154, 2, 255, 0.5))
}
.popup .modal-body{
    padding: 0.5rem;
    text-align: center;
}
.popup .popup-image{
    border: 5px solid white
}
.popup .modal-header{
    border: none;
}
.popup .modal-title{
    width: 100%;
    display: inline;
    text-align: center;
}
.popup .popup-image{
    max-height: 70vh;
}

.popup .modal-content{
    background: none;
    border: none;
    width: fit-content;
}
.popup .modal-dialog{
    justify-content: center;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .carousel-item img {
        height: 150px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .carousel-item img {
        height: 250px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .carousel-item img {
        height: 400px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .carousel-item img {
        height: 500px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .carousel-item img {
        height: 530px;
    }
}

