/* VIDEO THUMBS  */

.video-date,
.video-text {
    margin-left: 10px;
    margin-right: 10px;
}

.video-text .video-title {
    font-size: 1.2rem;
}

.video-text .likes-n-views .likes img {
    display: inline-block;
}

.video-thumb {
    position: relative;
    padding-top: 77.44%;
    background: #000000;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.video-thumb .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-thumb .play-btn svg {
    font-size: 4rem;
}

.video-thumb img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.latest-videos-section .content .videos-holder .video {
    margin-top: 5rem;
    width: 30%;
    max-width: 240px !important;
}



@media (min-width: 1399.99px) {
    .video-text .video-title {
        max-width: calc(100% - 120px);
    }
}

@media (max-width: 1399.98px) {
    .video-text .video-title {
        width: 100%;
        margin-bottom: 0.4rem;
    }
}

@media (max-width: 1199.98px) {

    .video-thumb .play-btn svg {
        font-size: 3rem;
    }

}

/* ./VIDEO THUMBS  */

/* INTRO SECTION */

.home-intro-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-intro-section.full-height {
    min-height: 100vh;
}

.home-intro-section:after {
    content: '';
    min-height: inherit;
    font-size: 0;
}

.home-intro-section.section-wrapper {
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.home-intro-section.bg-img {
    background-image: url('../../custom_assets/images/home/intro.jpg');
    background-size: cover;
    /* background-position: top; */
    background-blend-mode: darken;
}

.home-intro-section .title {
    padding-top: 4rem;
}

.home-intro-section .btn-holder {
    margin-top: 8rem;
}

.home-intro-section video {
    max-width: 100%;
    outline: none;
}

.home-intro-section .slideshow-container {
    max-width: 80%;
}

.home-intro-section .slideshow-container .mySlides {
    position: relative;
    max-width: 840px;
    margin: auto;
}

.home-intro-section .slideshow-container .mySlides .play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: white;
}

.home-intro-section .slideshow-container .mySlides .play-overlay:hover {
    cursor: pointer;
}

.home-intro-section .slideshow-container .mySlides .play-overlay>* {
    font-size: 4rem;
}


.home-intro-section .slideshow-container .prev,
.home-intro-section .slideshow-container .next {
    text-shadow: none;
    font-size: 24px;
    padding: 10px 16px;
    color: #FA0695;
    z-index: 3;
}

.home-intro-section .slideshow-container .prev:hover,
.home-intro-section .slideshow-container .next:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
}

@media (max-width: 1600px) {
    .home-intro-section .btn-holder {
        margin-top: 6rem;
    }
}

@media (max-width: 1199.98px) {

    .home-intro-section.bg-img {
        background-position: top 0 left -100px;
    }

    .home-intro-section .btn-holder {
        margin-top: 4rem;
    }
}

@media (max-width: 767.98px) {

    .home-intro-section.bg-img {
        /* background-position: top right -445px; */
    }

    .home-intro-section .title {
        padding-top: 0;
    }

    .home-intro-section .slideshow-container {
        max-width: 100%;
    }

    .home-intro-section .slideshow-container .mySlides .play-overlay>* {
        font-size: 2rem;
    }

}

@media (max-width: 575.98px) {

    .home-intro-section.bg-img {
        /* background-position: top right -380px; */
    }

    .home-intro-section .btn-holder {
        margin-top: 2rem;
    }
}

@media (max-width: 375px) {
    .home-intro-section.bg-img {
        /* background-position: top right -300px; */
    }
}

/* ./INTRO SECTION */

/* LATEST VIDEOS SECTION */

