@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;
}

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

.login {
  position: relative;
  background-image: url("../img/login-bg.jpg");
  background-position: center;
  background-size: cover;
}
.login::after {
  position: absolute;
  content: "";
  background: #000;
  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;
}
@media (max-width: 767px) {
  .login .card {
    width: 100%;
  }
}
.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: #000;
  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: rgba(255, 255, 255, 0.6705882353);
  font-size: 18px;
  width: 306px;
  height: 59px;
  transition: 0.5s all;
  font-weight: 700;
}
.btn-custom-light:hover {
  background-color: #000;
  height: 76px;
}
@media (max-width: 970px) {
  .btn-custom-light {
    width: 100%;
  }
}
.btn-custom-light img {
  width: 17px;
}

.menu {
  position: fixed;
  width: 100%;
  z-index: 19;
  top: 0;
  transition: 0.5s all;
}
.menu .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  max-width: 100%;
  transition: all ease 0.25s;
}
.menu .sidebar .follow-us {
  display: flex;
  color: #9e9d9d;
  font-size: 11px;
  line-height: 11px;
  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;
}
@media (min-width: 992px) {
  .menu .sidebar {
    top: auto;
    bottom: auto;
    right: auto;
    flex-direction: row;
    max-width: 100%;
    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;
  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;
}
.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: 600;
}
.hero .hero-menu ul li.active a {
  color: #fff;
  font-size: 40px;
  border-bottom: 4px solid #fff;
  padding-bottom: 7px;
  font-weight: 600;
}

.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;
  transform: translate(-50%, -50%);
  filter: brightness(50%);
}
.home-video-content .in {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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;
}

@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;
  }
}
.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;
  transform: translate(-50%, -50%);
  filter: brightness(50%);
}
.hero-video-content .in {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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;
}
.hero-video-content .hero-menu ul {
  margin-top: 100px;
}
.hero-video-content .hero-menu ul li {
  display: inline-block;
  margin-right: 30px;
}
.hero-video-content .hero-menu ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.hero-video-content .hero-menu ul li.active a {
  color: #fff;
  font-size: 40px;
  border-bottom: 4px solid #fff;
  padding-bottom: 7px;
  font-weight: 600;
}

@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 {
  padding: 110px 0 110px 0;
}
.about h2 {
  font-size: 42px;
  line-height: 59px;
}
.about p {
  font-size: 18px;
  line-height: 24px;
}
.about .author {
  margin-top: 56px;
}
.about .author .title {
  font-size: 24px;
  font-weight: 500;
}
.about .author .sub-title {
  font-size: 18px;
}
.about img {
  width: 100%;
}

.team {
  padding: 0 0 110px 0;
}
.team .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
}
.team p {
  font-size: 18px;
  line-height: 24px;
}
.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%;
}
.team .team-slider .item .thumbnail img {
  width: 100%;
}
.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 {
  padding: 110px 0 110px 0;
}
.creator .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
}
.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;
}
.campus p {
  font-size: 18px;
  line-height: 24px;
}
.campus .thumbnail img {
  width: 100%;
}

.studios {
  margin-top: 135px;
  margin-bottom: 120px;
}
.studios .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 60px;
}
.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;
}
.brands .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}
.brands .sub-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
.brands .item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: 120px;
}
.brands .item img {
  max-width: 100%;
}
.brands .contain {
  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: 120px !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-us {
  padding: 150px 0px;
}
.join-us .title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
}
.join-us p {
  font-size: 18px;
}
.join-us a {
  background-color: #000;
  color: #000;
  padding: 15px 30px;
  text-align: center;
  font-weight: 600;
}
.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: #000;
  z-index: 0;
}

.contact-us .section-title {
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 63px;
}
.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: flex;
  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: #000;
  color: #000;
  padding: 13px 40px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
}

.lets-talk {
  margin-top: 120px;
  background-color: #000;
  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 {
  padding: 100px 0px;
}
.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: 45px;
  text-align: center;
}
.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: #bcf900;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 246px;
}
.join-us-content .item .title {
  font-size: 22px;
  line-height: 26px;
  margin: 25px 0px;
  text-align: center;
}
.join-us-content .item a {
  background-color: #000;
  border-radius: 6px;
  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: #bcf900;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .menu .mobile-logo {
    margin-top: 30px;
    text-align: center;
  }
  .team {
    padding: 0 0 29px 0;
  }
  .lets-talk {
    position: inherit;
  }
  .lets-talk .title {
    font-size: 24px;
    line-height: 37px;
  }
  .lets-talk p {
    font-size: 16px;
    margin-bottom: 36px;
    margin-top: 30px;
  }
  .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 {
    padding: 65px 0px;
  }
  .join-us .title {
    font-size: 24px;
  }
  .join-us p {
    font-size: 16px;
  }
  .join-us .thumbnail img {
    margin-top: 10px;
    margin-left: -10px;
  }
  .hero .hero-menu ul,
.hero-video-content .hero-menu ul {
    margin-top: 65px;
    margin-bottom: 30px;
  }
  .hero .hero-menu ul li,
.hero-video-content .hero-menu ul li {
    display: block;
    margin-bottom: 13px;
    text-align: center;
    margin-right: 0px;
  }
  .hero .hero-menu ul li a,
.hero-video-content .hero-menu ul li a {
    font-size: 16px;
    font-weight: 600;
  }
  .hero .hero-menu ul li.active a,
.hero-video-content .hero-menu ul li.active a {
    font-size: 32px;
    padding-bottom: 0px;
    font-weight: 600;
  }
  .switch-menu {
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    width: 95%;
    z-index: 2;
  }
  .switch-menu ul {
    display: flex;
  }
  .switch-menu ul li {
    width: 100%;
  }
  .in .menu {
    position: inherit;
  }
  .menu .navbar-nav {
    flex-direction: inherit;
  }
  .menu .navbar-nav li {
    width: 50%;
    text-align: center;
  }
  .home-video-content .in {
    align-content: end;
  }
  .home-video-content .in h1 {
    font-size: 26px;
  }
  .hero-video-content .in h1 {
    font-size: 44px;
  }
  .home-content-text {
    font-size: 18px;
    color: #bcf900;
    margin-bottom: 9px;
  }
  .contact-us .section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .contact-us .title {
    font-size: 18px;
  }
  .contact-us .address {
    font-size: 15px;
  }
  .contact-us .direction {
    margin-top: 20px;
    padding: 9px 29px;
  }
  .contact-us ul {
    display: flex;
    justify-content: space-between;
  }
  .contact-us ul li img {
    width: 30px;
  }
  .contact-us ul li a {
    font-size: 14px;
  }
  .hero {
    height: 350px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .detail-slider {
    padding: 58px 0px;
  }
  .campus .title {
    font-size: 24px;
  }
  .join-us-content {
    padding: 40px 0px;
  }
  .join-us-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */