/* ==========================
   About Vani Section

   ========================== */

.showreel-container { 
  width: 90%;
  margin: 3rem auto 1rem auto;
}

h1 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.2;
  color: maroon;
}

main > section {
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.6;
  } 

.showreel_profile{
  width: 90%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
}
.showreel_profile div{
  width: 100%;
}

/*Video*/
 
#showreel_video{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%; 
    }

/*Call to action section*/

section.call-to-action{
  margin: 1rem auto 2rem auto;
}






/* ==========================
   Tablet & Up
   ========================== */

@media (min-width: 1024px) {
  
    .showreel_profile {
      flex-direction: row;
      gap: 1em ;
    }

}

