@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

Copyright © All rights Reserved

*/


/******************************************************************************/
/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=13D0u0krLM1gHSdmtOPCeJ8GlsE */
/* Feel free to copy&paste color codes to your application */

/* As hex codes:
.color-primary-1 { color: #79A9E7 }
.color-primary-2 { color: #4F8EDE }
.color-primary-0 { color: #2C76D6 } - Main Primary color
.color-primary-3 { color: #0D62CE }
.color-primary-4 { color: #084696 }
*/

/* As RGBa codes:

.rgba-primary-1 { color: rgba(121,169,231,1) }
.rgba-primary-2 { color: rgba( 79,142,222,1) }
.rgba-primary-0 { color: rgba( 44,118,214,1) } - Main Primary color
.rgba-primary-3 { color: rgba( 13, 98,206,1) }
.rgba-primary-4 { color: rgba(  8, 70,150,1) }
*/

/* Generated by Paletton.com © 2002-2014 */
/* http://paletton.com */
/******************************************************************************/


/* GLOBAL
----------------------*/

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

a {
    color: #0D62CE;
}

a:hover,
a:focus {
    color: #084696;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #084696;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #084696;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #084696;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #084696;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #2C76D6;
    margin-bottom: 2rem;
}

.text-primary {
    color: #2C76D6 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    width: 160px;
    font-size: 24px;
    font-weight: 400;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:focus {
    color: #79A9E7;
}

.btn-outline-light:hover {
    color: #084696;
}

.light-bg {
    background-color: #F6F9FD;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #79A9E7;
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(12, 35, 64);
    background: -moz-linear-gradient(135deg, rgb(12, 35, 64) 0%, #2C76D6 100%);
    background: -webkit-linear-gradient(135deg, rgb(12, 35, 64) 0%, #2C76D6 100%);
    background: linear-gradient(135deg, rgb(12, 35, 64) 0%, #2C76D6 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #2C76D6;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width: 991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgb(0, 0, 0) 0%, #2C76D6 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(0, 0, 0) 0%, #2C76D6 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(0, 0, 0) 0%, #2C76D6 100%);
    background-image: linear-gradient( 135deg, rgb(0, 0, 0) 0%, #2C76D6 100%);
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #FFF;
    max-width: 800px;
    margin: 0 auto;
}

.notice {
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    max-width: 800px;
    margin: 0 auto;
}

.notice a {
    color: hsl(214, 88%, 60%);
}

.screenshot {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.5);
    margin: 0 3rem 3rem 3rem;
    max-width: calc(100% - 6rem);
    height: auto;
}

@media (max-width: 1200px) {
}

@media (max-width: 767px) {
    .tagline {
        font-size: 17px;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #2C76D6;
    background: -moz-linear-gradient(top, #000 0%, #2C76D6 100%);
    background: -webkit-linear-gradient(top, #000 0%, #2C76D6 100%);
    background: linear-gradient(to bottom, #000 0%, #2C76D6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #2C76D6;
    background: -moz-linear-gradient(top, #000 0%, #2C76D6 100%);
    background: -webkit-linear-gradient(top, #000 0%, #2C76D6 100%);
    background: linear-gradient(to bottom, #000 0%, #2C76D6 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}


/*  TESTIMONIALS
----------------------*/

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7A767A;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #79A9E7;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #084696;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #084696;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item img {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.img-gallery .owl-item p {
    margin-top: 1rem;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}
