#bgd-vid {
    width: 100%;
}

.video-holder {
    margin-top: 2em;
    position: relative;
}

.video-holder::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.144);
}

/* @media screen and (max-width: 1280px) { */
@media screen and (max-width: 800px) {
    .video-holder {
        margin-top: -.5em;
        /* margin-top: -.2em; */
        transform: translateZ(-100vw) translateY(2.5em) translateX(1.8em) scale(4.4);
    }
}

@media screen and (max-width: 1280px) { 
    .video-holder {
        margin-bottom: 5.5em;
        transform: translateZ(-100vw) translateY(2.5em) translateX(1.8em) scale(4.4);
    }
    .render1 {
        width: 160%;
    }
}

@media screen and (max-width: 375px) {
    
}

@media screen and (max-height: 555px) {
    .title {
        margin-top: 1.5em;
    }
    .video-holder {
        margin-top: -1.75em;
        transform: translateZ(-100vw) translateX(1.8em) scale(4.4);
    }
}

.render1-container {
    display: flex;
    justify-content: center;
    position: relative;
}

.render-floater {
    width: 5em;
    text-align: center;
    /* transform: translateZ(8em) translateY(1em); */
}

.render-floater h6 {
    margin-bottom: 0;
}

.render-floater p {
    color: white;
    font-size: .2em;
}

.floater-holder {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transform-style: preserve-3d;
    perspective: 50em;
}

.client-holder {
    display: flex;
    color: black;
    gap: .5em;
    /* gap: 1em; */
    margin-top: -0.5em;
    /* margin: .3em; */
    align-items: center;
    padding-bottom: .3em;
}

.client-select {
    display: flex;
    flex-direction: column;
    font-size: .25em;
    margin: 0 1em;
    gap: .1em;
}

.client-review {
    font-size: .2em;
    max-width: 20em;
    background-color: rgba(255, 255, 255, 0.603);
    /* background-color: rgba(20, 20, 20, 0.603); */
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
    padding: 1em;
    transition: ease;
    transition-duration: 1000ms;
    backface-visibility: hidden;
}

.client-review h1 {
    font-size: 1.4em;
}

.clients {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3em 0.5em;
    will-change: transform;
}

#under1 {
    position: absolute;
    left: -.9em;
    margin-top: .2em;
}

#under2 {
    position: absolute;
    left: -.7em;
    margin-top: .2em;
    display: none;
}

#under3 {
    position: absolute;
    left: -.9em;
    margin-top: .2em;
    display: none;
}

#under4 {
    position: absolute;
    left: -.3em;
    margin-top: .2em;
    display: none;
}

.client-select p {
    cursor: pointer;
    position: relative;
}

.review-holder {
    position: relative;
}

.review-back {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    transition: ease;
    transition-duration: 1000ms;
}

.client-photo {
    position: relative;
    overflow: hidden;
}

#client-pic-0 {
    transition: ease;
    transition-duration: 1000ms;
}

#client-pic-1 {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: ease;
    transition-duration: 1000ms;
}

#client-pic-2 {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: ease;
    transition-duration: 1000ms;
}

#client-pic-3 {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: ease;
    transition-duration: 1000ms;
}

.notable {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3em 0.5em 0.6em;
    margin: 0 .1em;
}

.logo-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin-top: -5%;
    /* margin-top: -0.5em; */
    background-color: rgba(20, 20, 20, 0.603);
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
    padding: 0.3em;
}

.logo-holder img {
    max-width: 150px;
    width: 25%;
}



/* MOBILE CLIENTS */

:root {
    --swiper-navigation-size: 22px !important;
}

.clients-mobile {
  box-sizing: border-box;
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  color: black;
  font-size: 18px;
  margin: 0;
  padding: 0;
  position: relative;
  display: none;
} 

.clients-mobile h6 {
    font-size: 2.3em;
}

.swiper {
  width: 500px;
  min-width: 300px;
  height: auto;
  padding-bottom: 15px;
  justify-content: center;
}

.swiper-slide-img {
  width: 70%;
}

.mob-img-holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em 0;
}

.swiper-button-prev {
  position: absolute;
  transform: translateX(-40%);
  color: rgb(255, 255, 255) !important;
  margin-left: 1em;
}

.swiper-button-prev:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-button-next {
  position: absolute;
  transform: translateX(40%);
  color: rgb(255, 255, 255) !important;
  margin-right: 1em;
}

.swiper-button-next:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.minimum-height { 
    min-height: 257px;
}


/* ............................................. responsiveness ....................................................... */
@media all and (max-width: 520px) {
  .swiper {
    width: calc(100vw - 20px);
  }

  .swiper-button-next:after {
    font-size: 20px !important;
    transform:translateX(60%);
  }

  .swiper-button-prev:after {
    font-size: 20px !important;
    transform:translateX(-60%);
  }

  .swiper-slide-img {
    height: auto;
    min-height: calc((0.5338 * 100vw) + 48.476px); 
  }
}

@media all and (max-width: 360px) {
  .swiper-slide-img {
    border: 1px solid #d8d8d8; 
  }
}

.swiper-slide h1 {
  margin-left: .5em;
  padding: 0 1em;
  font-size: 1.1em;
}

.swiper-slide h2 {
    font-size: 1.5em;
  }

.mob-testimonial {
    padding: 0 3em;
}


@media screen and (max-width: 1000px) {
    .clients-desk {
        display: none;
    }
    .clients-mobile {
        display: block;
    }
    .notable {
        padding: 0.2em 0.2em 0.6em;
    }
    .logo-holder {
        margin-top: .2em;
    }
}

/* END MOBILE CLIENTS */

.copy-header {
    font-size: .3em !important;
    margin-bottom: 3em;
    text-align: left !important;
}

@media screen and (max-width: 1000px) {
    .copy-header {
        font-size: .3em !important;
        margin-bottom: 0;
        margin-left: .5em;
    }
}