/*
@File: Torado/App Showcase 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("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --body-font-family: "Jost", sans-serif;
  --body-color: #727272;
  --main-color: #A231F9;
  --heading-color: #000000;
  --white-color: #ffffff;
  --black-color: #000000;
  --font-size: 16px;
  --mobile-font-size: 15px;
  --transition: all ease .5s;
  --border-radius: 5px;
  --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;
}

.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;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background-color: rgba(255, 255, 255, 0.04);
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  transition: var(--transition);
  border-radius: 4px;
  color: var(--white-color) !important;
}
.form-control::-moz-placeholder {
  color: #D3D3D3;
}
.form-control::placeholder {
  color: #D3D3D3;
}
.form-control:focus {
  color: var(--black-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--main-color);
  background: rgba(255, 255, 255, 0.04);
}

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-f8f8f8 {
  background-color: #f8f8f8;
}

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

/*
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(89.9deg, #E587FC 0.04%, #369BF9 0.05%, #9516FA 104.24%);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 10px;
  color: var(--white-color);
  padding: 21px 32px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00D1E4 0%, #278CFF 100%);
  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::before {
  opacity: 1;
}

/* Read More btn Area Style
============================================*/
.read-more {
  font-weight: 600;
  font-size: 18px;
  line-height: 10px;
  color: var(--heading-color);
  text-decoration: unset;
}
.read-more img {
  margin-left: 12px;
}
.read-more:hover {
  letter-spacing: 0.5px;
}

/* Section Area Style
============================================*/
.section-title {
  max-width: 750px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.section-title .top-title {
  background: rgba(254, 108, 61, 0.1);
  border-radius: 3px;
  color: var(--main-color);
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  padding: 3px 15px;
}
.section-title h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 15px;
  position: relative;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: auto;
}
.section-title.w-550 {
  max-width: 550px;
}
.section-title.left-title {
  text-align: left;
  margin-left: 0;
}
.section-title.left-title .default-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.section-title.white-title h2 {
  color: var(--white-color);
}

