/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 02 2025 | 21:14:44 */
@font-face {
	font-family: iranyekan;
	font-style: normal;
	src: url('https://drahmadrezamirbolook.com/wp-content/uploads/2025/11/IRANYekanMedium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('https://drahmadrezamirbolook.com/wp-content/uploads/2025/11/IRANYekanMedium.ttf') format('truetype');
}
body,p,div,span,a,li,ul,h1,h2,h3,h4,h5,h6{
	font-family:iranyekan !important;
}
body,html{
	overflow-x:hidden;
}

h1{
	font-size:24px;
}
h2{
	font-size:22px;
}
h3{
	font-size:20px;
}
h4,h5,h6{
	font-size:18px;
}
@keyframes floatDown {
 0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-200px);
  }
}
.h:before {
    content: " ";
background: linear-gradient(
    to right,
    rgba(255,255,255,0) 0%,       /* سمت چپ محو */
    rgba(255,255,255,0.5) 50%,    /* وسط روشن */
    rgba(255,255,255,0) 100%      /* سمت راست محو */
);  
	width: 30%;
    height: 100%;
    display: inline-block;
    position: absolute;
    animation: floatDown 6s ease-in infinite alternate;

}

@keyframes rotateBorder {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.rot:before {
    content: "";
    position: absolute;
    top: 27px;
    margin: a auto;
    width: 250px;
    /* left: 28px; */
    height: 250px;
    right: 50px;
    bottom: 0;
    border: 4.5px solid #F2F9FD91;
    border-radius: 60px;
    animation: rotateBorder 17s 
linear infinite;
}
.rot:after {
    content: "";
    position: absolute;
    top: 4px;
    margin: a auto;
    width: 300px;
    height: 300px;
    right: 21px;
    bottom: 0;
    border: 0.5px solid #2AB9A9;
    border-radius: 32%;
    animation: rotateBorder 17s 
linear infinite;
    z-index: 0;
}
.elementor-accordion-item {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    margin-top: 21px;
    border-top: 1px solid #2AB9A9 !important;
	border-radius:20px;
}
/*فرم دیدگاه */
input#submit {
    background-color: var(--e-global-color-secondary);
    font-family: "IRANYekanX", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    fill: var(--e-global-color-a850b98);
    color: var(--e-global-color-a850b98);
    transition-duration: 1s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
    border-radius: 15px 0px 15px 0px !important;
}
input#submit:hover{
    background-color: white;
    font-family: "IRANYekanX", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    fill: var(--e-global-color-a850b98);
    color: #024564;
    transition-duration: 1s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #024564;
    border-radius: 15px 0px 15px 0px !important;
}
form#commentform input, textarea {
    border-radius: 15px;
}
/* استایل منو زبان ها */
.trp-language-switcher.trp-ls-dropdown.trp-shortcode-switcher.trp-shortcode-overlay.trp-open-on-click{
    padding: 2px;
    top: 12px;
    border-radius: 20px 0 20px 0;
}
a:link{
	color:#024564;
}