@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-size: 1rem;
}

.original {
  text-decoration: line-through;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/* .form-control-placeholder{
    position: absolute;
    top: 13px;
    left: 36px;
    font-size: 13px;
} */
.floatingPlaceholder + img {
  top: 16px !important;
}

.floatingPlaceholder {
  position: absolute;
  top: 17.5px;
  line-height: 12px;
  left: 40px;
  font-size: 12px;
  /* font-family: arial; */
  font-size: 12px;
  color: #000;
  /* padding: 14px; */
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
}

.backbutton {
  top: 5px;
  left: 5px;
  position: absolute;
  cursor: pointer;
}

.closeIcon {
  top: 5px;
  right: 5px;
  position: absolute;
}

input:focus ~ .floatingPlaceholder,
input:not(:placeholder-shown) ~ .floatingPlaceholder,
textarea:focus ~ .floatingPlaceholder,
textarea:not(:placeholder-shown) ~ .floatingPlaceholder {
  font-size: 12px;
  color: #afbdcf;
  top: -5px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

:root {
  --yellow: #fdeb04;
  --dull-yellow: #d6a400;
  --black: #000000;
  --dark-grey: #131313;
  --grey: #333333;
  --pink: #fef6d9;
  --white: #ffffff;
  --title: #ffffff;
  --shadow: rgba(0, 0, 0, 0.08);
  --blackTransparent: #00000090;
}

/* lato google font */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

.test {
  border: 1px solid red;
}

.swiperBox {
  position: relative;
  width: 100%;
  height: 100%;
  /* height: 100%; */
  /* z-index: 8000; */
  /* background: #000000; */
}

/* .swiperBox::after{
    position: absolute;
    content: "";
    background: url("../img/wave-shap.svg");
} */

.swiperBox::after {
  position: absolute;
  bottom: 0;
  /* left: 0; */
  content: "";
  /* background: url("../img/wave-line-bw-long.svg") no-repeat bottom center; */
  /* background-size: cover; */
  /* background-color: red; */
  width: 100%;
  /* display: block; */
  height: 100%;
  z-index: 3000;
}

/* for right sidebar */
.rightSidebar {
  background: #fff;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  width: 33%;
}

.UserProfileLogo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  /* margin: 20px auto; */
}

.UserProfileLogo img {
  width: 100%;
}

.nav-tabs {
  border: none;
}

#nav-tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: 600;
  line-height: 15px;
  width: 33.33%;
  font-size: 12px;
  color: #707070;
}

.tab-content {
  padding: 10px;
}

.businessCardLink {
  font-family: "Lato", sans-serif;
  line-height: 17px;
  font-size: 14px;
  color: #707070;
}

.nav-tabs .nav-link:hover {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid var(--yellow);
}

.edit-icon,
.share-icon,
.clone-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  /* background-color: #fef8ac  */
  background-color: var(--yellow);
}

.edit-icon i,
.share-icon i,
.clone-icon i {
  color: #323232;
}

#fa-window-close {
  font-size: 25px;
  color: var(--black);
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5000;
}

.profile-pic {
  position: absolute;
  width: 377px;
  top: 120px;
  right: 0;
  /* z-index: 6000; */
}

.purchaseDate {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
  margin: 10px 0;
}

/* #logoutButton{
    z-index: 4000;
    position: absolute;
    left: 15px;
    bottom: 20px;
} */

.userAddress {
  font-family: "Lato", sans-serif;
  text-align: justify;
  font-size: 14px;
  line-height: 17px;
  color: #707070;
}

.userProfileCard .card-text {
  line-height: 17px;
}

