/*
  Theme Name: Appri - App Landing PSD Template
  Author: Ashraful Sarkar
  Support: basictheme400@gmail.com
  Description: App Landing PSD Template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header area
3. slider area
4. counter area
5. features area
6. video area
7. work area
8. price area
9. testiamonial area
10. screenshort-area
11. faq-bg-items area
12. brand area
13. news area
14. subscribe area
15. available app area
16. footer area
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #444;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #2B96CC;
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #393542;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    color: #38363d;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #444;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

/* button style */
.btn {
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 23px 70px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid transparent;
}

.btn-border {
    border-color: #fff;
    background: transparent;
}

.btn-border:hover {
    background: #fff;
    color: #ff62a3;
}

/* 2. header area */
.transparent-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    transition: 0.3s;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #6046ea;
    padding: 10px 0;
}

.main-menu nav ul li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

.main-menu nav ul li.active a {
    color: #fff;
}

.main-menu nav ul li a {
    font-size: 18px;
    color: #cec9c9;
    padding: 17px 0;
    display: block;
    font-weight: 700;
}

.main-menu nav ul li ul.sub-menu {
    position: absolute;
    background: #fff;
    left: 0;
    top: 110%;
    width: 160px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.main-menu nav ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-menu nav ul li ul.sub-menu li {
    display: block;
    margin: 5px 0;
    padding: 0 20px;
}

.main-menu nav ul li ul.sub-menu li a {
    color: #6c6c6c;
    padding: 5px 0;
    font-size: 16px;
    line-height: 1;
}

.main-menu nav ul li ul.sub-menu li:hover > a {
    color: #ff67a3;
}

.main-menu nav ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}

.header-btn .btn {
    background: #6c5edf;
    padding: 20px 60px;
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
}

.header-btn .btn:hover {
    background: #ff63a3;
}

/* 3. slider area */
.slider-height {
    background-image: url(../img/bg/slider.png);
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 1192px;
    width: 100%;
}

.slider-text {
    padding-top: 380px;
}

.slider-text h3 {
    font-size: 60px;
    color: #ffffff;
    line-height: 70px;
    padding-right: 66px;
    margin-bottom: 20px;
}

.slider-text p {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 45px;
}

.slider-btn a {
    margin-right: 15px;
}

.shape-1 {
    position: absolute;
    top: 18%;
    left: 8%;
}

.shape-2 {
    position: absolute;
    bottom: 15%;
    right: 42%;
}

.app-m-shape1 {
    position: absolute;
    top: 330px;
    left: -90px;
}

.app-m-shape2 {
    position: absolute;
    bottom: 180px;
    right: -190px;
}

/* 4. counter area */
.single-counter h3 {
    font-size: 48px;
    color: #7336f1;
}

.single-counter > span {
    font-size: 16px;
    color: #878991;
}

.single-counter::before {
    background: #ddd;
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    top: 25px;
    right: 0;
}

.counter-full .col-xl-4:last-child .single-counter::before {
    display: none;
}

/* 5. features area */
.section-title h2 {
    font-size: 48px;
    color: #393542;
    margin-bottom: 20px;
    line-height: 1;
}

.section-title p {
    font-size: 22px;
    color: #878991;
    line-height: 30px;
    padding: 0 235px;
}

.features-text h4 {
    font-size: 24px;
    color: #38363d;
    font-weight: 600;
    margin-bottom: 25px;
}

.features-text p {
    color: #878991;
    padding: 0 35px;
}

.features-shape {
    position: relative;
}

img.feature-shape1 {
    position: absolute;
    top: 0;
    left: 0;
}

img.feature-shape2 {
    position: absolute;
    top: -180px;
    right: 0;
}

