@charset "UTF-8";
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-SemiBold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Rosellinda Alyamore";
  src: url("../fonts/SVN-Rosellinda-Alyamore.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
}
/* Regular */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* Regular Italic */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/* Medium Italic */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
/* Demibold (≈ 600) */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-Demibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/* Demibold Italic */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-DemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
/* Bold (≈ 700) */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
/* Extrabold (≈ 800) */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-Extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
/* Extrabold Italic */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-ExtraboldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
/* Heavy (≈ 900) */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/* Heavy Italic */
@font-face {
  font-family: "iCiel Domaine Display";
  src: url("../fonts/iCielDomaineDisplay-HeavyItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
/* Text Regular (khác family, TTF) */
@font-face {
  font-family: "iCiel Domaine Text";
  src: url("iCielDomaineText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 2.7777777778vw;
}
@media (min-width: 1024px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-padding-top: 8rem;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 0;
}

body {
  font-family: "SVN-Gilroy", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
}

img {
  width: 100%;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

a,
button {
  text-decoration: none;
  color: #0066C5;
}
a:hover,
button:hover {
  opacity: 0.7;
  text-decoration: none;
}

input:focus,
select:focus,
button:focus {
  outline: none;
}

ul {
  list-style: none;
}

b, strong {
  font-weight: 700 !important;
}

/** font family **/
.font-ra {
  font-family: "Rosellinda Alyamore", Arial, Helvetica, sans-serif;
}

.font-iciel {
  font-family: "iCiel Domaine Display", Arial, Helvetica, sans-serif;
}

.font-iciel-text {
  font-family: "iCiel Domaine Text", Arial, Helvetica, sans-serif;
}

.font-base {
  font-family: "SVN-Gilroy", Arial, Helvetica, sans-serif;
}

/** text color **/
.text-default {
  color: #222222;
}

.text-primary {
  color: #0C5550;
}

.text-secondary {
  color: #CAB585;
}

.text-third {
  color: #0B3232;
}

.text-fourth {
  color: #FDFACF;
}

.text-five {
  color: #333333;
}

.text-six {
  color: #DFB87C;
}

.bg-default {
  background-color: #222222;
}

.bg-primary {
  background-color: #0C5550;
}

.bg-secondary {
  background-color: #CAB585;
}

.bg-third {
  background-color: #0B3232;
}

.bg-fourth {
  background-color: #FDFACF;
}

.bg-five {
  background-color: #333333;
}

.bg-six {
  background-color: #DFB87C;
}

@media (min-width: 1024px) {
  .text-lg-default {
    color: #222222 !important;
  }
  .text-lg-primary {
    color: #0C5550 !important;
  }
  .text-lg-secondary {
    color: #CAB585 !important;
  }
  .text-lg-third {
    color: #0B3232 !important;
  }
  .text-lg-fourth {
    color: #FDFACF !important;
  }
  .text-lg-five {
    color: #333333 !important;
  }
  .text-lg-six {
    color: #DFB87C !important;
  }
  .bg-lg-default {
    background-color: #222222 !important;
  }
  .bg-lg-primary {
    background-color: #0C5550 !important;
  }
  .bg-lg-secondary {
    background-color: #CAB585 !important;
  }
  .bg-lg-third {
    background-color: #0B3232 !important;
  }
  .bg-lg-fourth {
    background-color: #FDFACF !important;
  }
  .bg-lg-five {
    background-color: #333333 !important;
  }
  .bg-lg-six {
    background-color: #DFB87C !important;
  }
}
.text-gradient {
  display: inline-block;
  background: linear-gradient(360deg, #d5af84 22.7%, #FFEFB5 70.64%, #FFFCD8 95.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  display: inline-block;
  background: linear-gradient(360deg, #D19F59 22.7%, #EBD09D 75.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
  display: inline-block;
  background: linear-gradient(90deg, #0B3232 0%, #0C5550 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t-shadow {
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}

.tienich-slide .slider-grid {
  height: 100%;
}
.tienich-slide .slider-track {
  align-items: flex-end;
  height: 23rem;
}
@media (min-width: 1024px) {
  .tienich-slide .slider-track {
    height: 60rem;
  }
}
.tienich-slide .slide-item {
  height: 100%;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.tienich-slide .slide-item.small .slide-content-wrapper .slide-caption {
  font-size: 1.5rem;
  padding: 1rem 1.2rem;
}
@media (min-width: 1024px) {
  .tienich-slide .slide-item.small .slide-content-wrapper .slide-caption {
    font-size: 1.2rem;
  }
}
.tienich-slide .slide-item.small .slide-content-wrapper .slide-counter {
  width: 6rem;
  font-size: 1.6rem;
  padding: 0.8rem 0.5rem;
}
.tienich-slide .slide-item img {
  height: 23rem;
}
@media (min-width: 1024px) {
  .tienich-slide .slide-item img {
    height: 100%;
  }
}
.tienich-slide .slide-item:not(.left)::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(1, 160, 188, 0) 0%, #000 100%);
  z-index: 2;
}
.tienich-slide .slide-item:not(.small) .slide-caption {
  opacity: 0;
}
.tienich-slide .slide-item:not(.small) .slide-caption.active {
  opacity: 1;
}
.tienich-slide .slide-content-wrapper .slide-title-desc-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.tienich-slide .slide-content-wrapper .slide-counter {
  width: 5.5rem;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 1rem;
  padding: 1.5rem 0.5rem;
  text-align: center;
  font-style: italic;
}
@media (min-width: 1024px) {
  .tienich-slide .slide-content-wrapper .slide-counter {
    width: 10rem;
    font-size: 2.4rem;
    padding: 1.5rem 1rem;
    right: 0;
  }
}
.tienich-slide .slide-content-wrapper .slide-caption {
  width: 80%;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 1rem;
  opacity: 1;
  transition: opacity 0.6s ease-out 0.3s, font-size 0.8s cubic-bezier(0.4, 0, 0.2, 1), padding 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .tienich-slide .slide-content-wrapper .slide-caption {
    font-size: 2.2rem;
    width: 72%;
    padding: 2rem;
  }
}
.tienich-slide .slide-content-wrapper .slide-caption.active {
  opacity: 1;
}

/* Swiper section_noithat*/
.section_noithat {
  position: relative;
}
.section_noithat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50rem;
  z-index: 0;
  background-image: url("../images/before_noithatsp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .section_noithat::before {
    background-image: url("../images/before_noithat.png");
  }
}
@media (max-width: 767px) {
  .section_noithat .swiper-container {
    width: 90vw;
    max-width: 40rem;
    margin: 0 auto;
  }
}
.section_noithat .swiper-wrapper {
  align-items: center;
}
.section_noithat .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  will-change: transform, opacity;
  z-index: 2;
  transform: scale(1);
}
.section_noithat .swiper-slide img {
  width: 100%;
  display: block;
  margin: 0 auto;
  clip-path: inset(0 45% 0 45%); /* chỉ hiện 10% giữa ảnh */
  transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  height: 100%;
  pointer-events: none;
  filter: brightness(0.96);
}
.section_noithat .swiper-slide-active {
  z-index: 3 !important;
  transform: scale(1);
  opacity: 1;
}
.section_noithat .swiper-slide-active img {
  opacity: 1;
}
@media (min-width: 1024px) {
  .section_noithat .swiper-slide-active {
    transform: scale(1.4);
  }
}
.section_noithat .custom-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
.section_noithat .custom-btn:hover {
  opacity: 0.9;
}
.section_noithat .custom-btn:hover svg path {
  fill: #CAB585;
}
.section_noithat .custom-btn img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section_noithat .custom-next {
  right: 40rem !important;
}
.section_noithat .custom-next:hover {
  opacity: 0.9;
}
.section_noithat .custom-prev {
  left: 40rem !important;
}
.section_noithat .swiper-pagination {
  display: block;
  position: relative;
  bottom: -2.5rem;
  text-align: center;
  z-index: 10;
}
@media (min-width: 1024px) {
  .section_noithat .swiper-pagination {
    bottom: -12rem;
  }
}
.section_noithat .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.8rem !important;
  background-color: #A28048;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .section_noithat .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem !important;
  }
}
.section_noithat .swiper-pagination-bullet-active {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #A28048;
  border-radius: 0.4rem !important;
  transform: rotate(-45deg);
  opacity: 1;
}
@media (min-width: 1024px) {
  .section_noithat .swiper-pagination-bullet-active {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.section_noithat.fade-active img {
  clip-path: inset(0 0 0 0);
}

.section_ai {
  position: relative;
}
.section_ai::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55rem;
  z-index: -1;
  background-color: #DFF5F4;
}
@media (min-width: 1024px) {
  .section_ai::before {
    height: 92rem;
  }
}
.section_ai .box_ai {
  position: relative;
}
.section_ai .box_ai::before, .section_ai .box_ai::after {
  content: "";
  width: 19rem;
  height: 16.5rem;
  position: absolute;
  top: -12rem;
  z-index: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .section_ai .box_ai::before, .section_ai .box_ai::after {
    width: 100rem;
    height: 84rem;
    top: -30rem;
  }
}
.section_ai .box_ai::before {
  left: -3rem;
  background-image: url("../images/techdecor_left.png");
}
@media (min-width: 1024px) {
  .section_ai .box_ai::before {
    left: -35rem;
  }
}
.section_ai .box_ai::after {
  right: -3rem;
  background-image: url("../images/techdecor_right.png");
}
@media (min-width: 1024px) {
  .section_ai .box_ai::after {
    right: -35rem;
  }
}

.section_phongthuy {
  position: relative;
}
.section_phongthuy::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/before_phongthuysp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .section_phongthuy::before {
    background-image: url("../images/before_phongthuy.png");
  }
}

/* section_news */
@media (min-width: 1024px) {
  .first_new {
    position: relative;
  }
  .first_new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0B3232;
    background: linear-gradient(0deg, rgb(11, 50, 50) 0%, rgba(6, 32, 32, 0.2) 100%);
  }
}

/* section_social */
.section_social .ico_social:hover {
  background-color: rgba(12, 85, 80, 0.8) !important;
  opacity: 0.9 !important;
  transition: all 0.3s ease;
}
.section_social .ico_social:hover svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}
.section_social .back_top {
  opacity: 0;
  visibility: hidden;
}

/* section_matbang */
.section_matbang {
  position: relative;
}
.section_matbang::before {
  content: "";
  position: absolute;
  bottom: 12rem;
  left: 0;
  width: 5rem;
  height: 8rem;
  z-index: 1;
  background-image: url("../images/leaf_1.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .section_matbang::before {
    width: 19rem;
    height: 33rem;
    bottom: 40rem;
    left: 0;
  }
}
.section_matbang::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: -2rem;
  width: 4.7rem;
  height: 9rem;
  z-index: 1;
  background-image: url("../images/leaf_2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .section_matbang::after {
    width: 20rem;
    height: 46rem;
    top: 5rem;
    right: -5rem;
  }
}

