

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: 700;
}



/* main-nav */
.top-menu{
  margin-top: -1px;
}

.top-menu .nav-link{
  color: #222 !important;
}
.main-nav {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  position: absolute;
  top: 1.5rem;
  left: 10px;
  right: 10px;
  padding: 10px 0.5rem;
  z-index: 9999;
  border-radius: 10px;
}

.navbar-inverse.main-nav {
  background: rgba(29, 29, 36, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}

.navbar-inverse.nav-primary.main-nav {
  background: rgba(111, 17, 245, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}

.main-nav.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.main-nav.fixed-bottom {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-nav.sticky-top {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.main-nav.sticky-bottom {
  position: sticky;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-nav .sticky-logo {
  display: none;
}

.main-nav.nav-scroll .navbar-brand {
  display: none;
}

.main-nav.nav-scroll .sticky-logo {
  display: inline-block;
}

.navbar-inverse.main-nav.nav-scroll .navbar-toggler .icon-bar {
  background-color: #141a38;
}

.main-nav .dropdown-toggle::after {
  transform: translate(0, -47%);
}

/* end of main-nav */

.preloader{
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.hero-area{
  background: #8360c3;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #2ebf91, #8360c3);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #2ebf91, #8360c3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
  padding: 200px 0px 120px;
  position: relative;
}
.navbar-brand img{
  max-width: 150px;
}
.hero-area h4{
  font-size: 22px;
  line-height: 32px;
  color: #fdf90f;
}

.hero-area .title{
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 30px;
  color: #fff;
}

.hero-area p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
  color: #fff;
}

.hero-area .right-image{
  position: absolute;
  right: 0px;
  top: 100px;
  width: 46%;
}

.demo-area{
  background: #fff; 
  position: relative;
  background-position: center;
}

.sections-slider-feature{
  padding: 120px 0px 120px;
  
  position: relative;
  background-position: center;
}
.sections-main-feature{
  padding: 50px 0px 120px;
  background: #ffffff;  
  
  position: relative;
  background-position: center;
}
.demo-area .main-d{
  padding: 20px 0px 100px;
}
.footer{
  text-align: center;
  padding: 30px 0px 30px;
}
.section-title{
  text-align: center;
  margin-bottom: 50px;
}
.mybtn{
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  padding: 9px 30px;
  color: #232323;
  border-radius: 5px;
  transition: .3s linear;
}
.mybtn:hover{
  text-decoration: none;
  color: #232323;
  background: #fff;
}
.single-demo{
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}

.single-demo  img{
  width: 100%;
}

.single-demo h4{
  display: block;
  text-align: center;
  color: #232323;
  padding: 20px 0px 20px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.single-demo:hover h4{
  text-decoration: none;
}

.footer p{
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 10px;
  border-radius: 10px;
}



/*==========================================
    Preloader
==========================================*/
.preloader {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 99999999999999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.preloader img {
  width: 120px;
}


.hero-area .left-area {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0px 120px; }
  .hero-area .left-area .img {
    display: inline-block;
    position: relative;
    width: 300px;
    padding: 18px; }
    .hero-area .left-area .img::before {
      position: absolute;
      content: " ";
      width: 100%;
      height: 100%;
      background: url(../img/frem.png);
      background-size: contain;
      background-repeat: no-repeat;
      top: 2px;
      left: 0;
      z-index: 21; 
    }

   



      
.mac-slider .left-area {
  display: block;
  width: 100%;
  text-align: center;
 }
  .mac-slider .left-area .img {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 24px; 
  }
    .mac-slider .left-area .img::before {
      position: absolute;
      content: " ";
      width: 100%;
      height: 100%;
      background: url(../img/mac.png);
      background-size: contain;
      background-repeat: no-repeat;
      top: 0px;
      left: 0%;
      z-index: 21; 
    }



      .mac-slider .left-area .how-work-slider-img .item img{
        width: 968px;
      }



.feature-box{
  background: rgb(255, 255, 255);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.feature-box img{
  height: 64px;
  margin-bottom: 15px;
}
.feature-box h4{
  font-size: 20px;
  font-weight: 600;
}















