@font-face {
  font-family: vertigoFont;
  src: url(/assets/font/BarlowSemiCondensed/BarlowSemiCondensed-Regular.ttf)
    format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: vertigoFont;
  src: url(/assets/font/BarlowSemiCondensed/BarlowSemiCondensed-Medium.ttf)
    format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: vertigoFont;
  src: url(/assets/font/BarlowSemiCondensed/BarlowSemiCondensed-Light.ttf)
    format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: vertigoFont;
  src: url(/assets/font/BarlowSemiCondensed/BarlowSemiCondensed-Bold.ttf)
    format("truetype");
  font-weight: bold;
}

* {
  font-family: "vertigoFont";
  font-weight: normal;
  box-sizing: border-box;
}
a {
  text-decoration: unset;
  color: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: black;
}

header {
  width: 100%;
}
header .logo {
  padding: 50px 0 40px 0;
  width: 100%;
  text-align: center;
}

header nav {
  width: 100%;
}

header nav ul {
  width: 100%;
  text-align: center;
  color: #fff;
  list-style: none;
  padding: unset;
  margin: unset;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: auto;
}
header nav ul li {
  float: left;
  padding: 0 7px;
}
header nav ul li a {
  color: inherit;
  text-decoration: unset;
}
header nav ul li a:hover,
header nav ul li a.active {
  color: #eb0101;
  text-decoration: unset;
}

