/* media size */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.btn:active {
  transform: translateY(1px) !important; }

button:focus:not(:focus-visible) {
  outline: 0; }

.navbar-toggler:focus {
  box-shadow: none; }

.form-control:focus {
  box-shadow: none; }

a {
  text-decoration: none !important; }

::-webkit-scrollbar {
  display: none; }

body {
  color: #ffffff;
  background: #002C57;
  font-size: 16px; }
  @media (min-width: 320px) and (max-width: 479px) {
    body {
      font-size: 14px; } }

@keyframes blink {
  0% {
    opacity: 0.1; }
  25% {
    opacity: 0.5; }
  50% {
    opacity: 1.0; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 0.1; } }

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

@keyframes floating {
  0% {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0px); } }

.rotate {
  animation: rotate 5s infinite linear; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.slick-slider .slick-prev, .slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: black;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-slider .slick-prev:focus, .slick-slider .slick-next:focus {
    outline: none; }
  .slick-slider .slick-prev.slick-disabled:before, .slick-slider .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-slider .slick-prev {
  left: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%); }
  @media (min-width: 320px) and (max-width: 479px) {
    .slick-slider .slick-prev {
      left: -5px;
      width: 30px;
      height: 30px; } }

.slick-slider .slick-next {
  right: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%); }
  @media (min-width: 320px) and (max-width: 479px) {
    .slick-slider .slick-next {
      right: -5px;
      width: 30px;
      height: 30px; } }

.cur-point {
  cursor: pointer !important; }

.dropdown-menu {
  --bs-dropdown-min-width: auto; }

