/* ============== play--gallery ============== */
.play--gallery {
    padding: 18px 0 30px;
}
.play--gallery-section {
    margin-bottom: 30px;
}
.play--gallery-section .heading {
    /*padding: 10px 10px 10px 20px;*/
    position: relative;
    margin-bottom: 15px;
}
.play--gallery-section .heading.war {
    padding-left: 20px;
}
.play--gallery-section .heading.war:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background: linear-gradient(rgb(0, 93, 192) 0px, rgb(0, 93, 192) 50%, rgb(254, 215, 1) 50%, rgb(254, 215, 1) 100%);
}
.play--gallery-section .heading h3 {
    font-size: 16px;
    font-weight: bold;
}
.play--gallery-section .subheading {
    margin-top: 5px;
    opacity: 0.6;
}
/**/
.play--gallery-section .nav{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.play--gallery-section .nav-item {
    display: block;
    margin-right: 15px;
}
.play--gallery-section .nav-link {
    border-radius: 30px;
    border: 1px solid var(--main-color);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: var(--main-color);
    background: var(--white);
    cursor: pointer;
    margin-bottom: 15px;
    transition: all .5s;
}
.play--gallery-section .nav-link.active {
    cursor: initial;
}
.play--gallery-section .nav-link.active,
.play--gallery-section .nav-link:hover {
    border: 1px solid var(--main-color-hover);
    background: var(--main-color-hover);
    color: var(--white);
}
/**/
.tab-content {

}
.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.show {
    display: block;
}
.play--gallery-photo {

}
.play--gallery-photo .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.play--gallery-photo .item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.play--gallery-photo .item .media {
    height: 158px;
    transition: all .5s;
}
.play--gallery-photo .item .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play--gallery-photo .item .media:hover {
    opacity: .75;
}
/**/
.play--gallery-photo .item span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: var(--main-color-hover);
    color: var(--white);
    padding: 5px;
    text-align: center;
}
/**/
.play--gallery-video {

}
.play--gallery-video .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.play--gallery-video .item {
    width: 100%;
    margin-bottom: 30px;
}
.play--gallery-video .play--youtube {
    position: relative;
    height: 260px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}
.play--gallery-video .play--youtube-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 3, 51, 0.25);
    z-index: 2;
}
.play--gallery-video .play--youtube-btn svg {}
.play--gallery-video .play--img-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.play--gallery-video .play--img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play--gallery-video .item .caption {
    font-weight: bold;
    font-size: 14px;
}
/* ==========  ========== */
/* ==========  ========== */

/* макет 1440 pix perfect */