/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.button-gaming {
    --cnvs-btn-gaming-bg: #CB2F06;
    --cnvs-btn-gaming-color: #FFF;
}

.media-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row.gx-3 img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.slider-arrow-left,
.slider-arrow-right {
    background-color: transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
    background-color: var(--cnvs-themecolor);
}

.slider-arrow-left img,
.slider-arrow-right img {
    width: 35px;
    height: 35px;
}
.slider-arrow-left:hover,
.slider-arrow-right:hover {
    background-color: var(--cnvs-themecolor) !important;
}
.media-trigger-playback {
    background-color: #CB2F06 !important;
}
.swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.80);
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.swiper-slide-active {
    transform: scale(1);
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.swiper-slide {
    clip-path: polygon(30px 0%, 100% 0%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%, 0% 30px);
}
.media-wrap {
    clip-path: polygon(45px 0%, 100% 0%, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0% 100%, 0% 45px);
}