/* Font Inializing */
@import url('https://fonts.googleapis.com/css2?family=Outfit&amp;family=Roboto:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&amp;family=Roboto:wght@300&amp;display=swap');

* {
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
}

body {
   font-family: 'Roboto', sans-serif;
   /* font-family: 'Outfit', sans-serif; */
    font-weight: 400;
}
body::first-letter{
    text-transform: uppercase;
}
body::-webkit-scrollbar {
    display: none;
}

/*===================Top Bar Style Start Here====================*/
.social-media .icons {
    list-style: none;
    padding-top: 10px;
    padding-left: 15px;

}

.icons .link {
    color: #000;
    text-decoration: none;
    font-size: 28px;
}

.border-down {
    border-bottom: 1px solid #747474;
}

#myTab {
    border: none !important;
}

#myTab:hover {
    border: none;
}

.current-menu-item .active {
    border-left: 0;
    border-top: 5px solid #EF4930;
    padding-top: 15px;
    border-radius: 0;
}

/* Mobile Topbar */
.mobile-media {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 22px;
}

/* Mobile Topbar */
/*=======================Top Bar Style End Here======================= */
/* Navbar Style Start Here */
.logo-size {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0px 2px, 2px 0px, 2px 2px;
    color: #EF4930;
}

.logo-size:hover {
    color: #EF4930 !important;
}

.logo-size:focus {
    color: #EF4930 !important;
}

.nav-text .nav-link {
    font-size: 22px;
    padding: 0 40px;
    color: #000;
    font-weight: bolder;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-top-right-radius: 0%;
    cursor: pointer;
    flex-wrap: wrap !important;
}

.border-none {
    border: none !important;
    padding-right: 0px !important;
}

.border-none:hover {
    border: none !important;
}

/* Hamburger menu */
.navbar-toggler:focus {
    box-shadow: none;
}

.hamburger-menu-button {
    width: 40px;
    height: 40px;
    padding: 0px;
    display: block;
    position: relative;
    z-index: 100;
    box-sizing: content-box;
    border-radius: 50%;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    border: none;
}

.hamburger-menu-button:focus {
    border: none;
}

.hamburger-menu-button-open {
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
}

.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
    left: 0;
    content: "";
}

.hamburger-menu-button-open::before {
    top: 6px;
}

.hamburger-menu-button-open::after {
    bottom: 6px;
}