.card {
  z-index: 1000 !important;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

.mediaIcons a img {
  width: 30px;
}

.innerBusinessCard {
  height: 100%;
}

.image_gallery {
  background: #f6f6ff;
  padding: 80px 0px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -30px !important;
  background: #281fd6;

  border-radius: 50%;
  /* font-size: 17px; */
  width: 40px !important;
  height: 40px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -30px !important;
  background: #281fd6;

  border-radius: 50%;
  /* font-size: 17px; */
  width: 40px !important;
  height: 40px !important;
  opacity: 1 !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 18px !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 18px !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.address_footer {
  display: flex;
  align-items: baseline;
}

.card-details {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 15px 0px;
}

.price {
  font-size: 16px;
  margin-bottom: 0px !important;
}

.a-price {
  color: #0f26a6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.industry_name {
  display: flex;
  box-shadow: rgba(195, 195, 195, 0.25) 0px -1px 4px,
    rgba(195, 195, 195, 0.25) 0px 4px 4px;
  justify-content: center;
  align-self: center;
  border-radius: 30px;
  position: relative;
  width: 50%;
  color: rgb(0, 0, 0);
  gap: 5px;
  padding: 0px 10px;
}

.industry_name img {
  width: 25px;
  position: absolute;
  left: 0px;
  top: -2px;
  background-color: rgb(203, 44, 60);
  padding: 5px;
  border-radius: 50%;
}

.industry_name a {
  align-self: center;
  padding: 3px 15px 3px 20px;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.card-details-btn {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
  font-weight: 600;
  width: 100%;
  padding: 0px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
}

.btn-buy-now {
  width: 48%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0f26a6 !important;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 5px 5px;
  border-radius: 12px;
  border: 1px solid #0f26a6;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.btn-live-priview {
  width: 48%;
  color: #fff !important;
  background-color: #0f26a6;
  font-weight: 500;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 6px 5px;
  font-size: 12px;
  font-weight: 700;
  gap: 5px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.btn-live-priview img{
  width: 16%;
}

/* Start loginPage */

.loginPage {
  position: fixed;
  top: 0;
  left: 0;
  /* opacity: 0.95; */
  z-index: 10000;
  /* width: 100vw; */
  min-width: 100%;
  height: 100vh;
  /* background-color: #000000; */
}

.profileName {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.ProfileMobile {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  /* font-weight: 600; */
}

.loginPage .loginWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20000;
}

.loginPage .formWrapper {
  /* opacity: 1; */
  background: #fff;
}

/* .loginPage .formWrapper span{
    color: #000000;
} */

.footer-top {
  padding: 40px 25px;
}

.loginPage .formWrapper .fa-close {
  /* position: fixed; */
  z-index: 7000;
  color: red;
  cursor: pointer;
}

.loginPage button span {
  font-size: 16px;
}

.loginPage .logInGoogleBtn,
.loginPage .logInfbBtn {
  background-color: #e0e0e0;
  opacity: 0.8;
}

.loginPage .logInGoogleBtn:hover,
.loginPage .logInfbBtn:hover {
  /* background-color: #E0E0E0; */
  opacity: 1;
}

#or p {
  margin-top: -20px;
  z-index: 6000;
  background: #fff;
  padding: 0 5px;
}

/* End loginPage */

.overlay {
  position: absolute;
  background-color: #000000 !important;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3000;
  opacity: 0.5;
}

.headerSwiper {
  width: 100%;
  height: 100%;

  /* position: relative; */
  /* height: 600px; */
}

.headerSwiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* text-align: center; */
  font-size: 18px;
  /* height: 600px; */

  /* Center slide text vertically */
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
}

.headerSwiper-slide img {
  /* position: absolute; */
  /* display: block; */
  width: 100%;

  /* height: 600px; */
  /* height: 100%; */
  /* object-fit: cover; */
}

.swiperTextContainer {
  /* border: 1px solid red; */
  position: absolute;
  z-index: 4000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.firstdiv h1 {
  color: #fff;
  font-size: 30px;
}

.firstdiv p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.firstdiv {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.secondDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* start features */

.ti-layout,
.ti-themify-favicon-alt,
.ti-eye,
.ti-thumb-up,
.ti-mobile,
.ti-world {
  width: 50px !important;
  height: 50px !important;
}

.ti-layout:before {
  display: none;
}

.ti-themify-favicon-alt::before {
  display: none;
}

.ti-eye::before {
  display: none;
}

.ti-thumb-up::before {
  display: none;
}

.ti-mobile::before {
  display: none;
}

.ti-world::before {
  display: none;
}

/* end features */

/* start free business card section */

.businessCardImg {
  position: absolute;
  top: 369px;
  left: 0;
  width: 400px;
}

/* end free business card section */

/* start for design */

.pillBtn {
  /* text-decoration: none; */
  font-size: 16px;
  background-color: var(--yellow);
  color: var(--black);
  font-weight: 400;
  white-space: nowrap;
  width: 100%;
  /* height: 30px; */
  /* line-height: 30px; */
  /* border: 1px solid red; */
  border-radius: 20px !important;
}

.pillBtn:hover {
  background-color: transparent;
  color: #0f26a6;
}

.pillBox {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  height: 450px;
  /* height: 65px; */
  /* border: 1px solid red; */
}

.pillBox::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.pillBox::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
  width: 4px;
}

/* end  for design */

/* Start counter */

.counterSection {
  background-color: #ffffff9f;
}

/* .counterSection .counterMedia {
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column;
} */
.media-body {
  text-align: center;
}

.lead {
  font-style: italic;
}

.counterSection .media img {
  padding: 20px;
  background: #fff;
  width: 100px;
  border-radius: 50%;
  box-shadow: 7px 7px 20px 0px #5452522b;
  margin-bottom: 20px;
}

.counterSection .counterText {
  color: #fff !important;
}

/* start login and register section */

#loginRegister {
  /* background: #f7f7f7 no-repeat top center ; */
  display: none;
  background-size: cover;
  background-image: url("../img/mockup-bg/footer-bg.png");
  background-size: cover;
}

.loginRegister {
  padding: 180px 0;
}

.content-info-wrap h2 {
  color: #fff !important;
}

.content-info-wrap p {
  color: #fff !important;
}

#loginRegister .loginRegisterpara {
  color: #000000;
}

/* end login and register section */

/* End counter */

/* start contact form */

/* Start Business card design section */

.designCardBg {
  /* background: url(../img/designcardbg.png) no-repeat top center;
    background-size: cover; */
  width: 100%;
  /* border: 1px solid red; */
  position: absolute;
  top: 0;
  left: 0;
  height: 420px;
}

.innerBusinessCard {
  height: 100%;
  /* margin-left: 19px;
    margin-top: 11px;
    border-radius: 
px;
    width: 85%; */

  /* hmargin-top: 8px; */
}

/* for form section */

/* #fbUrlImg,#instgramUrlImg,#twitterUrlImg,#youtubeUrlImg,#gbusinessUrlImg,#linkedinUrlImg,#phonepayUrlImg,#paytmUrlImg,#bharatPayUrlImg,#amazonPayUrlImg,#googlepayUrlImg,#telegramImg{
    width: 20px;
    margin-top: -10px;
    z-index: 7271;
    position: relative !important;
    float: right;
    right: 0;
    top: -16px;
    left: -10px;
} */

.error {
  color: red;
}

/* End Business card design section */

#contactForm .inputBox {
  max-width: 100%;
}

#contactForm input {
  border: none;
  border: 0.5px solid #979797 !important;
  width: 100%;
  /* border-color: #ebebeb !important; */
  border-radius: 4px;
  /* margin-bottom: 10px; */
  height: 44px !important;
}

/* end contact form */

.social-list li a {
  line-height: 0;
}

.btnContactUs {
  opacity: 0 !important;
}