.content_wrapper {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.content_wrapper .text_content {
  float: left;
  width: 100%;
  color: white;
}
.content_wrapper .text_content .about_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.content_wrapper .text_content .about_wrapper .about_text {
  max-width: 600px;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.content_wrapper .text_content .about_wrapper .about_text.ar {
  padding: 50px 10px 70px 10px;
  text-align: center;
}
.content_wrapper .text_content .about_wrapper .about_text .service_list {
  color: #eb0101;
}
.content_wrapper .text_content .about_wrapper .red_line_wrapper {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.content_wrapper .text_content .about_wrapper .red_line_wrapper .red_line {
  width: 20%;
  height: 5px;
  background-color: #eb0101;
  border-radius: 4px;
}

.content_wrapper .text_content .about_wrapper .reels_single {
  margin: 0px auto;
  max-width: 900px;
  padding: 40px 20px;
}

.content_wrapper .text_content .about_wrapper .reels_single span {
  display: block;
  color: red;
  font-size: 36px;
}
.content_wrapper .text_content .about_wrapper .reels_single div {
  position:relative; 
  width: 850px; 
  height: 470px;
}

.content_wrapper .text_content .about_wrapper .reels {
  margin: 40px auto;
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.content_wrapper .text_content .about_wrapper .reels .reel {
  width: 400px;
  height: 290px;
}
.content_wrapper .text_content .about_wrapper .reels span {
  display: block;
  color: red;
  font-size: 36px;
}
.content_wrapper .text_content .about_wrapper .reels .reel iframe {
  width: 400px;
  height: 240px;
}

.content_wrapper .text_content .services_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.content_wrapper .text_content .services_wrapper .red_line {
  width: 50%;
  height: 5px;
  background-color: #eb0101;
  margin-top: 20px;
  border-radius: 4px;
}

.content_wrapper .text_content .services_wrapper .section {
  width: 90%;
  margin-left: 5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
  height: calc(100vh - 250px);
}
.content_wrapper .text_content .services_wrapper .section .left {
  width: 500px;
  padding-right: 50px;
  box-sizing: border-box;
}

.content_wrapper .text_content .services_wrapper .section .left h1 {
  color: red;
  font-size: 5vi;
  padding: 0;
  margin: 0;
}

.content_wrapper .text_content .services_wrapper .section .left section {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start !important;
}

.content_wrapper .text_content .services_wrapper .section .left section aside {
  max-width: 200px;
  padding-right: 30px;
  line-height: 140%;
  font-size: 18px;
}

.content_wrapper .text_content .services_wrapper .section .right {
  width: calc(100% - 600px);
  position: relative;
  min-height: 300px;
  height: 600px;
  display: flex;
  align-items: center;
}

.content_wrapper .text_content .services_wrapper .section .right img {
  width: 100%;
}

.content_wrapper .text_content .map_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.content_wrapper .text_content .email_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: calc(100% * 0.05);
  padding-right: calc(100% * 0.05);
  color: white;
  padding-bottom: 10px;
}

.content_wrapper .text_content .alliances {
  width: 80%;
  margin-left: 10%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content_wrapper .text_content .alliance_wrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.content_wrapper .text_content .alliance_wrapper h1 {
  color: red;
  font-size: 4vi;
}
.content_wrapper .text_content .alliance_wrapper .red_line {
  width: 50%;
  height: 5px;
  background-color: #eb0101;
  margin-top: 20px;
  border-radius: 4px;
}

.alliance_companies {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 25px;
}
.alliance_companies a {
  font-size: 20px;
}
.alliance_images {
  width: 100%;
  text-align: center;
  margin: 60px 0;
}
.alliance_images img {
  height: 70px;
  margin: 0 20px;
}

.content_wrapper #bricks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content_wrapper #bricks .brick {
  width: 33.333%;
  position: relative;
  display: flex;
  cursor: pointer;
  border: 1px solid black;
}
.content_wrapper #bricks .brick img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.content_wrapper #bricks .brick .brick_name {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding: 10px;
  min-height: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.75;
  transition: all 0.5s;
  width: 100%;
}

.modal_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  color: white;
}
.modal_wrapper .close {
  position: absolute;
  right: 0;
  height: 50px;
  text-align: right;
  padding: 10px 10px 0 0;
}
.modal_wrapper .close img {
  cursor: pointer;
}
.modal_wrapper .video-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.modal_wrapper .video-frame .credits {
  padding: 0 0 20px 0;
}
.modal_wrapper .video-frame .credits section {
  display: block;
  text-align: center;
}
.modal_wrapper .video-frame .credits section:first-child {
  padding: 0 0 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
}
.modal_wrapper .video-frame .credits section span {
  opacity: 0.8;
}

@media (min-width: 1200px) {
  .content_wrapper #bricks .brick.vfx {
    width: 16.66666666666667%;
  }
  .content_wrapper #bricks .brick.commercials {
    width: 33.333%;
  }
}
@media (max-width: 1000px) {
  .content_wrapper .text_content .services_wrapper .section {
    width: 96%;
    margin-left: 1%;
    flex-direction: column;
  }
  .content_wrapper .text_content .services_wrapper .section .left {
    margin-bottom: 20px;
    width: 100%;
  }
  .content_wrapper .text_content .services_wrapper .section .left h1 {
    font-size: 15vi;
  }
  .content_wrapper .text_content .services_wrapper .section .right {
    width: 100%;
  }
  .content_wrapper .text_content .alliance_wrapper .red_line {
    width: 100%;
  }
  .content_wrapper .text_content .about_wrapper .red_line_wrapper .red_line {
    width: 30%;
  }
}
@media (max-width: 900px) {
  .content_wrapper #bricks .brick.vfx {
    width: 33%;
  }
  .content_wrapper .text_content .alliances {
    width: 90%;
    margin-left: 5%;
    text-align: center;
  }
  .content_wrapper .text_content .alliance_wrapper h1 {
    font-size: 60px;
  }
  .alliance_companies {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 15px;
  }
  .content_wrapper .text_content .about_wrapper .red_line_wrapper .red_line {
    width: 40%;
  }
  .content_wrapper .text_content .about_wrapper .about_text.ar {
    padding: 20px 10px 40px 10px;
  }
  .content_wrapper .text_content .about_wrapper .reels {
    display: block;
    margin: 20px auto;
  }
  .content_wrapper .text_content .about_wrapper .reels .reel {
    margin: 20px 0;
  }
}

@media (max-width: 850px) {
  .content_wrapper .text_content .about_wrapper .reels_single {
    padding: 20px 0px;
  }
  .content_wrapper .text_content .about_wrapper .reels_single div {
    position:relative; 
    width: 400px;
    height: 290px;
  }
}

@media (max-width: 600px) {
  .content_wrapper #bricks .brick.vfx {
    width: 50%;
  }
  .content_wrapper #bricks .brick.commercials {
    width: 50%;
  }
  .content_wrapper .text_content .alliances {
    width: 96%;
    margin-left: 2%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .content_wrapper #bricks .brick.commercials {
    width: 100%;
  }
  .content_wrapper .text_content .alliance_wrapper h1 {
    font-size: 40px;
  }
  header nav ul {
    justify-content: unset;
    padding: 0 10px 7px 10px;
  }
}
