.svg_hover1:hover .hover1{
    background-color: white;
}

.svg_hover1:hover .svg1{
    width: 40px;
}

.svg_hover2:hover .hover2{
    background-color: white;
}

.svg_hover2:hover .svg2{
    width: 40px;
}

.svg_hover3:hover .hover3{
    background-color: white;
}

.svg_hover3:hover .svg3{
    width: 40px;
}


:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #202225;
}

.title{
    font-size: clamp(20px , 4vw , 50px);
}

.animateTop{
    position: absolute;
    /* top: 10px; */
    animation: divtop 4s infinite;
}
@keyframes divtop {
    from {
        top: 0px;
        transform: translateY(0px);
    }
    to {
        top: 40px;
        transform: translateY(40px);
    }
}
.animateLeft{
    position: absolute;
    /* top: 10px; */
    animation: divleft 4s infinite;
}
@keyframes divleft {
    from {
        left: 0px;
        transform: translateX(0px);
    }
    to {
        left: 40px;
        transform: translateX(40px);
    }
}



@font-face {
   font-family: 'YekanBakh';
   font-display: auto;
   src: url('../fonts/YekanBakh-VF.ttf') format('truetype');
}

body {
   font-family: 'yekanBakh';
}







        .animation_traslate:hover .animation_traslate_items{
            animation:traslate_icon 2s infinite ease-in ;
            
        }
        .animation_traslate:hover .filter_chenge{
            filter:grayscale(0%) ;
             background-color: red;
        }
        
        @keyframes traslate_icon {
            0%{
                transform: translate(0px , 0px);
            }
            50%{
                transform: translate(0px , 20px);
            }
            100%{
                transform: translate(0px , 0px);
            }
        }
        .animateLeft{
            position: absolute;
            animation:divleft 4s infinite;
        }
        @keyframes divleft {
            from{
                left:0px;
                transform: translateX(0%);
            }
            to{
                left:100%;
                transform: translateX(100%);
               
            }
        }
        .animatetop{
            position: absolute;
            animation:divtop 4s infinite;
        }
        @keyframes divtop {
            from{
                top:0px;
                transform: translateY(0%);
            }
            to{
                top:100%;
                transform: translateY(100%);
                
            }
        }
        .rotate_animaiton{
            animation:rotate_that 12s infinite ease-in;
        }
        @keyframes rotate_that {
            100%{
                transform: rotate(360deg);
            }
          
        }
        .rotate_animaiton_triangulir{
            animation:rotate_triangulir 10s infinite ease-in;
        }
        @keyframes rotate_triangulir {
            100%{
                transform-origin:20px;
                transform: rotate(360deg);
            }
          
        }
        .deleter_shadow_rounded_img_item{
            box-shadow: 3px 4px 1px 1px #04c37f;
           
        }
        .deleter_shadow_rounded_img:hover .deleter_shadow_rounded_img_item{
            filter: grayscale(0%);
             box-shadow:none;
        }
        .deleter_shadow_rounded_img:hover .deleter_shadow_rounded_img_item_img{
            filter: grayscale(0%);
           
        }
       




.parent_element:hover .image_child_element{
    filter: grayscale(0%);
}
.span_child_element {
    position: relative;
    overflow: hidden;
}
.span_child_element::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 100%;
    background: rgba(4, 195, 127);


    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    
    
    color: rgb(255, 162, 0);
}
.parent_element:hover .span_child_element::after{
    width: 1000px;
    height: 300px;
}
.parent_element:hover .element_text{
    color: white;
}




.animateLeft {
    position: absolute;
    animation: divleft 4s infinite;
}

@keyframes divleft {
    from {
        left: 0px;
        transform: translateX(0px);
    }

    to {
        left: 40px;
        transform: translateX(40px);
    }
}

.animatetop {
    position: absolute;
    animation: divtop 4s infinite;
}

@keyframes divtop {
    from {
        top: 0px;
        transform: translateY(0px);
    }

    to {
        top: 40px;
        transform: translateY(40px);
        font-size: com;
    }
}



        




























