.placeholder {
    color: magenta;
    background-color: cyan;
    font-family: monospace;
}
.hide {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

.kind-effect-video-hero {
    position: relative;
    background-color: #4b4b4b;
    margin-top: 128px;
    max-height: calc(100vh - 128px);
    overflow: hidden;
}
.video-hero-media-wrapper {
    max-height: calc(100vh - 54.31px - 128px);
    overflow: hidden;
}
.video-hero-media-wrapper video,
.video-hero-media-wrapper img{
    width: 100%;
    max-height: calc(100vh - 54.31px - 128px);
    object-fit:contain ;
    overflow: hidden;
}
.video-hero-media-wrapper img {
    object-fit: cover;
    height: 500px;
}
.full-video-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 5rem;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.full-video-button {
    /*position: absolute;*/
    z-index: 999;
    /* top: 80%; */
    cursor: pointer;
    color: #222;
    background-color: #ffc81b;
    border-radius: 12rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 2rem;
}
@media only screen and (max-width: 1019px) {
    .full-video-button {
        display: none;
    }
}
.kind-effects-tagline {
    font-size: 1.2rem;
    text-align: center;
    color: #222;
    padding: 10px 20px;
    background: #ffc81b;
}

.kind-effect-body {
    position: relative;
    top: 0px;
    border-bottom: 5px solid #ffc81b;
    padding: 5%;
    /* height: 500px; */
    background: url("../images/O-kind-effect-pg-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #222;
    display: flex;
    align-items: flex-end;
}
.kind-effect-body-overlay {
    background-color: white;
    filter: opacity(0.85);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.kind-effect-body-logo-wrapper {
    position: relative;
    z-index: 4;
    flex-basis: 33%;
    filter: none;
    align-self: flex-start; /*12/10/22 Changes*/
    
}
.kind-effect-body-logo-wrapper img{
    width: 100%;
}
.kind-effect-body-copy-wrapper {
    position: relative;
    z-index: 4;
    flex-basis: 66%;
    padding-left: 3rem;
}
@media only screen and (max-width: 768px) {
    .kind-effect-body {
        flex-direction: column-reverse;
        height: fit-content;
    }
    .kind-effect-body-logo-wrapper {
        width: 60%;
        margin: 2rem auto;
    }
    .kind-effect-body-copy-wrapper {
        padding-left: 0;
    }
}

/*====== KIND SCROLL OVER SECTION ======*/
.kind-scroll-over {
    display: flex;
    justify-content: space-evenly;
}
.kind-scroll-over > div{
    /*flex-basis: 45%;*/
    height: 500px;/*temp*/
}
.kind-scroll-over-content-container {
    position: relative;
    background-color: transparent;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kind-scroll-over-nav-container {
    width: 420px;
}

/*------ Kind default content ------*/
.kind-scroll-over-default {
    /*display: none;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.kind-scroll-over-default-text {
    background-color: #ffc81b;
    border-radius: 12rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 2rem;
    
}
.kind-scroll-over-default-text p {
    margin: 0;
    max-width: 372px;
    line-height: normal;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    text-align: center;
}
.kind-scroll-over-default span{
    font-size: 0.7rem;
    color: #222;
    font-weight: 500;
}
.kind-scroll-over-default-contact-btn {
    position: absolute;
    left: 1.5rem;
    bottom: 1rem;
    padding: 0.3rem 0.7rem;
    background-color: #4b4b4b;
    color: white;
    text-transform: capitalize;
}
.kind-scroll-over-default-contact-btn:hover,
.kind-scroll-over-default-contact-btn:focus-visible {
    color: #222;
    background-color: #ffc81b;
}

/*------ Kind dynamic content ------*/
.kind-scroll-over-child {
    padding: 1.5rem 0;
   /* padding: 20px 0; /*12/10/22 Changes Not used atm*/
    height: 100%;
    width: 100%;
    display: flex;
    /*display: none;*/
    flex-direction: column;
    /* justify-content: space-around; */
    justify-content: space-between; /*12/10/22 Changes*/
    align-items: flex-start;
}
.kind-scroll-over-child h2{
    /*font-family: "noto sans",sans-serif;*/
    text-transform: capitalize;
}
.kind-scroll-over-child-body > * {
    max-width: 575px;
    line-height: normal;
    color: #222;
    font-size: 1rem;
}
.kind-scroll-over-child-image-container {
    /* max-width: 400px; */
    max-width: 100%; /*12/10/22 Changes*/
    height: 290px; /*12/10/22 Changes*/
    border-radius: 2rem;
    color: white;
    background-color: #ffc81b;
    overflow: hidden;
    display: flex;
}
.kind-scroll-over-child-image-container > div {
    flex-basis: 50%;
}
.kind-scroll-over-child-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.kind-scroll-over-child-image-container > div:nth-child(2){
    max-height: 100%;
    padding: 1.5rem 1rem;
}

/*------ Scroll Over Nav ------*/
.kind-scroll-over-nav-container {
    background-color: transparent;
}
.kind-scroll-nav-upper-wrapper,
.kind-scroll-nav-lower-wrapper
 {
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.kind-scroll-nav-upper-wrapper {
    justify-content: flex-end;
}
.kind-scroll-nav-lower-wrapper {
    justify-content: flex-start;
}
.kind-scroll-nav-upper-wrapper > div,
.kind-scroll-nav-lower-wrapper > div  {
    height: 30%;
}
.kind-scroll-nav-upper-wrapper > div::after,
.kind-scroll-nav-lower-wrapper > div::after {
    position: relative;
    /*top: -67%;*/
    top: -50px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #222;
    font-weight: 600;
}

.kind-scroll-nav-upper, 
.kind-scroll-nav-lower {
    /*background-color: #cdcdcd;*/
    background-color: #ffc81b;
    border: 2px white solid;
    margin-left: 30px;
    width: 191px;
    height: 100%;
    /*aspect-ratio: 62 / 23;*/
} 
.kind-scroll-nav-upper,
.kind-scroll-nav-lower {
    cursor: pointer;

    /*transform: skewX(-20deg);*/
}

.kind-scroll-nav-upper-wrapper > div:nth-of-type(1) > .kind-scroll-nav-upper {
    transform: skewX(-20deg) translateX(54px);
}
.kind-scroll-nav-upper-wrapper > div:nth-of-type(1)::after {
    content: 'innovative';
    left: calc(271px + 10%);
}
.kind-scroll-nav-upper-wrapper > div:nth-of-type(2) > .kind-scroll-nav-upper {
    transform: skewX(-20deg) translateX(27px);
}
.kind-scroll-nav-upper-wrapper > div:nth-of-type(2)::after {
    content: 'collaborative';
    left: calc(271px + 0%);
}
.kind-scroll-nav-upper-wrapper > div:nth-of-type(3) > .kind-scroll-nav-upper {
    transform: skewX(-20deg);
}
.kind-scroll-nav-upper-wrapper > div:nth-of-type(3)::after {
    content: 'safety';
    left: calc(271px - 10%);
}

.kind-scroll-nav-lower-wrapper > div:nth-of-type(1) > .kind-scroll-nav-lower {
    transform: skewX(20deg) ;
}
.kind-scroll-nav-lower-wrapper > div:nth-of-type(1)::after {
    content: 'proactive';
    left: calc(271px - 10%);
}
.kind-scroll-nav-lower-wrapper > div:nth-of-type(2) > .kind-scroll-nav-lower {
    transform: skewX(20deg) translateX(27px);
}
.kind-scroll-nav-lower-wrapper > div:nth-of-type(2)::after {
    content: 'integrity';
    left: calc(271px + 0%);
}
.kind-scroll-nav-lower-wrapper > div:nth-of-type(3) > .kind-scroll-nav-lower {
    transform: skewX(20deg) translateX(54px);
}
.kind-scroll-nav-lower-wrapper > div:nth-of-type(3)::after {
    content: 'quality';
    left: calc(271px + 10%);
}
.kind-scroll-nav-upper:hover, 
.kind-scroll-nav-lower:hover {
    background-color: #ffc81b !important
}

@media only screen and (max-width: 1000px) {
    .kind-scroll-over-content-container,
    .kind-scroll-over-nav-container {
        display: none;
    }
}

/*====== kind effect carousel ======*/
.kind-carousel-child {
    position: relative;
    padding: 1.5rem 0;
    /* height: 100%; */
    height: 581px; /*12/10/22 changes*/
    width: 100%;
    display: flex !important;
    /*display: none;*/
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.kind-carousel-child .kind-scroll-over-child-body {
    max-width: 400px;
    margin-bottom: 2rem;
}
.kind-carousel-child::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 400px;
    background: url(../images/chevron-brand-left.svg) top right no-repeat;
    background-size: 100%;
    opacity: .6;
}
.kind-carousel-child h2 {
    text-transform: capitalize;
}

.kind-carousel .slick-prev, 
.kind-carousel .slick-next {
    background: url(../images/chevron-brand.svg) 0 0 no-repeat;
    border: transparent 2px solid;
    position: absolute;
    z-index: 999;
    background-size: contain;
}

.kind-carousel .slick-prev {
    rotate: 90deg;
}

.kind-carousel .slick-next {
    rotate: 270deg;
}

.kind-carousel .slick-next:before,
.kind-carousel .slick-prev:before {
    color: transparent;
}

.kind-scroll-over,
.kind-carousel {
    border-bottom: 5px #ffc81b solid;
}

@media only screen and (max-width: 1000px) {
    .kind-carousel-child .kind-scroll-over-child-image-container {
        max-width: 400px;
        height: 310px;
    }
}

@media only screen and (max-width: 500px) {
    .kind-carousel-child h2,
    .kind-scroll-over-child-body{
        padding-left: 5%;
        padding-right: 5%;
    }
    .kind-carousel-child .kind-scroll-over-child-image-container {
        max-width: 300px;
        height: 330px;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .kind-carousel-child .kind-scroll-over-child-image-container > div {
        max-height: 50%;
    }
    .kind-carousel-child::after,
    .kind-carousel .slick-prev, 
    .kind-carousel .slick-next {
        visibility: hidden;
    }
}

@media only screen and (min-width: 600px) {
    .kind-carousel-child {
        height: 500px; /*12/10/22 changes*/
    }
}

@media only screen and (min-width: 1000px) {
    .kind-carousel {
        display: none;
    }
}

/*====== KIND EFFECT FEATURE VIDEO ======*/
.kind-effect-video-feature {
    background-color: #4b4b4b;
    max-height: calc(100vh - 128px);
    overflow: hidden;
}
.video-feature-media-wrapper {
    max-height: calc(100vh - 54.31px - 128px);
}
.video-feature-media-wrapper video{
    width: 100%;
    max-height: calc(100vh - 54.31px - 128px);
    object-fit:contain ;
    overflow: hidden;
}
.video-feature-media-wrapper iframe{
    max-width: 100%;
    max-height: calc(100vh - 54.31px - 128px);
    aspect-ratio: 16/9;
    object-fit:contain ;
    overflow: hidden;
}