/*
* ----------------------------------------------------------------------
Template Name : OBrand - App Landing Page
Author        : Seniman Koding
Version       : 1.0
Copyright     : 2019
* ----------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------

01. Imported CSS
02. Default CSS
03. Nav CSS
04. Intro CSS
05. Why Choose Use CSS
06. About Us CSS
07. Features CSS
08. Statistic CSS
09. Screenshot CSS
10. Pricing CSS
11. Download CSS
12. Testimonial CSS
13. Contact CSS
14. Subcribe CSS
15. Scrool Top CSS

*/

/* Imported CSS */
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,700|Catamaran:100,200,300,400,700,600,700,800,900');
/* End Imported CSS*/


/* Default CSS*/
body {
	font-family: Muli,Helvetica,Arial,sans-serif;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.7;
	margin: 0;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus,
button:focus {
	outline: medium none
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
a:focus,
a:hover {
	text-decoration: none;
	transition: 0.5s;
}
.owl-carousel {
	margin: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 20px;
    background-color: #ddd;
}
.owl-dots .owl-dot.active {
	background-color: #05a1fd;
}
.owl-dots .owl-dot:last-child {
	margin-right: 0;
}
/* End Default CSS */


/* Nav CSS */
.navbar {
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 30px;
}
.navbar img {
	max-height: 40px;
}
.navbar ul li {
	padding-right: 14px;
}
.navbar li a {
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 300;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
	color: #05a1fd;
}
.navbar-top {
	padding-top: 0px;
	background-color: -webkit-rgba(0,0,0,0.75);
	background-color: -o-rgba(0,0,0,0.75);
	background-color: -moz-rgba(0,0,0,0.75);
	background-color: rgba(0,0,0,0.75);
}
/* End Nav CSS */


/* Intro CSS */
#obrand-intro-area {
	background: url(../img/bg.jpg) no-repeat fixed center;
	background-size: cover;
	z-index: -1;
}
#obrand-intro-area .obrand-intro-drak {
	background-color: -webkit-rgba(0,0,0,0.75);
	background-color: -o-rgba(0,0,0,0.75);
	background-color: -moz-rgba(0,0,0,0.75);
	background-color: rgba(0,0,0,0.75);
	color: #fff;
}
#obrand-intro-area .row {
	padding-top: 100px;
	padding-bottom: 50px;
}
.detail-intro {
	padding-top: 100px;
	padding-bottom: 40px;
}
.detail-intro p:nth-child(1) {
	font-size: 35px;
    font-weight: 700;
}
.detail-intro p:nth-child(2) {
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 50px;
	font-weight: 300;
}
.detail-intro a {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
.detail-intro a:nth-child(3) {
	text-transform: uppercase;
	color: #fff;
	background: #05a1fd;
	padding: 10px 25px;
	border: 1px solid #05a1fd;
	border-radius: 50px;
	font-weight: 700;
}
.detail-intro a:nth-child(3):hover {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.detail-intro a:nth-child(4) {
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	padding: 10px 25px;
	border: 1px solid #fff;
	border-radius: 50px;
	font-weight: 700;
}
.detail-intro a:nth-child(4):hover {
	background: #fff;
	color: #000;
}
.banner-intro img {
	float: right;
	max-height: 700px;
}
/* End Intro CSS */

/* Why Choose Us CSS*/
#why-choose-us {
	padding-top: 70px;
	padding-bottom: 70px;
}
.title-why-choose-us p:nth-child(1) {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.title-why-choose-us p:nth-child(2) {
	max-width: 600px;
	text-align: center;
	margin: 15px auto;
} 
.detail-why-choose-us {
	padding-top: 40px;
	padding-bottom: 40px;
}
.box-why-choose-us {
	border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(102, 113, 228, 0.32);
    padding-top: 20px;
    padding-bottom: 20px;
    height: 260px;
}
.box-why-choose-us i:nth-child(1) {
	font-size: 50px;
	color: #05a1fd;
	padding-top: 15px;
	padding-bottom: 15px;
}
.box-why-choose-us p:nth-child(2) {
	font-size: 25px;
	font-weight: 700;
}
.box-why-choose-us p:nth-child(3) {
	padding: 10px 5px;
	color: #748182;
}
/* End Why Choose Us CSS*/

/* About Us CSS*/
#about-us {
	background: #f3f5fb;
	padding-top: 90px;
	padding-bottom: 70px;
}
.img-about img {
	max-height: 700px;
}
.detail-about {
	padding-top: 60px;
	text-align: justify;
}
.detail-about p:nth-child(1) {
	font-size: 30px;
	font-weight: 700;
}.detail-about p:nth-child(2) {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #748182;
}
.detail-about p:nth-child(3) {
	padding-bottom: 50px;
	color: #748182;
}
.detail-about a {
	color: #fff;
	font-size: 14px;
	background: #05a1fd;
	padding: 11px 25px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 700;
}
.detail-about a:hover {
	background: #36b4fe;
}
/* End About Us CSS*/

/* Features CSS */
#features {
	padding-top: 90px;
	padding-bottom: 70px;
}
.title-features p:nth-child(1) {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.title-features p:nth-child(2) {
	max-width: 600px;
	text-align: center;
	margin: 15px auto;
}
.detail-features {
	padding-top: 40px;
	padding-bottom: 40px;
} 
.text-features {
	height: 150px;
}
.text-features p:nth-child(1) {
	font-size: 20px;
	font-weight: 700;
}
.text-features p:nth-child(2) {
	padding-top: 10px;
	color: #748182;
}
.img-features img {
	display: block;
	margin: 0 auto;
	max-height: 700px;
}
.detail-second-features {
	padding-top: 40px;
}
/* End Features CSS*/

/* Statistic CSS */
#statistic {
	background: url(../img/bg-1.jpg) no-repeat fixed center;
	background-size: cover;
	z-index: -1;
}
#statistic .statistic-drak {
	background-color: -webkit-rgba(0,0,0,0.75);
	background-color: -o-rgba(0,0,0,0.75);
	background-color: -moz-rgba(0,0,0,0.75);
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	padding-top: 90px;
	padding-bottom: 70px;
}
.title-statistic p:nth-child(1) {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.title-statistic p:nth-child(2) {
	max-width: 600px;
	text-align: center;
	margin: 15px auto;
}
.fun-fact-statistic {
	padding-top: 40px;
	padding-bottom: 40px;
}
.single-fact-statistic {
	padding-bottom: 40px;
}
.single-fact-statistic i:nth-child(1) {
	font-size: 50px;
}
.single-fact-statistic p:nth-child(2) {
	font-size: 30px;
	font-weight: 700;
	padding-top: 30px;
}
.single-fact-statistic p:nth-child(3) {
	text-transform: capitalize;
	font-size: 20px;
}
/* End Statistic CSS */

/* Screenshot CSS */
#screenshot {
	padding-top: 70px;
	padding-bottom: 70px;
}
.title-screenshot p:nth-child(1) {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.title-screenshot p:nth-child(2) {
	max-width: 600px;
	text-align: center;
	margin: 15px auto;
} 
.carousel-screenshots {
	padding-top: 40px;
}
.carousel-screenshots .box {
    margin: 25px 0;
    position: relative;
    z-index: 2;
}
.owl-carousel .owl-item img {
	width: 100%;
}
/* End Screenshot CSS */

/* Pricing CSS */
#pricing {
	background: #f3f5fb;
	padding-top: 70px;
	padding-bottom: 90px;
}
.title-pricing p:nth-child(1) {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.title-pricing p:nth-child(2) {
	max-width: 600px;
	text-align: center;
	margin: 15px auto;
} 
.detail-pricing {
	padding-top: 40px;
}
.explanation-pricing {
	background: #fff;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
    padding-top: 40px;
    padding-bottom: 40px;
}
.explanation-pricing-head p {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}
.explanation-pricing-head .line {
	height: 2px;
    width: 150px;
    background-color: #64c2ea;
    display: block;
    margin: 0 auto;
}
.explanation-pricing-detail {
	padding-top: 70px;
	padding-bottom: 40px;
}
.explanation-pricing-detail p {
	line-height: 40px;
}
.explanation-pricing-main p {
	font-size: 22px;
	font-weight: 700;
}
.explanation-pricing-main span {
	font-size: 16px !important;
	font-weight: normal !important; 
}
.explanation-pricing-cta {
	padding-top: 40px;
}
.explanation-pricing-cta a {
	color: #fff;
    font-size: 14px;
    background: #05a1fd;
    padding: 11px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.explanation-pricing-cta a:hover {
	background: #36b4fe;
}
.standart-pricing {
	background: #05a1fd !important;
	color: #fff;
}
.standart-pricing .line {
	background-color: #fff !important;
}
.standart-pricing a {
	color: #05a1fd !important;
    background: #fff !important;
}
/* End Pricing CSS */

/* Download CSS */
#download {
	background: url(../img/download.jpg) no-repeat fixed center;
	background-size: cover;
	z-index: -1;
}
#download .download-drak {
	background-color: -webkit-rgba(0,0,0,0.75);
	background-color: -o-rgba(0,0,0,0.75);
	background-color: -moz-rgba(0,0,0,0.75);
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	padding-top: 90px;
	padding-bottom: 70px;
}
.title-download p:nth-child(1) {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.title-download p:nth-child(2) {
	max-width: 600px;
	text-align: center;
	margin: 15px auto;
}
.detail-download {
	padding-top: 40px;
}
.get-app i {
	padding-right: 5px;
}
.get-app a {
    border: 1px solid #fff;
    padding: 15px 40px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    border-radius: 50px;
    margin-right: 18px;
    font-weight: 700;
}
.get-app a:hover {
	background: #fff;
	color: #05a1fd;
}
/* End Download CSS*/

/* Testimonial CSS*/
#testimonial {
	padding-top: 70px;
	padding-bottom: 70px;
}
.title-testimonial p:nth-child(1) {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.title-testimonial p:nth-child(2) {
	max-width: 600px;
	text-align: center;
	margin: 15px auto;
} 
.carousel-testimonial {
	padding-top: 40px;
}
.carousel-testimonial .box {
    margin: 25px 0;
    position: relative;
    z-index: 2;
}
.carousel-testimonial-img img {
	display: block;
	margin: 0 auto;
	width: 120px !important;
    border-radius: 50%;
    border: 5px solid #f3f5fb;
    box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
}
.carousel-testimonial-name p:nth-child(1) {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	padding-top: 20px
}
.carousel-testimonial-name p:nth-child(2) {
	text-align: center;
	font-size: 18px;
	margin-top: -5px;
	padding-bottom: 20px;
}
.carousel-testimonial-main p {
	color: #748182;
	text-align: center;
	padding: 0 20px;
	line-height: 30px;
}
/* End Testimonial CSS*/

/* Contact CSS */
#contact {
	background: #f3f5fb;
	padding-top: 70px;
	padding-bottom: 70px;
}
.title-contact p:nth-child(1) {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.title-contact p:nth-child(2) {
	max-width: 600px;
	text-align: center;
	margin: 15px auto;
} 
.detail-contact {
	padding-top: 40px;
}
.detail-contact .form-control {
	margin-bottom: 15px;
	height: 50px;
	border: medium none;
	border-radius: 8px;
	box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
}
.detail-contact textarea.form-control {
	height: 200px;
	resize: none;
}
.detail-contact ::placeholder {
	color: #a2a1a1;
}
.detail-contact .btn {
	color: #fff;
    font-size: 14px;
    background: #05a1fd;
    padding: 9px 55px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}
.detail-contact .btn:hover {
	background: #36b4fe;
}
.detail-contact-info {
	margin-left: 50px;
}
.detail-contact-info .item-info {
	position: relative;
	margin-bottom: 20px;
}
.detail-contact-info .item-info i {
	position: absolute;
	left: 0;
	color: #05a1fd;
	font-size: 30px;
	padding-top: 5px;
}
.detail-contact-info .item-info p {
	padding-left: 45px;
}
.detail-contact-info .item-info a {
	color: #748182;
}
.detail-contact-info .item-info p:nth-child(2) {
	font-size: 20px;
	font-weight: 700;
}
.detail-contact-info .item-info p:nth-child(3) {
	font-size: 15px;
	color: #748182;
}
/* End Contact CSS*/

/* Subcribe CSS */
#subcribe {
	background: url(../img/apple.png) no-repeat fixed center;
	background-size: cover;
	z-index: -1;
}
#subcribe .subcribe-drak {
	background-color: -webkit-rgba(0,0,0,0.75);
	background-color: -o-rgba(0,0,0,0.75);
	background-color: -moz-rgba(0,0,0,0.75);
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	padding-top: 90px;
	padding-bottom: 70px;
}
.title-subcribe p:nth-child(1) {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.title-subcribe p:nth-child(2) {
	max-width: 600px;
	text-align: center;
	margin: 15px auto;
}
.info-subcribe {
	padding-top: 40px;
}
.info-subcribe form {
	max-width: 600px;
    margin: auto;
    position: relative;
}
.input-subcribe form input {
	height: 45px;
    border-radius: 50px;
    padding: 6px 20px;
}
.input-subcribe .form-control {
	border: medium none;
	box-shadow: 0 15px 30px rgba(102, 113, 228, 0.1);
}
.input-subcribe form .subscribe-btn {
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0 22px 22px 0;
    padding: 0 20px;
    height: 45px;
    color: #fff;
}
.subscribe-btn {
	background: #05a1fd;
	color: #fff;
	font-weight: 700;
}
.subscribe-btn:hover {
	background: #36b4fe;
}
.social-subcribe {
	padding-top: 20px;
}
.social-subcribe i {
	color: #fff;
	font-size: 18px;
	background: transparent;
	border: 1px solid #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 40px;
	margin-right: 10px;
}
.social-subcribe i:hover {
	background: #fff;
	color: #05a1fd;
}
.copyright {
	padding-top: 25px;
	color: #fff;
	font-size: 14px;
}
.copyright a {
	color: #fff;
}
/* End Subcribe CSS */

/* Scrool Top CSS */
.scroll-top {
	position: fixed;
	bottom: 55px;
  	right: 30px;
  	z-index: 10;
  	display: none;
}
.scroll-top .fa {
	color: #fff;
	font-size: 40px;
	background: #05a1fd;
	border: 2px solid #05a1fd;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	padding-left: 10px;
}
.scroll-top .fa:hover {
	background: transparent;
	color: #05a1fd;
	transition: 0.5s;
}
/* End Scrool Top CSS*/











