/*=======================================================================

* Template Name: Grape

* Template URI: http://codepassenger.com/html/grape

* Author: CodePassenger

* Author URI: http://codepassenger.com/

* Description: GRAPE - Multipurpose App Landing Template

* Version: 1.0

* License: GPL v2 or later

* License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

* Tags: html, template, app landing, marketing, grape, codepassenger

======================================================================= */

/*------------------------------------------------------

Table of content

--------------------------------------------------------

Preloader

General

Buttons

Navbar

Banner

Video Player

Features

Video Description

Screenshot

Client Logo

Footer


------------------------------------------------------*/

/*------------------------

Preloader Styles

------------------------*/

.loader-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
}

.cssload-loader {
  position: relative;
  width: 12px;
  height: 12px;
  left: 46%;
  left: calc(50% - 6px);
  left: -o-calc(50% - 6px);
  left: -ms-calc(50% - 6px);
  left: -moz-calc(50% - 6px);
  top: 50%;
  border-radius: 12px;
  background-color:   #01b9de;
  transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  animation: cssload-loader 0.5s ease-in-out infinite;
  -o-animation: cssload-loader 0.5s ease-in-out infinite;
  -ms-animation: cssload-loader 0.5s ease-in-out infinite;
  -webkit-animation: cssload-loader 0.5s ease-in-out infinite;
  -moz-animation: cssload-loader 0.5s ease-in-out infinite;
}

.cssload-loader:before {
  content: "";
  position: absolute;
  background-color:   #01b9de;
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

.cssload-loader:after {
  content: "";
  position: absolute;
  background-color:   #01b9de;
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

@keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}

/*------------------------

General Styles

------------------------*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.75;
  color:  #f7f7f7;
  background-color: #18232e;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 6.4rem;
}

h2, .h2 {
  font-size: 4.8rem;
}

h3, .h3 {
  font-size: 3.6rem;
}

h4, .h4 {
  font-size: 2.4rem;
}

h5, .h5 {
  font-size: 1.8rem;
}

h6, .h6 {
  font-size: 1.4rem;
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color:   #01b9de;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:focus, a:visited, a:active {
  outline: none;
  color:   #01b9de;
}

a:hover {
  color:   #01b9de;
  text-decoration: none;
}

.section {
  position: relative;
}

.section-padding {
  padding: 80px 0;
}

.section-padding.bottom-0 {
  padding-bottom: 0;
}

.offwhite-bg {
  background-color:  #1b2836;
}

.theme-bg {
  background-color:   #01b9de;
  color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.text-white .section-subtext {
  color: #ffffff;
}

.overlay-black {
  background-color: rgba(17, 17, 17, 0.9);
}

.section-header {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 60px;
}

.section-header:before {
  content: "";
  width: 370px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: rgba(192, 57, 43, 0.11);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-header:after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color:   #01b9de;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-header.style-2 {
  padding-bottom: 0;
  margin-bottom: 30px;
}

.section-header.style-2:before, .section-header.style-2:after {
  content: none;
}

.section-header.style-2 .section-subtext {
  margin-top: 22px;
}

.section-title {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

.section-subtext {
  color:  #f7f7f7;
  margin-top: 15px;
}

.mock {
  display: inline-block;
  float: none;
  margin: 0 auto;
  position: relative;
}

.mock img {
  position: relative;
}

.mock .back-mock {
  position: absolute;
  bottom: 0;
  left: 120px;
}

.mock.right-style {
  text-align: right;
  margin-right: 0;
  float: right;
}

.mock.right-style .back-mock {
  left: -120px;
}

.steller-parallax {
  background-repeat: no-repeat;
}

/*** Pages ***/

.page-header {
  background-image: url(../images/banner/1.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 200px 0 100px;
  border: none;
  border-radius: 0;
  position: relative;
}

.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.8);
  z-index: 0;
}

