body{
    background: #fff1f1;
    font-family: 'Mulish', sans-serif;
}

html {
    scroll-behavior: smooth;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #353535;
    font-family: 'Jost', sans-serif;
    margin-top: 0;
}

.bg-color{
    background: #f9f9f9;
}

.main-title{
    text-align: center;
    max-width: 700px;
    margin: 0 auto 65px;
}

.main-title h1{
    font-size: 45px;
    font-weight: 600;
    margin:0;
}

.animate-charcter {
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.main-title p{
    margin-bottom: 0;
    font-size: 17px;
    color: #3c3b3b;
}

.main-title h5{
    font-size: 22px;
    font-weight: 600;
    margin:0 0 10px;
}

.main-title.mt-two{
    text-align: left;
    max-width: 400px;
}

.header-section{
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/../img/banner.png);
}

.header-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: linear-gradient(145deg,#f81f01,#ee076e);
}

.main-title.mt-two h5{
    color: #fff;
}

.main-title.mt-two h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

/** Banner start **/
.banner {
    background-size: cover;
    height: 900px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/../img/banner.png);
    content: "";
}

.banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: linear-gradient(145deg,#f81f01,#ee076e);
}

.banner .container {
    max-width: 1625px;
}

.banner .breadcrumb-area {
    width: 100%;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
}

.banner h1{
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}

.banner .typing > *{
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50);
}

@keyframes typingAnim {
    from {width:0}
    to {width:100%}
}

.banner .editorial {
    display: block;
    width: 100%;
    height: 100px;
    max-height: 100px;
    margin: 0;
    z-index:5;
    bottom:0;
    position:absolute;
    left:0px;
    float:left;
    right: 0;
}

.banner .parallax1 > use {
    animation: move-forever1 10s linear infinite;
}

.banner .parallax2 > use {
    animation: move-forever2 8s linear infinite;
}

.banner .parallax3 > use {
    animation: move-forever3 6s linear infinite;
}

.banner .parallax4 > use {
    animation: move-forever4 4s linear infinite;
}

.banner .invoice-demo-image {
    max-width: 600px;
    margin-left: auto;
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}
@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
@keyframes move-forever3 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}
@keyframes move-forever4 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

/** Animate image 2 **/
.animate-image-2{
    position: relative;
    -webkit-animation:glide 2s ease-in-out alternate infinite;
}

@-webkit-keyframes glide  {
    from {
        right:0;
        bottom:0;
    }

    to {
        right:0;
        bottom:20px;
    }

}


.demo-hero-menu {
    margin-bottom: 40px;
}

.demo-hero-menu ul {
    padding: 0;
    margin: 0;
}

.demo-hero-menu ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    color: #fff;
    font-size: 17px;
}

/** BTN 2 **/
.btn-2 {
    color: #ff6829;
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 5;
    transition: .9s ease;
    font-weight: 600;
    padding: 0 47px 0 25px;
    line-height: 46px;
    border-radius: 0;
}

.btn-2 span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.btn-2 .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}

.btn-2 .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .9s ease;
    z-index: -1;
}

.btn-2:hover {
    background: transparent!important;
}

.btn-2:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.btn-2:hover:after {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.btn-defaults{
    background: #fff;
    border: 2px solid #fff;
}

.btn-defaults:hover {
    color: #fff;
    border: 2px solid #fff;
}

.btn-defaults:before {
    background: #fff;
}

/** BTN 3 **/
.btn-3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-image: linear-gradient(to bottom, #4a73ff, #004dff);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 25px 11px;
    border-radius: 0;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    float: right;
}

.btn-3 i::before {
    position: relative;
    font-size: 18px;
    top: 0;
}

.btn-3:hover {
    color: #ff6829;
}

.btn-3:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(
            0deg
    ) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}

.btn-3:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    content: "";
    border-radius: 0;
    transform: perspective(200px) scaleX(0.1) rotateX(
            90deg
    ) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}

.logo{
    text-align: left;
}

.logo img{
    height: 45px;
}

/** Inner section **/
.inner-section .slide-content {
    margin: 0 15px 30px;
    background-color: lightgray;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: auto;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.inner-section .slid-er {
    height: auto;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.inner-section .slid-er .slides {
    display: flex;
}

.inner-section .slid-er .slide {
    width: 500px;
    height: auto;
}

.inner-section .button-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: opacity 0.25s;
}

.inner-section .button-container:hover {
    opacity: 1;
}

.inner-section .button-container:hover .button {
    transform: translate(-50%, -50%);
}

.inner-section .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 12px));
    transition: all 0.25s;
    width: 70px;
    font-size: 25px;
    border-radius: 3%;
    text-align: center;
    line-height: 80px;
    height: 70px;
    outline: 2px solid transparent;
    color: #fff;
    background-image: linear-gradient(to bottom, #ff4a4a, #ff8a00);
}

