.tesimonial-box {

    width: 50%;
    height: 100%;
    /* border: 2px solid gray; */
}

.left-testimonial {
    position: relative;
}

.left-testimonial-content {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 50%; height: 100%; 
}

.tesimonioal-popbox {
    width: 50%;
    height: 50%;
    /* border: 1px solid red; */
    position: absolute;
    top: 30%;
    left: 10%;
    background-color: #45494e;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
    overflow: hidden;
}

/* .testimonial-section:hover .tesimonioal-popbox{
opacity: 1;
    transform: translateX(0);
} */
 .tesimonioal-box-top{
    height: 50%; width: 100%;
 }
.tesimonioal-box-top p{
    padding: 15px; color: white;
}
.show {
    opacity: 1;
    transform: translateX(0);
}

.slide {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    transition: transform 0.8s ease;
}

.slide-active {
    transform: translateX(100%);
}

.tesimonioal-box-bottom {
    height: 50%;
    width: 100%;
    /* border: 1px solid white; */
    display: flex;
}

.tesimonioal-box-bottom-left {
    height: 100%;
    width: 60%;
    position: relative;
}

.tesimonioal-box-bottom-right {
    height: 100%;
    width: 40%
}

.right-testimonial {
    overflow: hidden;
    position: relative;
    
}

.right-testimonial img {
    object-fit: cover;
    height: 120% !important;
    width: 120% !important;
    transition: transform 0.25s ease-out;
    position: absolute;
    top: -30px;
    transform: translateY(-5px);
}

.left-testimonial-img{
  object-fit: cover;
    height: 120% !important;
    width: 120% !important;
    transition: transform 0.25s ease-out;
    position: absolute;
    top: -30px;
    transform: translateY(-5px);  
}
.left-testimonial{
    overflow: hidden;
    position: relative;
    width: 50%; height: 100%;
}

.testimonial-conainter-div{
     height: 700px;  display: flex ; position: relative;
     
}
.tesimonioal-box-bottom-photo{
    margin-left: 40px;  overflow: hidden; display: flex;
}
.tesimonioal-box-bottom-photo img{
    height:100px; width: 100px; border-radius: 50%;
}
.tesimonioal-box-bottom-photo h3{
    position: absolute; left:150px; top:25px; color: white;
}

.fill-btn{
    position: relative;
    padding: 12px 28px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3 ease;
    border-radius: 25px;
    z-index: 1;

    width: 200px;

}

.fill-btn::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    height: 100%;
  width: 0%;
    background-color: #45494e;
    z-index: -1;
    transition: width 0.4s ease;
}

.fill-btn:hover::before
{
    width:100%;
}
.fill-btn:hover{
    color: white;
}

.arrow{
     display: inline-block;
     transition: transform 0.2s ease;
}
 .arrow:hover{
    transform: translateX(5px);
}

.join-team-div{
/* background-image: url("../images/product-bg-shape.png"); */

background-position: center;
background-size: contain;
background: linear-gradient(rgba(255, 255, 255, 0.623),rgba(255, 255, 255, 0.623)),url("../images/product-bg-shape.png");
background-repeat: no-repeat;
width: 50%; height: 100%;  padding: 50px; display: flex; flex-direction: column; align-items:start; justify-content: center; gap: 20px

}