@charset "utf-8";
/* ----------------------------------
Name: style.css
Version: 1.0
----------------------------------
Table of contents
    Google Font
    Body and Default Transitions
    Typography
    Icon
    Background Color
    Border Color
    Margin
    Padding
    Custom
    OWL Carousel
    Button
    Form Control
    Portfolio and Photo Gallery
    Video and Sound
    Navbar
    Header
    Hero Section
    Slider
    Feature Box 
    Content
    Team
    Pricing Table
    Contact
    Blog
    Subscribe
    Counter
    Clients
    Timer
    Testimonial 
    Footer
*/

/* ===================================
    Google Font
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');

/* ===================================
    Typography
====================================== */
body{
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #2f2f2f;
}
body,
html{
    height:100%;
}

/* heading */
h1, h2, h3, h4, h5, h6{
    font-family: 'Outfit', sans-serif;
    margin: 0;
    padding: 0;
    color: #2f2f2f;
    font-weight: 600;
    line-height: normal;
}

a{
    color: #2f2f2f;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover{
    text-decoration: none;
    color: #639eb4;
    -webkit-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
}

a,
span{
    display: inline-block;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
p{
    margin-bottom: 0;
    line-height: 25px;
}
button:focus{
    outline: 0;
}
button{
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: 0;
}
.input-group{
    display: block;
}

/* section padding */
.section-tb-padding{
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-t-padding{
    padding-top: 100px;
}
@media (max-width: 1199px){
    .section-tb-padding{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-t-padding{
        padding-top: 80px;
    }
}
@media (max-width: 991px){
    .section-tb-padding{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-t-padding{
        padding-top: 40px;
    }
}

.btn:active,
.btn:focus{
    box-shadow: none;
}
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyload,
.lazyloading {
    background: url("../image/loading-black-small.svg") center center no-repeat #fff !important;
    position: relative;
    border-color: transparent !important;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
}

.btn-style2{
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    outline: none;
    padding: 18px 40px;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #dcc634;
}
.btn-style2:hover{
    background-color: #639eb4;
    border: 1px solid #639eb4;
    color: #fff;
}


.btn-style1{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    border-radius: 0px;
    padding: 20px 45px;
    text-transform: uppercase;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    background-size: 100% auto;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.btn-style1:hover{
    background-position: right center;
    color: #fff;
    background-size: 200% auto;
}
@media(max-width: 767px){
    .btn-style1{
        font-size: 12px;
        padding: 14px 20px;
    }
}

.btn-style{
    color: #2f2f2f;
    padding: 18px 38px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 0px;
    border: none;
    background-color: #fff;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.btn-style:hover{
    color: #fff;
    background-color: #639eb4;
}


/* section title */
.section-capture{
    margin-bottom: 80px;
}
.section-title {
    text-align: center;
}
.section-title h2{
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
}
.section-title p{
    font-size: 16px;
    margin-top: 30px; 
}

.section-title h2 span{
    font-weight: 300;
}

.section-heading{
    text-align: center;
}

.section-heading h2{
    font-size: 90px;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-heading h6{
    font-size: 32px;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-heading h2 span{
    font-weight: 300;
}
.section-heading p{
    font-size: 28px;
    margin-top: 0px;
    font-weight: 500;
    line-height: 40px;
}
@media(max-width: 1199px){
    .section-title h2{
        font-size: 24px;
    }
    .section-capture{
        margin-bottom: 40px;
    }
    .section-heading h2{
        font-size: 40px;
    }
}
@media(max-width: 767px){
    .section-heading h2{
        font-size: 30px;
    }
    .section-heading h6{
        font-size: 20px;
    }
    .section-title h2{
        font-size: 18px;
    }
    .section-capture{
        margin-bottom: 30px;
    }
    .section-heading p{
        font-size: 14px;
        line-height: 20px;
    }
}

.landing-page{
    position: relative;
}
.land-background-img{
    position: relative;
}


@media(max-width: 767px){
    .landing-page#homedemos {
        background-size: contain;
    }
}

/* ===================================
    Custom
====================================== */
.container{
    max-width: 1340px;
    padding-left: 30px;
    padding-right: 30px;
}
.container-fluid{
    padding-right: 150px;
    padding-left: 150px;
}
@media(max-width: 1599px){
    .container-fluid{
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media(max-width: 767px){
    .container-fluid{
        padding-right: 15px;
        padding-left: 15px;
    }
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* header css */
.landing-header{
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.landing-header .land-header {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.landing-header .land-header .mainlogo a{
    padding: 0;
    margin-right: 0;
}
.landing-header .land-header nav ul.nav li:last-child{
    margin-right: 0px;
}
.landing-header .land-header nav ul.nav li {
    margin-right: 48px;
}
.landing-header .land-header nav ul.nav li a{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.landing-header .land-header nav ul.nav li a span{
    color: #6f6f6f;
    font-weight: 400;
}
.landing-header .land-header nav ul.nav li a:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    -moz-transition: width .2s linear;
    -o-transition: width .2s linear;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}
.landing-header .land-header nav ul.nav li a.active:after,
.landing-header .land-header nav ul.nav li a:hover:after{
    width: 100%;
}
@media (max-width: 1599px){
    .landing-header .land-header{
        padding: 30px 0;
    }
}

@media (max-width: 991px){
    .purchase-now-bottom{
        display: none;
    }
    .landing-header{
        position: unset;
    }
    .landing-header .land-header {
        padding: 15px 0;
    }
    .landing-header .land-header .navbar-toggler{
        background-color: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        outline: none;
        margin-left: 15px;
    }
    .landing-header .land-header .navbar-toggler span{
        position: relative;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .landing-header .land-header .navbar-toggler span::before,
    .landing-header .land-header .navbar-toggler span::after{
        position: absolute;
        content: "";
    }
    .landing-header .land-header .navbar-toggler span,
    .landing-header .land-header .navbar-toggler span::before,
    .landing-header .land-header .navbar-toggler span::after{
        display: block;
        width: 23px;
        height: 2px;
        background-color: #333;
        border-radius: 0px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .landing-header .land-header .navbar-toggler span::before{
        top: 7px;
    }
    .landing-header .land-header .navbar-toggler span::after{
        top: -7px;
    }
    .landing-header .land-header .navbar-toggler[aria-expanded="true"] span{
        background-color: transparent;
    }
    .landing-header .land-header .navbar-toggler[aria-expanded="true"] span::before{
        transform: translateY(-7px) rotate(-45deg);
    }
    .landing-header .land-header .navbar-toggler[aria-expanded="true"] span::after{
        transform: translateY(7px) rotate(45deg);
    }
    .landing-header .land-header .navbar-collapse{
        position: absolute;
        width: 100%;
        padding: 15px;
        background-color: #fff;
        top: 100%;
        left: 0;
        -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.08);
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.08);
        transform: translateY(0px);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        z-index: 2;
    }
    .landing-header .land-header nav ul.nav li{
        margin-right: 0;
        padding: 10px 0;
    }
    .landing-header .land-header nav .navbar-collapse ul.nav{
        flex-direction: column;
    }
    .landing-header .land-header nav ul.nav li a{
        color: #2f2f2f;
        display: block;
        line-height: 1;
    }
    .landing-header .land-header nav ul.nav li a:after{
        display: none;
    }
    .landing-header .land-header nav ul.nav li:first-child{
        margin-top: 0px;
        padding-top: 0px;
        border-top: none;
    }
    .landing-header .land-header nav ul.nav li:last-child{
        padding-bottom: 0px;
    }
    .landing-header .land-header .mainlogo a img{
        max-height: 40px;
    } 
}


/* password section */
ul.password-wrap {
    display: flex;
    flex-wrap: wrap;
}
ul.password-wrap li.password-wrapper{
    width: 50%;
    border: 1px solid #e2e2e2;
}
ul.password-wrap li.password-wrapper a {
    display: block;
}
ul.password-wrap li.password-wrapper a img{
    width: 100%;
}
.password-content {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 100px;
}
.password-content .section-title h2{
    text-transform: none;
    line-height: 40px;
}
.password-content .section-title p{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.password-content .section-title{
    text-align: left;
}
.password-content .clipboard {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}


/* You just need to get this field */
.password-content .copy-input {
    cursor: pointer;
    background-color: #fff;
    color: #6c6c6c;
    font-size: 14px;
    height: 72px;
    max-width: 290px;
    min-width: 290px;
    border-radius: 3px;
    padding: 15px 45px 15px 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border: 1px solid #e2e2e2;
}
.password-content .copy-input:focus {
  outline:none;
}

.password-content .copy-btn {
    font-size: 22px;
    padding: 0;
    margin-left: -40px;
    transition: all .4s;
}
.password-content .copy-btn:hover {
  transform: scale(1.3);
  color:#1a1a1a;
  cursor:pointer;
}

.password-content .copy-btn:focus {
  outline:none;
}

.password-content .copied {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding: 15px 25px;
    background-color: #2f2f2f;
    border-radius: 3px;
    margin-left: 50px;
    height: 72px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.password-content .copied span{
    display: block;
}
@media(max-width: 1199px){
    .password-content {
        padding: 30px;
    }
}
@media(max-width: 991px){
    ul.password-wrap li.password-wrapper{
        width: 100%;
    }
}
@media(max-width: 767px){
    .password-content .section-title h2{
        line-height: 25px;
    }
    .password-content .section-title p{
        font-size: 16px;
        margin-top: 20px;
    }
    .password-content .clipboard{
        display: block;
    }
    .password-content{
        padding: 15px;
    }
    .password-content .copy-input{
        height: 50px;
        max-width: 250px;
        min-width: 250px;
        padding: 15px;
    }
    .password-content .copy-btn{
        font-size: 18px;
    }
    .password-content .copied{
        margin-top: 15px;
        height: 50px;
        padding: 15px;
        margin-left: 0;
    }
    .password-content .copied span{
        display: inline-block;
    }
}

/* main image css start */
.landing-image .bg-img{
    position:relative;
}
.landing-image .bg-img .text-content{
    position: absolute;
    bottom: 50%;
    transform: translateY(25%);
}
.landing-image .bg-img .text-content .landing-text{
    text-align: center;
    max-width: 35%;
    margin: 0 auto;
}
.landing-text span.land-sub{
    color: #333;
    font-size: 18px;
    border-bottom: 2px solid #141b25;
}
.landing-text span{
        font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    background: linear-gradient(
268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.landing-text h2.land-main{
    font-size: 85px;
    font-weight: 500;
    line-height: 1;
    margin-top: 30px;
}
.landing-text h2.land-main span{
    font-weight: 600;
}
.landing-text p{
    color: #6f6f6f;
    font-size: 28px;
    margin-top: 40px;
    font-weight: 300;
    line-height: 40px;
}
.landing-text .view-demo-button{
    margin-top: 80px;
}
.landing-text .view-demo-button .purchase-theme-btn{
    margin-left: 30px;
}
@media (max-width: 1599px){
    .landing-text h2.land-main{
        font-size: 40px;
    }
    .landing-text p{
        margin-top: 30px;
        font-size: 22px;
        line-height: 35px;
    }
    .landing-text .view-demo-button{
        margin-top: 30px;
    }
}
@media (max-width: 1199px){
    .landing-text h2.land-main{
        font-size: 30px;
    }
    .landing-text .view-demo-button{
        margin-top: 30px;
    }
    .landing-text p{
        font-size: 18px;
        line-height: 30px;
        margin-top: 30px;
    }    
}
@media (max-width: 991px){
    .landing-text h2.land-main{
        font-size: 20px;
    }
    .landing-text span.land-sub{
        font-size: 16px;
    }
    .landing-text p{
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .landing-image .bg-img .text-content .landing-text{
        max-width: 100%;
    }
    .landing-text span{
        font-size: 13px;
    }
    .landing-text p{
        font-size: 14px;
    }
    .landing-text h2.land-main{
        font-size: 20px;
        margin-top: 10px;
    }
    .landing-text .view-demo-button{
        margin-top: 15px;
    }
}

/*product template*/
.product-detail {
    background-color: #eeefea;
}
.product-detail .pro-detail-slider{
    position: relative;
}
.filter-grid .filter-slider .swiper-container .swiper-slide,
.product-detail .pro-detail-slider .swiper-container .swiper-slide{
width: auto;
}
.product-detail .pro-detail-slider .drag-btn{
    position: absolute;
    z-index: 2;
    bottom: 50%;
    transform: translateY(50%);
    right: 18%;
}
.product-detail .pro-detail-slider .drag-btn a{
    color: #fff;
    font-size: 16px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2f3032;
}

@media(max-width: 1599px){
    .product-detail .pro-detail-slider .drag-btn{
        right: 10%;
    }
}

@media(max-width: 767px){
    .product-detail .pro-detail-slider .drag-btn a{
        font-size: 12px;
        width: 60px;
        height: 60px;
    }
}


/*more demo section*/
.more-demo-section .demo-wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more-demo-section .demo-wrap .text-content{
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    max-width: 22%;
    left: 15%;
}

.more-demo-section .demo-wrap .text-content h2{
    font-size: 90px;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.more-demo-section .demo-wrap .text-content h6{
    color: #767a81;
    font-size: 28px;
    margin-top: 30px;
    font-weight: 500;
}

.more-demo-section .demo-wrap .text-content a{
    margin-top: 60px;
}
@media(max-width: 1599px){
    .more-demo-section .demo-wrap .text-content h2{
        font-size: 60px;
    }
    .more-demo-section .demo-wrap .text-content h6{
        font-size: 18px;
    }
    .more-demo-section .demo-wrap .text-content a{
        margin-top: 30px;
    }
}

@media(max-width: 767px){
    .more-demo-section .demo-wrap a img{
        height: 500px;
        object-fit: cover;
    }
    .more-demo-section .demo-wrap .text-content{
        max-width: 100%;
        left: 15px;
    }
    .more-demo-section .demo-wrap .text-content h2{
        font-size: 30px;
    }
}


/*Blog grid*/
.blog-grid .blog-grid-slider{
    position: relative;
}
.blog-grid .blog-grid-slider .drag-btn{
    position: absolute;
    z-index: 2;
    bottom: 50%;
    transform: translateY(50%);
    right: 18%;
}
.blog-grid .blog-grid-slider .drag-btn a{
    color: #fff;
    font-size: 16px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2f3032;
}

.blog-grid .blog-grid-slider .item {
    width: auto;
}
.blog-grid .blog-grid-slider .item a{
    margin: 20px;
    box-shadow: 0px 0px 30px rgb(40 42 54 / 10%);
}

@media(max-width: 1599px){
    .blog-grid .blog-grid-slider .drag-btn{
        right: 10%;
    }
}

@media(max-width: 767px){
    .blog-grid .blog-grid-slider .drag-btn a{
        font-size: 12px;
        width: 60px;
        height: 60px;
    }
    .blog-grid .blog-grid-slider .item a{
        margin: 10px;
    }
}

/*product template*/

.drag-drop-section {
    background-color: #272727;
}
.drag-drop-section .img-content{
    text-align: center;
}

.drag-drop-section .service-content {
    margin-top: 100px;
}

.drag-drop-section .service-content ul{
    display: flex;
    margin-left: -30px;
}
.drag-drop-section .service-content ul li{
    width: calc(25% - 30px);
    margin-left: 30px;
    text-align: center;
    border-right: 1px solid #666;
}
.drag-drop-section .service-content ul li:last-child{
    border-right: none;
}
.drag-drop-section .service-content ul li a{
    text-align: center;
}
.drag-drop-section .service-content ul li a span{
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #6f6f6f;
    font-weight: 500;
    margin-top: 40px;
}
@media(max-width: 1199px){
    .drag-drop-section .service-content{
        margin-top: 80px;
    }
}
@media(max-width: 991px){
    .drag-drop-section .service-content{
        margin-top: 50px;
    }
    
    .drag-drop-section .service-content ul{
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: thin;
        -webkit-scrollbar-width: thin;
        margin-left: -15px;
    }
    .drag-drop-section .service-content ul li{
        width: calc(25% - 15px);
        min-width: 220px;
        margin-left: 15px;
    }
    .drag-drop-section .service-content ul li a span{
        font-size: 16px;
        margin-top: 15px;
    }
}

/*category section*/
.product-grid-section {
    text-align: center;
}

/*category section*/

.shop-cat-section .section-tb-padding{
    background-color: #eeefea;
}
.shop-cat-section .section-title h2{
    font-size: 50px;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shop-cat-section .section-title p{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}

@media(max-width: 1199px){
    .shop-cat-section .section-title h2{
        font-size: 40px;
    }
    .shop-cat-section .section-title p{
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }
}

@media(max-width: 767px){
    .shop-cat-section .section-title h2{
        font-size: 30px;
    }
    .shop-cat-section .section-title p{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
}



/*deal section*/
.deal-section{
    background-color: #2f3032;
}
.deal-section .deal-wrap{
    text-align: center;
}
.deal-section .section-title h2{
    font-size: 50px;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.deal-section .section-title p{
    color: #a5a5a5;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}

@media(max-width: 1199px){
    .deal-section .section-title h2{
        font-size: 40px;
    }
    .deal-section .section-title p{
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }
}

@media(max-width: 767px){
    .deal-section .section-title h2{
        font-size: 30px;
    }
    .deal-section .section-title p{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
}

/*Blog grid*/

.filter-grid .filter-slider{
    position: relative;
}
.filter-grid .filter-slider .item a{
    margin: 20px;
    box-shadow: 0px 0px 30px rgb(40 42 54 / 10%);
}

/*header section*/

.header-section .section-title h2{
    font-size: 50px;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-section .section-title p{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}

@media(max-width: 1199px){
    .header-section .section-title h2{
        font-size: 40px;
    }
    .header-section .section-title p{
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }
}

@media(max-width: 767px){
    .header-section .section-title h2{
        font-size: 30px;
    }
    .header-section .section-title p{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
}



/*header section*/

.footer-section .section-title h2{
    font-size: 50px;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-section .section-title p{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}

@media(max-width: 1199px){
    .footer-section .section-title h2{
        font-size: 40px;
    }
    .footer-section .section-title p{
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }
}

@media(max-width: 767px){
    .footer-section .section-title h2{
        font-size: 30px;
    }
    .footer-section .section-title p{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
}

/*header section*/
.newsletter-section .news-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 810px;
    background-attachment: fixed;
}
.newsletter-section .news-wrap .section-title{
    position: absolute;
    background-color: #fff;
    padding: 70px 100px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(40 42 54 / 21%);
}
.newsletter-section .section-title h2{
    font-size: 50px;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.newsletter-section .section-title p{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
}

@media(max-width: 1599px){
    .newsletter-section .news-wrap .section-title{
        padding: 40px 60px;
    }
    .newsletter-section .section-title h2{
        font-size: 40px;
    }
    .newsletter-section .section-title p{
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }
    .newsletter-section .news-wrap{
        height: 560px;
    }
}

@media(max-width: 1199px){
    .newsletter-section .news-wrap{
        height: 400px;
        background-attachment: unset;
    }
}
@media(max-width: 767px){
    .newsletter-section .news-wrap .section-title{
        padding: 30px;
    }
    .newsletter-section .section-title h2{
        font-size: 30px;
    }
    .newsletter-section .section-title p{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .newsletter-section .news-wrap{
        height: 200px;
    }
}

/*design section*/
.design-section .section-tb-padding{
    background-color: #eeefea;
}


/*design section*/
.product-filter-section{
    background-color: #2f3032;
    padding-top: 200px;
    margin-top: -100px;
}
.product-filter-section .section-title h2{
    color: #a5a5a5;
}
.product-filter-section .filter-wrap{
    text-align: center;
}
@media(max-width: 767px){
    .product-filter-section{
        padding-top: 150px;
    }
}

/* theme demo css */
.land-index .section-title h2{
    font-size: 120px;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.land-index .section-title p{
    font-size: 28px;
    margin-top: 30px;
    font-weight: 500;
    line-height: 40px;
}
.land-index ul.nav-tabs {
    margin: 0;
    border: 0;
    margin-top: 30px;
}
.land-index ul.nav-tabs li{
    width: auto;
    margin: 0;
    margin-right: 30px;
}
.land-index ul.nav-tabs li:last-child{
    margin-right: 0;
}
.land-index ul.nav-tabs li a{
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #999;
}
.land-index ul.nav-tabs li a:hover,
.land-index ul.nav-tabs li a.active {
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.land-index ul.nav-tabs li a:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    transform-origin: right center;
    transform: scale(0,1);
    transition: transform .3s ease;
    z-index: 1;
    background: linear-gradient(268deg, rgba(200,193,49,1) 0%, rgba(99,158,180,1) 100%);
    background-size: 200% auto;
}
.land-index ul.nav-tabs li a:hover:before,
.land-index ul.nav-tabs li a.active:before{
    transform-origin: left center;
    transform: scale(1,1);
}

.land-index ul{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -70px;
    margin-top: -80px;
}
.land-index ul li{
    width: calc(33.33% - 70px);
    margin-left: 70px;
    margin-top: 80px;
}

.land-index ul li .land-demo{
    text-align: center;
    cursor: pointer;
}

.land-index ul li .land-demo .land-template{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.land-index ul li .land-demo a.hompage-title{
    color: #2f2f2f;
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 30px;
    text-decoration: none;
}
.land-index ul li .land-demo a.hompage-title::after{
    background-color: #c4c4c4;
    content: "";
    position: absolute;
    right: -13px;
    top: 6px;
    width: 2px;
    height: 17px;
}
.land-index ul li .land-demo a.hompage-title:last-child::after{
    display: none;
}
.land-index ul li .land-demo:hover .land-template a{
    box-shadow: 3px 10px 16px rgb(51 51 51 / 5%), -3px 10px 16px rgb(51 51 51 / 5%);
}
.land-index ul li .land-demo .land-template a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 5px;
    width: 100%;
}
@media(max-width: 767px){
    .land-index ul.nav-tabs {
        margin-top: 15px;
    }
    .land-index ul.nav-tabs li{
        margin-right: 15px;
        margin-top: 15px;
    }
}

.land-index ul li .land-demo .land-template {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


.land-index ul li .land-demo .land-template .main-view-demo{
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    box-shadow: 0 10px 35px rgb(0 0 0 / 10%);
}
.land-index ul li .land-demo .land-template:hover .main-view-demo{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
    visibility: visible;
}

.land-index ul li .land-demo .land-template:hover a.layout-url::before{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.land-index ul li .land-demo .land-template a.layout-url::before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.land-index ul li .land-demo .land-template h2.new-layout{
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 34px;
    z-index: 2;
    color: #fff;
    font-weight: 400;
}
.land-index ul li .land-demo .land-template a .land-title{
    text-transform: uppercase;
    margin-top: 20px;
    padding: 5px 0;
}
.flag.box{
    background-color: #639eb4;
}
.flag.rtl{
    background-color: #639eb4;
}
.flag.coming{
    background-color: #9e9e9e;
}
.flag{
    position: absolute;
    left: 0px;
    right: auto;
    bottom: 100%;
    height: auto;
    color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    width: auto;
    padding: 5px 25px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
}
@media (max-width: 1599px){
    .land-index ul{
        margin-left: -40px;
        margin-top: -60px;
    }
    .land-index ul li {
        width: calc(33.33% - 40px);
        margin-left: 40px;
        margin-top: 60px;
    }
    .land-index ul li .land-demo a.hompage-title{
        font-size: 15px;
        margin-top: 15px;
    }
    .land-index ul li .land-demo .land-template h2.new-layout{
        font-size: 24px;
    }
}
@media (max-width: 1199px){
    .land-index ul{
        margin-left: -30px;
        margin-top: -30px;
    }
    .land-index ul li {
        width: calc(33.33% - 30px);
        margin-left: 30px;
        margin-top: 30px;
    }
    .land-index .section-title h2{
        font-size: 60px;
    }
    .land-index .section-title p{
        font-size: 18px;
        margin-top: 15px;
        line-height: 25px;
    }
}
@media (max-width: 991px){
    .land-index ul li {
        width: calc(50% - 30px);
    }
}
@media (max-width: 767px){
    .land-index ul{
        margin-left: -15px;
    }
    .land-index ul li {
        width: calc(100% - 15px);
        margin-left: 15px;
    }
}



/* theme store css */
.landing-page .other-store .theme-template a{
    display: block;
}
.landing-page .other-store .theme-template a .theme-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
}
.landing-page .other-store .theme-template a .theme-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}
.landing-page .other-store .theme-template:hover a .theme-img{
    background-position: left bottom;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
}
.landing-page .other-store .theme-template a .theme-img .theme-info{
    position: relative;
    z-index: 1;
}
.landing-page .other-store .theme-template a .theme-img::after,
.landing-page .other-store .theme-template a .theme-img .theme-info{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
}
.landing-page .other-store .theme-template:hover a .theme-img::after,
.landing-page .other-store .theme-template:hover a .theme-img .theme-info{
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
}
.landing-page .other-store .theme-template a .theme-title{
    text-align: center;
    margin-top: 20px;
}
.landing-page .other-store .theme-template a .theme-title span{
    font-weight: 600;
    border-bottom: 2px solid;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
}
.landing-page .other-store .theme-template:hover a .theme-title span{
    transform: translateY(-5px);
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
}


/* feature css */
.landing-page ul.feature-wrapper{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}
.landing-page ul.feature-wrapper li{
    background-color: #fff;
    width: calc(16.66% - 30px);
    margin: 30px 0 0 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 4px;
    transition: 0.3s ease;
    padding: 50px 30px;
}
.landing-page ul.feature-wrapper li:hover{
    transform: translateY(-5px);
}

.landing-page ul.feature-wrapper li .provide-service{
    text-align: center;
}
.landing-page ul.feature-wrapper li .provide-service .serv-desc{
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.landing-page ul.feature-wrapper li .provide-service .serv-desc h6{
    color: #6f6f6f;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}
@media (max-width: 1199px){
    .landing-page ul.feature-wrapper li {
        width: calc(25% - 30px);
    }
    .landing-page ul.feature-wrapper li .provide-service .serv-desc h6{
        font-size: 16px;
    }
}
@media (max-width: 991px){
    .landing-page ul.feature-wrapper li{
        width: calc(33.33% - 30px);
    }
}
@media (max-width: 767px){
    .landing-page ul.feature-wrapper{
        margin-left: -15px;
        margin-top: -15px;
    }
    .landing-page ul.feature-wrapper li{
        width: calc(100% - 15px);
        margin: 15px 0 0 15px;
    }
}

/* other feature css */

.other-feature{
    background-color: #eeefea;
    padding-bottom: 0;
}
.landing-page ul.feature-footer{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -120px;
}
.landing-page ul.feature-footer li.other-feature-box{
    width: calc(33.33% - 120px);
    margin-left: 120px;
    border-right: 1px solid #e2e2e2;
}
.landing-page ul.feature-footer li.other-feature-box span{
    display: block;
    font-size: 18px;
    color: #6f6f6f;
    padding-top: 18px;
    font-weight: 400;
}
.landing-page ul.feature-footer li.other-feature-box:last-child{
    border-right: 0;
}
.landing-page ul.feature-footer li.other-feature-box span:first-child{
    padding-top: 0;
}
@media (max-width: 1199px){
    .landing-page ul.feature-footer{
        margin-left: -30px;
    }
    .landing-page ul.feature-footer li.other-feature-box{
        width: calc(33.33% - 30px);
        margin-left: 30px;
    }
    .landing-page ul.feature-footer li.other-feature-box span{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .landing-page ul.feature-footer{
        margin-left: -15px;
        margin-top: -30px;
    }
    .landing-page ul.feature-footer li.other-feature-box{
        width: calc(100% - 15px);
        margin-left: 15px;
        margin-top: 30px;     
        justify-content: flex-start;
        border-right: 0;
    }
}

/* other feature css */
.save-money-section{
   background-color: #eeefea; 
}
.save-money-section .img-wrap{
    text-align: center;
}


/* buy theme css */
.footer-section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-section.theme-back{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.footer-section .text-content .section-title h2{
    color: #fff;
}
.footer-section .text-content{
    position: relative;
    text-align: center;
}
.footer-section .feedback h2{
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    margin-top: 80px;
}
.footer-section .feedback h6{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-top: 40px;
}
.footer-section .feedback .rating{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.footer-section .feedback .rating a{
    color: #ecc31f;
    font-size: 22px;
    margin-right: 5px;
    line-height: 0;
}
.footer-section .feedback .rating a:last-child{
    margin-right: 0px;
}
.footer-section .buy-button{
    margin-top: 50px;
}
@media(max-width: 1599px){
    .footer-section .feedback h2{
        font-size: 40px;
        margin-top: 10px
    }
    .footer-section .feedback .rating{
        margin-top: 60px;
    }
    .footer-section .feedback h6{
        margin-top: 30px;
    }
}
@media (max-width: 1199px){
    .footer-section .feedback h2 {
        font-size: 30px;
        margin-top: 30px;
    }
    .footer-section .feedback .rating{
        margin-top: 30px;
    }
    .footer-section .feedback h6{
        margin-top: 20px;
    }
    .footer-section .buy-button {
        margin-top: 30px;
    }
}
@media (max-width: 1199px){
    .footer-section .feedback h2{
        font-size: 22px;
    }
    .footer-section .feedback .rating a{
        font-size: 16px;
    }
    .footer-section .feedback h6{
        font-size: 16px;
        margin-top: 15px;
    }
    .footer-section .buy-button{
        margin-top: 15px;
    }
}
@media(max-width: 767px){
    .footer-section .text-content a.logo img{
        max-height: 30px;
    }
    .footer-section .feedback h2{
        font-size: 18px;
        margin-top: 15px;
    }
}

/* footer css */
.land-copyright{
    padding: 30px 0;
    background-color: #1a1a1a;
}
.land-copyright .copyright p{
    font-size: 18px;
    color: #6f6f6f;
    font-weight: 500;
    text-align: center;
}
@media(max-width: 991px){
    .land-copyright{
        padding: 15px 0;
    }
    .land-copyright .copyright p{
        font-size: 14px;
    }
}