/*!
Theme Name: Last Indian War Movie
Theme URI: https://staging.thelastindianwarmovie.com
Author: Uptek
Author URI: https://uptek.com/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: liw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dfvfdv is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Light.eot");
  src: url("../fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Light.woff2") format("woff2"), url("../fonts/Avenir-Light.woff") format("woff"), url("../fonts/Avenir-Light.ttf") format("truetype"), url("../fonts/Avenir-Light.svg#Lato-Bold") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Light.eot");
  src: url("../fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Light.woff2") format("woff2"), url("../fonts/Oswald-Light.woff") format("woff"), url("../fonts/Oswald-Light.ttf") format("truetype"), url("../fonts/Oswald-Light.svg#Lato-Black") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Regular.eot");
  src: url("../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.ttf") format("truetype"), url("../fonts/Oswald-Regular.svg#Lato-Black") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Medium.eot");
  src: url("../fonts/Oswald-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Medium.woff2") format("woff2"), url("../fonts/Oswald-Medium.woff") format("woff"), url("../fonts/Oswald-Medium.ttf") format("truetype"), url("../fonts/Oswald-Medium.svg#Lato-Black") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

.h1 {
  font-style: normal;
  font-size: 57px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 1024px) {
    .h1 {
      font-size: 38px; } }

.logo-label {
  font-size: 36px;
  font-weight: 300;
  line-height: 153.333%;
  font-family: "Oswald", sans-serif; }

.h2 {
  font-size: 47px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.351%; }

.h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 130.769%; }

* {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden; }

@media (min-width: 1167px) {
  #page {
    min-height: 100vh; }
    #page::-webkit-scrollbar {
      display: none; }
  .no-scroll #page {
    overflow: hidden; }
  .no-scroll section {
    filter: blur(5px); }
  .screen-height {
    height: 100vh; } }

.relative {
  position: relative; }

.flex {
  display: flex; }

.flexwrap {
  flex-wrap: wrap; }

.jcc {
  justify-content: center; }

.media-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hide {
  display: none !important; }

.overflow-hidden {
  overflow: hidden; }

.w-100 {
  max-width: 100% !important; }

.uppercase {
  text-transform: uppercase; }

.no-margin {
  margin: 0 !important; }

.pb-10 {
  padding-bottom: 10px !important; }

button {
  cursor: pointer; }

.button {
  margin-block: 50px; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.black-bg {
  background-color: #000;
  color: #fff; }

.inline-auto {
  margin-inline: auto; }

.section-tagline {
  font-size: 22px;
  font-weight: 500;
  line-height: 153.333%; }

.section-heading {
  font-size: 45px;
  font-weight: 500;
  line-height: 153.333%;
  text-transform: uppercase; }

.section-description {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 300;
  line-height: normal; }

.white {
  color: white; }

.arrow {
  all: unset;
  cursor: pointer; }
  .arrow.to-left {
    transform: rotate(90deg); }
  .arrow.to-right {
    transform: rotate(-90deg); }
  .arrow.invert {
    filter: invert(1); }

.newsletter, .sponsor-form {
  padding-block: 0 100px;
  width: 100%;
  margin-top: auto; }
  .newsletter form, .sponsor-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start; }
  .newsletter input, .sponsor-form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #FFF;
    outline: none;
    font-size: 25px;
    font-weight: 300;
    width: 100%; }
    .newsletter input::placeholder, .sponsor-form input::placeholder {
      color: #fff; }
  .newsletter button[type=submit], .newsletter input[type=submit], .sponsor-form button[type=submit], .sponsor-form input[type=submit] {
    color: #fff;
    border: 1px solid currentColor;
    background-color: transparent;
    padding: 8px 18px;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0; }
    .newsletter button[type=submit]:hover, .newsletter input[type=submit]:hover, .sponsor-form button[type=submit]:hover, .sponsor-form input[type=submit]:hover {
      background-color: #fff;
      color: #000; }
  .newsletter textarea, .sponsor-form textarea {
    background-color: transparent;
    font-size: 25px !important;
    color: #fff;
    border: 1px solid #fff; }

.sponsor-form {
  padding-block: 0; }

.close-btn {
  all: unset;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 200;
  transition: all 0.5s ease-in-out; }
  .close-btn:before, .close-btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #000;
    transition: all 250ms ease-out;
    will-change: transform; }
  .close-btn:before {
    transform: translateY(0) rotate(45deg); }
  .close-btn:after {
    transform: translateY(0) rotate(-45deg); }
  .close-btn.white:before, .close-btn.white:after {
    background: #fff; }

.newsletter .gform_wrapper.gravity-theme input[type=email], .newsletter .gform_wrapper.gravity-theme input[type=text], .sponsor-form .gform_wrapper.gravity-theme input[type=email], .sponsor-form .gform_wrapper.gravity-theme input[type=text] {
  font-size: 25px !important; }

.newsletter .gform-body, .sponsor-form .gform-body {
  width: 100%; }

.password-protected {
  justify-content: center;
  align-items: center; }
  .password-protected p:first-child {
    font-size: 20px;
    font-family: Avenir; }
  .password-protected p:last-child {
    text-align: center;
    margin-top: 20px; }
    .password-protected p:last-child input[type=submit] {
      background: transparent;
      border: 1px solid #000;
      padding-inline: 10px; }

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  box-sizing: border-box; }

.row {
  display: flex; }

.row--wrap {
  flex-wrap: wrap; }

.col-md-6 {
  flex: 100%; }

@media (min-width: 1024px) {
  .col-md-6 {
    flex: 1 1 50%; } }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

.container-width {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto; }

.site-header {
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  transition: padding 0.3s linear, background-color 0.3s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 12; }

.menu-toggle {
  all: unset;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  -webkit-filter: drop-shadow(0 0 2px #000);
  filter: drop-shadow(0 0 2px #000); }
  @media (max-width: 1024px) {
    .menu-toggle {
      filter: invert(1);
      top: 24px;
      right: 24px; } }
  .menu-toggle:before, .menu-toggle:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #ffff;
    transition: all 250ms ease-out;
    will-change: transform; }
  .menu-toggle:before {
    transform: translateY(-8px); }
  .menu-toggle:after {
    transform: translateY(3px); }
  @media (max-width: 1024px) {
    .menu-toggle.active {
      filter: none; } }
  .menu-toggle.active:before {
    transform: translateY(0) rotate(45deg); }
  .menu-toggle.active:after {
    transform: translateY(0) rotate(-45deg); }

.main-navigation {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000;
  width: 50%;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-inline: 24px; }
  @media (max-width: 1024px) {
    .main-navigation {
      width: 100%; } }
  .main-navigation.active {
    transform: translate(0); }
  .main-navigation__container {
    width: 100%;
    max-width: 510px;
    margin-inline: auto;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 60px; }
    .main-navigation__container ul {
      list-style-type: none;
      gap: 40px;
      display: flex;
      flex-direction: column; }
  .main-navigation .menu-item a {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 127.361%;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s; }
    .main-navigation .menu-item a .active {
      font-weight: 600; }
    .main-navigation .menu-item a:hover {
      text-decoration: underline;
      color: #ffffffba; }

.header__footer {
  color: #fff;
  border-top: 1px solid currentColor;
  padding-block: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header__footer a {
    color: inherit;
    text-decoration: none; }

.header__login {
  font-size: 20px;
  font-weight: 300;
  line-height: 31.68px;
  /* 158.4% */
  text-transform: uppercase; }

