@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  height: 100%;
  margin: 0;
}

body {
background: #fff none repeat scroll;
font-size: 16px;
font-weight: normal;
overflow-x: hidden;
scroll-behavior: smooth;
}

ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
}

a,
a > * {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

button,
button:visited,
button:active,
button:hover,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  padding: 150px 0;
}

.section-top {
  padding-top: 150px;
}

.section-bottom {
  padding-bottom: 150px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-120 {
  padding-bottom: 120px;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #585858;
}

/*--------------------------------
    Preloader
-----------------------------------*/
#preloader {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999999999;
}

#status {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#status h5 {
    color: #ff015b;
}
/*--------------------------------
    Preloader
-----------------------------------*/

/* Menu Area Start */
.navbar-brand {
  align-items: center;
  display: flex;
}
/* Menu Area End */

.header-area {
  padding: 15px 0;
  /* position: absolute; */
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header-area .menu-area ul {
  margin: 0;
  padding: 0;
}

.header-area .menu-area ul li {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
}

.header-area .menu-area ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1A1919;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.header-area .menu-area ul li.active a, .header-area .menu-area ul li a:hover {
  color: #01ffffFF;
}

.header-area .header-btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  background-color: #01ffff;
  transition: all .5s ease-in-out;
}
.header-area .header-btn:hover {
  background-color: #4642D4;
  color: #ffffff;
}

.stick.header-area {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  left: 0;
  top: 0;
  z-index: 99;
  /* background: linear-gradient(157deg, #4642D4 8%, #2896F7 85%); */
  box-shadow: 0 0px 15px 2px rgb(0 0 0 / 5%);
}

.mobile-menu-area {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  left: 0;
  top: 0;
  z-index: 99;
  background: linear-gradient(157deg, #4642D4 8%, #2896F7 85%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.banner-area {
  padding-top: 190px;
  /* background: url('../images/banner-bg.png') no-repeat 100% 100%; */
  background-color: #00020f;
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
  min-height: 500px;
}
.banner-area .banner-text {
  margin-bottom: 50px;
}

.banner-area .banner-text h1 {
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 85px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FFFFFF;
}

.banner-area .banner-text h1 span {
    position: relative;
    z-index: 1;
    background-image: url('../images/word-piece-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.banner-area .banner-text h1 span:after {
  /* position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background: #01ffff;
  left: 0;
  bottom: 12px;
  z-index: -1; */
}
.single-demo .demo-tumbnail img {
    height: 100%;
    object-fit: contain;
}

.banner-area .banner-text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #FFFFFF;
}

/* build-framework-wrap start */
#nav-tab {
  border: 0;
}
.build-framework-wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 15px;
  border-radius: 6px;
  min-width: 130px;
  margin: 0 5px 5px!important;
}
.build-framework-wrap li.nav-item.show a {
  background-color: transparent!important;
  border: transparent;
  color: #fff!important;
}
.build-framework-wrap a.active, .build-framework-wrap li.nav-item.show a.active {
  background-color: #fff!important;
  color: black!important;
}
.build-framework-wrap a img {
  height: 40px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #fff;
}
/* build-framework-wrap end */

.section-title {
  margin-bottom: 55px;
}

.section-title .sub-title {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ff015b;
}

.section-title .sub-title span {
  margin: 0 15px;
}

.section-title .title {
  font-size: 60px;
  font-weight: 700;
  color: #1A1919;
  text-transform: capitalize;
}
#InnerDemos {
  background-color: #f9f9f9;
}
.single-demo {
  margin-bottom: 60px;
  border: none;
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.single-demo:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-demo:hover .demo-wrap {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.single-demo:hover .demo-tumbnail .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.single-demo .demo-wrap {
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 100px rgba(197, 197, 197, 0.25);
    box-shadow: 0 4px 100px rgba(197, 197, 197, 0.25);
    border: 1px solid #ff015b;
}

.single-demo .demo-tumbnail {
  position: relative;
  height: 271px;
  overflow: hidden;
}

.single-demo .demo-tumbnail .hover-overlay {
    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;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 1 91 / 23%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.single-demo h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #232322;
}

.primary-btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  background: #ff015b;
  color: #fff;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.primary-btn:hover {
  color: #ffffff;
  background: #cf014a;
}

.component-area {
  padding: 150px 0 100px 0;
  background: url("../images/component-bg.png") no-repeat;
}

.component-area .component-text h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: #FF6C62;
}

.component-area .component-text h2 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  color: #1A1919;
}

.component-area .component-text p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #585858;
}

.component-area .container {
  overflow: hidden;
  position: relative;
}

.component-area .container .component-text-area {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 5;
}

.section-top-title {
  margin-top: 50px;
  margin-bottom: 45px;
  font-size: 48px;
  font-weight: 700;
  color: #1A1919;
  text-transform: capitalize;
  text-align: center;
}

.responsive-view-area {
  padding: 120px 0;
  background: url('../images/responsive-banner.png') no-repeat 100% 100%;
  background-position: center;
  background-size: cover;
}
.responsive-view-area .responsive-view-content h2 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
}