/* navbar Area Style
============================================*/
.navbar {
  z-index: 2;
}
.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;
  box-shadow: 0 0 3px 0px #000000;
  box-shadow: var(--box-shadow);
  background-color: var(--white-color);
  z-index: 999;
}
.navbar.is-sticky::before {
  display: none;
}
.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 ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar .others-option ul li {
  margin-right: 22px;
}
.navbar .others-option ul li:last-child {
  margin-right: 0;
}
.navbar .others-option .default-btn {
  display: block;
  padding: 21px 29px;
  font-weight: 600;
}
.navbar .others-option .option-item {
  position: relative;
  top: 12px;
}
.navbar .others-option .option-item .search-overlay {
  display: none;
}
.navbar .others-option .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: var(--white-color);
  z-index: 2;
  padding: 20px;
  box-shadow: var(--box-shadow);
  margin-top: 18px;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form {
  position: relative;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #dddddd;
  color: var(--heading-color);
  outline: 0;
  transition: var(--transition);
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
  background: var(--white-color);
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: var(--main-color);
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: var(--main-color);
  border: none;
  width: 50px;
  outline: 0;
  color: var(--white-color);
  transition: var(--transition);
  padding: 0;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
  background-color: var(--heading-color);
}
.navbar .others-option .option-item .search-btn {
  cursor: pointer;
  transition: var(--transition);
  color: var(--heading-color);
  text-align: center;
  font-size: 21px;
  display: inline-block;
}
.navbar .others-option .option-item .search-btn:hover {
  color: var(--main-color);
}
.navbar .others-option .option-item .close-btn {
  cursor: pointer;
  transition: var(--transition);
  color: var(--heading-color);
  text-align: center;
  display: none;
  font-size: 21px;
}
.navbar .others-option .option-item .close-btn:hover {
  color: var(--main-color);
}
.navbar .others-option .option-item .close-btn.active {
  display: block;
  color: var(--main-color);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/* Banner Area Style
============================================*/
.banner-area {
  background-image: url(../../assets/images/app-showcase/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding-top: 40px;
  padding-bottom: 40px;
}
.banner-area .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}

.banner-content {
  position: relative;
  z-index: 1;
  margin-top: -90px;
}
.banner-content span {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  color: var(--main-color);
  margin-bottom: 5px;
}
.banner-content h1 {
  font-size: 100px;
  line-height: 110px;
  margin-bottom: 20px;
  color: var(--white-color);
}
.banner-content p {
  max-width: 750px;
  margin-bottom: 35px;
  line-height: 26px;
  font-size: 18px;
  color: #F8EEEE;
}
.banner-content .shape {
  position: absolute;
  z-index: -1;
}
.banner-content .shape.shape-1 {
  top: -150px;
  left: -100px;
}
.banner-content .banner-btn .default-btn {
  margin-right: 20px;
}
.banner-content .banner-btn .default-btn:last-child {
  margin-right: 0;
}
.banner-content .banner-btn .default-btn.active {
  color: var(--main-color);
}
.banner-content .banner-btn .default-btn.active::before {
  background: linear-gradient(to right, #fff, #fff);
}

.banner-img {
  position: relative;
  z-index: 1;
}
.banner-img .shape {
  position: absolute;
  z-index: -1;
}
.banner-img .shape.shape-1 {
  top: 0;
  right: 0;
}
.banner-img .shape.shape-2 {
  bottom: 100px;
  left: -100px;
}

/* Partner Area Style
============================================*/
.partner-slide.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.partner-item {
  border: 1px solid #EEEEEE;
  padding: 24px 20px;
  cursor: pointer;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.partner-item img {
  opacity: 0.5;
  transition: var(--transition);
}
.partner-item:hover img {
  opacity: 1;
}

/* Services Area Style
============================================*/
.services-area {
  position: relative;
  z-index: 1;
}
.services-area .section-title {
  margin-bottom: 80px;
}
.services-area .services-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 350px;
}

.single-services {
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  padding: 38px 28px;
  padding-top: 0;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid var(--main-color);
  transition: var(--transition);
}
.single-services .icon {
  width: 102px;
  height: 102px;
  line-height: 87px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: var(--border-radius);
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50%;
  border: 5px solid #FAF4FF;
  display: inline-block;
  margin-top: -50px;
  transition: var(--transition);
}
.single-services .icon img {
  transition: var(--transition);
}
.single-services h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.single-services ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-services ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 27px;
}
.single-services ul li:last-child {
  margin-bottom: 0;
}
.single-services ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 13px;
  height: 1px;
  background-color: #565656;
}
.single-services:hover {
  transform: translateY(-5px);
  background-color: #FAF4FF;
}
.single-services:hover .icon {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.single-services:hover .icon img {
  filter: brightness(100);
}

.best-services-area .section-title {
  margin-bottom: 28px;
}

.best-single-services {
  background: #FFFFFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  padding: 35px;
  margin: 12px;
}
.best-single-services .icon {
  background: linear-gradient(180deg, rgba(117, 5, 206, 0.1) 0%, rgba(217, 217, 217, 0) 100%);
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
.best-single-services h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.best-single-services h3 a {
  color: var(--heading-color);
  text-decoration: none;
}

.best-services-slide.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.best-services-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  top: -105px;
  right: 6px;
}
.best-services-slide.owl-theme .owl-nav .owl-prev, .best-services-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(64, 137, 206, 0.07);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0 5px;
}
.best-services-slide.owl-theme .owl-nav .owl-prev img, .best-services-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  top: -1px;
  left: -1px;
  transition: var(--transition);
}
.best-services-slide.owl-theme .owl-nav .owl-prev:hover, .best-services-slide.owl-theme .owl-nav .owl-next:hover {
  background: var(--main-color);
}
.best-services-slide.owl-theme .owl-nav .owl-prev:hover img, .best-services-slide.owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(100);
}
.best-services-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -80px;
}
.best-services-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: 2px;
}

/* Services Area Style
============================================*/
.transport-area {
  position: relative;
  z-index: 1;
}
.transport-area .transport-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.transport-content h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 15px;
}
.transport-content p {
  margin-bottom: 30px;
}

.single-transport {
  margin-bottom: 30px;
}
.single-transport .icon {
  width: 75px;
  height: 75px;
  line-height: 67px;
  text-align: center;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 50px;
}
.single-transport h3 {
  font-size: 20px;
  font-weight: 600;
}
.single-transport p {
  margin-bottom: 0;
}