.svg-path-skycity {
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}
.svg-path-skycity:hover .number path:first-child {
  fill: #0C5550;
}
.svg-path-skycity:hover .number path.ico_zoom {
  transform-box: fill-box;
  transform-origin: center;
  animation: zoomPulse 0.8s ease-in-out infinite;
}
.svg-path-skycity .line {
  transition: opacity 0.4s ease-in-out;
  opacity: 0.3;
}
.svg-path-skycity .line.active {
  opacity: 1;
}

.section_thuongluu {
  position: relative;
}
.section_thuongluu::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 10.5rem;
  height: 9rem;
  z-index: -1;
  background-image: url("../images/leaf_3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .section_thuongluu::before {
    width: 38.5rem;
    height: 31rem;
    top: -5rem;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .section_thuongluu .group_ttl {
    position: absolute;
  }
}
.section_thuongluu .group_ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 767px) {
  .section_map {
    position: relative;
  }
  .section_map::before {
    content: "";
    position: absolute;
    top: -10rem;
    left: 0;
    width: 100%;
    height: 12rem;
    z-index: -1;
    background-image: url("../images/line_mobile.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.list-slide-kt .slick-dots {
  position: relative;
}
.list-slide-kt .slick-dots::after, .list-slide-kt .slick-dots::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 0.15rem;
  z-index: 1;
  background-color: #FFFFFF;
}
.list-slide-kt .slick-dots::after {
  left: calc(50% - 7rem);
}
.list-slide-kt .slick-dots::before {
  right: calc(50% - 8rem);
}

#skycity-phan-khu .modal-content {
  position: relative;
}
#skycity-phan-khu .modal-content::before {
  content: "";
  position: absolute;
  bottom: 3.2rem;
  left: 0;
  width: 6.3rem;
  height: 10rem;
  background-image: url("../images/leaf_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 1024px) {
  #skycity-phan-khu .modal-content::before {
    width: 19rem;
    height: 30rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
  }
}
#skycity-phan-khu .modal-content::after {
  content: "";
  position: absolute;
  top: 5rem;
  right: -2rem;
  width: 5.3rem;
  height: 10rem;
  background-image: url("../images/leaf_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 1024px) {
  #skycity-phan-khu .modal-content::after {
    top: 10rem;
    width: 20rem;
    height: 46rem;
    right: -5rem;
  }
}

