@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;700&display=swap');


body {
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-x: hidden;
}


.navbar {

  transition: background-color 0.3s ease, box-shadow 0.3s ease;

  position: absolute;

  width: 100%;

  z-index: 999;

}

.navbar a {
  color: #fff;
  margin-right: 14px;
  font-weight: 500;
}

.btn-header {
  background-color: #2ce4f5;
  color: #000;
  font-weight: 600;
}

.navbar.transparent {
  background-color: transparent;
}

.navbar.scrolled {
  background-color: #6720df !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
}

.hero {
    background-color: #6720df !important;
    color: white;
    padding: 100px 0 99px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.hero h1 {
  font-size: 40px;
  font-weight: 700;

}

.hero p {
  font-size: 18px;
  margin: 20px 0;
}

.btn-hero {
  background-color: #2ce4f5;
  color: #000;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 5px;
}

.hero img {
  max-width: 100%;
  position: relative;
  z-index: 9;
}

.svgBg {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 128vh;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100% 0;
  -ms-transform-origin: 100% 100% 0;
  transform-origin: 100% 100% 0;
  -webkit-animation-name: apper;
  animation-name: apper;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}



.ibBgPattern {
  left: 0;
  top: 0;
  background-position: 50% 0;
  background-attachment: fixed;
  -webkit-animation-name: appearFadeInit;
  animation-name: appearFadeInit;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


.navbar .container {
  padding: 0px;
}

.navbar.scrolled .container {
  padding: 0 !important;
}


.btns {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #111 !important;
  background: #ffffff;
  border: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 3px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.btns::after {
  content: "";
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #4de3e9;
  z-index: -1;
  transition: all 0.4s ease;
  transform: scaleY(0);
  transform-origin: top;
}

.btns:hover::after {
  top: 0;
  transform: scaleY(1);
}

.btns:hover {
  color: #000;
}

.navbar.transparent{
  background: #6720df;
}




.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}





/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  z-index: 10;
  display: none;
}



.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}


.marketing {
  padding: 100px 0;
}

.markiting-hed h4 {
  color: #202b5d;
  font-weight: 500;
  font-size: 37px;
}


.navbar-nav .nav-link:hover {
  color: #67e7ef !important;
}

.navbar-nav .nav-link:focus {
  color: #67e7ef !important;
}


.boxcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #6720df;
}


.boxcard:hover:before {
  opacity: .05;
  visibility: visible;
  border-radius: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.boxcard:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: transparent;
}


.boxcard {
  -webkit-transition: color .5s ease, background-color .5s ease, -webkit-transform .5s ease;
  transition: color .5s ease, background-color .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, color .5s ease, background-color .5s ease;
  transition: transform .5s ease, color .5s ease, background-color .5s ease, -webkit-transform .5s ease;
  background-color: #fff;
  padding: 40px 30px 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .08) !important;
  height: 340px;
  margin-bottom: 60px;
  margin-top: 30px;
}


.boxcard:before {
  opacity: 0;
  border-radius: 999px 0 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100% 0;
  -ms-transform-origin: 100% 100% 0;
  transform-origin: 100% 100% 0;
  -webkit-transition: opacity .5s ease, visibility .5s ease, border-radius .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, visibility .5s ease, border-radius .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .5s ease, visibility .5s ease, border-radius .5s ease;
  transition: transform .5s ease, opacity .5s ease, visibility .5s ease, border-radius .5s ease, -webkit-transform .5s ease;
}

