<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"IRANYekan";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IRANYekan";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IRANYekan";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed &gt; .elementor-container{max-width:1400px;}.e-container{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-bottom:24px;}.elementor-element{--widgets-spacing:24px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed &gt; .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed &gt; .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS */.image1 img{
    transition: 0.4s ease-in;
    border-radius: 20px; 
}
.image1 img:hover{
    transform: scale(1.05);
    box-shadow: 10px 10px 10px grey;
}


.image2 img{
    border-radius: 20px; 
}
.image2 img:hover{
    animation-name: s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.image3 img{
    transition: 0.4s ease-in;
    border-radius: 20px; 
}
.image3 img:hover{
    transform: scale(0.8);
    box-shadow: 10px 10px 10px grey;
    border-radius: 50%;
}

@keyframes s{
    0%{ transform: translate(20px);}
    
    50%{ transform: translate(-20px);}
    
    100%{ transform: translate(20px);}
}/* End custom CSS */</pre></body></html>