@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("custom.css");

html {
  border: 0;
  scroll-behavior: smooth;
}

.select_lang {
  background-color: #fff;
  border-radius: 5px;
  height: fit-content;
  font-weight: 600;
  padding: 3px 16px;
  display: flex;
  align-items: center;
  transition: .5s all;
}

.select_lang:hover {
  background-color: #d3d3d3;
}

.mobile-lang {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 10;
}

body {
  border: 0;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}

.login {
  position: relative;
  background-image: url("../img/login-bg.jpg");
  background-position: center;
  background-size: cover;
}

.login::after {
  position: absolute;
  content: "";
  background: #00f7f9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
}

.login .card {
  position: relative;
  width: 400px;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  padding: 30px 30px;
  border-radius: 30px;
}

.login .card h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.login .card h2::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #00f7f9;
  top: 35px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 10px;
}

.login .card input {
  border: 0px;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0px;
}

.login .card span {
  background-color: inherit;
  border: 0px;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0px;
}

.login .card .btn {
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  width: 100%;
  border: 0px;
  padding: 10px 0px;
}

.custom-menu {
  height: 76px;
}

.btn-custom-light {
  background-color: #ffffffab;
  font-size: 18px;
  width: 306px;
  height: 59px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: 600;
  border-radius: 5px;
}

.btn-custom-light:hover {
  background-color: #00f7f9;
  height: 76px;
  border: 0px;
  outline: none;
}

@media (max-width: 970px) {
  .btn-custom-light {
    width: 100%;
  }
}

.btn-custom-light img {
  width: 17px;
}

.home-video-content .hero-menu ul {
  margin-top: 30px;
}

.home-video-content .hero-menu ul li {
  display: inline-block;
  margin-right: 30px;
}

.home-video-content .hero-menu ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px;
}

.menu {
  position: fixed;
  width: 100%;
  z-index: 19;
  top: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.menu .sidebar {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  max-width: 100%;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.menu .sidebar .follow-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9e9d9d;
  font-size: 11px;
  line-height: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 110px;
}

.menu .sidebar .follow-us img {
  margin-right: 10px;
}

.menu .sidebar .sidebar-footer {
  color: #fff;
  opacity: 0.2;
  font-size: 12px;
  line-height: 15px;
  bottom: 0;
  position: absolute;
  bottom: 26px;
}

.menu .sidebar .close-button {
  position: absolute;
  top: 24px;
  right: 28px;
}

.swiper-area h2 {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.swiper-area p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .menu .sidebar {
    top: auto;
    bottom: auto;
    right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    -webkit-transition: none;
    transition: none;
    overflow-y: visible;
    position: relative;
  }
}

.menu .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  z-index: 888;
}

.menu .main-navigation.active .sidebar {
  right: 0;
  z-index: 999;
  background: #333333;
  padding: 46px 37px 46px 37px;
}

.menu .main-navigation.active .overlay {
  visibility: visible;
}

.menu .navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.menu .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.menu .navbar-light .navbar-nav .nav-link.active,
.menu .navbar-light .navbar-nav .show>.nav-link {
  color: #fff !important;
}

.menu .language-select .dropdown-toggle::after {
  content: none;
}

.menu .mobile-logo {
  margin-bottom: 40px;
}

.switch-menu {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0px 6px;
  position: absolute;
  left: 30%;
  top: 0px;
  z-index: 2;
}

.switch-menu ul {
  padding: 5px 0px;
}

.switch-menu ul a {
  width: 100%;
  color: #fff;
  font-weight: 600;

}

.switch-menu ul a li {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 5px 31px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.switch-menu ul a:hover {
  color: #000;
}

.switch-menu ul a:hover li {
  background-color: #fff;
  color: #000;
}

.switch-menu ul a {
  color: #000;
}

.switch-menu ul a li.active {
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  padding: 5px 31px;
}

.hero {
  background-color: #000;
  background-position: center;
  background-size: cover;
  height: 493px;
}

.hero h1 {
  color: #fff;
  font-size: 56px;
  margin-top: 70px;
  letter-spacing: -4.13px;
}

.hero .hero-menu ul {
  margin-top: 80px;
}

.hero .hero-menu ul li {
  display: inline-block;
  margin-right: 30px;
}

.hero .hero-menu ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px;
}

