@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.container {
  max-width: 1700px !important;
  padding: 0 85px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
}

body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  width: 100%;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 48px;
  color: black;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 600;
}

p {
  font-size: 22px;
  line-height: 34px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  p {
    font-size: 19px;
    line-height: 25px;
  }
}

.hype-button-1 {
  padding: 15px 50px;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms, -webkit-box-shadow 300ms;
  transition: background-color 300ms ease, -webkit-transform 300ms, -webkit-box-shadow 300ms;
  transition: transform 300ms, box-shadow 300ms, background-color 300ms ease;
  transition: transform 300ms, box-shadow 300ms, background-color 300ms ease, -webkit-transform 300ms, -webkit-box-shadow 300ms;
}

.hype-button-1:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hype-button-2 {
  padding: 15px 60px;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  font-weight: 800;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #E5E5E5;
  color: black;
}

.hype-button-2:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  color: white;
  background: black;
}

@media (max-width: 992px) {
  .hype-button-1 {
    padding: 15px 20px !important;
    font-size: 17px !important;
  }
}

.light {
  color: black;
  background: white !important;
  padding: 15px 40px;
}

.light:hover {
  color: black;
  -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.6);
          box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.6);
}

.dark {
  color: white;
  background: black;
}

.dark:hover {
  color: white;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.6);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.6);
}

header {
  z-index: 3;
  -webkit-transition: 400ms background-color;
  transition: 400ms background-color;
}

header .header-content {
  -webkit-transition: 400ms padding;
  transition: 400ms padding;
}

header .header-content .logo img {
  -webkit-transition: 400ms all;
  transition: 400ms all;
  max-height: 67px;
}

header .header-content .menu-button button span {
  width: 39px;
  height: 4px;
  background: white;
  margin-bottom: 7px;
}

header .header-content .menu-button button span:last-child {
  margin-bottom: 0;
}

header .menu-container {
  position: relative;
  top: 0;
  display: none;
}

header .menu-container * {
  -webkit-transition: 300ms all;
  transition: 300ms all;
}

header .menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .menu-container .header-top {
  padding: 25px 0;
  z-index: 99;
  position: relative;
  top: -125px;
  height: 125px;
}

header .menu-container .header-top .menu-logo img {
  height: 75px;
  width: auto;
}

header .menu-container .header-top .menu ul li {
  margin-right: 30px;
}

header .menu-container .header-top .menu ul li a {
  font-weight: bold;
  color: #808080;
  font-size: 24px;
  -webkit-transition: 500ms color ease;
  transition: 500ms color ease;
  position: relative;
}

header .menu-container .header-top .menu ul li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 500ms -webkit-transform ease;
  transition: 500ms -webkit-transform ease;
  transition: 500ms transform ease;
  transition: 500ms transform ease, 500ms -webkit-transform ease;
}

header .menu-container .header-top .menu ul li a.active, header .menu-container .header-top .menu ul li a:hover {
  color: white;
}

header .menu-container .header-top .menu ul li a.active::after, header .menu-container .header-top .menu ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

header .menu-container .header-top .close-menu img {
  width: 32px;
  height: 32px;
}

header .menu-container .header-bottom {
  padding: 30px 0;
  position: relative;
  top: 0px;
  z-index: 90;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -270px;
}

header .menu-container .header-bottom h5 {
  font-size: 20px;
  line-height: 24px;
  color: black;
  font-weight: bold;
  margin-bottom: 25px;
}

header .menu-container .header-bottom ul li {
  margin-right: 30px;
}

header .menu-container .header-bottom ul li a {
  color: #808080;
  font-weight: bold;
  font-size: 18px;
  font-weight: 20px;
  -webkit-transition: 300ms color ease;
  transition: 300ms color ease;
}

header .menu-container .header-bottom ul li a i {
  font-size: 25px;
}

header .menu-container .header-bottom ul li a:hover {
  color: black;
}

header .menu-container .header-bottom .header-social-media li {
  margin-right: 20px;
}

header .menu-container .overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background: black;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 900ms opacity ease;
  transition: 900ms opacity ease;
}

header .brands div i {
  display: none;
}

