:root {
    --poster-size: 70vh;
}

@font-face {
    font-family: 'Portculliont';
    src: url('fonts/Portcullion.ttf');
}

body {
    background-color: rgb(0, 0, 0);
    max-width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    
}

.overlay{
  position:absolute;
  width:100vw;
  height:100vh;
  background-image:linear-gradient(transparent,rgba(0, 0, 0, 0));
}

.overlay-hero{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  mix-blend-mode:lighten;
  z-index:100;
  pointer-events: none;
}

.overlay-hero:after{
  content:"";
  background-image:url("https://upload.wikimedia.org/wikipedia/commons/7/76/1k_Dissolve_Noise_Texture.png");
  height: 300%;
  width: 300%;
  position: fixed;
  opacity:0.08;
  animation: animateGrain 8s steps(10) infinite;
  mix-blend-mode: multiply;
}

@keyframes animateGrain{
  0%, 100% { transform:translate(0, 0) }
  10%{
    transform:translate(-5%,-10%)
  }
  20%{
    transform:translate(-15%,-20%)
  }
  30%{
    transform:translate(-5%,-10%)
  }
  40%{
    transform:translate(-15%,-20%)
  }
  
  50%{
    transform:translate(-5%,-10%)
  }
  60%{
    transform:translate(-15%,-20%)
  }
  70%{
    transform:translate(-5%,-10%)
  }
  80%{
    transform:translate(-15%,-20%)
  }
  90%{
    transform:translate(-5%,-10%)
  }
  100%{
    transform:translate(-15%,-20%)
  }
 
}


.hero_container {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
    color: aliceblue;
    background-image: url("IMG/img1.png");
    background-size: cover;
    background-position: 50% 90%;
    padding-left: 5vw;
    padding-right: 5vw;
}

.name_title {
    font-family:'Portcullion';
    color: rgb(255, 0, 0);
    font-size: clamp(0.1rem, 14vw, 10rem);
    text-align: center;
    white-space: nowrap;
    width: 100%;
    line-height: 1;
    padding-top: 2vh;
    white-space: nowrap;
}

.subheading {
    text-align: center;
    color:rgb(255, 255, 255);
    font-size: clamp(1.5rem, 2vw, 10rem);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 0;
}

.discription {
    text-align: center;
    color:rgb(255, 255, 255);
    font-size: clamp(1rem, 1vw, 5rem);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 300;
}

.img_banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px;
    object-position: 0% 70%;
    filter: brightness(30%)
}

.hero_images {
    display: flex;
    background-color: blue;
    height: auto;
}

.hero_images > img {
    height: clamp(10vw, 33vw, 33vw);
    object-fit: cover;
    max-width: 100%;
    width: clamp(1vw, 33vw, 33vw);
}

.hero_1 {
    object-position: 0% 70%;
    flex-grow: 1; 
}

.hero_2 {
    object-position: 0% 50%;
    flex-grow: 1; 
}

.hero_3 {
    object-position: 0% 50%;
    flex-grow: 1; 
}

.posters {
    display: flex;
    background-color: rgb(0, 0, 0);
    height: 100%;
    margin-top: 5vh;
    justify-content: center;
    gap: 2vw;
    color: aliceblue;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15pt;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 600;
    line-height: 0;
    flex-wrap: wrap;
}

.poster_container_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.poster_container_1 > img {
    height: var(--poster-size);
}

.poster_container_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.poster_container_2 > img {
    height: var(--poster-size);
}

.poster_container_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.poster_container_3 > img {
    height: var(--poster-size);
}

.services {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15pt;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 6vh ;
    margin-top: 1vh;
    width: auto;
    color: rgb(255, 0, 0);
    backdrop-filter: blur(10px);
    background-color: rgba(243, 243, 243, 0);
    
}

.services_flex {
    display: flex;
    color: aliceblue;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    backdrop-filter: blur(10px);
}

.services_container {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0)), url("../IMG/web wave 3.png");
    background-size: cover;
}

.sound_recording_container {
    width: 20rem;
    height: 10rem;
}

.boom_operating_container {
    width: 20rem;
    height: 10rem;
}

.gear_container {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    line-height: .1;
    align-items: center;
}

.gear_title {
    color: rgb(255, 0, 0);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30pt;
}

.gear_subheading {
    color: aliceblue;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.gear_img {
    max-width: 100%;
}

.gear_img > img {
    width: 100%;
    height: 45vh;
    object-fit: fill;


}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-auto-rows: 300px;
    gap: 0;
    grid-auto-flow: dense;
    overflow: hidden;
    z-index: -1;
}

.gallery-item {
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 5s ease-in-out;
}

.gallery-item .g1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-item .g1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    
}

.gallery-item:hover {
    transform:scale(1.1);
    z-index: 1;
    filter: grayscale(0);
    transition: grayscale 0.5s;
    transition: 0.1s ease;
}

.gallery-item .g1_text {
    opacity: 0;
    position:absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: aliceblue;
    font-size: 10pt;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    pointer-events: none;
    transition: 1s ease-in-out;
    white-space: nowrap;
}

.w-2 {
    grid-column: span 3;
}

.gallery-item:hover .g1_text {
    opacity: 1;
}

.footer-container {
    display: flex;
    flex-direction: row;
    min-height: auto;
    background-color:aliceblue;
    
}

.footer-left {
    flex-grow: 2;
    background-color: rgba(255, 255, 255, 0);
    color:rgb(0, 0, 0);
    font-size: 1rem;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    padding-top: 5vh;
    padding-left: 5vw;
    padding-bottom: 2vh;
}

.footer-left-sub {
    line-height: 0.1;
    
}

.footer-right {
    flex-grow: 1;
    background-color: rgb(0, 0, 0);
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-bottom: 2vh;
    color: aliceblue;
    font-size: 1rem;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.insta-button {
    background-color: transparent;
    filter: invert(0);
    border-style: none;
    cursor: pointer;
}

.igbutton {
    height: 40px;
}


.footer-logo {
    font-family: portcullion;
    color: rgb(255, 0, 0);
    font-size: 4rem;
    text-align: left;
    white-space: nowrap;
}