.hero .hero-menu ul li.active a {
  color: #fff;
  font-weight: 500;
  background-color: #fff;
  color: #000;
}

.home-content-text {
  font-size: 28px;
  color: #EFBF04;
  margin-bottom: 20px;
}

.home-video-content {
  z-index: 0;
  background-repeat: no-repeat;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.home-video-content .bg-video {
  position: absolute;
  background-size: cover;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.home-video-content .bg-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.home-video-content .in {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: absolute;
  z-index: 2;
}

.home-video-content .in .border-line {
  height: 1px;
  background-color: #fff;
}

.home-video-content .in h1 {
  color: #fff;
  font-size: 56px;
  letter-spacing: -4.13px;
  font-weight: 400;
}

@media (max-aspect-ratio: 16 / 9) {
  .bg-video iframe {
    width: 177.78vh !important;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .bg-video iframe {
    height: 56.25vw !important;
  }
}


.creator .team-slider .team-arrow .custom-creator-prev {
  left: -30px;
}

.creator .team-slider .team-arrow .custom-creator-next {
  right: -30px;
}


.team .team-slider .team-arrow .custom-team-prev {
  left: -30px;
}

.team .team-slider .team-arrow .custom-team-next {
  right: -30px;
}

.teamSwiper {
  margin-left: 30px;
  margin-right: 30px;
}

.hero-video-content {
  z-index: 0;
  background-repeat: no-repeat;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
}

.hero-video-content .bg-video {
  position: absolute;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.hero-video-content .bg-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.hero-video-content .in {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: absolute;
  z-index: 2;
}

.hero-video-content .in .border-line {
  height: 1px;
  background-color: #fff;
}

.hero-video-content .in h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -4.13px;
}

.hero-video-content .hero-menu ul {
  margin-top: 100px;
}

.hero-video-content .hero-menu ul li {
  display: inline-block;
  margin-right: 18px;
}

.hero-video-content .hero-menu ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px;
}

.hero-video-content .hero-menu ul li.active a {
  color: #fff;
  font-weight: 500;
  background-color: #fff;
  color: #000;
}

@media (max-aspect-ratio: 16 / 9) {
  .bg-video iframe {
    width: 177.78vh !important;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .bg-video iframe {
    height: 56.25vw !important;
  }
}

.about {
  margin-top: 120px;
}

.about h2 {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.about p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.swiper-area h2 {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.swiper-area p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.about .author {
  margin-top: 56px;
}

.about .author .title {
  font-size: 24px;
  font-weight: 600;
}

.about .author .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.about img {
  width: 100%;
}

.campus {
  margin-top: 120px;
}

.team {
  margin-top: 120px;
}

.team .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.team p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}

.team .author {
  margin-top: 56px;
}

.team .author .title {
  font-size: 24px;
}

.team .author .sub-title {
  font-size: 18px;
}

.team .team-slider {
  position: relative;
}

.team .team-slider .team-arrow {
  position: absolute;
  height: 100%;
  z-index: 1;
  left: 0px;
  right: 0px;
}

.team .team-slider .team-arrow .custom-team-prev {
  position: absolute;
  left: -50px;
  top: 46%;
}

.team .team-slider .team-arrow .custom-team-next {
  position: absolute;
  right: -50px;
  top: 46%;
}

.creator .team-slider .team-arrow .custom-creator-prev {
  position: absolute;
  left: -50px;
  top: 46%;
}

.creator .team-slider .team-arrow .custom-creator-next {
  position: absolute;
  right: -50px;
  top: 46%;
}

.team .team-slider .item .thumbnail img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.team .team-slider .item .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.team .team-slider .item .sub-title {
  font-size: 14px;
  line-height: 14px;
}

.creator {
  margin-top: 120px;
}

.creator .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.creator p {
  font-size: 18px;
  line-height: 24px;
}

.creator .author {
  margin-top: 56px;
}

.creator .author .title {
  font-size: 24px;
}

.creator .author .sub-title {
  font-size: 18px;
}

.creator .team-slider {
  position: relative;
}

.creator .team-slider .team-arrow {
  position: absolute;
  height: 100%;
  z-index: 1;
  left: 0px;
  right: 0px;
}

.creator .team-slider .team-arrow .custom-team-prev {
  position: absolute;
  left: -50px;
  top: 46%;
}

.creator .team-slider .team-arrow .custom-team-next {
  position: absolute;
  right: -50px;
  top: 46%;
}

.creator .team-slider .item .thumbnail img {
  width: 100%;
}

.creator .team-slider .item .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.creator .team-slider .item .sub-title {
  font-size: 14px;
  line-height: 14px;
}

.campus .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.campus p {
  font-size: 18px;
  line-height: 24px;
}

.campus .thumbnail img {
  width: 100%;
}

.studios {
  margin-top: 120px;
}

.studios .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.studios .thumbnail {
  height: 384px;
}

.studios .thumbnail img {
  width: 100%;
  height: 384px;
  -o-object-fit: cover;
  object-fit: cover;
}

.brands {
  background-color: #000;
  padding: 60px 0px;
  width: 100%;
  position: relative;
  margin-top: 120px;
}

.brands .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
}

.brands .sub-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}

.brands .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: inherit;
  height: auto;
}

.brands .item img {
  max-width: 100%;
}

.brands .contain {
  display: -ms-grid;
  display: grid;
  height: 300px;
}

.brands .brands-arrow {
  position: absolute;
  height: 100%;
  z-index: 1;
  left: 0px;
  right: 0px;
}

.brands .brands-arrow .custom-brands-prev {
  position: absolute;
  left: -50px;
  top: 46%;
}

.brands .brands-arrow .custom-brands-next {
  position: absolute;
  right: -50px;
  top: 46%;
}

.brands .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.brands .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 135px !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.join-us {
  margin-top: 120px;
}

.join-us .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
}

