/**
 * Theme Name: Movies4u new clone v2
 * Description: movies4u suportive theme by dktechnozone.in
 * Author: Dhanjeerider
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Style for quality meta */
.entry-card {
    position: relative;
}

.ct-quality-meta {
    position: absolute;
    top: 5px;
    right: 0px;
    background: linear-gradient(to right, cyan, yellowgreen);
    color: #000;
    text-transform: uppercase;
    padding: 1px 8px;
    font-size: 14px;
}

/* Style for featured star */
.ct-featured-star {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #ffd700;
    color: #000;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.ct-media-container {
    margin: 0;
}

.ct-pagination .page-numbers:hover,
.ct-pagination span:hover,
.ct-pagination .next:hover {
    color: #fff;
}

.ct-pagination {
    display: flex;
    gap: 9px;
    justify-content: center;
}

.ct-pagination .page-numbers,
.ct-pagination span,
.ct-pagination .current {
    border: none;
}

[data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {
    border: none;
}
.entry-card,.ct-related-posts-items article .ct-media-container {
    border: 3px solid;
    border-image: linear-gradient(90deg, #ff3c00, #ffbf00) 2;
    
}

.ct-container .entry-card img:hover,
.ct-related-posts-items .ct-media-container img:hover {
    opacity: 0.3;
}

.has-hover-effect::after {
    content: "▷";
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 33px;
    opacity: 0;
    border: 2px solid #fff;
    padding: 0 12px;
    border-radius: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ct-container a:hover::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.2s ease-in;
    border: 2px solid #fff;
    padding: 0 12px;
    border-radius: 50%;
}

.alerrt a {
    color: red;
}

.closebtn {
    color: red;
    margin-left: 5px;
    float: right;
    font-size: 24px;
    transition: 0.3s;
    margin-top: -12px;
}

.closebtn:hover {
    color: red;
    cursor: pointer;
}

#iconbtn,
#categorybtns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    color: #000;
}

.topbtn {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 7px 20px;
    font-size: 14px;
    transition-duration: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
    background: #cbfc01;
    font-size: 13px;
}

.topbtn.bollywood {
    background-color: #44b81a;
    color: #fff;
}

.topbtn.desijunx {
    background-color: red;
    color: #fff;
}

.topbtn.buttontg {
    background-color: #009de1;
    text-transform: uppercase;
    color: #fff;
}

.topbtn.howtodl {
    background-color: #df9a17;
    text-transform: uppercase;
    color: #fff;
}

.lichad .topbtn {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
}

.lichad .topbtn:hover {
    color: green;
}

@media screen and (max-width: 785px) {
    .lichad .topbtn {
        display: none;
    }
    
    #iconbtn,
    #categorybtns {
        justify-content: center;
        text-align: center;
    }
}

.search-form {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    padding: 0;
    margin: 0;
}

.search-form .search-field {
    border: none;
    background: #fff0;
    outline: none;
    font-size: 13px;
    color: #000;
}

.search-form .search-submit {
    border: none;
    background: #cbfc01;
    padding: 7px 22px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
    color: #000;
    text-transform: uppercase;
}