/* App Area Style
============================================*/
.app-area {
  background-image: url(../../assets/images/app-showcase/app-bg-shape.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 5% center;
}

.app-slide.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.app-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.app-slide.owl-theme .owl-nav .owl-prev, .app-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(64, 137, 206, 0.07);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}
.app-slide.owl-theme .owl-nav .owl-prev img, .app-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  top: -1px;
  left: -1px;
  transition: var(--transition);
}
.app-slide.owl-theme .owl-nav .owl-prev:hover, .app-slide.owl-theme .owl-nav .owl-next:hover {
  background: var(--main-color);
}
.app-slide.owl-theme .owl-nav .owl-prev:hover img, .app-slide.owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(100);
}
.app-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -80px;
}
.app-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: -2px;
}

/* Counter Area Style
============================================*/
.counter-area {
  background-image: url(../images/app-showcase/counter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 350px;
  position: relative;
  z-index: 1;
}

.single-counter {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
  padding: 30px;
}
.single-counter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 55px;
  width: 172px;
  height: 172px;
  background: linear-gradient(180deg, rgba(250, 245, 245, 0.24) 0%, rgba(217, 217, 217, 0) 100%);
  border-radius: 50%;
  z-index: -1;
  transition: var(--transition);
}
.single-counter h2 {
  font-size: 64px;
  color: var(--white-color);
  margin-bottom: 5px;
}
.single-counter span {
  font-weight: 500;
  font-size: 20px;
  color: var(--white-color);
}
.single-counter:hover::before {
  margin: auto;
  left: 0;
  right: 0;
}

/* Pricing Area Style
============================================*/
.pricing-area {
  margin-top: -457px;
  position: relative;
  z-index: 1;
}

.single-pricing {
  background: var(--white-color);
  box-shadow: 0px 0px 30px rgba(39, 130, 249, 0.06);
  border-radius: 10px;
  margin-bottom: 30px;
}
.single-pricing .p-18 {
  padding: 30px 35px;
  padding-bottom: 0;
}
.single-pricing .pricing-header {
  padding: 30px 35px;
  background: #FAF4FF;
  border-radius: 10px;
}
.single-pricing .pricing-header span {
  font-weight: 700;
  font-size: 24px;
  line-height: 10px;
  margin-bottom: 33px;
  display: block;
  color: var(--heading-color);
}
.single-pricing .pricing-header h2 {
  font-size: 40px;
  line-height: 10px;
  color: var(--main-color);
}
.single-pricing .pricing-header h2 sub {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  top: -3px;
  left: 2px;
  color: #737373;
}
.single-pricing .price-list {
  padding: 30px 35px;
}
.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;
}
.single-pricing .price-list ul li span {
  color: #45476F;
}
.single-pricing .price-list ul li:last-child {
  margin-bottom: 0;
}
.single-pricing .price-list ul li img {
  float: right;
  position: relative;
  top: 8px;
}
.single-pricing .price-list .default-btn {
  border-radius: 5px;
  padding: 19px 20px;
  width: 100%;
  display: block;
  border: none;
  background: linear-gradient(180deg, rgba(139, 38, 250, 0.05) 0%, rgba(139, 38, 250, 0.05) 100%);
  color: var(--main-color);
  font-weight: 700;
}
.single-pricing .price-list .default-btn::before {
  border-radius: 5px;
}
.single-pricing .price-list .default-btn:hover {
  color: var(--white-color);
}
.single-pricing.active .pricing-header {
  background: linear-gradient(180deg, #882AFA 0%, #4488F9 100%);
  border-radius: 10px;
}
.single-pricing.active .pricing-header span {
  color: var(--white-color);
}
.single-pricing.active .pricing-header h2 {
  color: var(--white-color);
}
.single-pricing.active .pricing-header h2 sub {
  color: var(--white-color);
}
.single-pricing.active .default-btn {
  background: linear-gradient(90deg, #418CF9 -3.22%, #8D23FA 104.97%);
  color: var(--white-color);
}

/* Download Area Style
============================================*/
.download-app-area {
  position: relative;
  z-index: 1;
}
.download-app-area .app-download-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.download-app-content h2 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 10px;
  margin-bottom: 15px;
}
.download-app-content .download-btn {
  margin-top: 30px;
}
.download-app-content .download-btn a {
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}
.download-app-content .download-btn a:last-child {
  margin-right: 0;
}

/* Testimonials Area Style
============================================*/
.single-testimonials {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.09);
  border-radius: 10px;
  padding: 33px 37px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-testimonials .testimonials-img {
  border-radius: 100px;
  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: 10px;
  transition: var(--transition);
  font-size: 18px;
  line-height: 30px;
  color: var(--heading-color);
}
.single-testimonials .quote-icon {
  position: absolute;
  top: 50px;
  right: 37px;
}

.testimonials-slide.owl-carousel .owl-item img {
  width: auto;
}
.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: -85px;
  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: var(--main-color);
}
.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: -85px;
}
.testimonials-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: -2px;
}

