@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

/** {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  font-family: "Plus Jakarta Sans", sans-serif;*/
  /* color: #000; */
/*  font-size: 16px;*/
/*  line-height: 24px;*/
/*}*/

body {
  overflow-x: hidden;
  position: relative;
}
/** CSS PRIMARY COLORS */
:root {
  --color-primary-a0: #ffffff;
  --color-primary-a10: #dcc2dd;
  --color-primary-a20: #b988bc;
  --color-primary-a30: #944e9b;
  --color-primary-a50: #6e007b;
  --color-primary-a60: #530d5b;
  --color-primary-a70: #39103d;
  --color-primary-a80: #200d22;
  --color-primary-a90: #000000;
  --color-color-light: #f8f9fb;
}

.koka-books-img img {
  margin-top: 100px;
  width: 35%;
  /* margin-left: 130px; */
}

.banner_section{
    margin-top: 30px;
}

@media (max-width: 425px) {
  .koka-books-img img {
    width: 32%;
    margin-left: 30px;
    }
    
    .banner-set{
        margin-top: -70px;
    }
  
  .displaynone{
      display:none;
  }

  .header-logo {
    margin-top: 0px;
  }
  
  .banner_section{
    margin-top: -60px;
  }
}

.nav-link {
  font-size: 15px;
}

/* Heading Styles */
.middle-content h5 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.middle-content img{
    width: 10px;
}

/* List Styles */
.middle-content ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
    margin: 0;
}

.middle-content li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #444;
    padding: 5px 5px;
}

.accounting-head h5{
    font-size: 15px;
    font-weight: 700;
}

.accounting-head p{
    font-size: 12px;
}

.core-features-heading {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.core-features-heading::after {
    content: "";
    display: block;
    width: 150%;
    height: 1px;
    background-color: #ddd;
    margin-top: 10px;
    border-radius: 2px;
}

.dropdown-lists .dropdown-icon{
    width: 8%;
    margin-right: 10px;
}


/* Icon Styles */
.middle-content .dropdown-icon {
    width: 7%;
    height: auto;
    margin-right: 10px;
}

/* Space between sections */
.middle-content .mt-5 {
    margin-top: 30px;
}


.last-content{
    height: 482px;
    background-color: #fff9db; 
    padding: 20px;
    /*text-align: center; */
    border-radius: 10px;
}

.navs-img-set img {
    display: block;
    margin: 0 auto; 
    max-width: 100%; 
    height: auto;
}

/* Play Store Image */
.last-content > div:last-child img {
    width: 100px;
    height: auto;
    display: block;
    /*margin: 10px auto; */
}

.carousels img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; /* Optional */
}

/* Center the Button */
.viewall-btn {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
    margin: 20px;
}