.inner-section .button:hover{
    background-image: linear-gradient(to bottom, #ff4a4a, #ff8a00);
    color: #fff;
}

/** Demo item **/
.demo-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 20px!important;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.demo-item:hover .demo-item-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.demo-item h4{
    padding: 20px 30px!important;
    width: 100% !important;
    margin-bottom: 0;
    border-top: 1px solid #0b0b0b1f;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: left;
    border-radius: 0 0 30px 30px!important;
}

.demo-item h4 i {
    float: right;
}

.demo-item .demo-item-content {
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgb(33 9 90 / 72%);
}

.demo-item:hover .demo-item-inner {
    top: 50%;
}

.demo-item .demo-item-inner {
    border: none;
    position: absolute;
    top: -100px;
    left: 30px;
    right: 30px;
    z-index: 9;
    transition: .5s;
    text-align: center;
    transform: translateY(-50%);
}

.demo-item .icon i{
    width: 70px!important;
    height: 70px!important;
    text-align: center;
    font-size: 30px;
    padding: 21px 20px 11px;
    line-height: normal;
    border-radius: 3%;
    background-image: linear-gradient(to bottom, #ff4a4a, #ff8a00);
    color: #fff;
}

.demo-item .icon i:hover{
    background-image: linear-gradient(to bottom, #ff4a4a, #ff8a00);
    color: #fff;
}

.demo-item:hover .line h4{
    color: #ff6829;
}

.demo-item:hover .thumb-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.demo-item .thumb-photo img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.demo-item .thumb-photo {
    overflow: hidden;
    position: relative;
}

.demo-item .demo-item-inner h3 {
    margin: 0;
    text-transform: capitalize;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.demo-item .demo-item-inner p {
    color: #454545;
    line-height: 1;
    margin: 5px 0 0;
}

/** Tab box **/
.tab-box{
    text-align: center;
}

 .nav-pills .nav-link {
    padding: 7px 22px;
    background: rgba(231, 13, 60, 0.05);
    color: #222222;
    margin: 2px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    display: inline-block;
}

.tab-box .nav-item{
    display: inline-block;
}

.tab-box .nav-pills{
    text-align: center;
    display: inline-block;
    margin-bottom: 65px;
}

.tab-box .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: #3f56ff;
}

.nav-pills .nav-link:hover{
    color: #fff;
    background: #3f56ff;
}

/** OVERVIEW BGI **/
.overview-bgi {
    position: relative;
}

.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.content-area{
    padding: 130px 15px 100px;
}

.content-area .container{
     max-width: 1625px;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}



.headar{
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
}

.headar img{
    height: 50px;
}

.demo-hero-menu{
    margin-bottom: 40px;
}

.demo-hero-menu ul {
    padding: 0;
    margin: 0;
}

.mb-30{
    margin-bottom: 30px;
}

/** HEADER SECTION **/
.header-info{
    margin-bottom: 20px;
}

.header-section .header-demo img{
    z-index: 2;
    position: relative;
    -webkit-transition: .5s;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.header-section .header-demo img:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


.header-section  .carousel-indicators {
    bottom: 0;
    margin-bottom: 0!important;
    margin-top: 20px;
}

.header-section .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 100%;
    cursor: pointer;
}

.header-section .carousel-indicators .active {
    background-color: #fff;
}

.mb-30{
    margin-bottom: 30px!important;
}

.mb-38{
    margin-bottom: 38px!important;
}

/** Feature info start **/
.feature-info  {
    padding: 30px 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 3;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}

.feature-info:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 0px 70px 0px;
    margin-top: 0px;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.feature-info:hover:before {
    height: 100%;
    width: 100%;
    border-radius: 0;
}

.feature-info h5{
    margin:0 0 0;
    font-weight: 500;
    font-size: 16px;
}

.feature-info:before {
    background: linear-gradient(145deg,#f81f01,#ee076e);
}

.feature-info:hover h5{
    color: #fff;
}

.feature-info img{
    height: 50px;
    margin-bottom: 20px;
}

/** Footer SECTION **/
.footer-section .footer-demo img{
    z-index: 2;
    position: relative;
    -webkit-transition: .5s;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.footer-section .footer-demo img:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.footer{
    padding: 100px 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/../img/banner.png);
}

.footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: linear-gradient(145deg,#120f0f,#10060a);
}

.footer .logo2 img{
    text-align: center!important;
    margin-bottom: 20px;
    height: 50px;
}

.footer.footer p {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

footer.footer p a {
    color: #fff;
}

.footer.footer .social-list-2 ul{
    padding: 0;
    margin: 0;
}

.footer.footer .social-list-2 li {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.footer.footer .social-list-2 li a {
    margin: 0 2px;
    color: #000;
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    border-radius: 55px;
    background: #fff;
}

.footer.footer .social-list-2 li a:hover{
    color: #fff;
    background: linear-gradient(145deg,#f81f01,#ee076e);
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .content-area{
        padding: 105px 0 75px;
    }

    .main-title h1 {
        font-size: 35px;
    }

    .main-title.mt-two h2 {
        font-size: 35px;
    }

    .main-title p {
        font-size: 16px;
    }

    .main-title.mt-two {
        text-align: center;
        max-width: 100%;
    }

    .demo-hero-menu {
        margin-bottom: 25px;
    }

    .footer{
        padding: 70px 0;
    }

    .main-title {
        margin: 0 auto 52.5px;
    }

    .tab-box .nav-pills {
        margin: 0 auto 52.5px;
    }

    .nav-pills .nav-link {
        padding: 6px 20px;
        font-size: 14px;
    }

    .banner h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .demo-hero-menu {
        margin-bottom: 25px;
    }

    .demo-hero-menu ul li {
        font-size: 15px;
        margin-right: 5px;
    }

    .banner .breadcrumb-area {
        top: 27%;
    }
}

@media (max-width: 768px) {
    .content-area{
        padding: 80px 0 50px;
    }

    .main-title {
        margin: 0 auto 40px;
    }

    .tab-box .nav-pills {
        margin: 0 auto 40px;
    }

    .main-title h1 {
        font-size: 28px;
    }

    .main-title h5 {
        font-size: 18px;
    }

    .main-title.mt-two h2 {
        font-size: 28px;
    }

    .banner .invoice-demo-image {
        display: none;
    }

    .banner {
        height: 600px;
    }

    .banner .breadcrumb-area {
        top: 30%;
    }

    .header-info {
        margin-bottom: 10px;
    }

    .banner h1 {
        font-size: 25px;
    }
}
