@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

@media (prefers-color-scheme: dark) {
  body {
    filter: invert(100%) hue-rotate(180deg);
  }
  html {
    background-color: #111;
  }
  img,
  video,
  iframe,
  svg {
    filter: invert(100%) hue-rotate(180deg);
  }
  video:fullscreen {
    filter: none;
  }
  .icon {
    filter: invert(15%) hue-rotate(180deg);
  }
  pre {
    filter: invert(6%);
  }
  li ::marker {
    color: #666;
  }
}

#headparall {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 21, 21, 1);
  z-index: 100;
}

#headparallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("assetss/herosecimage.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  z-index: -1;
}

.for_head {
  max-width: 1240px;
  margin: auto;
}

.firstsec {
  max-width: 1240px;
  padding: 0px 15px;
}

.secondsec {
  max-width: 1240px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0px auto 0px auto;
}

main {
  background-color: #fef9ed;
}

/* created by vedant */

h1,
p,
h2 {
  margin: 0;
}

section.firstsec {
  max-width: 1240px;
  margin: auto;
  padding: 300px 20px 20px 20px;
  display: flex;
  gap: 190px;
  color: white;
  flex-wrap: wrap;
}

.firstsec > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 30px;
  padding: 20px;
}

#pos > div {
  display: flex;
  flex-direction: column;
  max-width: 380px;
  padding: 20px;
  gap: 20px;
  right: 0;
  position: absolute;
  height: auto;
  animation: a1 2s forwards;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: rgba(137, 135, 135, 0.14);
}

@keyframes a1 {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }

  100% {
    opacity: 1;
    transform: translateY(-0px);
  }
}

.firstsec > div > h1 {
  font-size: 50px;
  max-width: 450px;
  font-weight: bold;
}

.firstsec > div > p {
  font-size: 25px;
  font-weight: 400;
}

div#pos > div p {
  color: white;
  font-size: 20px;
  max-width: 350px;
  text-align: center;
}

#firstbtn,
.navbbb {
  align-items: center;
  background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
  border: 0;
  border-radius: 20px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 200px;
  min-width: 120px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}

#firstbtn:active,
#firstbtn:hover {
  outline: 0;
}

#firstbtn span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

#firstbtn:hover span {
  background: none;
}

#firstbtn:active {
  transform: scale(0.9);
}

#pos {
  position: relative;
  height: 410px;
  width: 500px;
}

div#pos > div h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.get_butt {
  align-items: center;
  background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
  border: 0;
  border-radius: 25px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}

.get_butt:active,
.get_butt:hover {
  outline: 0;
}

.get_butt span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.get_butt:hover span {
  background: none;
}

.get_butt:active {
  transform: scale(0.9);
}

/* created by anubhav */

#carouselExampleInterval {
  width: 100%;
  height: 100%;
}

/* created by manish */

@keyframes noon {
  30% {
    background-color: black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  100% {
    background-color: black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

nav {
  width: 100%;
  position: fixed;
  top: 0px;
  animation: noon;
  animation-timeline: scroll();
  z-index: 10;
}

#navbox {
  width: 100%;
  height: 70px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  color: rgb(200, 200, 200);
  padding: 5px 15px 5px 5px;
  font-family: "Roboto", sans-serif;
}

#navbox > div:nth-of-type(1) > img {
  width: 100px;
  border-radius: 10px;
}

#navbox > div:nth-of-type(3) button {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  min-width: 80px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 10px;
}

#navbox > div:nth-of-type(3) button a {
  text-decoration: none;
}

#navbox > div:nth-of-type(3) button:hover {
  background-color: #fffffff8;
  box-shadow: 0px 15px 20px rgba(254, 254, 255, 0.392);
  color: #090909;
  transform: translateY(-4px);
}

#navbox > div:nth-of-type(3) > button:nth-of-type(1):hover {
  background-color: #ff0022;
  box-shadow: 0px 15px 20px rgba(255, 0, 13, 0.392);
  color: #ffffff;
  transform: translateY(-5px);
}

#navbox > div:nth-of-type(3) > button:nth-of-type(2):hover {
  background-color: #ff0022;
  box-shadow: 0px 15px 20px rgba(255, 0, 17, 0.392);
  color: #ffffff;
  transform: translateY(-5px);
}

#navbox > div:nth-of-type(3) > button:nth-of-type(1):active {
  transform: translateY(-1px);
}

#navbox > div:nth-of-type(3) > button:nth-of-type(2):active {
  transform: translateY(-1px);
}

#navbox > div:nth-of-type(1) {
  display: flex;
  gap: 10px;
  text-align: center;
}

#navbox > div:nth-of-type(1) > #menu {
  display: none;
  position: relative;
}

#navbox > div:nth-of-type(1) > #menu > img {
  margin-top: 20px;
}

#navbox > div:nth-of-type(1) > #menu > #dcon {
  width: 60vw;
  height: 90vh;
  position: absolute;
  display: flex;
  gap: 30px;
  padding-top: 50px;
  flex-direction: column;
  background-color: rgb(0, 0, 0);
  border-radius: 5px;
  display: none;
}

