html ,body { overflow-x: hidden; }

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
	font-size: 20px;
	color: #595959;
	line-height: normal;
    font-family: "DM Sans", serif;
	font-weight: 400;
    max-width: 1920px;
    margin: 0 auto;
}

a { text-decoration: none; color: #232323; }
a:hover {    color: #232323;}
h1{
font-family: "Noto Sans", serif;
    font-size: 63px;
    line-height: 70px;
    font-weight: 700;
}
h2  {  
    font-family: "Noto Sans", serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 63px; 
    color: #000;
}

h3 {
    font-family: "Noto Sans", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #232323;
    margin-bottom: 20px;
}
h4 { 
    font-family: "Noto Sans", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
     color: #232323;
}
h5 { 
    font-family: "Noto Sans", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
     color: #232323;
}
h6 {
     font-family: "DM Sans", serif;
     font-size: 16px;
     font-weight: 500;
     color: #232323;
     line-height: 14px;
      color: #232323;
}
img { max-width: 100%; height: auto;} 
.padd-150{padding: 150px 0px;}
.padd-100{padding: 100px 0px;}
.pt-100{padding-top: 100px;}
.pb-100{padding-bottom: 100px;}
.padd-80{padding: 80px 0px;}


.padd-190{padding: 120px 0px;}
.padd-40{padding: 40px 0px;}
.padd-24{padding: 24px 0px;}
.pb-40{padding-bottom: 40px;}
.no-margin{margin-bottom: 0;}
.mb-50{margin-bottom: 50px;}
button.menu-toggle {
    border: 0;
    background-color: transparent;
}
.container {
    max-width: 1340px;
}

.menu-main ul li a {
    font-family: 'Noto Sans';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.2px;
    display: inline-block;
    padding: 5px 10px;
    line-height: normal;    
}
.menu-main ul li { list-style: none; padding: 0px; margin: 0px; }
.menu-main ul li.current-menu a {background: #88888826; }

.menu-main ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}
button.menu-toggle ,
.overlaymenu ,
span.close-btn-menu  {
    display: none;
}

header.site-header {
    border-bottom: 5px solid #9f9f9f;
}
.headermiddle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    position: relative;
}
.menu-main {
    margin-right: auto;
    padding-left: 75px;
}
/*********hero section************/
.hero-section{
    position: relative;
    z-index: 3;
    background-image: url(./images/hero-5.jpg);
    padding-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero-section .container {
    z-index: 9;
    position: relative;
}
.hero-5-txt {
    color: #fff;
    margin-bottom: 150px;
}
.hero-5-img {
    text-align: center;
    padding-right: 70px;
    margin-bottom: -60px;
}
.hero-5-txt h1 {
    color: #fff;
}
.badge-img-md .store img {
    max-height: 70px;
}
.hero-5-txt p {
    font-size: 21px;
    padding-right: 2%;
    margin-top: 25px;
    margin-bottom: 35px;
    line-height: 36px;
}
.tabs-top h2 {
    font-size: 80px;
    line-height: normal;
}


.stores-badge {
    display: flex;
    gap: 12px;
}
.store {
    display: inline-block;
    text-align: center;
}
.store:last-child {
    margin-right: 0;
}
.wave-shape-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.hero-section .wave-shape-bottom path {
    fill: #fff;
}
/*********hero section************/ 
.section-id {
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.52px;
}

.content-section .container {
    max-width: 1100px;
}
.content-section .txt-block p {
    margin: 20px 0px 0;
    max-width: 500px;
}
.content-section .img-fluid {
    max-height: 540px;
}
p.small-font {
    font-size: 13px;
    line-height: 18px;
    color: #65686c;
}
.dt-img, .theme--dark .lt-img {
    display: none;
}

.content-section .img-block {
    text-align: center;
}

/*****************/
.features-section .row {
    row-gap: 40px;
    margin: 0px -25px;
}
.fbox-4 {
    position: relative;
    overflow: hidden;
    padding: 70px 50px 0;
    border-radius: 24px 24px 0px 0px;
    background-color: #f4f4f9;
}
.fbox-wrapper .col-md-6 {
    padding: 0px 20px;
}
.fbox-4-img {
    margin: 30px auto 0 auto;
    max-width: 350px;
    max-height: 450px;
}
.fbox-txt h3 {
    font-size: 26px;
    font-weight: 700;
}
.fbox-txt p {
    max-width: 462px;
    margin: 0 auto;
}
/*************************/
#interface-slider .item {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
    background: #000000;
    color: #fff;
    padding: 30px 15px;
}
#interface-slider .item h3 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: normal;
    min-height: 66px;
    font-weight: 700;
}
#interface-slider .item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    max-height: 540px;
    object-fit: contain;
}
.interface_section  .owl-carousel .owl-stage-outer {
    padding: 35px 15px;
}
/* .interface_section  .owl-item.active.center .item {
    transform: scale(1.1);
    padding: 0px 15px;
} */
.slide-content {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 25px;
  border-radius: 8px;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #52a84c;
    width: 15px;
    height: 16px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #52a84c;
    border-color: #52a84c;
}
section.interface_section {
    position: relative;
}
.interface_section .owl-nav {
    position: absolute;
    right: 0px;
    top: -115px;
}
.interface_section .owl-nav button {
    background: #000 !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.interface_section .owl-nav button span {
    background: transparent !important;
    padding: 0px;
    margin: 0px;
}
/* DOTS */
.dots {
  text-align: center;
  margin-top: 20px;
}

 .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 6px;
  cursor: pointer;
}
.dot.active { background: #000; }

/*********download_app_new ********/
.download_app_new .dap_block {
    max-width: 1370px;
    margin: 0 auto;
    padding: 120px 0;
    position: sticky;
    z-index: 99;
    border-radius: 30px;
    overflow: hidden;
    background-color:#000;
}
.download_app_new .blure_shape.bs_1 {
    bottom: -450px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    filter: blur(120px);
    position: absolute;
    background-color: #52a84c;
}
.download_app_new .dap_block .dap_image.left {
    transform: translate(-25%, -50%) rotate(-15deg);
    position: absolute;
}
.download_app_new .dap_block .dap_mobile_img {
    display: none;
}
.download_app_new .dap_block .dap_image.right {
    transform: translate(0%, -50%) rotate(15deg);
    position: absolute;
}
.download_app_new .dap_block .dap_text {
    text-align: center;
}
.title_badge {
    color: #52a84c;
    display: inline-block;
    padding: 2px 18px;
    border-radius: 100px;
    background-color: #fee7df;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
}
.download_app_new .section_title h2{color: #fff;}
.download_app_new .section_title p {
    padding: 0 100px;
    color: #fff;
}
.download_app_new .app_btn {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
}
.download_app_new .app_btn li a {
    border-radius: 12px;
    overflow: hidden;
    border: none !important;
    outline: none;
    box-shadow: none;
}
/* .download_app_new .app_btn li a:hover{
    background-color: #fff;
} */
.download_app_new .app_btn li a img {
    transition: .4s all;
    height: 75px;
}
/* .download_app_new .app_btn li a:hover img {
    filter: invert(1);
} */
.download_app_new .app_btn li:last-child {
    margin-left: 15px;
}
.download_app_new .device {
    margin: 0 auto;
    text-align: center;
    margin-top: -40px;
    z-index: 99;
    position: relative;
}
.device {
    display: none;
}
footer {
    font-size: 13px;
    line-height: 22.1px;
}
footer p {
    margin: 17px 0px;
    color: #232323;
    font-weight: 400;
}

.links {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
}
.input-box input {
    padding: 13px 20px;
    background: #88888812;
    border: none;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
}
.input-box {
    display: flex;
    align-items: center;
    gap: 7px;
}

.input-box a {
    background: #52a84c;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.3px;
    padding: 13px 15px;
    display: inline-block;
    min-width: 154px;
    text-align: center;
    border-radius: 6px;
}

span.copywrite {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 15px 0px;
    border-top: 1px solid #88888844;
}

span.logo img {
    max-width: 250px;
}
.footer-logo img {
    max-width: 200px;
}

a.border-btn {
    color: #000;
    display: inline-block;
    padding: 11px 15px;
    text-transform: capitalize;
    background: transparent;
    font-size: 15px;
     width: 100%;
    border-radius: 6px;
    outline: none;
    border: 1px solid #000;
    margin-bottom: 20px;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-right a {
    margin: 0;
}
.header-right a {
    margin: 0;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    text-transform: capitalize;
    background: #52a84c;
    font-size: 14px;
    width: 100%;
    min-width: 100px;
    border-radius: 6px;
    outline: none;
    text-align: center;
    border: none;
    border: 1px solid #52a84c;
}
.header-right a:hover{
    background-color: #000;
}
.header-right a.border-btn {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-color: #000;
}
.header-right a.border-btn:hover{
    background: #52a84c;
    color: #fff;
    border-color: #52a84c;
}
.header-right.mobile-view{
    display: none;
}
