/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Author: Your Name
 Template: astra
 Version: 1.0.0
*/



#banner {
    position: relative;
}
    
#baner-pic {
    position: absolute;
    width: 24%;
    left:18%;
    bottom: -10%;
    animation-name: bgmoves;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    animation-delay: .5s;
}

@keyframes bgmoves{
    
0% {
    transform: scale(1)
    rotate(0deg);
}
50% {
    transform: scale(1.3)
    rotate(-18deg);
}
100% {
    transform: scale(1)
    rotate(0deg);
}
}

#banner-text {
    position: absolute;
    right: 10%;
    top: 18%;
}


.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: none !important;
}


.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    font-family: 'Vazirmatn' !important;
    background-color: #becdc7 !important;
}


#q-pro-container {
    margin: 0 Auto 20px;
}


#q1-pro-container {
    margin: 0 Auto 20px;
}
