* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.2;
  overflow-x: hidden;
}

:root {
  --font-Montserrat: "Montserrat", sans-serif;
  --font-Nunito: "Nunito", sans-serif;
  --font-Helvetica: "Helvetica", Arial, sans-serif;
  --font-Lato: "Lato", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;
  --font-Oswald: "Oswald", sans-serif;
  --font-opensans: "Open Sans", sans-serif;
  --font-Poppins: "Poppins", sans-serif;
  --font-LenguajeSpartan: "League Spartan", sans-serif;
  --font-Quicksand: "Quicksand", sans-serif;

  /*
--font-Roboto: "Roboto", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
--font-Myriad: "Myriad Pro", sans-serif;
--font-Verdana: Verdana, sans-serif;
--font-Inter: "Inter", sans-serif; */

  --color-color-ed1: #669ed1;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-main {
  background-image: url("../img/header/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
}

.container-1500 {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 0 0;
  position: relative;
  z-index: 10;
  gap: 50px;
}

.nav-center {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}

.nav-left .email-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-Montserrat);
  transition: opacity 0.3s ease;
}

.nav-left .email-link:hover {
  opacity: 0.7;
}

.nav-left .email-link i {
  background-color: white;
  color: #181818;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.nav-center .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 60px;
  font-family: var(--font-Helvetica);
  font-size: 17px;
  margin-left: auto;
}

.nav-center .nav-link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.navbar .nav-center .nav-menu li a.active {
  background-color: #74b5f0;
  padding: 8px 23px;
  border-radius: 20px;
  color: white;
}

.navbar .nav-center .nav-menu li a:hover {
  opacity: 0.7;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.language-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 13px;
}

.language-selector span {
  font-family: var(--font-Nunito);
  color: #ffffff;
}

.flag-icon {
  width: 20px;
  height: auto;
}

.social-links {
  display: flex;
  gap: 5px;
}

.social-link {
  color: white;
  font-size: 30px;
  transition: opacity 0.3s ease;
}

.social-link:hover {
  opacity: 0.7;
}

.hero-section {
  padding: 10px 0 50px 0;
  color: white;
  position: relative;
  z-index: 5;
}

.hero-text-left {
  text-align: left;
  margin-bottom: 20px;
}

.hero-title {
  font-family: var(--font-Helvetica);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: -8px;
  text-transform: uppercase;
}

.hero-title2 {
  font-family: var(--font-Helvetica);
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-left: 380px;
}

.hero-subtitle {
  font-family: var(--font-Helvetica);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.hero-description {
  font-family: var(--font-Helvetica);
  font-size: 21px;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--color-color-ed1);
  padding-left: 480px;
}

.hero-craft {
  font-family: var(--font-Helvetica);
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1;
}

.hero-we-are {
  font-family: var(--font-Helvetica);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--color-color-ed1);
  padding-left: 80px;
}

.highlight {
  color: var(--color-color-ed1);
}

.spectrum {
  font-weight: 600;
  font-size: 30px;
}

.brand-name {
  color: white;
  font-size: 48px;
  font-weight: 600;
}

.hero-video-section {
  display: flex;
  justify-content: center;
  /* background-image: url("../img/header/video.png"); */
  /* border-radius: 35px; */
}

.hero-video {
  width: 100%;
  max-width: auto;
  height: 527px;
  /* border-radius: 30px; */
}

.hero-bottom-text {
  text-align: right;
  margin-top: 20px;
}

.bottom-description {
  font-family: var(--font-Helvetica);
  font-size: 20px;
  color: var(--color-color-ed1);
  margin: 0;
}

.normal {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
}

/*footer main*/