.join-us p {
  font-size: 18px;
}

.join-us a {
  background-color: #00f7f9;
  color: #000;
  padding: 15px 30px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
}

.join-us .thumbnail {
  position: relative;
  z-index: 0;
}

.join-us .thumbnail img {
  width: 100%;
  z-index: 2;
  position: relative;
  margin-top: 30px;
  margin-left: -30px;
}

.join-us .thumbnail::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 30px;
  left: 0px;
  background-color: #00f7f9;
  z-index: 0;
}

.contact-us {
  margin-top: 120px;
}

.contact-us .section-title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.contact-us .thumbnail {
  max-height: 300px;
}

.contact-us .thumbnail img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-us .title {
  font-size: 24px;
  line-height: 59px;
  font-weight: 600;
  margin-top: 15px;
}

.contact-us .address {
  font-size: 16px;
}

.contact-us ul {
  margin-top: 20px;
}

.contact-us ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.contact-us ul li img {
  margin-right: 10px;
}

.contact-us .direction {
  display: inline-block;
  margin-top: 30px;
  background-color: #00f7f9;
  color: #000;
  padding: 13px 40px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
}

.lets-talk {
  margin-top: 120px;
  background-color: #00f7f9;
  height: 300px;
  width: 100%;
  position: relative;
}

.lets-talk .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
}

.lets-talk p {
  font-size: 18px;
  margin-bottom: 30px;
}

.lets-talk a {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 14px 48px;
  font-weight: 600;
}