.header__copyright {
  font-size: 11px;
  font-weight: 400;
  line-height: 22px;
  /* 200% */ }

.hero {
  align-items: center; }
  .hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .hero__background img {
      width: 100%;
      height: 100%; }
    .hero__background::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.5; }
  .hero .col {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px; }
  .hero__col-content {
    display: flex;
    flex-direction: column;
    max-width: 540px;
    margin-inline: auto; }
    .hero__col-content--logo {
      gap: 75px; }
    .hero__col-content--media {
      gap: 65px; }
  .hero .col-newsletter {
    display: flex;
    align-items: flex-end; }
    .hero .col-newsletter .section-heading {
      font-weight: 300; }
  .hero .sponsor {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .hero .sponsor .logo-label {
      font-family: "Oswald", sans-serif;
      font-size: 25px;
      font-weight: 500; }
    .hero .sponsor-gap {
      gap: 0; }
  .hero .sponsor-content {
    border-top: 1px solid #000; }
    .hero .sponsor-content p {
      font-family: Avenir;
      font-size: 20px;
      font-weight: 300;
      margin-top: 20px;
      text-align: center;
      width: 100%;
      max-width: 480px; }
  .hero .sponsor-form .logo-label {
    font-size: 45px;
    margin-bottom: 60px; }

.film {
  padding-left: 200px;
  display: flex;
  align-items: center;
  overflow: hidden; }
  @media (max-width: 1400px) {
    .film {
      padding-left: 100px; } }
  @media (max-width: 1167px) {
    .film {
      padding-inline: 24px;
      flex-direction: column;
      align-items: flex-start;
      padding-block: 50px; } }
  .film__header {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    padding: 37px; }
    @media (max-width: 1167px) {
      .film__header {
        position: static; } }
  .film__footer {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1167px) {
      .film__footer {
        position: relative; } }
  .film__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 1167px) {
      .film__bg {
        display: none; } }
    .film__bg::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.326);
      z-index: 2; }
    .film__bg img {
      transition: 0.3s; }
  .film__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 688px;
    transition: all 0.3s;
    transition-delay: 0.1s; }
    .film__content p {
      font-family: Avenir;
      font-size: 24px;
      font-weight: 300;
      margin-top: 20px; }
  .film__story {
    position: absolute;
    right: -30%;
    width: 100%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    margin-inline: auto;
    transition: all 0.8s;
    z-index: 2; }
    @media (max-width: 1500px) {
      .film__story {
        right: -40%; } }
    @media (max-width: 1400px) {
      .film__story {
        right: -55%; } }
    @media (max-width: 1167px) {
      .film__story {
        position: static;
        grid-template-columns: 1fr;
        margin-top: 50px; } }
    @media (min-width: 1980px) {
      .film__story {
        right: -18%; } }
    .film__story-card {
      cursor: pointer; }
      @media (hover: hover) {
        .film__story-card {
          transition: 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8); }
          .film__story-card:hover {
            transform: scale(1.1);
            z-index: 3;
            filter: drop-shadow(0 0 10px black); } }
    .film__story-heading {
      font-family: "Oswald", sans-serif;
      font-size: 90px;
      font-weight: 500;
      line-height: 129.613%;
      text-transform: uppercase;
      position: absolute;
      top: -18%;
      left: -80px;
      z-index: -1;
      display: none; }
      @media (min-width: 1167px) {
        .film__story-heading {
          display: block;
          opacity: 0;
          transition: 0.3s linear;
          transition-delay: 0.3s; } }
    .film__story-img {
      height: 470px;
      margin-bottom: 20px;
      filter: grayscale(100%); }
    .film__story-name {
      font-size: 22px;
      font-weight: 500;
      font-family: "Oswald", sans-serif;
      line-height: 153.333%; }
      @media (min-width: 1167px) {
        .film__story-name {
          opacity: 0;
          transition: 0.3s linear;
          transition-delay: 0.3s; } }
    .film__story-pagination {
      display: flex;
      gap: 20px;
      position: absolute;
      bottom: 70px;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 1167px) {
        .film__story-pagination {
          position: relative;
          bottom: -200%;
          left: 86%; } }
  .film__show-stories {
    all: unset;
    position: absolute;
    bottom: 45px;
    right: 40px;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: transform 0.3s; }
    @media (max-width: 1167px) {
      .film__show-stories {
        display: none; } }
  .film.show-stories .film__content {
    transform: translateX(-200%); }
  .film.show-stories .film__story {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  .film.show-stories .film__story-heading {
    opacity: 1; }
  .film.show-stories .film__story-name {
    opacity: 1; }
  .film.show-stories .film__bg img {
    scale: 1.1; }
  .film.show-stories .film__show-stories {
    transform: rotate(90deg); }

@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  50% {
    opacity: 1;
    transform: translateX(0px); }
  70% {
    transform: translateX(-30px); }
  80% {
    transform: translateX(0px); }
  90% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0px); } }