@media (max-width: 992px) {
  header.actives .menu-container .header-top .container .menu ul, header.actives .menu-container .header-top .container .menu-logo, header.actives .menu-container .header-top .container .close-menu {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  header .menu-container .header-top {
    height: 75vh;
    left: -100vw;
    top: 0;
  }
  header .menu-container .header-top .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
  header .menu-container .header-top .container .menu-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transition: 500ms opacity ease, 500ms -webkit-transform;
    transition: 500ms opacity ease, 500ms -webkit-transform;
    transition: 500ms transform, 500ms opacity ease;
    transition: 500ms transform, 500ms opacity ease, 500ms -webkit-transform;
    opacity: 0;
  }
  header .menu-container .header-top .container .menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  header .menu-container .header-top .container .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    opacity: 0;
    -webkit-transition: 500ms opacity ease, 500ms -webkit-transform;
    transition: 500ms opacity ease, 500ms -webkit-transform;
    transition: 500ms transform, 500ms opacity ease;
    transition: 500ms transform, 500ms opacity ease, 500ms -webkit-transform;
  }
  header .menu-container .header-top .container .menu ul li {
    margin-right: 0;
    margin-bottom: 25px;
  }
  header .menu-container .header-top .container .close-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transition: 500ms opacity ease, 500ms -webkit-transform;
    transition: 500ms opacity ease, 500ms -webkit-transform;
    transition: 500ms transform, 500ms opacity ease;
    transition: 500ms transform, 500ms opacity ease, 500ms -webkit-transform;
    opacity: 0;
  }
  header .menu-container .header-bottom {
    height: 25vh;
    right: -100vw;
    bottom: 0;
    top: auto;
  }
  header .brands ul {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .brands ul::-webkit-scrollbar {
    display: none;
  }
  header .brands div i {
    display: block;
    opacity: 0.3;
  }
}

