.testtimonialSec{
    background-color: white;
}

.testtimonialSec>h4{
    text-align: center;
    color: red;
    margin: 50px 0;   
}
.testtimonial {
    min-height: 100px;
    width: 100%;
    max-width: 1110px;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.rightDiv{
    text-align: right;
}
#testimonial{
    position: relative;
}
.testtimonial>div {
    width: 50%;
    height: 100%;
}

.testtimonial>.leftDiv {
    width: 50%;
    height: 100%;
}

.feedbackParent.feedbackParent1 {
	z-index: 1;
    margin-top: 30px;
}
.testtimonial.testtimonial2 {
	position: absolute;
	top: 0%;
	z-index: 0;
}
.testtimonial>.leftDiv>h4 {
    color: red;
    font-size: 16px;
    margin: 20px 0;
}

.testtimonial>.leftDiv>h3 {
    font-size: 36px;
}

.testtimonial>.rightDiv>video {
    /* width: 148%; */
    height: 455px;
}

.feedbackParent{
    position: relative;
    /* bottom: 450px; */
    /* overflow-x: scroll; */
    /* scrollbar-width: thin;
    scrollbar-color: #ff0100 #f0f0f0; */
}
.feedback {
    /* max-width: 12000px; */
    width: 3500px;
    margin: auto;
    height: 320px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    gap: 80px;
}


/* width */
.feedbackParent::-webkit-scrollbar {
    height: 7px;
}

/* Track */
.feedbackParent::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.feedbackParent::-webkit-scrollbar-thumb {
    background: rgba(255, 0, 0, 0.574);
    border-radius: 5px;
    cursor: pointer;
  }
  
  /* Handle on hover */
  .feedbackParent::-webkit-scrollbar-thumb:hover {
    background: red;
  }



.feedback>.feedbackCards {
    padding: 30px 0;
    background-color: #ffffff87;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
    border-radius: 8px;
    width: 342px;
    display: flex;
    flex-direction: row;
    align-items: center;
    translate: 65px 0;
    position: relative;
    height: 320px;
}

.feedback>.feedbackCards>.leftFeedBack {
    width: 27%;
    margin-right: 20px;
    position: absolute;
    left: -28px;
}

.feedback>.feedbackCards>.leftFeedBack>img {
    width: 100%;
}
/* .feedback>.feedbackCards * {
    translate: -19px 0;
} */

.feedback>.feedbackCards>.rightFeedBack {
    width: 100%;
    padding-left: 77px;
    padding-right: 12px;
    padding-top: 28px;
    }
.feedback>.feedbackCards>.rightFeedBack>.redLine{
    width: 70%;
    height: 3px;
    background-color: orange;
}
.feedback>.feedbackCards>.rightFeedBack>i{
    color: #f8bc24;
}

.feedback>.feedbackCards>.rightFeedBack>h3 {
    font-size: 1rem;
}

.feedback>.feedbackCards>.rightFeedBack>h4 {
    font-size: 0.8rem;
}

.feedback>.feedbackCards>.rightFeedBack>p {
    font-size: 12px;
    height: 100%;
    line-height: 19px;
    color: black;
}

/* width */
.feedback>.feedbackCards>.rightFeedBack>p::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .feedback>.feedbackCards>.rightFeedBack>p::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .feedback>.feedbackCards>.rightFeedBack>p::-webkit-scrollbar-thumb {
    background: rgba(255, 0, 0, 0.574);
  }
  
  /* Handle on hover */
  .feedback>.feedbackCards>.rightFeedBack>p::-webkit-scrollbar-thumb:hover {
    background: red;
  }


    .video-part {
        position: absolute;
        top: 0;
    }
    .t-video {
        text-align: right;
    }

    .t-video video {
        width: 84%;
    }
    .cardsSwiper {
        padding: 100px 0;
    }



