header {
    background: rgba(0, 0, 0, 0.35);
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.swiper-slide .imgBackground,
.swiper-slide .imgThumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide .imgThumbnail {
    cursor: pointer;
}
.swiper-slide-main::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.imgTalent {
    position: absolute;
    top: 10%;
    width: 380px;
    z-index: 99;
}
/* .imgBackground {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.75)),
        url("../img/back1.jpg");
} */

.imgBackground {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.75)),
        url("../img/back1.jpg");
}

.imageModal{
    margin-top: 340px;
}

.titleTalent {
    position: absolute;
    top: 10%;
    width: 720px;
    z-index: 1;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.swiper-pagination-bullet-active {
    background: #ffba08 !important;
}
.mySwiper .swiper-slide {
    opacity: 0.6;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.mySwiper2 {
    height: 100vh;
    width: 100%;
}
/* .mySwiper {
    padding: 1em !important;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 1);
    height: 35vh;
    position: absolute !important;
    z-index: 100;
    bottom: 50px;
    left: calc(50% + 37vw);
    width: 7.5rem;
} */

.mySwiper {
    padding: 1em !important;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 1);
    height: 14vh;
    position: absolute !important;
    z-index: 100;
    bottom: 18px;
    left: calc(50% + 11vw);
    width: 29.5rem;
}

.btnModal {
    z-index: 999;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    bottom: 50px;
    left: 5%;
    min-width: 10%;
    font-size: 1rem;
    font-weight: 700;
    background-color: #ffba08;
    color: #000;
    border-radius: 10px;
}

.modal-body .iconSocialTalent > a {
    font-size: 1.5rem;
}

.modal-font{
    font-size: 1.3rem;
}

#myVideo{
    position: absolute;
    z-index: 400;
    width: 60% !important;
    height: 60% !important;
}

@media (max-width: 991.98px) {
    .mySwiper {
        left: calc(50% + 35vw);
        width: 5rem;
        height: 45vh;
    }
}

@media (max-width: 1210px) {
    .mySwiper {
        left: calc(50% + 9vw);
    }
}

@media (max-height: 760px) {
    .imageModal{
        margin-top: 450px;
    }
}
@media (max-height: 645px) {
    .imageModal{
        margin-top: 550px;
    }
}

@media (max-width: 1150px) {
    .mySwiper {
        left: calc(50% + 25vw);
        bottom: 5%;
        height: 54vh;
        width: 5rem;
    }
}

@media screen and (max-width: 767.98px) {
    .imgTalent {
        width: 1080px;
    }
    .dinaImg {
        width: 410px;
    }
    .mySwiper {
        width: 5rem;
    }
}

@media screen and (max-width: 575.98px) {
    .imgTalent {
        top: 20%;
    }
    .modal-font{
        font-size: 1rem;
    }
    .yuuraImg{
        left:8%;
    }
    .btnModal {
        left: auto;
        bottom: 25%;
    }
    .fa-close {
        margin-top: 3rem;
    }
    .mySwiper {
        left: 15%;
        bottom: 3%;
        height: 11vh;
        width: 69vw;
    }
    .modal-inset {
        padding: 30px;
    }
}