/* start for mobile  */

@media only screen and (min-width: 320px) {
  .header nav.navbar {
    /* border-radius: 7px; */
    margin: 0;
    /* background: linear-gradient(89.98deg, #0808a0 0%, #2b21dc 99.97%); */
    background-color: #fff;
  }

  .navbar-brand img {
    width: 130px;
  }

  /* .swiper{
    height: 248px;
} */

  /* .overlay{
    height: 248px;
} */

  .swiperBox {
    /* position: static; */

    /* height: 0; */
    margin-top: 68px;
  }

  /* .swiperTextContainer{
    margin-top: 30px;
} */

  .swiperTextContainer .firstdiv h1 {
    font-size: 16px;
  }

  .swiperTextContainer .firstdiv p {
    font-size: 12px;
  }

  .solid-btn {
  }

  .load-more-btn {
    padding: 8px 25px 8px 25px !important;
  }

  .swiperTextContainer .secondDiv {
    display: none !important;
  }

  .swiperTextContainer .firstdiv {
    /* margin-top: -300px; */
    margin-bottom: 0;
  }
}

/* end for mobile  */

/* start for tablet  */
@media only screen and (min-width: 768px) {
  .swiperBox {
    margin-top: 72px;
    /* height: 300px; */
  }

  /* .swiper{
        height: 300px;
    }  */

  .secondDiv {
    display: block !important;
  }

  .swiperTextContainer .firstdiv {
    margin-top: 0;
  }

  .profile-pic {
    position: absolute;
    width: 335px;
    top: 15px;
    right: 0;
    z-index: 4500;
  }
}

/* end for tablet  */

/*  start for desktop/laptop  */

@media only screen and (min-width: 992px) {
  .header nav.navbar {
    margin: 0px;
  }

  .swiperBox {
    margin-top: 0;
  }

  .swiperTextContainer .firstdiv h1 {
    font-size: 30px;
  }

  .solid-btn {
    padding: 12px 20px;
  }

  .swiperTextContainer .firstdiv p {
    font-size: 16px;
  }

  .swiperTextContainer .firstdiv,
  .swiperTextContainer .secondDiv {
    margin-top: 0;
  }

  .swiperBox {
    height: 600px !important;
  }

  .headerSwiper {
    height: 600px !important;
  }

  .swiperTextContainer .firstdiv {
    margin-top: 0px;
  }

  .profile-pic {
    position: absolute;
    width: 375px;
    top: 120px;
    right: 0;
    z-index: 4500;
  }
}

@media only screen and (min-width: 1200px) {
  .profile-pic {
    position: absolute;
    width: 310px;
    top: 120px;
    right: 10%;
    z-index: 4500;
  }

  .businessCardImg {
    position: absolute;
    top: 28px;
    left: -260px;
    width: 1076px;
    /* z-index: -1; */
  }
}

.feature-new {
  margin-top: 2%;
  margin-bottom: 5%;
  padding: 40px;
  background-color: #f6f6ff;
}

.new-single-promo {
  height: 18.5rem;
  border-top: none;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(117, 102, 102, 0.25);
  box-shadow: none;
  cursor: pointer;
}

.new-single-promo:hover {
  color: #000;
  text-decoration: none;
}

.new-single-promo:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
  position: absolute;
  bottom: 0;
}

.new-single-promo:hover:after {
  width: 100%;
  background: linear-gradient(89.98deg, #0808a0 0%, #2b21dc 99.97%);
}

#beneficial {
  padding: 80px 0px;
}

.zeroPaper {
  padding: 40px 0px !important;
}

.section-5 {
  padding: 80px 0px 40px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 35px;
  margin: 0 auto;
  padding: 40px 0;
}

