@import url('../fonts/ITCAvantGardeStdMd/ITCAvantGardeStdMd.css');

:root{
    --yellow-color:#FFE210;
    --blue-color:#0000FF;
}
body{
	font-family: "ITCAvantGardeStdMd", sans-serif!important;
	color: var(--blue-color)!important;
}
strong, .font-weight-bold, h1, h2, h3, h4, h5, h6{
	font-family: "ITCAvantGardeStdMd", sans-serif!important;	
	color: var(--blue-color)!important;
}
.landingpage-hero{
	position: relative;
}
.landingpage-hero .scroll{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	color: var(--blue-color);
	text-decoration: none;
	text-align: center;
}
.background {
    background-size: cover;
    background-position: center center;
}
.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 90%;*/
    position: absolute;
    top: 46%;
    left: 6%;
}
.button-lp {
    display: inline-block;
    margin: 0 20px;
}
.button-lp img {
    width: 80%;
}
.button-lp:hover {
  opacity: 0.7;
}
img.producers-lab {
    margin-top:20px;
}
.about-jfw-2022{
    background: var(--yellow-color);
}
.film-organizer{
    background: #eb5a25;
    color: var(--yellow-color) !important;
}
.logo-organizer{
	left:30px !important;
}
.film-organizer .container{
	padding-top: 70px;
	padding-bottom: 20px;
}
.film-organizer h2 {
    color: var(--yellow-color) !important;
}
.film-organizer .container {
    width: 100%;
    max-width: 100%;
}
.card-organizer{
    background-color: none;
}
.title-organizer{
    padding-top:150px !important;
/*     padding-bottom:100px !important; */
    margin-top:80px;
    color: var(--yellow-color) !important;
}
.title-organizer h5 {
    color: var(--yellow-color) !important;
}
.container-photos {
	width: 100%;
}
.call-for-entries{
	background: var(--yellow-color);
	color: var(--blue-color);
}
.call-for-entries .container{
	padding-top: 100px;
	padding-bottom: 100px;
}
.call-for-entries .button-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-gap: 5px;
}
.call-for-entries .button-wrap a{
	display: inline-flex;
	padding: 5px 10px;
	background: var(--blue-color);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
}
.about-section{
	background: #75e3f8;
}
.about-section .button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 5px;
}
.about-section .button-wrap a {
    display: inline-flex;
    padding: 5px 10px;
    background: var(--blue-color);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
}
.logo-top{
	position: absolute;
	top: 30px;
	left: 0;
}
.logo-top-right{
	position: absolute;
	top: 30px;
	right: 0;
}
.jakarta-film-week .container{
	padding-top: 100px;
	padding-bottom: 100px;
}
.jakarta-film-week .button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 5px;
}
.jakarta-film-week .button-wrap a {
    display: inline-flex;
    padding: 5px 10px;
    background: var(--blue-color);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
}

.section-jfw-heading{
    position: relative;
}
.gallery-slider .item img{
	width: 100%;
}
.btn-slick-nav{
	background: none;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	left: -80px;
	transform: translateY(-50%);
}
.btn-slick-nav.slick-next{
	left: auto;
	right: -80px;
}
.btn-slick-nav img{
	width: 30px;
	height: auto;
}
#landingpage footer{
	background: #75E9FE!important;
	color: var(--blue-color)!important;
	padding: 30px 0;
	font-size: 14px;
}
#landingpage footer .row-icon img{
	height: 60px;
	width: 100%;
	object-fit: contain;
}
#landingpage footer .fw-bold{
	font-size: 1.2rem;
}
.social-media{
	display: flex;
	grid-gap: 10px;
}
.social-media a{
	color: var(--blue-color);
	font-size: 24px;
}
@media (max-width: 769px){
	.logo-top{
		height: 50px;
	}
	.logo-top-right{
		height: 50px;
	}
	.landingpage-hero .scroll{
		font-size: 12px;
	}
	.btn-slick-nav{
		left: 0px;
	}
	.btn-slick-nav.slick-next{
		left: auto;
		right: 0;
	}
	.film-organizer .container {
		padding-top: 100px;
    	padding-bottom: 10px;
	}
	.organizer-photos {
		background-position: center;
	}
	.logo-organizer {
    	left: 10px !important;
	}
	.button-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 17px;
        position: absolute;
        top: 37%;
    /*left: 10%;*/
    }
    .button-lp {
        margin: 5px 0;
        width: 60%; /* ukuran objek gambar pada tampilan mobile */
    }
    .button-lp img {
        width: 90%;
    }
}