* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  overflow-x: hidden; /* overflow rok raha ha ya */
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
head,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.logo {
  height: 160px;
  width: 140px;
  padding-bottom: 6rem;
  margin-left: 2rem;
}

/* header */

.header {
  /* display: flex; */
  /* overflow-x: hidden !important; */
}
.homepage {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: space-between !important;
  height: 88%;
  margin-top: 2rem;
}

.main-nav {
  margin-left: auto;
}

.svg_c {
  display: block;
}

.main-list {
  font-size: 2rem;
  display: flex;
  gap: 5.2rem;
  list-style: none;
  font-weight: 500;
  /* padding: 3rem; */
  align-items: center;
  justify-content: center;
  /* padding-right: 6rem; */
  text-decoration: none;
  padding-bottom: 5rem;
}
.main-list a {
  text-decoration: none;
  /* color: #495057; */
  color: black;
}

.section-hero {
  background-color: #f9f5ff;
  height: 50rem;
  width: 100%;
}

.l a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: black;
  font-weight: 500;
  /* font-size: 1.8rem; */
  vertical-align: middle;
  line-height: 1;
}

.sign_in {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  margin-top: 2px;
}

.dis a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;

  gap: 0.5rem;
}
.discuss {
  height: 20px;
  height: 20px;
  display: block;
}

.btn,
.btn:link,
.btn:visited {
  /* color: #ae3ec9; */
  border-radius: 9px;
  transition: all 0.3s;
}

.btn:hover,
.btn:active {
  color: #ae3ec9;
}

.btn-1:link,
.btn-1:visited {
  background-color: #ae3ec9;
  padding: 1rem 2.4rem;
  color: white;
  margin-right: 6px;
}

.btn-1:hover,
.btn-1:active {
  background-color: #862e9c;
}

.btn_chg {
  padding: 1rem 2.4rem; /* FIXED padding from start */
  /* background-color: white; */
  color: black;
  transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

.btn_chg:hover,
.btn_chg:active {
  background-color: #fd7e14;
  color: white;
}

.ui_img {
  height: 420px;
  width: 260px;
}

.ui_img_2 {
  height: 420px;
  width: 260px;
}

/* .top_h svg {
  display: inline-block;
} */
.main-nav {
  padding-top: 1rem;
}
.svg_c {
  padding-bottom: 4rem;
}

/* .header {
  background-color: #f9f5ff;
} */

.homepage {
  background-color: white;
}
.header_first {
  margin-top: 4rem;
  font-weight: 200;
  padding: 2rem;
}
.h1 {
  margin-top: 4rem;
}
.header_first p {
  margin-top: 2rem;
  width: 62rem;
  padding: 2rem;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.5;
}

.binfo {
  display: flex;
  gap: 6rem;
  padding-left: 4rem;
  cursor: pointer;
}

.click:link,
.click:visited {
  border-radius: 9px;
  background-color: #fd7e14;
  color: white;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 400;
}

.learn:link,
.learn:visited {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 400;
  color: black;
  background-color: white;
  border-radius: 9px;
  padding: 1.2rem 2.4rem;
}

.learn:hover,
.learn:active {
  background-color: #f9f5ff;
  transition: all 0.3s;
}

.click:hover,
.click:active {
  background-color: #ff922b;
  transition: all 0.3s;
}

.brain_img {
  width: 250px;
  height: 200px;
}

/* Section Login page */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

.login_page {
  padding: 6.4rem;
  margin-top: 9.4rem;
}

.container-box {
  display: flex;
  justify-content: center;
  width: 80vw;
  height: 40vw;
  border: 2px solid #91a7ff;
  border-radius: 1rem;
  position: relative;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.headingg {
  margin-bottom: 8rem;
}
.sub1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.heading {
  padding: 0.8rem 0 0.8rem 0.8rem;
}

.description {
  padding-left: 1rem;
}

.cubeForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 1rem;
  padding: 3rem;
  width: 100%;
  column-gap: 2rem;
}

.login {
  border-radius: 5px;
  height: 2rem;
  width: 100%;
  padding: 1.2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btnn {
  align-self: end;
  text-align: center;
  background: black;
  font-size: 1.1rem;
  padding-bottom: 2rem;
  color: white;
  border: white;
  line-height: normal;
  transition: transform 0.5s ease-in-out;
  transform: translateY(0.3rem);
}

.btnn:hover {
  transform: scale(0.95);
}

input:focus {
  border: 2px solid #0099ff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 153, 255, 0.5);
}

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 100%;
  min-width: 20vw;
  border-left: 2px solid #91a7ff;
}

.brand-title {
  font-size: 2.2em;
  line-height: 1.1;
}

.enhance,
.enhance2 {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: toggle2 3s cubic-bezier(0.75, 0, 0.25, 1) infinite;
}

.enhance {
  margin: 0.5rem;
}

.enhance2 {
  animation: toggle3 3s ease-in-out infinite;
}

.neuron {
  border-radius: 50%;
  animation: toggle 3s cubic-bezier(0.75, 0, 0.25, 1) infinite;
  height: 6rem;
  width: 6rem;
  padding: 0.5rem;
  margin: 0.5rem;
  box-sizing: content-box;
}

.small {
  height: 2px;
  width: 8px;
  position: absolute;
  top: 0;
  left: 0;
  animation: move 3s ease-in-out infinite,
    dimensionSwap 3s steps(1, end) infinite;
  background-color: #4263eb;
}

/* Animations */
@keyframes move {
  0% {
    top: 0;
    left: 0;
  }
  20% {
    top: 0;
    left: 100%;
    transform: translateX(-100%);
  }
  40% {
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
  }
  80% {
    top: 100%;
    left: 0;
    transform: translateY(-100%);
  }
  100% {
    top: 0;
    left: 0;
    transform: translateY(1%);
  }
}

@keyframes dimensionSwap {
  0%,
  19% {
    width: 14px;
    height: 2px;
  }
  20%,
  38% {
    width: 2px;
    height: 14px;
  }
  40%,
  79% {
    width: 14px;
    height: 2px;
  }
  80%,
  100% {
    width: 2px;
    height: 14px;
  }
}

/* ------------------------------------------Navigation css ------------------------------------------------------ */
/* sticky behavior */

.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
  scrollbar-width: none;
  overflow: none;
}