.process .process_box {
  position: relative;
  width: 300px;
  height: 400px;
  margin: 0 auto;
  background: #000;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}

.process .process_card .process_face {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #414141;
  border-radius: 12px;
}

.process .process_card .process_face.process_face1 {
  box-sizing: border-box;
  padding: 20px;
}

.process .process_card .process_face.process_face1 h2 {
  margin: 0;
  padding: 0;
}

.process .process_card .process_face.process_face1 .process_java {
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process .process_card .process_face.process_face1 .python {
  background-color: #00fffc;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process .process_card .process_face.process_face1 .cSharp {
  background-color: #fc00ff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process .process_card .process_face.process_face2 {
  transition: 0.5s;
}

.process .process_card .process_face.process_face2 h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #fff;
  transition: 0.5s;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.card_1 {
  height: 100px !important;
}

.process .process_card:hover .process_face.process_face2 {
  height: 100px;
}

.process .process_card:hover .process_face.process_face2 h2 {
  font-size: 1em;
}

.process .process_card:nth-child(1) .process_face.process_face2 {
  background-image: linear-gradient(89.98deg, #0808a0 0%, #2b21dc 99.97%);
  border-radius: 15px;
  gap: 25px;
}

.process .process_card:nth-child(2) .process_face.process_face2 {
  background-image: linear-gradient(89.98deg, #0808a0 0%, #2b21dc 99.97%);
  border-radius: 15px;
  gap: 25px;
}

.process .process_card:nth-child(3) .process_face.process_face2 {
  background-image: linear-gradient(89.98deg, #0808a0 0%, #2b21dc 99.97%);
  border-radius: 15px;
  gap: 25px;
}

.processIcon {
  position: absolute;
  top: 0px;
  display: flex;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  align-items: center;
  transform: translate(-50%, 0px);
}

.processContent {
  height: 210px;
  border: 2px solid #100eae;
  display: flex;
  align-items: center;
  margin-top: 20%;
  padding: 0px 0px;
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: end;
}

.processContent p {
  margin-bottom: 0px !important;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 17px;
}

.playVideo:focus-visible {
  outline: none;
}

.processTitle {
  width: 100%;
  padding: 20px 10px;
  background: linear-gradient(90deg, #100eae 0%, #100eae 0.01%, #281fd6 100%);
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.beneficail_content {
  background: #f5f5f5;
  text-align: center;
  padding: 20px 20px 12px 20px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 18%;
  border-radius: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 0;
  transition: 1s;
}

.beneficail-title {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.beneficail_content::after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(10px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, blue 0%, blue 100%),
    linear-gradient(to top, blue 50%, transparent 50%),
    linear-gradient(to top, blue 50%, transparent 50%),
    linear-gradient(to right, blue 0%, blue 100%),
    linear-gradient(to left, blue 0%, blue 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out,
    background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;
}

.beneficail_content:hover::after {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}

.beneficail_box {
  position: relative;
}

.step img {
  width: 150px;
}

.beneficail_content:hover {
  background-color: #fff;
  transition: 2s;
}

.beneficail_icon img {
  width: 25%;
}

.beneficail_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.feture-swiper {
  padding: 3rem !important;
}

.feture-img {
  width: 30%;
}

.feture-img-div {
  margin: 0 auto;
  width: 180px;
}

.card-class {
  padding: 1rem !important;
}

.card-row {
  margin-bottom: 4rem;
}

.list-unstyled {
  list-style-type: disclosure-closed;
}

#What-do-you-get-with-Digital-Business-Card {
  /* background-color: #F6F9FC; */
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.desk {
  display: block;
}

#How-to-create-Digital-Business-Card {
  /* background-color: #F6F9FC; */
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#How-to-create-Digital-Business-Card video {
  opacity: 0.7;
}

.background-video {
  /* background-color: #000000; */
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.social-list {
  display: flex;
  flex-direction: column-reverse;
}

.social-list li {
  color: #fff;
}

.solid-btn:hover {
  background: linear-gradient(180deg, #0909a2 0%, #2b21dc 100%);
  color: #fff;
}

.solid-white-btn {
  background: rgba(203, 44, 60, 1);
  color: #fff;
}

.price-btn:hover {
  color: #fff !important;
}

.single-work-process .work-process-divider {
  position: absolute;
  top: 40px;
  /* width: calc(98% - 98px); */
  height: 1px;
  background-image: linear-gradient(
    90deg,
    #291fd8,
    #291fd8 40%,
    transparent 40%,
    transparent 100%
  );
  background-size: 11px 1px;
  left: 65%;
}

.single-work-process .work-process-divider:after {
  color: #291fd8;
}

.single-work-process {
  width: calc(33% - 30px);
}

.step {
  color: #000;
}

.get-btn {
  border-radius: 8px;
  width: 15rem;
}

.menu li a {
  opacity: 1;
  font-weight: 500;
}

.loader1 span {
  color: #100eae;
  background: #100eae !important;
}

.text-yellow {
  color: #fff;
}

.pillBtn {
  background: rgb(2, 0, 36);
  background: rgba(203, 44, 60, 1);
  color: #fff;
}

.scroll-top span {
  color: #fff;
}

.scroll-top span:hover {
  color: #fff;
}

.scroll-top:hover {
  background-color: #000;
  color: #fff;
}

.scroll-top {
  color: #fff;
  background: rgba(10, 3, 150, 0.301);
}
.testimonial-description {
  font-size: 14px;
  font-weight: 400;
}
.solid-btn {
  border-color: #0f26a6 !important ;
  border-radius: 8px !important;
}

.background-video img {
  width: 600px;
}

.top-section {
  position: absolute;
  align-self: center;
  background: #fff;
  right: 8rem;
  padding: 4rem;
}

.list {
  list-style-type: disc;
}

.multipurpose-1 {
  background-color: #0808a0;
}

.lift {
  height: 685px;
  position: relative;
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.right {
  height: 685px;
  position: relative;
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.lift img {
  width: 300px;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 50%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tital-aword {
  position: absolute;
  top: 30%;
  right: 10%;
  animation: 2s ease-out infinite;
}

.swiper-pagination-bullet-active {
  font-size: 24px;
  color: #d6a400;
}

.deci {
  position: absolute;
  bottom: 5%;
  left: 10%;
  font-size: 28px;
}

.swiper-pagination-bullets {
  right: 50% !important;
}

.slide-1 {
  background-color: #6494d3;
}

.slide-2 {
  background-color: #64d392;
}

.slide-3 {
  background-color: #d3b964;
}

.slide-4 {
  background-color: #d38364;
}

.slide-1-2 {
  padding-left: 0px;
}

.slide-2-2 {
  padding-left: 0px;
}

.slide-3-2 {
  padding-left: 0px;
}

.slide-4-2 {
  padding-left: 0px;
}

.card-class {
  /* position: absolute; */
  /* top: -68px; */
  left: 0;
}

.multipile-page {
  padding-top: 5%;
  padding-bottom: 5%;
}

.fa-drivers-license:before,
.fa-id-card:before {
  color: #fff;
}

.fa-download:before {
  color: #fff;
}

.fa-share-alt:before {
  color: #fff;
}

.create-card-1 {
  width: auto;
  border: none;
}

.temp-hide {
  display: none;
}

.mt-4 {
  margin-top: 0.5rem !important;
}

.price-btn {
  background: #fff;
  font-weight: 500;
  width: 150px;
  color: #000;
  box-shadow: 1px 1px 10px -1px #c2c2c2;
}

.price-btn:hover {
  color: #fff;
}

.cart-heading {
  padding-bottom: 2rem;
}

.themelist-1 {
  padding-left: 25px;
  font-size: 18px;
  color: #000;
}
.themelist-1 li {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 10px 0px;
}

.testnomi {
  margin-top: 2rem !important;
}

.themelist-2 {
  list-style-type: none;
}

.footer-nav-wrap ul li a {
  display: inline-block;
  color: black;
  text-decoration: none;
}

.footer-nav-wrap ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
  color: black;
}

.footer-nav-wrap ul li a:hover::after {
  font-weight: 700;
  width: 100%;
  color: black !important;
}

.footer-nav-wrap ul li a:hover {
  color: black !important;
  font-weight: 600;
}

.social-list li:hover {
  /* background-color: #CB2C3C; */
}

.footer-btn {
  border-radius: 8px;
  padding: 10px 20px;
}

.contact-us-bg img {
  width: 100%;
  position: absolute;
}

.contact-us-form input:focus {
  border: 1px solid #979797 !important;
}

.contact-us-form textarea {
  border: 0.5px solid #979797 !important;
}

.contact-us-form textarea:focus {
  border: 1px solid #979797 !important;
}

.contact-us-form input {
  padding: 5px 10px !important;
}

.email {
  padding: 5px 10px !important;
}

.email:focus {
  border: 1px solid #cb2c3c !important;
}

.email:focus-visible {
  outline: none;
}

.newheader {
  margin: 0;
}

.testimonial-section {
  padding: 2rem;
  background: #f6f6ff;
}

.test-item {
  height: 60vh;
}

.t-slid {
  position: relative;
}

.card-title {
  font-size: 1rem;
}

.card-text {
  font-size: 0.8rem;
}

.checked {
  color: #0808a0;
}

.client-img img {
  border-radius: 50% !important;
  width: 80px;
}

.test-review {
  font-weight: 700;
  color: #000;
  margin-left: 40px;
  font-size: 12px;
}

.test-review::after {
  content: "\0022";
}

blockquote p {
  font-size: 0.75em;
}

.owl-item .item {
  /* background: #fff;
  border-radius: 16px !important;
  padding: 10px; */
}

.testimonial-single {
  /* background-color: #fff; */
  background-image: url("/img/test-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 1.8rem !important;
}

.test-review::before {
  content: "\0022";
}

.client-info-wrap {
  padding-bottom: 10px;
  justify-content: flex-start;
}

.testnomi {
  justify-content: end;
}

.hero-equal-height {
  position: relative;
}

.page-scroll {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.page-scroll::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
  color: #fff;
}

.page-scroll:hover::after {
  width: 100%;
  color: #fff;
}

.page-scroll:hover {
  font-weight: 700;
}

.test-bg {
  position: absolute;
  z-index: -3;
}

.gradient-overlay:before {
  /* background-image: url("../img/hero-bg-100.jpg");
    background-size: cover;
    background-repeat: no-repeat; */
  /* background-image: linear-gradient(
    to left,
    rgb(0 0 0),
    rgb(0 0 0),
    rgb(0 0 0),
    rgb(0 0 0),
    rgb(0 0 0)
  ) !important; */
}

.tslid {
  padding-left: 60px !important;
  padding-top: 101px !important;
  padding-right: 50px !important;
}

.heading-s-2 {
  align-self: center;
}

.heading-s-3 {
  align-self: center;
}

.client-info {
  padding-top: 10px;
}

.client-info p {
  color: #0808a0;
  font-size: 12px;
}

.price-active {
  position: absolute;
  bottom: 5%;
  left: 19%;
  z-index: 1100;
  /* display: none; */
  color: transparent;
  background-color: transparent;
  box-shadow: none;
  border-radius: none;
}

.btn-price {
  position: absolute;
  width: 100%;
  height: 100%;

  background: transparent;
}

.btn-price:hover .price-active {
  background-color: #0808a0;
  color: #fff;
  /* font-size: 16px; */
  font-weight: 600;
  display: inline;
  border-radius: none;
  box-shadow: none;
  border: none;
}

.btn-price:hover {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 80%,
    rgb(51, 51, 41)
  );
}

.bg-mockup-1-right {
  position: absolute;
  left: 0px;
  z-index: -5;
}

.bg-mockup-1-right img {
  width: 100%;
}

.bg-mockup-2-left img {
  width: 100%;
}

.bg-mockup-2-left {
  position: absolute;
  right: 0;
  z-index: -5;
}

.bg-mockup-2-left-section-3 img {
  width: 100%;
}

.bg-mockup-2-left-section-3 {
  position: absolute;
  right: 0;
  z-index: -5;
  top: 20%;
}

.bg-mockup-1-right-section-3 img {
  width: 100%;
}

.bg-mockup-1-right-section-3 {
  position: absolute;
  left: 0px;
  z-index: -5;
}

.footer-section {
  position: relative;
}

.footer-li li {
  padding-left: 10px;
}

.social-list img {
  width: 35px;
  margin-bottom: 5px;
  margin-right: 2px;
  /* background-color: #000; */
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
}

.footer-bg {
  /* padding-top: 10%; */
  background: #fff;
  box-shadow: 0px -2px 4px rgba(195, 195, 195, 0.25), 0px 4px 4px rgba(195, 195, 195, 0.25);
  border-radius: 10px;
}

.footer_logo {
  width: 200px;
}

.login-btn {
  color: #0808a0;
  background-color: #fff;
  padding: 10px 50px;
}

.d-inline-flex h5 {
  color: #fff !important;
}

.bottomFooterSection p a:hover {
  color: black;
}

.faq-heading {
  text-align: center;
}

.read-more {
  display: flex;
  justify-content: space-between;
}

.ti-arrow-right:before {
  color: #0808a0;
}

.card-title a {
  color: #000 !important;
}

.section-2-div-1 {
  margin-top: 2%;
  position: relative;
}

.section-2 {
  position: relative;
}

.section-3 {
  position: relative;
}

.whatisbcard {
  /* margin-top: 2%; */
  /* margin-top: 30px; */
}

.section-2-heading {
  font-size: 4.9em;
}

.mobile-video {
  text-align: center;
}

.mobile-video img {
  width: 350px;
}

.mobile-video-section-3 img {
  /* width: 450px; */
  width: 100%;
  /* margin-top: 80px; */
}

.section-4 {
  position: relative;
}

.section-4-img-1 {
  text-align: center;
}

#accordion .card-header.collapsed:after {
  color: #000;
}

.ti-receipt:before {
  color: #0808a0;
}

.ti-gallery:before {
  color: #0808a0;
}

.ti-wallet:before {
  color: #0808a0;
}

.ti-headphone-alt:before {
  color: #0808a0;
}

#accordion .card-header:after {
  color: #000;
}

.ti-star:before {
  color: #0808a0;
}

li::marker {
  color: #100eae;
}

.section-2-heading samp {
  color: #0808a0;
}

.section-3-heading samp {
  color: #0808a0;
}

.d-block h5 {
  font-size: 20px;
  text-underline-offset: 10px;
  text-decoration-color: #2a20da !important;
  text-decoration: underline;
}

.red-samp samp {
  color: #0808a0;
}

.page-scroll {
  color: #0808a0;
}

.navbar {
  border-bottom: 1px solid #afc1e4;
}

.animate__animated .animate__pulse {
  --animate-duration: 6s;
}

.bottomFooterSection {
  justify-content: flex-start;
  gap: 20px;
}

.social_media_icon {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin: 5px;
}

.social_media_icon img {
  width: 25px;
  height: 30px;
}

.top-btn {
  /* background: linear-gradient(180deg, #0909a2 0%, #2b21dc 100%); */
  border-radius: 8px !important;
  width: 180px;
  color: #fff;
  height: 35px;
}

.playbtn {
  width: 80px !important;
}

.swiper-pagination {

  padding-left: 10px !important;
  bottom: -20px !important;
}

#navSubmit {
  border: 1px solid;
  color: #fff;
  padding: 4px 10px;
  font-size: 16px;
  border-radius: 5px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

#freeTrial {
  border: 1px solid;
  color: #100eae !important;
  background: #fff;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
}

.homePage {
  padding: 40px 0px !important;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 10px)) !important;
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 10px)) !important;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(89.98deg, #0808a0 0%, #2b21dc 99.97%) !important;
}

.actionPlaybtn {
  display: flex;
  gap: 30px;
  align-items: center;
}

.action-btns {
  display: flex;
}

.footer-nav-wrap p {
  font-size: 14px;
}

.social-floating-icon {
  position: fixed;
  z-index: 1100;
  right: 0;
  top: 30%;
  margin-right: 10px;
}

.contactFormName {
  border: 0.2px solid #0808a0;
}

.all-multipagecard {
  display: none;
}

.menu-options {
  margin-top: 40px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #cfcfcf;
}

.businesscard-option {
  background: #0808a0;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #0808a0;
  font-size: 16px;
  box-shadow: 0px 0px 10px #cfcfcf;
}

.businesscard-option:hover {
  background: transparent;
  color: #0808a0;
}

.card-option {
  background: #0808a0;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #0808a0;
  font-size: 16px;
  box-shadow: 0px 0px 10px #cfcfcf;
}

.card-option-1 {
  background: #fff;
  color: #0808a0;
  border-radius: 8px;
  border: 1px solid #0808a0;
  font-size: 16px;
  box-shadow: 0px 0px 10px #cfcfcf;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  width: 100%;
}

.card-option-1:hover {
  color: #0808a0;
}

.card-option:hover {
  color: white;
}

.multicard-option {
  font-size: 16px;
  background: transparent;
  color: #0808a0;
  border: 1px solid #0808a0;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #cfcfcf;
}

.multicard-option:hover {
  background: transparent;
  color: #0808a0;
}

.card-option {
  background-color: #0808a0;
  color: #fff;
  border: 1px solid #0808a0;
  outline: none;
}

.option-div {
  background-color: #fff;
  width: 100%;
  text-align: left;
}

.option-div:hover {
  background-color: transparent;
  color: #0808a0 !important;
}

.option-a {
  color: #000000;
  width: 100%;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.option-a:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* .option-a:hover{
    color: #0808A0  
} */
.all-card-option {
  color: #fff;
  background: #0f26a6;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.all-card-option:hover {
  color: #fff;
}

.all-card-option:focus {
  outline: none !important;
}

.faq_load_more {
  /* background: linear-gradient(89.9deg, #0c0ba8 0.03%, #281fd8 99.86%); */
  border-radius: 8px !important;
  width: inherit;
  /* color: #fff; */
  font-size: 14px;
  text-align: center;
}

.faqloadbtn {
  margin: 0 auto;
  width: 150px;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.faq_grid {
  display: grid;
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  grid-template-rows: 0fr;
}

.accordion {
  padding-top: 10px;
}

/* .faq_load_more:hover {
  color: #fff;
} */

.option-div-all-card {
  box-shadow: 0px 0px 8px 3px #c2c2c2;
  background-color: #0808a0;
  width: 100%;
  text-align: left;
  border: 1px solid #0808a0;
  border-radius: 8px;
  color: #fff;
}

.card_card {
  box-shadow: 0px 0px 14px;
  margin: 0px -5px;
}

.b-card {
  box-shadow: 0px 4px 20px 4px rgba(189, 189, 189, 0.25),
    0px 4px 20px 2px rgba(190, 190, 190, 0.25);
  margin: 0px -5px;
  padding: 10px;
  border-radius: 8px;
  /* background-color:  #F6F6FF; */
  background-color: white;
}

.testimonial-item {
  height: 350px;
  overflow-y: hidden;
}

.designSection {
  position: relative;
  /* top: 82px; */
}

/* wati */
#wa-widget-send-button {
  right: 50px !important;
  left: unset !important;
}

#wa-widget-send-button {
  margin: 0 0 8px 0 !important;
}

.testimonials_slide {
  /* background-image: linear-gradient(150.04deg, #858585 0.47%, #858585 88.7%, #757575 58.7%); */
  border-radius: 12px;
}

figure.snip1390 {
  position: relative;
  overflow: hidden;

  width: 100%;
  color: #000;
  text-align: center;
  padding: 15px;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

figure.snip1390 figcaption {
  width: 100%;
}

figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
  margin: 0;
}

figure.snip1390 h2,
figure.snip1390 h4 {
  font-weight: 300;
}

figure.snip1390 h2 {
  color: #ffffff;
}

figure.snip1390 h4 {
  color: #a6a6a6;
}

figure.snip1390 .testimonial-div {
  font-size: 1em;
  /* padding: 15px 20px 15px 20px; */
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 10px;
  /* box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3); */
  text-align: left;
  position: relative;
}

.testimonialsContent img {
  width: 20px;
}

.q-right {
  margin-left: 94%;
}

.testimonialsContent p {
  font-size: 16px;
  margin-bottom: 0px;
  padding: 5px 5px;
  line-height: 1.3;
}

.testimonialsContent p samp {
  word-break: break-word;
  font-size: 18px;
  font-weight: 700;
}

figure.snip1390 .profile {
  width: 80px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  border: solid 2px #fff;
}

.testimonials_title {
  margin: 0px;
  color: #ffffff;
  font-size: 18px;
}

.testimonials_city {
  margin: 0px;
  color: #ffffff;
  font-size: 12px;
}

#artical-section {
  padding: 80px 0px 0px 0px;
}



#reseller {
  background-color: #f6f6ff;
  padding: 80px 0px;
}

.reseller-Form input {
  border: 1px solid #1d17c3 !important;
}

.reseller_subtitle {
  padding-bottom: 10px;
}

#resellerSubmit {
  justify-content: center;
}

#packages {
  background: #e6e6ff;
  padding: 80px 0px;
}

.package {
  background: #fff;
  text-align: center;
}

.package h4 {
  font-style: italic;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid;
}

.packageList {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 10px 40px;
  padding-bottom: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.pack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.packageList img {
  width: 15px;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 80% !important;
  right: 50% !important;
  z-index: 99;
  padding: 15px 15px !important;
  border: 0;
  font-size: 26px;
  display: flex;
  align-items: center;
  opacity: 1 !important;
  transition: opacity 0.2s;
  background: #fff;
  border-radius: 50%;
  color: #1d17c3 !important;
  height: 50px !important;
  transform: translate(50%, 0%) !important;
}

/*  end for desktop/laptop  */
/* mobile view css start */
@media (max-width: 320px) {
  .section-2-heading {
    font-size: 3rem;
  }

  .mobile-video img {
    width: 250px;
  }

  .mobile-video-section-3 img {
    width: 300px;
  }

  .section-4-img-1 img {
    width: 300px;
  }

  .navbar-brand img {
    width: 100px;
  }
}

@media screen and (max-width: 991px) {
  .single-work-process:nth-child(2n) .work-process-divider {
    display: inline;
  }

  .homepagecard {
    gap: 3rem;
  }

  .single-work-process .work-process-divider {
    left: 80%;
  }
}

@media (max-width: 480px) {
  .single-work-process {
    width: calc(100% - 0px);
    padding: 0px 30px;
  }

  .single-work-process:nth-child(2n) .work-process-divider {
    display: none;
  }

  .designSection h2 {
    padding: 0px 30px;
  }

  /* .designSection p {
    padding: 0px 7px;
  } */
  .homepagecard {
    gap: 20px;
  }
}

.industryTitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0f26a6;
}

.recentlyPurchasedText {
  color: #0f26a6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.view-client a p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.single-client img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}

.single-client img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.3);
}