.iconcard {
  width: 70px;
  height: 70px;
  background: #f7729847;
  padding: 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.contentcard h5 {
  color: #202b5d;
  font-weight: 400;
  font-size: 22px;
}


.ico2 {
  background: #daf9fb !important;
}

.ico3 {
  background: #fff8d3 !important;
}

.ico4 {
  background: #e7dbfa !important;
}

.markiting-hed {
  margin-bottom: 70px;
}

.ico5 img {
  width: 35px;
}

.ico5 {
  background: #92f77247 !important;
}

.ico6 {
  background: #0be0ba33 !important;
}

.ico7 {
  background: #ff000047 !important;
}

.ico8 {
  background: #004cff47 !important;
}

.ico10 {
  background: #ef87e647 !important;
}

.ico11 {
  background: #ff8c5f47 !important;
}

.ico12 {
  background: #72f7f247 !important;
}

.ico13 {
  background: #c3f77247 !important;
}





@keyframes jump {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  70% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

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

.boxcard:hover .iconcard img {
  -webkit-animation-name: jump;
  animation-name: jump;
}

.boxcard .iconcard img {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes apper {

  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}


.btn-markitn a {
  padding: 14px 40px;
  background: #6720df;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
}

.coundown {
  position: relative;
}

.coundown:before {
  background-color: #f1f1f9;
  z-index: -1;
  margin-top: -66px;
  height: 55vh;
}

.coundown:before {
  content: "";
  position: absolute;
  top: 65%;
  right: 0;
  bottom: 0;
  left: 0;
}

.coundown-inner:after {
  content: "";
  border-radius: 100%;
  opacity: .15;
  border: 1px solid #e5e5e5;
  margin-left: 0;
  margin-top: -290px;
  width: 582px;
  height: 582px;
  position: absolute;
  right: -431px;
}

.coundown-inner {
  position: relative;
  background-color: #202b5d !important;
  width: 92%;
  margin: auto;
  padding: 70px 100px 60px;
  border-radius: 18px !important;
  overflow: hidden;
}

.inner-contr h4 {
  font-size: 40px;
  font-weight: 700;
}


.inner-contr {
  margin-bottom: 70px;
}

.counterfsd span {
  color: #67e7ef !important;
  font-size: 50px;
  font-weight: 400;
}


.coundown-inner .inner-bord:before {
  opacity: .15;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  margin-right: -265px;
  width: 581px;
  height: 581px;
  content: "";
  position: absolute;
  top: -390px;
  left: -80px;
}

.coundown-inner .inner-bord:after {
  opacity: .15;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  margin-right: -265px;
  width: 581px;
  height: 581px;
  content: "";
  position: absolute;
  top: -410px;
  left: -82px;
}

.coundown-inner .inner-bord {
  left: 0;
  top: 0;
  z-index: 1;
}

.fure-hed h4 {
  font-size: 50px;
  color: #202b5d;
  font-weight: 500;
}

.prggup {
  font-size: 18px;
  font-weight: 400;
  color: #62718d !important;
  line-height: 1.5;
}

.furecer {
  padding: 200px 0px 70px;
}

.hfive {
  font-size: 30px;
  font-weight: 500;
  color: #62718d;
}


.furecnt h5 {
  font-size: 20px;
  color: #202b5d;
  font-weight: 500;
}

.featur-heading p {
  font-size: 20px !important;
}

.featur-img {
  background-image: url(../images/bgShapes03.png);
  z-index: -1;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.iconfur {
  width: 40px;
  height: 40px;
}

.feature-icon {
  display: flex;
  gap: 20px;
}

.nmg {
  gap: 5px !important;
  align-items: center;

}

.nmg i {
  color: #6720df;
  font-size: 20px;
}

.nmg p {
  margin-bottom: 0px;
}

.nmg .iconfur {
  width: unset !important;
  height: unset !important;
}

.featur-heading {
  margin-bottom: 30px;
}

.pl-5 {
  padding-left: 40px;
}

.tabturef .nav-link {
  border-color: #fff !important;
  border-bottom: unset !important;
  color: #474747;
  font-weight: 700;
  font-size: 18px;
  padding: 0 15px;
  margin: 0px 10px;
}


.tabturef .nav-link.active {
  border-bottom: 1px solid #6720df !important;
  color: #6720df !important;
}

.tabturef .nav-tabs {
  border: 0 !important;

}

.tab-content {
  margin-top: 15px;
}

.tabturef .nav-link:hover {
  border-bottom: 1px solid rgb(207, 207, 207) !important;
}

.tryto {
  padding: 40px 0;
  background: #6720df;
}

.inner-try h5 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.inner-try button {
  background: #fff;
  padding: 15px 30px;
  color: #6720df;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.inner-try button:hover {
  background: #202b5d !important;
  color: #fff;
}



.testimonial {
  position: relative;
  width: 80%;
  padding: 50px 0;
  overflow: hidden;
  margin: auto;
}

.inmgrp {
  height: 203px;
  width: 413px;
}

.inmgrp img {
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}

.slide p {
  text-align: left;
  font-size: 26px;
  font-weight: 400;
  color: #62718d;
  padding-right: 21px;
}

.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}

.slide .details {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.details h4 {
  font-size: 20px;
  font-weight: 500;
  color: #202b5d;
  margin-bottom: 5px;
}

.details span {
  font-size: 16px;
  font-weight: 400;
  color: #62718d;
}

/* swiper button css */

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
  background-color: #202b5d !important;
}



.inner-wrp {
  display: flex;
  align-items: center;
  gap: 50px;
}

.testimonial-wrpa {
  padding: 100px 0px 90px;
  background: #f1f1f9 !important;
}

.pricing {
    padding: 30px 0px 30px;
}

.testimonial-wrpa h2 {
  font-size: 30px;
  font-weight: 400;
  color: #202b5d;
}

.qutowp {
  position: absolute;
  left: 150px;
  top: -10px;
}


.list-detial ul {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}

.pric-nme,
.pric-reng {
  margin-bottom: 25px;
}

.pric-img {
  margin-bottom: 16px;
}



.btn-ifon {
  width: 100% !important;
  background: #202b5d;
  padding: 12px 115px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #202b5d;
}

.active .btn-ifon {
  background: #6720df !important;
  border: 1px solid #6720df;
}

.active .btn-ifon:hover {
  background: transparent !important;
  border: 1px solid #6720df;
}

.btn-ifon:hover {
  background: transparent;
  border: 1px solid #6720df;
  color: #202b5d;
  padding: 12px 115px;
}


.pric-nme h5 {
  font-size: 24px;
  font-weight: 500;
  color: #202b5d;
  margin-bottom: 5px;
}

.pric-nme p,
.pric-reng p {
  font-size: 16px;
  font-weight: 400;
  color: #62718d;
}

.pric-reng h5 {
  font-size: 50px;
  font-weight: 500;
  color: #202b5d;
  margin-bottom: 5px;
  line-height: 1;
}

.list-detial ul li span {
  font-size: 16px;
  line-height: 23px;
  color: #62718d;

}

.list-detial ul li i {
  font-size: 22px;
  line-height: 1.2;
  color: #6720df;
}

.list-detial ul li {
  margin: 6px 0;
  display: flex;
  align-items: start;
  gap: 9px;
}

.pricing-box {
  padding: 30px 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .08) !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}


.pricing-box:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}


span.bstpck {
  background: #f5e2fc;
  color: #bb3beb;
  margin: 0;
  padding: 7px 15px;
  border-radius: 30px;
}

.pric-img img {
  width: 40px;
  height: 40px;
}



.faq-item {
  border: 0;
  border-radius: 4px;
  margin-bottom: 15px;
  overflow: hidden;
  background: #fff;
}

.faq-question {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.faq-question:hover {
  background: #f9fafc;
}

.accordion-button::after {
  display: none !important;
}

.faq-icon {
  transition: transform 0.3s ease;
}

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

.accordion-button:not(.collapsed) {
  color: #202b5d;
  background: unset !important;
  box-shadow: unset !important;
}

.accordion-collapse.collapse.show {
  border: 1px solid #cccccc7a;
  border-top: 0 !important;
}

.accordion-button.faq-question.collapsed {
  border: 1px solid #cccccc7a;
  padding: 20px;
}

.accordion-button.faq-question {
  border: 1px solid #cccccc7a;
}

.accordion-collapse.collapse.show .accordion-body {
  border: 0 !important;
}

.faqarea {
    padding: 30px 0;
}

.lastsection {
  background: #67e7ef !important;
  position: relative;
  padding: 90px;
}

span.bgPattern {
  bottom: 0;
}

.bgPatts {
  right: 100px;
  top: 0;
}

.btnlast button {
  padding: 12px 60px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  background: #202b5d;
}


footer {
  background: #1f2b57;
  color: #ccc;
  padding: 70px 50px 50px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-brand h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-brand h2 span {
  background: linear-gradient(135deg, #7f3cff, #9d4edd);
  color: #fff;
  border-radius: 50%;
  padding: 8px 12px;
  font-weight: bold;
}

.footer-brand p {
  font-size: 16px;
  color: #62718d;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2b57;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #7f3cff;
  color: #fff;
}

.footer-links h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  text-decoration: none;
  color: #62718d;
  font-size: 17px;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #fff;
}

.footer-newsletter h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
}

.footer-newsletter p {
  font-size: 17px;
  color: #62718d;
  margin-bottom: 15px;
}

.newsletter-box {
  display: flex;
  max-width: 350px;
  border-radius: 5px;
  overflow: hidden;
}

.newsletter-box input {
  flex: 1;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 16px;
}

.newsletter-box button {
  background: #7f3cff;
  color: #fff;
  border: none;
  padding: 0 20px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #6720df;
}

.newsletter-box button:hover {
  background: #fff;
  color: #6720df;
  border: 1px solid #6720df;
}

.footer-bottom {
  border-top: 1px solid #2f3b6d;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 17px;
  color: #62718d;
}

.footer-bottom a {
  font-size: 17px;
  color: #62718d;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

@media(max-width: 600px) {
  .newsletter-box {
    flex-direction: column;
  }

  .newsletter-box input,
  .newsletter-box button {
    width: 100%;
    margin: 3px 0;
  }
}









.slick-slide {
  margin: 0px 40px;
}


.slick-slide img {
  width: 100% !important;
  height: 100% !important;
}

.customer-logos .slide img {
  -webkit-transition: opacity .15s ease, visibility .3s ease;
  transition: opacity .15s ease, visibility .3s ease;
}


.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

.customer-logos {
  background: #fff;
  padding: 35px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 80%;
  margin: auto;
  margin-top: -55px;
}

ul.slick-dots {
  display: flex !important;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}

ul.slick-dots li {
  list-style: none;
}

ul.slick-dots li button {
  font-size: 0px;
  background: transparent;
  border: 0;
}

ul.slick-dots li button:before {
  content: "\f3c1";
  font-family: remixicon !important;
  font-size: 9px;
  color: #aa80ed !important;
}

ul.slick-dots .slick-active button:before {
  color: #6720df !important;
}

.decnon{
  display: none;
}

.hero .container {
    position: relative;
    z-index: 99;
}











@media(max-width:767px){
  .navbar .container {
    padding: 7px 10px !important;
}

.logwhite {
    width: 200px !important;
}

.navbar.transparent {
    background-color: #6720df;
}

.navbar-toggler {
    border: var(--bs-border-width) solid rgb(255 255 255) !important;
}


.svgBg {
    opacity: 0;
}

.hero {
    padding: 35px 0 90px;
}

.hero h1 {
    font-size: 23px;
}

.infomg {
    margin-top: 25px;
}
.navbar-toggler i {
    color: #fff !important;
}

.customer-logos {
    width: 92%;
}

.marketing {
    padding: 60px 0;
}

.markiting-hed h4 {
    font-size: 23px;
}

/* .boxcard {
    margin: 10px;
} */

.coundown-inner {
    padding: 30px 20px 30px;
    width: 100%;
}

.footer-container {
    display: grid;
    grid-template-columns: unset;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

footer {
    background: #1f2b57;
    color: #ccc;
    padding: 40px 15px 30px;
}

.navbar.scrolled .container {
    padding: 10px !important;
}

.bounceInDown img {
    width: 24% !important;
}

.bounceInUp img {
    width: 24% !important;
}

.markiting-hed {
    margin-bottom: 20px;
}

.bgPatts {
    right: 150px;
    top: 0;
}

.inner-try {
    flex-direction: column;
    gap: 20px;
}

.inner-try h5 {
    text-align: center;
}



.infoftr {
    flex-direction: column;
}

.pricing {
    padding: 90px 0px 0px;
}

.btnlast button {
    padding: 12px 15px;
}



.newsletter-box button {
    padding: 20px;
}
.lastsection {
    padding: 90px 40px;
}

.hero .row {
    gap: 30px;
}

.modal-backdrop.show {
    opacity:0 !important;
}

.offcanvas.offcanvas-top.show {
    height: 100vh;
    background: #6720df;
}

.modal-backdrop {
    z-index: 9 !important;
}

.offcanvas-body ul.navbar-nav li a {
    color: #ffffff !important;
}
.offcanvas-body ul{
   margin-bottom: 15px;
}

.offcanvas-body li.nav-item {
    border-bottom: 1px solid #cccccc6b;
}

.mobnon{
  display: none;
}

.decnon{
  display: block !important;
}

.tabturef ul li {
    width: 50%;
}
.tabturef .nav-link {
    font-size: 13px;
    padding: 0 5px;
    margin: 0px 8px;
}
.innrecnvs .btn-open {
    background: transparent !important;
    border: 1px solid #fff !important;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
}

.furecer {
    padding: 40px 0px 50px;
}



}




@media(min-width:768px) and (max-width:1023px){
  .newsletter-box input {
    padding: 12px;
    max-width: 140px;
}

.bounceInDown img {
    width: 80% !important;
}

.bounceInUp img {
    width: 54% !important;
}
.lastsection {
    padding: 90px 40px;
}

.bgPatts {
    right: 0;
    top: 0;
    width: 21%;
}

.innrecnvs .btn-open {
    background: transparent !important;
    border: 1px solid #fff !important;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
}

.btn-closess {
    border: 0 !important;
    background: transparent;
    color: #fff;
    font-size: 25px;
}

.mobnon{
  display: none;
}

.decnon{
  display: block !important;
}

.modal-backdrop.show {
    opacity:0 !important;
}

.offcanvas.offcanvas-top.show {
    height: 100vh;
    background: #6720df;
}

.modal-backdrop {
    z-index: 9 !important;
}

.offcanvas-body ul.navbar-nav li a {
    color: #ffffff !important;
}
.offcanvas-body ul{
   margin-bottom: 15px;
}

.offcanvas-body li.nav-item {
    border-bottom: 1px solid #cccccc6b;
}

.svgBg {
    height: 120vh;
}

.hero {
    padding: 40px 0 99px;
}

.hero h1 {
    font-size: 26px;
}

.markiting-hed h4 {
    font-size: 30px;
}

.marketing {
    padding: 40px 0;
}

.coundown-inner {
    padding: 50px 50px 50px;
}

.hfive {
    font-size: 20px;
}

.inner-try h5 {
    font-size: 20px;
}

.tabturef ul li {
    width: 50%;
}
.tabturef .nav-link {
    font-size: 13px;
    padding: 0 5px;
    margin: 0px 8px;
}



.pricing {
    padding: 90px 0px 0px;
}

.furecer {
    padding: 50px 0px 70px;
}


}

@media(min-width:1024px) and (max-width:1200px){
  .hero {
    padding: 60px 0 70px;
}

.hero h1 {
    font-size: 30px;
    font-weight: 700;
}

.logwhite {
    width: 200px !important;
}

.coundown-inner {
    width: 95%;
    padding: 60px 40px 60px;
}

.bounceInDown img {
    width: 60% !important;
}

.bounceInUp img {
    width: 60% !important;
}

span.bounceInDown {
    right: 20px;
}
}



.testi-content {
  display: flex;
}

.slide {
  display: flex;
  height: auto; /* important */
}


.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin: 5px;
    height: 100%;
    min-height: 320px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin: 0 auto 15px;
}

.testimonial-stars {
  color: #f5b50a;
  font-size: 18px;
  margin-bottom: 10px;
}

.testimonial-text {
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
  font-size: 18px !important;
}

.testimonial-name {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}

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

.modal-content {
    padding: 20px 10px;
}

.btn-closess {
    border: 0 !important;
    background: transparent;
    color: #fff;
    font-size: 25px;
}

.btnlast button {
    background: #4de3e9;
    border-color: #4de3e9;
}


.service-card {
  background: #6720df; /* purple shade */
  color: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: left;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  background: #6720df;
  transform: translateY(-8px);
}

.service-card .icon-box {
  background: #fff;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.service-card .icon-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.service-card h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-card p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

a.semil {
  text-decoration: none;
  color: #fff;
}

.grontnt {
  width: 20%;
}

.innerhrd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}


.btnlogn {
  padding: 6px 25px;
  border: 0;
  background: #ffffff;
  border-radius: 6px;
}

.dropdown-menu li a {
  color: #000;
}

.dropdown-menu li a:hover {
  background: #ffffff;
}
