@import url(./fonts.css);
@import url(./normalize.css);

:root {
  --color-blue: #13498b;
  --color-dark: #191919;
  --color-black: #000;
  --color-grey: #494949;
  --color-pure-gray: #555555;
  --color-yellow: #D69B03;
  --color-light-yellow: #fffaef;
  --color-gold: #5d4900;
}

.color-blue {
  color: var(--color-blue);
}

.color-dark {
  color: var(--color-dark);
}

.color-black {
  color: var(--color-black);
}

.color-grey {
  color: var(--color-grey);
}

.color-pure-gray {
  color: var(--color-grey);
}

.color-yellow {
  color: var(--color-yellow);
}

.color-gold {
  color: var(--color-gold);
}

.section-title {
  font-size: 55px;
  letter-spacing: 0.44px;
}

.hero {
  background-color: #3b83a7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px 91px;
  height: 100vh;
  box-sizing: border-box;
  text-align: center;
}

.hero ul.intro-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  text-align: center;
  margin-top: 0;
  height: calc(100vh - 250px);
}
.hero ul.intro-icons img {
  max-height: calc(100vh - 250px);
}
.hero .hero-sun {
  width: 68px;
}
.hero ul.intro-icons li:nth-child(3) {
  width: 349px;
}
.hero .hero-bottom {
  color: #fff;
  text-align: center;
}
.hero .hero-bottom div:first-child {
  font-size: 18.5px;
}
.hero .hero-bottom div:nth-child(2) {
  font-size: 50px;
}
.hero .hero-bottom div:nth-child(3) {
  font-size: 15px;
}
.hero .hero-bottom div:last-child {
  font-size: 20px;
}
.hero .hero-bottom .hero-music img {
  display: none;
}

/* Styles for Header*/
header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  /* transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; */
}
header ul {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  margin: 18px 0 17px;
}
header ul li {
  font-family: "oswaldlight";
  font-size: 1.57em;
  line-height: 1.36;
  float: left;
  border-right: 1px solid #fff;
  padding: 0px 25px;
}
header ul li:last-child {
  border-right: none;
}
header li a,
header li a:hover,
header li a:focus,
header li a:active {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
header .social-buttons {
  margin: 17px 0;
}
header a {
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}
header .social-header a:hover {
  opacity: 0.5;
}
header.header-fixed {
  position: fixed;
  top: 0;
  bottom: inherit;
}

header.header-inverted {
  background-color: #f5f5f5;
}
header.header-inverted li {
  border-color: #808080;
}
header.header-inverted li a {
  color: #808080;
}
header.header-inverted .icon {
  opacity: 0.5;
}
header.header-inverted a:hover .icon {
  opacity: 1;
}
/* New styles */
header .header-inner {
  display: flex;
}
header .header-inner .nav-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 80px;
}
header .header-inner .social-header {
  margin-right: 60px;
  display: flex;
  gap: 13px;
}
header .header-inner .social-header li {
  border-right: none;
  padding: 0;
}
header .header-inner .social-header img {
  max-width: 30px;
}
/* END Styles for Header*/

.all-in-film {
  background-image: url("img/all-in-film.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22.5px;
  padding: 46px 15px 400px;
}

.all-in-film img {
  width: 206px;
  margin-bottom: 16px;
}

.all-in-film ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
  margin-top: 0;
}

.all-in-film .all-in-film-before-dawn {
  font-size: 32.5px;
  display: inline-block;
  margin-top: 10px;
}

