@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Instrument+Serif:ital@0;1&display=swap');

@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('../fonts/AlteHaasGrotesk_Bold.woff2') format('woff2'),
         url('../fonts/AlteHaasGrotesk_Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('../fonts/AlteHaasGrotesk.woff2') format('woff2'),
         url('../fonts/AlteHaasGrotesk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
	color: whitesmoke;
	background-color:black;
	margin: 0;
}
::-webkit-scrollbar{
    display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a {
    all: unset;
}

a:hover {
  color: black;
  background-color: white;
  padding: 5px;
  margin: -5px;
}
#section_2 {
	padding-bottom: 40px;
	color: black;
	background-color:whitesmoke;
	
}
#section_1 {
	padding-top: 40px;
	color: whitesmoke;
	background-color:black;
}
#video-container {
    max-width: 650px;
    margin: 0px auto 20px auto;
	padding-top: 35px;
	pointer-events: none;
}
.aspect-ratio-box {
    position: relative;
    width: 100%;
    padding-bottom: 73%; /* 1.37 aspect ratio (1 / 1.37 * 100) */
    background-color: #000; /* Fallback background color */
    border-radius: 15px; /* Apply the same rounding to the container for consistency */
    overflow: hidden; /* Ensure the rounded corners are applied correctly */
}

.aspect-ratio-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px; /* Adjust the value for the desired rounding */
}
.bars {

	color: white;
}
.bars, .bars-close {
  position: fixed;
  top: 0;
  left: 0;
  font-size: .8rem;
	padding: 20px;
  letter-spacing: 1px;
  font-family: 'Alte Haas Grotesk';
  font-weight: bold;
}
.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10;
  overflow: auto;
}

.menu-content {
  top: 80px;
  left: 130px;
  position: absolute;
  color: white;
  font-family: 'Alte Haas Grotesk';
  font-weight: bold;
  letter-spacing: 1.2px;
  overflow: auto;
}

.m-list {
  display: flex;
	font-size: 2rem; 
  grid-gap: 30px;
  padding: 20px 0;
  border-top: .5px solid white;
}

.film-list {
	font-size: 2rem;  
  padding-bottom: 20px;
	  line-height: 60px;
}

.contact {
  position: absolute;
  top: 55%;
  left: 50%;
  font-size: 13px;
  letter-spacing: .7px;
  transform: translate(-50%, 0%);
  padding: 25px;
  width: 400px;
  border-radius: 15px;
  font-family: 'Alte Haas Grotesk';
  font-weight: bold;
  text-align: center;
}

.about {
  position: absolute;
  width: 700px;
  line-height: 25px;
  top: 50%;
  left: 50%;
  font-size: 12px;
  letter-spacing: 1px;
  transform: translate(-50%, 0%);
  font-family: 'Alte Haas Grotesk';
  font-weight: bold;
  text-align: center;
}

.social {
  font-size: 20px;
  display: inline-block;    
  grid-gap: 20px;
  padding-bottom: 40px;
}

.film-title {
    flex-grow: 1;
    max-width: 650px;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
}

#title {
    font-family: 'Alte Haas Grotesk';
    font-weight: bold;
    font-size: 85px;
    margin-bottom: 40px;
}

#synopsis {
    font-family: 'Alte Haas Grotesk';
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 22px;
}

#info1 {
    font-family: 'Alte Haas Grotesk';
    font-weight: bold;
    font-size: .7rem;
    letter-spacing: 1px;
}

#info2 {
    font-family: 'Alte Haas Grotesk';
    font-size: .8rem;
    letter-spacing: 1px;
    line-height: 1.2rem;
    max-width: 650px;
    padding-top: 50px;
    margin: 0 auto;
    position: relative; /* Ensure relative positioning for containing floating elements */
}

.film-poster {
	pointer-events: inherit;
	margin-left: 40px;
    float: right; /* Floats the image to the right of the container */
    max-width: 300px; /* Limits the width of the poster */
    height: auto; /* Maintains aspect ratio */
}
#support {
    font-family: 'Alte Haas Grotesk';
    font-size: .8rem;
    letter-spacing: 1px;
    max-width: 650px;
    margin: 40px auto 0 auto; /* Add top margin to create space above */
    padding: 20px 0 40px;
    text-align: left;
    clear: both; /* Ensure it appears below the floating content */
}

#support img {
    height: 35px;
    margin-right: 25px;
	margin-top: 15px;
	filter: invert(100%);
}
@media screen and (max-width: 990px) {
    div.bars, .bars-close {
        padding:20px;
        position: fixed;
        z-index: 10;
    }
}

@media screen and (max-width: 990px) {
    div.bars {
       background-color: black;
		width: 100%;
    }
}

@media screen and (max-width: 990px) {
    div.menu-content {
        left: 20px;
        top: 80px;
        font-size: 30px;
    }
}
@media screen and (max-width: 990px) {
    #section_2 {
        padding: 20px;
    }
}
@media screen and (max-width: 990px) {
    #title {
        font-size: 4rem;
    }
}
@media screen and (max-width: 990px) {
    #video-container {
		margin-top: 80px;
        padding:10px;
    }
}

@media screen and (max-width: 990px) {
    div.film-list {
        padding: 10px 0;
    }
}

@media screen and (max-width: 990px) {
    div.m-list {
        display: grid;
        grid-gap: 0px;
        border-bottom: 0px dotted white;
    }
}