/* PONKS CSS V2 - NOV 2025 */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap'); 
:root {
    --header-height: 3.5em;
    --h1-height: 3.4rem;
    --h2-height: 1.7rem;
    --h4-height: 1.6rem;
    --h6-height: 1rem;
    --p-height: 1.3rem;
    /* Colors */
    /* Fonts */
}
/* ===============================================================  BASE    ===================================================================== */

/* * { outline: 1px solid red !important; } */


*, 
*::before,
*::after,
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
}

h1 {
    font-size: var(--h1-height);
    line-height: 64px;
    color: #222;
    }

h2 {
    font-size: 1.2rem;
    line-height: 20px;
    color: #222;
}

h4 {
    font-size: var(--h4-height);
    color: #222;
}

h6 {
    font-size: var(--h6-height);
}

p {
    font-size: 1rem;
    color: #222;
}


/* ===============================================================  BASE    ===================================================================== */


.container {
        width: 375px;
        margin: 0 auto;
    }

 .header {
    width: 100%;
    height: auto;
}

.logo {
    position: relative;
    width: 375px;
    overflow: hidden;
}

.logo img {
    margin: -9% 0 0 2%;
    width: 100%;
    height: auto;
}  

.logo a {
    display: inline-block;
    width: 100%;
}



/* ===============================================================  NAV    ===================================================================== */

nav {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem 0;
}

nav ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}

 nav li {
    list-style: none;
    margin: 0;
}

nav li a {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 400;
    color: #1a1a1a;
    transition: 0.3s ease;
}

nav li a:hover,
nav li a.active {
    color: #5c5d5d;
}

/* ===============================================================  SECTION HOME PAGE HEAD  ===================================================================== */

.home_page_head{
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
    align-items: start;
    margin-bottom: 40px;
    /* gap: 2rem; */
}

.text_head_index,
.text_head_index p{
    width: 100%;
    order: 2;
}

.text_head_index h2{
    font-size: 1.2rem;
}

.text_head_index p{
    font-size: .9rem;
}

.text_head_index{
    width: 88%;
    margin: 0 auto;
}

.image_head_index {
    width: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    order: 1;
}

.image_head_index img{
    width: 100%;
}

.image_head_index {
    width: 88%;
    height: auto;
    margin: 0 auto;
}

/* ===============================================================  SECTION GALLERY  ===================================================================== */

.selected_works{
    width: 88%;
    margin: 0 auto;
    text-align: right;
}

.selected_works h2{
    font-size: 1.5rem;
}


.gallery   {
  width: 100%;
}

.gallery_img img{
    width: 100%;
    height: auto;
}

.gallery_block {
    margin-bottom: 2rem;
}

.gallery_block_title {
    text-align: center;
    margin: 5px 0;
    font-size: 1rem;
    color: #fe0138;
        font-style: italic;

}

.gallery_block_title p {
    color: #fe0138;
    font-weight: 400;
    font-size: 1.3rem;
    font-style: italic;
    text-transform: uppercase;
}

.hero_film_txt{
    width: 100%;
    padding: 1rem 0 1rem 2rem;
}

/* ===============================================================  SECTION FILM HOME PAGE   ===================================================================== */

.hero_public_art {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    /* display: flex; */
    /* grid-template-columns: repeat(auto-fit, 450px); */
    /* height: 810px; */
    /* justify-content: center; */
    /* gap: 70px; */
    /* margin: 100px 0;  */
}

.hero_public_art_txt{
    width: 100%;
    padding: 1rem 2rem 5rem;
}

.film_home_page {
    margin-bottom: 1rem;
}

.hero_film_frame iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}

.hero_film_title {
    display: flex;
    width: 120px;
    height: 2.8rem;
    background-color: #fea4ae;
    /* justify-content: center; */
    align-items: center;
    margin: 2.5rem 0 6rem 0;
}

.hero_film_txt {
    padding: 185px 0 0 75px;
}

.hero_film_txt p{
    font-size: 1.3rem;
    font-weight: 500;
}

