/*-----------------banner-----------------*/
.banner_section {
    height: 200px;
    background-size: cover;
    background-position:  center bottom;
}
.banner_row.section_padding {
    padding-left: 360px !important;
    height: 100%;
    margin: auto;
    display: flex;
}
.banner_row_col {margin: auto !important;}
.banner_col h1 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 25px !important;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}
.banner_col h1::after {
    content: "";
    position: absolute;
    background: #003663;
    width: 100px;
    height: 1px;
    left: 0;
    top: 30px;
    bottom: 0;
    margin: auto;
}
.banner_link_col_box {
    display: flex;
    gap: 12px;
    color: #ffff;
    font-size: 15px;
    text-transform: capitalize;
}
.banner_link_col_box a {
    color: #ffff;
    transition: 1s;
}
.banner_link_col_box a:hover {
    color: #ff9020;
}
/*-----------------end banner-----------------*/
/*---------------about us----------------*/
.about_section {
    padding: 0 !important;
    margin: 50px 0 !important;
}
.about_col_box {
    text-align: center;
    padding: 15px 0;
}
.about_title {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: 400;
}
.about_content .site_content {
    line-height: 2;
    padding: 10px 10px;
}
.about_2_content {
    height: 355px;
    overflow: auto;
}
.about_2_content .site_content {
    padding: 4px 0 !important;
    display: block;
}
.about_image_col img {
    width: 100%;
    height: 355px;
    object-fit: cover;
}
.about_image_col .et_pb_image_wrap {
    display: flex;
    width: 100%;
    height: 100%;
}
.about_2_row_col_one {
    padding-right: 30px;
}
span.first_letter {
    font-size: 30px;
}
.about_2_row.site_lr_padding {
    padding-bottom: 50px !important;
}
/*---------------end about us----------------*/
/*------------contact us--------------*/
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #ff0000 !important;
    text-align: center !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ff9020 !important;
    text-align: center !important;
}
.contact_info .footer_contact_detail ul li a {
    color: #000;
    font-size: 16px;
}
.contact_row_col_one {
    padding-right: 30px;
}
.contact_info {
    width: 70%;
}
.contact_ttile .site_title {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
.contact_ttile .site_title::after {
    left: 0;
    right: auto;
    width: 50px;
    height: 3px;
    background: #e6e6e6;
}
.contact_desc {
    font-size: 13px;
    padding: 20px 0 30px;
    color: #000;
}
.contact_right_col_box {
    padding: 30px;
    border: 4px #000  double;
}
.contact_ttile .site_title {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
.contact_ttile .site_title::after {
    left: 0;
    right: auto;
    width: 50px;
    height: 3px;
    background: #e6e6e6;
}
.contact_desc {
    font-size: 13px;
    padding: 20px 0 30px;
    color: #000;
}
.contact_left_col_box .contact_icon i {
    font-size: 18px;
    color: #000;
}
.contact_left_col_box a:hover .contact_icon i {
    color: #ff9020;
}
.input_inner_12 {
    display: flex;
    gap: 25px 25px;
}
.input_12 input,.input_12 textarea {
    width: 100%;
    height: 45px;
    padding: 10px;
    color: #003663;
    border: 2px solid #003663;
    font-size: 15px;
}
.input_12 {
    padding-bottom: 25px;
}
.input_12 label {
    font-size: 19px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
}
.input_12 textarea {
    height: 130px;
    resize: none;
}
button.contact_btn {
    background: #000;
    width: 175px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    height: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 1s;
    border:none;
}
button.contact_btn:hover {
    background: #ff9020;
}
.contact_button {
    display: flex;
    margin: auto;
}
.input_12 input:focus, .input_12 textarea:focus {
    border: 2px solid #000;
}
/*------------end contact us--------------*/
/*----------------news page--------------*/
.oe_news_box {
    padding-bottom: 30px;
}
.oe_news_inner_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 25px 25px;
    border: 2px solid #e7e7e7;
    transition: 1s;
}
.oe_news_box:hover .oe_news_inner_box {
    border: 2px solid #ff9020;
}
.oe_news_img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.oe_news_img {
    line-height: 0;
}
.oe_news_ttile {
    color: #777777;
    font-size: 20px;
    text-transform: capitalize !important;
    font-weight: 600;
    transition: 1s;
}
.oe_news_ttile span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.oe_news_ttile:hover {
    color: #003663;
}
.oe_news_content span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    padding: 0 !important;
    margin: 10px 0;
}
.oe_news_button {
    background: #fff;
    font-size: 14px;
    color: #000;
    border: 1px solid #8d7777;
    width: 125px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 400;
    transition: 1s;
    text-transform: capitalize; 
}
.oe_news_button:hover {
    background: #ff9020;
    color: #fff;
    border: 1px solid #ff9020;
}
span.date_first {
    font-size: 30px;
    font-weight: 600;
}
span.date_secound {
    font-size: 14px;
    font-weight: 600;
}
/*----------------end news page--------------*/
/*------------news detail page----------------*/
.news_detail_box {
    width: 75%;
    margin: auto;
}
.news_detail_top {
    display: flex;
    gap: 15px;
    align-items: center;
}
.newa_date {
    background: #003663;
    flex-wrap: wrap;
    padding: 10px 15px;
    display: grid;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    width: fit-content;
}
.news_detail_title {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}
.news_detail_center {
    padding: 35px 0  25px;
}
.news_detail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_detail_content .site_content {
    line-height: 1.8;
    white-space: break-spaces;
    font-size: 16px;
}
/*------------ end news detail page----------------*/
/*--------------movie page------------------*/
.movie_block {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}
.category_box {
    width: 100%;
    border: 2px solid  #e7e7e7;
    padding: 30px 30px;
    transition: 1s;
}
.category_box:hover {
    border: 2px solid #ff9020;
}
.category_inner_box {
    display: flex;
    gap: 20px;
}
.category_imag img {width: 100%;object-fit: cover;height: 200px;}
.category_left {
    width: 30%;
}
.category_right {
    width: 70%;
}
a.category_imag {
    line-height: 0;
}
.category_ttile a {
    color: #777777;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.category_rating span {
    font-size: 15px;
    letter-spacing: 4px;
}
.category_rating {
    padding: 5px 0;
}
.category_desc .site_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding: 0 !important;
}
.category_button {
    padding-top: 10px;
}
/*--------------end movie page------------------*/
/*---------------movie detail page----------------*/
.movie_box {
    display: flex;
    gap: 30px;
}
.movie_left_col {
    width: 100%;
}
.movie_right_col {
    width: 30%;
}
.movie_left_row_one {
    display: flex;
    gap: 30px;
}
.movie_left_row_one {
    display: flex;
    gap: 30px;
}
.movie_image {
    width: 30%;
    line-height: 0;
}
.movie_desc {
    width: 70%;
}
.movie_image img {
    width: 100%;
    object-fit: cover;
    height: 320px;
}
.movie_title {
    font-size: 36px;
    color: #000;
    font-weight: 400;
    padding: 15px 0;
    text-transform: capitalize;
}
.movie_filed ul {
    list-style: none;
    padding: 0 !important;
}
.movie_filed ul li {
    padding: 0 !important;
    line-height: 0;
}
.movie_text.site_content {
    display: flex;
    padding: 3px 0;
}
.movie_first_span {font-weight: 600;padding-right: 5px;}
.movie_show_title {
    font-size: 20px;
    color: #000;
    padding: 0 0 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
.movie_show_title::after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 2px;
    bottom: 0px;
    top: 10px;
    left: 0;
    margin: auto;
}
.movie_left_box {
    padding-bottom: 25px;
}
.faq_tab_desc_box {
    /*border: 1px solid #d6d6d6;*/
    margin-bottom: 10px;
}
.faq_tab_title {
    border: 1px solid #ebebeb;
    padding: 0px 15px;
    background: #f9f9f9;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    gap: 10px;
}
.faq_tab_detail {
    font-size: 15px;
    margin: 10px 10px;
    color: #000;
    border-top: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.faq_tab_detail strong {
    color: #ff9020;
}
.faq_tab_detail span {
    height: 50px !important;
    overflow: auto !important;
}
.faq_tab_title.Active {
    background: #ff9020;
    color: #fff;
}
.movie_inner_title {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 2px solid #e6e6e6;
    text-transform: uppercase;
    line-height: 1.6;
}
.movie_inner_title::after {
    content: "";
    position: absolute;
    background: #000;
    width: 120px;
    height: 2px;
    bottom: 0;
    top: 30px;
    margin: auto;
}
.movie_tit i {
    padding-right: 10px;
}
.ticket_box ul {
    list-style: none;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.ticket_box ul li {
    padding: 0 !important;
    width: auto;
    float: left;
}
.ticket_btn {
    color: #fff;
    background: #000;
    width: 287px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: 1s;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.4;
}
.ticket_btn:hover {
    background: #ff9020;
}
.photo_show img,.photo_show video {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.photo_video_box ul {
    list-style: none;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.photo_show {
    line-height: 0;
}
.photo_video_box ul li {
    padding: 0 !important;
    width: 31%;
    float: left;
}
.synopsis_text .site_content{
    white-space: break-spaces;
}

/*---------------end movie detail page----------------*/

@media all and (min-width: 320px) and (max-width: 480px) {
    .ticket_btn{
        padding: 10px 20px;
        margin: auto;
    }
}
@media all and (min-width: 320px) and (max-width: 767px) {
    /*-----------------banner-------------*/
    .banner_row.section_padding {
        padding-left: 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .banner_col h1 {
        font-size: 26px;
    }
    .banner_col h1::after {
        width: 50px;
    }
    .banner_row_col {
        text-align: center;
        justify-content: center;
        display: grid;
    }
    /*-----------------end banner-------------*/ 
    /*---------------about-us-------------*/
    .about_col_box {
        padding: 0px 0; 
    }
    .about_title {
        font-size: 16px;
    }
    .about_content .site_content {
        line-height: 1.8;
        padding: 8px 0;
    }
    .about_2_row_col_one {
        padding-right: 0px;
    }
    .about_2_content {
        height: auto;
    }
    .about_2_row.site_lr_padding {
        padding-bottom: 40px !important;
    }
    /*---------------end about-us-------------*/
    /*------------contact us------------------*/
    .contact_desc {
        padding: 20px 0 20px;
    }
    .contact_info {
        width: 100%;
    }
    .contact_right_col_box {
        padding: 20px 10px;
    }
    .input_inner_12 {
        display: grid;
        gap:15px 15px;
    }
    .input_12 {
        padding-bottom: 15px;
    }
    /*------------end contact us------------------*/
     /*--------------news page----------------*/
    .oe_news_ttile {
        font-size: 18px;
    }
    .oe_news_inner_box {
        gap: 20px;
        padding: 15px 15px;
        grid-template-columns: 1fr;
    }
    .oe_news_box {
        padding-bottom: 25px;
    }
    .oe_news_right {
        text-align: center;
    }
    .oe_news_button {
        margin: auto;
    }
    /*--------------end news page----------------*/
    /*----------news detail ---------------*/
    .news_detail_box {
        width: 100%;
        text-align: center;        
    }
    .news_detail_title {
        font-size: 22px;
    }
    .news_detail_top {
        display: grid;
    }
    .news_detail_center {
        padding: 25px 0 15px;
    }
    .news_detail_img img {
        height: 300px;
    }
    .news_detail_top {
        display: grid; 
    }
    /*----------end news detail ---------------*/
    /*-----------movie------------------*/
    .category_box {
        padding: 25px 20px;
    }
    .movie_block {
        gap: 20px;
        grid-template-columns: repeat(1,1fr);
    }
    .category_inner_box {
        display:  grid; 
    }
    .category_right {
        width: 100%;
    }
    .category_left {
        width: 100%;
    }
    .category_ttile a {
        font-size: 18px;
    }
    .category_imag img {
        object-fit: contain;
    }
    .category_button .oe_news_button {
        margin-left: 0;
    }
    /*-----------end movie------------------*/
    /*--------movie detail----------------*/
    .movie_box {
        display: grid;
        gap: 20px;
    }
    .movie_right_col {
        width: 100%;
    }
    .movie_title {
        font-size: 28px;
    }
    .movie_left_row_one {
        gap: 20px;
        display: grid;
    }
    .movie_image {
        width: 100%;
    }
    .movie_desc {
        width: 100%;
    }
    .movie_image img {
        object-position: top;
    }
    .photo_video_box ul {
        gap: 10px;
    }
    .photo_video_box ul li {
        width: 100%;
    }
    /*--------end movie detail----------------*/
    /*---------------movie detail page----------------*/
    .ticket_btn{
        width: 300px;
    }
    .ticket_box ul{
        gap: 5px;
    }
}
@media all and (min-width: 481px) and (max-width: 767px) {
    /*-------------news detail----------------*/
    .news_detail_top {
        display: flex; 
    }
    /*-------------end news detail----------------*/
    /*----------------movie-----------------*/
    .category_inner_box {
        display: flex;
        gap: 20px;
    }
    .category_imag img {        
        object-fit: cover;
        object-position: top;
    }    
    /*----------------end movie-----------------*/
    /*---------movie detail-----------------*/
    .photo_video_box ul li {
        width: 48%;
    }
    .ticket_btn{
        text-align: center;
    }
    /*---------end movie detail-----------------*/
    /*---------------movie detail page----------------*/
    .ticket_btn{
        width: 227px;
    }
    .ticket_box ul{
        gap: 5px;
    }
}
@media all and (min-width: 768px) and (max-width: 980px) {
    /*-----------------banner-------------*/
    .banner_row.section_padding {
        padding-left: 10px !important;        
    }
    .banner_col h1 {
        font-size: 28px;
    }
    .banner_col h1::after {
        width: 60px;
    }
    .banner_row_col {
        margin: auto !important;
        text-align: center;
        justify-content: center;
        display: grid;
    }
    /*-----------------end banner-------------*/
    /*---------------about-us-------------*/
    .about_col_box {
        padding: 0px 0; 
    }
    .about_2_row_col_one {
        padding-right: 0px;
    }
    .about_2_content {
        height: auto;
    }
    .about_2_row.site_lr_padding {
        padding-bottom: 40px !important;
    }
    /*---------------end about-us-------------*/
    /*------------contact us------------------*/
    .contact_desc {
        padding: 20px 0 20px;
    }
    .contact_info {
        width: 100%;
    }
    .contact_row {
        display: flex;
    }
    .contact_row_col_one {
        padding-right: 30px;
        width: 35% !important;
    }
    .contact_row_col_two {
        width: 65% !important;
    }
    /*------------end contact us------------------*/
    /*--------------news page----------------*/
    .oe_news_ttile {
        font-size: 18px;
    }
    .oe_news_inner_box {
        gap: 20px;
        padding: 15px 15px;
    }
    .oe_news_box {
        padding-bottom: 25px;
    }
    /*--------------end news page----------------*/
    /*----------news detail ---------------*/
    .news_detail_box {
        width: 100%;
    }
    .news_detail_title {
        font-size: 24px;
    }
    .news_detail_center {
        padding: 25px 0 15px;
    }
    /*----------end news detail ---------------*/
    /*-----------movie------------------*/
    .category_box {
        padding: 25px 20px;
    }
    .movie_block {
        gap: 20px;
    }
    .category_inner_box {
        display: grid; 
    }
    .category_right {
        width: 100%;
    }
    .category_left {
        width: 100%;
    }
    .category_ttile a {
        font-size: 18px;
    }
    .category_imag img {
        object-fit: contain;
    }
    /*-----------end movie------------------*/
    /*--------movie detail----------------*/
    .movie_box {
        display: grid;
        gap: 20px;
    }
    .movie_right_col {
        width: 100%;
    }
    .movie_title {
        font-size: 30px;
    }
    .movie_left_row_one {
        gap: 20px;
    }
    .movie_image {
        width: 35%;
    }
    .photo_video_box ul {
        gap: 10px;
    }
    /*--------end movie detail----------------*/
    /*---------------movie detail page----------------*/
    .ticket_btn{
        width: 340px;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
    /*-----------------banner-------------*/
    .banner_row.section_padding {
        padding-left: 10px !important;
    }
    .banner_col h1 {
        font-size: 30px;
    }
    .banner_col h1::after {
        width: 70px;
    }
    /*-----------------end banner-------------*/
    /*---------------about-us-------------*/
    .about_col_box {
        padding: 0px 0; 
    }
    .about_2_row.site_lr_padding {
        padding-bottom: 40px !important;
    }
    /*---------------end about-us-------------*/
     /*------------contact us------------------*/
    .contact_desc {
        padding: 20px 0 20px;
    }
    /*------------end contact us------------------*/
    /*--------------news page----------------*/
    .oe_news_ttile {
        font-size: 18px;
    }
    .oe_news_inner_box {
        gap: 20px;
        padding: 20px 20px;
    }
    .oe_news_box {
        padding-bottom: 25px;
    }
    /*--------------end news page----------------*/
    /*----------news detail ---------------*/
    .news_detail_box {
        width: 100%;
    }
    .news_detail_title {
        font-size: 26px;
    }
    /*----------end news detail ---------------*/
    /*-----------movie------------------*/
    .category_box {
        padding: 25px 20px;
    }
    .movie_block {
        gap: 20px;
    }
    .category_right {
        width: 65%;
    }
    .category_left {
        width: 35%;
    }
    .category_ttile a {
        font-size: 18px;
    }
    /*-----------end movie------------------*/
    /*--------movie detail----------------*/
    .movie_box {
        gap: 20px;
    }
    .movie_right_col {
        width: 35%;
    }
    .movie_title {
        font-size: 32px;
    }
    .movie_left_row_one {
        gap: 20px;
    }
    .movie_image {
        width: 35%;
    }
    .movie_desc {
        width: 65%;
    }
    .photo_video_box ul {
        gap: 10px;
    }
    /*--------end movie detail----------------*/
    /*---------------movie detail page----------------*/
    .ticket_btn{
        width: 340px;
    }
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
    /*-----------------banner-------------*/
    .banner_row.section_padding {
        padding-left: 20px !important;
    }
    .banner_col h1 {
        font-size: 30px;
    }
    .banner_col h1::after {
        width: 70px;
    }
    /*-----------------end banner-------------*/
    /*---------------about-us-------------*/
    .about_col_box {
        padding: 0px 0; 
    }
    .about_2_row.site_lr_padding {
        padding-bottom: 40px !important;
    }
    /*---------------end about-us-------------*/
    /*------------contact us------------------*/
    .contact_desc {
        padding: 20px 0 20px;
    }
    /*------------end contact us------------------*/
     /*----------news detail ---------------*/
    .news_detail_box {
        width: 85%;
    }
    .news_detail_title {
        font-size: 26px;
    }
    /*----------end news detail ---------------*/
    /*-----------movie------------------*/
    .category_box {
        padding: 25px 20px;
    }
    .movie_block {
        gap: 20px;
    }
    .category_right {
        width: 65%;
    }
    .category_left {
        width: 35%;
    }
    .category_ttile a {
        font-size: 18px;
    }
    /*-----------end movie------------------*/
    /*--------movie detail----------------*/
    .movie_box {
        gap: 20px;
    }
    .movie_right_col {
        width: 35%;
    }
    .movie_title {
        font-size: 34px;
    }
    .movie_left_row_one {
        gap: 20px;
    }
    .movie_image {
        width: 35%;
    }
    .movie_desc {
        width: 65%;
    }
	.ticket_box ul{
		gap: 5px;
	}
    .photo_video_box ul {
        gap: 10px;
    }
    /*--------end movie detail----------------*/
    /*---------------movie detail page----------------*/
    .ticket_btn{
        width: 340px;
    }
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
    /*-----------------banner-------------*/
    .banner_row.section_padding {
        padding-left: 50px !important;
    }
    .banner_col h1 {
        font-size: 31px;
    }
    .banner_col h1::after {
        width: 80px;
    }
    /*-----------------end banner-------------*/
    /*---------------about-us-------------*/
    .about_col_box {
        padding: 0px 0; 
    }
    /*---------------end about-us-------------*/
    /*------------contact us------------------*/
    .contact_desc {
        padding: 20px 0 20px;
    }
    /*------------end contact us------------------*/
    /*----------news detail ---------------*/
    .news_detail_box {
        width: 80%;
    }
    /*----------end news detail ---------------*/
    /*----------news detail ---------------*/
    .news_detail_box {
        width: 85%;
    }
    .news_detail_title {
        font-size: 26px;
    }
    /*----------end news detail ---------------*/
    /*-----------movie------------------*/
    .category_box {
        padding: 25px 20px;
    }
    .movie_block {
        gap: 20px;
    }
    .category_right {
        width: 65%;
    }
    .category_left {
        width: 35%;
    }
    .category_ttile a {
        font-size: 18px;
    }
    /*-----------end movie------------------*/
    /*--------movie detail----------------*/
    .movie_box {
        gap: 20px;
    }
    .movie_right_col {
        width: 35%;
    }
    .movie_title {
        font-size: 34px;
    }
    .movie_left_row_one {
        gap: 20px;
    }
    .movie_image {
        width: 35%;
    }
    .movie_desc {
        width: 65%;
    }
    .photo_video_box ul {
        gap: 10px;
    }
    /*--------end movie detail----------------*/
    /*---------------movie detail page----------------*/
    .ticket_btn{
        width: 340px;
    }
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
    /*-----------------banner-------------*/
    .banner_row.section_padding {
        padding-left: 150px !important;
    }
    .banner_col h1 {
        font-size: 33px;
    }
    .banner_col h1::after {
        width: 90px;
    }
    /*-----------------end banner-------------*/
    /*----------news detail ---------------*/
    .news_detail_box {
        width: 80%;
    }
    .news_detail_title {
        font-size: 28px;
    }
    /*----------end news detail ---------------*/
    /*-----------movie------------------*/
    .category_box {
        padding: 25px 20px;
    }
    .movie_block {
        gap: 20px;
    }
    .category_right {
        width: 65%;
    }
    .category_left {
        width: 35%;
    }
    /*-----------end movie------------------*/
    /*--------movie detail----------------*/
    .movie_box {
        gap: 20px;
    }
    .movie_right_col {
        width: 35%;
    }
    .movie_title {
        font-size: 34px;
    }
    .movie_left_row_one {
        gap: 20px;
    }
    .movie_image {
        width: 35%;
    }
    .movie_desc {
        width: 65%;
    }
    .photo_video_box ul {
        gap: 10px;
    }
    /*--------end movie detail----------------*/
    /*---------------movie detail page----------------*/
    .ticket_btn{
        width: 340px;
    }
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
    /*-----------------banner-------------*/
    .banner_row.section_padding {
        padding-left: 200px !important;
    }
    .banner_col h1 {
        font-size: 33px;
    }
    .banner_col h1::after {
        width: 90px;
    }
    /*-----------------end banner-------------*/
    /*----------news detail ---------------*/
    .news_detail_box {
        width: 80%;
    }
    /*----------end news detail ---------------*/
    /*-----------movie------------------*/
    .category_box {
        padding: 25px 20px;
    }
    .movie_block {
        gap: 20px;
    }
    /*-----------end movie------------------*/
    /*--------movie detail----------------*/
    .movie_box {
        gap: 20px;
    }
    .movie_right_col {
        width: 35%;
    }
    .photo_video_box ul {
        gap: 10px;
    }
    /*--------end movie detail----------------*/
    /*---------------movie detail page----------------*/
    .ticket_btn{
        width: 370px;
    }
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
    /*-----------------banner-------------*/
    .banner_row.section_padding {
        padding-left: 250px !important;
    }
    /*---------------movie detail page----------------*/
    .ticket_btn{
        width: 285px;
    }
}