.container-1700 {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-footer {
  background-color: #000000;
  position: relative;
}

/* .main-footer::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #070707;
clip-path: polygon(0% 0%, 37% 0%, 42% 100%, 0% 100%);
z-index: 0;
} */

.footer-content {
  display: flex;
  min-height: 300px;
}

.footer-logo-section {
  background-color: #070707;
  flex: 0 0 645px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  padding-bottom: 110px;
  margin-bottom: -40px;
  border-radius: 0 0 50px 0;
}

.footer-logo img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-left: 60px;
}

.footer-info-section {
  background-color: #000000;
  flex: 1;
  display: flex;
  align-items: center;
}

.footer-info-section .container-1700 {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 60px;
  width: 100%;
  padding: 60px 20px;
}

.footer-nav h3,
.footer-contact h3,
.footer-social h3 {
  color: #ffffff;
  font-family: var(--font-Lato);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: initial;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}

.footer-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-Lato);
  font-size: 14px;
  transition: opacity 0.3s ease;
  text-transform: initial;
}

.footer-nav a:hover {
  opacity: 0.7;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item i {
  color: black;
  font-size: 18px;
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.contact-item a:hover {
  opacity: 0.7;
}

.footer-social .social-links {
  display: flex;
  gap: 5px;
}

.footer-social .social-link {
  color: #ffffff;
  font-size: 29px;
  transition: opacity 0.3s ease;
}

.footer-social .social-link:hover {
  opacity: 0.7;
}

/*footer end*/
.footer-bottom {
  background-color: var(--color-color-ed1);
  padding: 15px 0;
}

.footer-bottom .container {
  max-width: 1750px;
  margin: 0 auto;
  padding: 30px 20px;
  padding-left: 642px;
}
.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Arial);
}

.footer-bottom-content p {
  margin: 0;
  text-transform: uppercase;
}

.footer-bottom-content span {
  text-transform: initial;
}

.powered-by {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

.tecweb-logo {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*home*/
#go-beyond-section {
  background-image: url("../img/home/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#go-beyond-section .container-1700 {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

#go-beyond-section .content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

#go-beyond-section .text-content {
  flex: 1;
  color: white;
}

#go-beyond-section .section-title {
  font-family: var(--font-Lato);
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#go-beyond-section .section-title .bold {
  font-weight: 700;
  font-family: var(--font-Helvetica);
}

#go-beyond-section .description-text {
  font-family: var(--font-Lato);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}

#go-beyond-section .image-content {
  flex: 0 0 auto;
  position: relative;
}

#go-beyond-section .founders-image {
  width: 788px;
  height: 417px;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

#go-beyond-section .films-section {
  padding-top: 150px;
}

#go-beyond-section .films-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

#go-beyond-section .films-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex: 0 0 auto;
}

#go-beyond-section .film-image {
  width: 368px;
  height: 262px;
}

#go-beyond-section .collage-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#go-beyond-section .film-image:nth-child(1) .collage-image {
  border-radius: 30px 0 0 0;
}

#go-beyond-section .film-image:nth-child(2) .collage-image {
  border-radius: 0 30px 0 0;
}

#go-beyond-section .film-image:nth-child(3) .collage-image {
  border-radius: 0 0 0 30px;
}

#go-beyond-section .film-image:nth-child(4) .collage-image {
  border-radius: 0 0 30px 0;
}

#go-beyond-section .films-content {
  flex: 1;
  color: white;
  padding-left: 40px;
}

#go-beyond-section .films-description {
  font-family: var(--font-Lato);
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

#projects-section {
  background-color: white;
  padding: 80px 0;
}

#projects-section .container-1900 {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 20px;
}

#projects-section .container-1700 {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

#projects-section .projects-title {
  font-family: var(--font-Lato);
  font-size: 80px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
  color: #000000;
  text-transform: initial;
}

#projects-section .projects-title .bold {
  font-weight: 700;
  font-family: var(--font-Helvetica);
}

#projects-section .projects-carousel {
  width: 100%;
  overflow: hidden;
}

#projects-section .projects-carousel-wrapper {
  display: flex;
  gap: 30px;
  width: max-content;
}