.hamburger-menu-button-close {
    background: transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hamburger-menu-button-close::before {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.hamburger-menu-button-close::after {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

/* Navbar Style Start Here */
/* ===========================Main Section Start============================== */
/* Slider section-1 */
.bg-color {
    top: 38%;
    background-color: orangered;
    padding: 55px 25px;
    border-radius: 0%;
    border: none;
}

.arrows {
    font-size: 50px;
}

#carouselSlider {
    position: relative;
    width: 100%;
}

/*  Slider section-1  */
/* Latest section-2 */
.latestImg-height{
    height: 720px;
    object-fit: cover;
}
.heading {
    font-size: 38px;
    font-weight: 600;
    /*font-family: 'Outfit', sans-serif; */
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0px 2px, 2px 0px, 2px 2px;
    border-bottom: 3px solid #EF4930;
    cursor: pointer;
}

.positioning {
    position: relative;
}
.bg_color{
	background: #ada699;
}

.absolute-part {
    position: absolute;
    left: 4%;
	right: 4%;
    bottom: 0%;
}

.title-image,
.platform {
    color: #fff;
    /*font-weight: bold; */
    background-color: #EF4930;
    padding: 5px 30px;
    letter-spacing: 2px;
    cursor: pointer;
	font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;

}
.title-image a, .platform a
 {
    color: #fff;
   text-decoration: none;  
}
.image-text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    text-transform: lowercase;
}
.image-text::first-letter{
    text-transform: uppercase;
}
.image-text-sm {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

/* Latest section-2 */
/* Trending section-3 */
.card-head {
    font-size: 24px;
    font-weight: 600;
    text-transform: lowercase;
    cursor: pointer;

}

.card-head::first-letter {
    text-transform: uppercase;
}

.card-summary {
    padding-top: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #4b4b4b !important;
    cursor: pointer;
}

.more {
    display: none;
}

.showMoreBtn {
    text-transform: uppercase;
    color: #EF4930 !important;
    font-weight: 600;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    float: right;
    text-decoration: none;
}

.radius-none {
    border-radius: 0 !important;
}

.border-gray {
    border: 1px solid #979797;
}

.btn-orange {
    background-color: #EF4930;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    text-transform: uppercase;
    border-radius: 52px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    border: none;
}

.btn-orange:focus,
.btn-orange:hover {
    background-color: #EF4930 !important;
    color: #fff !important;
    border: none;
}

.addIcon {
    padding-right: 16px;
}

.plusIcon {
    font-size: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
}

/* Trending section-3 */
/* Popular section-4 */
.border-bottom {
    border-bottom: 1px solid #979797 !important;
}

.border-end {
    border-right: 1px solid #979797 !important;
}

.description {
    color: #545050;
    font-weight: 300;
    font-size: 18px;
}

.author {
    padding-left: 7px;
    font-weight: 600;
    color: #4B4B4B;
}

.border-right-2px {
    border-right: 2px solid #979797;
}

.card-description {
    padding-top: 10px;
    word-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    color: #4B4B4B;
    cursor: pointer;
}

/* Popular section-4 */
/* Coming soon section-5 */
.comingsoon_title {
    font-size: 18px;
    font-weight: bolder;
    text-transform: lowercase;
}

.comingsoon_title::first-letter {
    text-transform: uppercase;
}

.comingsoon_text {
    font-size: 18px;
    font-weight: 400;
    color: #4B4B4B;
    word-spacing: 1px;
}

.publishDate {
    font-size: 14px;
}

.publishedBy {
    color: #000 !important;
    font-weight: bolder;
    padding-left: 5px;
}

/* Coming soon section-5 */
/* Reviews Page */
.review-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: lowercase;

}
h2.animate__animated.animate__backInLeft {
    font-size: 24px;
}
.review-title::first-letter {
    text-transform: uppercase;
}

.review-description {
    padding-top: 10px;
    word-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
    color: #4B4B4B;
}

.director {
    padding-left: 7px;
    font-weight: 600;
    color: #4B4B4B;
}

.released {
    color: #000;
    font-weight: 300;
    font-size: 18px;
}

.text-yellow {
    color: #FFD600;
}

.text-gray {
    color: #979797;
}

/* Review Page */
/* Trailer Page */
.btn-darkOrange {
    background-color: #EF4930;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 28px;
    padding: 3px 15px !important;
}

.btn-darkOrange:hover,
.btn-darkOrange:focus {
    background-color: #EF4930 !important;
    color: #fff !important;
}

.video {
    width: 100%;
}

.wrapper {
    display: table;
    width: auto;
    position: relative;
    width: 100%;
}
.playpause {
    background-image: url(../png/youtube_paly_btn.png);
    background-repeat: no-repeat;
    width: 10%;
    height: 10%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    transition: 1s;
    cursor: pointer;
}

.playpause:hover {
    transform: scale(1.1);
    transition: 1s;
}

.movie-name {
    color: #000;
    text-transform: uppercase;
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
    font-weight: bolder;
    cursor: pointer;
}

img#largeImage {
    height: 500px;
    box-shadow:
        0px 2px 5px rgba(0, 0, 0, 0.5),
        0px -2px 5px rgba(0, 0, 0, 0.5);
}

#description {
    padding: 5px;
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.5);
}

#thumbs img {
    height: 50px;
    cursor: pointer;
}

.alignTrailerCard_1 {
    top: 65%;
    right: 5%;
}

.alignTrailerCard_2 {
    top: 82%;
    right: 5%;
}

.movie_title {
    font-size: 75px;
  font-family: 'Intro', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  top: 4%;
  left:51%;
  transform:translateX(-51%);
  word-wrap: nowrap !important;

}
.movie_trailers{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 2px, 2px 0px, 2px 2px;  
    top: 60%; 
    right: 9%;
    letter-spacing: 2px; 
}
.card-size_1 , .card-size_2{
    width: 300px;
    height: 300px;
    border: 0;
}
.controllBtn{
    background-image: url(../png/play-btn.png);
    background-repeat: no-repeat;
    width: 25%;
    height: 25%;
}
.pauseBtn{
    background-image: url(../pausebtn.html);
    background-repeat: no-repeat;
    width: 25%;
    height: 25%;   
}
.controllBtn:hover {
    transform: scale(1.1);
    transition: 1s;
    cursor: pointer;
}
.controll_1{
    position: absolute;
    left: 78%;
    right: 0%;
    top: -18%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    transition: 1s;   
    z-index: 1000; 
}
.controll_2{
    position: absolute;
    left: 78%;
    right: 0%;
    top: -18%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    transition: 1s;   
    z-index: 1000; 
}
.trailer {
    color: #fff;
    font-weight: bold;
    background-color: #EF4930;
    padding: 5px 30px;
    letter-spacing: 2px;

}