.customBtn {
  position: relative;
  padding: 10px 20px;
  border-radius: 100vw !important;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  color: #fafafa;
  border: solid 1px rgba(250, 250, 250, 0.3);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  /* easeOutQuart */
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  /* force safari to respect border radius */
  border-radius: 20px !important;
}

.button-text {
  position: relative;
  z-index: 2;
  color: #ffffff;
  bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
}

.fill-container {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-bottom: 100%;
  transform: translateY(-50%) rotate(180deg);
}

.fill-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.98deg, #0808a0 0%, #2b21dc 99.97%);
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  /* easeOutQuart */
  transform: translateY(-100%);
}

.customBtn:hover {
  border-color: blue;
  transform: translateY(-4px);
}

.customBtn:hover .fill-container {
  transform: translateY(-50%) rotate(0);
}

.customBtn:hover .fill-container::after {
  transform: translateY(0);
}

.button-textOne {
  position: relative;
  z-index: 2;
  color: #0f26a6;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.customBtn:hover .button-textOne {
  color: #fff;
}

.btn-secondary:hover {
  background-color: #fff !important;
}

.fixedColor {
  background-color: #0808a0 !important;
}

.fixedTextColor {
  color: white !important;
}

.testimonial-quotes {
  display: flex;
  justify-content: space-between;
}