/* App Working Area Style
============================================*/
.app-working-content h2 {
  font-size: 48px;
  margin-bottom: 15px;
}
.app-working-content p {
  color: #737373;
}
.app-working-content .app-working-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  height: 460px;
  margin-top: 0 !important;
  overflow-y: scroll;
  padding-right: 36px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.app-working-content .app-working-list::-webkit-scrollbar {
  width: 6px;
  border-radius: 50px;
}
.app-working-content .app-working-list::-webkit-scrollbar-track {
  background: #EAEAEA;
  border-radius: 50px;
}
.app-working-content .app-working-list::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 50px;
}
.app-working-content .app-working-list::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
  border-radius: 50px;
}
.app-working-content .app-working-list li {
  background-color: var(--white-color);
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.09);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.app-working-content .app-working-list li:last-child {
  margin-bottom: 0;
}
.app-working-content .app-working-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #4686F9 0%, #872BFA 100%);
  border-radius: 5px;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}
.app-working-content .app-working-list li .icon {
  background: linear-gradient(180deg, rgba(162, 54, 249, 0.17) 0%, rgba(217, 217, 217, 0) 100%);
  border-radius: 5px;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
}
.app-working-content .app-working-list li h3 {
  font-weight: 600;
  font-size: 22px;
  transition: var(--transition);
}
.app-working-content .app-working-list li p {
  margin-bottom: 15px;
  color: #737373;
  transition: var(--transition);
}
.app-working-content .app-working-list li p:last-child {
  margin-bottom: 0;
}
.app-working-content .app-working-list li:hover h3 {
  color: var(--white-color);
}
.app-working-content .app-working-list li:hover p {
  color: var(--white-color);
}
.app-working-content .app-working-list li:hover img {
  filter: brightness(100);
}
.app-working-content .app-working-list li:hover::before {
  opacity: 1;
}
.app-working-content .ml-30 {
  margin-left: 30px;
}

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

