/* FONTS */
@font-face {
    font-family: 'minion-pro', serif;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.adobe.com/fonts/minion#fonts-section);
}


/* FOR THE PARALLAX*/
.txtover {
    position: relative;
    margin: 0;
    padding: 0;
    background-image: url(assets/images/media-imgs/media-background/software1.avif);
    height: 55vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* Removes the parallax for mobile view*/
  @media (max-width: 768px) {
    .txtover {
      background-attachment: local;
    }
  }
 
  .txtover figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
 
  .media-header h1 {
    color: white;
    font-family: 'Playfair Display';
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 7px;
    text-shadow: 1px 1px 21px rgb(58, 58, 58);
  }
  /* SCALES DOWN THE PARALLAX HEADER ON PHONE*/
  @media (max-width: 768px) {
    .media-header h1 {
          font-size: 50px;
      }
  }
 
  /* VIDEO SECTION*/
  .video-container {
  background-color: #f2f2f2;
  padding-top: 5rem;
  padding-bottom: 5rem;
  }
 
  .video-section1 p{
  padding-right: 10rem;
  color: black;
  font-family: 'minion-pro';
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;

  padding-top: 2rem;
  }
 
  .video-section1 h1{
  color: var(--light-green-accent);
  font-family: 'Playfair Display';
  font-size: 50px;
  font-weight: 700;
  }

  .video-section1-doc {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-section2{
  align-items: center;
  text-align: right;
  }
 
  .video-section2 p{
  padding-left: 10rem;
  color: black;
  font-family: 'minion-pro';
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  }

  .video-section2-header {
    padding-top: 5rem;
  }

  .video-section2 .col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .video-section2 h1{
  color: var(--light-green-accent);
  font-family: 'Playfair Display';
  font-size: 50px;
  font-weight: 700;
  }

  .video-section2-content {
    padding-top: 5rem;
  }

  .media-video {
    width: 560px; 
    height: 315px;
  }
 
  /* VIDEO SECTION FOR DIFFERENT SCREEN SIZES */
  @media (max-width: 1335px){
  .video-container {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
 
  .video-section1{
    display: block;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 0;
  }
 
  .video-section2{
    display: block;
    text-align: center;
    padding: 3rem 0;
  }
 
  .video-section1 p{
    padding-right: 0rem;
  }
 
  .video-section2 p{
    padding-left: 0rem;
  }
 
  .video-section2 h1{
    padding-top: 0.3rem;
  }
  }
 
  /* VIDEO SECTION VIDEOS FOR PHONE SIZE */
  @media (max-width: 767px) {
    iframe{
      width: 100%;
    }

    .media-video{
      width: 100%;
    }

    .video-section1 p {
      padding-bottom: 2rem;
    }
    .video-section2 {
      padding-bottom: 3rem;
    }

    .video-section2-header {
      padding-top: 3rem;
    }

    .video-section2-content {
      padding-top: 2rem;
    }
  }
 
  /*FOR THE CREDITS AT THE BOTTOM*/
  .wrapper-1{
  align-items: center;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  height: 100%;
  }
 
  /*THIS TARGETS THE SECOND .wrapper-1*/
  .wrapper-1:nth-of-type(2){
  padding-bottom: 5rem;
  }
 
  .person-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 280px;
  }
  .container-1 {
  border-radius: 50%;
  height: 312px;
  -webkit-tap-highlight-color: transparent;
  transform: scale(0.48);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 400px;
  }
 
  .container-1:hover {
  transform: scale(0.54);
  }
  .container-inner-1 {
  clip-path: path(
    "M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z"
  );
  position: relative;
  transform-origin: 50%;
  top: -200px;
  }
 
  .img-1 {
  pointer-events: none;
  position: relative;
  transform: translateY(20px) scale(1.15);
  transform-origin: 50% bottom;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .container-1:hover .img-1 {
  transform: translateY(0) scale(1.2);
  }
  .img1-1 {
  left: 22px;
  top: 164px;
  width: 340px;
  }
  .img2-1 {
  left: -46px;
  top: 174px;
  width: 444px;
  }
  .img3-1 {
  left: -16px;
  top: 144px;
  width: 466px;
  }
  .divider-1 {
  background-color: #ca6060;
  height: 1px;
  width: 160px;
  }
  .name-1 {
    color: var(--light-green-accent);
    font-family: 'Playfair Display';
    font-size: 2rem;
    font-weight: 700;
  }
  .title-1 {
    font-family: 'minion-pro';
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
  }
  /* THE CREDIT SECTION WAS FROM: https://codepen.io/ainalem/pen/QWGNzYm?editors=1100*/