.lets-talk .thumbnail {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.detail-slider {
  margin-top: 40px;
}

.detail-slider .item img {
  width: 100%;
}

.detail-slider .detail-arrow {
  position: absolute;
  height: 100%;
  z-index: 1;
  left: 0px;
  right: 0px;
}

.detail-slider .detail-arrow .custom-detail-prev {
  position: absolute;
  left: -40px;
  top: 46%;
}

.detail-slider .detail-arrow .custom-detail-next {
  position: absolute;
  right: -40px;
  top: 46%;
}

.join-us-content {
  padding: 130px;
}

.join-us-content h2 {
  line-height: 59px;
  font-size: 42px;
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: -1.5px;
  font-weight: 600;
}

.join-us-content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 65px;
  text-align: center;
}

.join-us-content .item {
  text-align: center;
}

.join-us-content .item .thumbnail {
  background-color: #00f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 246px;
}

.join-us-content .item .title {
  font-size: 22px;
  line-height: 26px;
  margin: 25px 0;
  text-align: center;
  font-weight: 600;
}

.join-us-content .item a {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 10px 35px;

}

footer {
  background-color: #000;
  padding: 70px 0 130px;
}

footer .footer-menu li {
  display: inline-block;
}

footer .footer-menu li a {
  color: #808080;
  line-height: 59px;
  font-weight: 600;
  margin-right: 20px;
}

footer .social ul li {
  display: inline-block;
}

footer .copyright {
  color: #fff;
  opacity: 0.5;
  font-weight: 500;
}

footer .home-content-text {
  font-size: 32px;
  color: #00f7f9;
  margin-bottom: 30px;
}

