/* 1.1 - Template Fonts - Start
================================================== */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
/* 1.1 - Template Fonts - End
================================================== */
/* 1.2 - Template Global Reset - Start
================================================== */
 

 

/* 1.2 - Template Global Reset - End
================================================== */
/* Back To Top - Start
================================================== */
 
/* Template Space - End
================================================== */
 

 
 

.layer {
  position: relative !important;
}

@-webkit-keyframes colorchange {
  0% {
    background-color: #fff0e5;
  }
  25% {
    background-color: #d5f5ff;
  }
  50% {
    background-color: #ffc1c5;
  }
  75% {
    background-color: #a8c7a0;
  }
  100% {
    background-color: #d7c9f6;
  }
}

@keyframes colorchange {
  0% {
    background-color: #fff0e5;
  }
  25% {
    background-color: #d5f5ff;
  }
  50% {
    background-color: #ffc1c5;
  }
  75% {
    background-color: #a8c7a0;
  }
  100% {
    background-color: #d7c9f6;
  }
}
.upDown {
  -webkit-animation: upDown 1s infinite alternate;
          animation: upDown 1s infinite alternate;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  right: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #101213;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

.section_title {
  margin-bottom: 55px;
}
.section_title .badge {
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  margin-bottom: 24px;
  color: #3a10e5;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(16, 18, 19, 0.2);
          box-shadow: 0 1px 1px 0 rgba(16, 18, 19, 0.2);
}
.section_title h2 {
  font-size: 48px;
  margin-bottom: 14px;
}
.section_title p {
  font-size: 18px;
}

.backtotop .scroll {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px 1px rgba(16, 18, 19, 0.2);
          box-shadow: 0 1px 1px 1px rgba(16, 18, 19, 0.2);
}
.backtotop .scroll:hover {
  -webkit-box-shadow: 0 10px 26px 1px rgba(16, 18, 19, 0.1);
          box-shadow: 0 10px 26px 1px rgba(16, 18, 19, 0.1);
}



.hero_section {
  z-index: 1;
  text-align: center;
  position: relative;
  padding: 160px 0 200px;
}
.hero_section .badge {
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  word-spacing: 4px;
  padding: 10px 25px;
  border-radius: 4px;
  letter-spacing: 1px;
  margin-bottom: 50px;
  color: #3a10e5;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(16, 18, 19, 0.2);
          box-shadow: 0 1px 1px 0 rgba(16, 18, 19, 0.2);
}
.hero_section h1 {
  font-size: 66px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 30px;
}
.hero_section p {
  font-size: 19px;
  padding: 0 80px;
  font-weight: 500;
  margin-bottom: 60px;
  color: #111111;
}
.hero_section .scrollspy-btn {
  padding: 0;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  -webkit-animation: upDown 0.8s infinite alternate;
          animation: upDown 0.8s infinite alternate;
  text-shadow: 0 14px 20px rgba(16, 17, 18, 0.4);
}

.cd-words-wrapper b {
  background-image: -webkit-gradient(linear, right top, left top, from(#3d9bfc), color-stop(#f53a8b), color-stop(#ee704a), to(#7b40e4));
  background-image: linear-gradient(270deg, #3d9bfc, #f53a8b, #ee704a, #7b40e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.demos_framework_list {
  margin: -18px -18px 60px;
}
.demos_framework_list > li {
  padding: 18px;
}
.demos_framework_list span {
  width: 68px;
  height: 68px;
  margin-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 1px rgba(16, 18, 19, 0.12);
          box-shadow: 0 1px 2px 1px rgba(16, 18, 19, 0.12);
}
.demos_framework_list span img {
  max-height: 28px;
}
.demos_framework_list small {
  display: block;
  line-height: 1;
  font-weight: 500;
  color: #111111;
}



.pages_list {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.pages_list li {
  float: left;
  max-width: 300px;
  position: absolute;
  display: inline-block;
}
.pages_list li .image_wrap {
  overflow: hidden;
  border-radius: 8px;
  border: 6px solid #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
}
.pages_list li:nth-child(2) {
  top: 10%;
  left: 30px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.pages_list li:nth-child(1) {
  left: 0px;
  bottom: 25%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.pages_list li:nth-child(3) {
  bottom: 0;
  right: 350px;
  max-width: 430px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.pages_list li:nth-child(4) {
  top: 6%;
  right: -40px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.pages_list li:nth-child(5) {
  top: 42%;
  right: -20px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.counter_section {
  padding: 20px 0 20px;
}

.counter_content {
  z-index: 1;
  margin: auto;
  width: 370px;
  height: 370px;
  position: relative;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 30px 60px 0 rgba(16, 18, 19, 0.2);
          box-shadow: 0 30px 60px 0 rgba(16, 18, 19, 0.2);
  background-image: linear-gradient(45deg, rgba(245, 58, 139, 0.5), rgba(123, 64, 228, 0.7));
}
.counter_content .big_text span {
  line-height: 0.8;
  font-size: 200px;
  font-weight: 900;
  margin-bottom: 14px;
  color: #ffffff;
  background-size: auto;
  font-family: "Roboto", sans-serif;
  text-shadow: 0 20px 40px rgba(16, 18, 19, 0.3);
}
.counter_content .big_text small {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.counter_content .small_text {
  top: 0;
  right: 10px;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
.counter_content .small_text span, .counter_content .small_text small {
  line-height: 1;
  color: #101213;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.counter_content .small_text span {
  font-size: 26px;
  font-weight: 900;
}
.counter_content .small_text small {
  font-size: 10px;
  font-weight: 500;
}

.home_demos_section .container {
  max-width: 1320px;
}

.demo_page_item .item_inner_wrap {
  padding: 16px;
  text-align: center;
  position: relative;
  border-radius: 6px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 18, 19, 0.2);
          box-shadow: 0 1px 2px 0 rgba(16, 18, 19, 0.2);
}
.demo_page_item .item_inner_wrap:hover {
  z-index: 1;
  -webkit-box-shadow: 0 20px 40px 0 rgba(16, 18, 19, 0.1);
          box-shadow: 0 20px 40px 0 rgba(16, 18, 19, 0.1);
}
.demo_page_item .item_image a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #f0f3ff;
}
.demo_page_item .item_image img {
  width: 100%;
  display: block;
}
.demo_page_item .item_content {
  padding: 23px 12px 12px;
}
.demo_page_item .item_title {
  line-height: 1;
  font-size: 21px;
  margin-bottom: 5px;
}
.demo_page_item .btn_unfill {
  font-size: 15px;
}

.inner_pages_section .section_title h2 {
  font-size: 42px;
}
.inner_pages_section .bg_wrap {
  padding: 100px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, transparent), to(rgba(255, 255, 255, 0.8)));
  background-image: linear-gradient(0deg, transparent 30%, rgba(255, 255, 255, 0.8));
}
.inner_pages_section .row {
  margin: -25px -15px;
}
.inner_pages_section .row .col {
  padding: 25px 15px;
}

.inner_page_demo .item_image {
  padding: 6px;
  position: relative;
  border-radius: 16px;
  margin-bottom: 20px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 18, 19, 0.2);
          box-shadow: 0 1px 2px 0 rgba(16, 18, 19, 0.2);
}
.inner_page_demo .item_image > a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.inner_page_demo .item_image img {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

 