/* fonts import start */
@import url('./yaseva-one.css');
@import url('./_gilroy.css');

/* fonts import end */

/* global styling start */
html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
html, * {
    scroll-padding-top: 5%;
    scroll-padding-bottom: 5%;
}
body {
    font-family: var(--font-text);
    font-weight: 300;
    overflow-x: hidden !important;
}
:root{
    --font-title:'Yeseva One';
    --font-text: 'Gilroy';
    --color-primary:#231F20;
    --color-secondary:#BF1E2E;
    --color-dark: #000000;
    --color-white: #ffffff;
    --color-text:rgb(35 31 32 / 90%);
}
a{
    text-decoration: none;
}
h1, h2,h3{
    font-family: var(--font-primary);
}
.section-title {
    font-size: 64px;
    line-height: 1.1;
    color: var(--color-primary);
    margin-bottom: 0;
    font-family: var(--font-title);
}
.section-title span {
    display: block;
    font-size: 36px;
}

p.section_content {
    color: #737373;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.2px;
}

/* global styling end */

/* header styling start */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

nav.navbar.navbar-expand-lg {
    background: transparent;
    padding: 0;
    z-index: 999;
}
header .navbar-nav{
    width: 100%;
    justify-content: space-between;
}
header .navbar-collapse .navbar-nav .nav-link{
    font-size: 16px;
    line-height: 24px;
}
header .navbar-nav .menu{
    gap: 60px;
    padding: 0;
    margin: 0;
    list-style: none;
}


@media(min-width:992px){
    header .navbar-brand{
        padding: 20px 0;
        margin: 0 0 0 20px ;
    }
    .banner-sec:before {
        content: '';
        position: absolute;
        width: 383px;
        height: 100%;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(180deg, rgba(191, 30, 46, 0.1) 0%, rgba(191, 30, 46, 0) 100%);
        border-radius: 0px 0px 500px 500px;
        pointer-events: none;
        z-index: -1;
    }
    header .navbar-collapse  .navbar-nav .menu {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
    }
    header .navbar-collapse  .navbar-nav .menu li a{
        padding: 12px 30px;
        border-radius: 100px;
    }
    header .navbar-collapse .navbar-nav .menu a:hover,
    header .navbar-collapse .navbar-nav .menu a[aria-current="page"]{
        background: #F9E7E9;
    }
}
nav.navbar .menu li a {
    color: #231F20;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    transition: .4s ease-in-out;
}
nav.navbar .menu li a:hover {
    color: var(--color-secondary);
}
nav.navbar a[aria-current="page"] {
    color: var(--color-secondary);
}

/* header styling end */

/* Banner css start */
.banner-sec {
    padding: 150px 0 0;
    position: relative;
}


.banner-sec .banner-heading {
    font-family: var(--font-title);
    font-weight: 400;
    font-size: 195px;
    line-height: 200px;
    text-align: center;
    color: #231F20;
    z-index: -1;
    position: relative;
}

.banner-sec .banner-heading span {
    font-size: 64px;
    line-height: 74px;
    color: #231F20;
    display: block;
}

.banner-para {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgb(35 31 32 / 75%);
    max-width: 275px;
    margin-top: 20px;
    margin-bottom: 270px;
}
.banner-para.right {
    margin-left: auto;
    margin-right: 20px;
}

.banner-btn {
    margin: 0 auto;
    display: block;
    max-width: fit-content;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #BF1E2E;
    background: #FFFDFD;
    border: 1px solid #BF1E2E;
    border-radius: 100px;
    padding: 10px 55px;
    margin-top: 180px;
    transition: .4s ease-in-out;
}


.banner-btn:hover {
    background: #BF1E2E;
    color: var(--color-white);
}


.icon-box {
    padding: 20px;
    max-width: 300px;
    background: #FFFDFD;
    border: 1px solid #231F20;
    border-radius: 20px;
    margin-bottom: 25px;
}
.box-3 {
    margin-top: 120px;
    margin-left: auto;
}

.box-4 {
    margin-left: auto;
}

.icon-box h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #231F20;
    margin: 24px 0 6px;
}

.icon-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(35 31 32 / 75%);
    margin: 0;
}
.content-wraper .flower-image {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    text-align: center;
}