#projects-section .project-slide {
  flex-shrink: 0;
  width: 661px;
}

#projects-section .project-card {
  background: white;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 661px;
}

#projects-section .project-image {
  width: 661px;
  height: 694px;
  overflow: hidden;
}

#projects-section .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#projects-section .project-info {
  padding: 10px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#projects-section .project-title {
  font-family: var(--font-Oswald);
  font-size: 30px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#projects-section .project-title .subtitle {
  font-weight: 300;
  font-size: 25px;
  text-transform: initial;
}

#projects-section .project-genre,
#projects-section .project-director,
#projects-section .project-production {
  font-family: var(--font-opensans);
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 10px;
  font-weight: 300;
}

#projects-section .project-production {
  margin-bottom: 15px;
}

#projects-section .project-genre strong,
#projects-section .project-director strong,
#projects-section .project-production strong {
  font-weight: 600;
}

#projects-section .read-more-btn {
  background-color: #000000;
  color: white;
  padding: 6px 34px;
  text-decoration: none;
  font-family: var(--font-opensans);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 8px;
  display: inline-block;
  margin-top: auto;
  align-self: flex-start;
  transition: background-color 0.3s ease;
}

#projects-section .read-more-btn:hover {
  background-color: #333333;
}

#contact-section {
  background-image: url("../img/home/background_form.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

#contact-section .container-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#contact-section .contact-title {
  font-family: var(--font-Helvetica);
  font-size: 80px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  position: relative;
}

#contact-section .contact-title .highlight {
  font-family: var(--font-Lato);
  font-weight: 300;
  color: white;
  text-transform: initial;
}

#contact-section .contact-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background-color: white;
}

#contact-section .contact-form {
  max-width: 100%;
  margin: 0 auto;
}

#contact-section .form-row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

#contact-section .form-input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  border-radius: 26px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-Poppins);
  font-size: 14px;
  outline: none;
}

#contact-section .form-input::placeholder {
  color: #454545;
  font-family: var(--font-Poppins);
}

#contact-section .recaptcha-container {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

#contact-section .send-btn {
  display: block;
  margin: 0 auto;
  padding: 10px 100px;
  background-color: #74b5f0;
  color: white;
  border: none;
  border-radius: 20px;
  font-family: var(--font-LenguajeSpartan);
  font-size: 20px;
  font-weight: 800;
  text-transform: initial;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#contact-section .send-btn:hover {
  background-color: #5fa3e8;
}

/*team and press*/

#team-section {
  background-image: url("../img/team-press/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 350px 0;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
  background-color: #141414;
  position: relative;
}

#team-section .team-title {
  font-family: var(--font-Helvetica);
  font-size: 80px;
  font-weight: 100;
  color: white;
  text-align: center;
  margin-bottom: 80px;
  text-transform: uppercase;
  line-height: 1;
}

.team-title .bold {
  font-weight: 800;
}

#team-section .team-member {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}

#team-section .member-image {
  flex: 0 0 460px;
}

#team-section .member-photo {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

#team-section .member-info {
  flex: 1;
  color: white;
  padding: 60px 0;
}
#team-section .team-member:nth-child(5) .member-info,
#team-section .team-member:nth-child(4) .member-info {
  padding: 10px 0;
}

#team-section .member-name {
  font-family: var(--font-Helvetica);
  font-size: 45px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

#team-section .member-role {
  background-color: #403e3e;
  color: white;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 8px;
  font-family: var(--font-opensans);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}

#team-section .member-bio p {
  font-family: var(--font-opensans);
  font-size: 17.5px;
  line-height: 1.2;
  color: white;
  margin-bottom: 20px;
}

#team-section .member-social {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

#team-section .social-imdb {
  background-color: #403e3e;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

#team-section .social-imdb img {
  width: 32px;
  height: auto;
}

#team-section .social-imdb:hover {
  background-color: #f5c518;
}