.viewall-btn button {
    background: #ffffff;
    color: #6e007b;
    border: 1px solid var(--color-primary-a60);
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.viewall-btn button:hover {
    background-color: #6d007b;
    color: white;
}

.viewall-btn button img {
    width: 16px;
    transition: transform 0.3s ease;
}

.viewall-btn button:hover img {
    transform: translateX(5px);
}


/* Scroll the koka effect color start */
.nav-container.scrolled a,
.nav-container.scrolled .nav-link {
  color: white !important;
}

.btn-con {
  background-color: #6d007b;
  color: white;
  border: none;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

.nav-container.scrolled a:hover,
.nav-container.scrolled .nav-link:hover {
  background: #6d007b;
  color: white !important;
}
/* Scroll the koka effect color end */

/*.navbar-collapse{*/
/*        background: aliceblue;*/
/*}*/

@media (max-width: 425px) {
  .navbar-collapse {
    background-color: white !important;
    margin-left: -48px;
    margin-right: -64px;
    margin-top: 23px;
  }
}

@media(max-width: 425px){
    .next-arrow-purple img{
    width: 15px;
    height: 15px;
    }
}

/* Navigation Bar */
.nav-container {
  font-size: 14px;
  color: #535768;
  font-weight: 300;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999;
  /* padding: 15px 0; */
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 15px;
}

/*.dropdown-menu {*/
/*  display: none;*/
/*  position: absolute;*/
/*  top: 130%;*/
/*  left: 0;*/
/*  background: white;*/
/*  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
/*  border-radius: 5px;*/
/*  padding: 15px;*/
  /*width: 40% !important;*/
/*  opacity: 0;*/
/*  transform: translateY(10px);*/
/*  transition: opacity 0.3s ease, transform 0.3s ease;*/
/*}*/

/*.nav-item:hover .dropdown-menu {*/
/*  display: block;*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*}*/

.dropdown-heading {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

/*.btn-con{*/
/*  background-color: #6d007b; */
/*  color: white; */
/*  padding: 10px 10px; */
/*  border: none; */
/*  border-radius: 0px;*/
/*}*/

.btn-con:hover{
  background-color: #6d007b; 
  color: white;
  padding: 8px 15px; 
}

.border-right{
  padding-right: 10px; 
  border-right: 2px solid #ddd;
}
.dropdown-text {
  display: flex;
  flex-direction: column;
}

.dropdown-lists {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.dropdown-lists li {
  font-size: 14px;
  padding: 5px 5px;
  transition: background-color 0.3s ease, color 0.3s ease, width 0.3s ease; 
}

.dropdown-lists li:hover {
  width: auto; 
  background-color: rgb(224, 236, 240);
  color: #6d007e;
  border-radius: 5px;
}

.dropdown-list {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.hover-item .dropdown-icon {
  margin-right: 8px; 
  vertical-align: middle; 
  width: 4.5%;
}

.dropdown-list li {
  /* padding: 8px 12px; */
  /* transition: background-color 0.3s ease, color 0.3s ease, width 0.3s ease;  */
}

.dropdown-list li:hover {
  width: auto; 
  /* background-color: rgb(224, 236, 240); */
  color: #6d007e;
  border-radius: 5px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0; 
}

.dropdown-img {
  width: 24px; 
  height: 24px;
  object-fit: contain;
}

.dropdown-text li {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px; 
}

.dropdown-text p {
  font-size: 10px;
  color: #6c757d;
  margin: 0;
}

.mt-3 {
  margin-top: 15px;
}

.mb-3 {
  margin-bottom: 15px;
}

.dropdown-list + .dropdown-list {
  margin-top: 20px;
}

.dropdown-item:hover .dropdown-text li {
  color: #6d007e;
}

/* Responsive */
@media (max-width: 768px) {
  .dropdown-menu {
    width: 100%;
  }
  .koka-logo{
	margin-left: 0px !important;
 }
}

@media(max-width: 425px){
    .dropdown-lists li img{
        width: 15px;
    }
    .dropdown-lists {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.dropdown-lists.show {
  max-height: 500px; /* Adjust based on content height */
}
}

.nav-links {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  width: 100%;
}

.nav-items {
  display: flex;
  gap: 20px; 
}

.navs-btn {
  margin-left: auto;
  display: flex;
  gap: 15px; 
}

.sign-btn {
    border: none;
    padding: 10px 10px;
    background-color: white;
    color: #6d007b;
    border-radius: 8px;
}

.sign-btn:hover{
    background: #f97602;
    color: #fff;
}

.btn-con {
  background: none;
  background: #f97602;
  color: white;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 8px;
  /*transition: all 0.3s ease;*/
  font-weight: 700;
  border: none;
}

.navs-btns {
  display: flex;
  justify-content: flex-end; 
  gap: 10px; 
}

.navs-btns {
  display: flex;
  gap: 10px; 
}

.navs-btns button {
  font-size: 10px;
  padding: 8px 15px; 
  border: none;
  background-color: transparent;
  cursor: pointer;
  /*transition: background-color 0.3s ease, color 0.3s ease;*/
}

.navs-btns button a {
  font-size: 12px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.navs-btns button:hover {
  background-color: #6d007b;
  border-radius: 5px;
}

.navs-btns button:hover a {
  color: white !important;
}


/* .nav-link .dropdown-toggle{
  margin-left: 190px;
} */

#dynamic-heading{
  font-size: 15px;
  font-weight: 700;
}

.hover-content {
  display: none; 
}

.hover-item {
  cursor: pointer;
}

.hover-item.active {
  color: #007bff; 
  font-weight: bold;
}

.default-visible {
  display: block !important; 
}

.hover-item:hover {
  color: #007bff; 
}



/* .navs-btn button::after {
  content: " →"; 
  position: absolute;
  opacity: 0;
  right: 20px;
  transition: all 0.3s ease;
} */

.navs-btn button:hover {
  color: #fff;
  background: #6d007e;
} 

.navs-btn button:hover::after {
  right: -10px;
  opacity: 1;
}

#nav-container {
  transition: background-color 0.3s ease;
}

#nav-container.scrolled {
  background-color: #6d007b !important;
}

/* Ensure navbar stays above everything */
#nav-container, .navbar, .nav-container {
  position: fixed;
  top: 0;
  /*width: 100%;*/
  /*z-index: 9999;*/
}

.dropdown-menu {
  z-index: 10000 !important;
  position: absolute !important;
}

header,
.container-fluid,
.nav-container {
  overflow: visible !important;
}

.nav-container .dropdown-menu .dropdown-item  {
  color: #000 !important;       
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}

/* Optional hover style */
.nav-container .dropdown-menu .dropdown-item:hover {
  background-color: #f7f7f7;
  color: #6d007b !important;
}

.dropdown-item img{
   width: 10%;    
}



/* Show Dropdown on Hover */
/*.nav-item:hover .dropdown-menu {*/
/*  display: block;*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*}*/

/* Scrolling Effect */
.scrolling-nav {
  box-shadow: 0px 4px 4px rgba(29, 140, 242, 0.08);
  background-color: white;
}

span.navbar-toggler-icon {
  background: url(../img/menu.svg) no-repeat;
  background-size: contain;
}

a {
  color: #000;
  text-decoration: none !important;
  display: inline-block;
}

a:hover {
  color: var(--color-primary-a60);
  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}

/*a.primary-btn {*/
/*  padding: 10px 20px;*/
/*  font-size: 16px;*/
/*  line-height: 24px;*/
/*  background-color: #f00;*/
/*  border: 1px solid #f00;*/
/*  border-radius: 10px;*/
/*  color: #fff !important;*/
/*  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,*/
/*    transform 0.3s ease-in-out;*/
/*  width: auto;*/
/*  text-decoration: none;*/
/*}*/

/*a.w-primary-btn:hover {*/
/*  background-color: transparent;*/
/*  color: #ff7f00 !important;*/
/*}*/

/*a.w-primary-btn {*/
/*  padding: 10px 20px;*/
/*  font-size: 16px;*/
/*  line-height: 24px;*/
/*  background-color: #ff7f00;*/
/*  border: 1px solid #ff7f00;*/
/*  border-radius: 10px;*/
/*  color: #fff !important;*/
/*  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,*/
/*    transform 0.3s ease-in-out;*/
/*  width: auto;*/
/*  text-decoration: none;*/
/*}*/

/*a.w-secondary-btn:hover {*/
/*  background-color: #ff7f00;*/
/*  color: #fff !important;*/
/*}*/

/*a.w-secondary-btn {*/
/*  padding: 10px 20px;*/
/*  font-size: 16px;*/
/*  line-height: 24px;*/
/*  background-color: transparent;*/
/*  border: 1px solid #fff;*/
/*  border-radius: 10px;*/
/*  color: #fff !important;*/
/*  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,*/
/*    transform 0.3s ease-in-out;*/
/*  width: auto;*/
/*  text-decoration: none;*/
/*}*/

/*a.primary-btn:hover {*/
/*  background-color: transparent !important;*/
/*  color: var(--color-primary-a60) !important;*/
/*}*/

/*a.secondary-btn {*/
/*  padding: 10px 20px;*/
/*  font-size: 16px;*/
/*  line-height: 24px;*/
/*  background-color: transparent;*/
/*  border: 1px solid var(--color-primary-a60);*/
/*  border-radius: 10px;*/
/*  color: var(--color-primary-a60);*/
/*  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,*/
/*    transform 0.3s ease-in-out;*/
/*  width: auto;*/
/*  text-decoration: none;*/
/*}*/

/*a.secondary-btn:hover {*/
/*  background-color: var(--color-primary-a60);*/
/*  color: #fff;*/
/*}*/

.heading-bold,
.heading-bold span {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}

.heading-bold1,
.heading-bold1 span {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
}

.inner-title {
  font-size: 25px;
  line-height: 33px;
  font-weight: bold;
}

.section-inner-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}

.p-big {
  font-size: 20px;
  line-height: 28px;
}

.y-spacing {
  padding: 40px 0px;
}

.b-spacing {
  padding-bottom: 80px;
}

.t-spacing {
  padding-top: 80px;
}

.hero-section {
  background-color: var(--color-color-light);
  padding: 4rem 0 10rem 0px;
}

.hero-title {
  font-size: 67px;
  font-weight: 800;
  line-height: 90px;
}

.hero-title span {
  font-size: 67px;
  font-weight: 800;
  line-height: 90px;
  color: #7d006a;
}

.hero-title span,
.heading-bold span {
  position: relative;
}

.hero-title span::after,
.heading-bold span::after {
  position: absolute;
  content: "";
  top: 90%;
  right: 0;
  left: 0;
  background: url(../img/extra.svg) no-repeat;
  width: 100%;
  display: block;
  height: 100px;
}

.sw-card {
  background: #fff;
  border: 1px solid var(--color-primary-a30);
  border-radius: 20px;
}

.sw-card a {
  padding: 20px 50px 20px 80px;
  position: relative;
}

.sw-card p {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}

.icon img {
  width: 55px;
}

span.finance {
  position: absolute;
  width: 45px;
  height: 39px;
  background: url(../img/finance.svg) no-repeat;
  background-position: center;
  background-size: contain;
  left: 19px;
  top: 33px;
}

span.inventory {
  position: absolute;
  width: 45px;
  height: 39px;
  background: url(../img/inverntory.svg) no-repeat;
  background-position: center;
  background-size: contain;
  left: 19px;
  top: 33px;
}

span.hr {
  position: absolute;
  width: 45px;
  height: 39px;
  background: url(../img/hr.svg) no-repeat;
  background-position: center;
  background-size: contain;
  left: 19px;
  top: 33px;
}

span.marketing {
  position: absolute;
  width: 45px;
  height: 39px;
  background: url(../img/marketing.svg) no-repeat;
  background-position: center;
  background-size: contain;
  left: 19px;
  top: 33px;
}

.sw-card a:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  width: 20px;
  bottom: 0;
  background: url(../img/Vector.svg) no-repeat;
  background-size: contain;
  height: 20px;
}

/* crm-screeing */
.crm-screening img {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  background: #fff;
}

.crm-screeing img::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.lines::after {
  position: absolute;
  content: "";
  top: -170px;
  right: -34px;
  left: auto;
  background: url(../img/sparkle.svg) no-repeat;
  width: 50px;
  height: 40px;
}

.highlight::after {
  position: absolute;
  content: "";
  top: -25px;
  left: -25px;
  right: 0;
  bottom: 0;
  background: url(../img/pink-highlight.svg) no-repeat;
  width: 100%;
  height: 100%;
}

.testimonial-block {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  margin-top: 50px;
}

.cta-inner {
  background: url(../img/cta.webp) no-repeat;
  background-size: cover;
  padding: 5rem 4rem;
}

h2.cta-title {
  font-size: 58px;
  font-weight: bold;
  line-height: 63px;
}

.feature-box {
  background: var(--color-primary-a50);
  padding: 2rem 2rem 8rem;
  border-radius: 20px;
  position: relative;
}

.feature-line {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
}

.icon-box img {
  background: transparent;
  padding: 0px;
  border-radius: 0%;
  margin-bottom: 25px;
}

.icon-box h5 {
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}

.point {
  position: relative;
}

.inner {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.analysis1 {
  background: #fff;
  text-align: center;
  padding: 15px 35px;
  position: absolute;
  width: auto;
  left: -20px;
  top: 25%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.analysis2 {
  background: #fff;
  text-align: center;
  padding: 15px 35px;
  position: absolute;
  width: auto;
  right: -20px;
  top: 25%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.analysis3 {
  background: #fff;
  text-align: center;
  padding: 15px 35px;
  position: absolute;
  width: auto;
  left: 55%;
  bottom: -20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.social-icon li {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

footer li {
  padding-bottom: 5px;
}

footer li a {
  color: #fff;
}

.footer-bottom li a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.footer-bottom {
  padding: 25px 0px;
  border-top: 1px solid #fff;
}

/*megamenu*/
.dropdown-menu a {
  text-decoration: none;
  color: #000000;
}

.dropdown-menu a .d-flex {
  transition: all 0.5s;
}

.dropdown-menu .col-sm-6:nth-child(1) a:hover .d-flex {
  background-color: var(--bs-warning-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {
  background-color: var(--bs-danger-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(3) a:hover .d-flex {
  background-color: var(--bs-success-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {
  background-color: var(--bs-secondary-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(5) a:hover .d-flex {
  background-color: var(--bs-tertiary-bg);
}

.dropdown-menu .col-sm-6:nth-child(6) a:hover .d-flex {
  background-color: var(--bs-info-bg-subtle);
}

/*@media only screen and (min-width: 992px) {*/
  /*.dropdown-menu {*/
  /*  width: 60vw !important;*/
  /*  height: 510px;*/
  /*}*/
/*}*/

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px !important;
    }
}

#navbarNav{
    margin-left: 140px;
}

.menu-content{
  width: 60vw;    
}

.menu-content h5{
        margin-left: 15px;
       font-size: 13px;
    }

@media (min-width: 1024px) {
  .mx-60 {
    margin-left: -60px;
    margin-right: 60px;
  }

  .mx-40 {
    margin-left: -40px;
    margin-right: 40px;
  }

  .mx-30 {
    margin-left: -30px;
    margin-right: 30px;
  }
}

@media (max-width: 600px) {
  .heading-bold {
    font-size: 30px;
    line-height: 38px;
  }

  .inner {
    padding: 30px;
  }

  a.primary-btn {
    margin-bottom: 10px;
  }

  .hero-title,
  .hero-title span,
  h2.cta-title {
    font-size: 35px;
    line-height: 43px;
  }

  .inner-title {
    font-size: 20px;
    line-height: 28px;
  }

  .cta-inner {
    padding: 4rem 2rem;
  }

  .p-big {
    font-size: 17px;
    line-height: 23px;
  }

  .analysis1,
  .analysis2,
  .analysis3 {
    display: none;
  }

  div#navbarCollapse {
    position: absolute;
    top: 71px;
    background: rgb(255, 255, 255);
    width: 100%;
    padding: 20px 0;
    z-index: 999;
    padding-left: 10px;
  }

  li.nav-item {
    padding-bottom: 15px;
    font-weight: 500;
  }

  .lines::after {
    height: 0;
    width: 0;
  }

  /*.img-fluid {*/
  /*    margin: 20px 0px*/
  /*}*/

  .y-spacing {
    padding: 40px 0;
  }

  .b-spacing {
    padding-bottom: 40px;
  }

  .t-spacing {
    padding-top: 40px;
  }
}

/* #navbar-item__community:hover > .community-menu{
    display: block !important;
} */

    /*.community-menu {*/
    /*  background: var(--color-primary-a0);*/
    /*  width: 100%;*/
    /*  z-index: 10000;*/
    /*  position: fixed;*/
    /*  top: 0;*/
    /*  left: 0;*/
    /*  bottom: 0;*/
    /*  overflow: auto;*/
    /*  min-height: 100vh;*/
    /*  height: fit-content;*/
    /*}*/
    
    /*.community-menu-close-btn,*/
    /*.community-menu-back-btn {*/
    /*  background: none;*/
    /*  border: none;*/
    /*}*/
    
    /*@media (min-width: 768px) {*/
    /*  .community-menu {*/
    /*    position: absolute;*/
    /*    top: 100%;*/
    /*    z-index: 100;*/
    /*    min-height: fit-content;*/
    /*  }*/
    
    /*  .community-menu-close-btn {*/
    /*    display: none !important;*/
    /*  }*/
    /*}*/
    
    /*@media (min-width: 576px) {*/
    /*  .community-menu-back-btn {*/
    /*    display: none !important;*/
    /*  }*/
    /*}*/
    
    /*.community-menu .nav-item {*/
    /*  padding: 8px 0;*/
    /*  font-weight: 500;*/
    /*  cursor: pointer;*/
    /*}*/
    
    /*.community-menu .nav-item.active * {*/
    /*  color: var(--color-primary-a50);*/
    /*}*/
    
    /*.community-menu .nav-item.active svg {*/
    /*  display: inline !important;*/
    /*}*/
    
    /*@media (min-width: 576px) {*/
    /*  .nav-subitem-items {*/
    /*    border-right: 1px solid #d9d9d9;*/
    /*  }*/
    /*}*/
    
    /*.nav-subitem .nav-icon {*/
    /*  aspect-ratio: 1;*/
    /*  height: 50px;*/
    /*  background: #d9d9d9;*/
    /*  border-radius: 100%;*/
    /*}*/
    
    /*.nav-subitem .subitem-title {*/
    /*  font-size: 16px;*/
    /*}*/
    
    /*.nav-subitem .subitem-desc {*/
    /*  font-size: 14px;*/
    /*}*/

.review-content em {
  font-size: 25px;
  line-height: 33px;
  margin: 40px 0px;
  display: block;
}

.review-content small {
  font-size: 18px;
}

.review-content img {
  width: 100px;
  height: 100px;
}

.testimonials .col-md-10 {
  background: #fff;
  padding: 5rem !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  position: relative;
}

.testimonials .col-md-10::after {
  position: absolute;
  content: "";
  background: url(../img/quote.svg);
  background-size: cover;
  width: 97px;
  bottom: -20px;
  right: 40px;

  height: 80px;
}

@media (min-width: 1024px) {
  .testimonials {
    margin-top: -20rem;
  }
}

@media (max-width: 1023px) and (min-width: 600px) {
  .testimonials {
    margin-top: -10rem;
  }
}

@media (max-width: 600px) {
  .testimonials {
    padding-top: 40px;
  }

  ul.navbar-nav.flex-column li span::after {
    content: ">";
    position: absolute;
    right: -50px;
    font-family: "Plus Jakarta Sans";
  }

  .testimonials .col-md-10 {
    padding: 30px !important;
  }

  .testimonials .col-md-10::after {
    width: 50px;
    height: 43px;
  }

  .review-content em {
    font-size: 20px;
    line-height: 28px;
  }

  .review-content img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .review-content small {
    font-size: 12px;
    line-height: 20px;
  }
}

/********** Custom CSS*************/

.footer-wrapper {
  background: #333;
}

.node-type-zoho-home .footer-sec-wrap {
  background: #333;
}

.footer-sec-wrap {
  display: inline-block;
  width: 100%;
}

.footer-sec-wrap {
  border-top: 1px solid #eaeaea;
  /*background: #f5f5f5;*/
}

.footer-sec-wrap .content-wrap {
  margin: 30px auto 0;
  max-width: 1280px;
  width: 90%;
  padding: 0;
  overflow: visible;
}

.footer-sec-wrap .footer-links-wrap {
  padding: 0 0px;
}

.footer-sec-wrap .product-links {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}

.footer-sec-wrap .product-links > div {
  display: table-cell;
  padding: 0 40px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 240px;
}

.footer-sec-wrap .product-links h4,
.footer-sec-wrap .product-links ul li a,
.common-links ul li a,
.common-links p {
  color: #fff;
}

.footer-sec-wrap .product-links h4 {
  margin: 20px 0 10px;
  text-align: left;
  color: #000;
}

.footer-sec-wrap .product-links ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.footer-sec-wrap .product-links h4,
.footer-sec-wrap .product-links ul li a,
.common-links ul li a,
.common-links p {
  color: #fff;
}

.footer-sec-wrap .product-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  display: inline-block;
}
.product-links ul li a:hover {
  color: #fed600;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  display: inline-block;
}
.common-links {
  margin-top: 0;
  padding: 40px 0;
}

.common-links {
  position: relative;
  padding-top: 40px;
  margin-top: 30px;
  font-size: 11px;
  text-align: center;
}

.common-links::before {
  background: transparent;
}

.common-links::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #f5f5f5;
}

.common-links {
  font-size: 11px;
  text-align: center;
}

.common-links .ZPprivacy {
  padding: 0 20px;
}

.common-links ul li:first-child {
  padding-left: 0;
}

.common-links ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.ZPprivacy li {
  line-height: 12px;
}

.common-links ul li a,
.common-links p {
  color: #fff;
}

.common-links ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0;
}

.common-links p {
  padding: 0;
  font-size: 11px;
  max-width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e7eafe;
  color: #6e007b !important;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.zpsection {
  padding: 0px 0 !important;
}

.zpsection {
  padding: 0px 0 !important;
}

footer {
  background-color: #000;
  padding: 0px 0px;
}

/*.zpcol-md-4  
{
width: 33.33333%;
}*/
@media (max-width: 600px) {
  .zpcol-sm-12 {
    width: 100% !important;
  }

  .img-fluid {
    width: 50%;
  }

  .col-na {
    width: 49%;
    padding-top: 20px;
  }

  .footer-sec-wrap .product-links > div {
    display: inherit;
    padding: 0 40px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100% !important;
    width: 100%;
  }
}

a {
  color: black;
}

.dropdown-item,
.dropdown-menu a,
.o_dropdown_menu a {
  display: block;
  width: 100%;
  clear: both;
  font-size: 15px;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: revert-layer;
  background-color: transparent;
  border: 0;
}

.text-o-color-5 {
  color: #111827 !important;
  font-size: 17px;
  font-weight: 600;
}

.img-thumbnail {
  box-shadow: 5px 5px 5px 5px gray;
}

.rounded-1 {
  border-radius: 1.25rem !important;
}

.waviy {
  position: relative;
}

.waviy span {
  padding-top: 10px;
  font-family: "Alfa Slab One", cursive;
  position: relative;
  display: inline-block;
  color: #2e86c1;
  font-size: 45px;
  font-weight: 600;
  animation: waviy 2.7s infinite;
  animation-delay: calc(0.1s * var(--i));
}

@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-10px);
  }
}

.zh-one-suite {
  background-color: #fed600;
  padding: 120px 0 !important;
  position: relative;
  overflow: hidden;
}

.zh-one-suite {
  margin-top: 0;
}

.outer_wrap {
  width: 100%;
}

.wrapper {
  max-width: 90%;
}

.zh-one-suite .wrapper {
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: visible;
}

.wrapper {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.zh-one-wrapContent {
}

.zh-one-logo {
  text-align: center;
}

.fl {
  float: left;
}

.zh-one-logo a {
  display: block;
  color: #010101;
  font-size: 40px;
  letter-spacing: -0.5px;
}

.zh-one-logo a span::before {
  margin: 20px auto 40px;
  transform: scale(2.3);
}

.zh-one-logo a span::before {
  content: "";
  width: 40px;
  height: 54px;
  background: url("") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: -160px 14px;
  background-size: 800px auto;
  margin: 0 auto 40px;
  transform: scale(2);
  display: block;
}

.zh-one-content {
  width: calc(100% - 100px);
  padding: 0;
  border-right: 1px dashed #d0b31c;
}

.fl {
  float: left;
}

.zh-one-content p {
  width: 360px;
}

.zh-one-content sub {
  font-size: 16px;
  font: 16px/1.5 "Zoho_Puvi_Regular", sans-serif;
  color: #010101;
}

.zh-one-content h3 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 0px;
  letter-spacing: -1.5px;
  font: 50px/1.3 "Zoho_Puvi_SemiBold", sans-serif;
}

.zh-one-title {
  font-size: 18px;
  margin-bottom: 20px;
  width: 275px;
}

.zh-one-content p {
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 1.7;
  width: 500px;
}

.zh-one-content .trybtn.border-black {
  border: 1px solid #f60014;
  background: #f60014;
}

.trybtn,
.learnMorebtn {
  background-color: #f60014;
  color: #fff;
  padding: 16px 46px 16px 24px;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1;
  transition: background-color 0.4s ease;
  border: 1px solid var(--highlight-color);
}

.arrow-icon {
  position: relative;
}

.trybtn.arrow-icon::after {
  transform: scale(1);
}

.trybtn.arrow-icon::after,
.zh-btn.arrow-icon::after,
.learnMorebtn.arrow-icon::after {
  right: 23px;
}

.arrow-icon.white::after {
  background-position: -72px -76px;
  top: calc(50% - 7px);
}

.arrow-icon::after {
  content: "";
  width: 13px;
  height: 13px;
  transform: scale(1.1);
  position: absolute;
  right: 0;
  background: url(img/sprite.png) left top no-repeat;
  background-position-x: left;
  background-position-y: top;
  background-size: auto;
  background-size: 500px auto;
  background-position: -126px -76px;
  top: calc(50% - 10px);
  transition: all 0.5s ease;
}

.zh-home-right .zh-main-app.zh-exploreprd label,
.zh-btn,
.blueLink,
.trybtn,
.learnMorebtn,
.made-ind .cta-link a {
  letter-spacing: 0.2px;
}

.dis-inlineblk {
  display: inline-block;
}

.blueLink,
.learnMorebtn,
.trybtn,
.zh-btn,
.zh-home-right .zh-main-app.zh-exploreprd label,
.cta-link a {
  font-family: var(--zf-secondary-medium);
}

.arrow-icon {
  position: relative;
}

.trybtn,
.learnMorebtn {
  background-color: #161616;
  color: #fff;
  padding: 17px 48px 17px 30px;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1;
  transition: background-color 0.4s ease;
  border: 1px solid var(--highlight-color);
}

.arrow-icon {
  position: relative;
}

.zh-btn,
.blueLink,
.trybtn,
.learnMorebtn {
  font-size: 14px;
  letter-spacing: 0.2px;
}

.zh-one-suite .zh-one-customervideo {
  position: relative;
  top: 25px;
}

.zh-one-suite .testimonialcont {
  padding-top: 0px;
}

.testimonialcont {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 72%;
  padding-top: 10px;
}

.zh-one-suite .zh-one-customervideo .testimonialcont .quotes {
  top: -68px;
}

.zh-one-suite .testimonialcont .quotes {
  width: 42px;
  height: 42px;
}

.zh-one-customervideo .testimonialcont .quotes {
  top: -79px;
}

.testimonialcont .quotes {
  width: 52px;
  height: 52px;
  background-color: #000;
  position: absolute;
  top: -65px;
  border-radius: 50%;
  font-size: 0;
  left: 0px;
}

.zh-one-customervideo span {
  position: relative;
  width: 260px;
}

span.quotes {
  position: absolute;
  right: 40px;
  top: 36px;
}

.testimonialcont .quotes::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/home/sprites.png") left top no-repeat;
  background-position-x: left;
  background-position-y: top;
  background-size: auto;
  background-position: -20px -20px;
  background-size: 500px auto;
  margin-bottom: 0;
  position: absolute;
  left: 10px;
  top: calc(50% - 14px);
}

.zh-one-suite .testimonialcont p {
  margin-bottom: 26px;
  width: 100%;
}

.testimonialcont p {
  font-weight: 500;
  margin-bottom: 45px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 1.4;
  word-spacing: 3px;
  width: 100%;
  color: #010101;
}

.testimonialvid {
  display: table;
  margin-bottom: 20px;
}

.testimonialvid__dtls {
  display: table-cell;
  vertical-align: middle;
}

.testimonialvid__dtls img {
  width: 90px;
}

embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}

.testimonialvid__dtls.cust-dtls {
  padding-left: 20px;
  padding-top: 11px;
}

.testimonialvid__dtls {
  display: table-cell;
  vertical-align: middle;
}

.testimonialvid__dtls.cust-dtls span {
  font-family: #010101;
  font-size: 18px;
  line-height: 1;
}

.zh-one-customervideo span {
  position: relative;
  width: 260px;
}

.testimonialvid__dtls.cust-dtls p {
  font-size: 14px;
  width: 170px;
  line-height: 1.4;
  margin-top: 2px;
}

p {
  color: #333;
  line-height: 1.7;
}

.zh-one-suite .wrapper::after {
  content: "";
  background: url("") no-repeat;
  background-size: auto;
  background-size: 70%;
  width: 490px;
  height: 700px;
  position: absolute;
  right: -350px;
  top: 170px;
  z-index: -1;
  opacity: 0.8;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: 9999;
}

.popup {
  position: fixed;
  background-color: #fff;
  border-radius: 5px;
  width: 50%;
  margin-top: 10% !important;
  margin-left: 26%;
}

.popup img {
  max-height: 400px;
  /* Adjust the value as per your requirement */
  width: 100%;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#close1 {
  display: none;
}

.logo_mob {
  display: none;
}

.pricing_button {
  font-size: 16px;
  color: #1a73e8;
  cursor: pointer;
  font-family: "Edu AU VIC WA NT Hand";
  float: inline-end;
  word-spacing: 5px;
}

.pricing_button:hover {
  text-decoration: underline;
}

.dropdown-item,
.dropdown-menu a,
.o_dropdown_menu a {
  display: block;
  width: 100%;
  padding: 5px;
}

.nav-subitem .nav-icon {
  aspect-ratio: 1;
  height: 50px;
  background: transparent;
  border-radius: 100%;
}

#contactform {
  width: 300px;
  /*left: -405px;*/
  height: 500px;
  margin: 0px 0;
  position: fixed;
  box-shadow: 0 0 12px 0 #333;
  margin-left: 100%;
  left: -300px;
}

/*#contact-button { 
width: 5%;  
padding: 7% 3%;  
cursor: pointer;
margin-left: 400px;
margin-top: 40px;
font-size: 23px; 
color: white;  
position: absolute;
}
*/
#contactform,
#contact-button {
  background-color: #6e007b;
  border-radius: 15px 0px 0px 15px;
  /*border: 5px solid #666666; */
  border-left: none;
}

.rotated-text {
  display: inline-block;
  white-space: nowrap;
  /* this is for shity "non IE" browsers
   that dosn't support writing-mode */
  -webkit-transform: translate(1.1em, 0) rotate(90deg);
  -moz-transform: translate(1.1em, 0) rotate(90deg);
  -o-transform: translate(1.1em, 0) rotate(90deg);
  transform: translate(1.1em, 0) rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;

  /* IE9+ */
  -ms-transform: none;
  -ms-transform-origin: none;
  /* IE8+ */
  -ms-writing-mode: tb-rl;
  /* IE7 and below */

  color: white;
}

.rotated-text:before {
  content: "";
  float: left;
  margin-top: 100%;
}

/*form {*/
  /* width: 100%; */
/*  padding: 20px;*/
/*}*/

/*form input {*/
/*  display: block;*/
/*  border: none;*/
/*  width: 300px;*/
/*  height: 35px;*/
/*  margin: 15px 30px;*/
/*}*/

/*form textarea {*/
/*  width: 300px;*/
/*  margin: 10px 30px;*/
/*  height: auto;*/
/*}*/

/*form textarea,*/
/*form input {*/
/*  border: 3px solid #666666;*/
/*  border-radius: 5px;*/
/*  background: #f2f2f2;*/
/*}*/

/*#contact-button {*/
/*  width: 11%;*/
/*  padding: 4% 6%;*/
/*  cursor: pointer;*/
/*  margin-left: -35px;*/
/*  margin-top: 41px;*/
/*  font-size: 19px;*/
/*  color: white !important;*/
/*  position: absolute;*/
/*}*/

/*.pad_2 {*/
/*  padding-top: 60px;*/
/*}*/

.hero-title1 {
  font-size: 45px;
  font-weight: 800;
  line-height: 60px;
  word-spacing: 5px;
}

.hero-title1 span {
  position: relative;
}

.hero-title1 span {
  font-size: 45px;
  font-weight: 800;
  line-height: 10px;
  color: #7d006a;
}

.hero-title1 span::after {
  position: absolute;
  content: "";
  top: 90%;
  right: 0;
  left: 0;
  background: url(assets/img/extra.svg) no-repeat;
  width: 100%;
  display: block;
  height: 100px;
}

.p-small {
  text-align: center;
  line-height: 2.8rem;
  font-size: 20px;
  font-weight: 400;
  word-spacing: 3px;
}

/*a.primary-btn {*/
/*  padding: 10px 20px;*/
/*  font-size: 16px;*/
/*  line-height: 24px;*/
/*  background-color: #6e007b;*/
/*  border: 1px solid #6e007b;*/
/*  border-radius: 10px;*/
/*  color: #fff;*/
/*  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,*/
/*    transform 0.3s ease-in-out;*/
/*  width: auto;*/
/*  text-decoration: none;*/
/*}*/

@media only screen and (max-width: 1380px) {
  .hero-section {
    background-color: var(--color-color-light);
    padding: 4rem 0 10rem 0px;
  }

  .hero_image {
    max-width: 100%;
  }

  .zh-one-content p {
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: -0.2px;
    line-height: 1.7;
    width: 380px;
  }

  .zh-one-suite {
    background-color: #fed600;
    padding: 50px 0 !important;
    position: relative;
    overflow: hidden;
  }

  .zh-one-wrapContent {
    padding: 8px;
  }

  .testimonialcont p {
    font-weight: 400;
    margin-bottom: 45px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1.4;
    width: 90%;
    color: #010101;
  }

  .icon-box h5 {
    text-align: left;
  }

  .icon_home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
  }

  .para_feature {
    text-align: justify;
  }

  .hero-title1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 60px;
    word-spacing: 5px;
    font-family: "Edu AU VIC WA NT Hand";
  }

  .hero-title1 span {
    font-size: 30px;
    font-family: "Edu AU VIC WA NT Hand";
  }
  .hero-title1 span::after,
  .heading-bold span::after {
    position: absolute;
    content: "";
    top: 90%;
    right: 0;
    left: 0;
    background: url(../img/extra.svg) no-repeat;
    width: 100%;
    display: block;
    height: 100px;
  }

  .p-small {
    text-align: center;
    line-height: 2rem;
    font-size: 17px;
    font-weight: 400;
    word-spacing: 5px;
  }
}
.icon_home {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
.icon-box h5 {
  text-align: center;
}
.ms-2 {
  color: black;
}

.bi-x-lg {
  color: #ff0000;
}

#about_hover {
  padding-left: 20px;
}

.bx {
  color: #6e007b !important;
}

.common-links ul li a {
  font-size: 11px;
}

/*.arrow_back {*/
/*  display: none;*/
/*}*/

.content-section {
  padding: 0px 0;
}

.content-section img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.content-section h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.content-section p {
  font-size: 16px;
  line-height: 1.6;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-text-overlay {
  position: absolute;
  top: 50%;
  left: 10%;
  /* Adjust this value to control the horizontal position */
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: left;
  /* Align text to the left */
  color: white;
}

.image-text-overlay h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.image-text-overlay p {
  font-size: 16px;
  line-height: 1.6;
}

.active-sidebar {
  background-color: lightgray;
}

.sidebar-item.active-sidebar {
  /* background-color: #6e007b; */
}

.flicker {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #6e007b;
  animation: flickerText 0.1s linear infinite alternate;
}

@keyframes flickerText {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#dynamic-text {
  font-size: xxx-large;
}

.dd {
  font-size: 2rem;
}
.parbox {
  padding: 35px 5px;
}

.par-bbox {
  padding: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.parbox img {
  width: 100%;
  margin: auto;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.br-o,
.brr-0,
.our-clients-sec .par-bbox:last-child {
  border-right: 0px;
}

.our-clients-sec .par-bbox:last-child {
  border-right: 0px;
}

.new-sec.case-detail-newsec .left-box:last-child,
.ptb-50 {
  padding: 50px 0;
}

.tooltip {
  text-align: center;
}

.tooltip {
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  padding: 2px 8px;
  position: absolute;
  z-index: 1;
  top: 0;
}

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

.about-banner {
  background-image: url("../img/customer/client2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0;
}

.text-white {
  text-align: left;
}

.font-bold {
  font-size: 50px;
  font-weight: 600;
}
.nav-link:hover {
  color: #7d006a;
}
.text-white1 {
  font-size: 17px;
  word-spacing: 4px;
  color: #fff;
}
.play_icon {
  width: 200px;
  margin-left: 20px;
}
.play_icon_foot {
  width: 170px;
}
.price_button {
  background-color: #6e007b;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #6e007b;
  line-height: 1;
  font-size: 15px;
  margin-left: 0;
  word-spacing: 3px;
  margin-right: 0;
  padding: 10px 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  min-width: 130px;
  text-align: center;
  cursor: pointer;
  margin-left: 32rem;
}

.price_button:hover,
.price_button:focus {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  color: #ffffff;
}
.whyimage {
  margin-top: 30px;
  margin-bottom: 30px;
}
@-webkit-keyframes wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.play_icon {
  width: 205px;
  border-radius: 10px;
}
.play_icon1 {
  width: 205px;
  border-radius: 10px;
}
.crm-screening {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-top: -80px;
  background: #fff;
}
#ebcaptchainput {
  width: 106px;
  border: none;
  display: inline;
  margin-left: 10px;
  width: 50px;
  text-align: center;
  font-weight: 500;
  color: #000000;
}
.main_submit {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  transition: 0.5s;
  color: #6e007b;
  border: 2px solid #6e007b;
  background: #fff;
  margin-top: 10px;
  font-weight: 500;
}
.main_submit:hover {
  border: 2px solid #ececec;
  background: #d3d0d3;
  color: #6e007b;
}
.feature_p {
  color: #e79b29;
  font-weight: 300;
}
.ftr-list h3 {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 30px;
}

.ftr-copyright p,
.ftr-list li a {
  font-size: 15px;
  color: #58595b;
  word-spacing: 2px;
}

.ftr-list li a {
  font-weight: 300;
}

.ftr-second-sec .ftr-list ul li a::after {
  content: "|";
  padding: 10px 12px;
}
.ftr-list li {
  line-height: 26px;
  margin-bottom: 5px;
  display: inline-block;
}

/**********************Media Query****************/

@media screen and (max-width: 768px) {
  .popup {
    width: 85% !important;
    margin-left: 7% !important;
    margin-top: 75% !important;
  }

  #close1 {
    display: flex;
  }

  .logo_mob {
    display: block;
  }

  .pricing_button {
    font-size: 15px;
    color: #1a73e8;
    word-spacing: 5px;
    cursor: pointer;
    font-family: "Edu AU VIC WA NT Hand";
    text-align: right;
  }

  .img-fluid {
    width: 100%;
  }

  .zpcol-sm-12 {
    width: 100% !important;
  }

  #contactform {
    width: 300px;

    height: 500px;
    margin: 83px 0;
    margin-left: 0px;
    position: fixed;
    box-shadow: 0 0 12px 0 #333;
    margin-left: 100%;
  }

  .overflow_menu {
    height: 200px;
  }

  .pad_1 {
    padding-top: 70px;
  }

  .zh-one-content {
    width: calc(100% - 100px);
    padding: 0;
    border-right: 0px dashed #d0b31c;
  }

  .navbar {
    position: fixed;
  }

  .section-title h2 {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
  }
  .arrow_back {
    display: block;
  }
  a.secondary-btn {
    padding: 10px 15px;
    margin-top: 25px;
  }
  .hero-title1 {
    line-height: 35px;
  }
  .price_button {
    margin-left: 3rem;
  }
  .play_icon {
    width: 155px;
    border-radius: 10px;
  }
  .play_icon1 {
    width: 155px;
    border-radius: 10px;
  }
}

@media (max-width: 600px) {
  .footer-sec-wrap .product-links > div {
    display: inherit;
    padding: 0 0px 0 0;
  }
  .footer-sec-wrap .product-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
  }
}

.section_title h2 {
  font-size: 45px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: 1px;
  line-height: 50px;
}

.section_title h2 span {
  color: #6e007b;
  font-size: 30px;
  font-weight: 600;
  line-height: 2px;
}

.service_section .service_text h2 span {
  color: #6e007b !important;
  font-size: 35px;
}

.koka-logo{
  margin-left: 40px;
}

.banner_text{
    position: relative;
    top: -65px !important;
}

@media(max-width: 425px){
    .banner_text{
        position: relative;
    top: 44px !important;
    }
    
    .koka-books-btn{
      margin-top: 60px !important;   
    }
}

.banner_text h1 span {
  color: #6e007b;
  font-size: 51px;
  line-height: 55px;
  font-weight: 800;
}

.banner_section .banner_text h1 {
  font-size: 25px;
  line-height: 50px;
  /*padding-bottom: 20px;*/
  font-weight: 800;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 500;
  }
}

#contactform {
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 2px 3px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  display: none;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}

.listing_block li {
  margin-left: -15px;
}

.feature_list li {
  margin-left: -40px;
}

.btn_blocks {
  text-align: center;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  letter-spacing: 0px;
}

/*.puprple_btns{*/
/*    margin-top: 120px;*/
/*}*/

.puprple_btns {
      position: relative;
    left: -330px;
    top: 65px;
  background: #f47d00 !important;
  color: white !important;
  text-decoration: none;
  padding: 12px 25px !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px !important;
  border: 1px solid #f47d00 !important;
  display: inline-block;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.puprple_btns:hover{
  background: #6d007b !important;
  color: #fff !important;
  transform: scale(1.05);
  border: 1px solid #6d007b !important;
}

.flowchart-container {
  width: 110%;
  max-width: 800px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: left;
}

.flowchart-img {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: contain;
  border-radius: 10px;
   margin-top: 140px; 
}

/* Responsive */
@media (max-width: 768px) {
  .btn_blocks {
    width: 100%;
  }

  .btn_blocks .puprple_btns {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 425px) {
  .text_list_section .slider_block {
    margin-top: 20px;
  }

  .service_section .service_text h2 {
    line-height: 1.5;
    margin-left: 15px;
  }

  .section_title h2 {
    line-height: 1.5;
    font-size: 26px;
  }

  .section_title h2 span {
    font-size: 26px;
  }

  .banner_section .banner_text h1 span {
    font-size: 35px;
    line-height: 1.2;
  }

  .service_section .service_text p {
    margin-left: 15px;
  }

  .flowchart-img {
    width: 93% !important;
    margin-top: 120px;
    /*margin-left: -31px !important;*/
  }

  /* .task_app_section .task_img img{
        max-width: 100%;
    } */

  .invoice-btn button{
    margin-left: 60px !important;
    margin-bottom: 25px !important;
  }

  .task_app_section .task_text .section_title {
    text-align: -webkit-match-parent;
    margin-left: 20px;
  }
}

.play_icon {
  width: 57px;
  border-radius: 10px;
}

.sub-logo-set {
  width: 140px;
  padding: 10px;
  margin-left: 60px;
}

.koka-books-btn {
  display: flex;
  gap: 0px;
  margin-top: -60px;
 margin-bottom: 20px;
 margin-left: -20px;
}

.grey-arrow{
    width: 20%; 
    rotate: 15deg;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.koka-books-btn button {
  background: #f97602;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 23px;
  margin-left: 20px;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.koka-books-btn button:hover{
   background: #6d007b;
   color: #fff;
}

.koka-books-btn .free-btn {
  background: #ffffff;
  color: #6e007b;
  border: 1px solid var(--color-primary-a60);
  border-radius: 10px;
}

.free-btn:hover {
  background: #6e007b;
  color: white;
  transform: scale(1.05);
}

.register-btn:hover {
  background: white;
  color: #6e007b;
  transform: scale(1.05);
}

.koka-books-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*margin-top: -49px;*/
  /*margin-left: 50px;*/
}

.doddle-img{
    position: relative;
    top: 60px;
}

/*.doddle-img img{*/
/*    width: 120%;*/
/*}*/

.small-text {
  font-size: 14px;
  margin-top: 5px;
  font-family: "Caveat", cursive;
  font-weight: 500;
  font-style: normal;
}

.large-text {
  font-size: 18px;
 font-weight: 600;
 position: relative;
 top: 28px;
 left: -125px;
 font-family: "Caveat", cursive;
  font-weight: 700;
  font-style: normal;
 /*letter-spacing: 2px; */
}

.doddle-set-right {
  width: 50%;
  margin-left: 586px;
  position: relative;
  top: 60px;
  left: 55px;
}

@media(max-width: 425px){
    .doddle-set-right{
        display: none;
    }
}

.price-tag {
  margin-left: -50px;
  position: relative;
  top: 4px;
}

.red-tag {
  rotate: 20deg;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #4067f2; 
  font-family: "Caveat", cursive;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  font-size: 18px;
  margin-left: -60px;
}

.register-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  background-color: #4067f2;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.register-btns:hover{
  background-color: #4067f2;
  color: white;
}

.register-btns img {
  width: 20px;
  height: 20px;
}

/*@media(max-width:400px){*/
/* .abtImg img{*/
/*   margin-top: -50px !important;*/
/*}  
} */
/*@media (max-width: 400px) {*/
/*  .margin-top {*/
/*    margin-top: -100px;*/
/*  }*/
/*}*/

@media (max-width: 768px) {
  /*.koka-books-btn {*/
  /*  flex-direction: column;*/
  /*  gap: 10px;*/
  /*}*/

  .koka-books-btn button {
    /*width: 100%;*/
    max-width: 250px;
  }
}

.invoice-btn {
  display: flex;
  margin-top: 20px;
}

.invoice-btn button {
  background: #f47d00;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.invoice-btn button:hover {
  background: #6e007b;
  color: white;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .invoice-btn button {
    width: 100%;
    max-width: 250px;
  }
}

.img-set-invoices {
  background-image: url("../img/invoice_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  width: 100%;
  max-width: 100%;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 425px) {
  .img-set-invoices {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }
}

.img-set-invoies-gst {
  background-image: url("../img/invoice_bg_1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  width: 100%;
  max-width: 50%;
  height: 585px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 425px) {
  .img-set-invoies-gst {
    width: 100%;
    max-width: 99%;
    height: 400px;
  }
}

.img-set-invoies-pcayroll {
  background-image: url("../img/invoice_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  width: 100%;
  max-width: 50%;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 425px) {
  .img-set-invoies-pcayroll {
    width: 100%;
    max-width: 99%;
    height: 400px;
  }
}

.img-set-invoies-pos {
  background-image: url("../img/invoice_bg_1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  width: 100%;
  max-width: 50%;
  height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 425px) {
  .img-set-invoies-pos {
    width: 100%;
    max-width: 99%;
    height: 400px;
  }
}

.img-set-invoies-inventory {
  background-image: url("../img/invoice_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  width: 100%;
  max-width: 50%;
  height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 425px) {
  .img-set-invoies-inventory {
    width: 100%;
    max-width: 99%;
    height: 400px;
  }
}

.carousel {
  margin-top: 20px;
}

.carousel-inner img {
  max-height: 450px;
  object-fit: contain;
  border-radius: 10px;
}

.carousel-inner {
  border-radius: 10px;
}

.carousel-item {
  transition: opacity 1s ease-in-out;
}

.carousel-control-prev,
.carousel-control-next {
  filter: invert(100%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 10px;
}

.carousel-indicators [data-bs-target] {
  background-color: #6e007b;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.icons img {
  width: 25%;
}

@media (max-width: 768px) {
  .carousel img {
    max-height: 300px;
  }
}
@media (max-width: 425px) {
  .icons {
    margin-top: 20px;
  }
}

/* Features css */
.features-section {
  padding: 50px 0;
  background-image: url("../img/koka_feature-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}

@media (max-width: 425px) {
  .features-section {
    height: auto;
  }

  .features-num-btns button {
    padding: 8px 5px;
    font-size: 15px;
  }
}

h2 {
  font-size: 28px;
  font-weight: bold;
}

.feature-btn {
  background: #6e007b;
  color: white;
  border: none;
  width: auto;
  min-width: 160px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 8px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 10px 20px;
  white-space: nowrap;
}

.feature-btn:hover {
  background: white;
  color: #6e007b;
  box-shadow: 0px 0px 8px rgba(110, 0, 123, 0.5);
}

@media (max-width: 1024px) {
  .features-section {
    height: 550px;
  }
}

@media (max-width: 768px) {
  .d-flex.justify-content-center {
    flex-wrap: wrap;
    gap: 10px;
  }

  .feature-btn {
    width: 38%;
    min-width: auto;
  }

  .features-section {
    height: 100%;
  }
}

@media (max-width: 425px) {
  .feature-btn {
    width: 54%;
    font-size: 11px;
  }
}

@media(max-width: 320px){
    .feature-btn{
        width: 68%;
    }
}

.carousel-item {
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.features-num-btns button {
  background: white;
  color: black;
  border: none;
  padding: 8px 18px;
  margin: 5px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.features-num-btns button:hover {
  background: #6e007b;
  color: white;
  /*box-shadow: 0px 0px 10px rgba(33, 136, 56, 0.8);*/
}

.how-is-btn {
  background-color: #6e007b;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
}

.how-is-btn:hover {
  background: white;
  color: #6e007b;
}

/* Blog css */
.blogs-content h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.blog-card img {
  border-radius: 10px;
}

.blog-card h5:hover {
  color: #6e007b;
  cursor: pointer;
}

.read-more-btn {
  margin-top: 5px;
  background-color: transparent;
  color: #6e007b;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #6e007b;
  border-radius: 10px;
  display: inline-block;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.read-more-btn:hover {
  background-color: #6e007b;
  color: white;
  border-radius: 15px;
}

.left-align {
  text-align: left;
}

.viewall-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

.view-all-blog {
  background-color: #6e007b;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #6e007b;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.view-all-blog::after {
  content: " →";
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-left: 5px;
}

.view-all-blog:hover {
  background-color: white;
  color: #6e007b;
  border-radius: 15px;
}

.view-all-blog:hover::after {
  opacity: 1;
  transform: translateX(5px);
}

/* FAQ's css */
.faq-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.accordion-button {
  font-size: 20px;
  font-weight: bold;
  /*color: #6e007b;*/
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.accordion-button:hover,
.accordion-button:focus {
  background-color: white;
  /*color: #6e007b;*/
}

.accordion-body {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

.accordion-body strong {
  font-size: 18px;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.accordion-button::after {
  transition: transform 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

@media (max-width: 420px) {
  .accordion-button {
    font-size: 16px;
  }

  .accordion-body {
    font-size: 14px;
  }

  .accordion-body strong {
    font-size: 14px;
  }

  .section_title h2 span img {
    margin-left: 10px;
    width: 6% !important;
  }
}

.section_title h2 span img {
  margin-left: 10px;
  width: 2%;
}

.spinBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

.spinBlock::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
  top: 50.5%;
  background-color: black;
}

.spinBlock .spin_box {
  display: block;
  width: 170px;
  height: 170px;
  background-color: black;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.spinBlock .spin_box .downsign {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 75px;
  height: 75px;
  background-color: #6d007e;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: white;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spin-text {
  display: inline-block;
  /* Ensures the element rotates properly */
  transform-origin: center;
  /* Rotates around its center */
  animation: spin 15s linear infinite;
}

.task_app_section .task_block .row {
  align-items: center;
}

/* Task App section wraper */
.task_app_section .task_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Task App section images*/
.task_app_section {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.task_app_section .task_block {
  max-width: 1370px;
  margin: 0 auto;
  background-color: black;
  color: white;
  /* padding: 60px 150px; */
  position: sticky;
  /*z-index: 99;*/
  border-radius: 30px;
  overflow: hidden;
}

.task_app_section .dotes_blue {
  position: absolute;
  left: -80px;
  bottom: -100px;
}

/* .task_app_section .task_img img {
    max-width: 120%;
    border-radius: 20px;
    margin-left: -60px;
  } */

.task_app_section .task_img::before {
  content: "";
  position: absolute;
  left: 42%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(-9deg);
  width: 380px;
  height: 380px;
  background-color: var(--primery);
  border-radius: 30px;
}

.task_app_section .task_img .screen_img {
  margin-left: -115px;
  margin-top: 50px;
}

.task_app_section .task_text .section_title {
  text-align: left;
}

.task_app_section .task_text .section_title h2 {
  margin-bottom: 15px;
  font-size: 35px;
}

.task_app_section .task_text .section_title .icon {
  display: block;
  width: 80px;
  height: 80px;
  background-color: var(--bg-white);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 35px 0;
}

.task_app_section .task_text .section_title .icon img {
  width: 50px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.text_list_section .slider_block {
  background-color: black;
  color: white;
  padding: 20px 0;
  transform: rotate(358deg);
  pointer-events: none;
  width: 100%;
  overflow-x: hidden;
}

.text_list_section .down_fix {
  transform: rotate(-5deg);
  position: relative;
  bottom: -30px;
  z-index: 9;
  color: #6e007b;
  background-color: white;
  border-radius: 10px;
}

.down_fix::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 22px;
  height: 22px;
  background-image: url(../img/bigstar.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.text_list_section.rotet_down {
  transform: rotate(0.5deg);
}

.text_list_section .owl-stage,
.text_list_section .owl-stage-outer,
.textFlow_list .owl-stage,
.textFlow_list .owl-stage-outer {
  height: 55px;
}

.text_block {
  display: flex;
  align-items: center;
}

.text_block span {
  color: var(--text-white);
  font-size: 50px;
  font-family: var(--font-bebas);
  font-weight: 700;
  line-height: 1;
}

.text_block .mark_star {
  margin: 0 60px;
  font-family: "Playball", cursive;
}



/* -------------- Our Features Section css -----------*/
.our-features {
    padding: 50px 0;
}

.our-feature-content h1 {
    text-align: center;
}

.card {
    border-radius: 10px;
}

.card-title {
    margin-top: 10px;
    transition: color 0.3s ease-in-out;
}

.feature-list {
    padding-left: 20px; 
    list-style-type: disc; 
    font-family:  "Libre Franklin", sans-serif;;
}

.feature-list li {
    font-size: 14px;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.feature-img {
    width: 15%;
    height: auto;
}

.card-body:hover {
  background-color: black;
}

.card-body:hover .card-title,
.card-body:hover .feature-list li {
  color: white;
}

@media (max-width: 425px) {
    .card {
        width: 100%; 
        max-width: 320px; 
        margin: 0 auto; 
    }
}



/* ------------Service App Section Css------------ */
.service_section {
  position: relative;
}

.service_section .service_blocks {
  padding: 50px 0;
}

.service_section .service_badge {
  background-color: white;
  color: #6d007e;
  padding: 5px 20px;
  border-radius: 100px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.service_section .service_badge span {
  margin-left: 3px;
}

.service_section .service_blocks .img img {
  max-width: 100%;
  border-radius: 20px;
}

.service_section .service_text {
  padding-right: 150px;
}
@media (max-width: 425px) {
  .service_section .service_text.right_side {
    padding-left: 0px !important;
  }
  .service_section .service_text {
    padding-right: 0px !important;
  }
}
.service_section .service_text.right_side {
  padding-left: 150px;
  padding-right: 0;
}

.service_section .service_text h2 {
  font-size: 35px;
  font-weight: 700;
  color: var(--black);
  margin: 25px 0;
}

.service_section .service_text h2 span {
  color: var(--primery);
}

.service_section .service_text .listing_block li {
  display: flex;
  gap: 15px;
}

.service_section .service_text .listing_block li .icon span {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: var(--text-white);
  background-color: var(--dark-black);
  border-radius: 100px;
  font-size: 8px;
  margin-top: 3px;
}

.service_section .service_text .listing_block li .text {
  width: calc(100% - 50px);
}

.service_section .service_text .feature_list li {
  display: flex;
  align-items: start;
  gap: 5px;
}

.service_section .service_text .feature_list li .icon span {
  color: var(--primery);
  font-size: 18px;
}

.service_section .service_text .feature_list li p {
  margin: 0;
  padding-top: 2px;
}

.service_section .service_text .btn_block {
  margin-top: 40px;
}

.service_section .service_text .btn {
  text-transform: capitalize;
  font-weight: 700;
}

.how_it_section {
  position: relative;
  padding: 0 15px;
}

.how_it_inner {
  max-width: 1370px;
  margin: 0 auto;
  background-color: black;
  color: white;
  padding: 100px 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.how_it_inner .dotes_blue {
  position: absolute;
  top: -65%;
  left: 50%;
  transform: translateX(-50%);
}

.how_it_inner .section_title {
  margin-bottom: 50px;
  position: relative;
}

.how_it_inner .steps_block {
  text-align: center;
  position: relative;
}

.how_it_inner .steps_block .icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: var(--light-yellow);
  margin: 0 auto;
}

.how_it_inner .steps_block .text {
  margin-top: 40px;
}

.how_it_inner .steps_block .text .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0 20px 0;
}

.how_it_inner .steps_block .text .social li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bg-white);
  border-radius: 100px;
  text-align: center;
  line-height: 38px;
  color: var(--text-white);
  transition: 0.4s all;
}

.how_it_inner .steps_block .text .social li a:hover {
  background-color: var(--primery);
  border-color: var(--primery);
}

.how_it_inner .steps_block .text .tag_text {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 20px 0;
}

.how_it_inner .steps_block .step {
  width: 40px;
  height: 40px;
  border: 1px dashed #9599ab;
  color: #9599ab;
  text-align: center;
  line-height: 38px;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  margin-top: 30px;
  position: relative;
}

.how_it_inner .steps_block.step_border::after {
  content: "";
  position: absolute;
  left: calc(50% + 45px);
  bottom: 20px;
  width: calc(100% - 60px);
  height: 1px;
  border-bottom: 1px dashed #9599ab;
}

.how_it_inner .text-center .btn_block {
  margin-top: 35px;
}
@media (max-width: 425px) {
  .how_it_inner .steps_block.step_border::after {
    display: none;
  }
}

/* -------------Review Section Css Start-------------- */
.review_section {
  position: relative;
}

.review_section .positive_inner {
  padding: 50px 0 50px 0;
  border-bottom: 1px solid var(--dark-greay);
}

.review_section .positive_inner .row {
  align-items: flex-start;
}

.review_section .positive_inner .row .sticky-top {
  top: 30px;
}

.review_section .google_rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.review_section .google_rating .star {
  display: flex;
  align-items: center;
}

.review_section .google_rating .star span,
.review_section .review_side .review_block .coustomer_info .star span {
  color: #fc9400;
}

.review_section .google_rating p {
  margin: 0;
  font-weight: 700;
}

.review_section .google_rating p img {
  height: 16px;
  nav-left: 5px;
}

.review_section .user_review {
  margin-bottom: 60px;
}

.review_section .user_review p {
  font-weight: 700;
}

.review_section .user_review p a {
  color: var(--primery);
}

.review_section .review_side .review_block {
  background-color: var(--bg-white);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 30px;
}

.review_section .review_side .review_block .coustomer_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

.review_section .coustomer_info .star {
  width: 100px;
  display: flex;
  justify-content: end;
}

.review_section .coustomer_info .avtar {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(100% - 120px);
}

.review_section .coustomer_info .avtar img {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 150px;
}

.review_section .coustomer_info .avtar .text {
  width: calc(100% - 100px);
}

.review_section .coustomer_info .avtar .text h3 {
  margin-bottom: 0;
}

.review_section .coustomer_info .avtar .text span {
  font-size: 15px;
}

.review_section .review_block p {
  margin: 0;
}

/* ------------inner page review Section Css Start---------- */

.review_section.page_ban {
  position: relative;
  padding-top: 80px;
}

.review_section.page_ban::before,
.review_section.page_ban::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-image: url(../images/yellow_dotes.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 40%;
  background-position: center;
  z-index: -1;
}

.review_section .review_side.innerpage_block {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.review_section .review_side.innerpage_block .review_block {
  width: 48%;
}

.review_section .positive_inner.in_page {
  border-bottom: none;
}

.review_section.page_ban .google_rating {
  display: block;
}

.review_section.page_ban .google_rating .star {
  display: block;
}

.review_section.page_ban .google_rating .rate_link {
  color: var(--primery);
  font-weight: normal;
}

/* ------------Our Client Listing Section Css Start---------- */
.our_client {
  position: relative;
}

.our_client::before,
.our_client::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  background-image: url(../images/yellow_dotes_tr.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 410px;
  background-position: center;
  z-index: -1;
}

.our_client .client_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  list-style: none;
}

.our_client .client_list .client_logo {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 86px;
}

.our_client .client_list .client_logo img {
  width: 150px;
  height: auto;
}

/* -------------------Pricing-Section---------------------- */
.pricing_section {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pricing_inner {
  max-width: 1370px;
  background-color: var(--dark-black);
  padding: 100px 0;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.pricing_inner .dotes_blue {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
}

.pricing_inner .section_title {
  position: relative;
}

.pricing_inner .nav-tabs {
  border: none;
  justify-content: center;
  background-color: var(--text-white);
  border-radius: 10px;
  padding: 5px;
  width: 230px;
  margin: 50px auto;
  position: relative;
}

.pricing_inner .nav-tabs button {
  border: transparent;
  border-radius: 10px;
  background-color: transparent;
  font-weight: 700;
  padding: 10px 30px;
  font-size: 14px;
}

.pricing_inner .nav-tabs button.active {
  background-color: var(--primery);
  color: var(--text-white);
}

.pricing_inner .pannel_block {
  background-color: var(--bg-white);
  border-radius: 20px;
  padding: 45px 40px;
}

.pricing_inner .pannel_block:not(.highlited_block) span,
.pricing_inner .pannel_block:not(.highlited_block) p,
.pricing_inner .pannel_block:not(.highlited_block) h2,
.pricing_inner .pannel_block:not(.highlited_block) h3 {
  color: var(--black);
}

.pricing_inner .pannel_block .heading {
  position: relative;
}

.pricing_inner .pannel_block .heading h3 {
  margin: 0;
}

.pricing_inner .pannel_block .heading span {
  font-size: 15px;
}

.pricing_inner .pannel_block .pricing {
  padding: 35px 0 25px 0;
  border-bottom: 1px solid var(--dark-greay);
}

.pricing_inner .pannel_block .pricing h3 {
  font-size: 48px;
  font-weight: 700;
  color: var(--primery);
  margin: 0;
}

.pricing_inner .pannel_block .pricing span {
  font-size: 15px;
  margin-left: -10px;
  color: var(--primery);
}

.pricing_inner .pannel_block .features {
  margin: 30px 0 35px 0;
}

.pricing_inner .pannel_block .features li {
  display: flex;
  align-items: start;
  margin: 5px 0;
}

.pricing_inner .pannel_block .features li p {
  margin: 0;
  width: calc(100% - 20px);
  font-weight: 500;
  padding-top: 2px;
}

.pricing_inner .pannel_block .features li .icon {
  margin-right: 5px;
  width: 17px;
}

.pricing_inner .pannel_block .features li .icon .icofont-check-circled {
  color: var(--primery);
}

.pricing_inner .pannel_block .features li .icon .icofont-close-circled {
  color: var(--red-color);
}

.pricing_inner .pannel_block.highlited_block {
  background-color: var(--primery);
}

.pricing_inner .pannel_block.highlited_block .pricing {
  border-color: #7995f7;
}

.pricing_inner .pannel_block.highlited_block .pricing h3,
.pricing_inner .pannel_block.highlited_block .pricing h3 span {
  color: var(--text-white);
}

.pricing_inner .pannel_block.highlited_block .offer {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--bg-white);
  color: var(--black);
  padding: 2px 10px;
  border-radius: 50px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 13px;
}

.pricing_inner
  .pannel_block.highlited_block
  .features
  li
  .icon
  .icofont-check-circled {
  color: var(--text-white);
}

.pricing_inner .contact_text {
  margin-top: 40px;
  margin-bottom: 0;
}

.pricing_inner .contact_text a {
  color: var(--text-white);
  text-decoration: underline;
  line-height: 1.5;
}

/* -----------Interface-Section-Css-Start----------------- */

/* interface wraper */
.interface_section .screen_slider {
  margin-top: 35px;
  min-height: 720px;
}

/* interface images */
.interface_section .owl-item .screen_frame_img img {
  transform: scale(0.9);
  border: 2px solid #000;
  border-radius: 20px;
  transition: 1s all;
  margin: 0 auto;
}

.interface_section .owl-item.center .screen_frame_img img {
  transform: scale(1);
  border: 3px solid #000;
}

.interface_section .owl-dots {
  margin-top: 40px;
}

.interface_section .owl-dots .owl-dot {
  border: 1px solid var(--primery);
  background-color: var(--primery);
  background-color: transparent;
}

/* ---------Key Feature Section Css Start---------- */
.key_feature_section {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.key_innner {
  background: var(--dark-black);
  max-width: 1370px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.key_innner .dotes_blue {
  position: absolute;
  top: -55%;
  left: 50%;
  transform: translateX(-50%);
}

.key_innner .section_title {
  margin-bottom: 35px;
  position: relative;
}

.key_innner .section_title h2 {
  color: var(--text-white);
}

.feature_box {
  text-align: center;
  background-color: var(--text-white);
  padding: 40px 40px 0 40px;
  border-radius: 20px;
}

.feature_box h3 {
  color: var(--primery);
}

.feature_box .img {
  margin-top: 40px;
}

.key_innner .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid var(--dark-greay) !important;
  transition: 0.4s all;
}

.key_innner .owl-nav button span {
  color: var(--dark-greay);
  font-size: 22px;
  line-height: 1.2;
}

.key_innner .owl-nav button.owl-prev {
  left: -50px;
}

.key_innner .owl-nav button.owl-next {
  right: -50px;
}

.key_innner .owl-nav button:hover {
  background-color: var(--bg-white);
  border-color: var(--bg-white);
}

.key_innner .owl-nav button:hover span {
  color: var(--primery);
}

/* --------------Downaload Section Css Start--------------- */
.downaload_section {
  position: relative;
}

.downaload_section .background_slider {
  padding: 200px 0;
}

.downaload_section .dowanload_slider .downlist {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.downaload_section .dowanload_slider .text_block span {
  position: relative;
  color: #ddd8cf;
}

.downaload_section .dowanload_slider {
  transform: rotate(-1.5deg);
  padding: 20px 0;
}

.downaload_section .yellow_dotes {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.downaload_section .yellow_dotes img {
  width: 850px;
}

.downaload_section .center_screen {
  text-align: center;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.downaload_section .app_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.downaload_section .app_btn li a {
  display: block;
  padding: 15px 35px;
  background-color: var(--black);
  border: none;
  position: relative;
  border-radius: 12px;
  transition: 0.4s all;
}

.downaload_section .app_btn li:last-child {
  margin-left: 25px;
}

.downaload_section .app_btn li a img {
  transition: 0.4s all;
  height: 36px;
}

/* -------------blog-Section-Css-Start------------- */
.blog_section {
  position: relative;
}

.blog_section .section_title {
  margin-bottom: 50px;
}

.blog_section .blog_listing {
  display: flex;
  justify-content: space-between;
}

.blog_section .blog_listing .blog_post {
  background-color: var(--bg-white);
  padding: 40px;
  border-radius: 20px;
  width: calc(50% - 40px);
}

.blog_section .blog_listing .blog_post img {
  border-radius: 15px;
  max-width: 100%;
}

.blog_section .blog_listing .blog_post .text {
  margin-top: 30px;
}

.blog_section .blog_listing .blog_post .blog_info {
  display: flex;
  font-size: 14px;
}

.blog_section .blog_listing .blog_post .blog_info li:not(:last-child):after {
  content: "|";
  margin: 0 10px;
}

.blog_section .blog_listing .blog_post h3 {
  margin: 20px 0 25px 0;
  font-size: 26px;
}

.blog_section .blog_listing .blog_post h3 a {
  transition: 0.4s all;
}

.blog_section .blog_listing .blog_post .tag_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_section .blog_listing .blog_post .tag_more .tag {
  font-size: 14px;
  font-weight: 500;
  color: var(--primery);
  border: 1px solid var(--primery);
  padding: 2px 20px;
  border-radius: 100px;
}

.blog_section .blog_listing .blog_post .tag_more a {
  font-weight: 700;
  color: var(--primery);
  transition: 0.4s all;
}

.blog_section .blog_listing .blog_post .tag_more a:hover {
  color: var(--dark-black);
}

.cta-inner {
  background: url(../img/cta-2.png) no-repeat;
  background-size: cover;
  padding: 5rem 4rem;
  margin-top: 150px;
}

h2.cta-title {
  font-size: 58px;
  font-weight: bold;
  line-height: 63px;
}

.email-subs h3 {
  margin-bottom: 10px;
}

.foot_h6 {
  color: #fff;
  font-size: 50px;
  word-spacing: 3px;
  line-height: 4rem;
}

a.w-primary-btn {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  background-color: #f97602;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff !important;
  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  width: auto;
  text-decoration: none;
}

.title_badge {
  color: #6e007b;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 100px;
  background-color: var(--primery);
  margin-bottom: 10px;
}

.title_badges {
  color: #6e007b;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 100px;
  background-color: white;
  margin-bottom: 10px;
}

.down_fix {
  transform: rotate(3deg);
  position: relative;
  bottom: -13px;
  z-index: 9;
  color: #6e007b;
  background-color: white;
  border-radius: 10px;
}

.banner_section .banner_text .type-wrap span {
  white-space: pre;
  font-weight: 700;
  color: #6e007b;
}

.left_icon,
.right_icon {
  display: none;
}

/* Text_slider css */
.text_slider {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* background: black; */
  /* height: 100vh; */
  overflow: hidden;
}

.sliders {
  width: 100%;
  /* max-width: 960px; */
  overflow: hidden;
  position: relative;
  background: black;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 95px;
  /* transform: rotate(-5deg);
    position: relative; */
}

.sliders::before,
.sliders::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  z-index: 2;
  /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
}

.sliders::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.sliders::before {
  left: 0;
  top: 0;
}

.slide-tracks {
  display: flex;
  width: calc(200px * 20);
  animation: scroll 30s linear infinite;
  margin-top: 14px;
}

.slides {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 200px; */
  color: white;
  white-space: nowrap;
  padding: 0 10px;
  margin-top: 12px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 10));
  }
}

.slides span::before {
  content: "•";
  margin-right: 5px;
  font-size: 40px;
  color: white;
}

.slides span {
  font-size: 28px;
  font-weight: bold;
}

/* Blog Section css */
.main_section {
  padding: 130px 0px;
  background-color: #ebebeb;
}

.blog-page {
  padding: 40px 0;
}

.item-image {
  overflow: hidden;
  border-radius: 10px;
}

.item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.7s ease-in-out;
}

.item-image:hover img {
  transform: scale(1.1);
}

.item-info {
  padding: 15px;
  /* text-align: center; */
}

.item-info h4 {
  color: black !important;
  font-size: 18px;
  font-weight: bold;
}

.item-info p {
  font-size: 14px;
  color: #555;
}

.btn-outline {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  border: 1px solid #6d007e;
  color: black;
  text-decoration: none;
  border-radius: 5px;
}

.btn-outline:hover {
  background: #6d007e;
  color: #fff;
}

@media (max-width: 768px) {
  .single-card-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .item-info h4 {
    font-size: 16px;
  }

  .item-info p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .btn-outline {
    padding: 6px 12px;
    font-size: 12px;
  }
}


/* Comparsion css */
.btn-style {
  display: inline-block;
  color: #fff !important;
  padding: 12px 24px;
  margin: 10px;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid white;
}

.btn-style:hover {
  background-color: white;
  color: #6d007b !important;
  border: none;
}

.btn-style:hover .vs-text {
  color: #6d007b;
}

.vs-text {
  display: inline-block;
  color: white;
  border: 1px solid #007bff;
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: bold;
}
/* Comparsion End */

.links-books {
    color: black !important;
}

.navbar-logo-books{
   width: 100%;
  transition: all 0.3s ease;
}

/* Hide scroll-visible buttons always */
.scroll-visible {
  display: none;
}

/* Show them only when .show-on-scroll is added on large screens */
@media (min-width: 992px) {
  .scroll-visible.show-on-scroll {
    display: inline-block !important;
  }
}

@media(max-width: 430px){
    .navbar{
        display: none !important;
    }
}




/* Default - mobile */
.navbar-logo-books {
  display: none;
}

.koka-logo {
  display: block;
}

/* Tablet and above (>=768px) */
@media (min-width: 768px) {
  .navbar-logo-books {
    display: block;
  }

  .koka-logo {
    display: none;
  }
}

@media (min-width: 992px) {
  #cssmenu {
    display: none;
  }
}

@media (max-width: 991px) {
  .displaynone {
    display: none !important;
  }
}

.scroll-buttons {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9999;
  gap: 10px;
}

.navbar-logo-books {
    max-width: 130px;
    height: auto;
}

.nav-container.scrolled .navbar-logo-books {
    max-width: 100px;
    height: auto;
}

.koka-logo {
    width: 150px;
    position: relative;
    left: 20px;
    top: 14px;
}

@media(max-width: 320px){
  .type-wrap span{
    font-size: 14px;
  }   
  
  .playBtn{
      margin-top: 15px;
  }
}