#navbox > div:nth-of-type(1) > #menu:hover div#dcon {
  display: flex;
}

#navbox > div:nth-of-type(1) > #menu > #dcon a {
  text-decoration: none;
  color: white;
}

#navbox > div:nth-of-type(1) > #menu > #dcon a:hover {
  color: rgb(160, 160, 160);
}

#navbox > div:nth-of-type(2) {
  display: flex;
  gap: 50px;
  color: white;
  font-weight: 500;
  font-size: 18px;
}

#navbox > div:nth-of-type(2) a {
  text-decoration: none;
  color: white;
}

#navbox > div:nth-of-type(2) a:hover {
  color: rgb(171, 171, 171);
}

#navbox > div:nth-of-type(3) {
  display: flex;
  gap: 10px;
}

#content > a {
  font-size: 16px;
  padding: 5px 10px;
}

#content {
  display: none;
  position: absolute;
  border: 2px solid rgba(160, 160, 160, 0.582);
  background-color: rgba(50, 50, 50, 0.775);
  border-radius: 10px;
}

#dropdown > a {
  display: flex;
  align-items: center;
  gap: 3px;
}

#dropdown:hover #content {
  display: block;
  transition: 4s ease-out;
}

#content > a {
  display: block;
}

@media (width<=800px) {
  #navbox > div:nth-of-type(2) {
    display: none;
  }

  #navbox > div:nth-of-type(1) > #menu {
    display: block;
  }
}

/* main first of card  created by vedant*/

.cardofmain {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: auto;
  background-color: rgba(137, 135, 135, 0.3);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cardofmain .card-container {
  perspective: 1000px;
  width: 320px;
  height: 300px;
  margin: 50px auto;
}

.cardofmain .card {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 10px;
}

.cardofmain .card:hover {
  transform: rotateY(180deg) scale(1.1);
}

.cardofmain .card .front,
.cardofmain .card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 10px solid #fc6350;
}

.cardofmain .card .front {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.cardofmain .card .back {
  background-color: white;
  transform: rotateY(180deg);
  border: 10px solid #fc6350;
  display: flex;
  justify-content: space-evenly;
}

.cardofmain .one {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fc6350;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardofmain .one span {
  font-size: 25px;
  font-weight: 600;
}

.cardofmain .card-container h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
  padding: 0px 30px;
  text-align: center;
}

.cardofmain .card-container a {
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  padding: 0px 30px;
  text-align: center;
}

.cardofmain .back p {
  font-size: 22px;
  padding: 0px 30px;
  text-align: center;
}

.cardofmain .two {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #f6c91d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardofmain .two span {
  font-size: 25px;
  font-weight: 600;
}

/* ----------------------------- */

/* Created by anubhav */
#bordertype {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 244, 244, 0.5);
  margin-bottom: 30px;
}

#bordertype > div {
  height: 5px;
  background-color: black;
  border-radius: 10px;
  width: 40px;
}

#dashboard {
  text-align: center;
  color: #ffffff;
  font-style: italic;
  font-size: 40px;
  padding: 20px 20px 20px 20px;
  font-weight: 800;
}

.description > img {
  height: 85%;
}

/* Created by manish */
.blogme {
  max-width: 1240px;
  margin: 50px auto 0px auto;
  padding: 0px 0px;
}

#bordertypeblog {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 244, 244, 0.5);
}

#bordertypeblog > div {
  height: 5px;
  background-color: black;
  border-radius: 10px;
  width: 40px;
}

#Popularblog {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-style: italic;
  padding: 20px 20px 20px 20px;
  font-weight: 800;
}

.blogcards {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
}

.blogcards a {
  font-size: 18px;
  font-weight: 500;
  color: white;
}

.blogcards > div > div:nth-of-type(1) {
  width: 365px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

.blogcards img {
  width: 365px;
}

.blogcards > div:hover img {
  transform: scale(1.2);
  transition: transform 1s;
}

.blogcards > div > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  margin: 5px 0px;
}

.blogcards a {
  color: white;
}

.blogcards > div > div:nth-of-type(2) > p:nth-of-type(1) {
  background-color: gray;
  border-radius: 5px;
  color: white;
  padding: 2px;
  margin: 0%;
}

.blogcards > div > div:nth-of-type(2) > p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin: 0%;
}

@media (830px <=width <=1220px) {
  .blogcards {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}

@media (width <=829px) {
  .blogcards {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }
}

/* Created by manish */
footer {
  background-color: black;
  color: white;
  padding: 10px 0px 0px 0px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

#footi {
  position: relative;
  min-height: 400px;
}

#foot {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4 auto);
  grid-template-areas: "a a a b";
  position: absolute;
  animation: ker;
  animation-timeline: scroll();
}

@keyframes ker {
  95% {
    transform: scale(0.8);
  }
}

#foot > div:nth-of-type(1) {
  grid-area: a;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}

#foot > div:nth-of-type(1) > div > p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