/* Post Page */
.background-gray{
    background-color: #BABABA;
}
.padding-video{
    padding: 80px 150px;
}
/* ===========================Main Section End============================== */
/* Footer Start Here */
.footer {
    background-color: #000;
}

.title {
    color: #fff;
    font-weight: bolder;
    font-size: 30px;
}

.title-footer {
    color: #fff;
    font-weight: bolder;
    font-size: 23px;
}

.footerPara {
    font-weight: 600;
    font-size: 20px;
    color: #7d8087;
    text-align: center;
}

.bg-white-icon {
    background-color: white;
    border: none !important;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-right: 2px;
    padding-left: 30px;
}

.searchBar {
    border: 0 !important;
    border-radius: 50px;
    border: none;
    padding: 14px 4px;
    box-shadow: none !important;
}

.searchBar:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.btn-submit {
    background-color: #EF4930;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    padding: 9px 30px;
    border: none;
}

.btn-submit:hover {
    background-color: #EF4930;
    color: #fff;
}

.btn-submit:focus {
    background-color: #EF4930 !important;
    color: #fff !important;
    border: none;
}

.border-down-gray {
    border-bottom: 1px solid #2c2c2c;
}

.decoration {
    text-decoration: none;
}

.paraClr {
    font-weight: 600;
    color: #7d8087;
    font-size: 18px;

}

.footer-link li {
    list-style: none;
    font-size: 18px;
    color: #7d8087;
    font-weight: 400;
    padding: 6px 0px;
}

.addOn {
    background-color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 0.300rem 0.25rem !important;
}



