.elementor-12424 .elementor-element.elementor-element-23fb33c4{--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-12424 .elementor-element.elementor-element-23fb33c4:not(.elementor-motion-effects-element-type-background), .elementor-12424 .elementor-element.elementor-element-23fb33c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F4F4;}.elementor-12424 .elementor-element.elementor-element-66b30f93{--display:flex;}.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 );color:var( --e-global-color-primary );}.elementor-12424 .elementor-element.elementor-element-1f5a179e{text-align:center;}.elementor-12424 .elementor-element.elementor-element-1f5a179e .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:48px;font-weight:500;line-height:1.15;}.elementor-12424 .elementor-element.elementor-element-6e85ff81{text-align:center;}.elementor-12424 .elementor-element.elementor-element-6e85ff81 .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:var( --e-global-color-text );}.elementor-12424 .elementor-element.elementor-element-3f291ef2{--display:flex;}.elementor-12424 .elementor-element.elementor-element-481638e0{text-align:center;}.elementor-12424 .elementor-element.elementor-element-481638e0 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:32px;font-weight:500;color:var( --e-global-color-38f0a6e );}/* Start JX Custom Fonts CSS *//* End JX Custom Fonts CSS */
/* Start JX Custom Fonts CSS *//* End JX Custom Fonts CSS */
/* Start custom CSS */#artfun h3 {
    margin-bottom: 20px;
}

#artfun h5 {
    margin-bottom: 30px;
}

#artfun .heading-wrap {
    margin-bottom: 40px;
}

#artfun .heading-wrap > .e-con-inner {
    max-width: 828px;
}

#artfun p a {
    color: #EE4E4E;
    border-bottom: 1px solid #EE4E4E;
}

#artfun p a:hover {
    color: #CB4040;
    border-bottom: 1px solid #CB4040;   
}

/*ARTFUN*/
#artfun {
    padding-top: 65px;
    padding-bottom: 80px;
}

#artfun-videos > div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

#artfun-videos .video-block {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.responsive-video {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.responsive-video iframe {
    width: 100%;
    height: revert-layer;
    aspect-ratio: 16/9; /* This maintains the 16:9 aspect ratio */
}

@media (max-width: 1280px) {
    #artfun .artfun-wrap > .e-con-inner {
        max-width: 80%;
    }
    #artfun .heading-wrap > .e-con-inner {
        max-width: 785px;
    }
    #artfun h3 {
        font-size: 42px;
    }
    #artfun h5 {
        font-size: 30px;
    }
    #artfun p {
        font-size: 15px;
    }
}

@media (max-width: 1180px) {
    #artfun-videos > div {
        gap: 10px;
    }
    #artfun-videos .video-block {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 1080px) {
    #artfun .artfun-wrap > .e-con-inner {
        max-width: 85%;
    }
    #artfun h3 {
        font-size: 36px;
    }
    #artfun h5 {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    #artfun .heading-wrap > .e-con-inner {
        max-width: 80%;
    }
    #artfun h3 {
        font-size: 32px;
    }
    #artfun p {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    #artfun h3 {
        font-size: 30px;
    }
    #artfun h5 {
        font-size: 26px;
    }
    #artfun h5 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #artfun-videos > div {
        flex-direction: column;
        max-width: 85%;
        margin: auto;
        gap: 20px;
    }
    #artfun-videos .video-block {
        flex: 1 1;
        max-width: 100%;
    }
}

@media (max-width: 680px) {
    #artfun h3 {
        line-height: 1.25;
    }
}

@media (max-width: 580px) {
    #artfun .heading-wrap > .e-con-inner {
        max-width: 85%;
    }
}

@media (max-width: 480px) {
    #artfun h3 {
        font-size: 28px;
    }
    #artfun h5 {
        font-size: 22px;
    }
    #artfun-videos > div {
        max-width: 100%;
    }
}/* End custom CSS */