.sitelogo {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 484px) {
    .topbtn {
        padding: 9px 20px;
        margin: 6px;
    }
    
    .men {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .sitelogo {
        width: 100%;
    }
    
    .end-txt {
        font-weight: 700;
        text-transform: uppercase;
        color: #cbfc01;
    }
}

.sitelogotext {
    font-family: 'Salsa', sans-serif;
    fill: none;
    stroke-width: 2px;
    stroke-linejoin: round;
    stroke-dasharray: 70px;
    stroke-dashoffset: 0;
    -webkit-animation: stroke 6s linear infinite;
    -moz-animation: stroke 6s linear infinite;
    animation: stroke 6s linear infinite;
    font-size: 4em;
    text-transform: uppercase;
}

.sitelogotext:nth-child(5n+1) {
    stroke: #009de1;
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sitelogotext:nth-child(5n+2) {
    stroke: #cbfc01;
    -webkit-animation-delay: -2.4s;
    -moz-animation-delay: -2.4s;
    animation-delay: -2.4s;
}

.sitelogotext:nth-child(5n+3) {
    stroke: #ff0;
    -webkit-animation-delay: -3.6s;
    -moz-animation-delay: -3.6s;
    animation-delay: -3.6s;
}

.sitelogotext:nth-child(5n+4) {
    stroke: #cbfc01;
    -webkit-animation-delay: -4.8s;
    -moz-animation-delay: -4.8s;
    animation-delay: -4.8s;
}

.text:nth-child(5n+5) {
    stroke: #3aa1bf;
    -webkit-animation-delay: -6s;
    -moz-animation-delay: -6s;
    animation-delay: -6s;
}

@-webkit-keyframes stroke {
    to {
        stroke-dashoffset: -400;
    }
}

@-moz-keyframes stroke {
    to {
        stroke-dashoffset: -400;
    }
}

@keyframes stroke {
    to {
        stroke-dashoffset: -400;
    }
}

.bts {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.entry-header .page-title {
    background: #8BFF0A;
    background: linear-gradient(to left, #8BFF0A 0%, #00FFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}

.downloads-btns-div img {
    width: 23px;
}

.downloads-btns-div a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    height: auto;
    margin: auto;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    background: #cbfc01;
    padding: 10px 20px;
    border-radius: 5px;
}

.topbtn {
    background: #cbfc01;
    color: #000;
}

.topbtn {
    padding: 8px 14px;
    margin: 4px;
}

.alerrt {
    background: whitesmoke;
    padding: 6px 8px;
    font-size: 16px;
    margin: 10px -15px;
    border-radius: 6px;
}

@media (max-width: 600px) {
    .header-search {
        width: 100%;
    }
}

.bts {
    display: flex;
    padding: 0 !important;
    margin: 15px 0px !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.bts li {
    list-style: none;
    text-transform: capitalize;
}

.bts a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    background: #cbfc01;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
    border-radius: 10% / 50%;
}

.emoji {
    width: 16px;
}

.downloads-btns-div img {
    width: 23px;
}

.downloads-btns-div a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: auto;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    background: #cbfc01;
    padding: 8px 15px;
    border-radius: 5px;
}

.entry-content button {
    padding: 7px 19px;
    border-radius: 4px;
    background: linear-gradient(135deg, #2ea1cf, #ff19d0);
    color: #fdf8f2;
    box-shadow: 0 3px 15px -3px pink;
    font-size: 15px;
    font-weight: 700;
}

.entry-content button:hover {
    box-shadow: none;
    border-radius: 6px;
    transition: 0.4s;
}

.emoji {
    width: 18px;
}

[data-id="widget-area-1"] {
    width: 100%;
    max-width: 1200px;
}

.btn-call {
    background: #38a3fd;
    border: 2px solid #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgb(56 163 253 / 30%);
    cursor: pointer;
    height: 60px;
    width: 60px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    transition: 0.3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.entry-card h2,
.related-entry-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ct-sidebar .widget-title {
    font-size: 17px;
    padding: 11px 0px;
    margin-bottom: 11px;
    border-bottom: 1px solid #cbfc01;
}

.end-txt {
    float: right;
    margin: -11px;
    font-weight: bold;
}

.wp-block-latest-posts ul li {
    margin-bottom: 15px;
}

input.search-field:focus-within {
    color: #000;
    text-transform: capitalize;
}

.downloads-btns-div a img {
    width: 20px;
    margin: 6px auto;
    height: 22px;
}

.downloads-btns-div br {
    display: none;
}

.post-thumbnail {
    position: relative;
    max-width: 400px;
    margin: auto;
    padding: 0;
}

figure .video-label {
    position: absolute;
    right: 0;
    z-index: 1;
    background: #00d0ff;
    background: -moz-linear-gradient(left, #00d0ff 0, #cbfc01 100%);
    background: -webkit-linear-gradient(left, #00d0ff 0, #cbfc01 100%);
    background: linear-gradient(to right, #00d0ff 0, #cbfc01 100%);          
    color: #000;
    padding: 3px 10px;
    top: 14px;
    font-size: 16px;
}

.how-to-download {
    text-align: center;
    display: block;
    margin: 10px auto;
    font-size: 17px;
}

.entry-content h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 14px auto;
    text-align: center;
}

.entry-content h4 span {
    color: #cbfc01;
}

.download_message {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}

.download_message p {
    color: #000;
    font-weight: 500;
}

.watch-links-div {
    text-align: center;
}

.watch-btns-div a img {
    width: 20px;
    margin-bottom: 0;
}

.watch-btns-div a img:first-child {
    margin-right: 5px;
}

.watch-btns-div a img:last-child {
    margin-left: 5px;
}

.download-links-div {
    margin-bottom: 0;
}

.mark-message {
    background: rgb(115 115 115 / 20%);
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

.single-foot-content {
    background: none;
    padding: 20px;
    border-radius: 10%;
    box-shadow: 0 0 20px rgb(0 210 255 / 11%);
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 5px;
}

.single-foot-content strong {
    font-size: 20px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}

.single-foot-content p {
    font-size: 14px;
    background: rgb(115 115 115 / 20%);
    padding: 10px;
    border-radius: 10px;
    margin: 7px 0;
}

.single-foot-content center {
    margin-top: 15px;
}

.ss-img {
    margin-bottom: 20px;
    padding: 0;
}

.single-service-content .post-thumbnail > img {
    border-radius: 10px;
}

.single-service-content .ss-img img {
    margin-bottom: 5px;
    border-radius: 10px;
}

.telegram-btn {
    background: #009de1;
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 700;
}

center img {
    margin-top: 10px;
}.ct-container .entry-card,.ct-related-posts-items article .ct-media-container{border:3.7px solid;border-image:linear-gradient(90deg,#ff3c00,#ffbf00) 2;overflow:hidden}

.ct-container .entry-card,.ct-related-posts-items article .ct-media-container{border:3px solid;border-image:linear-gradient(90deg,#ff3c00,#ffbf00) 2;overflow:hidden}
#header-social{  text-align: center;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;}
            #header-social a {
                color: #FFF;
                text-decoration: none;
                margin: 0 2px
            }

            #header-social a i {
                margin: 0 2px
            }

            #header-social a img {
                margin: 0 5px
            }

            .headbt strong {
                font-weight: 600
            }

            .buttontg {
                background-color: #009de1;
                text-transform: uppercase;
                border-radius: 15%
            }

            .howtodl {
                background-color: #00b37d;
                text-transform: uppercase;
                border-radius: 15%
            }

            .desijunx {
                background-color: #ff75df;
                text-transform: uppercase;
                border-radius: 15%;
                font-weight: 500;
                color: #000
            }

            .headbt {
                color: #fff;
                padding: 7px 15px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                font-size: 13px;
                margin: 5px 1px;
                -webkit-transition-duration: .4s;
                transition-duration: .4s;
                cursor: pointer;
                min-width: 170px;
                box-shadow: 0 0 32px -10px rgb(254 0 0 / 57%);
                display: flex;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center
            }

            .header-menu-div{
                display:flex;flex-wrap:wrap;justify-content:center;
            }

            .header-menu-div li a {
                color: #000;
                display: inline-block;
                line-height: 25px;
                border-radius: 15%;
                background: #cbfc01;
                font-weight: 500;
                margin: 5px;
                padding: 4px 10px;
                text-decoration: none
            }

            .header-menu-div li a:hover,.header-menu-div li.current-menu-item a {
                background: #cbfc01;
                color: #000
            }

            .header-menu {
                margin-bottom: 30px
            }
.search-field:focus{color:#000!important;}
[data-id="widget-area-1"] {
  padding: 0 !important;
  margin: 0 !important;
}