.hero_film_txt p,
.hero_film_txt h2{
    color: #fe0137;
}


.hero_film_title p{
    color: #fe0137;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 2rem;
}

.hero_film {
    width: 100%;
    height: auto;
    background-color: #fea4ae;      
}




.hero_film_txt h2{
    font-size: 3rem;
    font-weight: 600;
    line-height: 0.8;
}

.hero_film_txt h2:last-of-type{
    margin-bottom: .5rem;
}

.gallery_block_title {
	color: #fe0137;
    font-style: italic;
}
/* ===============================================================  FOOTER   ===================================================================== */


.footer-logo img {
    width: 5rem;
    margin: 1rem 0 0 2rem;
}

.footer-info {
    align-items: center;
    width: 100%;
    padding: .5rem 2rem;
    background-color: #fff;
    margin-bottom: 3rem;
}

.footer-info p,
.footer-info a {
    color: #000;
    font-size: 0.8rem;
}

/* ===============================================================  TEMPLATE CAROUSEL  ===================================================================== */

.hero_work {
    width: 100%;
    /* display: flex; */
    /* margin: 75px 0 200px 80px; */
}
.hero_work_image,
.hero_work_image img {
    width: 375px;
    height: 375px;
    object-fit: cover;
}

/* .hero_work_image {
     margin:  0 50px; 
} */

.hero_work_text {
    margin: 0 2rem;
}


.hero_work_text h2 {
    color: #fe0138;
    font-weight: 400;
    font-size: 1.7rem;
    font-style: italic;
    text-transform: uppercase;
}

.hero_work_text h3 {
    color: #000;
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1.4rem;
}

.hero_work_text h3:last-of-type {
    margin-bottom: 50px;
}


.hero_work_text p{
    font-size: 1.3rem;
    line-height: 1.1;
    margin-bottom: 20px;
}


.thumbnail,
.thumbnail_block {
    width: 90px;
    height: 90px;
}

.hero_work_thumb_image{
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
    margin-top: .5rem;
}

.hero_work_thumb_image img {
    cursor: pointer;
} 

.cv_bio {
    margin: 1rem;
}

.p_title span {
    text-transform: uppercase;
}
 


/* ===============================================================   FILMS PAGE   ===================================================================== */

.hero_film {
    display: flex;
    /* grid-template-columns: repeat(auto-fit, 450px); */
    width: 100%;
    height: 810px;
    margin: 0 auto;
    /* justify-content: center; */
    /* gap: 70px; */
    background-color: #fea4ae;
    margin: 100px 0;  
      
}

.hero_film_band {
    width: 100%;
    height: 50px;
    background-color: #000;
}

.hero_film_frame {
    margin: 0 auto;
    width: 100%;
}

.hero_film_txt {
    padding: 185px 0 0 75px;
}

.hero_film_txt p,
.hero_film_txt h2{
    color: #fe0137;
}

.hero_film_txt p{
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
}

.hero_film_txt h2{
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1;
}

.hero_film_txt h2:last-of-type{
    margin-bottom: 25px;
}

.hero_public_art_txt h2 {
	color: #fe0138;
	font-weight: 400;
	font-size: 1.7rem;
	font-style: italic;
	text-transform: uppercase;
}

.hero_public_art_txt h3 {
	color: #000;
	font-weight: 300;
	font-size: 1.2rem;
	text-transform: uppercase;
	line-height: 1.4rem;
}

.hero_public_art_txt p {
	font-size: 1.3rem;
	line-height: 1.1;
	margin-bottom: 20px;
}

.hero_public_art_txt h3:last-of-type {
	margin-bottom: 50px;
}

.hero_public_art_txt p {
	font-size: 1.3rem;
	line-height: 1.1;
	margin-bottom: 20px;
}

.copyright {
    font-size: 1.3rem;
    color: #000;
    margin-top: 1.5rem;
}

.contact {
    margin: 2rem 0 7rem 0;
}