/* Footer End Here */
/* Media Queries */
@media screen and (min-width:1025px) and (max-width:2560px) {
   
    .padding-sides {
        padding: 0 160px;
    }
    .padding-sides-nav{
        padding: 0 90px;
    }
    .nav-lg {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .border-right {
        border-right: 2px solid #747474 !important;
    }
    #myTab li:last-child a.nav-link.border-right {
        border-right: 0px solid transparent !important;
    }

    .comingsoon-image {
        height: 580px !important;
    }

    .col-seven-sm {
        flex: 0 0 auto;
        width: 58.33333333%;
        justify-content: center;
    }

    .width-sm {
        width: 50%;
    }

}
@media screen and (min-width:1025px)and (max-width:1282px){
   
    .nav-text .nav-link {
        font-size: 20px;
        padding: 0 20px;
    }
    .card-size_1 , .card-size_2{
        width: 250px;
        height: 250px;
    }
    .alignTrailerCard_1 {
        top: 45% !important;
    }
    
    .alignTrailerCard_2 {
        top: 73% !important;
    }
    .movie_trailers{
        text-shadow: 0px 2px, 2px 0px, 2px 2px;  
        top: 39% !important; 
        right: 11%;
        letter-spacing: 2px; 
    }
    
}
@media screen and (min-width:1025px) and (max-width:1440px) {
    .comingsoon-image {
        height: 730px !important;
    }
    .movie_title{
        font-size: 60px;
    }
    .movie_trailers{
        text-shadow: 0px 2px, 2px 0px, 2px 2px;  
        top: 49%; 
        right: 11%;
        letter-spacing: 2px; 
    }
    .card-size_1 , .card-size_2{
        width: 300px;
        height: 300px;
    }
    .alignTrailerCard_1 {
        top: 55%;
        right: 5%;
    }
    
    .alignTrailerCard_2 {
        top: 77%;
        right: 5%;
    }
    .movie_title{
        font-size: 40px !important;
    }
    .latestImg-height{
		height: 500px !important;
        min-height: 500px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .latestImg-height{
        height: 438px !important;
		min-height: 438px !important;
    }
    .nav-text .nav-link {
        padding: 0 20px;
    }

    .nav-lg {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        flex-wrap: nowrap;
    }

    .padding-sides {
        padding: 0 20px;
    }

    .border-right {
        border-right: 2px solid #747474 !important;
    }

    .comingsoon-image {
        height: 740px !important;
    }

    .col-seven-sm {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .width-sm {
        width: 50%;
    }
    .movie_title{
        font-size: 35px !important;
    }
    .movie_trailers{
        font-size: 25px;
        text-shadow: 0px 1px, 1px 0px, 1px 1px;  
        top: 49%; 
        right: 9%;
    }
    .card-size_1 , .card-size_2{
        width: 200px;
        height: 200px;
    }
    .alignTrailerCard_1 {
        top: 55%;
        right: 5%;
    }
    
    .alignTrailerCard_2 {
        top: 77%;
        right: 5%;
    }
}

@media screen and (max-width:991px) {
    .padding-side-mobile {
        padding: 0 20px;
    }
    .padding-sides-nav{
        padding: 0 16px !important;
    }
    .trailer {
        font-size: 10px;
        padding: 0px 5px;
    
    }
    .border-bottom-md {
        border-bottom: 1px solid #747474;
    }

    .title-image {
        padding: 1px 5px;
        font-size: 12px;
    }

    .title-image {
        padding: 8px 10px;
        font-size: 12px;
    }

    .image-text {
        font-size: 18px;
    }

    .image-text-sm {
        font-size: 12px;
    }

    .bg-color {
        top: 35%;
        padding: 30px 10px !important;
    }

    .arrows {
        font-size: 30px;
    }

    .padding-sides {
        padding: 0 20px;
    }

    #myTab .active {
        border-top: 0 !important;
    }

    .nav-text .nav-item {
        list-style: none;
    }

    .nav-text {
        padding-left: 0;
    }

    .nav-text .nav-link {
        padding: 12px 0px !important;
        border-bottom: 1px solid #747474;
        border-right: 0;
    }

    .nav-text .nav-link:hover {
        border-bottom: 1px solid #747474;
    }
}

@media screen and (min-width:769px) and (max-width:992px) {
    .latestImg-height{
        height: 368px !important;
		min-height: 368px !important;
    }
    .card-size_1 , .card-size_2{
        width: 150px;
        height: 150px;
    }
    .alignTrailerCard_1 {
        top: 55%;
        right: 5%;
    }
    
    .alignTrailerCard_2 {
        top: 77%;
        right: 5%;
    } 
    .movie_title{
        font-size: 30px;
    } 
    .movie_trailers{
        font-size: 14px;
        text-shadow: 0px .5px, .5px 0px, .5px .5px;  
        top: 49%; 
        right: 10%;
    } 
}
@media screen and (min-width:577px) and (max-width:768px) {
    .latestImg-height{
        height: 318px !important;
		min-height: 318px !important;
    }
    .padding-video{
        padding: 40px 70px;
    }
    .movie_trailers{
        font-size: 14px;
        text-shadow: 0px .5px, .5px 0px, .5px .5px;  
        top: 49%; 
        right: 10%;
    }
    .paraClr {
        font-size: 16px;
    }

    .card-head {
        font-size: 18px;
    }

    .card-description {
        font-size: 16px;
    }

    .heading {
        text-shadow: 0px 2px, 2px 0px, 2px 2px;
        font-size: 30px;
    }

    .padding-end {
        padding-right: 4px;
    }

    .col-seven-sm {
        flex: 0 0 auto;
        width: 58.33333333%;

    }

    .width-sm {
        width: 50%;
    }
    .movie_title{
        font-size: 30px;
        font-family: 'Intro', sans-serif;
        font-weight: 800;
        -webkit-text-stroke-width: 1px;
    }
    .card-size_1 , .card-size_2{
        width: 150px;
        height: 150px;
    }
    .alignTrailerCard_1 {
        top: 55%;
        right: 5%;
    }
    
    .alignTrailerCard_2 {
        top: 77%;
        right: 5%;
    }
}

@media screen and (max-width:576px) {
	.home_img, .position-relative.popularData img{
		height:250px !important;
		width:100% !important;
	}
	.image-title {
		font-size: 16px !important;
	}
	h2.animate__animated.animate__backInLeft {
		font-size: 16px;
	}
	.image-text a, .image-text-sm a {
		font-size: 17px !important;
	}
	.celebrity_btm{
		padding:10px 0px !important;
	}
    .padding-video{
        padding: 20px 50px;
    }
    .movie_title{
        font-size: 15px;
        font-family: 'Intro', sans-serif;
        font-weight: 800;
        -webkit-text-stroke-width: 0.5px;
    }
    .movie_trailers{
        font-size: 14px;
        font-weight: 800;
        text-shadow: none;
        top: 17%; 
        right: 11%;
        letter-spacing: 2px; 
    }
    .icons .link {
        font-size: 20px;
    }

    .bg-color {
        top: 32%;
        padding: 15px 5px !important;
    }

    .arrows {
        font-size: 20px;
    }

    .padding-x {
        padding-right: calc(.5rem * .5);
        padding-left: calc(.5rem * .5);
    }

    .padding-edges {
        padding-right: calc(2.3rem * .5);
        padding-left: calc(2.3rem * .5);
    }

    #carouselSlider {
        padding: 0 20px;
    }

    .left {
        left: 5% !important;
    }

    .right {
        right: 5% !important;
    }

    .absolute-part {
        left: 2%;
    }

    .border-end {
        border-right: 0px !important;
    }

    .card-head {
        font-size: 20px;
    }

    .heading {
        text-shadow: 0px 1px, 1px 0px, 1px 1px;
        font-size: 18px;
    }

    .card-description {
        font-size: 18px;
    }

    .border-bottom-sm {
        border-bottom: 1px solid #747474;
    }


    .padding-end {
        padding-right: 4px;
    }

    .comingsoon_title {
        font-size: 16px;
    }

    .footerPara {
        font-size: 16px !important;
    }

    .paraClr {
        font-size: 16px !important;
    }

    .footer-link li {
        font-size: 16px;
    }

    .searchBar::placeholder {
        font-size: 14px;
    }

    .bg-white-icon {
        padding-left: 15px;
    }

    .review-title {
        font-size: 18px;
        font-weight: bolder;

    }

    .review-description {
        font-size: 14px;
        font-weight: bolder;

    }

    .released {
        font-size: 14px;
    }

    .playpause {
        position: absolute;
        top: -8%;
    }
    .card-size_1 , .card-size_2{
        width: 130px;
        height: 130px;
        border: 0;
    }
    .alignTrailerCard_1 {
        top: 26%;
        right: 5%;
    }
    
    .alignTrailerCard_2 {
        top: 65%;
        right: 5%;
    }

}

