/*
@File: Torado/Startup Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style
** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - Futures Area Style
** - About Area Style
** - Services Area Style
** - Ready To Talk Area Style
** - Choose Us Area Style
** - Case Studies Area Style
** - Customer Area Style
** - Team Area Style
** - Partner Area Style
** - Blog Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style

*******************************************
/*

/*
Default Style
============================*/
@import url("../../../../css2");
@import url("../../../../css2-1");
:root {
  --body-font-family: "DM Sans", sans-serif;
  --heading-font-family: "Sen", sans-serif;
  --body-color: #747474;
  --main-color: #4A00E0;
  --heading-color: #000000;
  --white-color: #ffffff;
  --black-color: #000000;
  --font-size: 16px;
  --mobile-font-size: 15px;
  --transition: all ease .5s;
  --border-radius: 4px;
  --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

body {
  font-size: var(--font-size);
  font-family: var(--body-font-family);
  color: var(--body-color);
}

a {
  transition: var(--transition);
  color: var(--body-color);
}
a:hover {
  color: var(--main-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-weight: 700;
  font-family: var(--heading-font-family);
}

h1, h2 {
  font-weight: 800;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  margin-bottom: 15px;
  line-height: 26px;
}
p:last-child {
  margin-bottom: 0;
}

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

.form-control {
  height: 60px;
  color: var(--heading-color);
  border: 1px solid #F8F8F8;
  background-color: #F8F8F8;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  transition: var(--transition);
  border-radius: var(--border-radius);
}
.form-control::-moz-placeholder {
  color: #787C8B;
}
.form-control::placeholder {
  color: #787C8B;
}
.form-control:focus {
  color: var(--black-color);
  background-color: var(--white-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--main-color);
}

.form-control:hover:focus, .form-control:focus {
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

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

.pt-70 {
  padding-top: 70px;
}

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

.pt-50 {
  padding-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*
Bg-color Style*/
.bg-color-fcf8ff {
  background-color: #fcf8ff;
}

.bg-color-faf7ff {
  background-color: #faf7ff;
}

.bg-color-faf8ff {
  background-color: #faf8ff;
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: var(--main-color);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  transform: scale(0);
  visibility: hidden;
  transition: 0.9s;
  border-radius: var(--border-radius);
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--white-color);
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--main-color);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: var(--border-radius);
}
.go-top:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: var(--white-color);
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 87%;
  transform: scale(1);
}

/* Preloader Area Style
============================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  z-index: 9999;
}
.preloader .pl-spark-1 {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin: 0 auto 18px auto;
  position: relative;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.preloader .pl-spark-1:before, .preloader .pl-spark-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: var(--white-color);
  display: block;
  transform-origin: 50% 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.preloader .pl-spark-1.pl-spark-2:before {
  animation-name: scaleA;
}
.preloader .pl-spark-1.pl-spark-2:after {
  animation-name: scaleB;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}

@keyframes scaleA {
  from, 50%, to {
    transform: scale(1);
  }
  25%, 75% {
    transform: scale(-1);
  }
}
@keyframes scaleB {
  from, 50%, to {
    transform: rotate(90deg) scale(0);
  }
  12.5%, 62.5% {
    transform: rotate(90deg) scale(1);
  }
  37.5%, 87.5% {
    transform: rotate(90deg) scale(-1);
  }
}
/* Default btn Area Style
============================================*/
.default-btn {
  background: linear-gradient(84.94deg, #5104E0 6.89%, #8728E2 82.48%);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 10px;
  color: var(--white-color);
  padding: 21px 32px;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.98deg, #FF1072 0.73%, #FF8208 99.96%);
  border-radius: 50px;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.default-btn:hover {
  color: var(--white-color);
}
.default-btn:hover::before {
  opacity: 1;
}
.default-btn.active {
  color: var(--white-color);
}
.default-btn.active::before {
  opacity: 1;
}
.default-btn.active:hover {
  background: linear-gradient(84.94deg, #5104E0 6.89%, #8728E2 82.48%);
}

/* Read More btn Area Style
============================================*/
.read-more {
  font-weight: 500;
  font-size: 18px;
  line-height: 10px;
  color: var(--heading-color);
  text-decoration: none;
}
.read-more img {
  margin-left: 12px;
  transition: var(--transition);
}
.read-more:hover img {
  transform: rotate(-20deg);
}

/* Section Area Style
============================================*/
.section-title {
  max-width: 690px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.section-title .top-title {
  color: var(--main-color);
  padding: 6px 30px;
  display: inline-block;
  margin-bottom: 10px;
  background: rgba(74, 0, 224, 0.1);
  border-radius: 20px;
}
.section-title h2 {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 15px;
  position: relative;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: auto;
}
.section-title.white-title .top-title {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.section-title.white-title h2 {
  color: var(--white-color);
}
.section-title.white-title p {
  color: var(--white-color);
}
.section-title.w-565 {
  max-width: 565px;
}
.section-title.mb-minus-15 {
  margin-bottom: 25px;
}

/* navbar Area Style
============================================*/
.navbar {
  background-color: var(--white-color) !important;
  box-shadow: 0px 0px 30px rgba(136, 41, 226, 0.06);
  position: relative;
  z-index: 2;
}
.navbar .navbar-brand {
  max-width: 135px;
}
.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar.is-sticky::before {
  display: none;
}
.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100px;
  background-color: #fdfcff;
  z-index: -1;
}
.navbar .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .nav-item .nav-link {
  font-size: 18px;
  line-height: 10px;
  color: var(--heading-color);
  padding: 0 22px;
  padding: 34px 22px;
}
.navbar .nav-item .nav-link:hover {
  color: var(--main-color);
}
.navbar .nav-item .nav-link.active {
  color: var(--main-color);
}
.navbar .others-option {
  margin-left: 22px;
}
.navbar .others-option .default-btn {
  display: block;
  padding: 21px 19px;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/* Banner Area Style
============================================*/
.banner-area {
  background-image: url(../images/startup/banner/banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.banner-area .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.banner-area .shape {
  position: absolute;
}
.banner-area .shape.shape-1 {
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
}
.banner-area .shape.shape-2 {
  bottom: 40px;
  left: 0;
  right: 500px;
  margin: auto;
}
.banner-area .shape.shape-3 {
  top: 100px;
  right: 100px;
}
.banner-area .shape.shape-4 {
  bottom: 0;
  right: 100px;
}

.banner-img {
  text-align: right;
  margin-right: 80px;
}

.banner-content span {
  background: rgba(74, 0, 224, 0.1);
  border-radius: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 6px 26px;
  color: #4A00E0;
  margin-bottom: 15px;
}
.banner-content h1 {
  font-weight: 800;
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}
.banner-content p {
  margin-bottom: 37px;
  max-width: 655px;
  line-height: 26px;
}
.banner-content .default-btn {
  background: linear-gradient(86.56deg, #FF047C 3.83%, #FF0B76 3.84%, #FF8307 89.5%);
}

/* Features Area Style
============================================*/
.single-features {
  background-color: #fff9f6;
  border-radius: 20px;
  padding: 50px 30px;
  margin-bottom: 30px;
}
.single-features .icon {
  background: linear-gradient(180deg, #FF0080 0%, #FF7713 100%);
  border-radius: 10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 21px;
}
.single-features h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.single-features p {
  margin-bottom: 0;
}
.single-features.bg-color-fcf9ff {
  background: #fcf9ff;
}
.single-features.bg-color-fcf9ff .icon {
  background: linear-gradient(180deg, #EB7FFD 0%, #8322FE 100%);
}
.single-features.bg-color-f0fbff {
  background: #f0fbff;
}
.single-features.bg-color-f0fbff .icon {
  background: linear-gradient(180deg, #49D3FF 0%, #407CFF 100%);
}
.single-features.bg-color-fef9ed {
  background: #fef9ed;
}
.single-features.bg-color-fef9ed .icon {
  background: linear-gradient(180deg, #E76302 33.58%, #F9D122 110.43%, #905AFC 110.44%);
}

/* About Content Area Style
============================================*/
.about-content .top-title {
  color: var(--main-color);
  padding: 6px 30px;
  display: inline-block;
  margin-bottom: 10px;
  background: rgba(74, 0, 224, 0.1);
  border-radius: 20px;
}
.about-content h2 {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 20px;
}
.about-content p {
  margin-bottom: 30px;
  position: relative;
  padding-left: 13px;
}
.about-content p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--main-color);
}

.about-features-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.about-features-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
}

.single-about-features .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(171, 65, 250, 0.1);
  border-radius: 10px;
  text-align: center;
}
.single-about-features h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}
.single-about-features.pl-70 {
  padding-left: 70px;
}

.about-img {
  margin-right: 36px;
}

/* Work Area Style
============================================*/
.single-work {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}
.single-work .work-shape {
  position: relative;
  margin-bottom: 20px;
}
.single-work .work-shape::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: linear-gradient(180deg, #FAC33A 0%, #FB5C55 100%);
  border-radius: 50px;
  margin: auto;
}
.single-work .work-shape .icon {
  width: 123px;
  height: 123px;
  line-height: 123px;
  text-align: center;
  background: linear-gradient(180deg, #FAC33A 0%, #FB5C55 100%);
  border-radius: 50%;
  position: absolute;
  top: 36px;
  left: 15px;
  right: 0;
  margin: auto;
}
.single-work .work-shape.bg-color-f0fbff::before {
  background: linear-gradient(180deg, #48C9FF 0%, #4087FF 100%);
}
.single-work .work-shape.bg-color-f0fbff .icon {
  background: linear-gradient(180deg, #48C9FF 0%, #4087FF 100%);
}
.single-work .work-shape.bg-color-b65de1::before {
  background: linear-gradient(180deg, #B65DE1 0%, #D558CC 57.74%, #EB55BD 100%);
}
.single-work .work-shape.bg-color-b65de1 .icon {
  background: linear-gradient(180deg, #B65DE1 0%, #D558CC 57.74%, #EB55BD 100%);
}
.single-work .work-shape.bg-color-3d91ff::before {
  background: linear-gradient(180deg, #3D91FF 0%, #744DFF 43.23%, #B224FF 100%);
}
.single-work .work-shape.bg-color-3d91ff .icon {
  background: linear-gradient(180deg, #3D91FF 0%, #744DFF 43.23%, #B224FF 100%);
}
.single-work h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

/* Counter Area Style
============================================*/
.counter-area {
  background-image: url(../images/startup/counter-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.counter-area .col {
  width: 20%;
  flex: 0 0 auto;
}
.counter-area .shape {
  position: absolute;
  z-index: -1;
}
.counter-area .shape.counter-shape-1 {
  bottom: 0;
  right: 0;
}
.counter-area .shape.counter-shape-2 {
  top: 95px;
  left: 150px;
}
.counter-area .shape.counter-shape-3 {
  bottom: 35px;
  left: 250px;
  right: 0;
  margin: auto;
}

.single-counter {
  text-align: center;
  margin-bottom: 30px;
}
.single-counter h2 {
  background: linear-gradient(180deg, #06D2E7 0%, #15A5FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 70px;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
  padding: 10px 0;
}
.single-counter h2 .target {
  margin-left: -25px;
  position: relative;
  top: 6px;
}
.single-counter p {
  font-weight: 500;
  font-size: 20px;
  color: var(--white-color);
}

/* Services Area Style
============================================*/
.single-services {
  background-color: var(--white-color);
  padding: 35px 33px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(122, 0, 209, 0.05);
  border-radius: 20px;
  margin-bottom: 30px;
}
.single-services .d-flex {
  margin-bottom: 27px;
}
.single-services .icon {
  background: linear-gradient(180deg, #FD9D7F 0%, #FE22C0 100%);
  border-radius: 10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.single-services .icon.bg-color-eb7ffd {
  background: linear-gradient(180deg, #EB7FFD 0%, #8322FE 100%);
}
.single-services .icon.bg-color-ec4d09 {
  background: linear-gradient(180deg, #EC4D09 0%, #FBA500 99.99%, #CD33E7 100%);
}
.single-services h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.single-services h3 a {
  color: var(--heading-color);
  text-decoration: none;
}
.single-services p {
  margin-bottom: 18px;
}
.single-services ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
.single-services ul li {
  color: var(--heading-color);
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.single-services ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #CDB7FA;
  border-radius: 50px;
}
.single-services ul li::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -3px;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 1px solid #CDB7FA;
}
.single-services ul li:last-child {
  margin-bottom: 0;
}
.single-services .read-more {
  position: relative;
}
.single-services .read-more img {
  padding-left: 10px;
}
.single-services .read-more .right-icon-color {
  position: absolute;
  top: 6px;
  right: 0;
  opacity: 0;
}
.single-services .read-more:hover .right-icon-color {
  opacity: 1;
}

.services-slide.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  margin: auto;
}
.services-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.services-slide.owl-theme .owl-nav .owl-prev, .services-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(47, 20, 113, 0.05);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0;
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
}
.services-slide.owl-theme .owl-nav .owl-prev img, .services-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  left: -1px;
  transition: var(--transition);
}
.services-slide.owl-theme .owl-nav .owl-prev:hover, .services-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: #2F1471;
}
.services-slide.owl-theme .owl-nav .owl-prev:hover img, .services-slide.owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(100);
}
.services-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -66px;
}
.services-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: -2px;
}

/* Choose Us Area Style
============================================*/
.choose-us-content .top-title {
  color: var(--main-color);
  padding: 6px 30px;
  display: inline-block;
  margin-bottom: 10px;
  background: rgba(74, 0, 224, 0.1);
  border-radius: 20px;
}
.choose-us-content h2 {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 20px;
}
.choose-us-content p {
  margin-bottom: 30px;
  position: relative;
  padding-left: 13px;
}
.choose-us-content p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--main-color);
}

.single-choose {
  background-color: var(--white-color);
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.09);
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 24px;
}
.single-choose .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(180deg, #04C8D5 -0.29%, #5A75FF 99.08%, #E01DE4 99.09%, #D05B84 99.1%, #B0BDD3 99.11%);
  border-radius: 10px;
  text-align: center;
}
.single-choose .icon.bg-color-fac739 {
  background: linear-gradient(179.01deg, #FAC739 -9.82%, #FF2600 121.55%, #D0775B 121.56%, #A636FF 121.57%, #5A75FF 121.59%);
}
.single-choose .icon.bg-color-ff655b {
  background: linear-gradient(180.58deg, #FF655B 0.21%, #D323C2 108.74%, #4304F5 108.75%, #E01DE4 108.76%, #D05B84 108.77%);
}
.single-choose .icon.bg-color-d439fd {
  background: linear-gradient(179.99deg, #D439FD 0%, #8C1CE3 116.57%, #FF2600 116.58%, #D0775B 116.59%, #A636FF 116.6%);
}
.single-choose h3 {
  font-family: var(--body-font-family);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.choose-img {
  margin-left: 36px;
}

/* Pricing Area Style
============================================*/
.single-pricing {
  background: var(--white-color);
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}
.single-pricing .p-18 {
  padding: 18px;
  padding-bottom: 0;
}
.single-pricing .pricing-header {
  padding: 48px 30px;
  background: #FAF8FF;
  border-radius: 10px;
}
.single-pricing .pricing-header span {
  font-weight: 500;
  font-size: 20px;
  line-height: 10px;
  margin-bottom: 33px;
  display: block;
  color: var(--heading-color);
}
.single-pricing .pricing-header h2 {
  font-size: 36px;
  line-height: 10px;
  font-weight: 700;
}
.single-pricing .pricing-header h2 sub {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  top: -3px;
  left: 2px;
  color: #767676;
}
.single-pricing .price-list {
  padding: 30px 47px 47px 42px;
}
.single-pricing .price-list ul {
  padding-left: 0;
  margin-bottom: 44px;
  list-style-type: none;
}
.single-pricing .price-list ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.single-pricing .price-list ul li:last-child {
  margin-bottom: 0;
}
.single-pricing .price-list ul li img {
  position: absolute;
  top: 6px;
  left: 0;
}
.single-pricing .price-list .default-btn {
  border-radius: 5px;
  padding: 19px 20px;
  width: 100%;
  display: block;
  border: none;
}
.single-pricing .price-list .default-btn::before {
  border-radius: 5px;
}

/* Platforms Area Style
============================================*/
.platforms-content .top-title {
  color: var(--main-color);
  padding: 6px 30px;
  display: inline-block;
  margin-bottom: 10px;
  background: rgba(74, 0, 224, 0.1);
  border-radius: 20px;
}
.platforms-content h2 {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 22px;
}
.platforms-content p {
  margin-bottom: 30px;
}

.single-platforms {
  box-shadow: 0px 0px 30px rgba(117, 5, 206, 0.07);
  max-width: 140px;
  margin: auto;
  margin-bottom: 24px;
}

/* Testimonials Area Style
============================================*/
.single-testimonials {
  background: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 5px;
  padding: 45px;
  position: relative;
  z-index: 1;
  margin: 15px;
  margin-bottom: 30px;
}
.single-testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(179.81deg, #5507E0 0.17%, #FF136F 0.18%, #FF8208 113.6%);
  border-radius: 5px;
  transition: var(--transition);
  z-index: -1;
}
.single-testimonials .testimonials-img {
  border-radius: 10px;
  max-width: 112px;
}
.single-testimonials h3 {
  font-size: 24px;
  transition: var(--transition);
}
.single-testimonials span {
  color: #787B8B;
  transition: var(--transition);
}
.single-testimonials p {
  margin-top: 23px;
  transition: var(--transition);
  font-size: 18px;
  line-height: 30px;
}
.single-testimonials .quote-icon {
  position: absolute;
  top: 45px;
  right: 45px;
  max-width: 112px;
  z-index: -1;
}
.single-testimonials:hover h3 {
  color: var(--white-color);
}
.single-testimonials:hover span {
  color: var(--white-color);
}
.single-testimonials:hover p {
  color: var(--white-color);
}
.single-testimonials:hover .quote-icon {
  filter: opacity(0.2);
}
.single-testimonials:hover::before {
  top: auto;
  bottom: 0;
  height: 100%;
}

.testimonials-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.testimonials-slide.owl-theme .owl-nav .owl-prev, .testimonials-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(47, 20, 113, 0.05);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0;
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
}
.testimonials-slide.owl-theme .owl-nav .owl-prev img, .testimonials-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  left: -1px;
  transition: var(--transition);
}
.testimonials-slide.owl-theme .owl-nav .owl-prev:hover, .testimonials-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: #2F1471;
}
.testimonials-slide.owl-theme .owl-nav .owl-prev:hover img, .testimonials-slide.owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(100);
}
.testimonials-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -66px;
}
.testimonials-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: -2px;
}

/* Team Area Style
============================================*/
.team-area {
  background-image: url(../images/startup/team-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.team-area .team-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-team {
  text-align: center;
}
.single-team .team-img {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 13px;
  padding-bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.single-team .team-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  z-index: -1;
  transition: var(--transition);
}
.single-team .team-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(192.17deg, #D73AFE -8.79%, #8C1CE3 70.07%);
  border-radius: 10px;
  z-index: -1;
  transition: var(--transition);
}
.single-team .team-img img {
  border-radius: 10px;
}
.single-team .team-img ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: var(--transition);
}
.single-team .team-img ul li {
  display: inline-block;
  margin-right: 10px;
}
.single-team .team-img ul li:last-child {
  margin-right: 0;
}
.single-team .team-img ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--main-color);
  display: inline-block;
  color: var(--white-color);
  transition: var(--transition);
  text-decoration: none;
}
.single-team .team-img ul li a:hover {
  background-color: var(--main-color);
  color: var(--white-color);
  transform: translateY(-2px);
}
.single-team .team-info h3 {
  font-size: 22px;
  font-family: var(--body-font-family);
  margin-bottom: 8px;
  color: var(--white-color);
}
.single-team .team-info span {
  color: var(--white-color);
}
.single-team:hover .team-img::after {
  height: 98px;
}
.single-team:hover .team-img ul {
  opacity: 1;
}

.team-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.team-slide.owl-theme .owl-nav .owl-prev, .team-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0;
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
}
.team-slide.owl-theme .owl-nav .owl-prev img, .team-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  top: -1px;
  left: -1px;
  transition: var(--transition);
  filter: brightness(100);
}
.team-slide.owl-theme .owl-nav .owl-prev:hover, .team-slide.owl-theme .owl-nav .owl-next:hover {
  background: #7505CE;
}
.team-slide.owl-theme .owl-nav .owl-prev:hover img, .team-slide.owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(100);
}
.team-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -66px;
}
.team-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: -2px;
}

/* Contact Area Style
============================================*/
.contact-form .contact-title {
  margin-bottom: 40px;
}
.contact-form .contact-title .top-title {
  color: var(--main-color);
  padding: 6px 30px;
  display: inline-block;
  margin-bottom: 10px;
  background: rgba(74, 0, 224, 0.1);
  border-radius: 20px;
}
.contact-form .contact-title h2 {
  font-size: 44px;
  line-height: 56px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-check {
  padding-left: 12px;
}
.contact-form .form-check a {
  text-decoration: none;
  color: var(--main-color);
}
.contact-form .default-btn {
  width: 100%;
  display: block;
  border-radius: 4px;
  background: linear-gradient(180deg, #5708E0 0%, #8417F8 71.87%);
  border: none;
}
.contact-form .default-btn::before {
  border-radius: 4px;
}
.contact-form .list-unstyled {
  color: #ff0000;
  font-size: 14px;
  margin-top: 5px;
}

.contact-info {
  background: #F8F8F8;
  border-radius: 5px;
  padding: 40px 80px;
  margin-left: 57px;
}
.contact-info .col-lg-12:last-child .single-contact-info {
  margin-bottom: 0;
}

.single-contact-info {
  background: #FFFDFD;
  box-shadow: 0px 0px 25px rgba(205, 54, 251, 0.04);
  border-radius: 10px;
  position: relative;
  padding-left: 100px;
  padding: 32px 37px;
  margin-bottom: 30px;
}
.single-contact-info .icon {
  width: 84px;
  height: 84px;
  line-height: 84px;
  background: rgba(74, 0, 224, 0.1);
  text-align: center;
  border-radius: 50px;
  transition: var(--transition);
  position: relative;
}
.single-contact-info .icon .white-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.single-contact-info .icon .white-icon.call {
  top: 19px;
}
.single-contact-info .icon .white-icon.location {
  top: 16px;
}
.single-contact-info .icon .white-icon.mail {
  top: 24px;
}
.single-contact-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: var(--body-font-family);
}
.single-contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-contact-info ul li {
  margin-bottom: 5px;
}
.single-contact-info ul li a {
  color: #787C8B;
  text-decoration: none;
}
.single-contact-info ul li a:hover {
  color: var(--main-color);
}
.single-contact-info ul li:last-child {
  margin-bottom: 0;
}
.single-contact-info:hover .icon {
  background: #4A00E0;
}
.single-contact-info:hover .icon .white-icon {
  opacity: 1;
}

/* Blog Area Style
============================================*/
.single-blog {
  margin-bottom: 30px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.09);
  border-radius: 10px;
}
.single-blog .blog-img img {
  border-radius: 10px;
}
.single-blog .blog-content {
  padding: 30px 24px;
  padding-top: 35px;
  position: relative;
}
.single-blog .blog-content .date {
  background: linear-gradient(180deg, #E075FD 0%, #902DFE 100%);
  border-radius: 50px;
  color: var(--white-color);
  font-weight: 500;
  font-size: 18px;
  padding: 6px 20px;
  border: 3px solid var(--white-color);
  position: absolute;
  top: -22px;
  left: 0;
}
.single-blog .blog-content h3 {
  font-size: 24px;
  font-family: var(--body-font-family);
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 21px;
  border-bottom: 1px solid #DEDEDE;
}
.single-blog .blog-content h3 a {
  color: var(--heading-color);
  text-decoration: none;
}
.single-blog .blog-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-blog .blog-content ul li {
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #DEDEDE;
}
.single-blog .blog-content ul li:last-child {
  margin-right: 0;
  border: none;
}
.single-blog .blog-content ul li img {
  border-radius: 50px;
  width: 39px;
  margin-right: 10px;
}
.single-blog .blog-content ul li a {
  color: #787C8B;
  text-decoration: none;
}
.single-blog .blog-content ul li a:hover {
  color: var(--main-color);
}

/* Newsletter Area Style
============================================*/
.newsletter-area {
  position: relative;
  z-index: 1;
}
.newsletter-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #faf7ff;
  z-index: -1;
}

.newsletter-wrap {
  background-image: url(../images/startup/newsletter-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 70px;
  border-radius: 10px;
}

.newsletter-content .top-title {
  color: var(--main-color);
  padding: 6px 30px;
  display: inline-block;
  margin-bottom: 20px;
  background: var(--white-color);
  border-radius: 20px;
  font-size: 18px;
}
.newsletter-content h2 {
  font-size: 44px;
  line-height: 56px;
  color: var(--white-color);
  margin-bottom: 0;
}

.newsletter-form {
  position: relative;
}
.newsletter-form .form-control {
  height: 66px;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.17);
  border: 1px solid var(--white-color);
  color: var(--white-color);
  padding-left: 30px;
  padding-right: 30px;
}
.newsletter-form .form-control::-moz-placeholder {
  color: #E3E3E3;
}
.newsletter-form .form-control::placeholder {
  color: #E3E3E3;
}
.newsletter-form .default-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 23px 32px;
  border: none;
}

/* footer Area Style
============================================*/
.single-footer {
  margin-bottom: 30px;
}
.single-footer .footer-logo {
  margin-bottom: 15px;
}
.single-footer p {
  margin-bottom: 25px;
}
.single-footer h3 {
  font-size: 24px;
  margin-bottom: 26px;
}
.single-footer .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.single-footer .social-link li {
  display: inline-block;
  margin-right: 10px;
}
.single-footer .social-link li:last-child {
  margin-right: 0;
}
.single-footer .social-link li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #F2ECFD;
  color: var(--main-color);
  border-radius: 50px;
  text-decoration: none;
}
.single-footer .social-link li a:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.single-footer .import-link {
  padding-left: 0;
  list-style: none;
}
.single-footer .import-link li {
  margin-bottom: 15px;
}
.single-footer .import-link li:last-child {
  margin-bottom: 0;
}
.single-footer .import-link li a {
  color: #767676;
  text-decoration: none;
}
.single-footer .import-link li a:hover {
  color: var(--main-color);
}
.single-footer .info-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.single-footer .info-link li {
  margin-bottom: 15px;
  color: #767676;
}
.single-footer .info-link li a {
  color: #767676;
  text-decoration: none;
}
.single-footer .info-link li a:hover {
  color: var(--main-color);
}
.single-footer .info-link li:last-child {
  margin-bottom: 0;
}
.single-footer .info-link li .icon {
  background: #F1EAFD;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 50px;
}
.single-footer .info-link li .icon .f-call-icon {
  position: relative;
  top: -1px;
}
.single-footer .info-link li .icon .f-mail-icon {
  position: relative;
  top: -3px;
}
.single-footer .info-link li .icon .f-location-icon {
  position: relative;
  left: 1px;
}
.single-footer .info-link li h4 {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--body-font-family);
  margin-bottom: 4px;
}
.single-footer .info-link li .info {
  margin-left: 8px;
}
.single-footer.ml-30 {
  margin-left: 30px;
}
.single-footer.mr-90 {
  margin-right: 90px;
}

