/*******************************************************

 *

 * Testimonials

 *

 *******************************************************/

.ip-container #scroll-down {

    display: block;

}



#inner-page-wrapper {

   margin-bottom: 0;

}

   #inner-page-wrapper > .container {

      width: 100%;

      padding: 0;

   }



.global-title h1.is-default small {

   letter-spacing: 0;

}



.global-title span i {

    display: inline-block;

    position: relative;

    font-style: normal;

}



.ip-testi-text strong {

    font-size: 36px;

    line-height: 1;

    color: #222222;

    font-weight: 700;

    display: block;

    margin: 15px 0 25px;

    text-align: center;

}



.ip-testimonials-area {

    position: relative;

    padding: 155px 15px 104px;

}



.ip-testimonials-area::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,.3) 100%);

}



.ip-testimonials-area::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,.3) 100%);

    z-index: 2;

}



.ip-testi-bg {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



    .ip-testi-bg canvas {

        /*opacity: 0.26;*/

    }



.ip-testi-holder{

   position: relative;

   z-index: 5;

}



.ip-testi-text {

    margin: 33px 0 0;

}



.ip-testimonials-feed-area {

    position: relative;

    padding: 92px 0 41px;

}



.ip-testimonials-feed-area:before {

    position: absolute;

    content: '';

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100px;

    pointer-events: none;

    z-index: 1;

    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);

}



.ip-testimonials-feed-area::after {

    content: '';

    position: absolute;

    bottom: 18%;

    left: 0;

    width: 100%;

    height: 397px;

    background: url('../../images/sports-entertainment/monogram.png') no-repeat;

    background-size: auto 100%;

    background-position: left center;

    opacity: .25;

}



.ip-testimonials-feed-area .container{

    position: relative;

    z-index: 5;

}



.ip-testi-list {

    background: rgb(255 255 255 / 55%);

    padding: 70px 15px 73px;

    margin-bottom: 30px;

    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);

}



.ip-testi-list-inner {

    max-width: 974px;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

}



.ip-testi-list-photo {

    background: rgb(210 210 210 / 50%);

    padding: 6px;

    border-radius: 100%;

    overflow: hidden;

    width: 120px;

}



.ip-testi-list-photo canvas {

    display: block;

    width: 100%;

    border-radius: 100%;

    background-size: contain;

}



.ip-testi-list-inner {

    max-width: 974px;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    margin: 0 auto;

}



.ip-testi-list-content {

    width: calc(100% - 120px);

    padding-left: 40px;

}



.ip-testi-list:nth-child(even) .ip-testi-list-inner {

    flex-direction: row-reverse;

}



.ip-testi-list:nth-child(even) .ip-testi-list-content {

    padding-left: 0;

    padding-right: 40px;

}



.ip-testi-list-content p {

    font-size: 16px;

    letter-spacing: 0.05em;

    line-height: 1.75;

    color: #222222;

    font-weight: 400;

    padding: 0 0 20px;

}



.ip-testi-list-content span {

    display: flex;

    align-items: center;

    gap: 17px;

    font-size: 18px;

    letter-spacing: 0.05em;

    line-height: 1.75;

    color: #222222;

    font-weight: 600;

}



.ip-testi-dots-pagination{

    display: flex;

    justify-content: center;

}



.ip-testi-dots-pagination span {

    display: block;

    position: relative;

    width: 26px;

    height: 26px;

}



.ip-testi-dots-pagination a,
.ip-testi-dots-pagination .current {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 100%;

    height: 100%;

    border: 2px solid transparent;

    border-radius: 50%;

    position: relative;

    -webkit-transition: all var(--default-transition);

    -o-transition: all var(--default-transition);

    transition: all var(--default-transition);

}



.ip-testi-dots-pagination span:before {

    position: absolute;

    content: '';

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%,-50%);

    -ms-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

    width: 6px;

    height: 6px;

    background-color: #b0b0b0;

    border-radius: 50%;

    -webkit-transition: all var(--default-transition);

    -o-transition: all var(--default-transition);

    transition: all var(--default-transition);

}



.ip-testi-dots-pagination a.active,

.ip-testi-dots-pagination a:hover, 

.ip-testi-dots-pagination .current{

    border-color: var(--secondary-color)!important;

}



.ip-testi-feed {

    margin: 0 0 68px;

}



.name-Safari .attachment-fixed canvas{

    background-attachment: local !important;

}

.ip-testi-dots-pagination span:has(> a.next),
.ip-testi-dots-pagination span:has(> a.prev){
    display: none;
}



@media only screen and (max-width: 1280px) {

    .attachment-fixed canvas{

        background-attachment: local !important;

    }

}



@media only screen and (max-width: 991px) {

    .ip-testi-list-inner {

        flex-direction: column !important;

        text-align: center;

        gap: 15px;

    }



    .ip-testi-list-content {

        width: 100% !important;

        padding: 0 !important;

    }



    .ip-testi-list-content span {

        justify-content: center;

    }



    .ip-testi-text strong {

        font-size: 20px;

    }

}