@media screen and (max-width:320px) {
    .movie_trailers{
        font-size: 10px;
        text-shadow: 0px .5px, .5px 0px, .5px .5px;  
        top: 15%; 
        right: 13%;
        letter-spacing: 2px; 
    }
    .left {
        left: 6% !important;
    }

    .right {
        right: 6% !important;
    }

    .absolute-part {
        position: absolute;
        top: 4%;
    }

    .playpause {
        position: absolute;
        top: -5%;
    }
    .card-size_1 , .card-size_2{
        width: 100px;
        height: 100px;
        border: 0;
    }
    .movie_title{
        font-size: 12px;
    }

}

/*wp site css*/
p.image-text.mt-1.mt-lg-3 a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
    text-decoration: none;
}
.image-text-sm a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.card-head a {
    color: #131313;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
}
h5.card-title.pt-3.review-title a{

    font-size: 24px;
    font-weight: 600;
    text-transform: lowercase;
    color: #212529!important;
    text-decoration: none;

}
.comingsoon_title a{
    color: #131313;
    font-size: 18px;
    font-weight: bolder;
    text-transform: capitalize;
     text-decoration: none;
}

@media (max-width: 767px){
    .latestImg-height{
        height:368px !important;
		min-height:368px !important; 
    }
}

div#popular_sec .border-bottom:last-child {
    border-bottom: 1px solid #97979700 !important;
}
div#popular_sec .border-end:last-child {
    border-right: 1px solid #97979700 !important;
}
/*slider*/
 #carouselSlider img {
    max-height: 900px;
}

.navigate {
    text-decoration: none;
    cursor: pointer;
}

.carousel-title {
    color: #fff;
}

.carousel-caption {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.2);

}
.padding-side-mobile img{
    max-height: 800px;
}