.newsletter-wrap {
  background: linear-gradient(178.94deg, #3E90F9 0.91%, #8D23FA 68.3%);
  border-radius: 20px;
  padding: 70px 60px;
}

.newsletter-content {
  margin-right: 30px;
}
.newsletter-content h2 {
  font-size: 38px;
  line-height: 50px;
  color: var(--white-color);
  margin-bottom: 0;
}

.newsletter-form {
  position: relative;
}
.newsletter-form .form-control {
  height: 64px;
  background: var(--white-color);
  border-radius: 5px;
  border: 1px solid var(--white-color);
  color: var(--heading-color) !important;
  font-size: 15px;
}
.newsletter-form .form-control::-moz-placeholder {
  color: #939191;
  font-size: 15px;
}
.newsletter-form .form-control::placeholder {
  color: #939191;
  font-size: 15px;
}
.newsletter-form .default-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 23px 32px;
  border: none;
  border-radius: 5px;
  background-image: linear-gradient(to right, #A236F9, #A236F9);
}
.newsletter-form .default-btn::before {
  display: none;
}

.validation-danger {
  color: #ff0000;
  font-size: 15px;
}

/* footer Area Style
============================================*/
.single-footer {
  margin-bottom: 30px;
}
.single-footer .footer-logo {
  margin-bottom: 30px;
}
.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 {
  margin-bottom: 10px;
}
.single-footer .social-link li:last-child {
  margin-bottom: 0;
}
.single-footer .social-link li a {
  text-decoration: unset;
}
.single-footer .social-link li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: var(--white-color);
  color: var(--main-color);
  border-radius: 50px;
  font-size: 18px;
  transition: var(--transition);
}
.single-footer .social-link li a span {
  position: relative;
  top: -5px;
  margin-left: 5px;
  color: #45476F;
}
.single-footer .social-link li a:hover span {
  color: var(--main-color);
}
.single-footer .social-link li a:hover i {
  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 {
  text-decoration: unset;
}
.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: 20px;
}
.single-footer .info-link li a {
  text-decoration: unset;
  color: #737373;
}
.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: var(--white-color);
  box-shadow: 0px 0px 30px rgba(117, 5, 206, 0.07);
  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 .get-app {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer .get-app li {
  margin-bottom: 20px;
}
.single-footer .get-app li a {
  display: block;
}
.single-footer .get-app li:last-child {
  margin-bottom: 0;
}
.single-footer.ml-30 {
  margin-left: 30px;
}
.single-footer.mr-100 {
  margin-right: 100px;
}

.copy-right-content {
  border-top: 1px solid rgba(118, 102, 102, 0.12);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.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: unset;
}

/* 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(../../assets/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 .nav-item .nav-link {
    font-size: 16px;
    text-align: center;
  }
  .navbar .others-option {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbar .others-option ul li:last-child {
    display: none;
  }
  .navbar .others-option .option-item {
    top: 18px;
    right: 50px;
  }
  .navbar .others-option .option-item .search-overlay.search-popup {
    right: -63px;
  }
  .demo-btn {
    padding: 18px 10px;
  }
  /* Banner Area */
  .banner-area {
    padding-top: 210px;
    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;
    font-size: 16px;
  }
  .banner-content .banner-btn .default-btn {
    margin-right: 10px;
  }
  .banner-img {
    margin-right: 0;
    text-align: center;
  }
  /* Partner Area */
  .partner-area {
    padding-top: 0;
  }
  /* Services Area */
  .services-area .section-title {
    margin-bottom: 30px;
  }
  .single-services {
    padding: 20px;
  }
  .single-services .icon {
    margin-top: 0;
  }
  .single-services h3 {
    font-size: 20px;
  }
  /* Transport Area */
  .transport-area {
    padding-bottom: 20px;
  }
  .transport-area .transport-shape {
    display: none;
  }
  .transport-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .transport-img {
    margin-bottom: 10px;
  }
  /* Best Services Area */
  .best-single-services {
    padding: 20px;
  }
  .best-single-services h3 {
    font-size: 20px;
  }
  .best-services-slide.owl-theme .owl-nav {
    position: unset;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
  }
  .best-services-slide.owl-theme .owl-nav .owl-next, .best-services-slide.owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .services-area .services-shape {
    display: none;
  }
  /* App Area */
  .app-slide.owl-theme .owl-nav {
    margin-top: 10px !important;
  }
  .app-slide.owl-theme .owl-nav .owl-next, .app-slide.owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: unset;
    transform: unset;
    margin: 0 5px;
  }
  /* Counter Area */
  .counter-area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .single-counter {
    margin-bottom: 30px;
    padding: 0;
  }
  .single-counter::before {
    display: none;
  }
  .single-counter h2 {
    font-size: 35px;
  }
  .single-counter span {
    font-size: 16px;
  }
  /* Pricing Area */
  .pricing-area {
    margin-top: 0;
  }
  .pricing-area .section-title h2 {
    color: var(--heading-color);
  }
  .single-pricing .p-18 {
    padding: 20px;
  }
  .single-pricing .pricing-header {
    padding: 20px;
  }
  .single-pricing .pricing-header span {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .single-pricing .pricing-header h2 {
    font-size: 25px;
  }
  /* Download Area */
  .download-app-content {
    margin-bottom: 50px;
  }
  .download-app-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .download-app-content .download-btn a img {
    max-width: 130px;
  }
  /* Testimonials Area */
  .single-testimonials {
    padding: 20px;
  }
  .single-testimonials h3 {
    font-size: 20px;
  }
  .testimonials-slide.owl-theme .owl-nav {
    margin-bottom: 30px !important;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-next, .testimonials-slide.owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: unset;
    transform: unset;
    margin: 0 5px;
  }
  /* App Working Area */
  .app-working-content h2 {
    font-size: 25px;
  }
  .app-working-content .ml-30 {
    margin-left: 0;
  }
  .app-working-content .app-working-list {
    padding: 20px;
  }
  .app-working-content .app-working-list li h3 {
    font-size: 20px;
  }
  .app-working-content .app-working-list .icon {
    margin-bottom: 10px;
  }
  .app-working-content .app-working-list .d-flex {
    display: block !important;
  }
  .app-working-content .app-working-list .ms-4 {
    margin-left: 0 !important;
  }
  /* Newsletter Area */
  .newsletter-wrap {
    padding: 20px;
  }
  .newsletter-wrap .newsletter-content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .newsletter-wrap .newsletter-content .default-btn {
    padding: 23px 8px;
  }
  /* Footer Area */
  .single-footer h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  /* 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;
  }
}
/* 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: 30px;
    line-height: 35px;
  }
  .shape {
    display: none;
  }
  /* Navbar Content */
  .navbar .navbar-brand {
    margin-right: 5px;
  }
  .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 11px !important;
    font-size: 16px !important;
  }
  .navbar .others-option {
    margin-left: 10px !important;
  }
  .navbar .others-option ul li {
    margin-right: 0;
  }
  .navbar .others-option ul li .default-btn {
    padding: 12px 8px;
    font-size: 13px;
  }
  .navbar .others-option ul li:last-child {
    display: none;
  }
  .navbar .others-option .option-item {
    top: 0;
  }
  .demo-btn {
    padding: 18px 10px;
  }
  /* Banner Area */
  .banner-area {
    padding-top: 210px;
    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;
    font-size: 16px;
  }
  .banner-content .banner-btn .default-btn {
    margin-right: 10px;
  }
  .banner-img {
    margin-right: 0;
    text-align: center;
  }
  /* Partner Area */
  .partner-area {
    padding-top: 0;
  }
  /* Services Area */
  .services-area .section-title {
    margin-bottom: 30px;
  }
  .single-services {
    padding: 20px;
  }
  .single-services .icon {
    margin-top: 0;
  }
  .single-services h3 {
    font-size: 20px;
  }
  /* Transport Area */
  .transport-area {
    padding-bottom: 20px;
  }
  .transport-area .transport-shape {
    display: none;
  }
  .transport-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .transport-img {
    margin-bottom: 10px;
  }
  /* Best Services Area */
  .best-single-services {
    padding: 20px;
  }
  .best-single-services h3 {
    font-size: 20px;
  }
  .best-services-slide.owl-theme .owl-nav {
    position: unset;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
  }
  .best-services-slide.owl-theme .owl-nav .owl-next, .best-services-slide.owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .services-area .services-shape {
    display: none;
  }
  /* App Area */
  .app-slide.owl-theme .owl-nav {
    margin-top: 10px !important;
  }
  .app-slide.owl-theme .owl-nav .owl-next, .app-slide.owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: unset;
    transform: unset;
    margin: 0 5px;
  }
  /* Counter Area */
  .counter-area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .single-counter {
    margin-bottom: 30px;
    padding: 0;
  }
  .single-counter::before {
    display: none;
  }
  .single-counter h2 {
    font-size: 35px;
  }
  .single-counter span {
    font-size: 16px;
  }
  /* Pricing Area */
  .pricing-area {
    margin-top: 0;
  }
  .pricing-area .section-title h2 {
    color: var(--heading-color);
  }
  .single-pricing .p-18 {
    padding: 20px;
  }
  .single-pricing .pricing-header {
    padding: 20px;
  }
  .single-pricing .pricing-header span {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .single-pricing .pricing-header h2 {
    font-size: 30px;
  }
  /* Download Area */
  .download-app-content {
    margin-bottom: 50px;
  }
  .download-app-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .download-app-content .download-btn a img {
    max-width: 130px;
  }
  /* Testimonials Area */
  .single-testimonials {
    padding: 20px;
  }
  .single-testimonials h3 {
    font-size: 20px;
  }
  .testimonials-slide.owl-theme .owl-nav {
    margin-bottom: 30px !important;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-next, .testimonials-slide.owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: unset;
    transform: unset;
    margin: 0 5px;
  }
  /* App Working Area */
  .app-working-content h2 {
    font-size: 30px;
  }
  .app-working-content .ml-30 {
    margin-left: 0;
  }
  .app-working-content .app-working-list {
    padding: 20px;
  }
  .app-working-content .app-working-list li h3 {
    font-size: 20px;
  }
  .app-working-content .app-working-list .icon {
    margin-bottom: 10px;
  }
  .app-working-content .app-working-list .d-flex {
    display: block !important;
  }
  .app-working-content .app-working-list .ms-4 {
    margin-left: 0 !important;
  }
  /* Newsletter Area */
  .newsletter-wrap {
    padding: 20px;
  }
  .newsletter-wrap .newsletter-content h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .newsletter-wrap .newsletter-content .default-btn {
    padding: 23px 8px;
  }
  /* Footer Area */
  .single-footer h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  /* All Demos Content */
  .all-demos-area .modal-header h1 {
    font-size: 30px;
    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;
  }
}
/* 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-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner-content h1 {
    font-size: 57px;
    line-height: 65px;
  }
  /* Services Area */
  .single-services {
    padding: 38px 15px;
    padding-top: 0;
  }
  .single-services h3 {
    font-size: 20px;
  }
  /* transport Area */
  .transport-area .transport-shape {
    max-width: 500px;
  }
  .transport-content h2 {
    font-size: 40px;
  }
  .single-transport .icon {
    margin-bottom: 10px;
  }
  .single-transport .d-flex {
    display: block !important;
  }
  .single-transport .ms-3 {
    margin-left: 0 !important;
  }
  /* Best Services Area */
  .best-single-services {
    padding: 20px;
  }
  .best-single-services h3 {
    font-size: 20px;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  /* App Area */
  .app-slide.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .app-slide.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  /* Counter Area */
  .single-counter h2 {
    font-size: 50px;
  }
  .single-counter span {
    font-size: 16px;
  }
  /* Pricing Area */
  .single-pricing .p-18 {
    padding: 20px;
    padding-bottom: 0;
  }
  .single-pricing .pricing-header {
    padding: 20px;
  }
  .single-pricing .pricing-header span {
    font-size: 20px;
  }
  .single-pricing .pricing-header h2 {
    font-size: 35px;
  }
  .single-pricing .price-list {
    padding: 20px;
  }
  /* Transport Area */
  .transport-content h2 {
    font-size: 40px;
  }
  /* Working Area */
  .app-working-content.ml-30 {
    margin-left: 0;
  }
  /* Newsletter Area */
  .newsletter-wrap {
    padding: 50px;
  }
  /* Section Title Area */
  .section-title h2 {
    font-size: 40px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* Banner Area */
  .banner-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner-content h1 {
    font-size: 65px;
    line-height: 65px;
  }
  /* Best Services Area */
  .testimonials-slide.owl-theme .owl-nav .owl-next {
    right: -35px;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-prev {
    left: -35px;
  }
  /* App Area */
  .app-slide.owl-theme .owl-nav .owl-next {
    right: -35px;
  }
  .app-slide.owl-theme .owl-nav .owl-prev {
    left: -35px;
  }
  /* Transport Area */
  .transport-area .transport-shape {
    max-width: 700px;
  }
}
/* Min width 1400px to Max width 1550px */
@media only screen and (min-width: 1400px) and (max-width: 1550px) {
  /* Best Services Area */
  .testimonials-slide.owl-theme .owl-nav .owl-next {
    right: -35px;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-prev {
    left: -35px;
  }
  /* App Area */
  .app-slide.owl-theme .owl-nav .owl-next {
    right: -35px;
  }
  .app-slide.owl-theme .owl-nav .owl-prev {
    left: -35px;
  }
  .transport-area .transport-shape {
    max-width: 700px;
  }
}
/* Min width 1440px to Max width 1500px */
@media only screen and (min-width: 1440px) and (max-width: 1500px) {
  .app-slide.owl-theme .owl-nav .owl-prev {
    left: -65px;
  }
  .app-slide.owl-theme .owl-nav .owl-next {
    right: -65px;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-prev {
    left: -65px;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-next {
    right: -65px;
  }
}
/* Only Mobil Menu Max width 991px */
@media only screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background-color: var(--white-color);
  }
  .navbar::before {
    display: none;
  }
  .navbar .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar .nav-item .nav-link {
    padding: 15px 0;
  }
  .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=app-showcase.css.map */