.latest-videos-section.section-wrapper {
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.latest-videos-section .title .update-text {
    font-weight: 300;
    /*text-transform: uppercase;*/
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FA0695;
}

.latest-videos-section .content .videos-holder {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.latest-videos-section .content .videos-holder .video {
    margin-top: 5rem;
    width: 30%;
    max-width: 420px;
}

.latest-videos-section .content .videos-holder .video a:hover {
    cursor: pointer;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.latest-videos-section .content .videos-holder .video-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 300;
}

.latest-videos-section .content .videos-holder .video-text .likes-n-views {
    display: flex;
}

.latest-videos-section .content .videos-holder .video-text .likes-n-views .likes {
    margin-right: 0.5rem;
}

@media (max-width: 1600px) {
    .latest-videos-section .content .videos-holder .video {
        margin-top: 4rem;
    }
}

@media (max-width: 1199.98px) {
    .latest-videos-section.section-wrapper {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
}

@media (max-width: 991.98px) {
    .latest-videos-section .content .videos-holder .video {
        margin-top: 3rem;
        width: 45%;
        max-width: 380px;
    }
}


@media (max-width: 767.98px) {
    .latest-videos-section .content .videos-holder .video {
        margin-top: 2rem;
        width: 100%;
    }
}

@media (max-width: 575.98px){
    .latest-videos-section .title .update-text {
        justify-content: center;
    }
}


/* ./LATEST VIDEOS SECTION */

/* MODELS ALBUM SECTION */

.girls-banner-holder {
    line-height: 1;
}

.models-album {
    display: flex;
    flex-wrap: wrap;
}

.models-album .model-image {
    width: calc(100% / 14);
}

.models-album .model-image .img-holder {
    width: 100%;
    position: relative;
    padding-top: 155%;
    overflow: hidden;
    background: black;
    background-size: cover;
    background-position: top center;
}

.models-album .model-image .img-holder img {
    /* height: 102%;
    width: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
}

/* @media (min-width: 1601px){
    .models-album .model-image .img-holder {
        padding-top: 130%;
    }
} */

@media (max-width: 767.98px) {
    .models-album .model-image {
        width: calc(100% / 7);
    }
}

/* ./MODELS ALBUM SECTION */

/* LATEST UPDATES SECTION */

.latest-updates-section.section-wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.latest-updates-section.bg-img {
    background-image: url('../images/home/latest-updates-bg.png');
    background-position: right;
    background-size: contain;
}

.latest-updates-section .title,
.latest-updates-section .content .update:not(:last-of-type) {
    margin-bottom: 8rem;
}

.latest-updates-section .content .update {
    display: flex;
    justify-content: space-between;
}

.latest-updates-section .content .update .video {
    width: 45%;
    max-width: 650px;
}

.latest-updates-section .content .update .video a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.latest-updates-section .content .update .description {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.latest-updates-section .content .update .description h3 {
    font-weight: 600;
    text-transform: capitalize;
}

.latest-updates-section .content .update .description .text {
    overflow: hidden;
    max-height: 6rem;
}

.latest-updates-section .content .update .description .text p {
    line-height: 2;
    font-size: 1rem;
}

.latest-updates-section .content .update .description .dots.js-hidden {
    display: none;
}

.latest-updates-section .content .update .description .tags {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.latest-updates-section .content .update .description .img-holder {
    /* display: flex; */
    width: 100%;
}

.latest-updates-section .content .update .description .img-holder img {
    max-width: 100px;
    width: 31%;
    height: auto;
    border-style: none;
}

/* .latest-updates-section .content .update .description .img-holder img:not(:last-of-type) {
    margin-right: 0.5rem;
} */

@media (max-width: 1600px) {
    .latest-updates-section.section-wrapper {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .latest-updates-section .title,
    .latest-updates-section .content .update:not(:last-of-type) {
        margin-bottom: 6rem;
    }
}

@media (max-width: 1366px) {
    .latest-updates-section .content .update .video {
        width: 45%;
        max-width: 650px;
    }

    .latest-updates-section .content .update .description {
        width: 52%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 1199.98px) {
    .latest-updates-section.bg-img {
        background-position: right;
        background-size: cover;
    }

    .latest-updates-section.section-wrapper {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .latest-updates-section .title,
    .latest-updates-section .content .update:not(:last-of-type) {
        margin-bottom: 4rem;
    }

    .latest-updates-section .content .update {
        flex-wrap: wrap;
        max-width: 425px;
        margin-left: auto;
        margin-right: auto;
    }

    .latest-updates-section .content .update .description,
    .latest-updates-section .content .update .video {
        width: 100%;
    }

    .latest-updates-section .content .update .description {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .latest-updates-section .content .update .description>* {
        width: 100%;
    }

    .latest-updates-section .content .update .description .text-holder {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 787.98px) {
    .latest-updates-section.section-wrapper {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .latest-updates-section .title,
    .latest-updates-section .content .update:not(:last-of-type) {
        margin-bottom: 2rem;
    }
}

/* LATEST UPDATES SECTION */

/* ABOUT SITE SECTION */

.about-site-section.section-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.about-site-section .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-site-section .content>div {
    width: 30%;
    max-width: 400px;
}

.about-site-section .content>div h3 {
    font-weight: 500;
}

.about-site-section .content>div p {
    font-weight: 300;
    line-height: 2;
}

.about-site-section .content>div p:not(:last-of-type) {
    margin-bottom: 1rem;
}

@media (max-width: 1199.98px) {
    .about-site-section.section-wrapper {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .about-site-section .content {
        justify-content: space-around;
    }

    .about-site-section .content>div {
        width: 45%;
    }

    .about-site-section .content>div:not(:last-of-type) {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767.98px) {
    .about-site-section .content>div {
        width: 100%;
    }

    .about-site-section .content>div:not(:last-of-type) {
        margin-bottom: 2rem;
    }
}

/* ./ABOUT SITE SECTION */

/* HOME BANNER SECTION */

.home-banner-section.section-wrapper {
    padding-top: 10rem;
    padding-bottom: 8rem;
    text-align: center;
}

.home-banner-section.bg-img {
    background-image: url('../images/home/home-banner-bg.png');
    background-size: cover;
}

.home-banner-section .title {
    margin-bottom: 3rem;
}

.home-banner-section .title h1 {
    text-shadow: 0px 3px 6px #000000CC;
}

@media (max-width: 1600px) {
    .home-banner-section.section-wrapper {
        padding-top: 8rem;
        padding-bottom: 6rem;
    }
}


@media (max-width: 1199.98px) {
    .home-banner-section.section-wrapper {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
}

@media (max-width: 767.98px) {
    .home-banner-section.section-wrapper {
        padding-top: 4rem;
    }
}

/* HOME BANNER SECTION */

/* HOME TRAILER */

.visibility-hidden {
    opacity: 0;
    display: none;
}

.intro-video-holder.pt-0 {
    padding-top: 0;
}

.intro-video-holder {
    width: 100%;
    padding-top: 100px;
    position: relative;
}

.intro-video-holder.hidden {
    display: none;
}

#intro-video {
    width: 100% !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 1.5s linear;
}

@media (max-width: 991.98px) {

    .intro-video-holder {
        padding-top: 80px;
    }

}