@font-face {
    font-family: 'HelveticUltraLight';
    src: url('/web/20220103013917im_/https://www.ph7entertainment.com/views/assets/css/font/HelveticUltraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('/web/20220103013917im_/https://www.ph7entertainment.com/views/assets/css/font/HelveticaNeueLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.actorsNamesBody ul {
    list-style-type: none !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

#main {
    height: 100%;
    width: 100%;
}

#content {
    padding: 1.6vw;
}

.content-border {
    height: 71vh;
    width: 100%;
    border: 0.27vw solid;
    border-image-source: linear-gradient(180deg, rgba(118, 229, 250, 1) 0%, rgba(102, 54, 206, 1) 100%);
    border-image-slice: 1;
}

.actorsNames {
    height: 95%;
    width: 100%;
    padding: 2.1vw 3.2vw;
}

.kategoriDetay {
    height: 95%;
    width: 100%;
    padding: 2.1vw 3.2vw;
}

.actorsNamesHeader {
    height: 20%;
    width: 100%;
    font-size: 3vw;
    font-weight: 300;
    color: #90CAD7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1vw;
    text-indent: 2.1vw;
}

.kategoriHeader {
    height: 20%;
    width: 100%;
    font-size: 5.3vh;
    font-weight: 300;
    color: #90CAD7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1vw;
    text-indent: 2.1vw;
}

.actorsNamesBody {
    height: 80%;
    width: 100%;
    overflow-y: auto;
    direction: rtl;
    text-align: left;
}

.actorsNamesBody ul li a {
    font-size: 1.5vw !important;
    font-weight: 300;
    color: #90CAD7 !important;
    line-height: 2.3vw;
    padding-left: 2vw;
    text-transform: uppercase !important;
}

.no-scroll {
    overflow-y: hidden !important;
}

.actorsNamesBody::-webkit-scrollbar {
    width: 0.4vw;
}

.actorsNamesBody::-webkit-scrollbar-track {
    background: rgba(144, 202, 215, 0.3);
    border-radius: 1vw;
}

.actorsNamesBody::-webkit-scrollbar-thumb {
    background: rgba(144, 202, 215);
    border-radius: 1vw;
}

.kategoriContent {
    padding-left: 2.2vw;
    font-weight: 200;
    font-size: 2.25vh;
}

.actorsImages {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.actorsImages img {
    width: 100%;
    height: 100%;
}

.kategoriImages {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.kategoriImages img {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    * {
        z-index: 0;
    }

    #main {
        height: auto;
        overflow: hidden;
    }

    #content {
        padding: 0;
    }

    .content-border {
        border: none;
        height: auto;
    }

    .actorsImages {
        position: relative;
        width: 100%;
        height: auto !important;
        margin-top: 10px;
    }

    .kategoriImages {
        position: relative;
        width: 100%;
        height: auto !important;
        margin-top: 10px;
    }

    .actorsNamesBody {
        text-align: center;
        overflow: auto;
    }

    .actorsNamesBody ul li a {
        font-size: 5vw !important;
        line-height: 8vw;
        color: #90CAD7 !important;
    }

    .actorsNamesHeader {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 7.5vw;
        color:  #90CAD7;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 600px) {
    .content-border {
        height: auto !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .content-border {
        height: 38vh !important;
    }

    .kategoriHeader {
        margin-bottom: 3vw;
    }

    .kategoriContent {
        font-size: 1.8vh;
    }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .content-border {
        height: 46vh !important;
    }

    .kategoriHeader {
        margin-bottom: 2vw;
    }

    .kategoriContent {
        font-size: 2vh;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .content-border {
        height: 71vh !important;
    }

    .kategoriHeader {
        margin-bottom: 1vw;
    }

    .kategoriContent {
        font-size: 2.2vh;
    }
}