@media(max-width:1599px){
    .circle.left {
        left: -20%;
    }
    .circle.right {
        right: -18%;
    }
}

@media(max-width:1499px){
    .circle.left {
        left: -25%;
    }
    .circle.right {
        right: -23%;
    }
}

@media(max-width:1399px){
    .circle.left {
        left: -32%;
    }
    .circle.right {
        right: -32%;
    }
    .banner-sec{
        padding-top: 15%;
        padding-bottom: 0;
    }
    .banner-sec .text-box h1{
        font-size: 50px;
        line-height: 60px;
    }
    .banner-sec .text-box p {
        font-size: 16px;
        line-height: 26px;
    }
    .banner-sec .banner-btns li {
        max-width: 190px;
    }
    
    /* feature sec */
    .explore-sec .text-cont h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .explore-sec .text-cont p{
        font-size: 16px;
        line-height: 24px;
    }
    /* feature sec end */
    .section_content {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    /* about sec start */
    
    .about-text {
        padding-right: 50px;
    }
    .about-text p {
        font-size: 16px;
        max-width: 470px;
    }
    /* about sec end */
    
    /* footer cta */
    .download-cta-sec {
        padding: 130px 0 100px;
    }
    /* footer cta end */

    /* Footer start */
    footer .footer-logo img {
        max-width: 190px;
    }
    footer .footer-menu li a {
        font-size: 14px;
    }
    footer .terms-links{
        gap: 30px;
    }
    
    footer .terms-links li a {
        font-size: 14px;
    }
    
    footer .copyright-text {
        font-size: 14px;
    }
    .section-title {
        font-size: 45px;
    }
}


@media(max-width:1199px){
    /* header css */
    header .navbar-collapse .navbar-nav .menu-item a {
        font-size: 14px;
        line-height: 20px;
    }
    /* header css end */
    .prim-btn {
        padding: 15px 40px;
    }
    .circle {
        max-width: 700px;
        height: 680px;
    }
    .circle.left {
        left: -32%;
    }
    .section-title{
        font-size: 40px;
    }

    /* banner sec start */
    .banner-sec .text-box h1 {
        font-size: 45px;
    }
    
    .banner_main_para {
        font-size: 13px;
    }
    
    .download-wraper {
        margin-top: 30px;
    }
    
    .download-text h2 {
        font-size: 35px;
    }
    
    .download-text h3 {
        font-size: 20px;
    }
    
    .download-text p {
        font-size: 13px;
    }
    
    .downloas-btns h4 {
        font-size: 16px;
    }
    
    .downloas-btns p {
        font-size: 13px;
        max-width: 160px;
    }
    
    .downloas-btns ul {
        gap: 15px;
    }
    
    .downloas-btns ul li {
        max-width: 130px;
    }
    
    .download-text {
        max-width: 150px;
    }
    /* banner sec end */

    /* explore sec start */
    .explore-sec .tabs-wraper li a {
        font-size: 20px;
        line-height: 35px;
    }
    
    /* explore sec end */

    /* about sec start */
    .about-sec {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .about-sec  .prim-btn {
        margin-top: 30px;
    }
    .prim-btn {
        padding: 15px 40px;
        margin-top: 30px;
    }
    
    .about-text p {
        font-size: 16px;
        max-width: 425px;
    }
    .about-text {
        padding-right: 0;
    }
    /* about sec end */

    /* apps sec */
    .app-sec {
        padding: 70px 0 0;
    }
    .app-sec .section_content {
        color: var(--color-white);
        max-width: 85%;
        margin: 15px auto;
    }
    .app-sec .slide-box .owl-stage-outer {
        padding: 0 0 70px
    }
    .slide-box .owl-stage {
        padding-top: 20px;
    }
    /* apps sec end */

    
    /* download sec */
    .download-cta-sec {
        padding: 70px 0 70px;
    }
    .download_section ul li a {
        display: block;
        max-width: 150px;
    }
    .downlaod-content-wraper .text-cont p{
        font-size: 14px;
    }
    
    /* download sec end */

    /* footer */
    footer .footer-logo img {
        max-width: 170px;
    }
    footer .menu-title{
        font-size: 20px;
    }
    
    footer .copyright-text {
        font-size: 13px;
    }
    .footer-desc{
        font-size: 16px;
    }

}

@media(max-width:991px){
    /* header css */
    header{
        top: 25px;
    }
    header .navbar-toggler{
        display: block;
        margin-left: auto;
        color: var(--color-white) !important;
        border: 1px solid var(--color-white);
        text-align: center;
        font-size: 28px;
    }
    header .navbar-toggler-icon{
        line-height: 1.5em;
		color:#fff !important;
    }
    .navbar-brand {
        max-width: 260px;
    }
    header .navbar-nav{
        padding-left: 0;
    }
    .header-btn {
        display: block;
        width: fit-content;
        margin: 10px auto ;
    }
    /* header toggle  */
    header .navbar-collapse {
        padding: 20px;
        text-align: center;
        background: var(--color-primary);
        border-radius: 6px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 110px;
    }
    
    header .navbar-collapse .navbar-nav .menu-item a{
        /* color: var(--color-white); */
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }
    nav.navbar .menu-item a:hover,
    nav.navbar .menu-item a[aria-current="page"]{
        color: var(--color-white);
    }
    
    /* header toggle end */
    /* header css end */

    .banner-sec .text-box h1 br {
        display: none;
    }
    
    .banner-sec .text-box h1 {
        font-size: 35px;
        line-height: 45px;
    }
    
    .banner-sec .text-box p {
        max-width: 100%;
    }
    

    .sub-heading {
        font-size: 14px;
    }
    .banner-sec {
        padding-top: 170px;
    }
    .banner-sec .sub-heading {
        margin-top: 3rem;
    }
    .circle {
        max-width: 750px;
        height: 680px;
    }
    .circle.left {
        left: -32%;
        top: 25%;
    }
    .circle.right {
        right: -32%;
        top: auto;
        bottom: -120px;
    }
    .explore-img {
        text-align: center;
    }
    .section-title br{
        display: none;
    }
    .about-sec {
        padding-bottom: 40px;
    }
    .about-text {
        padding-left: 10px;
    }
    .about-text p{
        max-width: 100%;
    }
    
    .slide-box:before, 
    .slide-box:after{
        width: 20%;
    }
    .app-sec .section_content{
        max-width: 90%;
    }
    .app-sec .section_content br{
        display: none;
    }
    footer .footer-logo img {
        max-width: 150px;
        margin-bottom: 10px;
        width: 100%;
        height: auto;
    }
    footer .terms-links {
        margin: 0;
    }
}


@media(max-width:767px){
    /* header css */
    header {
        top: 15px;
    }
    header .navbar-brand {
        max-width: 220px;
    }
    header .navbar-toggler {
        font-size: 22px;
        padding: 0px 4px;
    }
    .header-btn {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    /* header css end */

    .section-title {
        font-size: 26px;
        line-height: 36px;
    }
    .section-title span {
        font-size: 20px;
        margin-bottom: 0;
    }
    .banner-sec {
        padding-top: 150px;
        background-size: cover;
    }
    .banner-sec .banner-btns{
        padding-left: 0;
		padding-bottom: 50px;
    }
    .banner-sec .text-box h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-sec .banner-btns li a img {
        box-shadow: 0 4px 10px #0000000f;
        border-radius: 10px;
    }
    .banner-sec .row [class^="col-"] {
        margin: 0;
    }
    
    .circle {
        max-width: 380px;
        height: 380px;
        border-width: 60px;
    }
    .circle.left {
        left: -25%;
        top: 25%;
        top: auto;
        bottom: -140px;
    }
    .explore-sec {
        padding-top: 40px;
    }
    .explore-sec .text-content{
        padding-top: 30px;
    }
    .about-sec{
        padding-top: 30px;
    }
    
    .slide-box:before, .slide-box:after {
        width: 45%;
    }
    .slide-box:before{
        background: linear-gradient(90deg, #389345 -20%, rgba(56, 147, 69, 0) 30%);
    }
    .slide-box:after{
        background: linear-gradient(90deg, #389345 -20%, rgba(56, 147, 69, 0) 30%);
    }
    .slide-box .owl-item.active.center img{
        height: auto;
    }
    .slide-box .owl-item.active.center::before{
        width: calc(100% + 15px);
    }

    .about-text {
        text-align: center;
        margin-top: 20px;
        padding: 0;
    }
    .about-sec .prim-btn {
        margin-top: 20px;
    }
    .prim-btn{
        padding: 12px 32px;
    }
    
    .about-text h2 {
        max-width: 100%;
    }
    
    .about-text p {
        margin: 10px auto 10px;
        line-height: 22px;
    }
    .footer-contacts {
        padding: 0;
    }
    .footer-social {
        justify-content: center;
        margin-bottom: 15px;
    }
	.socials {
    	justify-content: center;
	}
    
}

@media(max-width:575px){
	.banner-sec .banner-btns {
        padding-bottom: 90px;
    }
    .banner-img {
        max-width: 100%;
    }
    
    .banner_main_para {
        text-align: center;
    }
    
    .banner_main_heading {
        margin: 0;
    }
    
    .download-wraper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    
    .download-wraper .downloas-btns {
        text-align: center;
    }
    
    .download-text {
        max-width: 140px;
        max-width: 90%;
    }
    
    .download-text p {
        font-size: 14px;
    }
    
    .downloas-btns h4 {
        margin-bottom: 0;
    }
    
    
    .about-text p {
        max-width: 100%;
    }
    
    .app-sec {
        padding: 40px 0;
    }
    
    .app-sec .slide-box .owl-stage-outer {
        padding: 0px 0 20px;
    }
    
    .app-sec .owl-dots .owl-dot.active span {
        width: 40px !important;
    }
    
    
    footer .copyright-text {
        text-align: left;
        margin-top: 20px;
    }
    
    footer .footer-menu li a {
        font-size: 14px;
    }
    
    footer .terms-links li a {
        font-size: 14px;
    }
    
    footer .copyright-text {
        font-size: 14px;
    }

    .footer-logo {
        text-align: center;
        display: block;
    }
    .footer-desc{
        text-align: center;
        margin: 20px 0;
        max-width: 100%;
    }
    .footer-links-wraper {
        gap: 0px 40px;
        justify-content: space-between;
    }
    footer .menu-title {
        font-size: 18px;
    }
    .subscribe-wraper {
        margin-bottom: 30px;
    }
    .footer-social-icons{
        text-align: center;
    }
    .footer-social-icons ul{
        justify-content: center;
    }
    .footer-bottom-wraper {
        margin-top: 30px;
        padding-top: 20px;
        display: block;
        text-align: center;
    }
    .privacy-links {
        justify-content: center;
    }
}