#foot > div:nth-of-type(1) > div:last-child {
  display: none;
}

#foot > div:nth-of-type(1) > div:last-child > p {
  font-size: 12px;
  font-weight: 400;
  color: gray;
}

#foot > div:nth-of-type(1) > div > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#foot > div:nth-of-type(1) > div > div > a {
  text-decoration: none;
  color: white;
}

#foot > div:nth-of-type(2) {
  grid-area: b;
}

.for_head > img {
  width: 100px;
}

#foot > div:nth-of-type(2) {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}

#foot > div:nth-of-type(2) > div:nth-of-type(2) p {
  padding: 0%;
  margin: 0%;
  font-size: 12px;
}

#foot > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(2) {
  margin-bottom: 10px;
}

#foot > div:nth-of-type(2) > div:nth-of-type(3) {
  text-align: center;
  color: gray;
}

@media (width <=900px) {
  #foot {
    display: grid;
    grid-template-columns: repeat(1 1fr);
    grid-template-areas:
      "b"
      " a";
  }

  #foot > div:nth-of-type(2) > div:nth-of-type(2) {
    display: flex;
    gap: 30px;
  }

  #foot > div:nth-of-type(2) > div:nth-of-type(3) {
    display: none;
  }

  footer > .for_head > div > p {
    display: block;
    text-align: center;
    color: gray;
  }

  #foot > div:nth-of-type(2) > div:nth-of-type(2) p {
    padding: 0px 5px;
  }
}

@media (width <=456px) {
  #foot > div:nth-of-type(1) {
    flex-direction: column;
  }

  #foot > div:nth-of-type(1) > div > div {
    display: none;
  }

  #foot > div:nth-of-type(1) > div > p {
    font-size: 16px;
  }

  #foot > div:nth-of-type(1) > div:last-child {
    display: block;
  }
}

ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}

.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}

.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}

.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.example-2 .icon-content a:hover {
  color: white;
}

.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="linkedin"] .filled,
.example-2 .icon-content a[data-social="linkedin"] ~ .tooltip {
  background-color: #0274b3;
}

.example-2 .icon-content a[data-social="github"] .filled,
.example-2 .icon-content a[data-social="github"] ~ .tooltip {
  background-color: #626262;
}

.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}

.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}

main {
  padding-bottom: 50px;
}

/* Created by manish */

/* Created by Vikram */

/* created by ANubhav */
.banner {
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto;
  padding: 1% 0%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: rgba(137, 135, 135, 0.3);
}

.banner > div {
  height: 350px;
  border-radius: 15px;
  min-width: 300px;
  padding: 15px;
}

.banner > div > img {
  width: 100%;
  height: 100%;

  border-radius: 15px;
}

.income {
  width: 40%;
  height: 80%;
  display: flex;
  gap: 10px;
  transform: rotate(180deg);
}

.income > div {
  width: 20%;
  background-color: rgba(137, 135, 135, 0);
}

.income > div > div {
  width: 100%;
  background-color: black;
  animation: graph;
  animation-timeline: view();
  border-radius: 15px;
}

@keyframes graph {
  40% {
    height: 0%;
  }

  80% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

.axis {
  transform: rotate(90deg);
  width: fit-content;
  height: fit-content;
  margin: auto;
  font-size: 30px;
  color: white;
}

#expensetype {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 244, 244, 0.5);
  margin-bottom: 50px;
}

#expensetype > div {
  height: 5px;
  background-color: black;
  border-radius: 10px;
  width: 40px;
}

#expense {
  text-align: center;
  color: #ffffff;
  font-style: italic;
  font-size: 40px;
  padding: 20px 20px 20px 20px;
  font-weight: 800;
}

/* --------------------------------- */

/* ---------------for Six rules for less money stress section----------------- */

#parallexsixrules {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 21, 21, 0.9);
  z-index: 1;
}

#paralleximagesixrules::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("assetss/thirdoneparall.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}

#paralleximagesixrules > div:nth-of-type(1) {
  padding-bottom: 50px;
}

#parallexach {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 21, 21, 0.9);
  z-index: 1;
}

#parallexachiv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("assetss/5555555.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}

#parallexearly {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 21, 21, 0.9);
  z-index: 1;
}

#parallexearly::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("assetss/thirdoneparall.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}

#parallexearlyre > div:nth-of-type(1) {
  padding-bottom: 1px;
}

#parallexblog {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 21, 21, 0.9);
  z-index: 1;
}

#parallexblogme::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("assetss/fourthparall.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}

#parallexblogme > div:nth-of-type(1) {
  padding-bottom: 50px;
}

/* ------------------------------------------------------- */

/* ----------created by vikram-------------- */

#achivementtype {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 244, 244, 0.5);
}

#achivementtype > div {
  height: 5px;
  background-color: black;
  border-radius: 10px;
  width: 40px;
}

#achivement {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-style: italic;
  padding: 20px 20px 20px 20px;
  font-weight: 800;
}

/* ---------------------------------------------- */