.testimonial-quote {
  width: 10%;
  position: relative;
  bottom: 10px;
  left: -40px;
}

.testimonial-contentDiv {
  padding: 10px 22px; 
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 310px;
}

.testimonial-nameImage {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 20px 10px 0px;
  gap: 0px;
  background: #4141fb8c;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.testimonial-image {
  display: flex;
  align-items: center;
}

.mainCounterDiv {
  /* border: 2px solid #1712b9; */
  border-radius: 5px;
  height: 210px;
}

.counterContent {
  display: flex;
  justify-content: center;
  width: 100%;
  /* box-shadow: 0.3108219504356384px 3.881324291229248px 4.625px 0px
      rgba(0, 0, 0, 0.02),
    1.4209003448486328px 17.743196487426758px 13px 0px rgba(0, 0, 0, 0.03),
    3.596653938293457px 44.91246795654297px 34.875px 0px rgba(0, 0, 0, 0.03),
    7.104501724243164px 88.71598815917969px 80px 0px rgba(0, 0, 0, 0.05); */
  background: white;
}

.innerCounterContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15); */
  width: 100%;
  padding: 10px;
}

.counterImage img {
  width: 90px;
}

.sideAnchorImage {
  width: 70px;
  position: absolute;
  right: 0;
  left: -4px;
  top: 140px;
}

