/*
Theme Name: Kilawinfilm_Theme
Theme URI: https://acrobatsolution.com/
Author: Acrobat@team
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
Text Domain: Acrobat
*/
body {
    font-size: 18px;
    font-family: "Commissioner", sans-serif;
    color: #000000;
}


@media (min-width:1599px){
    .container{
        max-width: 1560px;
    }
}




header{
    padding: 15px 0;
}
header.stick {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    box-shadow: 0 3px 5px #0000002e;
    animation: .5s forwards sp-header-stuck-slidein;
    background: #fff;
    padding: 5px 0
}
@keyframes sp-header-stuck-slidein {
    from {
        transform: translate3d(0,-100%,0);
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.contact-modal .modal-header {background: #000000;}
.contact-modal .modal-body .btn {display: block;text-align: center;width: 100%;background: #fff50e;color: #000;font-size: 23px;text-transform: uppercase;font-weight: 600;padding: 10px 15px;border-radius: 0px;border: none;}
.contact-modal .modal-body .btn:hover{background:#000;color: #fff;}
.contact-modal .modal-header .modal-title{ font-size:28px; color:#fff;}

.contact-modal .close {
    position: absolute;
    right: 10px;
    top: 14px;
    opacity: 1;
    padding: 5px;
    z-index: 999;
    background: transparent;
    box-shadow: none;
    border: none;
}
.contact-modal .close img {max-width: 28px;/*filter:invert(1) brightness(1);*/}
.contact-modal .modal-body .form-control {
    min-height: 50px;
    resize: none;
    font-size: 18px;
    border-radius: 0px;
    margin-top: 8px;
}

.dobate_button{
    background-color: #000000;
    color: #fff50e;
    font-size: 16px;
    padding: 25px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.dobate_button:hover{
    background-color: #fff50e;
    color: #000;
}
.top_email{
    margin: 0 100px;
    padding: 0;
}
.top_email li {list-style: none;}
.top_email li a{
    text-decoration: none;
    color: #777777;
}
.top_email li a i{
    color: #000;
    margin-right: 4px;
}
.top_email li a:hover{color: #000;}
.custom_nav{ }
.jbox-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.custom_nav ul li{position: relative; line-height: 1;}
.custom_nav ul li::after{
    content: '';
    width: 1px;
    display: block;
    height: 100%;
    background: #777;
    top: 0;
    position: absolute;
}
.custom_nav ul li:first-child:after{
    display: none;
}
.custom_nav ul li a{
    color: #777777;
    padding: 0 20px 10px!important;
}
.custom_nav ul li a:hover, .custom_nav ul li a.active{
    color: #000;
}
.custom_nav ul li a{
    position: relative;
}
.custom_nav ul li a::after{
    content: '';
    width: 0;
    display: block;
    height: 3px;
    background: #000;
    bottom: 0;
    position: absolute;
   
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.custom_nav ul li a:hover::after, .custom_nav ul li a.active::after{
    opacity: 1;
    width: 24px;
}
.banner_part{
    position: relative;
    overflow: hidden;
    max-height: 750px;
}
.banner-over{
    position: absolute;
    background-color: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}
.banner-over h1{
    margin: 0;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
}
.banner-over h1 span{
    color: #fff50e;
}

.banner_button{
    display: inline-block;
    color: #fff50e;
    font-size: 16px;
    padding: 20px 45px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    border: 2px solid #fff;
    margin: 50px 0;
}
.banner_button:hover{
    background-color: #fff50e;
    color: #000;
    border: 2px solid #fff50e;
}
.banner-over p{
    color: #fff;
    font-size: 20px;
    margin: 0;
}



.banner_part iframe {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio (9/16 = 0.5625) */
  min-height: 100vh;
  min-width: 177.77vh; /* 16/9 = 1.7777 */
  transform: translate(-50%, 0%);
  pointer-events: none; /* Prevents user interaction */
}

.about_part{
    margin: 100px 0;
}

.brand_logo ul {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.brand_logo ul li{
    list-style: none;
    display: inline-block;
    width: 100%;
    max-width: 260px;
    text-align: center;
}
.brand_logo ul li a{}

.home_cta{
    margin: 50px 0;
    border: 1px dashed #b7b7b7;
    padding: 50px 110px;
    background-color: #f7f7f7;
    text-align: center;
}
.home_cta p{
    font-size: 18px;
}
.min_btn{
    background-color: #000000;
    color: #fff50e;
    font-size: 16px;
    padding: 25px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.btn-group{
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.min_btn_yellow{
    background-color: #fff50e;
    color: #000;
    font-size: 16px;
    padding: 25px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.min_btn:hover{
    background-color: #fff50e;
    color: #000;
}
.min_btn_yellow:hover{
    background-color: #000000;
    color: #fff50e;
}

.min_title{
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.gallery_part{
    background: #E1E1E1;
    background: linear-gradient(90deg, rgba(225, 225, 225, 1) 50%, rgba(215, 215, 215, 1) 50%, rgba(188, 188, 188, 1) 100%);
    padding: 80px 0;
}

.jbox-img:hover{
    opacity: 0.3;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.credits_box{
    background-color: #ebebeb;
    padding: 35px;
    border-radius: 6px;
}
.credits_box span{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    display: block;
}
.credits_box p{
    font-size: 24px;
    margin: 0;
}

.credits_part{
    padding: 100px 0;
    text-align: center;
}

.screening_part{
    background-image: url(./images/screening_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
}

.screening_box{
    background-color: #fff50e;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    padding: 25px 50px;
}
.screening_box p{
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.screening_box p a{
    font-weight: 400;
    color: #000;
}
.screening_box p a:hover{
    text-decoration: none;
}
.blog_part{
    background-color: #ebebeb;
    padding: 100px 0;
}

.blog_box{
    background-color: #fff;
    height: 100%;
}

.blog-text{
    padding: 25px 30px;
    text-align: center;
    display: flex;
    gap: 20px;
    align-content: center;
    flex-direction: column;
    height: 255px;
    justify-content: space-between;
}
.blog-text span{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
}
.blog-text p{
    margin: 0;;
}
.blog-text a{
    display: inline-block;
    color: #000;
    font-size: 16px;
    padding: 12px 17px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    border: 2px solid #c2c2c2;
    margin-top: 20px;
}
.blog-text a:hover{
    background-color: #fff50e;
}
.blog-img{overflow: hidden;}
.blog-img img{
    object-fit: cover;
    transition: all .8s ease;
}
.blog_box:hover .blog-img img{
    transform: scale(1.2);
}

.praise_box{
    background-color:#f7f7f7;
    text-align:left;
    border: 1px solid #b7b7b7;
    border-radius: 20px;
    padding: 30px 50px;
    color: #434343;
    margin-bottom: 15px;
}

.praise_box span{
    display: block;
    margin-left:25px;
    font-weight: 400;
    color: #434343;
}
.praise_box span strong{ color: #000;}

.donation_part{
    background-color: #fff;
    border: 2px solid #494949;
    padding: 25px 40px;
}

.donation_part span{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}


.donation_part p{
    font-size: 20px;
    margin: 0;
}
.donations__amounts{
    display: flex;
    gap: 15px;
}
.donations__amount{
    padding: 25px 40px;
    border: 2px solid #c2c2c2;
    cursor: pointer;
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.donations__amount.is-selected, .donations__amount:hover{
    background-color: #fff50e;
    border: 2px solid #000;
}

.donations__amount_imput{
    padding: 25px 40px;
    border: 2px solid #c2c2c2;
    cursor: pointer;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    border-radius: 0;
    width: 200px;
    display: flex;
}
.donations__amount_imput .form-control{
    border: none;
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 0 10px;
}
.donations__amount_imput .form-control:focus{
    outline: 0;
    box-shadow: none;
}
.donate-btn{
    border-radius: 0;
    background-color: #000;
    color: #fff50e;
    padding: 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-top: 30px;
}
.gallery_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery_box span{
    position: absolute;
    font-size: 32px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.gallery_box:hover span{opacity: 1;}
/*.gallery_box::after{
    content: '';
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}*/
.donate-btn:hover{
    background-color: #fff50e;
    color: #000;
}
.action_tab{
    margin-top: 25px;
}
.action_tab .nav-link{
    background-color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 25px;
    border: 2px solid #494949;
    border-radius: 0;
    color: #494949;
}
.action_tab .nav-link.active{
    background-color: #494949;
    color: #fff;
    border: 2px solid #494949;
}
.footer_in{
    background-color: #000;
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer_in .top_email{
    margin: 0;

}
.footer_in .top_email li a{
    color: #acacac;
}
.footer_in .top_email li a i{color: #acacac;}
.footer_in p{
    margin: 0;
    color: #acacac;
}
.footer_socal {
    display: flex;
    align-items: center;
}
.footer_socal ul{ display: flex; padding: 0 0 0 10px; margin: 0; gap: 10px;}
.footer_socal ul li { list-style-type: none;}
.footer_socal ul li a{ color: #fff; font-size: 30px;}
.footer_socal ul li a:hover{color: #acacac;}

.blog_banner{
    background-color: #606060;
    padding: 60px 0;
}
.blog_banner h1{
    color: #fff;
    font-size: 50px;
}
.blog_details_page img{
    border: 4px solid #fff50e;
    border-radius: 14px;
}

.video_modal iframe{
    width: 100%;
    height: 600px;
    display: flex;
}
.video_modal p{margin:0;}

.video_modal .close{background: red;}

@media (max-width:1599px){

    .container{
        max-width: 1460px;
    }
    .blog-text {
    padding: 15px 20px;
    height: 240px;
}
.screening_box p {
    font-size: 18px;
}
.brand_logo ul li{max-width:230px; margin:0 15px;}

}

@media (max-width:1499px){
.brand_logo ul li{ max-width: 210px;  margin: 0 15px;}
    .video_modal iframe{
        height: 500px;
    }
    body{
    font-size: 16px;
    }

    .dobate_button {
        padding: 18px 30px;
    }
    .banner_part{
        max-height: 700px;
    }
    .banner-over h1{
        font-size: 50px;
    }
    .banner_button{
        padding: 16px 35px;
        margin: 40px 0;
    }
    .banner-over p {
        font-size: 18px;
    }
    .about_part {
        margin: 80px 0;
    }
    .home_cta p {
        font-size: 16px;
    }
    .home_cta {
        padding: 40px 90px;
    }
    .min_btn, .min_btn_yellow{
        padding: 18px 30px;
    }
    .min_title {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .gallery_part, .credits_part, .screening_part, .blog_part{
        padding: 70px 0;
    }
    .credits_box {
        padding: 30px;
    }
    .credits_box span{font-size: 24px;}
    .credits_box p{font-size: 20px;}
    .screening_box p {
        font-size: 17px;
    }

    .screening_box {
        clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
        padding: 20px 40px;
    }
    .blog-text span {
        font-size: 20px;
    }
    .blog-text a {
        font-size: 15px;
        padding: 10px 15px;
    }
    .blog-text {
        padding: 15px 20px;
        height: 235px;
    }
    .praise_box {
        padding: 25px 40px;
    }
    .action_tab .nav-link {
        font-size: 22px;
        padding: 20px;
    }
    .donation_part span {
        font-size: 22px;
    }
    .donation_part p {
        font-size: 18px;
    }
    .donations__amount {
        padding: 15px 30px;
        font-size: 20px;
    }
    .donations__amount_imput .form-control {
        font-size: 20px;
        padding: 0 0 0 6px;
    }
    .donations__amount_imput {
        padding: 15px 30px;
        font-size: 20px;
        width: 170px;
    }
    .donate-btn{padding: 20px;}
    .blog_banner{
        padding: 50px 0;
    }
    .blog_banner h1{
        color: #fff;
        font-size: 40px;
    }
    .blog_details_page img{
        border: 3px solid #fff50e;
        border-radius: 14px;
    }
}

@media (max-width:1399px){
.brand_logo ul li{ max-width: 190px;}
}

@media (max-width:1199px){
    .video_modal iframe{
        height: 450px;
    }
    body{
        font-size: 15px;
    }
    .custom_nav ul li a {
        padding: 0 20px 5px !important;
    }
    .top_email {
        margin: 0 40px;
    }
    .dobate_button {
        padding: 12px 20px;
        font-size: 14px;
    }
    header {
        padding: 10px 0;
    }
    .banner-over h1 {
        font-size: 40px;
    }
    .banner_button {
        padding: 10px 30px;
        margin: 30px 0;
    }
    .banner-over p {
        font-size: 16px;
    }
    .banner_part {
        max-height: 650px;
        height: 100%;
    }


    .home_cta {
        padding: 30px 60px;
        margin: 40px 0;
    }
    .min_btn, .min_btn_yellow {
        padding: 15px 25px;
        font-size: 15px;
    }
    .btn-group {
        gap: 10px;
        margin-top: 20px;
    }
    .min_title {
        font-size: 32px;
    }
    .gallery_part, .credits_part, .screening_part, .blog_part {
        padding: 60px 0;
    }
    .about_part {
        margin: 70px 0;
    }
    .credits_box span {
        font-size: 22px;
    }
    .credits_box p {
        font-size: 18px;
    }
    .screening_box {
        padding: 17px 30px;
    }
    .screening_box p {
        font-size: 16px;
    }
    .blog-text {
        padding: 15px;
        height: 220px;
    }
    .blog-text span {
        font-size: 18px;
    }
    .blog-text a {
        font-size: 14px;
        padding: 8px 14px;
    }
.brand_logo ul li {
        max-width: 180px;
    }

}

@media (max-width:991px){
   
    .top_email{
        display: none;
    }
    .banner_part {
        max-height: 550px;
        height: 100%;
    }
    .banner-over h1 {
        font-size: 32px;
    }
    .about_part {
        margin: 60px 0;
    }
    

    .brand_logo ul li img{
        width: 100%;
        height: auto;
    }
    .home_cta {
        padding: 25px 30px;
        margin: 30px 0;
    }
    .min_title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .gallery_part, .credits_part, .screening_part, .blog_part {
        padding: 50px 0;
    }
    .credits_box {
        padding: 20px;
        height: 100%;
    }
    .credits_box span {
        font-size: 18px;
    }
    .credits_box p {
        font-size: 16px;
    }
    .blog-text {
        height: 200px;
    }
    .praise_box {
        padding: 20px 30px;
        border-radius: 12px;
    }
        .action_tab .nav-link {
        font-size: 20px;
        padding: 16px;
    }
    .donation_part {
        border: 2px solid #494949;
        padding: 25px 30px;
    }
    .donation_part span {
        font-size: 20px;
    }
    footer .top_email {
        display: block;
    }
    .footer_in{padding: 20px 0;}
     .blog_banner{
        padding: 40px 0;
    }
    .blog_banner h1{
        color: #fff;
        font-size: 30px;
    }
    .blog_details_page img{
        border: 2px solid #fff50e;
        border-radius: 10px;
    }
    .video_modal iframe {
        width: 100%;
        height: 350px;
    }
.brand_logo ul li {
        max-width: 140px;
    }

}

@media (max-width:767px){
    .video_modal iframe {
        width: 100%;
        height: 300px;
    }
    
    .custom_nav .navbar-toggler {
        background: #fff50e;
        width: 50px;
        height: 40px;
        border-radius: 4px;
        padding: 0;
    }
    header {
        padding: 5px 0;
    }
    .custom_nav .navbar-collapse {
        position: absolute;
        top: 110%;
        z-index: 9;
        left: 0;
        right: 0;
        width: 122%;
        background-color: #000;
    }
    .custom_nav {
        width: 100%;
    }
    .custom_nav ul li a {
        padding: 15px !important;
        color: #fff;
        border-bottom: 1px dashed #434343;
    }
    .custom_nav ul li {
        position: static;
    }
    .custom_nav ul li::after{display: none;}
    .custom_nav ul li a:hover, .custom_nav ul li a.active {
        color: #fff !important;
    }
    .banner-over h1 {
        font-size: 28px;
    }

    .about_part {
        margin: 50px 0;
    }
    .home_cta {
        padding: 20px;
        margin: 25px 0;
    }
    .min_btn, .min_btn_yellow {
        padding: 15px 20px;
        font-size: 14px;
    }
    .btn-group {
        gap: 8px;
        margin-top: 15px;
    }
    .min_title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .screening_box p {
        font-size: 15px;
    }
    .blog-text {
        height: auto;
    }
    .praise_box {
        padding: 16px 20px;
    }
    .praise_box span{margin-left: 15px;}
    .action_tab {
        margin-top: 10px;
    }
    .action_tab .nav-link {
        font-size: 17px;
        padding: 14px;
    }
    .donation_part {
        border: 2px solid #494949;
        padding: 20px;
    }
    .donation_part span {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
        .donation_part p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }
    .donations__amount {
        padding: 13px 25px;
        font-size: 16px;
    }
    .donations__amounts {
        gap: 10px;
        justify-content: center;
    }
    .donations__amount_imput {
        padding: 13px 25px;
        font-size: 16px;
        width: 140px;
    }
    .donations__amount_imput .form-control {
        font-size: 16px;
        padding: 0 0 0 4px;
    }
    .footer_socal ul {
        padding: 0 0 0 8px;
        gap: 8px;
    }
    .footer_socal ul li a {
        font-size: 20px;
    }
    .footer_in p {
        font-size: 14px;
    }
    .footer_in .top_email li a {
        font-size: 14px;
    }
    .contact-modal .modal-header .modal-title {
        font-size: 24px;
        color: #fff;
    }
    .contact-modal .close img {max-width: 24px;}
    .contact-modal .modal-body .form-control {min-height: 45px;}
    .screening_box {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        padding: 15px;
    }

    .about_part p {
        text-align: justify;
        text-align-last: center;
    }
    .praise_box p, .blog_details_page p{
        text-align: justify;
    }
    .brand_logo ul li {
        max-width: 90px;
        margin: 0 10px;
    }

}


@media (max-width:575px){
    .jbox-img {
        height: 220px;
    }
    .custom_nav .navbar-collapse{
        width: 133%;
    }
    .banner-over h1 {
        font-size: 26px;
    }
    .banner-over p {
        font-size: 15px;
    }
    .about_part {
        margin: 40px 0;
    }
    .brand_logo ul li {
        width: 80px;
    }
    .home_cta {
        padding: 15px;
    }
    .home_cta p {
        font-size: 15px;
    }
    .btn-group {
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    }
    .brand_logo ul {
        gap: 5px;
    }
    .gallery_part, .credits_part, .screening_part, .blog_part {
        padding: 40px 0;
    }
    .footer_in {
    background-color: #000;
    padding: 25px 0;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

    .blog_banner h1{
        font-size: 28px;
    }
    .blog_details_page img{
        border: 2px solid #fff50e;
        border-radius: 10px;
    }

}

@media (max-width:420px){
    
    .custom_nav .navbar-collapse {
        width: 136%;
    }
    .banner_part {
        max-height: 450px;
        height: 100%;
    }
    .banner-over h1 {
        font-size: 24px;
    }
    .min_title {
        font-size: 22px;
    }
    .credits_box span {
        font-size: 17px;
    }
    
    .donations__amounts {
        gap: 7px;
    }
    .donations__amount {
        padding: 12px 17px;
        font-size: 15px;
    }
    .donations__amount_imput {
        padding: 12px 17px;
        font-size: 15px;
        width: 120px;
    }
    .donate-btn {
        padding: 14px;
        font-size: 14px;
        margin-top: 15px;
    }
    .blog_banner h1{
        font-size: 26px;
    }
}