@charset "UTF-8";
body {
  margin: 0;
}

.container {
  max-width: 1440px;
  padding-inline: 24px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    padding-inline: 15px;
  }
}

#header {
  padding-block: 24px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  #header {
    padding-block: 15px;
  }
}
#header.sticky {
  background-color: #fff;
}
#header.sticky .logo {
  color: #000 !important;
}
#header.sticky .logo strong {
  color: #000 !important;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

[data-aos] {
  opacity: 0;
  transition-property: transform, opacity;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  color: #fff !important;
  font-family: "Sora", Sans-serif;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .logo {
    font-size: 13px;
  }
}
@media screen and (max-width: 390px) {
  .logo {
    font-size: 11px;
  }
}
.logo strong {
  color: #6EFCED !important;
  margin-left: 4px;
}
.logo img {
  margin-right: 16px;
  max-width: 44px;
}
@media screen and (max-width: 767px) {
  .logo img {
    max-width: 35px;
    margin-right: 5px;
  }
}

.btn {
  padding: 12px;
  background-color: #000;
  color: #6EFCED;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
  transition: all 0.4s;
  font-family: "Inter", Sans-serif;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 390px) {
  .btn {
    font-size: 11px;
  }
}
.btn:hover {
  background-color: #293438;
  scale: 1.05;
}

.filter-blur {
  backdrop-filter: blur(24.5px);
  box-shadow: 359px 658px 210px 0 rgba(0, 0, 0, 0), 230px 421px 192px 0 rgba(0, 0, 0, 0.01), 129px 237px 162px 0 rgba(0, 0, 0, 0.05), 57px 105px 120px 0 rgba(0, 0, 0, 0.09), 14px 26px 66px 0 rgba(0, 0, 0, 0.1);
}

.box-shadow {
  box-shadow: 0 688px 192px 0 rgba(0, 0, 0, 0), 0 440px 176px 0 rgba(0, 0, 0, 0.01), 0 248px 149px 0 rgba(0, 0, 0, 0.05), 0 110px 110px 0 rgba(0, 0, 0, 0.09), 0 28px 60px 0 rgba(0, 0, 0, 0.1);
}

.item-hover {
  transition: all 0.3s;
}
.item-hover.aos-finished {
  transition: all 0.3s !important;
}
.item-hover:hover {
  transform: translateY(-8px) scale(1.02) !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0 20px 40px;
}

.item-hover,
.hover-cursor {
  cursor: pointer;
}

[data-aos] {
  opacity: 0;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  /* giống easeOutExpo */
}

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