/*
 Theme Name:     Orion Entertainment
 Theme URI:      https://www.Project name.com
 Description:    Divi Child Theme
 Author:         Orion Entertainment
 Author URI:     https://www.Project name.com
 Template:       Orion Entertainment
 Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
	font-family: 'Raleway', sans-serif !important;
}
div#main-content {
    margin-top: 155px;
}
.section_padding{
	padding: 0 !important;
}
.site_padding{
	padding: 50px 360px !important;
}
.site_tb_padding{
	padding: 50px 0 !important;
}
.site_lr_padding{
	padding: 0 360px !important;
}
.oe_site_title{
	display: flex;
}
.site_title {
    font-size: 30px;
    color: #430c09;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    line-height: 1;
    position: relative;
    margin: 0 auto 40px;
}
.site_title::after {
    content: "";
    position: absolute;
    background: #430c09;
    width: 110px;
    height: 2px;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.site_content {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    display: grid;
    padding: 10px 0px;
    font-weight: 400;
}
/*--------scroll------------*/
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: #eeeeee; 
}
::-webkit-scrollbar-thumb {
  background: #ff9020; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
::-webkit-scrollbar:horizontal{
	height: 3px;
	background-color: #ff9020;
}
::-webkit-scrollbar-thumb:horizontal{
    background: #eeeeee;   
}
/*-----------end scroll-------------*/
/*--------------banner--------------*/
.oe_banner_section{
	padding:0 !important;
}
.oe_banner_row{
	padding:0 !important;
}
.oe_banner_col .et_pb_slide {
    height: 750px;
    background-size: 100% 100% !important;
    animation: zoom-out 12s linear infinite;
}
@keyframes zoom-out{
	100%{
		 width: 100%
	}
}
/*--------------end banner--------------*/
/*------------------now showing------------*/
.showing_section{
	padding: 0 !important;
}

.showing_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.showing_padding {
    background: #430c09;
    color: #fff;
    padding: 35px 35px;
}
.showing_inner_title {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 35px;
    position: relative;
    text-transform: capitalize;
}
.showing_inner_title::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 85px;
    height: 2px;
    left: 0;
    bottom: 20px;
}
.showing_center_inner {
    line-height: 0;
}
.showing_img {
    line-height: 0;
}
.showing_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showing_points ul {
    list-style: none;
    padding: 0 !important;
}
.showing_points ul li {
    padding: 0px 0px 12px 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
}
.showing_points ul li::after {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
}
.showing_inner_text {
    font-size: 16px;
    font-weight: 500;
    word-spacing: 5px;
    flex-wrap: wrap;
}
.showing_inner_text span::first-letter {
    font-size: 30px;
}
.showing_inner_text span {
    display: block;
}
.showing_points.showing_overflow {
    height: 320px;
    overflow: auto;
}
.showing_inner_text.showing_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
}
.showing_img video {
    width: 100%;
    height: 450px;
    object-fit: fill;
}
/*------------------end now showing------------*/
/*------------------gujarati cinema---------------*/
.oe_cinema_section{
    background-attachment: fixed;
    background-position: center;
}
.oe_cinema_title.oe_site_title .site_title {
    color: #fff;
}
.oe_cinema_title .site_title::after{
	display: none;
}
.cinema_image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.cinema_block_inner {
    display: flex;
    width: 100%;
}
.cinema_inner_box {
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.cinema_image {
    display: flex;
    width: 100%;
}
.slick-arrow::before {
    display: none;
}
.cinema_block_inner .slick-arrow i {
    font-size: 39px;
    color: #fff;
    transition: 1s;
    border: 1px solid #ffffff57;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    background: transparent;
}
.cinema_block_inner .slick-arrow i:hover {
    color: #ff9020;
    background: #fff;
}
.cinema_block_inner .slick-prev {
    left: -55px;
}
.cinema_hover_col {
    position: absolute;
    top: calc(100% - 92px);
    background: #000000b3;
    padding: 20px 30px;
    width: 100% !important;
    transition: 1s;
    height:100%;
}
.cinema_hover_box {
    display: flex;
    gap: 13px;
}
.cinema_hover_img img {
    width: 80%;
    height: 65px;
    object-fit: cover;
}
.cinema_hover_img {width: 20%;}
.cinema_hover_desc {
    width: 80%;
    color: #fff;
}
.cinema_hover_title {
    font-size: 18px;
    font-weight: 600;
}
.cinema_hover_review {
    font-size: 13px;
    letter-spacing: 5px;
    padding: 3px 0px;
}
.cinema_line {
    background: #fff;
    width: 82px;
    height: 3px;
}
.yellow_star {
    color: #ff9020;
}
.cinema_inner_box:hover .cinema_hover_col {
    top: 0;
    bottom: auto;    
}
.cinema_inner_box:hover .cinema_hover_col {
    top: 0;
    bottom: auto;
    height:100%;
}
.cinema_inner_box:hover .cinema_hover_bottom {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cinema_hover_bottom {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: transform 0.3s linear 0.4s, opacity 0.3s linear 0.4s;
    transition: transform 0.3s linear 0.4s, opacity 0.3s linear 0.4s;
    padding-top: 15px;
}
.cinema_bottom_inner {
    opacity: 0;
    transition: 1s;
}
.cinema_inner_box:hover .cinema_bottom_inner {
    opacity: 1;
}
.cinema_releas_date {
    color: #ff9020;
    font-size: 15px;
    font-weight: 600;
}
.cinema_tit_color {
    color: #ff9020;
}
.cinema_detail {
    padding: 5px 0;
}
.cinema_read_btn a {
    color: #ff9020;
    font-weight: 500;
    font-size: 15px;
    transition: 1s;
}
.cinema_read_btn i {
    padding-left: 5px;
    transition: 0.4s;
}
.cinema_read_btn:hover i {
    padding-left: 10px;
}
.cinema_read_btn a:hover {
    color: #fff;
}
/*------------------end gujarati cinema---------------*/
/*---------new and events-------------------*/
.news_image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.news_inner_block .slick-active.slick-center .news_inner_box {
    padding: 0 30px;
}
.news_inner_block .slick-slide {
    opacity: 0.4;
}
.news_inner_block .slick-active.slick-center{
	opacity: 1;
}
.news_inner_block .slick-slide .news_descrption{
	display: none;
}
.news_inner_block .slick-active.slick-center .news_descrption{
	display: block;
}
.news_descrption {
    background: #430c09;
    padding: 25px;
    width: 80%;
    margin: -50px auto 0;
    position: relative;
    color: #fff;
}
.news_inner_desc {
    display: flex;
    align-items: center;
}
.news_inner_title {
    font-size: 22px;
    width: 75%;
    text-align: center;
    line-height: 1.5;
    border-right: 1px solid #ffffff7d;
    padding-right: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_btn {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
    width: 185px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    transition: 1s;
}
.news_btn:hover {
    background: #ff9020;
    border: 2px solid #ff9020;
}
.news_inner_btn {
    width: 30%;
    margin: auto;
}
/*---------end new and events-------------------*/
/*-----------------filler---------------------*/
.oe_filler_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.oe_filler_col .et_pb_image_wrap {
    width: 100%;
}
/*-----------------end filler---------------------*/
/*----------------news--------------*/
.news_inner_block .slick-arrow i {
    font-size: 20px;
    color: #000;
    background: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: 1s;
}
.news_inner_block .slick-arrow {
    z-index: 1;
    opacity: 0;
}
.news_inner_block .slick-prev {
    left: 30px;
}
.news_inner_block .slick-next {
    right: 30px;
}
.news_inner_block:hover .slick-arrow {
    opacity: 1;
}
.news_inner_block .slick-arrow:hover i {
    background: #ff9020;
    color: #fff;
}
/*-----------------end news---------------------*/


@media all and (min-width: 320px) and (max-width: 767px) {
	div#main-content {
	    margin-top: 83px;
	}
	.site_padding {
	    padding: 40px 10px !important;
	}
	.site_tb_padding {
	    padding: 40px 0px !important;
	}
	.site_lr_padding{
		padding: 0 10px !important;
	}
	.showing_title {
    	font-size: 26px;
	}
	.showing_title::after {
	    width: 85px;
	    top: 33px;
	}
	/*-----------------banner---------------*/	
	.oe_banner_col .et_pb_slide {
	    height: 270px;
        background-size: 100% 100% !important;
	}
	/*-----------------end banner---------------*/
	/*-------------shwoing-------------*/
	.showing_points.showing_overflow {
	    height: auto;
	}
	.showing_inner_title {
	    font-size: 26px;
	}
	.showing_padding {	    
    	padding: 25px 20px;
	}
	.showing_box {
	    gap: 15px;
        grid-template-columns: 1fr;
	}
	.showing_inner_text::first-letter {
	    font-size: 28px;
	}
	.showing_inner_title::after {
	    width: 60px;
	}
	.showing_inner_text {
		font-size: 15px;
	}
	.showing_points ul li {
	    padding: 0px 0px 5px 20px;
	    font-size: 14px;
	}
	.showing_img img {
	    height: 360px;
	}
	.showing_img video {
	    height: 100%;
	}
	.showing_inner_text.showing_overflow {
	    -webkit-line-clamp: 10;
	}
	/*-------------end shwoing-------------*/
	/*-----------gujarati cinema------------*/
	.cinema_inner_box {
	    padding: 0 10px;
	}
	.cinema_image img {
	    height: 360px;
	}
	.cinema_block_inner .slick-arrow i {
        font-size: 30px;
		width: 35px;
		height: 40px;
	    background: #ff9020;
	}	
	.cinema_block_inner .slick-prev {
	    left: -5px;
	    z-index: 1 !important;
	}
	.cinema_block_inner .slick-next {
	    right: 13px;
	}
	.cinema_hover_img img {
	    height: 55px;
	}
	.cinema_hover_col {
	    padding: 15px 20px;
	}
	/*-----------end gujarati cinema------------*/
	/*------------news and events--------------*/
	.news_image img {
	    height: 350px;
	}
	.news_inner_title {
	    font-size: 18px;
        padding-right: 0;
        width: 100%;
        border-right: none;	
	}
	.news_inner_btn {
	    width: 100%;
	    margin: 10px auto 0;
	}
	.news_descrption {
	    width: 95%;
        padding: 15px 15px;
	}
	.news_btn {
	    width: 165px;
	}
	.news_inner_block .slick-active.slick-center .news_inner_box {
	    padding: 0 10px;
	}	
	.news_inner_desc {
	    display: grid;
	}
	/*------------end news and events--------------*/
	/*-------------filler ------------*/
	.oe_filler_col img {
    	height: 200px;
	}
	.news_inner_block .slick-prev {
	    left: 10px;
	}
	.news_inner_block .slick-next {
	    right: 10px;
	}
	.news_inner_block .slick-arrow i {
	    font-size: 15px;
	    width: 30px;
	    height: 30px;
	}
	/*-------------end filler ------------*/
}
@media all and (min-width: 768px) and (max-width: 980px) {
	div#main-content {
	    margin-top: 83px;
	}
	.site_padding {
	    padding: 40px 10px !important;
	}
	.site_tb_padding {
	    padding: 40px 0px !important;
	}
	.site_lr_padding{
		padding: 0 10px !important;
	}
	.showing_title {
    	font-size: 28px;
	}
	.showing_title::after {
	    width: 90px;
	    top: 33px;
	}
	/*-----------------banner---------------*/	
	.oe_banner_col .et_pb_slide {
	    height: 450px;
        background-size: cover !important;
	}
	/*-----------------end banner---------------*/
	/*-------------shwoing-------------*/
	.showing_points.showing_overflow {
	    height: 195px;
	}
	.showing_inner_title {
	    font-size: 22px;
	}
	.showing_inner_text::first-letter {
	    font-size: 28px;
	}
	.showing_padding {	    
    	padding: 15px 15px;
	}
	.showing_box {
	    gap: 10px;
	}
	.showing_inner_title::after {
	    width: 60px;
	}
	.showing_inner_text {
		font-size: 15px;
	}
	.showing_points ul li {
	    padding: 0px 0px 5px 20px;
	    font-size: 14px;
	}
	.showing_img video {
	    height: 285px;
	}
	.showing_inner_text.showing_overflow {
	    -webkit-line-clamp: 10;
	}
	/*-------------end shwoing-------------*/
	/*-----------gujarati cinema------------*/
	.cinema_inner_box {
	    padding: 0 10px;
	}
	.cinema_image img {
	    height: 360px;
	}
	.cinema_block_inner .slick-arrow i {
     	font-size: 30px;
		width: 35px;
		height: 40px;
	    background: #ff9020;
	}	
	.cinema_block_inner .slick-prev {
	    left: -5px;
	    z-index: 1 !important;
	}
	.cinema_block_inner .slick-next {
	    right: 13px;
	}
	.cinema_hover_img img {
	    height: 55px;
	}
	.cinema_hover_col {
	    padding: 15px 20px;
	}
	/*-----------end gujarati cinema------------*/
	/*------------news and events--------------*/
	.news_image img {
	    height: 380px;
	}
	.news_inner_title {
	    font-size: 18px;
	}
	.news_descrption {
	    width: 90%;
        padding: 20px 20px;
	}
	.news_btn {
	    width: 165px;
	}
	.news_inner_block .slick-active.slick-center .news_inner_box {
	    padding: 0 10px;
	}	
	/*------------end news and events--------------*/
	/*-------------filler ------------*/
	.oe_filler_col img {
    	height: 200px;
	}
	.news_inner_block .slick-prev {
	    left: 15px;
	}
	.news_inner_block .slick-next {
	    right: 15px;
	}
	.news_inner_block .slick-arrow i {
	    font-size: 15px;
	    width: 30px;
	    height: 30px;
	}
	/*-------------end filler ------------*/
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.site_padding {
	    padding: 40px 10px !important;
	}	
	.site_tb_padding {
	    padding: 40px 0px !important;
	}
	.site_lr_padding{
		padding: 0 10px !important;
	}
  	/*-----------------banner---------------*/  	
  	.oe_banner_col .et_pb_slide {
	    height: 530px;
	}
	/*-----------------end banner---------------*/
	/*-------------shwoing-------------*/
	.showing_points.showing_overflow {
	    height: 253px;
	}
	.showing_inner_title {
	    font-size: 26px;
	}
	.showing_padding {
	    padding: 30px 25px;
	}
	.showing_box {
	    gap: 20px;
	}
	.showing_inner_title::after {
	    width: 60px;
	}
	.showing_img video {
	    height: 372px;
	}
	.showing_inner_text.showing_overflow {
	    -webkit-line-clamp: 10;
	}
	/*-------------end shwoing-------------*/
	/*-----------gujarati cinema------------*/
	.cinema_inner_box {
	    padding: 0 10px;
	}
	.cinema_image img {
	    height: 360px;
	}
	.cinema_block_inner .slick-arrow i {
	    font-size: 33px;
        width: 40px;
    	height: 45px;
	    background: #ff9020;
	}	
	.cinema_block_inner .slick-prev {
	    left: -5px;
	    z-index: 1 !important;
	}
	.cinema_block_inner .slick-next {
	    right: 13px;
	}
	.cinema_hover_img img {
	    height: 55px;
	}
	.cinema_hover_col {
	    padding: 15px 20px;
	}
	/*-----------end gujarati cinema------------*/
	/*------------news and events--------------*/
	.news_image img {
	    height: 380px;
	}
	.news_inner_title {
	    font-size: 20px;
	}
	.news_descrption {
	    width: 90%;
        padding: 20px 20px;
	}
	.news_btn {
	    width: 165px;
	}
	/*------------end news and events--------------*/
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
	.site_padding {
	    padding: 40px 20px !important;
	}
	.site_tb_padding {
	    padding: 40px 0px !important;
	}
	.site_lr_padding{
		padding: 0 20px !important;
	}
   	/*-----------------banner---------------*/   	
   	.oe_banner_col .et_pb_slide {
	    height: 530px;
	}
	/*-----------------end banner---------------*/
	/*-------------shwoing-------------*/
	.showing_points.showing_overflow {
	    height: 265px;
	}
	.showing_inner_title {
	    font-size: 28px;
	}
	.showing_padding {
	    padding: 30px 25px;
	}
	.showing_box {
	    gap: 20px;
	}
	.showing_inner_title::after {
	    width: 60px;
	}
	.showing_img video {
	    height: 385px;
	}
	.showing_inner_text.showing_overflow {
	    -webkit-line-clamp: 11;
	}
	/*-------------end shwoing-------------*/
	/*-----------gujarati cinema------------*/
	.cinema_inner_box {
	    padding: 0 10px;
	}
	.cinema_image img {
	    height: 370px;
	}
	.cinema_block_inner .slick-arrow i {
	    font-size: 33px;
        width: 40px;
    	height: 45px;
	    background: #ff9020;
	}	
	.cinema_block_inner .slick-prev {
	    left: -17px;
	    z-index: 1 !important;
	}
	.cinema_block_inner .slick-next {
	    right: 4px;
	}
	.cinema_hover_img img {
	    height: 55px;
	}
	.cinema_hover_col {
	    padding: 15px 20px;
	}
	/*-----------end gujarati cinema------------*/
	/*------------news and events--------------*/
	.news_image img {
	    height: 400px;
	}
	.news_inner_title {
	    font-size: 20px;
	}
	.news_descrption {
	    width: 90%;
        padding: 25px 20px;
	}
	.news_btn {
	    width: 165px;
	}
	/*------------end news and events--------------*/
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
	.site_padding {
	    padding: 40px 50px !important;
	}
	.site_tb_padding {
	    padding: 40px 0px !important;
	}
	.site_lr_padding{
		padding: 0 50px !important;
	}
  	/*-----------------banner---------------*/  	
  	.oe_banner_col .et_pb_slide {
	    height: 610px;
	}
	/*-----------------end banner---------------*/
	/*-------------shwoing-------------*/
	.showing_points.showing_overflow {
	    height: 265px;
	}
	.showing_inner_title {
	    font-size: 30px;
	}
	.showing_padding {
	    padding: 30px 25px;
	}
	.showing_box {
	    gap: 20px;
	}
	.showing_img video {
	    height: 385px;
	}
	.showing_inner_text.showing_overflow {
	    -webkit-line-clamp: 11;
	}
	/*-------------end shwoing-------------*/
	/*-----------gujarati cinema------------*/
	.cinema_inner_box {
	    padding: 0 10px;
	}
	.cinema_image img {
	    height: 400px;
	}
	.cinema_block_inner .slick-arrow i {
	    font-size: 33px;
        width: 40px;
    	height: 45px;
	}
	.cinema_block_inner .slick-prev {
	    left: -44px;
	}
	.cinema_hover_img img {
	    height: 55px;
	}
	.cinema_hover_col {
	    padding: 20px 20px;
	}
	/*-----------end gujarati cinema------------*/
	/*------------news and events--------------*/
	.news_image img {
	    height: 400px;
	}
	.news_inner_title {
	    font-size: 20px;
	}
	.news_descrption {
	    width: 85%;
        padding: 25px 20px;
	}
	.news_btn {
	    width: 165px;
	}
	/*------------end news and events--------------*/
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
	.site_padding {
	    padding: 50px 150px !important;
	}
	.site_lr_padding{
		padding: 0 150px !important;
	}
 	/*-----------------banner---------------*/ 	
 	.oe_banner_col .et_pb_slide {
	    height: 620px;
	}
	/*-----------------end banner---------------*/
	/*-------------shwoing-------------*/
	.showing_points.showing_overflow {
	    height: 265px;
	}
	.showing_inner_title {
	    font-size: 30px;
	}
	.showing_padding {
	    padding: 30px 25px;
	}
	.showing_box {
	    gap: 20px;
	}
	.showing_img video {
	    height: 385px;
	}
	.showing_inner_text.showing_overflow {
	    -webkit-line-clamp: 11;
	}
	/*-------------end shwoing-------------*/
	/*-----------gujarati cinema------------*/
	.cinema_inner_box {
	    padding: 0 10px;
	}
	.cinema_image img {
	    height: 400px;
	}
	.cinema_hover_img img {
	    height: 55px;
	}
	.cinema_hover_col {
	    padding: 20px 20px;
	}
	/*-----------end gujarati cinema------------*/
	/*------------news and events--------------*/
	.news_image img {
	    height: 400px;
	}
	.news_inner_title {
	    font-size: 20px;
	}
	.news_descrption {
	    width: 85%;
        padding: 25px 20px;
	}
	.news_btn {
	    width: 165px;
	}
	/*------------end news and events--------------*/
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
	.site_padding {
	    padding: 50px 200px !important;
	}
	.site_lr_padding{
		padding: 0 200px !important;
	}
	/*-----------------banner---------------*/	
	.oe_banner_col .et_pb_slide {
	    height: 630px;
	}
	/*-----------------end banner---------------*/	
	/*-------------shwoing-------------*/
	.showing_points.showing_overflow {
	    height: 265px;
	}
	.showing_inner_title {
	    font-size: 32px;
	}
	.showing_padding {
	    padding: 30px 25px;
	}
	.showing_box {
	    gap: 20px;
	}
	.showing_img video {
	    height: 385px;
	}
	.showing_inner_text.showing_overflow {
	    -webkit-line-clamp: 11;
	}
	/*-------------end shwoing-------------*/
	/*-----------gujarati cinema------------*/
	.cinema_inner_box {
	    padding: 0 10px;
	}
	.cinema_image img {
	    height: 400px;
	}
	/*-----------end gujarati cinema------------*/
	/*------------news and events--------------*/
	.news_image img {
	    height: 450px;
	}
	.news_inner_title {
	    font-size: 20px;
	}
	/*------------end news and events--------------*/
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
	.site_padding {
	    padding: 50px 250px !important;
	}
	.site_lr_padding{
		padding: 0 250px !important;
	}
	/*-----------------banner---------------*/	
	.oe_banner_col .et_pb_slide {
	    height: 650px;
	}
	/*-----------------end banner---------------*/

}