#team-section .social-imdb:hover img {
  filter: invert(1);
}

#team-section .social-instagram {
  background-color: #403e3e;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  transition: opacity 0.3s ease;
}

#team-section .social-instagram:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  color: white;
}

#team-section .team-member.reverse {
  flex-direction: row-reverse;
}

#team-section .press-image {
  position: absolute;
  bottom: -300px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1707px;
  height: auto;
}

#press-section {
  background-image: url("../img/team-press/background-press.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 400px 0 50px 0;
}

#press-section .press-title {
  font-family: var(--font-Helvetica);
  font-size: 80px;
  font-weight: 800;
  color: white;
  text-align: center;
  margin-bottom: 80px;
  text-transform: uppercase;
}

#press-section .press-article {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 80px;
}

#press-section .article-image {
  flex: 0 0 662px;
  position: relative;
}

#press-section .article-image::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 42px;
  background-image: url("../img/team-press/press/shadow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

#press-section .article-image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

#press-section .article-content {
  flex: 1;
  color: white;
  display: flex;
  flex-direction: column;
  height: 363px;
}

#press-section .article-title {
  font-family: var(--font-Helvetica);
  font-size: 29px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}

#press-section .article-description {
  font-family: var(--font-opensans);
  font-size: 17px;
  color: white;
  line-height: 1.6;
  margin-bottom: 40px;
  flex-grow: 1;
}

#press-section .read-more-btn {
  background-color: black;
  color: white;
  border: 2px solid white;
  padding: 15px 30px;
  text-decoration: none;
  font-family: var(--font-Quicksand);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
  align-self: flex-end;
  margin-top: auto;
}

#press-section .read-more-btn:hover {
  background-color: white;
  color: black;
}

#press-section .article-divider {
  width: 100%;
  height: 2px;
  background-color: #4d769b;
  margin-bottom: 80px;
}

/*projects-awards*/

#projects-awards-section {
  background-image: url("../img/projects-and-awards/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #181818;
}

#projects-awards-section .container-1700 {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

#projects-awards-section .projects-awards-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-bottom: 100px;
}

#projects-awards-section .projects-awards-image {
  flex: 0 0 536px;
  position: relative;
}

#projects-awards-section .projects-awards-image::after {
  content: "";
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 51px;
  background-image: url("../img/projects-and-awards/shadow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

#projects-awards-section .sister-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

#projects-awards-section .projects-awards-content {
  flex: 1;
  color: white;
  padding-left: 20px;
  display: flex;
  align-items: center;
  height: 650px;
}

#projects-awards-section .film-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#projects-awards-section .projects-awards-title {
  font-family: var(--font-Helvetica);
  font-size: 80px;
  font-weight: 800;
  color: white;
  margin-bottom: 100px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  width: 100%;
}

#projects-awards-section .film-title {
  font-family: var(--font-Helvetica);
  font-size: 38px;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.1;
}

#projects-awards-section .film-year {
  font-family: var(--font-Oswald);
  font-weight: 300;
  font-size: 30px;
  color: white;
}

#projects-awards-section .film-info {
  margin-bottom: 10px;
}

#projects-awards-section .film-genre,
#projects-awards-section .film-director,
#projects-awards-section .film-cast,
#projects-awards-section .film-production {
  font-family: var(--font-opensans);
  font-size: 17.5px;
  color: white;
  margin-bottom: 10px;
  line-height: 1.4;
}

#projects-awards-section .film-genre strong,
#projects-awards-section .film-director strong,
#projects-awards-section .film-cast strong,
#projects-awards-section .film-production strong {
  font-weight: 700;
  color: white;
  font-size: 19px;
}

#projects-awards-section .film-synopsis {
  margin-bottom: 20px;
}

#projects-awards-section .synopsis-label {
  font-family: var(--font-opensans);
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
}