.before-dawn {
  background-image: url("img/before-dawn.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 15px 15px 40px;
  color: #fff;
}

.before-dawn .content {
  width: 630px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  font-size: 22.5px;
  line-height: 1.5;
}
.before-dawn .content p {
  margin: 0;
}

.before-dawn .before-dawn-bottom {
  font-size: 25px;
  letter-spacing: 1.25px;
}

/* Testimonials */
.testimonials .testimonials-slider {
  padding-top: 100px;
  padding-bottom: 56px;
  position: relative;
  margin-top: 0;
}
.testimonials .testimonials-slider .slick-track {
  display: flex !important;
  align-items: flex-end;
}
.testimonials .testimonial-item {
  height: 100%;
}
.testimonials .testimonial-item-inner {
  width: 615px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.testimonials .testimonial-item-inner .text {
  font-size: 27px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-bottom: 96px;
  color: #3a3837;
}
.testimonials .testimonial-item-inner .author {
  font-size: 20px;
  letter-spacing: 0.63px;
  line-height: 1.2;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.testimonials .testimonial-item-inner .position {
  font-size: 13px;
  letter-spacing: 0.5;
  line-height: 1;
  color: #696969;
  text-transform: uppercase;
}
.testimonials .testimonial-item-inner .position br {
  display: none;
}
.testimonials .testimonials-slider .slick-next,
.testimonials .testimonials-slider .slick-prev {
  all: unset;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.testimonials .testimonials-slider .slick-next:hover,
.testimonials .testimonials-slider .slick-prev:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.testimonials .testimonials-slider .slick-prev:before,
.testimonials .testimonials-slider .slick-next:before {
  content: "";
  width: 38px;
  height: 79px;
  background-size: contain;
  background-image: url(img/switch.png);
  display: block;
}
.testimonials .testimonials-slider .slick-next:before {
  transform: rotate(180deg);
}
.testimonials .testimonials-slider .slick-next {
  right: 0;
}
.testimonials .testimonials-slider .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  gap: 15px;
}
.testimonials .testimonials-slider .slick-dots li {
  margin: 0;
  width: 22.5px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .testimonials-slider .slick-dots li button {
  width: 5px;
  height: 5px;
  padding: 0;
  background-color: var(--color-yellow);
}
.testimonials .testimonials-slider .slick-dots li.slick-active button {
  background-color: transparent;
  background-image: url(img/sun-slick-item.png);
  background-size: contain;
  width: 32.5px;
  min-width: 32.5px;
  height: 20px;
  border-radius: 0;
}
/*Cinema section*/

.slick-slider {
  position: relative;
  margin-top: -40px;
  z-index: 0;
}

.slick-slider .slick-slide .header-underline {
  opacity: 0;
}
.slick-slider .slick-slide.slick-active .header-underline {
  opacity: 1;
}

.slick-slider img {
  width: 100%;
}

.slick-slider .slick-dots {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  bottom: -30px;
  right: 23%;
}

.slick-slider .slick-dots li {
  float: left;
  margin: 0 6px;
}

.slick-slider .slick-dots li button {
  font-size: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 16px;
  height: 16px;
  background-color: #e1e1e1;
  border-radius: 50%;
}

.slick-slider .slick-dots li button:active,
.slick-slider .slick-dots li button:focus {
  outline: none;
}

.slick-slider .slick-dots li.slick-active button {
  background-color: #967736;
}
/*END Cinema section*/

.movie {
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 29px 0 100px;
  /* min-height: 100vh; */
}
.movie .section-title {
  margin-bottom: 25px;
}
.movie iframe {
  width: 1200px;
  height: 600px;
  max-width: 100%;
}

.awards {
  background-image: url("img/awards.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 28px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  text-align: center;
}
.awards .section-title {
  margin-bottom: 15px;
}
.awards .subtitle {
  margin-bottom: 40px;
}
.awards .subtitle,
.awards ul {
  width: 615px;
  max-width: 100%;
}
.awards p {
  margin: 0 0 5px;
}
.awards ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  gap: 20px;
  padding-left: 0;
  margin: 0;
}

.creators {
  background-image: url("img/creators.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 28px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.creators .content {
  width: 615px;
  max-width: 100%;
  text-align: center;
  font-size: 22.5px;
  line-height: 1.5;
  color: #fff;
}

.film-essay {
  background-image: url("img/film-essay.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 100px 15px 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.film-essay .section-title {
  margin-bottom: 35px;
}
.film-essay iframe {
  width: 1200px;
  height: 600px;
  max-width: 100%;
}
.film-essay ul {
  width: 615px;
  max-width: 100%;
  font-size: 22.5px;
  letter-spacing: 0.41px;
  padding-left: 0;
  color: white;
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
  box-sizing: border-box;
}

.contacts {
  padding: 62px 15px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  text-align: center;
}
.contacts .section-title {
  margin-bottom: 29px;
}
.contacts ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}
.contacts .person-name {
  font-size: 22.5px;
  margin-bottom: 19px;
  text-transform: uppercase;
  font-weight: 500;
}
.contacts .persons > li {
  margin-bottom: 39px;
}

.contacts .socials a {
  color: #000000;
  font-family: "oswaldextralight";
  font-size: 24px;
  text-decoration: none;
  line-height: 1.5;
}
.contacts .socials a:hover {
  text-decoration: underline;
}

.contacts .contact-links {
  display: flex;
  gap: 71px;
}

.contacts .contact-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 156px;
  border: 2.5px solid #C3AF55;
  border-radius: 50%;
  background-color: #D8D8D8;
  font-size: 35px;
  line-height: 37px;
  text-decoration: none;
  color: #1E518F;
  padding: 15px;
  box-sizing: border-box;
}

#footer img {
  width: 100%;
  display: block;
}