.rotateBtn svg path {
  transition: fill 0.1s ease-in-out;
}
.rotateBtn:hover svg path {
  fill: rgba(44, 44, 44, 0.2) !important;
}

.slide-phankhu .slick-track {
  display: flex;
}
.slide-phankhu .slide-phankhu-item {
  display: flex;
  height: auto;
}

.char {
  display: inline-block;
  overflow: unset;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding: 0 5rem;
  margin: 0 -5rem;
}

.animate-pulse {
  transform-box: fill-box !important;
  transform-origin: 50% 50% !important;
  animation: animate-pulse 6.3s ease-in-out infinite !important;
}

.animate-pulse2 {
  transform-box: fill-box !important;
  transform-origin: 50% 50% !important;
  animation: animate-pulse 6.3s 3s ease-in-out infinite !important;
}

.animate-bounce {
  animation: animate-bounce 1.5s ease-in-out infinite !important;
}

.animate-bounce2 {
  animation: animate-bounce 5s ease-in-out infinite !important;
}

.wave {
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave2 {
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

.wave3 {
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) 3s infinite;
  transform: translate3d(0, 0, 0);
}

.cloud-animate {
  animation: cloud_animate 5s linear infinite;
}

.cloud-animate2 {
  animation: cloud_animate2 5s linear infinite;
}

.lighting {
  display: inline-block;
  background: #111 -webkit-linear-gradient(30deg, #ffffff, #fff) no-repeat 0 0/30px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(255, 216, 142, 0.8);
  animation: sweep 3s ease-in infinite;
}

.lighting-2 {
  display: inline-block;
  background: #111 -webkit-linear-gradient(30deg, #ffffff, #fff) no-repeat 0 0/30px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(255, 216, 142, 0.8);
  animation: sweep 3s 1.5s ease-in infinite;
}

.button {
  position: relative;
}
.button:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 150%;
  top: 50%;
  z-index: 1;
  transform: skew(-30deg) translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.35) 40%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 80%);
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-name: button-sweep;
}