.content-wraper {
    position: relative;
}


/* Banner css end */



/* Explore sec css */
.explore-sec{
    padding: 80px 0;
	margin-top: 50px;
	background: #fffdfd;
}
.explore-sec .tabs-wraper {
    padding: 0;
    margin-top: 45px;
    list-style: none;
}

.explore-sec .tabs-wraper li{
    width: fit-content;
}
.explore-sec .tabs-wraper li a,
.explore-sec .tabs-wraper li.active a {
    font-size: 24px;
    line-height: 30px;
    color: rgb(35 31 32 / 25%);
    border-bottom: 4px solid transparent;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
    transition: .4s ease-in-out;
}

.explore-sec .tabs-wraper li.active a,
.explore-sec .tabs-wraper li a:hover {
    color: var(--color-primary);
    border-color: var(--color-secondary);
}

.explore-sec .explore-img {
    text-align: center;
    min-height: 640px;
}

/* Ecplore sec css end */


/* about sec start */
.about-sec {
    padding: 110px 0 0;
}

.about-text {
    padding-left: 80px;
}

.about-text p {
    color: var(--color-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 490px;
    margin-top: 20px;
}
.about-sec .prim-btn{
    margin-top: 40px;
}
/* about sec end */


/* apps section start */
.app-sec {
    padding-top: 80px;
}
.apps-filter-wraper ul {
    justify-content: center;
    padding: 30px 0 10px;
}

.apps-filter-wraper ul li .nav-link {
/*     padding: 12px 45px; */
    border-radius: 100px;
    color: #231F20;
    font-size: 16px;
    font-weight: 400;
    margin: 0 .25rem;
	min-width: 135px;
    height: 44px;
    line-height: 44px;
    padding: 0;
}

.apps-filter-wraper ul li .nav-link.active, .apps-filter-wraper ul li .nav-link:hover {
    background: #F9E7E9;
    color: var(--color-secondary);
}
.slide-box:before,
.slide-box:after {
    content: '';
    width: 36%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none;
}
.slide-box:before{
    background: linear-gradient(90deg, #fff 0%, transparent 150%);
}
.slide-box:after {
    right: 0;
    background: linear-gradient(-90deg, #fff 0%, transparent 150%);
}
.slide-box .owl-stage{
    padding-top: 60px;
    display: flex;
    align-items: center;
}

.slide-box .owl-item.active.center {
    position: relative;
}
.slide-box .owl-item.active.center::before {
    content: '';
    width: 335px;
    height: 100%;
    background: linear-gradient(0deg, rgba(191, 30, 46, 0) 0%, rgba(191, 30, 46, 0.15) 100%);
    border-radius: 500px 500px 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -45px);
    z-index: -1;
}

.slide-box .owl-item.active.center img {
    height: 600px;
    width: 297px !important;
    border: 0;
}


.slide-box  .owl-item img{
    width: auto;
    margin: 0 auto;
}

/* apps section end */



.prim-btn {
    padding: 15px 55px;
    border-radius: 100px;
    font-weight: 700;
    color: var(--color-secondary);
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    border: 1px solid var(--color-secondary);
    transition: .4s ease-in-out;
}
.prim-btn:hover {
    background: var(--color-secondary);
    color: var(--color-white);
}


/* get started cta css start */
.download-cta-sec {
    padding: 150px 0 140px;
}
.downlaod-content-wraper .text-cont .section-title {
    color: var(--color-secondary);
    margin-bottom: 10px;
}
.downlaod-content-wraper .text-cont h3 {
    font-size: 32px;
    font-family: var(--font-title);
    color: var(--color-dark);
    max-width: 520px;
    line-height: 1.25;
}
.downlaod-content-wraper .text-cont p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color:#231F20;;
    text-align: left;
    margin: .75rem 0 1.2rem;
}
.download_section ul{
    list-style: none;
    padding: 0;
    gap: 0 20px;
}

.downlaod-content-wraper .img-cont img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.download_section{
    margin-top: 30px;
}

/* get started cta css end */


/* footer style start */
footer {
    background: #F9E7E8;
    padding: 55px 0 25px;
}

.footer-desc {
    font-size: 18px;
    font-weight: 400;
    color: #231F20;
    max-width: 310px;
    margin: 10px 0 0;
}

footer .menu-title {
    font-family: var(--font-text);
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 12px;
}

/* .subscribe-wraper .form-group {
    display: flex;
    align-items: center;
    background: #DCAAAE;
    border-radius: 10px;
    height: 55px;
    padding: 10px;
}

.subscribe-wraper .form-group input {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #231F20;
}

.subscribe-wraper .form-group button {
    border: none;
    background: none;
    outline: none;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.subscribe-wraper .form-group:hover button {
    background: var(--color-secondary);
}

.subscribe-wraper .form-group:hover button svg path {
    fill: var(--color-white);
} */


.subscribe-wraper {
    margin-bottom: 50px;
}
.emaillist .es-form-field-container {
    width: 100%;
    background: #DCAAAE;
    border-radius: 10px;
    height: 55px;
    padding: 10px;
    position: relative;
}

.emaillist .es-form-field-container input[type="email"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    border: none;
    outline: none;
    padding: 0 20px 0 20px;
}

.emaillist .es-form-field-container input[type="submit"] {
    font-size: 0;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent url(https://i.ibb.co/T01mcWS/Arrow-Icon.png) no-repeat;
    background-position: center center;
    border-radius: 4px;
}

.footer-social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.footer-social-icons ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DCAAAE;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}

.footer-social-icons ul li a:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.footer-social-icons ul li a:hover svg path {
    fill: #f9e7e8;
}


.footer-bottom-wraper {
    border-top: 1px solid rgba(117, 117, 117, 0.12);
    margin-top: 70px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-wraper p {
    color:rgb(35 31 32 / 50%);;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.privacy-links {
    display: flex;
    gap: 0 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.privacy-links li a {
    font-weight: 500;
    font-size: 14px;
    color: rgb(35 31 32 / 50%);
    position:relative;
}
.privacy-links li:not(:last-child) a{
    border-right: 1px solid rgb(35 31 32 / 50%);;
    padding-right:15px
}

/* footer style end */




/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* contact us page styling end */
.explore-img {
    background: url("../img/tab-img-bg.png") no-repeat center;
}

/* media query start */

@media screen and (max-width: 1399px) {
    .banner-sec .banner-heading {
        font-size: 165px;
        line-height: 170px;
    }
    
    .content-wraper .flower-image {
        max-width: 45%;
    }
    
    .box-3 {
        margin-top: 90px;
    }
    
    .banner-para {
        margin-bottom: 170px;
    }
     /* banner sec end  */
    .app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul li {
        width: 42%;
    }
}

@media screen and (max-width: 1199px) {

    /* banner css */
    .banner-sec .banner-heading {
        font-size: 130px;
        line-height: 130px;
    }
    
    .banner-sec .banner-heading span {
        font-size: 50px;
    }
    
    .banner-para {
        font-size: 18px;
        line-height: 26px;
    }
    
    .banner-para.right {
        margin-right: 0;
    }
    
    .content-wraper .flower-image {
        top: -50px;
        max-width: 38%;
    }
    
    .banner-sec:before {
        width: 315px;
    }
    
    .box-3 {
        margin-top: 50px;
    }
    
    .banner-para {
        margin-bottom: 110px;
    }
    
    .banner-btn {
        margin-top: 110px;
    }
    
    /* banner css end */
    .app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul li {
        width: 40%;
    }

    .app_work {
        padding: 0 0 2rem;
    }
}

@media screen and (max-width: 991px) {
    nav.navbar.navbar-expand-lg {
        /* background: linear-gradient(180deg, #E91B2C 0%, #B2000F 100%); */
        padding: 15px 0;
        z-index: 999;
    }

    .navbar-toggler-icon {
        color: var(--color-primary);
        font-size: 28px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse .contact-btn a {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    

    .section_title {
        font-size: 30px;
        line-height: 47px;
    }

}

@media screen and (max-width: 575px) {
    .section_title {
        font-size: 20px;
        line-height: 37px;
    }

    p.section_content {
        font-size: 12px;
        line-height: 16px;
    }
}


/* media query end */