.responsive-view-area .responsive-view-content p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #FFFFFF;
}

.responsive-view-area .responisve-view {
  /* position: relative;
  left: 30%;
  -webkit-transform: scale(1.4);
          transform: scale(1.4); */
}

.feature-area {
}

.feature-area .single-feature {
  margin-bottom: 30px;
  background: #F8F9FC;
  padding: 50px 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.feature-area .single-feature:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.feature-area .single-feature .feature-icon {
  margin: auto;
  margin-bottom: 30px;
  width: 70px;
  height: 70px;
}

.feature-area .single-feature .feature-icon img {
  width: 100%;
  height: auto;
}

.feature-area .single-feature .feature-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #232121;
}

.build-area {
    position: relative;
    background-color: #F8F9FC;
}
.build-area:after {
  /* position: absolute;
  content: '';
  width: 100%;
  height: 288px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); */
}

.build-area .build-top {
  /* margin-bottom: 150px; */
}

.build-area .build-top h2 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  color: #1A1919;
}

.build-area .build-top .button-area .primary-btn {
  margin-right: 20px;
}

.footer-area {
  padding: 25px 0;
  background: #131517;
}

.footer-area p {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    margin-left: 49px;
  }
}

@media (max-width: 1700px) {
  .responsive-view-area .responisve-view {
    left: 5%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (max-width: 1300px) {
  .responsive-view-area .responisve-view {
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
  .single-demo .demo-tumbnail {
    height: 224px;
}
}

@media (max-width: 1199px) {
  .single-demo .demo-tumbnail {
    height: 185px;
  }
  .banner-area .banner-text h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .banner-area .banner-text h1 span:after {
    height: 5px;
    bottom: 9px;
  }
  .banner-area .banner-text h2 {
    font-size: 30px;
  }
  .banner-area .banner-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .section-title .title {
    font-size: 40px;
  }
  .component-area .component-text h2 {
    font-size: 40px;
  }
  .feature-area .single-feature {
    padding: 50px 10px;
  }
  .feature-area .single-feature .feature-icon {
    margin-bottom: 20px;
  }
  .feature-area .single-feature .feature-title {
    font-size: 14px;
  }
  .build-area .build-top h2 {
    font-size: 40px;
  }
  .responsive-view-area .responsive-view-content h2 {
    font-size: 40px;
  }
  .section-top-title {
    font-size: 40px;
  }
  .header-area .menu-area ul li {
    margin: 0 15px;
  }
}

@media (max-width: 991px) {
  .banner-area {
    padding-top: 210px;
    padding-bottom: 120px;
}
  .component-area .container .component-text-area {
    position: inherit;
    top: 0;
    margin-bottom: 30px;
  }
  .responsive-view-area .responisve-view {
    margin-top: 30px;
  }
  .single-demo {
    margin-bottom: 30px;
  }
  .section {
    padding: 60px 0;
  }
  .section-top {
    padding-top: 60px;
  }
  .section-bottom {
    padding-bottom: 60px;
  }
  .pb-85 {
    padding-bottom: 30px;
  }
  .pb-120 {
    padding-bottom: 30px;
  }
  .responsive-view-area {
    padding: 60px 0;
  }
  .build-area .build-top {
    /* margin-bottom: 60px; */
  }
  .component-area {
    padding: 60px 0 60px 0;
  }
}

@media (max-width: 767px) {
  .single-demo .demo-tumbnail {
    height: 350px;
}
  .section-title .sub-title {
    font-size: 18px;
  }
  .component-area .component-text h3 {
    font-size: 18px;
  }
  .component-area .component-text h2 {
    font-size: 32px;
  }
  .section-top-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 32px;
  }
  .section-title .title {
    font-size: 32px;
  }
  .build-area .build-top h2 {
    font-size: 32px;
  }
  .responsive-view-area .responsive-view-content h2 {
    font-size: 32px;
  }
  .build-area::after {
    height: 30%;
  }
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .responsive-view-area .responsive-view-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .component-area .component-text p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .single-demo .demo-tumbnail {
    height: 210px;
}
  .banner-area .banner-text h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner-area .banner-text h2 {
    font-size: 24px;
  }
  .single-demo h4 {
    font-size: 18px;
  }
  .footer-area p {
    font-size: 14px;
    font-weight: 400;
  }
  .banner-area {
    padding-top: 180px;
    padding-bottom: 90px;
}
  .build-area .build-top .button-area .primary-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 375px) {
  .banner-area .banner-text h1 span:after {
    height: 4px;
    bottom: 5px;
}
  .footer-area {
    padding: 10px 0;
  }
  .footer-area p {
    font-size: 12px;
    line-height: 22px;
  }
  .component-area .component-text h2 {
    font-size: 26px;
  }
  .section-top-title {
    font-size: 26px;
  }
  .section-title .title {
    font-size: 26px;
  }
  .build-area .build-top h2 {
    font-size: 26px;
  }
  .responsive-view-area .responsive-view-content h2 {
    font-size: 26px;
  }
  .banner-area .banner-text h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .banner-area .banner-text h2 {
    font-size: 22px;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