.sticky .section-hero {
  margin-top: 9.6rem;
}

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------- */

.icon-inner {
  display: flex;
}

/* ------------------------------------      HOW-IT-works                 ----------------------------------------------- */
.How-it-works {
  padding: 9.6rem;
  color: #333;
}

.span-top {
  color: #b197fc;
  display: block;
  margin: 3.2rem;
  font-size: 2.4rem;
  margin-bottom: 6.2rem;
}

.subhead {
  font-size: 2.2rem;
  margin-bottom: 5.2rem;
}

.SNO {
  font-size: 8.6rem;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 3.2rem;
}

.head-3 {
  font-size: 3rem;
  margin-bottom: 2.4rem;
}

.para-1 {
  width: 58rem;
  line-height: 1.4;
  margin-bottom: 4.2rem;
}

.img_chages_1 {
  height: 42rem;
}
.img_chages {
  width: 35%;
}

.ggrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8.5rem;
}

.img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.img-box::before,
.img-box::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-box::before {
  width: 60%;
  padding-bottom: 60%;
  background-color: #f3f0ff;
  z-index: -2;
}

.img-box::after {
  width: 45%;
  padding-bottom: 45%;
  background-color: #e5dbff;
  z-index: -1;
}

.How-it-works {
  margin-bottom: 9.6rem;
  padding-bottom: 9.6rem;
}

/* Featured in section  */

.N-TOP {
  text-align: center;
  margin: 4rem;
}

.N_1 {
  margin-bottom: 3.2rem;
  display: inline-block;
  font-size: 2.4rem;
}

.support_heading {
  font-size: 4.2rem;
  color: #333;
  padding-bottom: 4.2rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4.2rem;
  padding-left: 5rem;
  max-width: 120rem;
}

/* .container {
  padding: 2.4rem 2.4rem 2.4rem 4.8rem;
} */
.N-img {
  width: 100%;
  height: 180px; /* Ya jitna box me chahiye */
  object-fit: cover; /* Crop karega upar se */
  display: block;
}

.Ncontent {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.4s;
  width: 80%;
}

.Ncontent:hover {
  box-shadow: 0 3.4rem 5.8rem rgba(0, 0, 0, 0.06);
  transform: translateY(-1.2rem);
}

.N-tittle {
  margin-top: 1.2rem;
  margin-left: 1.2rem;
  display: flex;
  gap: 1.6rem;
}

.tag {
  border-radius: 50px;
  margin-bottom: 3.2rem;
  display: inline-block;
}
.title-t {
  display: flex;
  flex-direction: column;
  margin-left: 4.2rem;
}
.tag_1 {
  background-color: #b197fc;
  padding: 0.6rem 1rem;
}
.tag_2 {
  background-color: #91a7ff;
  padding: 0.2rem 2rem;
  text-align: center;
}
.tag_3 {
  background-color: #fcc419;
  padding: 0.6rem 1rem;
}