/* 6. video area */
.items-area {
    background-image: url(../img/bg/home.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.items-area .video {
    margin-top: -300px;
}

.items-area .video .video-popup {
    background-image: url(../img/video/video.jpg);
    box-shadow: 0px 0px 136px 0px rgba(0, 0, 0, 0.06);
    padding-top: 170px;
    padding-bottom: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-popup h3 {
    font-size: 48px;
    margin-bottom: 15px;
}

.video-popup a i {
    background-image: -moz-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    line-height: 140px;
    color: #fff;
    font-size: 30px;
}

/* 7. work area */
.work-area .section-title {
    padding-bottom: 195px;
}

.how-work-img img {
    width: 100%;
}

.how-work-text {
    padding-top: 140px
}

.how-work-text h3 {
    font-size: 36px;
    line-height: 48px;
    padding-right: 35px;
}

.how-work-text p {
    margin-bottom: 30px;
}

/* 8. price area */
.price-area {
    margin-bottom: -240px;
}

.price-box {
    background: #fefefe;
    border: 1px solid #e7e7e7;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 136px 0px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.price-box:hover {
    background: #fff;
    border-color: #fff;
}

.price-menu-box > ul {
    display: inline-block;
    margin-bottom: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    overflow: hidden;
}

.price-menu-box ul li {
    display: inline-block;
}

.price-header {
    border-bottom: 2px solid #f6f2fe;
    padding-bottom: 17px;
}

.price-header h4 {
    font-size: 18px;
    color: #30323d;
    margin: 0;
}

.price-header h2 {
    font-size: 60px;
    color: #7336f1;
}

.price-header h2 span {
    font-size: 18px;
    color: #30323d;
}

.price-header h2 span.sap {
    font-size: 36px;
}

.price-items ul {
    margin: 40px 0;
}

.price-items ul li {
    display: block;
    color: #878991;
    font-size: 16px;
    line-height: 36px;
}

.btn-theme-border {
    padding: 20px;
    background: #fff;
    color: #38363d;
    border: 2px solid #ff67a3;
    font-size: 14px;
}

.btn-theme-border.active,
.btn-theme-border:hover {
    background: #ff67a3;
    color: #fff;
}

.price-menu-box ul li a.nav-link {
    color: #878991;
    padding: 20px 40px;
    font-size: 14px;
}

.price-menu-box ul li a.nav-link.active {
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    color: #fff;
}

/* 9. testiamonial area */
.testiamonial-area {
    background-image: -moz-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    min-height: 1040px;
    width: 100%;
    padding-top: 390px;
}

.testiamonial-title h2 {
    color: #ffffff;
}

.test-items p {
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 35px;
}

.test-items span {
    color: #fff;
    font-size: 18px;
    line-height: 48px;
}

.testiamonial-img-items {
    width: 420px;
    margin: auto;
}

.test-img-item img {
    margin: auto;
}

.testiamonial-img-items .slick-slide {
    transform: scale(0.8);
}

.testiamonial-img-items .slick-slide.slick-current {
    transform: scale(1);
    transition: 1s;
}

.test-img-item {
    position: relative;
}

.testiamonial-img-items .slick-slide .test-img-item::before {
    position: absolute;
    background: #000;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 110px;
    width: 109px;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
    opacity: 0.4;
}

.testiamonial-img-items .slick-slide.slick-current .test-img-item::before {
    opacity: 0;
}

/* 10. screenshort-area */
.screenshort-img img {
    width: 100%;
}

/* 11. faq-bg-items area */
.faq-bg-items {
    background-image: url(../img/bg/faq-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 1735px;
    background-size: cover;
    margin-top: -95px;
    overflow: hidden;
}

.faq-area {
    margin-top: 320px;
    padding-top: 120px;
}

.faq-img img {
    width: 100%;
}

.how-buy {
    margin-top: 30px;
}

.how-buy .card {
    margin-bottom: 20px;
    border: none;
    box-shadow: 0px 0px 73px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}

.how-buy button.btn {
    width: 100%;
    border-radius: inherit;
    background: #fff;
    color: #30323d;
    text-align: left;
    padding: 30px 35px;
    text-transform: full-size-kana;
    font-size: 18px;
}

.how-buy .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.how-buy .btn.btn-link {
    background-image: -moz-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    color: #fff;
}

.how-buy .btn.btn-link::after {
    position: absolute;
    background: #fff;
    content: '-';
    color: #5e2ced;
    width: 25px;
    height: 25px;
    top: 26px;
    right: 20px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}

.how-buy .btn.btn-link.collapsed {
    background: #fff;
    color: #30323d;
}

.how-buy .btn.btn-link.collapsed::after {
    background: #5e2ced;
    content: '+';
    color: #fff;
}

.how-buy .btn-link:hover,
.how-buy .btn-link:focus {
    text-decoration: none;
}

.how-buy .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 30px 50px 30px 35px;
    color: #878991;
    font-size: 16px;
}

.how-buy .accordion > .card:not(:last-of-type) {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.how-buy .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* 12. brand area */
.brand-trusted h4 {
    font-size: 30px;
    font-weight: 700;
    color: #30323d;
    line-height: 40px;
}

.brand-slider-active .slick-slide img {
    display: inline-block;
}

.brand-items {
    text-align: center;
}

/* 13. news area */
.news-area {
    margin-top: -100px;
}

.news-img img {
    width: 100%;
}

.news-area .news-text {
    width: 295px;
    margin: auto;
    background: #fff;
    padding: 30px 40px;
    box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    margin-top: -60px;
}

.news-text .news-info {
    overflow: hidden;
}

.news-info-item {
    font-size: 14px;
    color: #c8c3c3;
}

.news-info-item i {
    color: #7b73ee;
    margin-right: 7px;
}

.news-title h4 {
    font-size: 18px;
    line-height: 24px;
    color: #30323d;
    margin-top: 20px;
}

/* 14. subscribe area */
.subscribe-area {
    border-radius: 20px;
    padding: 60px 0;
}

.subscribe-title h5 {
    font-size: 36px;
    color: #fff;
    padding: 0 50px;
    margin: 0;
    line-height: 48px;
}

.subscribe-email input {
    height: 75px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 0 230px 0 45px;
}

.subscribe-email button {
    position: absolute;
    top: 3px;
    right: 3px;
}

.subscribe-email {
    position: relative;
}

.subscribe-email .submit-btn {
    padding: 23px 30px;
}

/* 15. available app area */
.app-title h4 {
    font-size: 60px;
    color: #38363d;
    line-height: 48px;
    margin-bottom: 40px;
}

.get-app a {
    display: inline-block;
    padding: 10px 30px;
    box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    line-height: 1;
    margin-right: 15px;
}

.get-app a img {
    float: left;
}

.get-app a p {
    margin: 0;
    font-size: 14px;
    color: #38363d;
    display: inline-block;
    line-height: 1;
    padding: 3px 15px;
}

.get-app a p b {
    font-size: 24px;
    font-weight: bold;
}

.available-app {
    border-bottom: 1px solid #e5e5e5;
}

/* 16. footer area */
.copy-right p {
    margin: 0;
    font-size: 14px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}