.copy-right-content {
  border-top: 1px solid rgba(118, 102, 102, 0.12);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.copy-right-content p {
  color: #767676;
}
.copy-right-content p span {
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;
}
.copy-right-content p a {
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

/* Demos Area Style
============================================*/
.all-demos-area .modal {
  --bs-modal-width: 1320px;
  text-align: center;
  background-color: var(--heading-color);
}
.all-demos-area .modal .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.all-demos-area .modal-header h1 {
  font-size: 35px;
}
.all-demos-area .single-demos {
  margin-bottom: 50px;
  text-decoration: none;
}
.all-demos-area .single-demos img {
  border-radius: 10px 10px 0 0;
  box-shadow: var(--box-shadow);
}
.all-demos-area .single-demos h3 {
  font-size: 25px;
  padding: 30px;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 0 0 10px 10px;
  transition: var(--transition);
}
.all-demos-area .single-demos:hover h3 {
  background-color: var(--main-color);
  color: var(--white-color);
}
.all-demos-area .modal-body {
  padding: 30px;
  padding-bottom: 0;
}
.all-demos-area .btn-close {
  background-image: url(../images/others/close.png);
  opacity: 1;
}

.demo-btn {
  position: fixed;
  top: calc(50% - 55px);
  left: 0;
  border-radius: 0 5px 5px 0;
  padding: 10px 15px;
  border: none;
}
.demo-btn span {
  writing-mode: vertical-rl;
}
.demo-btn::before {
  border-radius: 0 5px 5px 0;
}

/* Responsive Area Style
============================================*/
/* Max width 767px */
@media only screen and (max-width: 767px) {
  :root {
    --font-size: 15px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  body {
    font-size: var(--font-size);
  }
  .default-btn {
    padding: 18px 20px;
    font-size: 15px;
  }
  .read-more {
    font-size: 15px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .top-title {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .shape {
    display: none;
  }
  /* Navbar Content */
  .navbar .container-fluid {
    max-width: 540px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }
  .navbar .others-option {
    position: absolute;
    right: 60px;
    top: 8px;
  }
  .navbar .others-option .default-btn {
    padding: 15px 15px;
    font-size: 13px;
  }
  .navbar .navbar-nav {
    text-align: center;
  }
  /* Banner Area */
  .banner-area {
    padding-top: 140px;
    padding-bottom: 0;
  }
  .banner-area .container-fluid {
    max-width: 540px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .banner-content {
    margin-bottom: 30px;
  }
  .banner-content span {
    padding: 6px 15px;
    font-size: 14px;
  }
  .banner-content h1 {
    line-height: normal;
    font-size: 30px;
  }
  .banner-content p {
    margin-bottom: 25px;
  }
  .banner-img {
    margin-right: 0;
    text-align: center;
  }
  /* Features Area */
  .single-features {
    padding: 20px;
    border-radius: 10px;
  }
  .single-features .icon {
    margin-bottom: 17px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .single-features h3 {
    font-size: 20px;
  }
  /* About Us Area */
  .about-img {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .about-content .top-title {
    font-size: 14px;
  }
  .about-content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .about-features-wrapper::before {
    display: none;
  }
  .single-about-features h3 {
    font-size: 20px;
  }
  .single-about-features.pl-70 {
    padding-left: 0;
    margin-top: 30px;
  }
  /* About Us Area */
  .single-work h3 {
    font-size: 20px;
  }
  /* Counter Area */
  .counter-area .col {
    width: 50%;
  }
  .single-counter {
    margin-bottom: 30px;
  }
  .single-counter h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 30px;
    padding: 0;
  }
  .single-counter p {
    font-size: 14px;
    font-weight: 400;
  }
  /* Services Area */
  .single-services {
    padding: 20px;
  }
  .single-services .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .single-services h3 {
    font-size: 20px;
  }
  .single-services .d-flex {
    margin-bottom: 15px;
  }
  .services-slide.owl-theme .owl-nav {
    margin-bottom: 30px !important;
  }
  .services-slide.owl-theme .owl-nav .owl-prev, .services-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Choose Area */
  .choose-us-content {
    margin-bottom: 30px;
  }
  .choose-us-content .top-title {
    font-size: 14px;
  }
  .choose-us-content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .single-choose {
    padding: 20px;
  }
  .single-choose h3 {
    font-size: 15px;
  }
  .choose-img {
    margin-left: 0;
  }
  /* Pricing Area */
  .single-pricing .pricing-header {
    padding: 20px;
  }
  .single-pricing .pricing-header span {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .single-pricing .pricing-header h2 {
    font-size: 30px;
  }
  .single-pricing .pricing-header h2 sub {
    font-size: 14px;
  }
  .single-pricing .price-list {
    padding: 20px;
  }
  .single-pricing .price-list ul {
    margin-bottom: 20px;
  }
  /* Platforms Area */
  .platforms-content {
    margin-bottom: 30px;
  }
  .platforms-content .top-title {
    font-size: 14px;
    padding: 6px 11px;
  }
  .platforms-content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .platforms-area .col-lg-3 {
    width: 50%;
  }
  .platforms-area .col-lg-3:last-child .single-platforms {
    margin-bottom: 0;
    text-align: center;
  }
  /* Testimonials Area */
  .single-testimonials {
    padding: 20px;
  }
  .single-testimonials .quote-icon {
    display: none !important;
  }
  .single-testimonials .d-flex {
    display: block !important;
  }
  .single-testimonials .ms-3 {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .single-testimonials h3 {
    font-size: 20px;
  }
  .single-testimonials p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
  }
  .testimonials-slide.owl-theme .owl-nav {
    margin-bottom: 30px !important;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-prev, .testimonials-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Team Area */
  .team-area .team-shape {
    display: none;
  }
  .single-team .team-info h3 {
    font-size: 20px;
  }
  .team-slide.owl-theme .owl-nav {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .team-slide.owl-theme .owl-nav .owl-prev, .team-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Contact Form Area */
  .contact-form {
    margin-bottom: 50px;
  }
  .contact-form .contact-title {
    margin-bottom: 30px;
  }
  .contact-form .contact-title .top-title {
    font-size: 14px;
    padding: 6px 11px;
  }
  .contact-form .contact-title h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  /* Contact Area */
  .contact-info {
    margin-left: 0;
    padding: 20px;
  }
  .single-contact-info {
    display: block !important;
    text-align: center;
    padding: 20px;
    text-align: unset;
  }
  .single-contact-info .icon {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .single-contact-info .ms-3 {
    margin-left: 0 !important;
  }
  /* Blog Area */
  .single-blog .blog-content {
    padding: 20px;
    padding-top: 35px;
  }
  .single-blog .blog-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .single-blog .blog-content .date {
    font-size: 13px;
  }
  .single-blog .blog-content ul li {
    padding-right: 5px;
    margin-right: 5px;
  }
  .single-blog .blog-content ul li a {
    font-size: 14px;
  }
  /* Newsletter Area */
  .newsletter-wrap {
    padding: 20px;
  }
  .newsletter-wrap .top-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .newsletter-wrap h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .newsletter-form .form-control {
    height: 55px;
  }
  .newsletter-form .default-btn {
    position: relative;
    width: 100%;
    display: block !important;
    margin-top: 10px;
  }
  /* Footer Area */
  .single-footer.ml-30 {
    margin-left: 0;
  }
  .single-footer h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .single-footer .info-link li h4 {
    font-size: 16px;
  }
  .copy-right-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .copy-right-content p a {
    font-size: 15px;
  }
  /* All Demos Content */
  .all-demos-area .modal-header h1 {
    font-size: 25px;
    text-align: left;
  }
  .all-demos-area .single-demos h3 {
    padding: 20px;
    font-size: 20px;
  }
  .all-demos-area .modal-body {
    padding: 20px;
  }
  .all-demos-area .modal .btn-close {
    background-color: #000;
    top: 33px;
    right: 15px;
    z-index: 99;
  }
  .demo-btn {
    padding: 18px 12px;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .platforms-area .col-lg-3 {
    width: 25%;
  }
  .platforms-area .col-lg-3:last-child .single-platforms {
    margin-bottom: 0;
    text-align: center;
  }
  .single-about-features.pl-70 {
    padding-left: 0;
    margin-top: 0;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :root {
    --font-size: 15px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  body {
    font-size: var(--font-size);
  }
  .default-btn {
    padding: 18px 20px;
    font-size: 15px;
  }
  .read-more {
    font-size: 15px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .top-title {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .shape {
    display: none;
  }
  /* Navbar Content */
  .navbar .container-fluid {
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar .navbar-nav {
    margin-bottom: 0 !important;
  }
  .navbar .nav-item .nav-link {
    padding: 15px 10px !important;
  }
  .navbar .others-option {
    display: none;
  }
  /* Banner Area */
  .banner-area {
    padding-top: 140px;
    padding-bottom: 0;
  }
  .banner-area .container-fluid {
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .banner-content {
    margin-bottom: 30px;
  }
  .banner-content span {
    padding: 6px 15px;
    font-size: 14px;
  }
  .banner-content h1 {
    line-height: normal;
    font-size: 35px;
  }
  .banner-content p {
    margin-bottom: 25px;
  }
  .banner-img {
    margin-right: 0;
    text-align: center;
  }
  /* Features Area */
  .single-features {
    padding: 20px;
    border-radius: 10px;
  }
  .single-features .icon {
    margin-bottom: 17px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .single-features h3 {
    font-size: 20px;
  }
  /* About Us Area */
  .about-img {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .about-content .top-title {
    font-size: 14px;
  }
  .about-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .about-features-wrapper::before {
    display: none;
  }
  .single-about-features h3 {
    font-size: 20px;
  }
  .single-about-features.pl-70 {
    padding-left: 0;
  }
  .single-work h3 {
    font-size: 20px;
  }
  /* Counter Area */
  .counter-area .col {
    width: 33.33%;
  }
  .single-counter {
    margin-bottom: 30px;
  }
  .single-counter h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 30px;
    padding: 0;
  }
  .single-counter p {
    font-size: 14px;
    font-weight: 400;
  }
  /* Services Area */
  .single-services {
    padding: 20px;
  }
  .single-services .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .single-services h3 {
    font-size: 20px;
  }
  .single-services .d-flex {
    margin-bottom: 15px;
  }
  .services-slide.owl-theme .owl-nav {
    margin-bottom: 30px !important;
  }
  .services-slide.owl-theme .owl-nav .owl-prev, .services-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Choose Area */
  .choose-us-content {
    margin-bottom: 30px;
  }
  .choose-us-content .top-title {
    font-size: 14px;
  }
  .choose-us-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .single-choose {
    padding: 20px;
  }
  .single-choose h3 {
    font-size: 15px;
  }
  .choose-img {
    margin-left: 0;
  }
  /* Pricing Area */
  .single-pricing .pricing-header {
    padding: 20px;
  }
  .single-pricing .pricing-header span {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .single-pricing .pricing-header h2 {
    font-size: 30px;
  }
  .single-pricing .pricing-header h2 sub {
    font-size: 14px;
  }
  .single-pricing .price-list {
    padding: 20px;
  }
  .single-pricing .price-list ul {
    margin-bottom: 20px;
  }
  /* Platforms Area */
  .platforms-content {
    margin-bottom: 30px;
  }
  .platforms-content .top-title {
    font-size: 14px;
    padding: 6px 11px;
  }
  .platforms-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  /* Testimonials Area */
  .single-testimonials {
    padding: 20px;
  }
  .single-testimonials .quote-icon {
    display: none !important;
  }
  .single-testimonials .d-flex {
    display: block !important;
  }
  .single-testimonials .ms-3 {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .single-testimonials h3 {
    font-size: 20px;
  }
  .single-testimonials p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
  }
  .testimonials-slide.owl-theme .owl-nav {
    margin-bottom: 30px !important;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-prev, .testimonials-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Team Area */
  .team-area .team-shape {
    display: none;
  }
  .single-team .team-info h3 {
    font-size: 20px;
  }
  .team-slide.owl-theme .owl-nav {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .team-slide.owl-theme .owl-nav .owl-prev, .team-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Contact Form Area */
  .contact-form {
    margin-bottom: 50px;
  }
  .contact-form .contact-title {
    margin-bottom: 30px;
  }
  .contact-form .contact-title .top-title {
    font-size: 14px;
    padding: 6px 11px;
  }
  .contact-form .contact-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  /* Contact Area */
  .contact-info {
    margin-left: 0;
    padding: 20px;
  }
  .single-contact-info {
    display: block !important;
    text-align: center;
    padding: 20px;
    text-align: unset;
  }
  .single-contact-info .icon {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .single-contact-info .ms-3 {
    margin-left: 0 !important;
  }
  /* Blog Area */
  .single-blog .blog-content {
    padding: 20px;
    padding-top: 35px;
  }
  .single-blog .blog-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .single-blog .blog-content .date {
    font-size: 13px;
  }
  .single-blog .blog-content ul li {
    padding-right: 5px;
    margin-right: 5px;
  }
  .single-blog .blog-content ul li a {
    font-size: 14px;
  }
  /* Newsletter Area */
  .newsletter-wrap {
    padding: 20px;
    text-align: center;
  }
  .newsletter-wrap .top-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .newsletter-wrap h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  /* Footer Area */
  .single-footer.ml-30 {
    margin-left: 0;
  }
  .single-footer h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .single-footer .info-link li h4 {
    font-size: 16px;
  }
  .copy-right-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .copy-right-content p a {
    font-size: 15px;
  }
  .demo-btn {
    padding: 18px 12px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Navbar Area */
  .navbar .nav-item .nav-link {
    font-size: 16px;
    padding: 34px 15px;
  }
  .navbar .others-option .default-btn {
    font-size: 15px;
    padding: 21px 19px;
  }
  /* Banner Area */
  .banner-content h1 {
    font-size: 60px;
    line-height: 65px;
  }
  /* Features Area */
  .single-features {
    padding: 20px;
  }
  .single-features h3 {
    font-size: 21px;
  }
  /* About Area */
  .about-content h2 {
    font-size: 40px;
  }
  .single-about-features.pl-70 {
    padding-left: 0;
  }
  .single-about-features h3 {
    font-size: 18px;
  }
  .about-features-wrapper::before {
    display: none;
  }
  /* Section Area */
  .section-title h2 {
    font-size: 40px;
  }
  /* Work Area */
  .single-work h3 {
    font-size: 22px;
  }
  .single-work .work-shape .icon {
    top: 25px;
  }
  /* Counter Area */
  .counter-area .shape {
    display: none;
  }
  .single-counter h2 {
    font-size: 65px;
  }
  .single-counter p {
    font-size: 16px;
  }
  /* Services Area */
  .single-services {
    padding: 25px;
  }
  .services-slide.owl-theme .owl-nav .owl-prev, .services-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Choose Area */
  .single-choose {
    display: block !important;
  }
  .single-choose .ms-3 {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  /* Pricing Area */
  .single-pricing .price-list {
    padding: 20px;
  }
  /* Testimonials Area */
  .single-testimonials {
    padding: 20px;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-prev, .testimonials-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Team Area */
  .team-area .team-shape {
    display: none;
  }
  .team-slide.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .team-slide.owl-theme .owl-nav .owl-prev {
    right: auto;
    left: 0;
  }
  /* Contact Area */
  .contact-info {
    margin-left: 0;
    padding: 30px;
  }
  .contact-form .contact-title h2 {
    font-size: 40px;
  }
  /* Blog Area */
  .single-blog .blog-content {
    font-size: 20px;
  }
  .single-blog .blog-content .date {
    font-size: 15px;
  }
  .single-blog .blog-content h3 {
    font-size: 22px;
  }
  .single-blog .blog-content ul li {
    margin-right: 5px;
    padding-right: 5px;
  }
  .single-blog .blog-content ul li a {
    font-size: 13px;
  }
  .single-footer.mr-90 {
    margin-right: 0;
  }
  .single-footer.ml-30 {
    margin-left: 0;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* Banner Area */
  .banner-content h1 {
    font-size: 85px;
  }
  /* About Area */
  .single-about-features.pl-70 {
    padding-left: 0;
  }
  /* Counter Area */
  .counter-area .shape.counter-shape-1 {
    display: none;
  }
  /* Services Area */
  .services-slide.owl-theme .owl-nav .owl-next {
    right: -25px;
  }
  .services-slide.owl-theme .owl-nav .owl-prev {
    right: auto;
    left: -25px;
  }
  /* Testimonials Area */
  .testimonials-slide.owl-theme .owl-nav .owl-next {
    right: -25px;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-prev {
    right: auto;
    left: -25px;
  }
  /* Team Area */
  .team-slide.owl-theme .owl-nav .owl-next {
    right: -25px;
  }
  .team-slide.owl-theme .owl-nav .owl-prev {
    right: auto;
    left: -25px;
  }
  .team-area .team-shape {
    display: none;
  }
  /* Contact Area */
  .contact-info {
    margin-left: 0;
  }
  /* Blog Area */
  .single-blog .blog-content .date {
    font-size: 15px;
  }
  .single-blog .blog-content h3 {
    font-size: 22px;
  }
  .single-blog .blog-content ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
  /* Counter Area */
  .counter-area .shape.counter-shape-1 {
    display: none;
  }
}
/* Min width 1400px to Max width 1430px */
@media only screen and (min-width: 1400px) and (max-width: 1439px) {
  /* Services Area */
  .services-slide.owl-theme .owl-nav .owl-next, .services-slide.owl-theme .owl-nav .owl-prev {
    right: -45px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .services-slide.owl-theme .owl-nav .owl-prev {
    right: auto;
    left: -45px;
  }
  /* Testimonials Area */
  .testimonials-slide.owl-theme .owl-nav .owl-next, .testimonials-slide.owl-theme .owl-nav .owl-prev {
    right: -35px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-prev {
    right: auto;
    left: -35px;
  }
  /* Team Area */
  .team-slide.owl-theme .owl-nav .owl-next, .team-slide.owl-theme .owl-nav .owl-prev {
    right: -35px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .team-slide.owl-theme .owl-nav .owl-prev {
    right: auto;
    left: -35px;
  }
}
/* Min width 1440px to Max width 1500px */
@media only screen and (min-width: 1440px) and (max-width: 1500px) {
  /* Team Area */
  .team-slide.owl-theme .owl-nav .owl-next, .team-slide.owl-theme .owl-nav .owl-prev {
    right: -55px;
  }
  .team-slide.owl-theme .owl-nav .owl-prev {
    right: auto;
    left: -55px;
  }
}
/* Min width 1400px to Max width 1550px */
@media only screen and (min-width: 1400px) and (max-width: 1550px) {
  /* Team Area */
  .team-area .team-shape {
    max-width: 230px;
  }
  /* Counter Area */
  .counter-area .shape.counter-shape-1 {
    max-width: 200px;
  }
}
/* Only Mobil Menu Max width 991px */
@media only screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
  }
  .navbar::before {
    display: none;
  }
  .navbar .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar .nav-item .nav-link {
    padding: 15px 0;
    font-size: 16px;
  }
  .navbar .others-option {
    margin-left: 0;
  }
  .navbar .others-option .default-btn {
    width: auto;
    display: inline-block;
  }
  .navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
  }
  .navbar-toggler.menu-icon {
    width: 40px;
    padding: 4px 0;
    cursor: pointer;
    position: relative;
    box-shadow: none;
    border: none;
  }
  .navbar-toggler.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background-color: var(--main-color);
    margin: 6px 0;
    transition: 0.5s;
  }
  .navbar-toggler.menu-icon.active span {
    position: absolute;
    width: calc(100% - 16px);
    top: calc(50% - 8px);
  }
  .navbar-toggler.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .navbar-toggler.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.menu-icon.active span:nth-child(2) {
    transform: rotate(-45deg);
    display: none;
  }
}/*# sourceMappingURL=startup.css.map */