@font-face {
  font-family: 'BeVietnam';
  src: url('./fonts/BeVietnam-Regular.woff2') format('woff2'),
    url('./fonts/BeVietnam-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BeVietnam';
  src: url('./fonts/BeVietnam-Bold.woff2') format('woff2'),
    url('./fonts/BeVietnam-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'BeVietnam';
  src: url('./fonts/BeVietnam-Thin.woff2') format('woff2'),
    url('./fonts/BeVietnam-Thin.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
body {
  margin: 0;
  font-family: 'BeVietnam', sans-serif;
  color: #fff;
}
* {
  box-sizing: border-box;
}
.container {
  max-width: 970px;
  margin: auto;
  padding-top: 150px;
  overflow: hidden;
}

.heading {
  display: flex;
  align-items: flex-end;
}
.heading .title {
  width: 335px;
  position: relative;
  background: linear-gradient(90.1deg, #f0c9e6 0.2%, #f3d3dc 98.99%);
  height: 82px;
  overflow: visible;
  z-index: 3;
  padding-left: 140px;
  border-radius: 20px 0 0 0;
}

.heading .title::before {
  content: '';
  display: block;
  width: 97px;
  height: 82px;
  right: -95px;
  bottom: 0;
  position: absolute;
  z-index: -1;
  background: url('./slice-1.png') no-repeat right;
}

.heading .title > img {
  position: absolute;
  left: 18px;
  top: -22px;
  width: 120px;
}

.heading .title h2 {
  margin: 0;
  padding-top: 11px;
  text-align: left;
  line-height: 1.2;
}

.heading .title h2 img {
  height: 72px;
  padding-left: 9px;
}
.heading .tabs {
  width: calc(100% - 335px);
  margin: 0;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  border-radius: 0 20px 0 0;
}

.tabs .tab-item {
  position: relative;
  cursor: pointer;
  padding: 10px 20px;
  z-index: 1;
  color: #0000ff;
  font-size: 28px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  width: 50%;
}
.tab-item:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./inactive-1.png) no-repeat;
  background-size: 100% 70px;
  top: 0;
  right: 0;
  z-index: -1;
  height: 90px;
}
.tab-item:first-child:after {
  width: 345px;
  background-size: 345px 94px;
  right: -18px;
}
.tab-item:first-child.active:after {
  background: url(./active-2.png) no-repeat;
  background-size: 356px 92px;
  width: 356px;
  right: -32px;
  left: auto;
}
.tab-item:nth-child(2):after {
  background: url(./inactive-2.png) no-repeat;
  background-size: 422px 93px;
  width: 422px;
  right: 0;
  left: auto;
}
.tab-item:nth-child(2).active:after {
  background: url(./active-1.png) no-repeat;
  background-size: 422px 93px;
  right: 0;
  width: 422px;
  left: auto;
}

.tab-item:first-child {
  z-index: 2;
}

.tab-item span {
  display: inline-block;
}

.tab-item.active span {
  background: linear-gradient(to right, #d50298 10%, #f97a32 50%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #fff;
  position: relative;
  z-index: 1;
  transform: translateX(70px);
  padding: 0 7px;
}
img.airplane {
  width: 163px;
  transform: translate(-212px, 91px);
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.tab-item.active img.airplane {
  transform: translate(0, 0);
  opacity: 1;
}
img.cloud {
  width: 60px;
  opacity: 0;
  transform: translate(-50px, 100px);
  bottom: 20px;
  left: 60px;
  transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.tab-item.active img.cloud {
  transform: translate(0, 0);
  opacity: 1;
}
.tab-img {
  display: none;
  position: absolute;
  width: 163px;
  top: -13px;
}
.tab-item:first-child .tab-img {
  left: 39px;
}

.tab-item.active .tab-img {
  display: block;
}

/* TAB */
.tab {
  font-size: 48px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 2;
}
.tabcontent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.tab.active {
  color: #fff;
}

.airplane-wrapper,
.cloud {
  position: absolute;
  /* bottom: -100px;
  left: -50%; */
  bottom: 0;
  left: 44px;
  z-index: 1;
}

.tab-item:nth-child(2) .airplane-wrapper {
  left: 18px;
}

#airplane {
  width: 220px;
  opacity: 0;
  transform: translateY(100px);
}

/* END TAB */

.section-main {
  background: linear-gradient(90.1deg, #f0c9e6 0.83%, #f9e7c8 98.99%);
  border-radius: 0 0 20px 20px;
  padding: 35px 15px 15px;
  backdrop-filter: blur(10px);
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  margin-top: -1px;
  border-radius: 0 24px 24px;
}
.main-img img.img-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  position: absolute;
}
.slide-item {
  position: relative;
}
.main-img {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: all 0.3s;
  z-index: 1;
}
.main-content {
  position: relative;
  /* width: 58%; */
  /* width: 420px; */
  padding: 20px 33px 0;
  font-size: 18px;
  z-index: 2;
  transition: all 0.1s;
  margin-bottom: -10px;
}
.main-content h2 {
  margin: 0;
  font-size: 24px;
}
.main-content p {
  line-height: 1.3em;
  margin-top: 4px;
  font-size: 18px;
  margin-bottom: 12px;
  min-height: 70px;
  font-weight: 300;
}

.section h2 {
  font-size: 28px;
  margin: 0;
}

.section p {
  margin-top: 10px;
  font-size: 16px;
  color: #f0f0f0;
}

.section button {
  margin-top: 20px;
  background: linear-gradient(to right, #fc466b, #3f5efb);
  border: none;
  padding: 12px 24px;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
}

.section button .arrow {
  margin-left: 10px;
}

.nav {
  background: none;
  border: none;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  margin: 0 10px;
}

.section h2 {
  font-size: 28px;
  margin: 0;
}

.section p {
  margin-top: 10px;
  font-size: 16px;
  color: #f0f0f0;
}

.section button {
  margin-top: 20px;
  background: linear-gradient(to right, #fc466b, #3f5efb);
  border: none;
  padding: 12px 24px;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
}

.section button .arrow {
  margin-left: 10px;
}

.slider-main {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 3;
}

/* Slider */
.slider-container {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-left: -16px;
  margin-right: -16px;
}
.slider-wrapper {
  width: 100%;
  max-width: 100%;
  /* max-width: 100vw; */
  /* height: 70vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slider {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
.slick-slide {
  padding: 10px;
  opacity: 0.7;
}

.slide-img {
  position: relative;
  height: 0;
  padding-bottom: 81%;
  /* overflow: hidden; */
  /* border-radius: 24px; */
}
.slick-center .slide-img {
  padding-bottom: 56.4%;
}
.slick-center .slide-img:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 3px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 24px;
}

.slick-center .slide-img {
  box-shadow: 0 4px 8px -1px rgba(255, 255, 255, 0.8);
  /* box-shadow: 0 7px 7px rgba(255, 255, 255, 0.3); */
  border-radius: 24px;
}
.title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  background: linear-gradient(90deg, #0000ff 0%, rgba(0, 0, 255, 0.6) 100%);
  padding: 8px;
  border-radius: 0 0 24px 24px;
}

.slick-slide:not(.slick-center) .title {
  transform: scale(1.2);
  bottom: 5px;
}

.slick-slide:not(.slick-center) {
  overflow: hidden;
  border-radius: 24px;
}

.slick-center .title {
  background: linear-gradient(
    90deg,
    rgba(210, 2, 138, 0.8) 0%,
    rgba(255, 182, 1, 0.8) 100%
  );
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap: 0.5rem;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  list-style-type: none;
  transition: all 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
}
.slick-dots li button {
  opacity: 0;
}

.slick-dots li.slick-active {
  width: 20px;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

/* END */

.slick-slider {
  max-width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 40px;
}

.slick-slide {
  /* opacity: 0.5; */
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.7);
  padding: 0px;
  box-sizing: border-box;
}

.slick-center {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}

.slick-slide span {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  border-radius: 0 0 20px 20px;
  padding: 10px;
}

/* arrows */
.slick-prev,
.slick-next {
  background: url(./arr.png) no-repeat;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 5;
  position: absolute;
  outline: none;
  border: none;
  top: 50%;
  font-size: 0;
  cursor: pointer;
}

.slick-prev {
  left: 30px;
  transform: translateY(-50%);
  margin-top: -20px;
}
.slick-next {
  right: 30px;
  transform: rotate(180deg);
  margin-top: -39px;
}

.btn-discover {
  display: inline-block;
  background: url(./button.png) no-repeat;
  background-size: cover;
  width: 188px;
  height: 50px;
  margin-left: -5px;
  cursor: pointer;
}
.d-mobile {
  display: none;
}
button,
a {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
span.btn-discover.disabled {
  opacity: 0.6;
  cursor: default;
}

.gradient-text {
  font-size: 32px;
  font-weight: bold;
  background: linear-gradient(90deg, #0000ff 0%, #de0094 64.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .slide-img {
    padding-bottom: 125%;
  }
  .slick-center .slide-img {
    padding-bottom: 84%;
  }

  .d-desktop {
    display: none;
  }
  .d-mobile {
    display: block;
  }
  .heading .title {
    width: 35%;
  }
  .heading .tabs {
    width: 65%;
  }
  .gradient-text {
    font-size: 30px;
  }
  .heading .title > img {
    width: 90px;
    top: -10px;
  }
  .heading .title h2 img {
    height: 67px;
  }
  .heading .title {
    padding-left: 112px;
  }
  .heading .title h2 {
    padding-top: 0;
  }
  img.airplane {
    width: 140px;
  }
  img.cloud {
    width: 40px;
  }
  .airplane-wrapper,
  .cloud {
    bottom: 11px;
    left: 37px;
  }
  img.cloud {
    bottom: 26px;
    left: 56px;
  }
  .tabs .tab-item {
    transition: all 0.2s;
  }
  .tab-item:first-child.active span {
    transform: translate(48px, 0px) !important;
  }
  .tab-item:last-child.active span {
    transform: translate(12px, 0px) !important;
  }
}

@media (max-width: 750px) {
  .gradient-text {
    font-size: 1rem;
  }
  .heading .title > img {
    width: 45px;
    top: -1px;
    left: 2px;
  }
  .heading .title h2 img {
    height: 35px;
  }
  .heading .title {
    height: 45px;
    padding-left: 50px;
  }
  .tabs .tab-item {
    font-size: 14px;
  }
  .heading .title::before {
    width: 51px;
    height: 45px;
    right: -50px;
    background-size: cover;
  }
  .heading .tabs,
  .tab-item:after {
    height: 35px;
  }
  img.airplane {
    width: 70px;
  }
  img.cloud {
    width: 20px;
    left: 30px;
    bottom: 18px;
  }
  .airplane-wrapper,
  .cloud {
    bottom: 4px;
    left: 16px;
  }
  .tabs .tab-item {
    padding: 0;
    line-height: 40px;
  }
  .tab-item:first-child.active span {
    transform: translate(29px, 0px) !important;
  }
  .main-content {
    width: 80%;
    padding: 20px 15px;
  }

  .title {
    font-size: 12px;
    padding: 5px;
  }
  .heading .title h2 {
    padding-top: 2px;
  }
  .section-main {
    padding: 25px 10px;
  }
  .btn-discover {
    width: 94px;
    height: 25px;
  }
  .tab-item:nth-child(2) .airplane-wrapper {
    left: 7px;
  }
  .slick-next {
    right: 19px;
  }
  .slick-prev {
    left: 18px;
  }
  .main-content p {
    font-size: 13px;
  }
  .main-content p br {
    display: none;
  }
}