.Neuronp {
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.1rem;
}
.NEURONZIX-LIST {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.list_item {
  display: flex;
  gap: 2rem;
  color: #333;
}

.items_A {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  list-style: none;
}
.lhead {
  color: #333;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}

.items {
  display: flex;
  gap: 2rem;
}

.list-icon {
  width: 30px;
  height: 30px;
  color: #b197fc;
}

.NEURONZIX_CARD {
  padding: 9.8rem 0;
}

.N_1 {
  text-transform: uppercase;
  font-size: 2.8rem;
  color: #b197fc;
}

/* ----------------------     section Testimonial         ----------------------------------- */

.Section-Testimonial {
  background-color: #f3f0ff;
  padding: 9.6rem;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 3.4rem;
  align-items: center;
}

.testimonial-meal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.tmeal-img img:hover {
  transform: scale(1.4);
}
.tmeal-img {
  overflow: hidden;
}

.tmeal-img img {
  transition: all 0.4s;
  width: 100%;
}

.cotainer-f {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}

.testimonial-img {
  border-radius: 50%;
  width: 6rem;
  margin-bottom: 2.4rem;
}

.testimonial-text {
  color: #333;
  margin-bottom: 2.4rem;
  line-height: 1.4;
}

.testimonial-name {
  color: #6f6f6f;
}

.intro {
  margin-bottom: 3rem;
  display: block;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #b197fc;
}

.heading-2 {
  margin-bottom: 3.4rem;
  font-size: 5.6rem;
  color: #333;
}

/**************************/
/* FOOTER */
/**************************/

.footer {
  padding: 12.8rem 0;
  border-top: 1px solid #eee;
}

.grid--footer {
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #767676;
  margin-top: auto;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.address {
  margin-bottom: 2.4rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #767676;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #555;
}

.img-knows {
  width: 116px;
  height: 110px;
  border-radius: 11px;
}

/* <!---------------------------------------------Section Pricing-------------------------------------------------------------> */

.section-pricing {
  padding: 9.6rem;
}

.pri {
  margin-bottom: 2rem;
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  color: #b197fc;
  text-transform: uppercase;
}

.phead {
  margin-bottom: 2.4rem;
  font-size: 4.6rem;
  color: #333;
  margin-bottom: 7.2rem;
}

.pgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* gap: 1.2rem !important; */
  margin-left: 12.6rem;
}

.plan-princing {
  width: 75%;
  border-radius: 11px;

  text-align: center;
}

.plan--starter {
  border: 2px solid #b197fc;
}

.plan--complete {
  background-color: #e5dbff;
}

.plan-name {
  margin-top: 4.8rem;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  color: #b197fc;
  font-weight: 400;
  /* margin-bottom: 1.2rem; */
}

.plan-price {
  font-size: 5.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.8rem;
}

.plan-text {
  margin-bottom: 4.6rem;
}

.llist {
  list-style: none;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  margin-left: 3.2rem;
  gap: 2rem;
}

.list-itmess {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 1.2rem;
}

.bttn {
  margin-top: 4.6rem;
  margin-bottom: 6.2rem;
  display: inline-block;
  text-decoration: none;
  border-radius: 11px;
  background-color: #9775fa;
  color: white;
  padding: 1.6rem 1.8rem;
  font-weight: 600;
}
.bttn:hover {
  background-color: #845ef7;
}

.about-plan {
  padding-top: 2rem;
  margin-top: 3.4rem;
  /* padding-left: 3.4rem; */
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
}

.crid {
  margin-top: 1.6rem;
  display: flex;
  gap: 5rem;
  padding-left: 5.2rem;
}

.feature {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.plan-details {
  margin-bottom: 3.4rem;
  display: inline-block;
}
.feature-icon {
  background-color: #b197fc;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  padding: 1.4rem;
}

.feature-title {
  font-weight: 600;
  font-size: 2.6rem;
  color: #333;
}

.feature-text {
  width: 24rem;
}

.plan--complete {
  position: relative;
  overflow: hidden;
}

.plan--complete:after {
  content: "best value";
  color: black;
  text-transform: uppercase;
  background-color: #fcc419;
  position: absolute;
  font-size: 1.8rem;
  top: 3.5%;
  right: -12%;
  transform: rotate(45deg);
  padding: 0.8rem 4.8rem;
}

.list-itmess {
  display: flex;
}

.pricccce {
  font-size: 3.2rem;
}