#projects-awards-section .synopsis-label strong {
  font-weight: 800;
  color: white;
  font-size: 19px;
}

#projects-awards-section .synopsis-text {
  font-family: var(--font-opensans);
  font-size: 17.5px;
  color: white;
  line-height: 1.5;
  margin: 0;
}

#projects-awards-section .watch-button-container {
  margin-top: 30px;
}

#projects-awards-section .watch-btn {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 50px;
  text-decoration: none;
  font-family: var(--font-opensans);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

#projects-awards-section .watch-btn:hover {
  background-color: white;
  color: #000000;
}

#projects-awards-section
  .projects-awards-wrapper.reverse
  .projects-awards-content {
  padding-left: 0;
  padding-right: 40px;
}

#short-films-section {
  background-image: url("../img/projects-and-awards/short-films/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

#short-films-section .container-1700 {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

#short-films-section .short-films-title {
  font-family: var(--font-Helvetica);
  font-size: 80px;
  font-weight: 800;
  color: white;
  margin-bottom: 60px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  width: 100%;
}

#short-films-section .short-films-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

#short-films-section .short-film-item {
  color: white;
}

#short-films-section .short-film-poster {
  position: relative;
  margin-bottom: 50px;
}

#short-films-section .short-film-poster::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 51px;
  background-image: url("../img/projects-and-awards/short-films/shadow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

#short-films-section .short-film-poster img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

#short-films-section .watch-btn-overlay {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #000000;
  padding: 15px 50px;
  text-decoration: none;
  font-family: var(--font-Quicksand);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}

#short-films-section .watch-btn-overlay:hover {
  background-color: white;
  opacity: 0.9;
}

#short-films-section .short-film-title {
  font-family: var(--font-Helvetica);
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.1;
}

#short-films-section .short-film-year {
  font-family: var(--font-Oswald);
  font-size: 30px;
  color: white;
  margin-bottom: 40px;
  font-weight: 300;
}

#short-films-section .short-film-director,
#short-films-section .short-film-genre,
#short-films-section .short-film-cast,
#short-films-section .short-film-synopsis {
  font-family: var(--font-opensans);
  font-size: 18px;
  color: white;
  margin-bottom: 8px;
  line-height: 1.4;
}

#short-films-section .short-film-director strong,
#short-films-section .short-film-genre strong,
#short-films-section .short-film-cast strong,
#short-films-section .short-film-synopsis strong {
  font-weight: 800;
  color: white;
}

#short-films-section .short-film-synopsis {
  margin-bottom: 0;
}

#awards-section {
  background-image: url("../img/projects-and-awards/background-awards.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-color: #161616;
}

#awards-section .container-1700 {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

#awards-section .awards-title {
  font-family: var(--font-Helvetica);
  font-size: 80px;
  font-weight: 800;
  color: white;
  margin-bottom: 60px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  width: 100%;
}

#awards-section .awards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

#awards-section .award-card {
  height: 400px;
  overflow: hidden;
}

#awards-section .award-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#awards-section .award-overlay {
  background: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

#awards-section .award-event-title {
  font-family: var(--font-Oswald);
  font-size: 50px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
  align-self: flex-start;
}

#awards-section .award-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

#awards-section .award-info {
  flex: 1;
  margin-right: 80px;
}

#awards-section .award-project-title {
  font-family: var(--font-Oswald);
  font-size: 24px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 1.1;
}

#awards-section .award-description {
  font-family: var(--font-opensans);
  font-size: 18px;
  color: white;
  line-height: 1.4;
  margin: 0;
}

#awards-section .award-btn {
  background-color: white;
  color: black;
  text-decoration: none;
  font-family: var(--font-opensans);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 15px;
}

#awards-section .award-btn.watch-btn {
  padding: 20px 50px;
}

#awards-section .award-btn.read-more-btn {
  padding: 20px 30px;
}

#awards-section .award-btn:hover {
  opacity: 0.9;
}
