@font-face {
  font-family: 'custom';
  src: url("KlarheitGrotesk-Book.otf"),
    url("KlarheitGrotesk-Medium.otf"),
    url("KlarheitGrotesk-Light.otf"),
    url("KlarheitGrotesk-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'custom';
  background-color: #ffffff;
  display: block;
  margin: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.scroll-lock {
  overflow: hidden;
}
/* Apply the animation to text elements */
p {
  animation: fadeIn 1s ease-in-out;
}
.headerSection {
  height: auto;
  background: #0b0216;
  border-radius: 0px 0px 56px 56px;
  background-image: url("headerBackLeft.png"),
    url("headerBackRight.png");
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}
.headerCointainr {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 0;
}
.headerCointainr img {
  width: 225px;
}
.headerCointainr ul {
  margin-right: 75px;
  font-family: 'custom';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  background: #0b0216;
  border: 1.25px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  text-decoration: none;
  display: flex;
  padding: 5px;
}
.headerCointainr li {
  border-radius: 100px;
  list-style-type: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.headerCointainr li:hover {
  background-color: #7000ff;
  border-radius: 100px;
}
.headerCointainr a {
  text-decoration: none;
  color: #ffffff;
}
.launchApp {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  width: 138px;
  height: 48px;
  border: 1px solid #7000ff;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.launchApp:hover {
  background: #7000ff;
}
.headerMain {
  position: relative;
  display: flex;
  flex-direction: column;
}
.headingDiv {
  color: #ffffff;
  margin: 6rem auto;
}
.heading {
  text-align: center;
  width: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 130%;
  text-align: center;
  margin: 0;
}
.subHeading {
  margin: 2rem 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%; /* 33.6px */
}
.subHeading span {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.headingDiv a {
  text-decoration: none;
  width: 138px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  height: 48px;
  border: 1px solid #7000ff;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  background: #7000ff;
  align-items: center;
  margin: auto;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.headingDiv a:hover {
  border: 1px solid #5a00cc;
  background-color: #5a00cc;
}
.portfolioImgDiv {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: url('../assets/portfolioImgBackground.png'); */
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  translate: none;
  rotate: none;
  scale: none;
  transform: perspective(207rem) translate3d(0px, 1.13333rem, -4.66666rem)
    rotateX(-40deg) scale(0.9, 0.9);
  transition: transform 0.8s ease;
}
.portfolioImgDiv.in-view {
  translate: none;
  rotate: none;
  scale: none;
  transform: perspective(133.333rem);
}
/* .portfolioImgDiv.out-view {
  opacity: 0;
  transform: translateY(20px);
} */
.portfolioImg {
  width: 900px;
  margin: auto;
  /* border-radius: 50px; */
}
.invetsmeAndPortfolioWrapper {
  display: flex;
  flex-direction: column;
}
.investmentDiv {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto;
  padding-bottom: 3rem;
}

.investmentDiv div {
  margin: auto;
  display: flex;
  flex-direction: column;
}
.investmentDiv img {
  object-fit: contain;
  height: 32px;
}
.investmentHeading {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
}
.investmentValue {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #ffffff;
  margin: 0;
}
.tvlSpinner {
  margin: 0 auto;
  width: 130px;
  height: 60px;
  object-fit: cover;
}

.additionalYeild {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  align-items: center;
  margin: 4rem auto;
}
.additionalYeild div {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  /* or 53px */
  letter-spacing: -0.03em;
  color: #ffffff;
}
.additionalYeild span {
  color: #7000ff;
}
.additionalYeild a {
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  width: 200px;
  height: 48px;
  letter-spacing: 0;
  border: 1px solid #7000ff;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  background: #7000ff;
  align-items: center;
  transition: background-color 0.3s ease;
}
.additionalYeild a:hover {
  border: 1px solid #5a00cc;
  background-color: #5a00cc;
}
.findBest {
  letter-spacing: 0;
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
}
.buildWith {
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.4;
  width: 1200px;
  margin: auto;
}
.buildWith hr {
  width: 90%;
  height: 0;
  opacity: 0.4;
}

#lottie-player {
  height: 42px;
}
#lottie-player-user {
  height: 42px;
}
.buildWithLogo {
  margin: 1rem auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.buildWithLogo a {
  display: flex;
}
.buildWithLogo img {
  width: auto;
  height: 32px;
  object-fit: cover;
}

/* Main Container start */
.mainContainer {
  position: relative;
  margin: 2rem 0;
}
.mainHeadingDiv {
  margin-top: 8rem;
  margin-bottom: 5rem;
}
.productTag {
  margin: 2rem;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7000ff;
}
.mainHeading {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.03em;
  font-style: normal;
  line-height: 110%;
  text-align: center;
  color: #0b0216;
  margin: 0;
}
.mainHeading span {
  color: #7000ff;
}
.mainSubHeading {
  font-weight: 450;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  margin: 2rem 0;
  color: #0b0216;
  opacity: 0.6;
}
.mainHeadingDiv a {
  width: 138px;
  height: 48px;
  border: 1px solid #7000ff;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  background: #7000ff;
  align-items: center;
  margin: auto;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.mainHeadingDiv a:hover {
  border: 1px solid #5a00cc;
  background-color: #5a00cc;
}
.productDetails {
  display: grid;
  grid-template-columns: repeat(2, 525px);
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
}
.mainHeadingDiv {
  margin-top: 5rem;
}
.productCard {
  background: #f7f8fa;
  border-radius: 32px;
  /* padding: 40px 40px 0 40px; */
  overflow: hidden;
  align-self: center;
  justify-self: center;
}
.productCard img {
  width: 508px;
  height: 512px;
}
.cardtag {
  border-radius: 20px;
  padding: 10px 20px;
  background: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7000ff;
}
.productCard p {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #000000;
}
.cardImgContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cardThree {
  /* position: absolute;
  top: 20px; */
}
.cardFour {
  /* position: absolute;
  top: -15px; */
}
.cardImgContainer img {
  margin: auto;
  height: 375px;
  width: auto;
}

.secureby {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 4rem auto;
  gap: 48px;
}
/* .secureby p {
  margin: 2rem auto;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0b0216;
  opacity: 0.4;
}
.secureby div {
  display: flex;
}
.secureby div img {
  width: 209px;
  height: 69.35px;
  object-fit: contain;
  margin: 0 10px;
} */

.security-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.security-heading div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.security-heading img {
  width: 32px;
  height: 32px;
}

.security-heading h1 {
  color: #0b0216;
  text-align: center;
  font-size: 48px;
  font-style: thin;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.44px;
}
.secureby p {
  color: #0b0216;
  opacity: 0.6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  margin: 0;
}

.security-container {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: auto;
}
.security-box {
  display: flex;
  padding: 36.4px 31.2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 12px;
  background: #f7f8fa;
}

.security-box-new {
  display: flex;
  padding: 36.4px 31.2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 340px;
  border-radius: 12px;
  background: #f7f8fa;
}
.security-box img {
  width: 184px;
  height: 42.167px;
  flex-shrink: 0;
}
.security-box-new img {
  width: 184px;
  height: 42.167px;
  flex-shrink: 0;
}
.security-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.security-desc img {
  width: 18px;
  height: 18px;
}
.security-desc p {
  color: var(--BG, #0b0216);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  opacity: 0.4;
}

.technology {
  width: 1200px;
  height: 576px;
  border-radius: 50px;
  background-color: #0b0216;
  background-image: url("CTA-Background-orb-v1.png");
  background-position: right;
  background-repeat: no-repeat;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.innerTechnolodyDiv {
  padding: 100px;
}
.technologyTag {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  /* or 14px */
  text-align: start;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8e35ff;
}
.technologyMainHeading {
  margin: 2rem 0;
  width: 600px;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.technologySubHeading {
  width: 500px;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.6;
}
.innerTechnolodyDiv div {
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin-top: 2rem;
}
.innerTechnolodyDiv div a {
  text-decoration: none;
}
.technologyLearnMore {
  width: 138px;
  height: 48px;
  border: 1px solid #7000ff;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  background: #7000ff;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.technologyLearnMore:hover {
  border: 1px solid #5a00cc;
  background-color: #5a00cc;
}
.technologyViewDocs {
  width: 138px;
  height: 48px;
  border: 1px solid #7000ff;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.technologyViewDocs:hover {
  background-color: #5a00cc;
}
.featuredOn {
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.4;
  width: 1200px;
  margin: 2rem auto;
  color: #000000;
}
.featuredOn hr {
  width: 90%;
}
.feactureLogo {
  display: grid;
  grid-template-columns: repeat(5, 235px);
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
}
.feactureLogo a {
  display: flex;
}

.feactureLogo img {
  margin: auto;
  height: auto;
  mix-blend-mode: multiply;
  object-fit: contain;
}

.feactureLogoBelow {
  display: grid;
  grid-template-columns: repeat(5, 235px);
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
}
.feactureLogoBelow img {
  margin: auto;
  height: auto;
  mix-blend-mode: multiply;
  object-fit: contain;
  height: 24px;
}
.feactureLogoBelow a {
  display: flex;
}
.feactureLogoBelow img:nth-child(8) {
  height: 40px;
}
.feactureLogoBelow img:nth-child(10) {
  height: 40px;
  /* width: 124px; */
}
/* Individual image widths */
.feactureLogo img:nth-child(1) {
  width: 124px;
}
.feactureLogo img:nth-child(2) {
  width: 96px;
}
.feactureLogo img:nth-child(3) {
  width: 124px;
}
.feactureLogo img:nth-child(4) {
  width: 96px;
}
.feactureLogo img:nth-child(5) {
  width: 124px;
  height: 24px;
}
.feactureLogo img:nth-child(6) {
  width: 146px;
}
.feactureLogo img:nth-child(7) {
  width: 93px;
  height: 24px;
}
.feactureLogo img:nth-child(8) {
  width: 96px;
}
.feactureLogo img:nth-child(9) {
  width: 96px;
}
.feactureLogo img:nth-child(10) {
  width: 96px;
}
.feactureLogo img:nth-child(11) {
  width: 96px;
}
.feactureLogo img:nth-child(12) {
  width: 96px;
}
.feactureLogo img:nth-child(13) {
  width: 96px;
}
.feactureLogo img:nth-child(14) {
  width: 96px;
}
.feactureLogo img:nth-child(15) {
  width: 96px;
}
.feactureLogo img:nth-child(16) {
  width: 140px;
  height: 24px;
}
.feactureLogo img:nth-child(17) {
  width: 96px;
}
.feactureLogo img:nth-child(18) {
  width: 112px;
  height: 24px;
}

.mainContainerLastdiv {
  bottom: -400px;
  background: #f4f6fa;
  background: linear-gradient(to bottom, #ffffff 50%, #f4f6fa 50%);
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 5rem;
  border-radius: 0px 0px 56px 56px;
  width: 100%;
}
.bottomContainer {
}
.questionWeHaveContainer {
  width: 1200px;
  margin: 5rem auto;
  justify-content: space-between;
  display: flex;
}
.questionWeHaveContainer hr {
  opacity: 0.1;
}
.faqTag {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7000ff;
}
.faqHEading {
  margin: 2rem 0;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #0b0216;
  width: 400px;
}
.contactUsFaq {
  margin-top: 2rem;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #0b0216;
  display: flex;
  justify-content: start;
  align-items: center;
}
.faqBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 40px;
  border: 1.25px solid #7000ff;
  border-radius: 90px;
  margin: 0 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: #0b0216;
}

.faqBtn:hover {
  color: #ffffff;
  background: #7000ff;
  border: 1.25px solid rgba(112, 0, 255, 0.1);
}
/* colapsable */
.collapsibleContainer {
  width: 690px;
  border-radius: 12px;
  margin: 1rem 0;
  background-color: #f4f6fa;
}
.collapsHeading {
  font-family: 'custom';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #0b0216;
  margin: 0;
}
.collapsible {
  background-color: #f4f6fa;
  color: #0b0216;
  cursor: pointer;
  padding: 12px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: 'ss01' on;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.active {
  border-radius: 12px 12px 0 0;
  background-color: #f4f6fa;
}

.collapsible:after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: '\002B';
  font-size: 30px;
  font-weight: 100;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  float: right;
  margin-left: 5px;
  background: #ffffff;
  color: #7000ff;
  transition: background-color 0.3s ease;
}
.collapsible:hover:after {
  background-color: #f1e5ff;
}
.active:after {
  content: '\002B';
  transform: rotate(45deg);
  color: white;
  background-color: #7000ff;
  transition: background-color 0.3s ease;
}
.active:hover:after {
  background-color: #5a00cc;
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f4f6fa;
  border-radius: 0 0 12px 12px;
}
.content p {
  margin-top: 0;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 140%;
  color: #7d7a80;
}
/* collapsible end */
.blogContainer {
  padding-top: 7rem;
  background-image: url("blogBackground.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #f4f6fa;
}
.o_1 {
  opacity: 0.5;
}

.blogHeader {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.blogTag {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7000ff;
}
.blogHEading {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #0b0216;
  width: 400px;
  margin: 1rem 0;
}
.contactUsblog {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #0b0216;
  display: flex;
  justify-content: start;
  align-items: center;
}
.seeAllNewsDiv {
  display: flex;
  align-items: center;
}
.seeAllNews {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #7000ff;
  color: #0b0216;
  border-radius: 90px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.seeAllNews:hover {
  background-color: #7000ff;
  color: #ffffff;
  border: 1.25px solid rgba(112, 0, 255, 0.1);
}
.blogCardContainer {
  display: grid;
  grid-template-columns: repeat(2, 600px);
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 3rem auto;
}
.blogCardContainer a {
  text-decoration: none;
}
.blogCard {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e9ecef;
  transition: box-shadow 0.3s ease;
  border-radius: 16px;
  height: 270px;
}
.blogCard:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.blogCardLeft {
  width: 300px;
}
.blogCardSubHeading {
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 450;
  font-size: 12px;
  line-height: 140%;
  color: #7d7a80;
}
.blogCardHeading {
  margin: 1rem 0;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #000000;
}
.guid {
  background: rgba(112, 0, 255, 0.1);
  border-radius: 6px;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7000ff;
}
.blogCardRight {
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.blogCardRight img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.blogContainer hr {
  width: 1200px;
  opacity: 0.5;
  margin-top: 5rem;
  margin-bottom: 0;
}
.blogFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: auto;
}
.blogFooterLeft {
  display: flex;
}
.blogFooterLeft img {
  width: 250px;
  margin-left: 0;
}
.blogFooterLeft p {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #0b0216;
  width: 450px;
}
.blogFooterRight {
  margin-bottom: auto;
  margin-top: 2rem;
}
.blogFooterRight input {
  padding: 0 20px;
  width: 250px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
}
.blogFooterRight input:focus {
  outline: none;
  border: 1px solid #7000ff;
}
.blogFooterRight input::placeholder {
  color: #0b0216;
  opacity: 0.3;
}
.blogFooterRight button {
  width: 126px;
  height: 48px;
  background: #7000ff;
  border-radius: 90px;
  border: none;
  color: #ffffff;
  margin: 1rem;
}
.blogFooterRight button:hover {
  background-color: #5a00cc;
}
footer {
  background-color: #f4f6fa;
}
.mainFooterContainer {
  position: relative;
  padding-top: 2rem;
}

.footerContainer {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 400px;
  background-image: url("footerBackground.png");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #0b0216;
  border-radius: 50px 50px 0 0;
}
.footerTop {
  width: 100%;
  background-image: url("Velvet-laptop-2.png");
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.footerTop div {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.footerTopGetStart {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8e35ff;
}
.footerTopHeading {
  margin: 2rem 0;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 110%;
  width: 550px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.footerTop a {
  text-decoration: none;
  width: 138px;
  height: 48px;
  border: 1px solid #7000ff;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  background: #7000ff;
  align-items: center;

  cursor: pointer;
  transition: background-color 0.3s ease;
}
.footerTop a:hover {
  background-color: #5a00cc;
}
.footerBottom {
  background: #0b0216;
  height: auto;
  margin: auto;
  padding: 2rem 0;
}
.footerBottom hr {
  opacity: 0.1;
  width: 1200px;
  margin: 1rem auto;
  margin-bottom: 2rem;
}
.footerBottomLeft {
  padding: 2rem auto;
  width: 1200px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.footerBottomLeft img {
  width: 155.86px;
  height: 32px;
}
.footerBottomLeft ul {
  font-family: 'custom';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  background: #0b0216;
  border: 1.25px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  text-decoration: none;
  display: flex;
  padding: 5px;
}
.footerBottomLeft li {
  list-style-type: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.footerBottomLeft a {
  text-decoration: none;
  color: #ffffff;
}
.footerBottomLeft li:hover {
  background-color: #7000ff;
  border-radius: 100px;
}
.footerBottomRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 1rem auto;
}
.TermsDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.TermsDiv p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 17px */
  color: #ffffff;
  opacity: 0.3;
}
.TermsDiv a {
  margin: 0 1rem;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-decoration-line: none;
  color: #ffffff;
  transition: background-color 0.3s ease;
}
.TermsDiv a:hover {
  text-decoration-line: underline;
  color: #ffffff;
}
.socialLogo img {
  margin: 0 1rem;
  transition: opacity 0.3s ease;
}
.socialLogo a {
  text-decoration: none;
}
.socialLogo img:hover {
  opacity: 0.5;
}

/* mobile nav */
.header-area {
  display: none;
}
.featuredOn hr:first-of-type {
  /* your styles here */
  display: none;
}
.portfolioImgMobileDiv {
  display: none;
}
.buildWithMobile {
  display: none;
}
.substakEmbed {
  margin-bottom: auto;
  margin-top: 2rem;
}
.success {
  width: 400px;
}
.footerDisclaimer {
  max-width: 1200px;
  color: #ffffff;
  margin: auto;
  font-size: 10px;
  opacity: 0.4;
}
.footerDisclaimer p {
  /* padding: 0 20px; */
}
/* default css end */

/* navbar regular css start */
.navbar-area {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #000;
}
.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.site-logo {
  margin-top: 15px;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.site-navbar div {
  margin-top: 2rem;
}
.site-navbar p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.3;
}
.site-navbar ul li a {
  color: #fff;
  padding: 20px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.site-navbar ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* navbar regular css end */

/* nav-toggler css start */
.nav-toggler {
  border: 3px solid #fff;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 15px;
  height: 1px;
  background-color: #fff;
  display: block;
  transition: 0.3s;
}
.nav-toggler span {
  /* background-color: transparent; */
  margin: 3px;
}
/* .nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: '';
  transform: translateY(6px);
} */
.nav-toggler.toggler-open span:first-child {
  transform: translateY(-1px) rotate(45deg);
  margin: 0;
}
.nav-toggler.toggler-open span:last-child {
  margin: 0;
  transform: translateY(-2px) rotate(-45deg);
}

/* intro-area css start */
.intro-area {
  height: calc(100vh - 61px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.intro-area h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 25px;
}
.intro-area p {
  font-size: 18px;
}
/* intro-area css end */

.topAlert {
  width: 100%;
  display: flex;
  background-color: #5d2fe8;
  color: #ffffff;
  height: 50px;
}
.topAlert a {
  text-decoration: underline;
  margin: auto;
  color: #ffffff;
  cursor: pointer;
}

.br-mobile {
  display: none;
}
.videoDiv {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 2rem;
}
.collapsibleLink {
  color: #7000ff;
}
.availableOn {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  align-content: center;
  gap: 40px;
  align-self: stretch;
  flex-wrap: wrap;
}
.availableOn img {
  height: auto;
}
.availableOn img:nth-child(1) {
  height: 20px;
}
.availableOn img:nth-child(2) {
  height: 18px;
}
.availableOn img:nth-child(3) {
  height: 24px;
}
.availableOn img:nth-child(4) {
  height: 32px;
}
.availableOn img:nth-child(5) {
  height: 24px;
}
.BinanceChampain {
  width: 374px;
  height: 90px;
  position: absolute;
  top: -0.25px;
  z-index: 100;
  right: 5%;
  background-image: url("");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.BinanceChampainButton {
  background-color: #efc30c;
  color: #0a0e11;
  border-radius: 15px;
  padding: 4px 12px;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 16.5px */
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  outline: none;
  position: absolute;
  bottom: 10%;
  right: 2%;
  text-decoration: none;
}
.closeBinance {
  position: absolute;
  top: 5%;
  right: 2%;
  cursor: pointer;
}

/* mobile breakpoint start */
@media screen and (max-width: 767px) {
  .videoDiv video {
    width: 300px;
    height: auto;
  }
  .container {
    max-width: 720px;
    padding: 0 20px;
  }
  .navbar-area {
    display: block;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #000;
  }
  .header-area {
    display: block;
  }
  /* navbar css for mobile start */
  .nav-toggler {
    height: 35px;
    width: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
  }
  .site-navbar {
    width: 90%;
    min-height: 60px;
  }
  .site-navbar ul {
    /* padding-top: 30px; */
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    flex-direction: column;
    align-items: center;
    /* border-top: 1px solid #444; */
    background-color: #0b0216;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .site-navbar hr {
    width: 80%;
    height: 0;
    opacity: 0.1;
    margin-bottom: 3rem;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }
  .site-navbar ul li a {
    padding: 25px;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
    z-index: 1;
  }
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  /* navbar css for mobile end */
}
/* mobile breakpoint end */

/* mobile design for remaining */
.newFeaturOn {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
}
.newFeaturOn img {
  width: 200px;
  mix-blend-mode: multiply;
  margin-right: 1rem;
}

/* .security-container > .last-row {
  grid-column: span 3; 
  display: flex;
  justify-content: center;
  align-items: center;
} */
.last-items {
  gap: 15px;
  display: flex;
  margin: 15px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .br-mobile {
    display: block;
  }
  .last-items {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 2vw;
    gap: 10px;
    flex-direction: row;
  }
  .security-box-new {
    padding: 3vw 2vw;
    width: auto;
    flex: 1 1;
  }
  .security-box-new img {
    width: 30vw;
    height: 12vw;
  }
  .headerCointainr {
    display: none;
  }
  .headerSection {
    background: #0b0216;
    /* background-image: url('../assets/mobileportfioloImg.png'); */
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
  }
  .heading {
    width: auto;
    color: #fff;

    text-align: center;

    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 56px */
    letter-spacing: -1.2px;
  }
  .subHeading {
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%; /* 33.6px */
  }
  .subHeading span {
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%; /* 33.6px */
  }
  .invetsmeAndPortfolioWrapper {
    flex-direction: column-reverse;
  }
  .investmentValue {
    font-size: 25px;
  }
  .investmentDiv {
    display: flex;
    width: auto;
    padding-bottom: 1rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .portfolioImgDiv {
    width: auto;
    background-image: url("Mobile-bg-2.webp");
    transform: none;
    transition: none;
  }
  .portfolioImgDiv.in-view {
    translate: none;
    rotate: none;
    scale: none;
    transform: none;
  }
  .investmentHeading {
    font-size: 8px;
    text-align: center;
  }
  .investmentDiv div {
    flex-basis: 35%;
    margin: auto 1rem;
  }
  .availableOn {
    align-content: center;
    gap: 12px 32px;
    align-self: stretch;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .portfolioImg {
    display: none;
  }
  .portfolioImgMobile {
    display: block;
    width: 100%;
  }
  .innerTechnolodyDiv div {
    justify-content: center;
    align-items: center;
  }
  .portfolioImgMobileDiv {
    display: block;
    translate: none;
    rotate: none;
    scale: none;
    transform: perspective(207rem) translate3d(0px, 1.13333rem, -4.66666rem)
      rotateX(-40deg) scale(0.9, 0.9);
    transition: transform 0.8s ease;
  }
  .portfolioImgMobileDiv.in-view {
    translate: none;
    rotate: none;
    scale: none;
    transform: perspective(133.333rem);
  }

  .additionalYeild {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: auto;
    align-items: center;
    margin: 0.5rem auto 4rem auto;
  }
  .additionalYeild div {
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-align: center;
  }
  .additionalYeild a {
    margin-top: 10px;
  }
  .buildWith {
    display: none;
  }
  .buildWithMobile {
    display: block;
    display: flex;
    color: #ffffff;
  }
  .buildWithMobile hr {
    width: 25%;
    height: 0px;
    opacity: 0.1;
  }
  .buildWithLogo {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 32px;
  }
  .buildWithLogo img {
    flex-basis: 25%;
    height: 24px;
    object-fit: contain;
  }
  .mainHeading {
    font-size: 32px;
    line-height: 110%;
  }
  .mainSubHeading {
    font-size: 14px;
  }
  .productDetails {
    grid-template-columns: repeat(1, 510px);
  }
  .productCard {
    width: 325px;
    height: auto;
  }
  .productCard img {
    width: 100%;
    height: auto;
  }
  .cardImgContainer img {
    height: 250px;
  }
  .productCard p {
    font-size: 28px;
  }
  .secureby {
    margin: 2rem 1rem;
  }

  /* .secureby div {
    justify-content: space-evenly;
  }
  .secureby div img {
    width: 40%;
    object-fit: contain;
  } */
  .technology {
    width: auto;
    height: 875px;
    background-image: url("CTA-Background-orb-mobile-v1.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .innerTechnolodyDiv {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .technologyMainHeading {
    font-weight: 600;
    font-size: 32px;
    width: auto;
    line-height: 110%;
    margin: 20px 0;
  }
  .technologySubHeading {
    font-size: 14px;
    width: auto;
  }
  .featuredOn {
    width: auto;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    margin: 2rem auto;
  }
  .featuredOn hr {
    width: 20%;
  }
  .featuredOn hr:first-of-type {
    display: block;
  }
  .feactureLogo img {
    width: 100%;
    object-fit: contain;
  }
  .feactureLogo {
    grid-template-columns: repeat(2, 40%);
  }

  .feactureLogoBelow {
    grid-template-columns: repeat(2, 40%);
  }
  .feactureLogoBelow img {
    width: 100%;
    object-fit: contain;
  }
  .questionWeHaveContainer {
    width: auto;
    margin: 2rem 1rem;
    flex-direction: column;
  }
  .faqHEading {
    width: auto;
    font-size: 32px;
  }
  .questionsLeft {
    text-align: center;
  }
  .contactUsFaq {
    justify-content: space-evenly;
    align-items: center;
  }
  .collapsibleContainer {
    width: auto;
  }
  .blogCardContainer {
    grid-template-columns: repeat(1, 100%);
    gap: 0;
  }
  .blogHeader {
    margin-left: 1.5rem;
    flex-direction: column;
    width: auto;
  }
  .blogHEading {
    width: auto;
    text-align: center;
  }
  .blogCard {
    flex-direction: column-reverse;
    align-items: center;
    margin: 1rem;
    height: auto;
  }
  .blogCardLeft {
    width: auto;
  }
  .blogCardRight {
    width: 100%;
  }
  .blogCardRight img {
    width: 100%;
    height: 100%;
  }
  .blogContainer {
    padding-top: 3rem;
    background-image: none;
  }
  .blogContainer hr {
    width: auto;
    margin-top: 0;
  }
  .blogFooter {
    margin: auto 1rem;
    width: auto;
    flex-direction: column;
    padding-bottom: 2rem;
  }
  .blogFooterLeft img {
    display: none;
  }
  .blogFooterLeft p {
    margin: 1rem auto;
    width: auto;
    text-align: center;
  }

  .blogFooterRight {
    width: 100%;
    flex-direction: column;
  }
  .blogFooterRight input {
    width: -webkit-fill-available;
  }
  .blogFooterRight button {
    width: -webkit-fill-available;
    margin: 1rem 0;
  }
  .footerContainer {
    top: 345px;
    background-image: none;
  }
  .footerTop div {
    width: auto;
    margin: 5rem 0;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footerTopHeading {
    width: auto;
    font-size: 40px;
    margin: 1rem 0;
  }
  .footerTop {
    border-radius: 40px 40px 0 0;
    height: 500px;
    justify-content: start;
    background-image: url("Velvet-laptop-1.png");
    background-position: bottom;
    background-size: contain;
    background-color: #0b0216;
  }
  .footerBottom hr {
    width: auto;
  }
  .footerBottomLeft {
    width: auto;
    flex-direction: column;
  }
  .footerBottomLeft ul {
    flex-direction: column;
    align-items: center;
    background: transparent;
    border: none;
  }
  .footerBottomRight {
    width: auto;
    flex-direction: column-reverse;
  }
  .TermsDiv {
    flex-direction: column;
  }
  .TermsDiv a {
    margin: 0.5rem auto;
  }
  /* collapsHeading */
  .collapsHeading {
    width: 80%;
  }
  .substakEmbed {
    margin-bottom: 2rem;
  }
  .success {
    width: 375px;
  }
  .headingDiv {
    margin-bottom: -1rem;
  }
  .seeAllNewsDiv {
    margin: auto;
  }
  .blogTag {
    text-align: center;
  }
  .o_1 {
    text-align: center;
  }
  .cardtag {
    font-size: 10px;
  }
  .footerDisclaimer p {
    padding: 0 20px;
  }
  .topAlert {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
  .topAlert a {
    text-decoration: underline;
    margin: auto 20px;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer;
    text-align: center;
  }
  .newFeaturOn {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .newFeaturOn img {
    object-fit: contain;
    margin: 1rem;
    width: 150px;
    height: 50px;
    mix-blend-mode: multiply;
  }
  .mainContainerLastdiv {
    padding-bottom: 1rem;
    padding-top: 0;
  }
  .BinanceChampain {
    position: absolute;
    width: 320px;
    height: 90px;
    top: -0.25px;
    right: 10%;
    left: 10%;
    z-index: 100;
  }
}

/* terms adn condition style  */
.termsContainer {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.spanP {
  font-size: 18px;
  font-weight: 300;
  opacity: 1;
}
.termsPara {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
}
.termsPara span {
  font-size: 18px;
  font-weight: 300;
  opacity: 1;
}
.termsHeading {
  font-weight: 700;
  font-size: 24px;
}
.privcyUl,
.termsUl {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
}

/* swal style */
.swal2-styled.swal2-confirm {
  width: 126px;
  height: 48px;
  background: #7000ff;
  border-radius: 90px;
  border: none;
  color: #ffffff;
}

.container {
  padding: 1rem 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .text {
  position: relative;
  color: #7000ff;
  font-weight: 500;
  font-size: 56px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.03em;
}
.container .text.first-text {
  color: #fff;
}
.text.sec-text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f1f3f7;
  border-left: 3px solid #7000ff;
  animation: animate 4s steps(12) infinite;
}
@keyframes animate {
  40%,
  60% {
    left: calc(100% + 4px);
  }
  100% {
    left: 0%;
  }
}
.wrap {
  color: #7000ff;
  font-weight: 500;
  font-size: 56px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .wrap {
    font-size: 40px;
  }
}

/* Testimonial Style */
.testimonial-container {
  margin: 0 auto;
  padding: 4rem;
  width: 1300px;
  height: auto;
  text-align: center;
}
.testimonial-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0;
  width: 100%;
}
.testimonial-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-align: start;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7000ff;
}
.testimon-title {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

.testimon-subheading {
  color: #0b0216 !important;
  margin-top: 0.5rem;
  font-size: 48px;
  font-weight: 600;
  line-height: 52.8px;
  margin-bottom: 0;
}
.testimonial-buttons {
  padding: 10px;
  display: flex;
}

.testimonial-buttons button {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  margin: 4px;
  font-size: 25px;
  font-weight: bold;
  color: #7000ff;
  transition: background-color 0.3s, color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
button img {
  height: 20px;
  width: 25px;
}
#next {
  rotate: 180deg;
  padding-top: 5px;
}
.testimonial-buttons button:hover {
  background-color: rgba(112, 0, 255, 0.2);
  color: #7000ff;
}
.testimonial-card-container {
  /* padding: 2rem; */
  margin-top: 2rem;
}
/* card */
.slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  width: 95%;
  margin-right: 80px;
}

.card-slider {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #f2f3f6;
}

.card {
  /* flex: 0 0 calc(50% - 20px); */
  width: 500px;
  height: 21rem;
  background-color: #ffffff;
  border: none;
  padding: 20px;
  margin-right: 35px;
  border-radius: 5px;
  box-shadow: 0px 26.25px 70px 0px rgba(224, 224, 224, 0.48);
}
.card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(11, 2, 22, 1);
  text-align: start;
}
.card-user {
  display: flex;
  align-items: center;
}

.image-container {
  background: rgba(244, 246, 250, 1);
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.user-name h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: rgba(11, 2, 22, 1);
  margin-bottom: 0;
}
.user-name p {
  font-size: 12px;
  font-weight: 450;
  line-height: 16px;
  color: rgba(11, 2, 22, 1);
  margin-top: 0;
}
.user-name {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: start;
  margin-left: 20px;
}

.card-large {
  width: 850px;
  background-color: #ffffff;
  border: none;
  padding: 20px;
  margin-left: 30px;
  border-radius: 5px;
  box-shadow: 0px 26.25px 70px 0px rgba(224, 224, 224, 0.48);
}
.card-level {
  padding: 10px;
  line-height: 30px;
}
.card-large p {
  text-align: start;
}
.user-name h2 a {
  text-decoration: none;
  color: #000000;
}
.user-name h2 a:hover {
  text-decoration: underline;
}
.user-name p a {
  text-decoration: none;
  color: #000000;
}
.user-name p a:hover {
  text-decoration: underline;
}
.testimonial-wrapper {
  background: #ecedef;
  width: 100%;
  height: auto;
  background-image: url("blogBackground.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.slick-track {
  background: transparent !important;
}
.slick-list {
  background-color: #ecedef;
}
/* Media Queries */
@media screen and (max-width: 480px) {
  .testimonial-container {
    width: 380px;
    padding: 2rem 0;
  }
  .testimonial-heading {
    font-size: 12px;
  }
  .testimonial-content {
    padding: 0 30px;
  }
  .testimon-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .testimonial-header h1 {
    font-size: 24px;
  }
  .testimon-subheading {
    width: 280px;

    font-size: 32px;
  }
  .testimonial-header {
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .testimonial-buttons {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 300px;
  }

  .testimonial-card-container {
    margin-top: 1rem;
  }
  .slider-container {
    padding: 0;
    width: 100%;
    max-width: 425px;
  }
  .card {
    width: 300px;
    height: auto;
    padding: 15px;
  }
  .card p {
    font-size: 12px;
    line-height: 22px;
  }
  .slick-dots {
    margin-top: 15px;
  }
  .slick-slide {
    float: left;
  }
  .slider {
    width: 50%;
    margin: 100px auto;
  }
  .user-name {
    text-align: start;
  }

  .user-name p {
    font-size: 10px;
  }
  .user-name h2 {
    font-size: 14px;
  }
  .card-large p {
    font-size: 12px;
  }

  .card-large {
    width: 286px;
    height: auto;
    padding: 25px;
  }
  .security-heading h1 {
    font-size: 8vw;
  }
  .security-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 2vw;
    gap: 10px;
  }
  .security-box {
    padding: 3vw 2vw;
  }
  .security-box img {
    width: 30vw;
    height: 12vw;
  }
  .security-desc img {
    width: 3vw;
    height: 3vw;
  }
  .security-desc p {
    font-size: 1.7vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 375px) {
  .testimonial-container {
    width: 350px;
  }
  .testimonial-header h1 {
    font-size: 20px;
  }
  .testimon-subheading {
    width: 280px;

    font-size: 32px;
  }
  .card {
    width: 295px;
    height: auto;
  }
  .card-large {
    width: 274px;
  }
}
@media screen and (max-width: 320px) {
  .testimonial-container {
    width: 300px;
  }
  .testimonial-header h1 {
    font-size: 18px;
  }
  .testimon-subheading {
    font-size: 32px;
    width: 280px;
  }
  .card {
    width: 250px;
    height: auto;
  }
  .card-large {
    width: 230px;
  }
}

.text-banner{
  display: flex;
  justify-content: center;
  align-items: center;
/*  min-height: 100vh;*/
}

.c-font-one{
  font-family: Bahnschrift Condensed;
}

.c-font-two{
  font-family: Times New Roman;
  font-size: 60px;
}

/*.cont-1{
  background-image: url('../../../uploads/15185976_5581901.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cont-2{
  background-image: url('../../images/15694137_5619852.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cont-3{
  background-image: url('../../images/15517705_5630949.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cont-4{
  background-image: url('../../images/recovert.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}*/

.cont-5{
  background-image: url('../../images/15185976_5581901.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cont-1:hover, .cont-2:hover, .cont-3:hover, .cont-4:hover, .cont-5:hover{
  transform: scale(1.1);
}

.cover{
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.custom-title-cont{
  border-radius: 25px 25px 0px 0px;
  background-color: rgba(255, 255, 255, 0.2);
}

.custom-body-cont{
  border-radius: 0px 0px 25px 25px;
  background-color: rgba(255, 255, 255, 0.4);
  overflow-y: scroll;
/*  overflow-x: hidden;*/
  height: 300px;
}

ul{
  margin: 0;
  padding: 0;
}

ul.custom-list li{
/*  list-style-position: inside;*/
  color: green;
}

ul.custom-list span{
  color: white;
}

.c-border, .c-border:focus{
  border-radius: 10px;
  border: 1px solid grey;
}

input[type=search] {
  width: 130px;
  /*box-sizing: border-box;
  border: 2px solid #ccc;*/
  border-radius: 50px;
/*  font-size: 16px;*/
  background-color: white;
  background-image: url('../../images/searchh.png');
  background-size: 20px;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 5px 20px 5px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 1s ease-in-out;
}

  /* When the input field gets focus, change its width to 100% */
input[type=search]:focus {
  width: 100%;
}

.c-align{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.flip-box {
  background-color: transparent;
  /*width: 300px;
  height: 200px;*/
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  /*width: 100%;
  height: 100%;*/
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  /*width: 100%;
  height: 100%;*/
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}