.animate-scale-in {
  animation: animate-scale-in 2s ease-in-out infinite;
}

/* KEYFRAMES */
@media (min-width: 1024px) {
  @keyframes animateY {
    0% {
      transform: translateY(40rem);
      opacity: 1;
    }
    75% {
      opacity: 1;
    }
    100% {
      transform: translateY(-40rem);
      opacity: 0;
    }
  }
  @keyframes animateX {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(2rem);
    }
  }
}
@media (max-width: 1023px) {
  @keyframes animateY {
    0% {
      transform: translateY(7rem);
      opacity: 1;
    }
    75% {
      opacity: 1;
    }
    100% {
      transform: translateY(-7rem);
      opacity: 0;
    }
  }
  @keyframes animateX {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(0.4rem);
    }
  }
}
.ico {
  opacity: 0;
  transform: scale(0);
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 1s ease-in-out;
}
.ico.is-active {
  opacity: 1;
  transform: scale(1);
}

.ai-animation-completed .a-1, .ai-animation-completed .a-4, .ai-animation-completed .a-7 {
  animation: czoomPulse 6s ease-in-out infinite;
}
.ai-animation-completed .a-2, .ai-animation-completed .a-5, .ai-animation-completed .a-8, .ai-animation-completed .a-8 {
  animation: czoomPulse 6s 2s ease-in-out infinite;
}
.ai-animation-completed .a-3, .ai-animation-completed .a-6 {
  animation: czoomPulse 6s 4s ease-in-out infinite;
}

