/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.date_cust{
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15em;
    color: var(--e-global-color-primary);
}
#animImg img{
    animation: image 16s infinite;
}
@keyframes image {
    0%{
        transform: rotate3d(1, 1, 1, 0deg) scale(1);
    }15%{
        transform: rotate3d(1, 1, 1, 0deg) scale(1);
    }40%{
         transform: rotate3d(1, 1, 1, 5deg) scale(.99);
    }80%{
         transform: rotate3d(1, 1, 1, -3deg) scale(1.002);
    }100%{
         transform: rotate3d(1, 1, 1, 0deg) scale(1);
    }
}
header a:hover{
    color: #24354F !important;
}
#hover_block{
    cursor: default;
}
#hover_block svg,
#hover_block p{
    transition: .3s ease-in-out;
}
#hover_block:hover p{
    color: rgba(255, 255, 255, 0.859) !important;
}
#hover_block:not(:nth-of-type(3), :nth-of-type(4)):hover svg path{
    fill: #8DB3EE;
}
#hover_block:nth-of-type(3):hover svg path,
#hover_block:nth-of-type(4):hover svg path{
    stroke: #8DB3EE;
}
@media (max-width: 1024px) {
    .date_cust{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .date_cust{
        font-size: 16px;
    }
}