@media (max-width: 768px) {
  header .header-content .logo img {
    max-height: 60px;
  }
  header .header-content .menu-button button span {
    width: 30px;
    height: 3px;
    background: white;
    margin-bottom: 6px;
  }
  header .header-content .menu-button button span:last-child {
    margin-bottom: 0;
  }
  header .menu-container .header-top {
    height: 67vh;
  }
  header .menu-container .header-bottom {
    height: 33vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

header.active {
  background: black;
}

header.active .header-content {
  padding: 15px 0 !important;
}

header.active .header-content .logo img {
  max-height: 70px;
}

@media (max-width: 992px) {
  header.active {
    background: black;
  }
  header.active .header-content {
    padding: 15px 0 !important;
  }
  header.active .header-content .logo img {
    max-height: 60px;
  }
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section {
  position: relative;
  z-index: 1;
}

main section.home-brands, main section.structure, main section.join-us {
  padding: 80px 0;
}

@media (max-width: 768px) {
  main section.home-brands, main section.structure, main section.join-us {
    padding: 70px 0;
  }
}

main section.slider {
  width: 100vw;
  height: 100vh;
}

main section.slider .slider-video {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main section.slider .slider-video img, main section.slider .slider-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  overflow: hidden;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

main section.slider .slider-container {
  position: relative;
  z-index: 3;
  color: white;
  margin-top: 50px;
}

main section.slider .slider-container h1 {
  font-size: 78px;
  text-align: center;
  line-height: 80px;
  font-weight: 600;
}

main section.slider .slider-container p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  max-width: 700px;
}

@media (max-width: 768px) {
  main section.slider .slider-container {
    margin-top: 50px;
  }
  main section.slider .slider-container h1 {
    font-size: 43px;
    line-height: 45px;
  }
  main section.slider .slider-container p {
    font-size: 20px;
    line-height: 25px;
  }
}

main section.home-brands p {
  max-width: 800px;
}

main section.home-brands .single-brand {
  padding: 35px 25px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

main section.home-brands .single-brand.top {
  margin-top: 65px;
}

main section.home-brands .single-brand.top:hover {
  margin-top: 0px;
  padding: 90px 25px 35px 25px;
}

main section.home-brands .single-brand.bottom {
  margin-bottom: 65px;
}

main section.home-brands .single-brand.bottom:hover {
  margin-bottom: 0px;
  padding: 35px 25px 90px 25px;
}

main section.home-brands .single-brand .brand-logo {
  position: relative;
  z-index: 3;
}

main section.home-brands .single-brand .brand-logo img {
  width: auto;
  max-height: 60px;
}

main section.home-brands .single-brand .brand-bg {
  position: absolute;
  top: 0;
  left: 0;
}

main section.home-brands .single-brand .brand-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: 50% 65%;
          transform-origin: 50% 65%;
  -webkit-transition: -webkit-transform 700ms, -webkit-filter 500ms ease-in-out;
  transition: -webkit-transform 700ms, -webkit-filter 500ms ease-in-out;
  transition: transform 700ms, filter 500ms ease-in-out;
  transition: transform 700ms, filter 500ms ease-in-out, -webkit-transform 700ms, -webkit-filter 500ms ease-in-out;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

@media (max-width: 992px) {
  main section.home-brands .single-brand.active {
    padding: 37px 30px 37px 30px;
  }
}

main section.structure {
  color: white;
}

main section.structure h2 {
  color: white;
  margin-bottom: 20px;
}

main section.family {
  padding: 100px 0;
}

@media (max-width: 768px) {
  main section.family {
    padding: 70px 0;
  }
}

main section.family p {
  max-width: 950px;
}

main section.lets-talk {
  color: white;
  padding: 200px 0;
}

@media (max-width: 768px) {
  main section.lets-talk {
    padding: 150px 0;
  }
}

main section.lets-talk h2 {
  color: white;
  margin-bottom: 20px;
}

main section.lets-talk p {
  font-size: 18px;
  line-height: 28px;
}

main section.join-us {
  padding: 150px 0;
}

@media (max-width: 768px) {
  main section.join-us {
    padding: 90px 0;
  }
}

main section.join-us p {
  font-size: 18px;
  line-height: 28px;
}

main section.brand-graphic {
  padding: 140px 0 80px 0;
  background: #1A1A1A;
}

main section.brand-graphic img {
  width: auto;
}

@media (min-width: 992px) {
  main section.brand-graphic {
    height: 100vh;
  }
}

main section.page-header {
  height: 400px;
}

main section.page-header.brand-header {
  height: 650px;
}

main section.page-header h1 {
  font-size: 70px;
  text-align: center;
  line-height: 80px;
  font-weight: 600;
  color: white;
  margin-top: 30px;
}

main section.page-header img {
  height: 122px;
  width: auto;
}

@media (max-width: 1650px) {
  main section.page-header.brand-header {
    height: 500px;
  }
  main section.page-header img {
    height: 130px;
    width: auto;
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  main section.page-header h1 {
    font-size: 50px;
    line-height: 60px;
  }
  main section.page-header img {
    height: 90px;
    width: auto;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  main section.page-header.brand-header {
    height: 350px;
  }
  main section.page-header img {
    height: 70px;
    width: auto;
    margin-top: 50px;
  }
}

main section.companies {
  padding: 130px 0 150px 0;
}

main section.companies .company .company-info h3 {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  margin: 20px 0;
}

main section.companies .company .company-info p {
  font-size: 22px;
  line-height: 36px;
}

main section.companies .company .company-info div a {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section.companies .company .company-info div a img {
  height: 33px;
  width: auto;
  margin-right: 20px;
}

main section.companies .company .company-info div a span {
  font-size: 24px;
  line-height: 38px;
  color: black;
}

@media (max-width: 768px) {
  main section.companies .company .company-info h3 {
    font-size: 33px;
    line-height: 37px;
  }
  main section.companies .company .company-info p {
    font-size: 20px;
    line-height: 34px;
  }
  main section.companies .company .company-info div {
    margin-top: 20px;
  }
  main section.companies .company .company-info div a {
    margin-bottom: 25px;
  }
  main section.companies .company .company-info div a img {
    height: 30px;
  }
  main section.companies .company .company-info div a span {
    font-size: 20px;
    line-height: 28px;
  }
}

main section.hype-channels, main section.hype-productions, main section.hype-talents {
  padding: 90px 0;
}

main section.hype-channels h2, main section.hype-productions h2, main section.hype-talents h2 {
  margin-bottom: 32px;
  font-weight: 600;
}

main section.hype-channels p, main section.hype-productions p, main section.hype-talents p {
  max-width: 970px;
  margin: auto;
}

@media (max-width: 992px) {
  main section.hype-channels, main section.hype-productions, main section.hype-talents {
    padding: 70px 0;
  }
}

main section.hype-channels .profiles {
  margin: auto;
  margin-top: 110px;
  max-width: 1300px;
}

main section.hype-channels .profiles .profile .profile-img {
  border-radius: 50%;
  background: white;
  border-width: 5px;
  border-style: solid;
  padding: 5px;
  border-color: #F14E19;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

main section.hype-channels .profiles .profile .profile-img img {
  width: 132px;
  height: 132px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

main section.hype-channels .profiles .profile .profile-title {
  text-align: center;
}

main section.hype-channels .profiles .profile .profile-title h4 {
  font-size: 26px;
  color: #000000;
  line-height: 38px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 0;
}

main section.hype-channels .profiles .profile .profile-title span {
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 38px;
}

@media (max-width: 992px) {
  main section.hype-channels .profiles {
    margin-top: 50px;
  }
}

main section.hype-productions .teams {
  margin-top: 100px;
  margin-bottom: 100px;
}

main section.hype-productions .teams .team .team-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

main section.hype-productions .teams .team .team-title h4 {
  margin-top: 25px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

main section.hype-productions .teams .team .team-job-title {
  opacity: 0.5;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

@media (max-width: 992px) {
  main section.hype-productions .teams {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

main section.hype-productions .latest-projects {
  margin-top: 60px;
  margin-bottom: 150px;
}

main section.hype-productions .latest-projects .project .project-img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

main section.hype-productions .latest-projects .project .project-content h5, main section.hype-productions .latest-projects .project .project-content span {
  font-size: 22px;
  line-height: 30px;
  color: black;
}

main section.hype-productions .latest-projects .project .project-content h5 {
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 992px) {
  main section.hype-productions .latest-projects {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}

main section.hype-productions .banner {
  padding: 80px 100px;
  color: white;
  margin-bottom: 30px;
}

main section.hype-productions .banner h2 {
  color: white;
}

main section.hype-productions .banner p {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 992px) {
  main section.hype-productions .banner {
    padding: 50px 50px;
  }
}

main section.hype-talents .talent-brands {
  margin-top: 100px;
  margin-bottom: 100px;
}

main section.hype-talents .talent-brands .talent-brand {
  border: 1px solid #E3DFDF;
  padding: 50px 0;
  width: 100%;
  max-width: 400px;
  -webkit-transition: 500ms -webkit-box-shadow, 500ms -webkit-transform ease;
  transition: 500ms -webkit-box-shadow, 500ms -webkit-transform ease;
  transition: 500ms box-shadow, 500ms transform ease;
  transition: 500ms box-shadow, 500ms transform ease, 500ms -webkit-box-shadow, 500ms -webkit-transform ease;
}

main section.hype-talents .talent-brands .talent-brand .talent-brand-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  main section.hype-talents .talent-brands .talent-brand .talent-brand-container {
    width: 70%;
  }
}

main section.hype-talents .talent-brands .talent-brand .talent-brand-img {
  margin-bottom: 50px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main section.hype-talents .talent-brands .talent-brand .talent-brand-img img {
  height: 100%;
}

main section.hype-talents .talent-brands .talent-brand .talent-brand-description {
  font-size: 26px;
  letter-spacing: -1.73px;
  line-height: 34px;
  width: 70%;
  text-align: center;
  margin-bottom: 85px;
}

main section.hype-talents .talent-brands .talent-brand:hover {
  -webkit-box-shadow: 0 5px 15px -5px #eeeeee;
          box-shadow: 0 5px 15px -5px #eeeeee;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media (max-width: 992px) {
  main section.hype-talents .talent-brands {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

main section.hype-force {
  margin-bottom: 150px;
}

main section.hype-force h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}

main section.hype-force p {
  margin-bottom: 30px;
}

main section.hype-force .space {
  padding: 75px 0;
}

main section.hype-force .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  main section.hype-force h3 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 27px;
    line-height: 32px;
  }
  main section.hype-force p {
    margin-bottom: 15px;
  }
  main section.hype-force .space {
    padding: 20px 0;
  }
}

main section.hype-academy-video {
  max-width: 1100px;
  margin: auto;
  padding-bottom: 90px;
}

main section.hype-academy-video .play-button img {
  width: 100px;
  height: 100px;
}

@media (max-width: 768px) {
  main section.hype-academy-video .play-button img {
    width: 70px;
    height: 70px;
  }
}

main section.hype-academy {
  padding-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

main section.hype-academy h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}

main section.hype-academy p {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  main section.hype-academy .container-fluid {
    max-width: 1700px !important;
    padding: 0 30px;
  }
  main section.hype-academy .container-fluid .right-pull {
    position: relative;
    right: -10px;
    margin-top: 30px;
    width: calc(100% + 20px);
    max-width: none !important;
  }
  main section.hype-academy .margin-top-mobile-60 {
    margin-top: 60px;
  }
  main section.hype-academy h3 {
    margin-bottom: 25px;
  }
  main section.hype-academy p {
    margin-bottom: 15px;
  }
}

main section.hype-creative {
  padding-bottom: 90px;
}

main section.hype-creative .categories button {
  margin-right: 30px;
  font-weight: 700;
  font-size: 22px;
  position: relative;
}

main section.hype-creative .categories button:last-child {
  margin-right: 0;
}

main section.hype-creative .categories button::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: calc(50% - 15px);
  width: 30px;
  height: 4px;
  background: black;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 500ms -webkit-transform ease;
  transition: 500ms -webkit-transform ease;
  transition: 500ms transform ease;
  transition: 500ms transform ease, 500ms -webkit-transform ease;
}

main section.hype-creative .categories button.active::after, main section.hype-creative .categories button:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media (max-width: 992px) {
  main section.hype-creative .categories button {
    margin-right: 10px;
    margin-left: 10px;
  }
}

main section.hype-creative .projects .project {
  margin-bottom: 50px;
}

main section.hype-creative .projects .project .project-img img {
  width: 100%;
}

main section.hype-creative .projects .project .project-info h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}

main section.hype-creative .projects .project .project-info p {
  font-size: 22px;
  line-height: 34px;
}

main section.hype-creative .projects .project .project-info a.hype-button {
  border: 1px solid #000000;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  padding: 10px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 300ms color, 300ms background-color ease;
  transition: 300ms color, 300ms background-color ease;
}

main section.hype-creative .projects .project .project-info a.hype-button:hover {
  background: black;
  color: white;
}

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

footer .footer-brands {
  background: #272323;
  padding: 40px 0;
}

footer .footer-brands ul li {
  margin-right: 40px;
}

footer .footer-brands ul li a {
  color: white;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: 300ms color;
  transition: 300ms color;
}

footer .footer-brands ul li a:hover {
  color: #dddddd;
}

footer .footer-brands ul li:last-child {
  margin-right: 0;
}

footer .footer-bottom {
  padding-top: 50px;
  padding-bottom: 100px;
}

footer .footer-bottom .footer-logo img {
  max-height: 70px;
  width: auto;
}

footer .footer-bottom .footer-social-media ul li {
  margin-right: 30px;
}

footer .footer-bottom .footer-social-media ul li a {
  font-size: 28px;
  color: white;
  -webkit-transition: 300ms color;
  transition: 300ms color;
}

footer .footer-bottom .footer-social-media ul li a:hover {
  color: #dddddd;
}

footer .footer-bottom .footer-social-media ul li:last-child {
  margin-right: 0;
}

footer .footer-bottom .footer-menu ul li {
  margin-right: 30px;
}

footer .footer-bottom .footer-menu ul li a {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: -1.08px;
  font-weight: 600;
  -webkit-transition: 300ms color;
  transition: 300ms color;
}

footer .footer-bottom .footer-menu ul li a:hover {
  color: #dddddd;
}

footer .footer-bottom .footer-copyright {
  font-size: 12px;
  color: white;
  font-weight: 400;
}

@media (max-width: 992px) {
  footer .footer-brands .brands-dropdown {
    font-weight: 600;
    font-size: 22px;
  }
  footer .footer-brands .brands-dropdown-list {
    display: none;
    margin-top: 20px;
  }
  footer .footer-brands ul li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  footer .footer-bottom .footer-menu ul {
    margin-bottom: 15px;
  }
  footer .footer-bottom .footer-menu ul li {
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footer-bottom .footer-copyright {
    font-size: 12px;
    color: white;
    font-weight: 400;
  }
}

.bg-black {
  background: black;
}

.margin-top-125 {
  margin-top: 125px;
}

.margin-top-50 {
  margin-top: 100px;
}

.margin-bottom-125 {
  margin-bottom: 125px;
}

@media (max-width: 992px) {
  .margin-top-50 {
    margin-top: 0px;
  }
  .margin-top-125 {
    margin-top: 70px;
  }
}
/*# sourceMappingURL=style.css.map */