@keyframes bounce-reverse {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(-100%); }
  70% {
    transform: translateX(-98%); }
  80% {
    transform: translateX(-100%); }
  90% {
    transform: translateX(-99%); }
  100% {
    transform: translateX(-100%); } }
  .film__story-detail {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    z-index: 12;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1167px) {
      .film__story-detail {
        height: 100%;
        display: unset;
        padding: 100px 24px 30px;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden; } }
    .film__story-detail img:not(.arrow-btn) {
      opacity: 0;
      transition: opacity 0.5s; }
    .film__story-detail.active {
      animation: bounce 2s ease;
      animation-fill-mode: forwards; }
    .film__story-detail-container {
      width: 100%;
      max-width: 1030px;
      margin-inline: auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 50px;
      align-items: center;
      z-index: 11; }
      @media (max-width: 1167px) {
        .film__story-detail-container {
          grid-template-columns: 1fr; } }
    @media (max-width: 1167px) {
      .film__story-detail {
        grid-template-columns: 1fr; }
        .film__story-detail .arrow.to-left {
          filter: invert(1); } }
    .film__story-detail-img {
      height: 440px; }
    .film__story-detail-content {
      color: #000; }
      .film__story-detail-content .section-heading {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        opacity: 0;
        transition: opacity 1s ease-in; }
      .film__story-detail-content .section-description {
        font-size: 24px;
        opacity: 0;
        transition: opacity 1.5s ease-in; }
  .film .pagination-button {
    all: unset;
    cursor: pointer;
    color: #B3B3B3;
    font-family: Avenir;
    font-size: 24px;
    font-weight: 300; }
    .film .pagination-button.active {
      color: #000; }

.reverse {
  animation: bounce-reverse 2s ease !important; }

.quote {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px; }
  .quote__container {
    max-width: 730px; }
  .quote__caption {
    font-size: 27px;
    font-weight: 300;
    line-height: 248.201%;
    margin-top: 40px; }

.awards__container {
  padding-block: 50px;
  max-width: 1130px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.awards__wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 30px; }
  @media (min-height: 741px) and (max-height: 1000px) {
    .awards__wrapper {
      margin-top: 10px;
      padding: 10px 30px; } }
  @media (min-height: 700px) and (max-height: 740px) {
    .awards__wrapper {
      margin-top: 10px; } }

.awards__row {
  display: flex;
  padding-inline: 116px;
  gap: 25px;
  justify-content: center; }
  @media (min-height: 741px) and (max-height: 1000px) {
    .awards__row {
      gap: 65px; } }
  @media (max-width: 1024px) {
    .awards__row {
      padding-inline: 0;
      flex-wrap: wrap; } }
  .awards__row .awards__img-wrapper {
    max-width: 205px; }
    @media (max-width: 1024px) {
      .awards__row .awards__img-wrapper {
        max-width: 40%; } }
    @media (min-height: 741px) and (max-height: 1000px) {
      .awards__row .awards__img-wrapper {
        max-width: 150px; } }
    @media (min-height: 700px) and (max-height: 740px) {
      .awards__row .awards__img-wrapper {
        max-width: 120px; } }
  .awards__row--5 {
    padding-inline: 0; }

.awards__img-wrapper img {
  width: 100%; }

.endorsements__container {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px; }

.endorsements__header {
  background-color: #000;
  padding-block: 100px; }
  @media (max-width: 768px) {
    .endorsements__header {
      padding-block: 25px; } }
  @media (min-height: 700px) and (max-height: 1050px) {
    .endorsements__header {
      padding-block: 40px; } }

.endorsements__endorsement {
  width: 250px;
  display: flex;
  flex-direction: column; }
  .endorsements__endorsement-img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin-bottom: 10px; }
    @media (min-height: 700px) and (max-height: 1050px) {
      .endorsements__endorsement-img {
        height: 200px; } }
    .endorsements__endorsement-img img {
      transition: 0.3s; }
    .endorsements__endorsement-img:hover img {
      transform: scale(1.1); }
  .endorsements__endorsement-content {
    margin-top: auto;
    height: 60px; }
  .endorsements__endorsement-heading {
    font-size: 19px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #000; }

.team {
  position: relative;
  padding-top: 30px; }
  @media (max-width: 1167px) {
    .team {
      padding-bottom: 60px; } }
  .team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 30vh;
    width: 100%;
    background-color: #000;
    z-index: -1; }
  .team__close {
    position: absolute;
    top: 20px;
    right: 20px; }
  .team__container {
    width: 100%;
    max-width: 990px; }
  .team .section-heading {
    margin-bottom: 30px; }
    @media (min-height: 700px) and (max-height: 1000px) {
      .team .section-heading {
        margin-bottom: 10px; } }
  .team__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 65px; }
    @media (min-height: 700px) and (max-height: 1050px) {
      .team__wrapper {
        row-gap: 20px; } }
    @media (max-width: 1024px) {
      .team__wrapper {
        grid-template-columns: 1fr;
        padding-inline: 20px; } }
  .team__card {
    width: 100%;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s; }
    @media (min-height: 700px) and (max-height: 1000px) {
      .team__card {
        font-size: 16px; } }
    .team__card-img {
      width: 100%;
      height: 300px;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .team__card-img {
          aspect-ratio: 1/1;
          height: auto !important; } }
      @media (min-height: 700px) and (max-height: 1000px) {
        .team__card-img {
          height: 220px;
          margin-bottom: 10px; }
          .team__card-img img {
            object-position: top; } }
    .team__card:hover {
      scale: 1.1; }
  .team__member-name {
    font-family: "Oswald", sans-serif;
    font-weight: 500; }
    @media (min-height: 700px) and (max-height: 1000px) {
      .team__member-name {
        font-size: 22px; } }
  .team__member-profession {
    font-family: "Oswald", sans-serif;
    font-weight: 400; }
    @media (min-height: 700px) and (max-height: 1000px) {
      .team__member-profession {
        line-height: 1.2; } }
    @media (min-height: 1001px) {
      .team__member-profession {
        font-size: 20px;
        line-height: 1.2; } }
  .team__popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 12;
    transition: 0.3s;
    overflow-y: scroll;
    scale: 0;
    opacity: 0; }
    @media (max-width: 1024px) {
      .team__popup {
        padding-inline: 20px;
        height: 100%;
        position: fixed;
        padding-block: 50px; } }
    .team__popup.active {
      scale: 1;
      opacity: 1; }
    .team__popup--overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 400px;
      background-color: #000;
      z-index: -1; }
    @media (max-width: 1024px) {
      .team__popup-content {
        color: #000; } }
    .team__popup .team__container {
      z-index: 10;
      padding-top: 30px; }
    .team__popup-wrapper {
      display: grid;
      grid-template-columns: 290px 1fr;
      gap: 45px;
      margin-top: 80px; }
      @media (max-width: 1024px) {
        .team__popup-wrapper {
          grid-template-columns: 1fr; } }
    .team__popup-img {
      height: 330px; }
      @media (max-width: 768px) {
        .team__popup-img {
          aspect-ratio: 1/1;
          height: auto; } }
    .team__popup-name {
      font-size: 30px;
      font-family: "Oswald", sans-serif;
      font-weight: 500; }
    .team__popup-proffesion {
      font-size: 24px;
      font-family: "Oswald", sans-serif;
      font-weight: 400; }
    .team__popup-quote {
      font-size: 18px;
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      margin-top: 20px; }
    .team__popup-desc {
      color: #000;
      font-family: "Avenir", sans-serif;
      font-weight: 300;
      font-size: 18px;
      margin-top: 70px; }
      @media (max-width: 1024px) {
        .team__popup-desc {
          margin-top: 20px; } }
