/* Section1 */
.section1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 4;
    background: transparent;
} 

.section1-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 2vw auto 0 auto;
  z-index: 4;
}

.section1-container:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section1-container span:nth-child(1) {
  color: #fff;
  text-align: center;
  font-size: 1.2vw;
}

.section1-heading {
  width: 100%;
  position: absolute;
  margin: 1vw 0;
  padding: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-10%);
}

h1 {
  font-size: 0.1px;
}

.section1-heading img {
  width: 40vw;
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.section1-heading .heading-logo {
  width: 4vw;
  height: auto;
}

.recap-vid-bg {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .recap-vid-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.205) 28%, rgba(0, 0, 0, 0.815) 75%, rgba(0,0,0,1) 100%);
  pointer-events: none;
  width: 100%;
  height: 40vw;
  opacity: 0.80;
}  */

.recap-vid-bg:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.83375356978729) 28%, rgba(0,0,0,0.2455182756696429) 75%, rgba(0,0,0,0) 100%);
  width: 100%;
  height: 4vw;
} 

.recap-vid-bg img {
  width: 100%;
  height: auto;
}

.screen {
  /* border: 2px solid white; */
  width: 104.7%;
  height: 91%;
  scale: 0.5;
  position: absolute;
  bottom: 2.1%;
  overflow: hidden;
}

.screen video {
  width: 100%;
  height: auto;
}

.section1-container:nth-child(2) img {
  width: 12vw;
  margin: 1vw auto 3vw auto;
  filter: drop-shadow(3px 8px 12px #000);
  pointer-events: none;
}

.content-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  gap: 2vw;
  margin: 2vw auto;
}

.content-container .video-card {
  display: block;
  width: 22%;
  color: #fff;
  font-size: 1vw;
  cursor: url('/assets/cursors/pointer.cur'), auto;
}

.video-card video {
  width: 100%;
  border-radius: 20px;
}

.checkoutsocial {
  width: 11vw;
  position: absolute;
  left: 44.5%;
  transform: translateY(120%);
}

.checkoutsocial img {
  width: 100%;
}

div.socials {
  display: block;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  padding: 2vw;
  gap: 1vw;
  z-index: 4;
}

div.socials a {
  color: #fff;
  position: relative;
  margin: 0.7vw;
}

div.socials a svg {
  width: 1.5vw;
  height: 1.5vw;
  color: #fff;
  fill: #fff;
  position: absolute;
  transition: all 0.3s ease;
}
div.socials a svg:hover {
  /* width: 2.6vw;
  height: 2.6vw; */
  transform: scale(1.4);
  color: #fff;
  fill: #fff;
}

#cv {
  position: fixed;
  top:0;
  z-index: -1;
}
/* Section 1 end */

/* Media Queries */
@media (max-width: 767.98px) {    
    .section1 {
      padding: 15vw 0 0 0;
    }  

    .section1-container {
      width: 100%;
      margin: 0 auto;
    }

    .section1-container:nth-child(1) {
      margin: 0 0 10vw 0;
      flex-direction: column;
    }

    .section1-heading {
      width: 100%;
      margin: 0 0 10vw 0;
      position: relative;
      flex-direction: column;
      justify-content: center;
    }

    .section1-heading .h1 {
      line-height: 7vw;
      gap: 4vw;
      justify-content: center;
    }

    .section1-heading .team-content {
      width: 97%;
      font-size: 4vw;
      display: flex;
      margin: 1.5em auto 0 auto;
      text-align: center;
    }
  
    .section1-container span:nth-child(1) {
      font-size: 3vw;
      margin: 4vw 0 0 0;
    }

    h2 {
      position: absolute;
      visibility: hidden;
    }
    
    .section1-heading img {
      width: 100%;
      padding: 1vw;
      transform: translateX(0.8%);
    }

    .recap-vid-bg {
      display: flex;
      justify-content: center;
    }

    .recap-vid-bg img {
      scale: 1.5;
    }

    .recap-vid-bg:after {
      background: none;
      width: 100%;
      height: 0;
    } 
    
    .recap-vid-bg video {
      width: 100%;
      height: auto;
    }  
        
    .screen {
      width: 156.5%;
      height: 75.5%;
      scale: 0.5;
      position: absolute;
      bottom: -11.5%;
      overflow: hidden;
    }
    
    .section1-heading .heading-logo {
      display: none;
    }    

    .recap-vid-bg:before {
      height: 40em;
    } 

    .recap-vid-bg:after {
      height: 20em;
    } 
    
    .section1-container:nth-child(2) img {
      width: 30%;
      margin: 2vw auto 8vw auto;
      filter: drop-shadow(3px 8px 12px #000);
    }

    .content-container {
      flex-direction: column;
      align-items: center;
      gap: 10 vw;
      width: 85%;
      margin: 8vw auto 16vw auto;
    }

    .content-container .video-card {
      width: 100%;
      font-size: 1em;
      cursor: url('/assets/cursors/pointer.cur'), auto;
      text-align: center;
    }

    .video-card video {
      width: 100%;
      border-radius: 20px;
    }
    
    .checkoutsocial {
      width: 10em;
      left: 30%;
      transform: translateY(0%);
    }
    
    div.socials {
      height: 10vw;
      bottom: 8vw;
      margin: 1.5em auto;
      padding: 10vw 0vw;
      gap: 8vw;
    }

    div.socials a {
      position: relative;
      margin: 0.7vw;
    }

    div.socials a svg {
      width: 5vw;
      height: 5vw;
      fill: #fff;
      position: absolute;
      transition: all 0.3s ease;
    }
    /* Section 1 end */
}
/* Media Queries end */