.elementor-4223 .elementor-element.elementor-element-14998cc{margin-top:-70px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4223 .elementor-element.elementor-element-545a368 > .elementor-element-populated{margin:0px -60px 0px 0px;--e-column-margin-right:-60px;--e-column-margin-left:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-4223 .elementor-element.elementor-element-545a368 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}/* Start custom CSS for html, class: .elementor-element-1f0350b */#post-desktop1 .post-693 {
    float: right;
    padding-right: 25px;
}
#circular-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(35, 112, 117, 0.42);
  display: block;
  margin: 0 auto;
  transition: box-shadow 0.3s; /* افزودن انتقال صاف برای انیمیشن */
}

#circular-image:hover {
  box-shadow: 4px 4px 8px rgba(35, 112, 117, 0.42); /* تغییر رنگ شادو باکس هنگام هاور */
}
/* From https://css.glass */
#glass-id{
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
margin-right: 25px;
margin-left: 15px;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
#post-desktop .entry-content{
    text-align: center;
}

.container1{
    display: flex;
   width: 100vw;
   height: 100vh;
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center;
}
.content-bg {
    background: rgba(255, 255, 255, 0.8); /* پس‌زمینه سفید با شفافیت */
    padding: 20px;
    border-radius: 10px; /* گوشه‌های گرد */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* سایه برای زیبایی */
}
.slider{
    position: absolute;
    inset: 80px 200px 80px 80px;
    background-color: #ccc;
    border-radius: 20px;
}
.slider .slides{
    position: absolute;
    top: 50%;
    transform: translateY(20%);
    width: 200px;
    height: 280px;
    background: var(--img);
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

}
.slider .slides:nth-child(1),
.slider .slides:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    box-shadow: 0 25px 50px rgba(0,0,0,0);
    background-size: cover;
}
.slider .slides:nth-child(3){
    left: calc(50% + 240px);
    background-size: cover;
}
.slider .slides:nth-child(4){
    left: calc(50% + 500px);
    background-size: cover;
}
.slider .slides:nth-child(5){
    left: calc(50% + 760px);
    background-size: cover;
}
.slider .slides:nth-child(6){
    left: calc(50% + 1020px);
    background-size: cover;
}
.buttons{
    position: absolute;
    bottom: 15px;
    display: flex;
    gap: 20px;
}
.buttons span{
    position: relative;
    width: 50px;
    height: 50px;
    background: #111;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.buttons span::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(135deg) translate(2px,2px);
}
.buttons span:nth-child(2)::before{
    transform: rotate(315deg) translate(2px,2px);
}
.content{
    position: relative;
    padding: 40px;
    max-width: 600px;
    transition: 0.25s;
    transition-delay: 0s;
    transform: translateY(40px);
    z-index: 100;
    opacity: 0;
}
.content h2 {
    font-size: 1.5rem;
	font-family:iranYekan;
    color: #333; /* رنگ تیره برای خوانایی */
    margin-bottom: 10px;
}

.content p {
    color: #555; /* رنگ کمی روشن‌تر */
	font-family:iranYekan;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6;
}
.donate-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #117F88; /* رنگ پس‌زمینه دکمه */
    color: #fff; /* رنگ متن */
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none; /* حذف خط زیر متن */
    transition: background-color 0.3s ease;
}

.donate-btn:hover {
    background-color: #117F88; /* تغییر رنگ هنگام هاور */
}
.slider .slides:nth-child(1) .content,
.slider .slides:nth-child(2) .content{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}
@media (max-width: 900px){
    .slider{
        position: absolute;
        inset: 40px 40px 200px 40px;
    }
    .slider .slides
    {
            transform: translateY(-50%);
        width: 100px;
        height: 100px;
        top: initial;
        bottom: -170px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.25);

    }
    .slider .slides:nth-child(1),
    .slider .slides:nth-child(2)
    {
        top:initial;
        bottom:0px;

    }
    .slider .slides:nth-child(3)
    {
        left: 0;
    }
    .slider .slides:nth-child(4)
    {
        left: 120px;
    }
    .slider .slides:nth-child(5)
    {
        left: 240px;
    }
    .slider .slides:nth-child(6)
    {
        left: 360px;
    }
}
/* استایل برای موبایل */
@media (max-width: 768px) {
  
    .content {
		display;flex
        padding: 10px;
		justify-content:center;
		align-items:center;
    }

    .content-bg {
        padding: 10px;
    }

    .content h2 {
        font-size: 12px;
    }

    .content p {
        font-size: 10px;
    }

    .donate-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }

}/* End custom CSS */