.elementor-1063 .elementor-element.elementor-element-7f98dbd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1063 .elementor-element.elementor-element-c8e490d{text-align:center;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-1063 .elementor-element.elementor-element-9c7053e .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-1063 .elementor-element.elementor-element-9c7053e .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-1063 .elementor-element.elementor-element-9c7053e{--image-border-radius:15px;--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-gallery .elementor-gallery-item__title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-gallery .elementor-gallery-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-gallery .elementor-gallery-item__title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-gallery .elementor-gallery-title{line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for gallery, class: .elementor-element-9c7053e */.fade-in-gallery .elementor-gallery-item {
    opacity: 0;
    animation: fadeIn 1.5s forwards;
}

.fade-in-gallery .elementor-gallery-item:nth-child(2) {
    animation-delay: 0.2s;
}
.fade-in-gallery .elementor-gallery-item:nth-child(3) {
    animation-delay: 0.4s;
}
.fade-in-gallery .elementor-gallery-item:nth-child(4) {
    animation-delay: 0.6s;
}
.fade-in-gallery .elementor-gallery-item:nth-child(5) {
    animation-delay: 0.8s;
}
.fade-in-gallery .elementor-gallery-item:nth-child(6) {
    animation-delay: 1.0s;
}
/* আরও ছবির জন্য একইভাবে .nth-child() এর সংখ্যা এবং animation-delay বাড়াতে থাকুন */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */