.nav-container .nav-content .nav-menu a {
  color: #252525 !important;
}

.nav-container .nav-content .nav-menu #home {
  color: var(--secondary-color) !important;
}

.homeee {
  min-height: 100vh;
  margin-top: 5%;
  font-family: var(--font-family);
}

.circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: var(--secondary-color);
  border: 1px solid transparent;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  font: 22px Arial, sans-serif;
}



/* ShowCase */
.showcase .input-group input,
.showcase .input-group button {
  height: 50px
}

.showcase .smBtn {
  height: 40px;
}

.showcase .tick img {
  width: 12px;
  height: 12px;
}

.showcase .tick p {
  font-size: 14px;
}

.showcase a {
  background-color: var(--secondary-color);
}

.showcase button {
  background-color: var(--secondary-color);
}

.showcase .container33 {
  position: relative;
}

.showcase .container33 .banner {
  display: block;
}

.showcase .container33 .content .noti1 {
  position: relative;
  animation: left 7s infinite;
  animation-timing-function: ease;
}

.showcase .container33 .content .noti2 {
  position: relative;
  animation: top 7s infinite;
  animation-timing-function: ease;
}

.showcase .container33 .content .noti3 {
  position: relative;
  animation: right 7s infinite;
  animation-timing-function: ease;
}

.template a {
  background-color: var(--secondary-color);
}

.e-commerce a {
  background-color: var(--secondary-color);
}

.e-commerce .icon {
  padding: 8px;
  padding-top: 6px;
}

.toi button {
  background-color: var(--secondary-color);
}

.logo {
  width: 180px;
  /* height: 30px; */
  padding-right: 50px;
  /* object-fit: cover;
    object-position: -10% 50%; */
}

/* Showcase animation */
.showcase .content {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 76.5%;
  overflow: hidden;
}

/*! Showcase animation */

.square {
  color: var(--primary-color);
}

/* Comments */
.container2 {
  overflow-x: hidden;
}


/* Templates */
a.list-group-item {
  border: none;
  color: black;
  border-left: 2px solid rgb(226, 226, 226);
}

.widthSet {
  max-width: 700px;
}

.heightSet {
  max-height: 450px;
}

.template #butt5 {
  white-space: nowrap;
}

.list-group .templates {
  background-color: transparent;
  border: none;
  padding: 10px !important;
  transition: color .4s, border-left .4s ease-in-out !important;
}

.list-group .templates {
  color: black;
}

.list-group .templates.active {
  color: var(--secondary-color);
  border-left: 5px solid var(--secondary-color);
}

.ready {
  background-color: var(--primary-color);
}

.elevate {
  overflow: hidden;
}

.elevate p {
  max-width: 700px;
}

.elevate a {
  background-color: var(--secondary-color);
  font-weight: 600;
}

.elevate h1 {
  font-size: 25px;
}

@media (max-width: 600px) {
  .elevate img {
    width: 100%;
    margin-top: -20%;
  }
}


@keyframes left {
  0% {
    transform: translate(0, 0);
  }

  30% {
    transform: translate(-300%, 0);
    opacity: 0;
  }

  40%,
  80% {
    opacity: 0;
    transform: translate(0, -100%);
  }
}

@keyframes top {
  0% {
    transform: translate(0, 0);
  }

  20% {
    opacity: 1;
    transform: translate(0, -117%);
  }

  50% {
    transform: translate(-300%, -117%);
    opacity: 0;
  }

  60%,
  80% {
    opacity: 0;
    transform: translate(0%, -100%);
  }
}

@keyframes right {
  0% {
    transform: translate(0, 0);
  }

  20% {
    opacity: 1;
    transform: translate(0, -117%);
  }

  40% {
    opacity: 1;
    transform: translate(0, -234%);
  }

  60% {
    transform: translate(-300%, -234%);
    opacity: 0;
  }

  70%,
  80% {
    opacity: 0;
    transform: translate(0%, -100%);
  }
}

/* Try ZenBasket */

.elevate .container-fluid {
  height: 660px;
}

.elevate .col-md-4 {
  padding-top: 250px;
}

@media (prefers-reduced-motion: no-preference) {
  .elevate .phoneAni {
    animation: phone 2s;
    opacity: 1 !important;
    animation-timing-function: ease;
  }

  .elevate .lapAni {
    opacity: 1 !important;
    animation: lap 2s;
    animation-timing-function: ease;
  }

  .elevate .tabAni {
    opacity: 1 !important;
    animation: tab 2s;
    animation-timing-function: ease;
  }

  .elevate .phoneMbAni {
    opacity: 1 !important;
    animation: phone1 2s;
    animation-timing-function: ease;
  }

  .elevate .lapMbAni {
    opacity: 1 !important;
    animation: lap1 2s;
    animation-timing-function: ease;
  }

  .elevate .tabMbAni {
    opacity: 1 !important;
    animation: tab1 2s;
    animation-timing-function: ease;
  }
}

/* iOS device */
/* @supports (-webkit-touch-callout: none) {
  
} */

@media only screen and (min-width: 480px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .elevate {
    display: none;
  }
}

/* @media only screen 
  and (min-width: 480px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .elevate { 
      display:none; 
    }
  } */

.elevate .phone {
  opacity: 0;
  transform: rotate(0.12turn);
  width: 80%;
  position: relative;
  top: -7%;
  left: -3%;
  object-fit: cover;
}

.elevate .lap {
  opacity: 0;
  transform: rotate(0.12turn);
  width: 80%;
  position: relative;
  left: 12%;
  top: -13%;
  object-fit: cover;
}

.elevate .tab {
  opacity: 0;
  transform: rotate(-0.25turn);
  width: 80%;
  position: relative;
  bottom: 66%;
  left: 55%;
  object-fit: cover;
}

/* .elevate .phone{
  opacity: 0;
  transform: rotate(0.12turn);
  width:80%;
  height:80%;
  position:relative;
  top: -19%;
  left:-3%;
  object-fit: cover;
}

.elevate .lap{
  opacity: 0;
  transform: rotate(0.12turn);
  width:80%;
  height:80%;
  position: relative; 
  left: -64%;
  top: 44%;
  object-fit: cover;
}

.elevate .tab{
  opacity: 0;
  transform: rotate(-0.25turn);
  width:80%;
  height:80%;
  position: relative; 
  bottom: 2%;
  left: -100%;
  object-fit: cover;
} */

.testimonial-subtext {
  font-size: 1.2rem;
}

.common-banner-btn .signUp {
  background-color: rgb(255, 98, 0) !important;
  margin-top: 1rem;

}

.banner-heading {
  font-size: 2rem !important;

}

.banner-subheading {
  font-size: 1rem !important;
}

.market-content-heading {
  font-size: 1.9rem;
  font-weight: 700;
}

.market-content-subheading {
  font-size: 1.1rem;
}

#commonSolutionBanner .bannerImage {
  width: 500px;
}

#commonSolutionBanner .order {
  padding: 0 3rem !important;
}

/* Style the modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 12% !important;
  /* Adjust the margin-top value as needed */
  width: 100%;
  height: calc(100% - 50px);
  /* Adjust the height to leave space for the top margin */
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Style the close button */
.close {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}

/* Style the iframe */
.modal iframe {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 85vh;
}

.overlay-video-section {
  position: absolute;
  top: 50%;
  left: 45%;

}

.iframe-play {

  background-color: var(--secondary-color);
  height: 50px;
  width: 50px;
  border-radius: 25px;
  border: none;
  position: relative;
  cursor: pointer;
  animation: animate 2s ease-in infinite;


}

.iframe-play i {

  font-size: 2.5rem;
  color: white;
  position: absolute;
  right: 3px;
  bottom: -2px;

}

.tab_box {
  position: sticky;
  top: 100px;
}

.tab_box .tab_btn {
  font-size: 1.2rem;
  font-weight: 700;
  background: none;
  border: none;
  color: black;
  padding: 1rem;
}

.tab_box .tab_btn:hover {
  /* border-bottom: 2px solid rgb(255, 98, 0); */
  color: rgb(255, 98, 0);
}

.tab_box .tab_btn.active {
  /* border-bottom: 2px solid rgb(255, 98, 0); */
  color: #015374;
}

.line {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 230px;
  height: 3px;
  background-color: rgb(255, 98, 0);
  border-radius: 10px;
  transition: all .3s ease-in-out;

}

.content-box .content {
  background-color: #f6f6f6;
  margin-bottom: 2rem;
  border-radius: 10px;
  position: sticky;
  top: 100px;
}

/* .content .image-section img {
  width: 400px;
  height: 400px;
} */
@keyframes moving {
  from {
    opacity: 0;
    transform: translateY(50px);
    /* Start position */
  }

  to {
    opacity: 1;
    transform: translateY(0);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;

    /* End position */
  }
}

.homecontents-data {
  padding: 0% 5%;
}

.Homecontent-heading {
  font-size: 40px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

.Homecontent-subHeading {
  font-size: 18px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  text-align: center;

}

.ad-Pointscontent {
  padding-top: 3%;
}

.points {
  font-size: 18px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  text-align: center;
  margin: 0;
  text-align: left;
}

.points-row {
  display: flex;
  margin: 0px auto 15px;
  width: 80%;
  justify-content: center;
}

.point-left,
.point-right {
  display: flex;
  width: 45%;
  padding-left: 10%;
  align-items: center;

  img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
}

.points-item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.HomeElevatecontent-heading {
  padding-top: 3%;
  font-size: 40px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  text-align: center;

}

.Homecontent-homeheading {
  font-size: 40px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  text-align: center;
  /* margin-bottom: 30px;  */
  /* margin: 0px auto 30px; */
}


.customer-homecommoncard {
  /* width: 80%;  */
  margin: 0 auto;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.customer-homecard {
  width: calc(50% - 30px);
  margin-bottom: 10px;
  background-color: #f9f9f9;
  /* border: 3px solid #ddd; */
  box-shadow: 0px 0px 8px 6px #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  /* max-width: 540px; */
}

.customer-content {
  display: flex;
  align-items: center;
  padding: 20px;
}

.image-iconhomecommoncard {
  height: 100px;
  width: 100px;
  margin-right: 20px;
}

.customer-card-text {
  flex: 1;
}

.customer-card-text h2 {
  padding-top: 1%;
  font-size: 30px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  /* margin: 0; */
}

.customer-card-text p {
  padding-top: 1%;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  margin: 0;
}


.custom-button {
  margin-top: 15px;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #FF8519;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  border: none;
  border-radius: 0.3rem;
  font-weight: 500;
  vertical-align: middle;
  border: 1px solid transparent;
  font-family: Montserrat, sans-serif;
  width: 175px;
}

.customer-card-text .custom-button {
  padding: 0.5rem 0.8rem;
  font-size: 1.4rem;
  width: 150px;

}


.containerplugin {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headingsPlugin {
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
}

.imgPlugin {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.plugin-heading {
  font-size: 40px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
}

.plugin-heading2 {

  font-size: 20px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  max-width: 80%;
}

.tab-section-head {
  font-size: 1.3rem;
}

.market-content-heading2 {
  font-size: 1.3rem;
  font-weight: 700;
}


@media (max-width: 768px) {

  .points-row {
    width: 90%;
  }

  .point-left,
  .point-right {
    width: 50%;
  }

  .homecontents-data {
    padding: 0% 3%;
  }

  .customer-homecommoncard {
    padding: 5% 3%;
  }

  .Homecontent-heading {
    font-size: 36px;
  }

}

@media (max-width: 550px) {

  .points-row {
    width: 100%;
    flex-direction: column;
  }

  .point-left,
  .point-right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .point-left {
    margin-bottom: 15px;
  }

  .Homecontent-heading,
  .Homecontent-homeheading {
    font-size: 28px;
  }

  .customer-content {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media (max-width: 991px) {

  .customer-homecommoncard {
    flex-direction: column;
  }

  .customer-homecard {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .customer-homecommoncard .customer-homecard:nth-child(2) {
    margin-bottom: 40px;
  }

}

/* .containers {
  overflow-y: scroll;
} */

.content-box .content.active {
  display: block;
  opacity: 1;
  /* Opacity transition to 1 */
  transform: translateY(0);
}

@media (max-width: 1340px) {
  .elevate .container-fluid {
    height: 555px;
  }

  .elevate .col-md-4 {
    padding-top: 160px;
  }

  .market-img {
    /* height: 400px; */
    width: 100%;

  }
}

@media (max-width: 1180px) {
  .elevate .container-fluid {
    height: 475px;
  }

  .elevate .col-md-4 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .elevate .container-fluid {
    height: 460px;
  }

  .content .image-section img {
    max-width: 100%;
  }

  .tab_box .tab_btn {
    font-size: 1rem;
  }

  .line {

    width: 150px;
  }

  /* .elevate .col-md-4{
    padding-top: 65px;
  } */

  .elevate .phone {
    transform: rotate(0.12turn);
    width: 100%;
    position: relative;
    top: -5%;
    left: -5%
  }

  .elevate .lap {
    transform: rotate(0.12turn);
    width: 100%;
    position: relative;
    left: 16%;
    top: -13%
  }

  .elevate .tab {
    transform: rotate(-0.25turn);
    width: 100%;
    position: relative;
    top: -69%;
    left: 60%
  }

  .overlay-video-section {
    position: absolute;
    top: 50%;
    left: 45%;
  }
}

@media (max-width:767.9px) {
  .elevate .phone {
    opacity: 0;
    transform: rotate(0.12turn);
    top: -3%;
    left: -35%
  }

  .elevate .lap {
    opacity: 0;
    transform: rotate(0.12turn);
    left: 0%;
    top: -16%
  }

  .elevate .tab {
    opacity: 0;
    transform: rotate(-0.13turn);
    top: -68%;
    left: 45%
  }

  .elevate .container-fluid {
    height: 634px;
  }

  .elevate .col-md-4 {
    padding-top: 20px;
  }


}

@media(min-width:990px) {
  .step-card:nth-child(even) {
    flex-direction: row-reverse !important;
  }

  .store .sub {
    font-size: 18px;
  }

  .steps-content {
    align-items: center !important;

  }
}



@media (max-width: 600px) {
  /* .elevate .container-fluid{
    max-height:80vh;
  } */

  .elevate .phone {
    width: 130%;
    top: 7%;
    left: -55%
  }

  .elevate .lap {
    width: 130%;
    left: -14%;
    top: 2%
  }

  .elevate .tab {
    width: 130%;
    top: -55%;
    left: 39%
  }

  @media only screen and (min-width: 423px) and (max-width: 600px) {
    .iframe-play i {
      font-size: 3.5rem !important;
    }

  }

  @media (max-width: 423px) {
    .elevate .container-fluid {
      height: 555px;
    }

    .iframe-play i {
      font-size: 3.5rem !important;
    }

    .tab_box .tab_btn {
      font-size: 9px;
    }

    .line {

      width: 80px;
    }

    .plugin-heading2 {
      font-size: 15px;
      max-width: 85%;
    }

    .plugin-heading {
      font-size: 29px;
    }

    .market-img-section .market-img {
      margin-top: 2.5rem;
    }
  }

  @media (max-width: 350px) {
    .elevate .container-fluid {
      height: 515px;
    }

    .iframe-play i {
      font-size: 3.5rem;
    }
  }
}

@keyframes phone {
  0% {
    transform: translate(60%, -100%);
  }

  10% {
    transform: translate(60%, -100%);
  }
}

@keyframes lap {
  0% {
    transform: translate(50%, 110%);
  }
}

@keyframes tab {
  0% {
    transform: translate(100%, -100%);
  }
}

@keyframes phone1 {
  0% {
    transform: translate(-60%, 0%);
  }
}

@keyframes lap1 {
  0% {
    transform: translate(50%, 110%);
  }
}

@keyframes tab1 {
  0% {
    transform: translate(100%, -100%);
  }
}

@keyframes animate {
  0% {
    box-shadow: 0 0 0 0px rgb(255, 98, 0);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.content.containerInvisible {
  animation: moving 2s ease-in forwards;
}

.content-box {
  transition: all .7s ease;

}

.slider {
  position: relative;
}

@keyframes moving {
  0% {
    opacity: 0.9;
    transform: scale(1);
  }

  100% {
    opacity: 0.1;
    transform: scale(0.6);
  }
}