@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;500;700&family=Alegreya:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
:root {
  --tgl-cyan-1: #53DAC1;
  --tgl-cyan-2: #614FD1;
  --tgl-primary: #01AED8;
  --tgl-secondary: #EA1B2B;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.tgl-container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1199px) {
  .tgl-container {
    max-width: 1400px;
  }
}

.banner-btn {
  padding: 14px 32px;
  background-color: var(--tgl-cyan-2);
  border-radius: 6px;
  cursor: pointer;
  color: white;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: none;
  border: 1px solid var(--tgl-cyan-2);
  margin-top: 12px;
  font-size: 20px;
  opacity: 0;
  -webkit-animation: btn_opacity 1.8s linear 9.5s forwards infinite;
          animation: btn_opacity 1.8s linear 9.5s forwards infinite;
  text-decoration: none;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  text-align: center;
  font-weight: 600;
}
.banner-btn:hover {
  background-color: transparent;
  color: var(--tgl-cyan-2);
  border-color: var(--tgl-cyan-2);
}

@-webkit-keyframes btn_opacity {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes btn_opacity {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.intro-wrap.banner-text__wrapper .banner__text-title {
  position: relative;
}

.banner__arrow {
  position: absolute;
  height: 80px;
  width: 250px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  opacity: 0;
  -webkit-animation: arrow__fromleft 1s linear 7s forwards;
          animation: arrow__fromleft 1s linear 7s forwards;
  z-index: -1;
}
.banner__arrow img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide {
  background-color: #fff;
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination {
  display: none;
}

.header_img img {
  max-width: 100%;
  min-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tgl-intro__slider .swiper-wrapper .swiper-slide .intro-wrap {
  min-height: 100vh;
  background-color: rgba(203, 227, 255, 0.6117647059);
}
.tgl-intro__slider .swiper-wrapper .swiper-slide:nth-child(2) .intro-wrap {
  background-color: #c1f3d5;
}
.tgl-intro__slider .swiper-wrapper .swiper-slide:nth-child(3) .intro-wrap {
  background-color: #eccffa;
}

.banner-text__wrapper, .tgl-static__banner__section {
  width: 100%;
}
.banner-text__wrapper .banner-text__wrap, .tgl-static__banner__section .banner-text__wrap {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.banner-text__wrapper .banner__text-title, .tgl-static__banner__section .banner__text-title {
  width: 308px;
  background-color: var(--tgl-secondary);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  -webkit-animation: text__from__top 2s linear 5s forwards;
          animation: text__from__top 2s linear 5s forwards;
  opacity: 0;
}
.banner-text__wrapper .banner__text-title .banner-title, .tgl-static__banner__section .banner__text-title .banner-title {
  border-radius: 12px;
  font-size: 57px;
  line-height: 60px;
  padding: 42px;
  background-color: var(--tgl-secondary);
  
}
.banner-text__wrapper .banner__text-desc, .tgl-static__banner__section .banner__text-desc {
  height: 360px;
  width: 360px;
  border-radius: 50%;
  background-color: #6dd9fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 52px;
  text-align: center;
  -webkit-animation: text__from__top_description 2s linear 7s forwards;
          animation: text__from__top_description 2s linear 7s forwards;
  opacity: 0;
}
.banner-text__wrapper .banner__text-desc .highlight, .tgl-static__banner__section .banner__text-desc .highlight {
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 22px;
  display: inline-block;
}

.tgl-static__banner__section .banner-text__wrap {
  min-height: 550px;
}
.tgl-static__banner__section .banner__text-title {
  position: relative;
  width: auto;
  background-color: var(--tgl-cyan-1);
  max-width: 308px;
  -webkit-animation: text__from__top 2.5s linear 0s forwards;
          animation: text__from__top 2.5s linear 0s forwards;
  opacity: 0;
  
}
.tgl-static__banner__section .banner__text-title .banner-title {
  font-size: 38px;
  background-color: var(--tgl-cyan-1);
  font-weight: 600;
  color: #fff;
}
.tgl-static__banner__section .banner__text-title .banner__arrow {
  -webkit-animation: arrow__fromleft 1s linear 2.4s forwards;
          animation: arrow__fromleft 1s linear 2.4s forwards;
  opacity: 1;
}
.tgl-static__banner__section .banner__text-desc {
  width: 320px;
  height: 320px;
  -webkit-animation: text__from__top 2.5s linear 3s forwards;
          animation: text__from__top 2.5s linear 3s forwards;
  opacity: 0;
  background-color: var(--tgl-cyan-2);
}
.tgl-static__banner__section .banner__text-desc p {
  color: #fff;
}
.tgl-static__banner__section .banner__text-desc p .highlight {
  margin: 0;
  line-height: 150%;
  font-size: 24px;
}
.tgl-static__banner__section .banner__text-desc.two {
  background-color: var(--tgl-primary);
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  -webkit-animation: text__from__top_description 2.5s linear 2s forwards;
          animation: text__from__top_description 2.5s linear 2s forwards;
}

.tgl-intro__wrapper .intro__wrapper .seperator {
  opacity: 0;
  -webkit-animation: icon_opacity 1s linear 1s forwards;
          animation: icon_opacity 1s linear 1s forwards;
  display: none;
}
@media screen and (min-width: 575px) {
  .tgl-intro__wrapper .intro__wrapper .seperator {
    display: inline-block;
  }
}
.tgl-intro__wrapper .intro__wrapper .seperator svg {
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 992px) {
  .tgl-intro__wrapper .intro__wrapper .seperator svg {
    width: 38px;
    height: 38px;
  }
}
.tgl-intro__wrapper .intro__wrapper .seperator svg path {
  fill: var(--tgl-cyan-2);
}
.tgl-intro__wrapper .intro__wrapper .seperator-two {
  opacity: 0;
  -webkit-animation: icon_opacity 1s linear 2s forwards;
          animation: icon_opacity 1s linear 2s forwards;
  display: none;
}
@media screen and (min-width: 575px) {
  .tgl-intro__wrapper .intro__wrapper .seperator-two {
    display: inline-block;
  }
}
.tgl-intro__wrapper .intro__wrapper .seperator-two svg {
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 992px) {
  .tgl-intro__wrapper .intro__wrapper .seperator-two svg {
    width: 38px;
    height: 38px;
  }
}
.tgl-intro__wrapper .intro__wrapper .seperator-two svg path {
  fill: var(--tgl-cyan-2);
}
.tgl-intro__wrapper .intro__wrapper .seperator-three {
  opacity: 0;
  -webkit-animation: icon_opacity 1s linear 3s forwards;
          animation: icon_opacity 1s linear 3s forwards;
  display: none;
}
@media screen and (min-width: 767px) {
  .tgl-intro__wrapper .intro__wrapper .seperator-three {
    display: inline-block;
  }
}
.tgl-intro__wrapper .intro__wrapper .seperator-three svg {
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 992px) {
  .tgl-intro__wrapper .intro__wrapper .seperator-three svg {
    width: 38px;
    height: 38px;
  }
}
.tgl-intro__wrapper .intro__wrapper .seperator-three svg path {
  fill: var(--tgl-cyan-2);
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap {
  min-height: 100vh;
  overflow: hidden;
  padding: 140px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 767px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap .small-bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .small-bubble {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .small-bubble {
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .small-bubble {
    gap: 42px;
  }
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: absolute;
}
@media screen and (min-width: 575px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble {
    position: static;
  }
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble span {
  font-weight: 600;
  color: white;
  text-align: center;
  font-family: "Alegreya", serif;
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-sm {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 575px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-sm {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-sm {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 1199px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-sm {
    width: 205px;
    height: 205px;
  }
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-sm span {
  font-size: 14px;
  padding: 0 20px;
}
@media screen and (min-width: 575px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-sm span {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-sm span {
    font-size: 22px;
  }
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-lg {
  height: 150px;
  width: 150px;
}
@media screen and (min-width: 575px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-lg {
    height: 200px;
    width: 200px;
  }
}
@media screen and (min-width: 767px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-lg {
    height: 260px;
    width: 260px;
  }
}
@media screen and (min-width: 992px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-lg {
    height: 360px;
    width: 360px;
  }
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-lg span {
  font-weight: 700;
  font-size: 18px;
  padding: 0 24px;
  display: inline-block;
}
@media screen and (min-width: 575px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-lg span {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.bubble-lg span {
    font-size: 38px;
  }
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.one {
  top: 15%;
  left: 10%;
  -webkit-animation: from_top_sm 1s linear 0s forwards;
          animation: from_top_sm 1s linear 0s forwards;
  opacity: 0;
  background-color: var(--tgl-primary);
}
@media screen and (min-width: 575px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.one {
    top: 10%;
    left: 5%;
  }
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.two {
  top: 10%;
  right: 20%;
  background-color: var(--tgl-cyan-1);
  -webkit-animation: from_top_sm 1s linear 1s forwards;
          animation: from_top_sm 1s linear 1s forwards;
  opacity: 0;
}
@media screen and (min-width: 575px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.two {
    top: 3%;
    right: 10%;
  }
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.three {
  top: 70%;
  right: 10%;
  background-color: var(--tgl-secondary);
  -webkit-animation: from_top_sm 1s linear 2s forwards;
          animation: from_top_sm 1s linear 2s forwards;
  opacity: 0;
}
@media screen and (min-width: 575px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.three {
    top: 60%;
    right: 5%;
  }
}
.tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.four {
  top: 40%;
  left: 30%;
  background-color: var(--tgl-cyan-2);
  -webkit-animation: zero_one 1s linear 3s forwards;
          animation: zero_one 1s linear 3s forwards;
  opacity: 0;
}
@media screen and (min-width: 575px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.four {
    top: 40%;
    left: 30%;
  }
}
@media screen and (min-width: 767px) {
  .tgl-intro__wrapper .intro__wrapper .bubble__wrap .bubble.four {
    -webkit-animation: zero_one 2.5s linear 3.5s forwards;
            animation: zero_one 2.5s linear 3.5s forwards;
  }
}

@-webkit-keyframes icon_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes icon_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes from_top_sm {
  0% {
    -webkit-transform: translateY(-260%);
            transform: translateY(-260%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes from_top_sm {
  0% {
    -webkit-transform: translateY(-260%);
            transform: translateY(-260%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zero_one {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zero_one {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes text__from__top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100vw);
            transform: translateY(-100vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes text__from__top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100vw);
            transform: translateY(-100vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes text__from__top_description {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100vw);
            transform: translateY(-100vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(66px);
            transform: translateY(0) translateX(66px);
  }
}
@keyframes text__from__top_description {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100vw);
            transform: translateY(-100vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(66px);
            transform: translateY(0) translateX(66px);
  }
}
@-webkit-keyframes arrow__fromleft {
  0% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 1;
    right: -85%;
  }
}
@keyframes arrow__fromleft {
  0% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 1;
    right: -85%;
  }
}