/* Accordion Css Start  */

.taxonomy-page{
    position: relative;
    z-index: 0;
}

.marquee-container{
    display: none;
}
.accordion {
    width: 100%;
    height: 775px;
    overflow: hidden;
    margin: 0 auto;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0 0;
    padding: 0;
    border: 0;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 775px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 0 4px;
    cursor: pointer;
}

.slick-slide {
    color: #000;
}

.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.accordion ul li .accordionVerticalElement {
    display: block;
    height: 775px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
}

.ourTeamWrapper .accordion ul li .accordionVerticalElement,.ourTeamWrapper .accordion ul li:last-child .accordionVerticalElement{
    border: 0;
}


.accordion ul li .accordionVerticalActive {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
    opacity: 0;
        -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion ul li.active .accordionVerticalActive {
    opacity: 1;
}


.accordion ul li .accordionVerticalElement:before {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.accordion ul li.active .accordionVerticalElement:before {
   background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.accordion ul li .accordionVerticalElement .accordionVerticalHeading {
    position: absolute;
    top: 460px;
    right: 0;
    z-index: 5;
    -webkit-transform: rotate(90deg);
    transform: rotate(-90deg);
    color: #FFF;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 500px;
}

.accordion ul li.active .accordionVerticalHeading {
    transform: rotate(0deg);
    left: 3%;
    white-space: unset;
    bottom: 10%;
    top: unset;
}

a.youtubePlayIcon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    height: 140px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.accordion ul li.active a.youtubePlayIcon {
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

.accordion ul li .accordionOverlay {
    position: absolute;
    right: 20px;
    width: auto;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.aoItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--light-color);
    margin-bottom: 25px;
}

.aoItem.ytTime {
    background: #0000008a;
    padding: 5px 8px;
    border-radius: 10px;
}

a.aoItem, a.aoItem:hover {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    cursor: default;
    color: var(--light-color);
}


.accordionEleDetails {
    background: url(../images/paperWhite.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    text-align: center;
    padding: 40px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.accordion ul li.active .accordionEleDetails {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.accordionEleDetails h2 {
    text-transform: uppercase;
    font-family: "WardenRegular", sans-serif;
    margin: 0;
        font-size: 2rem;
}

.accordionEleDetails h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
}

.accordionEleDetails:before {
    content: "";
    background: url(../images/graffiti_Tag.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 37%;
    height: 124px;
    position: absolute;
    left: -69px;
    top: -45px;
    transform: rotate(37deg);
}

.accordionEleDetails:after {
    content: "";
    background: url(../images/graffiti_Tag.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 35%;
    height: 148px;
    position: absolute;
    right: -69px;
    bottom: -45px;
    transform: rotate(-144deg);
}

.accordionEleCol.teamColContent p, .accordionEleCol.teamColContent .body-text-1 {
    font-size: 18px;
    line-height: 24px;
}

.accordion ul li.active a svg {
    margin-left: 15px;
}


.accordion ul li {
    width: 30%;
}


.accordion ul li.active {
    width: 70%;
}

.accordionEleSubWrapper {
    background: url(../images/blackPageBg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 50px;
    border-right: 6px solid #000000;
    border-left: 6px solid #000000;
    border-top: 6px solid #000000;
}

.accordionEleRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.teamColContent h2 {
    color: #ffffff;
    font-family: var(--heading-fonts);
    font-size: 110px;
    line-height: 110px;
}

.teamColImage img {
    vertical-align: bottom;
} 

.accordionEleCol {
    display: flow;
}

.accordionEleCol.teamColContent {
    width: 60%;
    padding-right: 8%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.accordionEleCol.teamColImage {    
    width: 40%;
}

.accordionEleRow {
    display: none;
}

.accordionEleRow.active {
    display: flex;
}

.accordionSepratorIC {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.accordionSepratorIC div {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #ffffff;
}


/*  */
button.mfp-close {
    width: 50px;
    height: 50px;
    max-width: 100%;
    background: transparent;
    font-size: 37px;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
  }

  .white-popup video{
    width: 100%;
  }
.white-popup img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.mfp-close-btn-in .mfp-close {
    background: #333;
    opacity: 1;
    color: #ffff;
}

.mediaGalleryCard {
    border: 3px solid #000000;
    vertical-align: bottom;
    width: 100%;
    height: 320px;
}

.mediaGalleryCard a {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex
;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width:1200px) and (max-width:1440px) {

    .accordion {
        height: 475px;
    }

    .accordion ul li {
        height: 475px;
    }

    .accordion ul li .accordionVerticalElement {
        height: 475px;
    }

    .accordion ul li .accordionVerticalElement .accordionVerticalHeading {
        width: 315px;
        top: 260px;
    }
    
    .accordion ul li.active .accordionVerticalHeading {
        left: 3%;
        white-space: unset;
        bottom: 8%;
        top: unset;
    }

    a.youtubePlayIcon {
        height: 100px;
        width: 100px;
    }

}

@media only screen and (max-width:1380px){
    .accordion ul li.active h2 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (max-width:1200px){
    .accordion ul li.active h2 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media only screen and (max-width:1024px){

    .accordion ul li.active h2 {
        left: 4%;
        letter-spacing: 7px;
    }
    .accordion ul li.active h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .accordion ul li a.accordionVerticalLink {
        left: 4%;
        font-size: 18px;
        line-height: 20px;
    }

    .accordion ul li.active {
        width: 50%;
    }
    .accordion ul li {
        width: 10%;
    }
}

@media only screen and (max-width:880px){
    .accordion ul li {
        padding: 0 5px;
    }
    .accordion ul li.active h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .accordion ul li a.accordionVerticalLink {
        left: 2%;
        font-size: 16px;
        line-height: 18px;
    }
    .accordion ul li.active h2 {
        left: 2%;
        letter-spacing: 6px;
    }
}
@media only screen and (max-width:767px){
    .accordion {
        height: unset;
    }
    .accordion ul {
        display: flex;
        table-layout: unset;
        flex-direction: column;
    }
    .accordion ul li.active {
        width: 100%;
        height: 460px;
    }
    .accordion ul li {
        width: 100%;
        height: 94px;
        padding: 4px 0;
        padding: 0;
        margin: 4px 0;
    }
    .accordion ul li .accordionVerticalElement h2 {
        top: 17px;
        -webkit-transform: unset;
        transform: unset;
        text-align: center;
    }
    .accordion ul li.active h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .accordion ul li.active h2 {
        left: 0;
        letter-spacing: 2.4px;
        top: 45%;
    }

    .accordion ul li a.accordionVerticalLink {
        top: 50%;
        justify-content: center;

    }
    .accordion ul li.active a svg {
        margin-left: 15px;
    }
    .accordion ul li .accordionVerticalElement {
        padding: 10px;
        height: 94px;
    }

    .accordion ul li.active .accordionVerticalElement {
        height: 460px;
    }
}

/* Accordion Css End  */



.highlightedMediaSlider .elementor-swiper-button-prev {
    left: 0 !important;
    top: 10px !important;
}

.highlightedMediaSlider .elementor-swiper-button-next {
    left: 0 !important;
    top: 50px !important;
}

.ourTeamWrapper .accordion {
    border-right: 6px solid #000000;
    border-left: 6px solid #000000;
    background: #000;
}

.mediaGallery {
    background: url(../images/paperWhite.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px;
}

.mediaGallery h3 {
    margin: 0;
}

body .mediaGallerySlider.slick-slider {
    margin: 30px 0 0 0;
    padding-left: 60px;
}

.mediaGalleryItem {
    padding: 10px;
}

.mediaGalleryItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mediaGallerySlider button.slick-arrow {
    position: absolute;
    bottom: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
}

.mediaGallerySlider button.slick-next {
    background: url('../images/nextArrow.svg');
    top: 70px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0;
}


.mediaGallerySlider button.slick-prev {
    background: url('../images/prevArrow.svg');
    top: 30px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0;
}


.mediaGallerySlider button.slick-arrow:before {
    display: none;
}

.mediaGallerySlider button.slick-arrow.slick-disabled {
    opacity: 0.5;
}
/* team social media icons code added by Abhi */
/* Base styling for social media links container */
/* Base styling for the social media list */
/* Each Social Icon Wrapper */
.social_icon_player {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* Adjust as needed for icon size */
    height: 50px;
    background-color: #fff; /* White background */
    border-radius: 50%; /* Circular shape */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

/* Icon styling */
.social_icon_player a {
    color: #000; /* Default black color for icons */
    font-size: 20px; /* Adjust icon size */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Hover effect for icons */
.social_icon_player:hover {
    background-color: #000; /* Black background on hover */
}

.social_icon_player:hover a {
    color: #fff; /* White icon on hover */
}

/* Placeholder divs for empty icons */
.social-media-links div {
    width: 30px;
    height: 30px;
    background-color: #FFF;
}
.social_icon_player a i {
    font-family: 'FontAwesome';
}

.team-front-image, .team-back-image {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.team-front-image img, .team-back-image img {
    width: 100%;
}

.accordionEleRow {
    padding: 50px 0;
}

.teamColFrontImage, .teamColBackImage {
    width: 30%;
}

.teamColDetail {
    text-align: center;
    width: 40%;
    padding: 0 50px;
}

.teamColDetail h2 {
    color: #fff;
    margin: 0 0 35px;
}

.teamColDetail .body-text-1, .teamColDetail .body-text-1 p {
    font-size: 18px;
    line-height: 24px;
}

.teamColDetail .social-media-links {
    justify-content: center;
}

.car-jitsu-menu-section .slap-fight-menu ul li a {
    color: #18181E;
    font-family: "WardenRegular";
    font-size: 20px;
    font-weight: 500;
}