.page-header>.container {
  z-index: 1;
  position: relative;
}

.page-title {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumb {
  background-color: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0;
  color: #ffffff;
}

.breadcrumb a {
  color: #ffffff;
}

.breadcrumb .active {
  color: #ffffff;
}

/*----------------------------------------

Buttons Styles

----------------------------------------*/

.btn {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  background-color:  #01b9de;
  color: #ffffff;
  border: 1px solid  #01b9de;
  line-height: 39px;
  padding: 0 39px;
  letter-spacing: 1.3px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn i {
  margin-right: 10px;
}

.btn:focus, .btn:visited, .btn:active {
  outline: none;
  color: #ffffff;
  background-color:  #01b9de;
}

.btn:hover {
  background-color: #F7F7F7;
  color: #181818;
  border: 1px solid #F7F7F7;
}

.btn.btn-sm {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 0 30px;
  text-transform: none;
  letter-spacing: 0;
}

.btn.btn-lg {
  padding: 0 45px;
  line-height: 50px;
  border-radius: 26px;
}

.btn.btn-border {
  background-color: transparent;
  color:  #f7f7f7;
}

.btn.btn-border:focus, .btn.btn-border:visitedm .btn.btn-border:active {
  color:  #f7f7f7;
  background-color: transparent;
}

.btn.btn-border:hover {
  background-color: #F7F7F7;
  color: #181818;
  border: 1px solid #F7F7F7;
}

.btn+.btn {
  margin-left: 26px;
}

/*-----------------------------------

Navbar Styles

-----------------------------------*/

.navbar-default {
  min-height: 100px;
  border-radius: 0;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  margin-bottom: 0;
  z-index: 995;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-default .navbar-brand {
  margin-top: 10px;
  margin-bottom: 20px;
}

.navbar-default .navbar-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a a:visited {
  color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #01b9de;
}

.navbar-default .navbar-nav>li.active a {
  background-color: transparent;
  color: #01b9de;
}

.navbar-default .navbar-nav>li.active a:focus, .navbar-default .navbar-nav>li.active a:hover, .navbar-default .navbar-nav>li.active a:visited {
  color: #01b9de;
  background-color: transparent;
}

.navbar-default.affix {
  background-color: #243447;
  min-height: 60px;
}

.navbar-default.affix .navbar-brand {
  margin-top: -10px;
}

.navbar-default.affix .navbar-nav {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}

.navbar-right>.dropdown:last-child>.dropdown-menu, .navbar-right>.dropdown:nth-last-child(2)>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown-menu {
  display: block;
  padding: 20px 10px;
  z-index: 996;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

.dropdown-menu>li>a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
}

.dropdown-menu>li>a:hover {
  color: #ffffff;
  background-color:   #01b9de;
}

.dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------

Banner Styles

----------------------------------------*/

.banner-item {
  height: 768px;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}

.banner-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.87);
  z-index: 1;
}

.banner-1 {
  background-image: url(../images/banner/1.jpg);
}

.banner-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 50px;
}

.banner-content .banner-text-content {
  margin-top: 100px;
}

