@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");




#index_text_wrapper {
  width: 100%;
  font-size: 62.5%;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  display: block;
}

    /* == fade up == */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,30px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animated1 {
    animation-duration: 1.2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: both
}
.animated2 {
    animation-duration: 1.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-fill-mode: both
}
.animated3 {
    animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-fill-mode: both
}
.animated4 {
    animation-duration: 1.8s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-fill-mode: both
}
.animated5 {
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.index_text{
    /* height: 100%;
    background-image: linear-gradient(to right, #C8EEFF, #FFFFFF, #FFFFFF, #C8EEFF)!important;
    font-size: 1.2rem;
    background: var(--bg);
    color: black; */
    font-size: 14px;
}

.text-center {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.section-heading {
  font-size: 3rem;
  color: var(--primary);
}

@media (min-width: 1440px) {
  #index_text_wrapper {
    zoom: 1.5;
  }
}

@media (min-width: 2560px) {
  #index_text_wrapper {
    zoom: 1.7;
  }
}

@media (min-width: 3860px) {
  #index_text_wrapper {
    zoom: 2.5;
  }
}