@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  text-align: center;
  background-position: center;
  font-family: "Roboto Flex", "Work Sans", sans-serif;
}

h1 {
  color: #fff;
  font-size: 72px;
  font-size: 5.9vw;
  width: 100%;
  text-align: center;
}

h2 {
  font-weight: 500;
  font-size: 27px;
  font-size: 2vw;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

ul {
  list-style: none;
  display: block;
}

a {
  color: #fff;
}

.wrapper {
  min-height: 500px;
  position: relative;
}

.logo {
  position: absolute;
  top: 5%;
  text-align: center;
  width: 100%;
  z-index: 5;
}

ul.countdown {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
}

ul.countdown li {
  display: inline-block;
  margin-right: 3%;
  text-align: center;
}

ul.countdown li span {
  font-style: normal;
  font-weight: 450;
  font-size: 90px;
  line-height: 90px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  ul.countdown li span {
    font-size: 50px;
    line-height: 50px;
  }
}

ul.countdown li p {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c2c2c2;
}

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

form {
  text-align: center;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 66%;
}

form input[type=text] {
  width: 22%;
  padding: 16px;
  font-size: 0.85em;
  color: #fff;
  outline: none;
  font-weight: 600;
  background: none;
  border: 1px solid #FFFFFF;
  transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
}

form input[type=text]:focus {
  background: rgba(255, 255, 255, 0.3);
}

form input[type=submit] {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #FD3267;
  padding: 16px 16px;
  font-size: 0.85em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  background: none;
  color: #fd3267;
  outline: none;
  cursor: pointer;
  margin-left: 15px;
}

form input[type=submit]:hover {
  border: 1px solid #F47797;
  color: #f47797;
}

ul.social {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
}

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

ul.social > li > a {
  color: #fff;
}

ul.social > li > a > i {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  display: block;
}

ul.social > li > a:hover i {
  border-radius: 100%;
}

ul.social > li > a:hover .icon-facebook {
  background: #3b5998;
}

ul.social > li > a:hover .icon-twitter-1 {
  background: #00aced;
}

ul.social > li > a:hover .icon-behance {
  background: #1769ff;
}

ul.social > li > a:hover .icon-pinterest-circled {
  background: #cb2026;
}

ul.social > li > a:hover .icon-gplus-1 {
  background: #d34836;
}

ul.social > li > a:hover .icon-dribbble-1 {
  background: #ea4c89;
}

.copyright {
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 100%;
  color: #fff;
  opacity: 0;
}

.header {
  z-index: 5;
}
.header * {
  font-style: normal;
  font-weight: 100;
  pointer-events: none;
}
@media (max-width: 991px) {
  .header * {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header * {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .header * {
    font-size: 16px;
    line-height: 26px;
  }
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .header .header-inner {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .header .header-inner {
    flex-direction: column;
  }
  .header .header-inner .header-left {
    order: 2;
  }
  .header .header-inner .header-right {
    order: 3;
  }
}
@media (max-width: 400px) {
  .header .header-inner {
    padding: 0;
  }
  .header .header-inner * {
    transform: scale(0.9);
  }
}
.header .header-left,
.header .header-right {
  color: rgba(255, 255, 255, 0.9);
}
.header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 991px) {
  .header .header-right {
    gap: 20px;
  }
}
.header .header-right a {
  text-decoration: none;
}
.header .header-right a:hover {
  color: #fff;
}
.header .header-right .divider {
  opacity: 0.9;
}
.header .header-right .btn-lang {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}
.header .brand img {
  display: block;
}
@media (max-width: 991px) and (min-width: 768px) {
  .header .brand img {
    transform: scale(0.75);
  }
}
.header .btn-menu {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}
.header .btn-menu span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 4px 0;
}

.footer {
  z-index: 5;
  margin: auto;
}
@media (min-width: 992px) {
  .footer {
    bottom: 80px;
  }
}
.footer .footer-inner {
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
@media (min-width: 768px) {
  .footer .footer-inner {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.footer .footer-item {
  font-family: "Work Sans";
  font-style: normal;
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .footer .footer-item {
    flex-direction: row;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .footer .footer-item {
    flex-direction: column;
    margin-bottom: 1rem;
    font-size: 16px;
  }
}
.footer .footer-item:not(:first-child) {
  position: relative;
}
.footer .footer-item:not(:first-child)::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: -50%;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
  transition: width 0.3s ease;
  z-index: 5;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.area-video .container {
  display: flex;
  justify-content: center;
}
.area-video .content {
  position: absolute;
  z-index: 3;
  max-width: 1440px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .area-video .content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .area-video .content {
    padding: 1rem;
    max-width: 100%;
  }
}
.area-video .content h1 {
  font-weight: 450;
  font-size: 48px;
  line-height: 67px;
  opacity: 0;
  transform: translateY(8px);
  animation: fadeInUp 0.9s ease-out forwards;
  animation-delay: 0.2s;
}
@media (max-width: 991px) {
  .area-video .content h1 {
    font-size: 25px;
    line-height: initial;
  }
}
@media (max-width: 400px) {
  .area-video .content h1 {
    font-size: 22px;
  }
}
.area-video .content h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 30px;
  opacity: 0;
  transform: translateY(8px);
  animation: fadeInUp 0.9s ease-out forwards;
  animation-delay: 0.5s;
}
@media (min-width: 992px) {
  .area-video .content h2 {
    width: 845px;
    height: 77px;
    margin: auto;
    margin: 10px 0 50px;
    line-height: 26px;
  }
}
.area-video .bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

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