@font-face {
    font-family: 'HelveticUltraLight';
    src: url('/web/20210827132925im_/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/20210827132925im_/https://www.ph7entertainment.com/views/assets/css/font/HelveticaNeueLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

a {
    text-decoration: none !important;
}

h4 {
    color: #90CAD7;
}

#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;
}

.actorImage {
    height: 100%;
}

.icerik {
    width: 100%;
    height: 100% !important;
    overflow-y: scroll;
    overflow-x: hidden !important;
    padding-right: 1.6vw !important;
    font-weight: 300;
    font-size: 2.3vh !important;
}

.icerik-header {
    color: #90CAD7;
    font-weight: 400 !important;
    font-size: 7.25vh !important;
}

.icerik h4 {
    margin-top: 1.8vw;
    font-size: 3.2vh !important;
    font-weight: 300;
    margin-bottom: 0;
}

.shw {
    padding-top: 1.6vw;
}

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

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

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

.social-media a {
    color: #90CAD7;
    font-size: 2.6vh;
    padding-right: 0.6vw;
    padding-bottom: 1.6vw;
}

.social-media a:hover {
    color: #90CAD7;
}

.close {
    position: absolute;
    top: 0;
    right: 0;

    background: #000;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    padding: 7px 15px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 73, 94, 0.8);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
    transform: translateY(45px);
}

.modal iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.activeMask {
    visibility: visible !important;
    opacity: 1 !important;
}

.activeModal {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    transform: translateY(0) !important;
}

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

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

    #content {
        padding: 0;
    }

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

    .actorImage {
        position: relative;
        width: 100%;
        height: auto !important;
    }

    .icerik {
        overflow-y: hidden !important;
        height: auto;
    }

    .icerik-header {
        display: none;
    }
}

@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;
    }

    .icerik-header {
        font-size: 5vh !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .content-border {
        height: 46vh !important;
    }

    .icerik-header {
        font-size: 5vh !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .content-border {
        height: 71vh !important;
    }

    .icerik-header {
        font-size: 7.25vh !important;
    }
}