.tagLine {
  color: #0909a2;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.subText {
  color: #0909a2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.counterTag {
  display: flex;
  align-items: baseline;
}

.textValue {
  font-size: 28px;
  color: #0909a2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-left: 5px;
}

.anchors {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 100px;
}

.tabs {
  width: 35%;
  background: linear-gradient(180deg, #26afc2 7.08%, #027181 100%);
  display: flex;
  justify-content: center;
  padding: 5px 10px 5px 30px;
  margin: 20px 0;
  border-bottom-right-radius: 10px;
}

.tabs p {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.toast-success {
  background-color: #51a531 !important;
  opacity: 5 !important;
}

#cord-url-btn:hover {
  color: white;
}

.fixColor {
  background-color: #0f26a6 !important;
}

.fixTextColor {
  color: white !important;
}

#loginButton {
  outline: 1px solid;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#loginButton:hover {
  background-color: #1e4fad;
  color: #fff;
  font-weight: 600 !important;
}
#createCred {
  outline: 1px solid #1e4fad;
  padding: 5px 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #ffffff;
  background: #1E4FAD;
}
#createCred:hover {
  background-color: #1e4fad;
  color: #fff;
  font-weight: 600 !important;
}
.loginDiv {
  display: flex;
  align-items: center;
  gap: 20px;
  /* width: 320px; */
  justify-content: end;
}
.ti-menu:before {
  color: #000 !important;
}
.hamburgerToggle {
  outline: 5px auto #000 !important;
}
.hamburgerToggle:focus {
  outline: 5px auto #000 !important;
}
.active-nav::before {
  content: "";
  width: 100%;
  background-color: #1e4fad;
  left: 0;
  position: absolute;
  height: 3px;
  bottom: 0;
}
.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-container {
  padding-top: 100px;
}