.banner-content .banner-title {
  font-size: 4.2rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.main-color {
  color: #01b9de;
}

.banner-content .banner-title span {
  display: block;
  font-size: 2.6rem;
}

.banner-content .banner-text {
  font-size: 2.2rem;
  margin-top: 22px;
  margin-bottom: 0;
}

.banner-content .button-group {
  margin-top: 34px;
}

.banner-content .btn-border {
  color: #ffffff;
}

.banner-content .banner-registration {
  background-color: rgba(17, 17, 17, 0.55);
  max-width: 400px;
  float: right;
  width: 100%;
  padding: 40px;
}

.banner-content .banner-registration input:not([type=radio]):not([type=checkbox]):not([type=range]), .banner-content .banner-registration textarea {
  line-height: 30px !important;
  background-color: rgba(192, 57, 43, 0.22);
}

.banner-content .banner-registration .btn {
  width: 100%;
}

.banner.style-2 .banner-content {
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.banner.style-2 .banner-hero-image {
  margin-top: 50px;
}

.banner.style-3 .banner-text-content {
  margin-top: 0;
}

.right-part {
  text-align: right;
}


/*------------------------

Video Player

------------------------*/

.wrapper {
  max-width: 680px;
  margin: 60px auto;
  padding: 0 20px;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}



/*------------------------

Features Styles

------------------------*/

.feature {
  float: left;
  width: 100%;
  margin-top: 65px;
}

.feature-icon {
  font-size: 2.5rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid   #01b9de;
  line-height: 68px;
  text-align: center;
  color:   #01b9de;
  margin-right: 30px;
  float: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature:hover .feature-icon {
  background-color:   #01b9de;
  color: #ffffff;
}

.col-sm-4:first-child .feature-icon {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.feature-content {
  float: left;
  width: calc(100% - 100px);
}

.col-sm-4:first-child .feature-content {
  float: right;
  text-align: right;
}

.feature-title {
  font-size: 2.2rem;
  margin-top: 5px;
  margin-bottom: 5px;
  color:   #01b9de;
}

/*** More Features ***/

.more-feature-section .mock {
  margin-left: 25px;
}

.more-feature-section .section-header {
  margin-top: 50px;
}

.icon-list {
  line-height: 2.3;
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon-list li span {
  font-size: 1.7rem;
  color:   #01b9de;
  margin-right: 10px;
}

/*------------------------

Video Description Styles

------------------------*/

.plyr .plyr__play-large {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  text-align: center;
}

.plyr .plyr__play-large svg {
  color:   #01b9de;
  left: 11px;
}

.plyr--video .plyr__controls {
  padding: 20px 5px 20px;
}

.plyr__controls button svg {
  width: 12px;
  height: 13px;
}

.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
  height: 5px;
}

.plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
  background-color:   #01b9de;
}

.plyr input[type=range]::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  margin-top: -2.5px;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background-color:   #01b9de;
}

/*------------------------

Screenshot Styles

------------------------*/

.screen-mock {
  background-image: url(../images/mocks/screenshot.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 476.5px;
  width: 254px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.screenshot-wrap {
  margin: 40px -20px 0;
  overflow: hidden;
}

.screenshot-carousel .owl-wrapper-outer {
  overflow: visible;
}

.screenshot-carousel .owl-item img {
  width: calc(100% - 40px);
  margin: 0 20px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
}

.screenshot-carousel .owl-pagination {
  text-align: center;
  margin-top: 100px;
}

.screenshot-carousel .owl-page {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color:   #01b9de;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.screenshot-carousel .owl-page.active {
  width: 30px;
}

/*------------------------

Client Logo Styles

------------------------*/

.client-logo {
  display: inline-block;
  /* width: 20%; */
  /* padding: 15px; */
  position: relative;
  height: 130px;
  text-align: center;
  /* float: left; */
}

/*------------------------

Footer Styles

------------------------*/

.logo-footer {
  display: inline-block;
  margin: 0 auto;
}

.socials {
  margin-top: 30px;
}

.socials a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 38px;
  border: 1px solid   #01b9de;
  font-size: 1.4rem;
  color:   #01b9de;
}

.socials a+a {
  margin-left: 16px;
}

.socials a:hover {
  background-color:   #01b9de;
  color: #ffffff;
}

.copyright-footer {
  background-color:   #01b9de;
  color: #ffffff;
  padding: 21px 0;
}

.copyright-footer .copyright {
  font-size: 1.5rem;
}

.copyright-footer .copyright a {
  color: #ffffff;
}

.copyright-footer .copyright a:hover {
  color:  #f7f7f7;
}

.footer-nav {
  text-align: right;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  display: inline;
  margin-left: 36px;
}

.footer-nav li a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