p.image-text.mt-1.mt-lg-3 a, p.image-text-sm.mt-1.mt-lg-3 a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
p.card-text.card-summary, p.card-description{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 p.comingsoon_text{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
h5.card-title.card-head, h5.card-title.card-head a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*slider*/
#carouselSlider .carousel-item {
            transition: -webkit-transform 2s ease;
            transition: transform 2s ease;
            transition: transform 2s ease, -webkit-transform 2s ease;
        }

        #carouselSlider .carousel-item .carousel-caption {
            background-color: rgba(0, 0, 0, 0.5);
         /*   padding: 40px;*/
            animation-duration: 1s;
            animation-delay: 2s;
        }

        .carousel-caption .centerDiv{
            position: absolute;
            top: 50%;
            right: 50%;
            transform: translate(50%, -50%);
          
        }

        #carouselSlider .carousel-caption a {
            color: white !important;
            animation-duration: 1s;
            animation-delay: 1s;
        }

        /* Button */
        .delicious-btn {
            min-width: 160px;
            height: 40px;
            color: #ffffff;
            border: none;
            border-left: 3px solid #ff723f;
            border-radius: 0;
            padding: 0 30px;
            font-size: 16px;
            line-height: 38px;
            font-weight: 600;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            text-transform: capitalize;
            background-color: #ee3f00;
            margin-top: 30px;
        }

        .delicious-btn.active,
        .delicious-btn:hover,
        .delicious-btn:focus {
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            background-color: #ff723f;
            border-color: #ee3f00;
        }

        .carousel-caption {
            position: absolute;
            width: 80%;
            left: 50%;
            top: 50%;
            margin: 0 auto;
            transform: translate(-50%, -50%)
        }

        /*iframe*/
       iframe.embed-responsive-item {
             width: 100% !important; 
            display: block;
            background: #000;
            border: none;
            height: 100vh;
        } 
/*disclaimer*/

.disclaimer_btm{
    border-top:1px solid #b5b5b5;
    border-bottom:1px solid #b5b5b5;
    color:#B5B5B5;text-align:left; 
    line-height:20px;
    font-family:sans-serif;font-size:12px;
    padding:3px 0;
}
.disclaimer_btm span{
    float:left;
}
.disclaimer_btm span a{
    color: #B5B5B5;
}

img.card-img-top.radius-none.trnd {
    height: 258px;
}
.video_player{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
h2.animate__animated.animate__backInLeft {
    font-weight: 600;
    line-height: 1.8;
}
.position-relative.popularData img {
    height: 443px;
}
 .bg-home {
	height: 100%;
	width: 100%;
	background-size: cover;
}
.home_img {
	height: 500px;
	width: 100%;
}
.row_2_home_img {
	height: 250px;
	width: 100%;
}
.absolute_content {
	position: absolute;
	bottom: 0%;
	padding: 15px;
}
.image-title {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-transform: none;
	line-height: 1.3em;
}
.row_two_title {
		font-weight: 700;
		color: #fff;
		text-transform: none;
		line-height: 1.3em;
		font-size: 1.25rem;
	}
.text_decoration,
.decoration_none {
	text-decoration: none;
}

.text_decoration:hover {
	text-decoration: underline;
	text-decoration-color: #fff;
}

@media screen and (max-width:1200px) {
	.image-title {
		font-size: 24px;
	}
}
		
/* pagination css*/
.pagination_theme {
    text-align: center;
    margin-top: 24px;
}
span.page-numbers.current {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 0.125rem;
    background-color: #BD5410;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    width: 35px !important;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    padding-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
}
a.page-numbers{
	
   
    background-color: #fff;
   -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #999;
    font-weight: bold;
	 padding-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

/* single post css*/
 .heading_sidebar {
	font-size: 1.25rem;
	font-weight: 700;
	color: #1e2d1e;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 4px solid #EF4930;
	cursor: pointer;
}

.latest_img {
	max-width: 150px;
}

.no_decoration {
	text-decoration: none;
	color: #000 !important;
}

.aside-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: lowercase;
	line-height: 1.2;
	letter-spacing: .2px;
	word-spacing: 2px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
@media screen and (min-width:992px) and (max-width:1200px) {
	.latest_img {
	max-width: 100px;
}   
}
@media screen and  (max-width:320px) {
	.latest_img {
	max-width: 110px;
	height: 120px;
}   
}
.absolute_content {
   background: #4e4b4794;
   width: 100%;
}
h4.row_two_title.mt-2.mt-lg-3, h4.image-title.mt-2.mt-lg-3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Banner Images */
.image-wrap {
	position: relative;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}

.banner-content {
	position: absolute;
	z-index: 99999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	line-height: 1.5;
}

.img-content img {
	width: 100%;
	height: 100vh;
	display: block;
}
.ban-btn {
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 4px;
}
.post_image{
    height: 680px;
	object-fit: cover;
}
@media screen and (max-width:576px) {
    .post_image{
        height: 260px;
		object-fit: cover;
    }  
}
