@import url('color.css');
@import url('fonts.css');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "vazir";
   
}

.calls{
 
    height: 500px;
}
.box_images_call{
    height: 500px;
    position: relative;
 
    
}

.image_call{
    position: absolute;
    width: 60%;
    right:65px;
    text-align: end;
    height: 100%;
    z-index: 10;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 3.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 3.5rem;
    object-fit: fill;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); /* سایه باکس */
  
  
}


@keyframes moveUpDown {
    0% {
        bottom: -30px; /* موقعیت اولیه */
    }
    50% {
        bottom: 60px; /* موقعیت در وسط انیمیشن (بالا) */
    }
    100% {
        bottom: -30px; /* بازگشت به موقعیت اولیه */
    }
}




.dot_image{
    position: absolute;
    bottom: -30px;
    right:20px;
    z-index: 8;
    animation: moveUpDown 20s infinite ease-in-out; /* اضافه کردن انیمیشن */

}
.circle_image{
    position: absolute;
    top: -50px;
    left:100px;
    z-index: 8;
}
.calls_box{
    display: flex;
    align-items: center;
    padding: 1.5rem;
}
.calls_box h5{
    font-size: 1.5rem;
    color: var(--titer);
    margin-bottom: 1.5rem;
    font-family: "vazir-bold";
}

.calls_box  a{
    text-decoration: none;
    font-family: "vazir-bold";
    font-size: 1rem;
}

.calls_box  p{
    text-decoration: none;
    font-family: "vazir";
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 1rem;
    color: var(--light_gray);
}
.calls button{
   
    color: var(--wight_syte);
    background-color: var( --titer);
    padding: 0.55rem;
    font-family: "vazir";
    border:none;
    margin-top: 1.8rem;
    border-radius: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: all 1000ms;
}
.calls button:hover{
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); /* سایه باکس */
    opacity: 90%;
    background-color: var(--blue_two);
  
}
@media screen and (max-width: 1400px) {
    .calls{
 
        height: 500px;
    }
    .box_images_call{
        height: 430px;
        position: relative;
     
        
    }
    

    

}

@media screen and (max-width: 1200px) {
    .calls{
 
        height: 500px;
    }
    .box_images_call{
        height: 430px;
        position: relative;
     
        
    }

    .image_call{
        position: absolute;
        width: 70%;
        right:65px;
        
      
      
    }
    

    

}

@media screen and (max-width: 992px) {
    .swiper3{
        margin-top: -150px;
    }
    .calls{
 
        height: 600px;
        margin-bottom: 5rem;
       
    }
    .box_images_call{
        height: 430px;
        position: relative;
     
        
    }
    .calls_box h5{
        font-size: 1.3rem;
        color: var(--titer);
        margin-bottom: 1.5rem;
        font-family: "vazir-bold";
        margin-top: 2rem;
    }
    

    .image_call{
        position: absolute;
        width: 50%;
        right:65px;
      

    }
    .circle_image{
        left:200px;
        
    }
    .calls_box  p{
        text-decoration: none;
        font-family: "vazir";
        font-size: 1.1rem;
        font-weight: 300!important;
        line-height: 1.6;
        margin-top: 1rem;
        color: var(--light_gray);
    }
    .calls_box  a{
       
        font-size: 1.1rem;
    }
    .calls button{
       
        color: var(--wight_syte);
        background-color: var( --titer);
        padding: 0.3rem;
        font-family: "vazir";
        border:none;
        font-size: 0.9rem;
        margin-top: 1.8rem;
        border-radius: 0.5rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        transition: all 1000ms;
    }
   
    

    

}

@media screen and (max-width: 768px) {
    .calls{
 
        height: 600px;
        margin-bottom: 7rem;
    }
    .box_images_call{
        height: 400px;
        position: relative;
     
        
    }
    .calls_box h5{
        font-size: 1.3rem;
        color: var(--titer);
        margin-bottom: 1.5rem;
        font-family: "vazir-bold";
        margin-top: 2rem;
    }
    .calls_box  a{
       
        font-size: 1.1rem;
    }

    .image_call{
        position: absolute;
        width: 50%;
        right:65px;
      

    }
    .circle_image{
        left:200px;
        
    }
    .calls_box  p{
        text-decoration: none;
        font-family: "vazir";
        font-size: 1.1rem;
        font-weight: 300!important;
        line-height: 1.6;
        margin-top: 1rem;
        color: var(--light_gray);
    }
    .calls button{
       
        color: var(--wight_syte);
        background-color: var( --titer);
        padding: 0.3rem;
        font-family: "vazir";
        border:none;
        font-size: 0.9rem;
        margin-top: 1.8rem;
        border-radius: 0.5rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        transition: all 1000ms;
    }
   
    

    

}


@media screen and (max-width: 668px) {
    .swiper3{
        margin-top: -300px;
    }
    .calls{
 
        height: 500px;
        margin-bottom: 5rem;
        margin-top: 0px;
    }
    .box_images_call{
        height: 300px;
        position: relative;
     
        
    }
    .calls_box  a{
       
        font-size: 0.9rem;
    }
    .calls_box h5{
        font-size: 1.1rem;
        color: var(--titer);
        margin-bottom: 1.5rem;
        font-family: "vazir-bold";
        margin-top: 2rem;
    }
    

    .image_call{
        position: absolute;
        width: 42%;
        right:65px;
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 0.5rem;
        border-top-right-radius: 2rem;
      

    }
    .dot_image{
        position: absolute;
        bottom: -30px;
        right:20px;
        z-index: 8;
        animation: moveUpDown 20s infinite ease-in-out; /* اضافه کردن انیمیشن */
    
    }
    .circle_image{
        left:200px;
        
    }
    .calls_box  p{
        text-decoration: none;
        font-family: "vazir";
        font-size: 0.9rem;
        font-weight: 300!important;
        line-height: 1.6;
        margin-top: 1rem;
        color: var(--light_gray);
    }
    .calls button{
       
        color: var(--wight_syte);
        background-color: var( --titer);
        padding: 0.rem;
        font-family: "vazir";
        border:none;
        font-size: 0.85rem;
        margin-top: 1.8rem;
        border-radius: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        transition: all 1000ms;
    }
}
    @media screen and (max-width: 568px) {
    .swiper3{
        margin-top: -300px;
    } 
    .image_call{
        position: absolute;
        width: 210px;
        right:60px;
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 0.5rem;
        border-top-right-radius: 2rem;
      

    }

    .box_images_call{
        height: 260px;
        position: relative;
     
        
    }

    .calls_box h5{
        font-size: 0.95rem;
       
    }
    .calls_box  a{
       
        font-size: 0.85rem;
    }
    .calls_box  p{
        text-decoration: none;
        font-family: "vazir";
        font-size: 0.85rem;
       
    }
    .calls button{
       
        color: var(--wight_syte);
        background-color: var( --titer);
        padding: 0.25rem;
        font-family: "vazir";
        border:none;
        font-size: 0.8rem;
        margin-top: 1.8rem;
        border-radius: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        transition: all 1000ms;
    }



    
    }
   
    

    