@keyframes czoomPulse {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.6;
  }
  20%, 100% {
    opacity: 1;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  z-index: 9999;
}
.modal.active {
  display: flex;
}
.modal.fade .modal-overlay, .modal.fade .modal-close {
  opacity: 1;
}
.modal.fade .modal-content {
  opacity: 1;
  transform: translateY(0);
}
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background-color: black;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .modal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 9;
}
@media (min-width: 1024px) {
  .modal-close {
    top: 4rem;
    right: 4rem;
    font-size: 2.2rem;
  }
}
.modal-close:hover svg {
  transform: rotate(180deg);
}
.modal-close svg {
  transition: 0.3s ease-in-out;
}
.modal-close svg path {
  stroke: #000000;
  transition: 0.3s ease-in-out;
}
.modal-content {
  overflow: auto;
  opacity: 0;
  transform: translateY(-10rem);
  transition: 0.3s ease-in-out;
}

.arrowSlidePhankhu .btn-arrows:hover svg path {
  stroke: #ffffff;
}

@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes svg_bunder {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-play {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}
@keyframes anchorFloat {
  0%, 100% {
    transform: translateY(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
@keyframes zoomPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  @keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -420px;
    }
  }
  @keyframes swell {
    0%, 100% {
      transform: translate3d(0, -5px, 0);
    }
    50% {
      transform: translate3d(0, 2px, 0);
    }
  }
}
@media (min-width: 1024px) {
  @keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -1920px;
    }
  }
  @keyframes swell {
    0%, 100% {
      transform: translate3d(0, -25px, 0);
    }
    50% {
      transform: translate3d(0, 5px, 0);
    }
  }
}
@keyframes animate-pulse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.5);
  }
  45% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animate-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
}
@media (min-width: 1024px) {
  @keyframes cloud_animate {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes cloud_animate2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(2rem);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (max-width: 1023px) {
  @keyframes cloud_animate {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.5rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes cloud_animate2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0.5rem);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@keyframes button-sweep {
  0% {
    right: -180px;
  }
  60% {
    right: 180px;
  }
  100% {
    right: 180px;
  }
}
@keyframes sweep {
  0% {
    background-position: 0 0;
  }
  30% {
    background-position: 150% 150%;
  }
  99% {
    background-position: 150% 150%;
  }
  100% {
    background-position: 150% 150%;
  }
}
@keyframes animate-scale-in {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=global.css.map */