.owl-carousel .owl-slide {
  position: relative;
  /* height: 100vh; */
  /* height: 500px; */
  background-color: lightgray;
}
.slide-container img {
  height: 450px;
}

.owl-carousel .owl-slide-animated {

  opacity: 1;
  visibility: visible;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}
.owl-slide-title {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}
.owl-slide-cta {
  padding: 10px 20px;
  background-color: #fff;
  color: #1e4fad;
  font-weight: 600;
  font-size: 18px;
}
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #414141;
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #ffffff;
}

.owl-carousel .owl-nav {
  bottom: 0px;
  margin: 0;
  right: 20px;
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

/* section {
  display: none;
} */
.static {
  align-self: center;
}
.slide-div {
  justify-content: center;
}
.bg-gray {
  background: #f1f3ff;
}
.bg-blue-light {
  background-color: rgba(10, 3, 150, 0.5);
}
.border-all {
  border-radius: 16px;
  padding: 30px 20px;
}
.h2-tag {
  color: #fff;
}
.p-tag {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-align: justify;
}
.p-tag-gray {
  font-size: 16px;
  color: #424242;
  font-weight: 500;
  text-align: justify;
}
.feture-p-tag {
  font-size: 15px;
  /* color: #000000;
  font-weight: 600; */
  text-align: center;
}
.testimonial-description {
  justify-content: center;
}
.hide-on-laptop {
  display: none !important;
}
.nature-div {
  display: flex;
  gap: 20px;
  align-items: center;
}
.nature-p{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 2em;
}
.nature-div img {
  width: 120px;
  height: 120px;
}
.nature-div samp {
  font-size: 20px;
}
.nature-div h1 {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  gap: 10px;
}
.active-slide {
  display: block;
  transition: display 0.2 ease-in;
}
.hide-slide {
  display: none;
}
.features {
  cursor: pointer;
}
.testimonials .swiper-pagination{
  bottom: -20px !important;
}
@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    display: none;
  }
  .nature-p {
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }
  .mainCounterDiv {
    height: unset;
  }
  .owl-slide-title{
    font-size: 30px;
  }
  .owl-dots {
    display: none;
  }
  .slide-div {
    justify-content: start;
  }
  .owl-dots {
    bottom: 15px;
  }
  .slide-container img {
    height: 100%;
    padding-top: 20px;
  }
  .slide-container .row {
    justify-content: center;
    text-align: center;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .hide-on-laptop {
    display: block !important;
  }
  .new-single-promo{
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #fff;
  }
  .new-single-promo::after {
    width: 100%;
    background: linear-gradient(89.98deg, #0808a0 0%, #2b21dc 99.97%);
  }
}

.title-main {
  font-size: 32px;
  font-weight: 600;
}
.left-btn {
  padding-left: 10px;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}
.icon-sm{
  background-color: #DEEFFF;
}