/*!
Theme Name: Yayclay
Theme URI: https://www.madcraft.co/
Author: Madcraft
Author URI: https://www.madcraft.co/
Description: The special theme for Yayclay
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yayclay
*/




.hdr-book-now,.hdr-logo
{
	display:none;
}



.video-info-in span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.video-info-in span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #fff;
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.video-info-in span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.video-info-in span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #fff;
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.hm-video-box {
    position: relative;
    padding-top: 30px;
}

.video-info {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    
}

.video-spacer
{
    flex: 0 0 50%;
}


 
.video-info-in {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
   
    position: relative;
    overflow: hidden;
    flex: 1;
    justify-content: center; 
    align-items: center;   
    padding: 50px;
    max-width: 500px;
    max-height: 200px;
}

.video-info h2 {
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
}

.video-info p {
    font-size: 32px;
    color: #fff;
}

.hm-video-box .cta {
    
     font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    
}

.video-box video {
    height: calc(100vh - 150px);
    object-fit: cover;
}

.logo-carousel img {
    max-height: 80px;
    margin: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}

.logo-carousel img:hover {
    filter: none;
}

.logo-carousel .slick-slide {
    text-align: center;
    padding: 10px;
}

.logo-carousel.slick-initialized .slick-slide {
    display: flex !important;
    align-items: center;
    height: 100px;
    justify-content: center;
    padding: 0 35px;
}

.logo-carousel .slick-slide img {
    max-width: 100%;
    height: 70px;
    object-fit: contain;
}

.logo-carousel .slick-dots li button {
    background-color: #dfdfdf;
}

#hm-logo-slider .slick-dots {
    padding: 30px 0 0 10px;
}

#hm-logo-slider {
    padding-top: 35px;
    padding-bottom: 35px;
}

.logo-slider-heading {
    color: #f16767;
    text-align: center;
    font-family: "Blogh";
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;

}

@media (max-width:1240px)
{
	.hdr-logo img
	{
		height:64px;
	}
	
	.hdr-book-now a.cta
	{
		 margin-bottom:0;
		 padding: 15px 15px;
	}
	
	.open-nav svg
	{
		width:40px;
		height:40px;
	}
	
	.hdr-logo
	{
		margin-right:auto;
	}
	
	.header .top-nav
	{
		gap:25px;
		padding: 12px 0;
	}
	.hdr-book-now,.hdr-logo
	{
		display:block;
	}
	
	header .logo
	{
		display:none;
	}
}

@media (max-width:960px) {

    .video-info h2 {
        font-size: 32px;
    }

    .video-info p {
        font-size: 22px;
    }

    .hm-video-box .cta {
        font-size: 14px;
        padding: 12px 20px;
    }

    .video-info {
        padding: 0 25px;
    }

    .video-info-in
    {
        max-height: 160px;
    }

   

    .video-info-in span:nth-child(2),
    .video-info-in span:nth-child(4) {
        width: 3px;
    }

    .video-info-in span:nth-child(1),
    .video-info-in span:nth-child(3) {
        height: 3px;
    }

    .logo-slider-heading {
        font-size: 34px;
    }
}


@media (max-width:768px) {
     .explore-inner-artist-v1--image-left .explore-inner-artist-v1--image-wrp {
        left: -80px;
    }

    .explore-inner-artist-v1--image-right .explore-inner-artist-v1--image-wrp {
        right: 0;
    }

    .explore-inner-artist-v1--image-left,
    .explore-inner-artist-v1--image-right {
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }
    
    .logo-carousel .slick-slide img {
        height: 100px;
    }

        .clay-dates-v1
    {
            padding: 45px 0 70px !important;
    }

    .explore-inner-artist-v1--wrp
    {
            padding: 30px 0 15px !important;
    }

    .event-cta-wrp
    {
        padding-bottom: 15px !important;
    }

    .proof-block-v1
    {
        padding-bottom: 60px !important;
    }

    footer .footer--logo
    {
        margin-bottom: 50px;
    }
    footer .footer--wave
    {
        top: -180px;
    }

    .banner-v1--container
    {
        padding-bottom: 100px !important;
    }

    .social-media-v1
    {
        padding-bottom: 50px !important;
    }

    .footer--wrp .footer--item:last-child
    {
        margin-bottom: 0;
    }

    .footer--socials a
    {
        margin-bottom: 0;
    }
}