@media screen and (max-width: 480px) {
  .offcanvas {
    background: #002C57; } }

@media screen and (max-width: 1024px) {
  .offcanvas {
    background: #002C57; } }

.img-logo {
  height: 50px; }
  @media (min-width: 320px) and (max-width: 479px) {
    .img-logo {
      height: 40px; } }

.navbar-nav .nav-item .nav-link {
  color: #00CBFF; }
  .navbar-nav .nav-item .nav-link:hover {
    color: #fff; }

.navbar-nav .nav-item .active {
  color: #fff; }

.btn-login {
  background: #FFFFFF;
  color: #707070;
  border: 0; }
  .btn-login:hover {
    background: linear-gradient(to bottom, #00C3CB 0%, #0060AC 100%);
    color: #fff; }

.btn-signup {
  background: linear-gradient(to bottom, #00C3CB 0%, #0060AC 100%);
  color: #fff;
  border: 0; }
  .btn-signup:hover {
    background: linear-gradient(to bottom, #00C3CB 0%, #0060AC 100%);
    color: #fff; }

.text-highlight {
  color: #60FFFF; }

.text-box {
  color: #08F7DD;
  font-size: 22px;
  text-transform: uppercase; }

header {
  height: 67px; }
  header .navbar {
    background: #002E59; }

.languand-box {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 5; }

section {
  min-height: 100vh; }
  section .space-row, section .benefit, section .spotlight, section .core-value {
    padding-top: 50px;
    padding-bottom: 50px; }
  section .title {
    color: #60FFFF;
    font-weight: 800;
    font-size: 25px; }
    @media (min-width: 320px) and (max-width: 479px) {
      section .title {
        font-size: 20px; } }
  section .banner {
    position: relative; }
    section .banner video {
      width: 100%;
      height: 100vh;
      object-fit: cover; }
    section .banner .bg-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #002E59;
      opacity: 0.5;
      z-index: 1; }
    section .banner .banner-content {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2; }
      section .banner .banner-content .heading-title {
        color: #60FFFF;
        font-family: "Inter", Sans-serif;
        font-size: 35px;
        font-weight: 800;
        line-height: 1em;
        letter-spacing: -1px;
        -webkit-text-stroke-color: #000;
        stroke: #000;
        text-shadow: 0px 7px 10px rgba(24, 47, 63, 0.52); }
        @media (min-width: 320px) and (max-width: 479px) {
          section .banner .banner-content .heading-title {
            font-size: 25px; } }
      section .banner .banner-content .heading-sub-title {
        color: #ffffff;
        font-family: "Inter", Sans-serif;
        font-size: 35px;
        font-weight: 800;
        line-height: 1em;
        letter-spacing: -1px;
        -webkit-text-stroke-color: #000;
        stroke: #000;
        text-shadow: 0px 7px 10px rgba(24, 47, 63, 0.52); }
        @media (min-width: 320px) and (max-width: 479px) {
          section .banner .banner-content .heading-sub-title {
            font-size: 25px; } }
      section .banner .banner-content .decrip {
        font-size: 20px; }
        @media (min-width: 320px) and (max-width: 479px) {
          section .banner .banner-content .decrip {
            font-size: 14px; } }
  section .benefit .benefit-box {
    background: linear-gradient(to bottom, #005F85 0%, #002C57 100%);
    height: 100%; }
    section .benefit .benefit-box .benefit-thumb {
      background: #002C57;
      border-radius: 50%;
      border: 2px solid #08F7DD;
      width: 50%;
      aspect-ratio: 1/1;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: -25%; }
      @media (min-width: 320px) and (max-width: 479px) {
        section .benefit .benefit-box .benefit-thumb {
          margin-top: 0; } }
      section .benefit .benefit-box .benefit-thumb .img-benefit {
        height: 50px; }
        @media (min-width: 320px) and (max-width: 479px) {
          section .benefit .benefit-box .benefit-thumb .img-benefit {
            height: 70px; } }
    section .benefit .benefit-box p {
      font-size: 14px; }
  section .events {
    background: transparent; }
    section .events .team-content .blog-colums .blog-images {
      position: relative;
      min-height: 70px; }
      section .events .team-content .blog-colums .blog-images .blog-images-top {
        width: 100%;
        height: 230px;
        object-fit: cover; }
      section .events .team-content .blog-colums .blog-images .blog-date {
        position: absolute;
        color: #ffffff;
        padding: 8px 16px;
        left: 10px;
        top: 10px;
        border-radius: 5px;
        font-size: 17px;
        text-transform: uppercase; }
    section .events .team-content .blog-colums .blog-information {
      background: #ffffff;
      box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
      padding: 25px; }
      section .events .team-content .blog-colums .blog-information .blog-text {
        font-size: 22px;
        font-weight: 700; }
      section .events .team-content .blog-colums .blog-information .btn-blog {
        background: #f5921e;
        margin-top: 20px;
        width: 35%;
        border-radius: 10px;
        text-align: center;
        padding: 2px;
        align-items: center; }
    section .events .team-content .blog-tags .nav-item .nav-link {
      color: #F6921E;
      border: 1px solid #F6921E;
      border-radius: 10px; }
    section .events .team-content .blog-tags .nav-item .active {
      background: #F6921E;
      color: #fff; }
  section .skymall .benefit .benefit-box {
    color: #4D4D4D;
    position: relative; }
    section .skymall .benefit .benefit-box .benefit-border {
      width: 70%;
      height: 198px;
      margin-bottom: -25%;
      transform-style: preserve-3d;
      transition: all 1s;
      border: 1px solid #08F7DD;
      border-radius: 50%;
      background: #002C57;
      position: relative; }
      section .skymall .benefit .benefit-box .benefit-border .benefit-img {
        position: absolute;
        width: 100%;
        backface-visibility: hidden;
        left: 0;
        top: 20px;
        aspect-ratio: 1/1; }
        section .skymall .benefit .benefit-box .benefit-border .benefit-img .be-img {
          width: 70%; }
    section .skymall .benefit .benefit-box .benefit-content {
      background: linear-gradient(0deg, #002c57 0%, #005f85 100%);
      border-radius: 15px;
      padding-top: 30%;
      padding-bottom: 20%; }
  section .spotlight .spotlight-box {
    background: linear-gradient(to bottom, #005F85 0%, #002C57 100%);
    border: 1px solid #08F7DD;
    border-radius: 20px;
    color: #fff; }
    section .spotlight .spotlight-box .spotlight-box-img {
      border-radius: 20px;
      width: 50%; }
      section .spotlight .spotlight-box .spotlight-box-img img {
        object-fit: cover; }
      @media screen and (max-width: 480px) {
        section .spotlight .spotlight-box .spotlight-box-img {
          width: 100%;
          height: 250px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 1024px) {
        section .spotlight .spotlight-box .spotlight-box-img {
          width: 100%;
          height: 250px;
          margin-bottom: 20px; } }
    section .spotlight .spotlight-box .spotlight-box-content {
      width: 50%; }
      @media screen and (max-width: 480px) {
        section .spotlight .spotlight-box .spotlight-box-content {
          width: 100%; } }
      @media screen and (max-width: 1024px) {
        section .spotlight .spotlight-box .spotlight-box-content {
          width: 100%; } }
  section .core-value {
    background: linear-gradient(to bottom, #005F85 0%, #002C57 100%);
    border-radius: 10px; }
    section .core-value .value-tags .nav-item .nav-link {
      color: #60FFFF;
      min-width: 150px; }
      @media screen and (max-width: 480px) {
        section .core-value .value-tags .nav-item .nav-link {
          min-width: auto; } }
      @media screen and (max-width: 1024px) {
        section .core-value .value-tags .nav-item .nav-link {
          min-width: auto; } }
    section .core-value .value-tags .nav-item .active {
      background: transparent;
      color: #fff;
      position: relative; }
      section .core-value .value-tags .nav-item .active:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff; }
    section .core-value .text-value {
      font-size: 25px; }

footer {
  background: #003561; }