@media (max-width: 768px) {

  .switch-menu ul a{
    display: flex;
    align-items: center;
  }

  .hero .in {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: end;
    position: absolute;
    z-index: 2;
    bottom: 28px;
  }

  .hero .hero-menu ul li {
    display: inline-block;
    margin-right: 18px;
  }

  .hero .hero-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px;
  }

  .hero .hero-menu ul li.active a {
    color: #fff;
    font-weight: 500;
    background-color: #fff;
    color: #000;
  }

  .sidebar-menu {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  /* mobile sidebar menu */
  .sidebar-menu ul li {
    text-align: center;
    margin-top: 20px;
  }

  .sidebar-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
  }

  .sidebar-menu ul li.active a {
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    font-size: 30px;
  }

  .mobile-lang-menu {
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
  }

  .home-video-content .hero-menu ul {
    flex-wrap: nowrap;
    display: flex;
    overflow-y: scroll;
  }

  .home-video-content .hero-menu ul li a {
    font-size: 17px;
  }

  .team .swiper {
    margin-left: 30px;
    margin-right: 30px;

  }

  .creatorSwiper {
    margin-left: 30px;
    margin-right: 30px;

  }

  .team .team-slider .team-arrow .custom-team-next {
    right: 0;
  }

  .team .team-slider .team-arrow .custom-team-prev {
    left: 0;
  }

  .creator .team-slider .team-arrow .custom-creator-next {
    right: 0;
  }

  .creator .team-slider .team-arrow .custom-creator-prev {
    left: 0;
  }

  .creatorSwiperr .team-arrow .custom-team-prev {
    position: absolute;
    left: -50px;
    top: 46%;
  }

  .menu .mobile-logo {
    margin-top: 30px;
    text-align: center;
  }

  .team,
  .campus,
  .studios {
    margin-top: 80px;
  }

  .lets-talk {
    position: inherit;
  }

  .lets-talk .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .lets-talk p {
    font-size: 16px;
    margin-bottom: 36px;
    margin-top: 16px;
  }

  .lets-talk a {
    padding: 11px 35px;
  }

  footer .copyright {
    font-weight: 500;
    font-size: 13px;
  }

  .brands .item {
    width: inherit;
    height: 121px;
  }

  .brands .contain {
    padding: 0 40px;
  }

  .brands .brands-arrow {
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0px;
    right: 0px;
  }

  .brands .brands-arrow .custom-brands-prev {
    position: absolute;
    left: 0;
    top: 46%;
  }

  .brands .brands-arrow .custom-brands-next {
    position: absolute;
    right: 0;
    top: 46%;
  }

  .join-us,
  .contact-us {
    margin-top: 80px;
  }

  .join-us .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .join-us p {
    font-size: 15px;
  }

  .join-us .thumbnail img {
    margin-top: 10px;
    margin-left: -10px;
  }





  .switch-menu {
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    width: 95%;
    z-index: 2;
  }

  .switch-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .switch-menu ul li {
    width: 100%;
  }

  .in .menu {
    position: inherit;
  }

  .menu .navbar-nav {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }

  .menu .navbar-nav li {
    width: 50%;
    text-align: center;
  }

  .home-video-content .in {
    -ms-flex-line-pack: flex-end;
    align-content: flex-end;
  }

  .home-video-content .in h1 {
    font-size: 26px;
    letter-spacing: -1.15px;
  }

  .hero-video-content .in h1 {
    font-size: 32px;
    letter-spacing: -1.15px;
  }

  .home-content-text {
    font-size: 18px;
    color: #00f7f9;
    margin-bottom: 9px;
  }

  .contact-us .section-title {
    line-height: 16px;
    font-size: 24px;
    margin-bottom: 25px;
  }

  .contact-us .title {
    font-size: 18px;
  }

  .contact-us .address {
    font-size: 15px;
  }

  .contact-us .direction {
    margin-top: 20px;
    padding: 13px 30px;
    text-align: center;
    font-weight: 600;
  }

  .contact-us ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact-us ul li img {
    width: 30px;
  }

  .contact-us ul li a {
    font-size: 14px;
  }

  .hero {
    height: 350px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .hero h1 {
    font-size: 32px;
    letter-spacing: -1.15px;
  }

  .hero h2 {
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    color: #fff;
    letter-spacing: -1px;
    margin-left: 8px;
  }

  .campus .title {
    font-size: 24px;
  }

  .join-us-content {
    padding: 40px 0px;
  }

  .join-us-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .custom-creator-prev {
    position: absolute;
    left: 0px;
    top: 46%;
  }

  .custom-creator-next {
    position: absolute;
    right: 0px;
    top: 46%;
  }

  .creator p {
    font-size: 15px;
  }

  .creator .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .hero-video-content .hero-menu ul {
    margin-top: 20px;
    align-items: center;
    display: flex;
    overflow-x: scroll;
    height: 60px;
  }

  .hero-video-content .hero-menu ul::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 3px !important;
  }


  .hero-video-content .hero-menu ul li a {
    font-size: 16px;
  }

  .hero-video-content .hero-menu ul li.active a {
    font-weight: 500;
    background-color: #fff;
    color: #000;
  }


  .hero-menu ul {
    margin-top: 20px !important;
    align-items: center;
    display: flex;
    overflow-x: scroll;
    height: 60px;
  }

  .hero-menu ul::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 3px !important;
  }


  .hero-menu ul li {
    text-align: center;
  }

  .hero-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px;
    margin-right: 10px;
  }

  .hero-menu ul li.active a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 4px;
  }

  .about h2,
  .team .title,
  .campus .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .about p,
  .team p,
  .campus p {
    font-size: 15px;
  }

  .about .author .title {
    font-size: 20px;
  }

  .studios .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .brands {
    padding: 40px 0px;
    margin-top: 80px;
  }

  .brands .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .brands .sub-title {
    margin-bottom: 35px;
    font-size: 15px;
  }

  .join-us-content p {
    font-size: 15px;
  }

  .join-us-content .item .title {
    font-size: 18px;
  }

  .join-us-content .item a {
    padding: 10px 50px;
  }

  .lets-talk {
    margin-top: 80px
  }

  .hero-video-content {
    height: 320px;
  }

  .hero-video-content .bg-video {
    height: 320px;
  }

  .hero-video-content .in {
    height: 320px;
  }

  .hero-video-content .bg-video iframe {
    height: 500px;
  }

  .about,
  .creator {
    margin-top: 80px;
  }

  .navbar-nav {
    position: absolute;
    /*bottom: 60px;*/
    justify-content: center;
    left: 0;
    right: 0;
  }
}

/*# sourceMappingURL=style.css.map */