/*
* Template Name : Pet Shop Template
* Version : 1.0.0
* Created by : Pet Shop Template
* File: Landing Page Css 
*/
/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - Custom
    2.0 - home css
    3.0 - preview css
    4.0 - feature css
    5.0 - rate us css
    6.0 - preloader css
    7.0 - responsive css
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
/* =============================================
                Theme Reset Style
============================================= */
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500;515;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("bootstrap.min.css");
@import url("owl.carousel.min.css");
@import url("animate.min.css");
body {
    font-family: 'Roboto', sans-serif !important;
}
ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none !important;
}
::-moz-selection {
    color: #ffffff;
    background: #f7941d;
}
::selection {
    color: #ffffff;
    background: #f7941d;
}
/* custom */
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #cccccc;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: #f7941d;
}
/* custom */
.page-background {
    background: url(../images/landing/background.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.theme-btn {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #f7941d;
    padding: 12px 40px;
    border-radius: 4px 4px;
    visibility: visible;
    display: inline-block;
    outline: 0 !important;
    text-transform: uppercase;
    background-color: #f7941d;
    font-family: 'Signika', sans-serif;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    line-height: normal;
    text-align: center;
}
.theme-btn.btn-light {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #222;
}
.theme-btn.disable {
    cursor: no-drop;
    opacity: .5;
}
.theme-btn:hover {
    background-color: transparent;
    color: #f7941d;
}
.theme-title{
    font-size: 20px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}
.theme-title > a {
    color: #222;
}
.landing-page section {
    padding: 80px 0;
}
/*.landing-page a {
    color: #000000;
}*/
.landing-page ul {
    padding: 0;
}
.landing-page ul li {
    list-style: none;
    display: inline-block;
}
.landing-page .title {
    text-align: center;
    margin-bottom: 50px;
}
.landing-page .title h2 {
    text-transform: capitalize;
    background: linear-gradient(to right, #222 25%, #666 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    font-size: 38px;
    font-weight: 800;
    font-family: 'Signika', sans-serif;
    margin-bottom: 15px;
}
.landing-page .title h6 {
    letter-spacing: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.landing-page .title .bottom-border {
    background: -webkit-gradient(linear, left right, left right, from(#ba38d2), to(#6851df));
    background: linear-gradient(to right, #df7d06, #f7941d);
    height: 1px;
    width: 50px;
}
/* custom */
/* home css */
.landing-page .second-img {
    height: 200px;
    margin-top: -45px;
    margin-bottom: -55px;
    margin-left: -50px;
}
.landing-page .slick-next,
.landing-page .slick-prev {
    display: none !important;
}
.landing-page .m-x-auto {
    margin-right: auto;
    margin-left: auto;
}
.landing-page .top-header {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 20px 0;
}
.landing-page .top-header .logo {
    margin-left: 50px;
}
.landing-page .top-header .logo .navbar-brand {
    margin-right: 0;
}
.landing-page .top-header .logo img {
    display: flex;
    max-height: 35px;
    align-items: center;
}
.landing-page .top-header .nav-link {
    font-weight: 700;
}
.landing-page header {
    box-shadow: 0 0 46px 30px #000000;
    background-color: white;
    z-index: 999;
}
.landing-page header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    animation: smoothScroll 1s forwards;
}
.landing-page .navbar-light .navbar-nav .nav-link {
    color: #888888;
}
.landing-page .navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
    transition: all 0.5s ease;
}
.landing-page .navbar-light .navbar-nav .nav-item a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.landing-page .navbar-light .navbar-nav .nav-item a.active {
    color: #000000;
    transition: all 0.5s ease;
}
.landing-page .navbar-light .navbar-toggler:focus {
    outline: none;
}
.landing-page .navbar {
    padding: 0;
}
.landing-page .navbar li.nav-item {
    font-size: 16px;
    padding: 0 10px;
}
.landing-page .purchase-block {
    background-color: #f3f3f3;
    display: flex;
    margin-right: 50px;
}
.landing-page .purchase-block span {
    background-color: #f7941d;
    padding: 15px 20px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.landing-page .purchase-block span i {
    color: #ffffff;
    font-size: 20px;
}
.landing-page .purchase-block .purchase-btn {
    color: #f7941d !important;
    background: #f3f3f3;
    font-weight: 500;
    border-radius: unset;
    font-size: 15px;
    padding: 15px 20px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}
.landing-page .f-600 {
    font-weight: 600;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.landing-page .landing-tabs {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    border: 0;
}
.landing-page .landing-tabs li.active a {
    color: #ffffff;
    background-color: #f7941d;
}
.landing-page .landing-tabs li a {
    padding: 10px 25px;
    font-size: 16px;
    margin: 0 5px;
    border-radius: 25px;
    font-weight: 600;
    color: #f7941d;
    background-color: rgba(110, 77, 222, 0.1);
}
.landing-page .tab-content {
    width: 100%;
    color: #7d7d7d;
}
.landing-page .whatinside .row .col-md-4:nth-child(n+4) {
    margin-top: 30px;
}
.landing-page .text-as-bg h1 {
    font-size: calc(100px + (260 - 100) * ((100vw - 300px) / (1920 - 300)));
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1;
    font-family: 'Signika', sans-serif;
    opacity: 0.03;
}
.landing-page .text-as-bg h1 span {
    float: right;
}
.landing-page .text-as-bg~.title {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
}
.landing-page .home-section {
    background: url(../images/landing/background.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #f3f3f3;
    height: calc(100vh - 93px);
}
.landing-page .home-section .home-container {
    text-align: center;
}
.landing-page .home-section .home-container .home-logo-container {
    margin-bottom: 30px;
}
.landing-page .home-section .home-container .home-logo-container .logo {
    height: 70px;
}
.landing-page .home-section .home-container h1 {
    color: #000000;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'Signika', sans-serif;
}
.landing-page .home-section .home-container p {
    color: gray;
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    line-height: 1.8;
}
.landing-page .home-section .home-contain ul {
    height: 100%;
    margin: 0;
}
.landing-page .home-section .home-contain .main-gif {
    width: 700px;
}
.landing-page .home-section .home-contain .inner-slide1 {
    position: absolute;
    left: -1.5%;
    bottom: -150px;
}
.landing-page .home-section .home-contain .inner-slide2 {
    position: absolute;
    bottom: -150px;
    left: 26%;
}
.landing-page .home-section .home-contain .inner-slide4 {
    position: absolute;
    bottom: -150px;
    left: 65%;
}
.landing-page .home-section .home-contain .inner-slide5 {
    position: absolute;
    bottom: -150px;
    right: 0px;
}
.landing-page .home-section .hom-suar1 {
    position: absolute;
    left: 2%;
    bottom: 37%;
    animation: hom-suar 3s linear infinite;
}
.landing-page .home-section .hom-suar2 {
    position: absolute;
    top: 5%;
    right: 10%;
    animation: hom-suar 3s linear infinite;
}
.landing-page .home-section .hom-ract1 {
    position: absolute;
    top: 10%;
    left: 21%;
    animation: hom-ract 80s linear infinite;
}
.landing-page .home-section .hom-ract2 {
    position: absolute;
    bottom: 37%;
    right: 19%;
    animation: hom-ract 40s linear infinite;
}
.landing-page .home-section .hom-round1 {
    position: absolute;
    top: 30%;
    left: 10%;
    animation: hom-round 3s linear infinite;
}
.landing-page .home-section .hom-round2 {
    position: absolute;
    top: 17%;
    right: 30%;
    animation: hom-round 10s linear infinite;
}
.landing-page .home-section .hom-sib2 {
    position: absolute;
    bottom: 37%;
    left: 22%;
    animation: hom-sib 30s linear infinite;
}
.landing-page .inner-slide3 {
    position: relative;
    left: unset;
    margin: 0 auto;
    margin-top: 70px;
    padding-top: 0;
    left: 4.6%;
}
/* home css */
@keyframes hom-suar {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes hom-ract {
    0% {
        transform: translateY(0px) translatex(100px);
    }
    50% {
        transform: translateY(70px) translatex(-40px);
    }
    100% {
        transform: translateY(0px) translatex(100px);
    }
}
@keyframes hom-round {
    0% {
        transform: translate(0px);
    }
    50% {
        transform: translate(20px) scale(2);
    }
    100% {
        transform: translate(0px);
    }
}
@keyframes hom-sib {
    0% {
        transform: translate(-50px);
    }
    50% {
        transform: translateX(100px) translateY(-300px);
    }
    100% {
        transform: translate(-50px);
    }
}
@keyframes hom-cloud {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0px);
    }
}
/* preview css */
.landing-page .app-preview-section {
    position: relative;
    overflow: hidden;
}
.landing-page .app-preview-section .demo-back-txt {
    opacity: 0.03;
}
.landing-page .app-preview-section .demo-back-txt .demo-left-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -85px;
}
.landing-page .app-preview-section .demo-back-txt .demo-left-txt h1 {
    font-size: calc(100px + (260 - 100) * ((100vw - 300px) / (1920 - 300)));
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1;
    font-family: 'Signika', sans-serif;
}
.landing-page .app-preview-section .demo-back-txt .demo-right-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
.landing-page .app-preview-section .demo-back-txt .demo-right-txt h1 {
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1;
    font-size: calc(100px + (260 - 100) * ((100vw - 300px) / (1920 - 300)));
}
.landing-page .app-preview-section .demo-effects {
    position: relative;
    margin-bottom: 40px;
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images {
    width: 100%;
    height: 500px;
    background-size: cover;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    box-shadow: 0 0 25px 0px #dcdcdc;
    background-color: #fff;
    border-radius: 5px;
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-1 {
    background: url("../images/landing/layout/homepage.png");
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .home-one {
    background: url("../images/landing/layout/homepage-one.png");
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-2 {
    background: url("../images/landing/layout/about.png");
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-3 {
    background: url("../images/landing/layout/shop.png");
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-4 {
    background: url("../images/landing/layout/shop-detail.png");
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-5 {
    background: url("../images/landing/layout/cart.png");
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-6 {
    background: url("../images/landing/layout/wishlist.png");
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-7 {
    background: url("../images/landing/layout/checkout.png");
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-8 {
    background: url("../images/landing/layout/login.png");
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .image-9 {
    background: url("../images/landing/layout/maintainance.png");
}
.landing-page .app-preview-section .demo-effects .demo-layouts .layout-images .layout-container {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    transition: 10s;
    background-position: top center;
}
.landing-page .app-preview-section .demo-effects .demo-layouts.coming-soons {
    opacity: 0.5;
}
.landing-page .app-preview-section .demo-effects .demo-layouts.coming-soons .coming-soon {
    color: #000000;
    font-size: calc(35px + (55 - 35) * ((100vw - 300px) / (1920 - 300)));
    text-align: center;
    opacity: 0.2;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.landing-page .app-preview-section .demo-effects .demo-layouts:hover .layout-images .layout-container {
    background-position: center 100% !important;
    transition: 10s;
}
.landing-page .app-preview-section .demo-effects .demo-layouts.app-preview {
    overflow: hidden;
    padding: 0 20px;
    display: block;
}
.landing-page .app-preview-section .demo-effects .demo-layouts.app-preview .preview-header {
    font-size: 20px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    text-align: left;
    transition: all 0.3s;
}
.landing-page .app-preview-section .demo-effects .demo-layouts.app-preview .preview-header:before {
    content: url("../images/landing/hover.png");
    position: absolute;
    left: -80px;
    opacity: 0;
}
.landing-page .app-preview-section .demo-effects .demo-layouts.app-preview:hover .preview-header {
    transform: translate(18%, 0);
    transition: 0.8s;
}
.landing-page .app-preview-section .demo-effects .demo-layouts.app-preview:hover .preview-header:before {
    opacity: 1;
}
.landing-page .app-preview-section .demo-ract1 {
    position: absolute;
    top: 3%;
    left: 24%;
    animation: hom-ract 80s linear infinite;
}
.landing-page .app-preview-section .demo-squar {
    position: absolute;
    top: 45%;
    right: 2%;
    animation: hom-suar 3s linear infinite;
}
.landing-page .app-preview-section .demo-sib1 {
    position: absolute;
    bottom: 20%;
    left: 50px;
    animation: hom-sib 30s linear infinite;
}
.landing-page .app-preview-section .demo-ract3 {
    position: absolute;
    bottom: 0;
    left: 10%;
    animation: hom-ract 80s linear infinite;
}
.landing-page .app-preview-section {
    position: relative;
    overflow: hidden;
}
.landing-page .app-preview-section .ecommerce-back-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0.03;
}
.landing-page .app-preview-section .ecommerce-back-txt h1 {
    font-size: calc(100px + (309 - 100) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
}
.landing-page .app-preview-section .ecom-round1 {
    position: absolute;
    top: 35%;
    right: 11%;
    animation: hom-round 3s linear infinite;
}
.landing-page .app-preview-section .ecom-squar {
    position: absolute;
    bottom: 15%;
    left: 10%;
    animation: hom-suar 3s linear infinite;
}
.landing-page .app-preview-section .container .row {
    margin-bottom: -40px;
}
/* preview css */
/* feature css */
.feature-box-main .feature-box {
    text-align: center;
    width: 25%;
    float: left;
    margin-top: 30px;
}
.feature-box-main .feature-box .feature-box-icon {
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 6px 29px 5px rgba(0, 0, 0, 0.03);
    display: inline-block;
    margin-bottom: 12px;
}
.feature-box-main .feature-box .theme-title {
    text-transform: uppercase;
    font-size: 16px;
}
.landing-page .advance-feature .cor-round {
    position: absolute;
    bottom: 8%;
    left: 3%;
    animation: hom-round 3s linear infinite;
}
.landing-page .advance-feature .cor-ract {
    position: absolute;
    top: 5%;
    right: 15%;
    animation: hom-ract 80s linear infinite;
}
.landing-page .advance-feature .cor-squar1 {
    position: absolute;
    bottom: 41%;
    right: 5%;
    animation: hom-suar 3s linear infinite;
}
.landing-page .advance-feature .cor-squar2 {
    position: absolute;
    bottom: 5%;
    right: 35%;
    animation: hom-suar 3s linear infinite;
}
/* feature css */
.landing-page .loader-wrapper {
    height: 100vh;
    width: 100vw;
    background-color: #ffffff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
}
.landing-page .loader-wrapper .loader {
    position: relative;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px;
    width: 100px;
    height: 100px;
}
.landing-page .loader-wrapper .loader>div {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #8648db;
    transform: scale(0);
    transform-origin: center center;
    animation: loader 2s infinite linear;
}
.landing-page .loader-wrapper .loader>div:nth-of-type(1),
.landing-page .loader-wrapper .loader>div:nth-of-type(5),
.landing-page .loader-wrapper .loader>div:nth-of-type(9) {
    animation-delay: 0.4s;
}
.landing-page .loader-wrapper .loader>div:nth-of-type(4),
.landing-page .loader-wrapper .loader>div:nth-of-type(8) {
    animation-delay: 0.2s;
}
.landing-page .loader-wrapper .loader>div:nth-of-type(2),
.landing-page .loader-wrapper .loader>div:nth-of-type(6) {
    animation-delay: 0.6s;
}
.landing-page .loader-wrapper .loader>div:nth-of-type(3) {
    animation-delay: 0.8s;
}
@keyframes loader {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
/* rate us css */
.landing-page .rate-us-section {
    background-color: #fbfafe;
    position: relative;
    overflow: hidden;
}
.landing-page .rate-us-section .rate-us-back {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0.03;
}
.landing-page .rate-us-section .rate-us-back h1 {
    font-size: calc(100px + (260 - 100) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    line-height: 1;
}
.landing-page .rate-us-section .rate-us-contain {
    text-align: center;
}
.landing-page .rate-us-section .rate-us-contain .rating-porson {
    border: 10px solid #ffffff;
    text-align: center;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: rgba(134, 72, 219, 0.03);
}
.landing-page .rate-us-section .rate-us-contain h1 {
    font-weight: 800;
    margin-bottom: 8px;
    margin-top: 30px;
    color: #f7941d;
    text-transform: uppercase;
    font-family: 'Signika', sans-serif;
}
.landing-page .rate-us-section .rate-us-contain p {
    font-size: 18px;
    color: #666;
    font-weight: 400;
}
.landing-page .rate-us-section .rate-us-contain .btn-gradient {
    margin-top: 22px;
}
.landing-page .rate-us-section .rate-us-contain ul {
    margin-top: 25px;
    margin-bottom: -4px;
}
.landing-page .rate-us-section .rate-us-contain ul li i {
    color: #ffd700;
    font-size: 20px;
}
.landing-page .rate-us-section .rat-sib {
    position: absolute;
    top: 5%;
    left: 15%;
    animation: hom-suar 3s linear infinite;
}
.landing-page .rate-us-section .rat-round {
    position: absolute;
    bottom: 10%;
    left: 5%;
    animation: hom-round 3s linear infinite;
}
.landing-page .rate-us-section .rat-ract {
    position: absolute;
    top: 25%;
    right: 9%;
    animation: hom-ract 80s linear infinite;
}
.landing-page .rate-us-section .rat-squar1 {
    position: absolute;
    top: 20%;
    right: 10%;
    animation: hom-suar 3s linear infinite;
}
.landing-page .rate-us-section .rat-squar2 {
    position: absolute;
    bottom: 15%;
    right: 20%;
    animation: hom-suar 3s linear infinite;
}
.landing-page .btn-gradient {
    padding: 15px 30px;
    font-size: 14px;
    background-image: linear-gradient(to right, #6851df 15%, #ba38d2 85%);
    box-shadow: 0 0 10px #ba38d2;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    transition: all 1s linear;
    letter-spacing: 0.05em;
    line-height: 1;
}
.landing-page .btn-gradient:hover,
.landing-page .btn-gradient:active,
.landing-page .btn-gradient:focus {
    background-color: transparent !important;
    background-image: linear-gradient(to right, #ba38d2 15%, #6851df 85%);
    color: #ffffff;
}
/* rate us css */
.landing-page .footer-main {
    padding: 20px 0px;
    background-position: top center;
}
.landing-page .footer-main .footer-right p {
    margin-top: 0;
    font-size: 16px;
    text-align: right;
    color: #888888;
}
.landing-page .tap-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#ba38d2), to(#6851df));
    background: linear-gradient(to top, #ba38d2, #6851df);
    border-radius: 100%;
    font-size: 22px;
    cursor: pointer;
    line-height: 2.2;
    display: none;
    border: 1px solid #ffffff;
}
.demo-item {
    text-align: center;
}
.demo-item .image {
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
}
.demo-item .image img {
    width: 100%;
    height: auto;
}
.demo-item:hover .image {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.demo-item:hover .image {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}
.footer-logo img {
    max-height: 30px;
}
/* preloader css */
.theme-preloader {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}
.theme-preloader > span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    text-align: center;
}
/* preloader css */
.page-up-box {
    font-size: 40px;
    color: #f7941d !important;
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.page-up-box.show {
    opacity: 1;
    visibility: visible;
}
/* responsive css */
@media screen and (max-width: 479px){
    .feature-box-main .feature-box{
        width: 100% !important;
    }
}
@media screen and (max-width: 575px){
    .feature-box-main .feature-box {
        width: 50%;
    }
}
@media screen and (max-width: 767px) and (min-width: 576px){
    .feature-box-main .feature-box {
        width: 33.33%;
    }
    .feature-box-main .feature-box .theme-title {
        font-size: 13px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .feature-box-main .feature-box {
        width: 33.33%;
    }
}
@media (max-width: 1800px) {
    .landing-page .title h2 {
        line-height: 0.95;
    }
    .landing-page .home-section .home-contain .inner-slide1 {
        left: 2%;
        bottom: unset;
        top: 525px;
    }
    .landing-page .home-section .home-contain .inner-slide1 img {
        width: 400px;
    }
    .landing-page .home-section .home-contain .inner-slide2 {
        left: 24%;
        bottom: unset;
        top: 495px;
    }
    .landing-page .home-section .home-contain .inner-slide3 img {
        width: 650px;
    }
    .landing-page .home-section .home-contain .inner-slide4 {
        left: 65.5%;
        bottom: unset;
        top: 430px;
    }
    .landing-page .home-section .home-contain .inner-slide4 img {
        width: 200px;
    }
    .landing-page .home-section .home-contain .inner-slide5 {
        right: 1%;
        bottom: unset;
        top: 435px;
    }
    .landing-page .home-section .home-contain .inner-slide5 img {
        width: 400px;
    }
    .landing-page .app-preview-section .demo-effects .demo-layouts.app-preview .preview-header {
        margin-top: -3px;
    }
}
@media only screen and (max-width: 1700px) {
    .landing-page .home-section .home-contain .inner-slide1 img {
        width: 368px;
    }
    .landing-page .home-section .home-contain .inner-slide2 {
        left: 23%;
    }
    .landing-page .home-section .home-contain .inner-slide4 img {
        width: 180px;
    }
    .landing-page .home-section .home-contain .inner-slide5 img {
        width: 383px;
    }
}
@media only screen and (max-width: 1600px) {
    .landing-page .header-section {
        margin-bottom: 50px;
    }
    .landing-page .header-section .slider-absolute {
        width: 800px;
        margin-top: 2%;
    }
    .landing-page .home-section .home-contain .inner-slide2,
    .landing-page .home-section .home-contain .inner-slide4 {
        display: none;
    }
    .landing-page .home-section .home-contain .inner-slide1 {
        left: 3%;
    }
    .landing-page .home-section .home-contain .inner-slide5 {
        right: 4.5%;
    }
}
@media (max-width: 1470px) {
    .landing-page .home-section .home-container .home-logo-container {
        margin-bottom: 30px;
    }
}
@media (width: 1440px) and (height: 900px) {
    .landing-page .home-section .inner-slide3 {
        padding-top: 10px;
    }
    .landing-page .home-section .home-contain .inner-slide1 {
        top: 572px;
    }
    .landing-page .home-section .home-contain .inner-slide5 {
        top: 486px;
    }
}
@media (max-width: 1366px) {
    .landing-page .inner-slide3 {
        width: 520px;
    }
    .landing-page .home-section {
        height: auto;
    }
    .landing-page .home-section .home-contain .inner-slide1 {
        left: 8%;
        top: 584px;
    }
    .landing-page .home-section .home-contain .inner-slide1 img {
        width: 260px;
    }
    .landing-page .home-section .home-contain .inner-slide5 {
        top: 515px;
        right: 8.5%;
    }
    .landing-page .home-section .home-contain .inner-slide5 img {
        width: 290px;
    }
}
@media (max-width: 1199px) {
    .landing-page .home-section .inner-slide3 {
        padding-top: 0;
    }
    .landing-page .home-section .home-contain .inner-slide1 {
        left: 1%;
        top: 525px;
    }
    .landing-page .home-section .home-contain .inner-slide5 {
        right: 0.5%;
        top: 450px;
    }
    .landing-page .feature-text-section {
        height: 750px;
    }
    .landing-page .app-preview-section .row {
        min-width: 100%;
    }
    .landing-page .app-preview-section .demo-effects .demo-layouts.app-preview .preview-header {
        margin-top: 0;
    }
    .landing-page .rate-us-section .rate-us-contain h1 {
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .landing-page .rate-us-section .rate-us-contain .btn-gradient {
        margin-top: 12px;
    }
    .landing-page .rate-us-section .rate-us-contain ul {
        margin-top: 15px;
    }
    .landing-page .portfolio-section .slick-slider {
        margin: 0 -5px;
    }
    .landing-page .portfolio-section .port-img {
        margin: 0 20px;
    }
}
@media (width: 1024px) and (height: 1366px) {
    .landing-page .home-section {
        height: 50vh;
    }
}
@media (max-width: 991px) {
    .landing-page .rate-us-section .rate-us-contain .rating-porson {
        width: 100px;
        height: 100px;
    }
    .landing-page .navbar {
        box-shadow: none;
    }
    .landing-page .navbar li.nav-item a {
        padding: 10px 0;
    }
    .landing-page .navbar .navbar-nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .landing-page .title {
        margin-bottom: 30px;
    }
    .landing-page .home-section .inner-slide3 {
        margin-top: 50px;
    }
    .landing-page .home-section .home-contain {
        height: unset;
    }
    .landing-page .home-section .home-contain .inner-slide1,
    .landing-page .home-section .home-contain .inner-slide5 {
        display: none;
    }
    .landing-page .home-section .home-contain .inner-slide2,
    .landing-page .home-section .home-contain .inner-slide4 {
        display: block;
        opacity: 0.4;
    }
    .landing-page .home-section .home-contain .inner-slide2 {
        left: 3%;
    }
    .landing-page .home-section .home-contain .inner-slide4 {
        left: 75.5%;
    }
    .landing-page .home-section .home-contain .inner-slide4 img {
        width: 165px;
    }
    .landing-page .navbar {
        position: relative;
        width: auto;
        height: auto;
        right: unset;
        overflow-y: initial;
    }
    .landing-page .navbar .navbar-nav .nav-item a {
        text-align: center;
    }
    .landing-page .purchase-block {
        display: none;
    }
    .landing-page .animate-gif {
        display: none;
    }
    .landing-page .text-as-bg h1 {
        font-size: 40px;
    }
    .landing-page .navbar-collapse {
        position: absolute;
        top: 60px;
        z-index: 9;
        width: 97vw;
        right: -30px;
        background-color: white;
        text-align: center;
    }
    .landing-page .main-menu {
        margin-right: 30px;
    }
    .landing-page h4 {
        margin-bottom: 15px;
    }
    .landing-page section {
        padding: 50px 0;
    }
    .landing-page .second-img {
        height: 150px;
        margin-top: -33px;
        margin-bottom: -42px;
    }
    .landing-page .header-section {
        height: 75vh;
        margin-bottom: 0;
    }
    .landing-page .header-section .slider-absolute {
        width: 620px;
        margin-top: 4%;
    }
    .landing-page .header-section .logo-container {
        margin-bottom: 30px;
    }
    .landing-page .header-section .logo-container .logo {
        height: 150px;
        margin-top: -33px;
        margin-bottom: -1px;
    }
    .landing-page .header-section .logo-container h1 {
        margin-bottom: 18px;
    }
    .landing-page .portfolio-section#blog .title h2 {
        line-height: 40px;
    }
    .landing-page .feature-text-section {
        height: 600px;
        margin-bottom: -14px;
    }
    .landing-page .feature-text-section .font-bold {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media (width: 800px) and (height: 1280px) {
    .landing-page .home-section {
        height: 53vh;
    }
}
@media (width: 768px) and (height: 1024px) {
    .landing-page .home-section {
        height: 65vh;
    }
}
@media (max-width: 768px) {
    .landing-page .portfolio-section .slick-slider {
        margin: 0;
    }
    .landing-page .portfolio-section .port-img {
        margin: 0 15px;
    }
    .landing-page .portfolio-section .port-img img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .landing-page .navbar-collapse {
        width: 95vw;
    }
    .landing-page .whatinside .row>div:nth-child(3) {
        margin-top: 30px;
    }
    .landing-page .footer-main .row>div {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .landing-page .footer-main .footer-right p {
        text-align: center;
        margin-top: 10px;
    }
    .landing-page .home-section .inner-slide3 {
        margin-top: 30px;
    }
    .landing-page .home-section .home-container .home-logo-container {
        margin-bottom: 15px;
    }
    .landing-page .home-section .home-container .home-logo-container .logo {
        height: 60px;
    }
    .landing-page .home-section .home-contain .inner-slide1,
    .landing-page .home-section .home-contain .inner-slide2,
    .landing-page .home-section .home-contain .inner-slide4,
    .landing-page .home-section .home-contain .inner-slide5 {
        display: none;
    }
    .landing-page .purchase-block {
        margin-right: 20px;
    }
    .landing-page .purchase-block span {
        display: none;
    }
    .landing-page .top-header {
        padding: 10px 0;
    }
    .landing-page .top-header .logo {
        margin-left: 20px;
    }
    .landing-page .header-section {
        height: 680px;
    }
    .landing-page .header-section .slider-absolute {
        width: 605px;
        margin-top: 10%;
    }
    .landing-page .header-section .header-container p {
        padding: 0;
    }
    .landing-page .feature-text-section {
        height: 500px;
    }
    .landing-page .app-preview-section .demo-effects .demo-layouts .layout-images {
        height: 400px;
    }
    .landing-page .testimonial-main .testimonial-contain {
        text-align: center;
    }
    .landing-page .testimonial-main .testimonial-contain .testimonial-left {
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }
    .landing-page .testimonial-main .testimonial-contain .testimonial-right {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
    }
    .landing-page .testimonial-main .testimonial-contain .testimonial-right p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .landing-page .testimonial-main .testimonial-contain .testimonial-right .media {
        display: block;
        margin-bottom: 10px;
    }
    .landing-page .testimonial-main .testimonial-contain .testimonial-right .media h5 {
        font-size: 18px;
    }
    .landing-page .testimonial-main .testimonial-contain .testimonial-right .media img {
        display: inline;
    }
    .landing-page .testimonial-main .testimonial-contain .testimonial-right .media .media-body {
        flex: unset;
        margin-left: 0;
        margin-top: 10px;
    }
    .landing-page .testimonial-main .testimonial-contain .slick-slider {
        padding: 30px;
    }
    .landing-page .testimonial-main .testimonial-contain .slick-next {
        right: 40%;
    }
    .landing-page .testimonial-main .testimonial-contain .slick-prev {
        left: 40%;
    }
    .landing-page .testimonial-main .testimonial-contain .slick-dots {
        display: none !important;
    }
    .landing-page .btn-gradient {
        padding: 12px 20px;
    }
    .landing-page .portfoli-section .port-img {
        margin-right: 0;
    }
}
@media (max-width: 575px) {
    .landing-page .navbar-collapse {
        width: 100vw;
        right: -14px;
    }
    .landing-page .title h6 {
        letter-spacing: 15px;
    }
    .landing-page .whatinside .row>div:nth-child(2) {
        margin-top: 30px;
    }
    .landing-page .home-section .inner-slide3 {
        width: 100%;
    }
    .landing-page .home-section .home-contain .inner-slide1,
    .landing-page .home-section .home-contain .inner-slide2,
    .landing-page .home-section .home-contain .inner-slide4,
    .landing-page .home-section .home-contain .inner-slide5 {
        display: none;
    }
    .landing-page .home-section .home-contain .inner-slide3 img {
        width: 100%;
    }
    .landing-page .header-section {
        height: 550px;
    }
    .landing-page .header-section .slider-absolute {
        width: 440px;
    }
    .landing-page .m-x-auto {
        margin-right: unset;
    }
    .landing-page .top-header {
        padding: 0;
    }
    .landing-page .top-header .logo {
        margin-left: 0;
    }
    .landing-page .purchase-block {
        margin-right: 0;
        display: none;
    }
}
@media (max-width: 480px) {
    .landing-page .header-section {
        height: 500px;
    }
    .landing-page .header-section .slider-absolute {
        width: 350px;
    }
    .landing-page .advance-feature .feature-main {
        padding: 10px;
    }
}
@media (max-width: 420px) {
    .landing-page .header-section .slider-absolute {
        width: 300px;
    }
}
/* responsive css */