* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "manRope-m", sans-serif;
}

@font-face {
  font-family: "manRope-b";
  src: url("../fonts/Manrope-Bold.ttf");
}
@font-face {
  font-family: "manRope-m";
  src: url("../fonts/Manrope-Medium.ttf");
}
@font-face {
  font-family: "manRope-r";
  src: url("../fonts/Manrope-Regular.ttf");
}
@font-face {
  font-family: "manRope-l";
  src: url("../fonts/Manrope-Light.ttf");
}
@font-face {
  font-family: "machina-l";
  src: url("../fonts/NeueMachina-Light.otf");
}

html,
body {
  height: 100%;
  width: 100%;
}
body {
  display: block;
  background-color: transparent;
}
html {
  font-size: 16px;
  background-color: rgb(0, 0, 0);
}

.orange {
  color: #e8602e;
}

.page1 {
  position: relative;
  min-height: 100%;
  display: flex;
  width: 100%;
  padding: 0px 6em;
}
.page1 > svg {
  position: absolute;
  left: 0%;
  z-index: -1;
}

.page1 .left {
  color: rgb(255, 255, 255);
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page1 .left h4 {
  font-size: 1rem;
  font-family: "manRope-r", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.045rem;
}
.page1 .left h1 {
  font-size: 3.2rem;
  margin-top: 1rem;
  font-family: "manRope-r", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.1rem;
}
.page1 .left p {
  font-size: 1.155rem;
  margin-top: 1.3rem;
  margin-bottom: 0.6rem;
  font-family: "manRope-l", sans-serif;
  line-height: 1.3;
  opacity: 0.5;
  width: 90%;
}
.page1 .right .tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.page1 .right .tags .tag {
  background-color: #231f1f;
  color: #a7a5a5;
  border: 0.5px solid #a7a5a5;
  padding: 0.2rem 0.94rem;
  font-size: 0.75rem;
  border-radius: 1.5rem;
  text-transform: capitalize;
}
.page1 .left .price {
  font-size: 1.71rem;
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}
.page1 .left .price h2 {
  font-family: "manRope-r";
  letter-spacing: 0.05rem;
}
.page1 .left .price > span {
  margin-left: 0.75rem;
  font-family: "manRope-r";
  font-size: 1rem;
  letter-spacing: 0.11rem;
  opacity: 0.5;
  position: relative;
  z-index: 1;
  text-decoration: line-through;
}

.page1 .left .cta {
  display: flex;
  gap: 1rem;
  width: 70%;
}
.page1 .left .cta button {
  cursor: pointer;
  padding: 0.8rem 2.5rem;
  font-size: 0.9rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page1 .left .cta button i {
  margin-left: 0.5rem;
  font-size: 1.1rem;
}
.cta-code-cover {
  border-radius: 0.8rem;
  background: linear-gradient(180deg, #ffffff 6%, #37373700);
  padding: 0.05px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cta-code {
  border-radius: 0.8rem;
  border: none;
  color: white;
  width: 100% !important;
  height: 100%;
  text-align: center;
  background: linear-gradient(
    96.76deg,
    #e8602e 5.3%,
    rgba(52, 14, 0, 0.938) 234.66%
  );
  background-size: 200% 200%;
  background-position: right;
  transition: background-position 0.3s linear;
}

.cta-code-cover:hover .cta-code {
  background-position: left;
}

.cta-course {
  border-radius: 0.8rem;
  border: 0.05px solid rgba(145, 144, 144, 0.87) !important;
  background-color: black;
  color: white;

  transition: all 0.3s ease-in-out;
}
.cta-course:hover {
  background-color: rgb(41, 41, 41);
}

.master-logo {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 4rem;
  width: 100%;
  margin-top: -7rem;
}
.master-logo img {
  width: 80%;
  object-fit: contain;
}

.page1 .right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 2rem;
}
.rightcover {
  height: max-content;
  backdrop-filter: blur(20px);
  box-shadow: 0px 17px 75px 0px #261e1bef inset;
  width: 100%;
  border: 1.5px solid #ffffff40;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  min-height: 50%;
}
.rightcover svg {
  position: absolute;
  top: 3%;
  left: 3%;
  z-index: 0;
  width: fit-content;
}
.rightcover iframe {
  object-fit: cover;
  position: relative;
  height: 90%;
  width: 100%;
  border-radius: 1rem;
}

.keys {
  display: flex;
  justify-content: center;
  gap: 9rem;
  width: 100%;
  padding: 2rem 4rem;
  flex-wrap: wrap;
}

.key {
  text-align: center;
}

.key h2 {
  font-size: 1.2rem;
  font-family: "manrope-r";
  color: white;
  margin: 0.4rem 0rem;
}
.key h3 {
  font-size: 0.7rem;
  letter-spacing: 0.2rem;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.355);
  text-transform: uppercase;
}

.page2 {
  color: white;
  text-align: center;
  padding: 6rem 0;
  padding-top: 13rem;
}

.page2 h4 {
  font-family: "machina-l", sans-serif !important;
  background-color: #e8602e21;
  border: 1px solid #3a1a0e;
  width: fit-content;
  color: rgba(255, 255, 255, 0.627);
  margin: auto;
  font-size: 1.2rem;
  padding: 0.4rem 1rem;
  padding-top: 0.6rem;
  position: relative;
  text-transform: uppercase;
}

.page2 > h4::before,
.page2 > h4::after,
.page2 > h4 .corner-dot-bl,
.page2 > h4 .corner-dot-br {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #fff;
  z-index: 1;
}

.page2 h4::before {
  top: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(-50%);
}
.page2 h4::after {
  top: 0px;
  right: 0px;
  transform: translateX(50%) translateY(-50%);
}
.page2 h4 .corner-dot-bl {
  bottom: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(50%);
}
.page2 h4 .corner-dot-br {
  bottom: 0px;
  right: 0px;
  transform: translateX(50%) translateY(50%);
}

.page2 > h1 {
  font-size: 3rem;
  width: 60%;
  padding: 0rem 2rem;
  margin: auto;
  margin-top: 1rem;
  font-family: "manRope-m", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.page2 h1 span {
  font-family: "manRope-m", sans-serif;
  color: #e8602e;
}

.page2 .cards {
  display: flex;
  gap: 2rem;
  padding: 0 2rem;
  padding-left: min(15rem, 40vw);
  margin-top: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: auto;
}
.page2 .cards .card {
  background-image: linear-gradient(
      0deg,
      rgba(232, 96, 46, 0) 0%,
      rgba(0, 0, 0, 0.54) 100%
    ),
    url("../images/Vector.png");

  object-position: top;
  border: 1px solid #5c5b5b;
  border-radius: 0.6rem;
  padding: 1.5rem;
  text-align: left;
  width: 23rem;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  height: 60vh;
  box-shadow: 0px 4px 17.4px 0px #e8602e26;
}

.page2 .cards .card h3 {
  color: #ffffff51;
  font-family: "machina-l", sans-serif !important;
}
.page2 .cards .card h1 {
  text-align: left;
  font-family: "manRope-m", sans-serif;
  text-transform: uppercase;
  font-size: 2.7rem;
  width: 100%;

  margin: auto;
  margin-top: 1rem;
  line-height: 1.4;
}
.page2 .cards .card p {
  opacity: 0.7;
  font-family: "manRope-l";
}

.page3 {
  color: white;
  text-align: center;
  padding-top: 10rem;
  overflow: hidden;
}

.page3 h4 {
  font-family: "machina-l", sans-serif !important;
  background-color: #e8602e21;
  border: 1px solid #3a1a0e;
  width: fit-content;
  color: rgba(255, 255, 255, 0.627);
  margin: auto;
  font-size: 1.2rem;
  padding: 0.4rem 1rem;
  padding-top: 0.6rem;
  position: relative;
  text-transform: uppercase;
}

.page3 > h4::before,
.page3 > h4::after,
.page3 > h4 .corner-dot-bl,
.page3 > h4 .corner-dot-br {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #fff;
  z-index: 1;
}

.page3 h4::before {
  top: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(-50%);
}
.page3 h4::after {
  top: 0px;
  right: 0px;
  transform: translateX(50%) translateY(-50%);
}
.page3 h4 .corner-dot-bl {
  bottom: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(50%);
}
.page3 h4 .corner-dot-br {
  bottom: 0px;
  right: 0px;
  transform: translateX(50%) translateY(50%);
}

.page3 h1 {
  font-size: 3rem;

  width: 50%;
  margin: auto;
  margin-top: 1rem;
  font-family: "manRope-l", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
.page3 h1 span {
  color: #e8602e;
}

.page3 .tool-container {
  height: 53vh;
  padding: 6rem 3.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 2rem;
}

.page3 .tool-container .left,
.page3 .tool-container .right {
  height: 100%;
  width: 15%;
  background-color: rgb(0, 0, 0);
  position: absolute;
  filter: blur(20px);
  z-index: 1;
}
.page3 .tool-container .left {
  left: -5%;
}
.page3 .tool-container .right {
  right: -5%;
}

.tool-container .circle {
  transition: all 0.3s ease-in-out;
  border: 1px solid #5c5b5b6b;
  height: 6rem;
  background: radial-gradient(at center, #000000, #261e1bef);
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.tool-container .circle img {
  width: 60%;
  object-fit: contain;
}

.circle1 {
  top: 10%;
  left: 8%;
}
.circle2 {
  top: 15%;
  left: 30%;
}
.circle3 {
  top: 20%;
  left: 55%;
}
.circle4 {
  top: 25%;
  left: 80%;
}
.circle5 {
  top: 45%;
  left: 25%;
}
.circle6 {
  top: 40%;
  left: 40%;
}
.circle7 {
  top: 45%;
  left: 65%;
}
.circle8 {
  top: 60%;
  left: 12%;
}
.circle9 {
  top: 65%;
  left: 50%;
}
.circle10 {
  top: 70%;
  left: 77%;
}

.circle11 {
  left: 70%;
  top: 14%;
}

.blurred {
  transition: all 0.3s ease-in-out;
  filter: blur(5px);
}

.page4 {
  text-align: center;
  margin-top: 10rem;
  padding-top: 7rem;
  background-color: white;
  border-radius: 2rem;
  min-height: 100%;
}

.page4 h4 {
  background-color: #f588601e;
  border: 1px solid #e38f71c1;
  width: fit-content;
  padding: 0.2rem 0.5rem;

  font-size: 1.3rem;
  position: relative;
  color: black !important;
}

.page4 h4 {
  position: relative;
  display: inline-block;
  overflow: visible;

  font-family: "manRope-l", sans-serif;
}

.page4 > h4::before,
.page4 > h4::after,
.page4 > h4 .corner-dot-bl,
.page4 > h4 .corner-dot-br {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #000;
  z-index: 1;
}

.page4 h4::before {
  top: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(-50%);
}
.page4 h4::after {
  top: 0px;
  right: 0px;
  transform: translateX(50%) translateY(-50%);
}
.page4 h4 .corner-dot-bl {
  bottom: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(50%);
}
.page4 h4 .corner-dot-br {
  bottom: 0px;
  right: 0px;
  transform: translateX(50%) translateY(50%);
}

.page4 > h1 {
  font-size: 3rem;
  width: 55%;
  margin: auto;
  margin-top: 1rem;
  font-family: "manRope-l", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  color: black !important;
}
.page4 h1 span {
  color: #e8602e;
}

.page4 .wrappper {
  display: flex;
  position: relative;
  margin-top: 1rem;
  gap: 1rem;
  padding: 0 2rem;
  padding-bottom: 4rem;
}

.page4 .wrappper .left {
  position: sticky;
  height: max-content;
  top: 0%;
  width: 35%;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: start;
  padding-top: 2rem;
}
.page4 .wrappper .card {
  width: 80%;
  background-color: #050000;
  z-index: 1;
  text-align: left;
  padding: 1.5rem;
  border-radius: 1rem;
}
.page4 .wrappper .card h1 {
  font-size: 2rem;
}
.page4 .wrappper .card p {
  font-size: 0.9rem;
  width: 90%;
  font-family: "manrope-l";
  letter-spacing: 0.5px !important;
  margin-top: 1rem;
  line-height: 1.5;
  color: #a7a5a5;
}
.page4 .wrappper .card .tags {
  display: flex;
  justify-content: space-between;
  padding-right: 3rem;
  margin: 1.5rem 0;
}
.page4 .wrappper .card .tags .tag {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
}
.page4 .wrappper .card h3 {
  font-size: 0.8rem;
  color: #a7a5a5;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}
.page4 .wrappper .card ul {
  list-style: none;
}
.page4 .wrappper .card ul li svg {
  scale: 0.9;
}
.page4 .wrappper .card ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
.page4 .wrappper .card .cta-code-cover {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.page4 .wrappper .card button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  padding: 0.8rem 2rem;
  justify-content: center;
}

.page4 .wrappper .right {
  height: 100%;
  width: 65%;
  right: 0;
  top: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 1rem;
  padding: 2rem 2rem 2rem 0;
  overflow-y: auto;
}

.accordian {
  background: #fff;

  width: 100%;
  color: #000;
  text-align: left;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 5px 10px #0000000a;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
  border: 0.2px solid #d4d4d4;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.accordian:hover {
  background: #ffedd447;
}

.accordian span {
  color: #ca3500;
  background-color: #ffedd4;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  width: fit-content;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

.accordian h1 {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 100;
  color: black !important;
  margin-bottom: 0.4rem;
}

.accordian p {
  color: #9c9b9b;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 100;
  margin-bottom: 1rem;
}

.accordian > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.accordian svg {
  vertical-align: middle;
  margin-right: 0.3rem;
}

/* Styling for the lessons count/status (2/4 completed) */
.accordian > div > div:last-child {
  color: #e8602e;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 0.7rem;
}

.accordian .panel {
  padding-left: 0.75em;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 1.3s cubic-bezier(0.23, 1, 0.32, 1),
    padding-bottom 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  padding-bottom: 0;
  overflow: hidden;
}

.accordian .panel .panelContent {
  min-height: 0;
}
.accordian .panel h1 {
  margin-left: 3.85rem;
  font-size: 1.6rem;
}
.accordian.active .panel {
  grid-template-rows: 1fr;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
.accordian.active ul{
  list-style-type:circle;
  padding-left: 1rem;
}
/* change list icon color inside opened accordion panel */
.accordian.active .panel ul li svg,
.accordian.active .panel ul li i,
.accordian.active .panel ul li::marker {
  color: #e8602e90; /* for font icons and marker */
  fill: #e8602e90; /* for inline SVG paths */
  stroke: #e8602e90 ; /* for stroked SVG icons */
}

.panelContent .topic {
  color: rgb(136, 132, 132) !important;
  padding: 0.1rem;
}

.page4 .lessons {
  display: flex;
  align-items: center;
  color: #232323;
  font-size: 1rem;
}
.page4 .lessons h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #8a8888;
  font-size: 1rem;
  font-family: "manRope-l";
}

.compamy-logo {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
}

.compamy-logo .left {
  width: 15%;
  background: linear-gradient(90deg, rgb(0, 0, 0), rgba(155, 0, 0, 0));
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.compamy-logo .right {
  width: 15%;
  background: linear-gradient(-90deg, rgb(0, 0, 0), rgba(155, 0, 0, 0));
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}

.companies {
  display: flex;
  align-items: center;
}

.companies img {
  flex-shrink: 0;
  width: 20rem;
  padding: 1rem 3rem;
  filter: grayscale(1) invert(1);
  opacity: 0.5;
}

.companies .marquee {
  animation: translate 10s linear infinite;
  display: flex;
  align-items: center;
}

@keyframes translate {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.page5 {
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.page5 h4 {
  font-family: "machina-l", sans-serif !important;
  background-color: #e8602e21;
  border: 1px solid #3a1a0e;
  width: fit-content;
  color: rgba(255, 255, 255, 0.627);
  margin: auto;
  font-size: 1.3rem;
  padding: 0.1rem 1rem;
  line-height: 0.7;
  padding-top: 0.6rem;
  position: relative;
  text-transform: uppercase;
}

.page5 > h4::before,
.page5 > h4::after,
.page5 > h4 .corner-dot-bl,
.page5 > h4 .corner-dot-br {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ffffff;
  z-index: 1;
}

.page5 h4::before {
  top: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(-50%);
}
.page5 h4::after {
  top: 0px;
  right: 0px;
  transform: translateX(50%) translateY(-50%);
}
.page5 h4 .corner-dot-bl {
  bottom: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(50%);
}
.page5 h4 .corner-dot-br {
  bottom: 0px;
  right: 0px;
  transform: translateX(50%) translateY(50%);
}

.page5 > h1 {
  font-size: 3rem;

  width: 50%;
  margin: auto;
  margin-top: 1rem;
  font-family: "manRope-m", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
.page5 h1 span {
  font-family: "manRope-m", sans-serif;
  color: #e8602e;
}

.page5 .container {
  backdrop-filter: blur(20px);
  box-shadow: 0px 17px 75px 0px #261e1bef inset;
  height: 55vh;
  width: 80%;
  margin: auto;
  margin-top: 5rem;
  overflow: hidden;
  padding: 3rem 5rem;
  border-radius: 1rem;
  display: flex;
  padding-right: 3rem;
  border: 1.5px solid #eeddba40;
}

.page5 .container .left {
  color: white;
  width: 100%;
  text-align: left;
}
.page5 .container .left h1 {
  font-size: 2.4rem;
}
.page5 .container .left p {
  text-transform: uppercase;
  margin-top: 1rem;
  opacity: 0.7;
  font-size: 0.9rem;
}
.page5 .container .left ul {
  list-style: none;
  margin-top: 2rem;
}
.page5 .container .left ul li {
  display: flex;
  font-family: "manRope-l", sans-serif;
  align-items: start;
  gap: 1rem;
  font-size: 1.2rem;
  width: 80%;
  margin-bottom: 1.5rem;
}

.page5 .container .right {
  position: relative;
  width: 60%;
  overflow: hidden;
  padding: 1px;
  border-radius: 0.5rem;
  background: linear-gradient(162.8deg, #dc7741 0.54%, #252528 23.17%);
}
.page5 .container:hover img {
  scale: 1.1;
}
.page5 .container .right img {
  border-radius: 0.5rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  position: relative;
  color: white;
  width: 100%;
  height: 100%;
}

.page6 {
  text-align: center;
  margin-top: 10rem;
  padding-bottom: 7rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page6::after {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  filter: blur(50px);
  width: 15%;
  z-index: 1;
}
.page6::before {
  content: "";
  position: absolute;
  right: -5%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  filter: blur(50px);
  width: 15%;
  z-index: 1;
}
.bg-svg {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -40%;
  z-index: -1;
}

.page6 h4 {
  font-family: "machina-l", sans-serif !important;
  background-color: #e8602e21;
  border: 1px solid #3a1a0e;
  width: fit-content;
  color: rgba(255, 255, 255, 0.627);
  margin: auto;
  padding: 0.1rem 1rem;
  padding-top: 0.6rem;
  font-size: 1.3rem;
  position: relative;
  text-transform: uppercase;
}

.page6 > h4::before,
.page6 > h4::after,
.page6 > h4 .corner-dot-bl,
.page6 > h4 .corner-dot-br {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ffffff;
  z-index: 1;
}

.page6 h4::before {
  top: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(-50%);
}
.page6 h4::after {
  top: 0px;
  right: 0px;
  transform: translateX(50%) translateY(-50%);
}
.page6 h4 .corner-dot-bl {
  bottom: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(50%);
}
.page6 h4 .corner-dot-br {
  bottom: 0px;
  right: 0px;
  transform: translateX(50%) translateY(50%);
}

.page6 > h1 {
  font-size: 3rem;
  width: 60%;
  margin: auto;
  margin-top: 1rem;
  font-family: "manRope-m", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  margin-bottom: 5rem;
}
.page6 h1 span {
  color: #e8602e;
  font-family: "manRope-m", sans-serif;
}

.page6 .scollers {
  margin-top: 2rem;
  width: 100%;
  overflow-x: auto;
  display: flex;
  align-items: start;
  position: relative;
}
::-webkit-scrollbar {
  display: none;
}
.scollers:nth-child(3) .marquee {
  display: flex;
  animation: translate 20s linear infinite;
}
.scollers:nth-child(4) .marquee {
  display: flex;
  animation: translate 20s linear infinite reverse;
}

.page6 .scollers .scrollWrapper {
  padding: 1px;
  margin: 0rem 1rem;
  width: 30rem;
  height: max-content;
  flex-shrink: 0;
  position: relative;
  border-radius: 1rem;
  background: linear-gradient(180deg, #8b8b8b84, rgba(88, 88, 88, 0));
}

@keyframes infy {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-3 * 25rem));
  }
}

.wrappper .right .flex {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  justify-content: space-between;
  width: 100%;
}
.wrappper .right .flex a {
  width: 70%;
}

.right .cta-code-cover {
  padding: 1rem 2rem;
}
.right .cta-code {
  padding: 1rem 2rem;
}

.page6 .scollers .scroll-bg {
  border-radius: 1rem;
  background: linear-gradient(180deg, #050000 0%, #190000 167.2%);
  padding: 2rem 2rem;
}
.page6 .scollers .scoller {
  display: flex;
  justify-content: center;
  align-items: start;
}
.page6 .scollers .scoller svg {
  scale: 2.2;
  margin-right: 1.5rem;
}
.page6 .scollers .scoller p {
  text-align: left;
  font-family: "manrope-l";
  font-size: 1.15rem;
  line-height: 1.4;
}
.page6 .scollers .user-details {
  font-size: 0.7rem;
}

.page6 .scollers .user-details .img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: red;
  position: relative;
}

.page6 .scollers .user-details .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.page6 .scollers .user-details {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.page6 .scollers .user-details .details {
  text-align: left;
}

.page6 > svg {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.page7 {
  text-align: center;
  padding-top: 10rem;
  color: #fff;
}

.page7 h4 {
  font-family: "machina-l", sans-serif !important;
  background-color: #e8602e21;
  border: 1px solid #3a1a0e;
  width: fit-content;
  color: rgba(255, 255, 255, 0.627);
  margin: auto;
  padding: 0.4rem 1rem;
  padding-top: 0.6rem;
  position: relative;
  text-transform: uppercase;
}

.page7 > h4::before,
.page7 > h4::after,
.page7 > h4 .corner-dot-bl,
.page7 > h4 .corner-dot-br {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ffffff;
  z-index: 1;
}

.page7 h4::before {
  top: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(-50%);
}
.page7 h4::after {
  top: 0px;
  right: 0px;
  transform: translateX(50%) translateY(-50%);
}
.page7 h4 .corner-dot-bl {
  bottom: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(50%);
}
.page7 h4 .corner-dot-br {
  bottom: 0px;
  right: 0px;
  transform: translateX(50%) translateY(50%);
}

.page7 > h1 {
  font-size: 3rem;
  width: 50%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-family: "manRope-l", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.015rem;
}
.page7 h1 span {
  color: #e8602e;
  font-family: "manRope-l", sans-serif;
}
.page7 .faq-wrap {
  max-width: 70rem;
  margin: 0 auto;
  padding: 4rem 0rem;
}
.page7 .faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 56.5rem;
  margin: 0 auto;
}

/* card */
.page7 .faq-item {
  border-radius: 1.06056rem;
  border: 1.061px solid #4e4a48;
  background: #050000;
  box-shadow: 0 4.242px 4.242px 0 rgba(0, 0, 0, 0.05),
    0 4.242px 4.242px 0 rgba(0, 0, 0, 0.1),
    0 4.242px 7.424px 0 rgba(0, 0, 0, 0.05),
    0 39.24px 79.541px 0 rgba(255, 255, 255, 0.1) inset;
  backdrop-filter: blur(10.60546875px);
}

/* rotate chevron when open */
.page7 .faq-item[open] .faq-question .chev {
  transform: rotate(180deg);
}

/* summary row */
.page7 .faq-question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 1.5rem;
  color: #e9e9e9;
  font-size: clamp(1rem, 1.2vw, 1.125rem); /* 16→18px */
  font-family: "manRope-b", sans-serif;
  font-weight: 700;
  user-select: none;
}

/* hide default marker */
.page7 .faq-question::-webkit-details-marker {
  display: none;
}

/* chevron */
.page7 .faq-question .chev {
  width: 1.375rem; /* 22px */
  height: 1.375rem;
  flex: 0 0 auto;
  color: #ffffff;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

/* answer */
.page7 .faq-answer {
  margin: 0;
  text-align: left;
  color: #b8b8b8;
  padding: 0 1.375rem 1rem;
  font-size: 0.9375rem;
  font-family: "manRope-r", sans-serif;
  line-height: 1.6;
}

.ScratchParent {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10rem 0;
  position: relative;
}
.ScratchParent h4 {
  font-family: "machina-l", sans-serif !important;
  background-color: #e8602e21;
  border: 1px solid #3a1a0e;
  width: fit-content;
  color: rgba(255, 255, 255, 0.627);
  margin: auto;
  font-size: 1.3rem;
  padding: 0.1rem 1rem;
  line-height: 0.7;
  padding-top: 0.6rem;
  position: relative;
  text-transform: uppercase;
}

.ScratchParent > h4::before,
.ScratchParent > h4::after,
.ScratchParent > h4 .corner-dot-bl,
.ScratchParent > h4 .corner-dot-br {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ffffff;
  z-index: 1;
}

.ScratchParent h4::before {
  top: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(-50%);
}
.ScratchParent h4::after {
  top: 0px;
  right: 0px;
  transform: translateX(50%) translateY(-50%);
}
.ScratchParent h4 .corner-dot-bl {
  bottom: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(50%);
}
.ScratchParent h4 .corner-dot-br {
  bottom: 0px;
  right: 0px;
  transform: translateX(50%) translateY(50%);
}

.ScratchParent > h1 {
  font-size: 3rem;
  width: 60%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-family: "manRope-l", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.015rem;
}
.ScratchParent h1 span {
  color: #e8602e;
  font-family: "manRope-l", sans-serif;
}

.scratcher small {
  font-family: "manrope-l", sans-serif;
  font-weight: 200;
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
  display: block;
}
.scratcher .coupon {
  height: 15rem;
  width: 34rem;
  max-width: 85vw;
  background-color: #e8602e21;
  aspect-ratio: 2/3;
  padding: 1rem;
  overflow: hidden;
  border-radius: 26px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='26' ry='26' stroke='%23E8602E21' stroke-width='3' stroke-dasharray='5 10' stroke-dashoffset='3' stroke-linecap='square'/%3e%3c/svg%3e");
}
.scratcher .coupon .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.scratcher .coupon .base {
  color: #e8602e;
  font-family: "manRope-b", sans-serif;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
}
.scratcher .coupon .base h3 {
  font-size: 5em;
}
@media screen and (max-width: 600px) {
  .scratcher .coupon .base h3 {
    font-size: 5em;
  }
}
.scratcher .coupon #scratch {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  transition: all 0.5s ease;
}

.btn.buy {
  background-color: #e8602e !important;
}

.page8 {
  position: relative;
  height: 100vh;
  margin-bottom: 10rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/* blurred background layer */
.page8::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(at center, #0000007f, #000000 70%),
    url("/Assets/images/page8BG.png");
  background-position: center;
  background-size: cover;
  filter: blur(2px);
  transform: scale(1.06); /* avoid visible edges when blurred */
  z-index: -2;
}

/* optional dark overlay to keep text readable and allow backdrop-filter effect */
.page8::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
  backdrop-filter: blur(4px);
}

.page8 h4 {
  font-family: "machina-l", sans-serif !important;
  background-color: #e8602e21;
  border: 1px solid #e8602e89;
  width: fit-content;
  color: rgba(255, 255, 255, 0.871);
  padding: 0.4rem 1rem;
  padding-top: 1rem;
  position: relative;
  font-size: 3rem;
}

.page8 > h4::before,
.page8 > h4::after,
.page8 > h4 .corner-dot-bl,
.page8 > h4 .corner-dot-br {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #ffffff;
  z-index: 1;
}

.page8 h4::before {
  top: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(-50%);
}
.page8 h4::after {
  top: 0px;
  right: 0px;
  transform: translateX(50%) translateY(-50%);
}
.page8 h4 .corner-dot-bl {
  bottom: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(50%);
}
.page8 h4 .corner-dot-br {
  bottom: 0px;
  right: 0px;
  transform: translateX(50%) translateY(50%);
}

.page8 > h1 {
  font-size: 3.5rem;

  width: 70%;
  margin-top: 1rem;
  font-family: "machina-l", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

.page8 .page8-cta {
  background: linear-gradient(180deg, #b4b4b4, #00000000);
  padding: 0.08rem;
  margin-top: 2rem;
  border-radius: 0.5rem;
}
.page8 .cta-code {
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  background: linear-gradient(
    96.76deg,
    #e8602e 5.3%,
    rgba(52, 14, 0, 0.938) 234.66%
  );
  background-size: 200% 200%;
  background-position: right;
  transition: background-position 0.3s linear;
}

.wrap {
  width: 100%;
  position: relative;
  height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap img {
  width: 89.5%;
  object-fit: contain;
  height: 100%;
  position: absolute;
  z-index: 99900;
}
.LOGOCONTAINER {
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/Sheryians (1).png");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

.LOGOCONTAINER .circle {
  height: 40vh;
  filter: blur(70px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #e8602e;
}

footer {
  padding: 2rem 6rem;
  min-height: 45vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #050000;
  color: #fff;
  gap: 2rem;
  border-radius: 2rem 2rem 0 0;
  margin-top: 6rem;
}

footer .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  min-width: 220px;
}

footer .left svg {
  width: 51px;
  height: 60px;
  margin-bottom: 1.5rem;
}

footer .socialIcons {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  color: white;
}

footer .socialIcons i {
  font-size: 1.7rem;
  transition: color 0.2s;
  cursor: pointer;
}
footer .socialIcons i:hover {
  color: #e8602e;
}

footer .right {
  display: flex;
  gap: 3.5rem;
  flex-shrink: 0;
  align-items: flex-start;
}

.footer-section {
  min-width: 180px;
  margin-bottom: 1.5rem;
}

.footer-section .options {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-section .options a {
  text-decoration: none;
  color: #d2d0d0b6;

  font-size: 1rem;
  font-family: "manRope-l";
  transition: color 0.2s;
  word-break: break-word;
}
.footer-section .options a:hover {
  color: #e8602e;
}

.footer-section .contact-info {
  margin-bottom: 0.5rem;
}

.footer-section .contact-info p {
  margin: 0;
  color: #d2d0d0b6;
  font-size: 0.97rem;
  font-family: "manRope-l", sans-serif;
}

.footer-section .contact-info a {
  color: #b8b8b8;
  font-size: 1rem;
  text-decoration: none;
  margin-left: 0.2rem;
  transition: color 0.2s;
}
.footer-section .contact-info a:hover {
  color: #e8602e;
}

/* Responsive styles */
@media (max-width: 1024px) {
  footer {
    flex-direction: column;
    padding: 2.5rem 2rem;
    align-items: flex-start;
    gap: 2.5rem;
  }
  footer .right {
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
    justify-content: flex-start;
  }
  .footer-section {
    min-width: 160px;
  }
}

@media (max-width: 768px) {
  footer {
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 2rem;
    min-height: unset;
    border-radius: 1.2rem 1.2rem 0 0;
  }
  footer .left {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  footer .left svg {
    margin-bottom: 0;
  }
  footer .right {
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    justify-content: flex-start;
  }
  .footer-section {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 1.2rem 0.5rem;
    gap: 1.2rem;
  }
  footer .left {
    gap: 1rem;
  }
  .footer-section h1 {
    font-size: 1rem;
  }
  .footer-section .options a,
  .footer-section .contact-info a,
  .footer-section .contact-info p {
    font-size: 0.95rem;
  }
}

/* .LOGOCONTAINER h1 {
  color: transparent;
  -webkit-text-stroke: .4px white;
  font-size: 15rem;
  margin-bottom: 1rem;
  font-family: "machina-b", sans-serif;
} */

/* ipad */
@media (max-width: 1024px) {
  html {
    font-size: 18px;
  }

  .page1 {
    flex-direction: column-reverse;
    gap: 1rem;
    padding-top: 10rem;
  }
  .master-logo {
    margin-top: 0;
  }
  .master-logo img {
    margin-top: 0;
    width: 100%;
  }
  .page1 .left,
  .page1 .right {
    width: 100% !important;
  }
  .left .cta {
    width: 100% !important;
  }
  .page1 .right {
    padding-left: 0rem;
    height: 50%;
    align-items: end;
  }
  .header .right {
    justify-content: right;
  }
  .page1 .left {
    height: 46%;
  }
  .rightcover {
    height: 45vh;
    padding: 2rem 1rem;
  }
  .keys {
    padding: 1rem 4rem;
    gap: 2.3rem;
    margin: 5rem 0rem;
    justify-content: space-between;
  }
  .page2 {
    padding: 6rem 0rem;
  }
  .page2 h4 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .tool-container .left,
  .tool-container .right {
    width: 10% !important;
  }

  .wrapper .left,
  .wrapper .right {
    width: 100% !important;
  }
  .tool-container {
    padding: 1rem !important;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly !important;
  }
  .tool-container .circle {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  .wrapper .left {
    display: flex;
    justify-content: center;
  }
  .page2 h1 {
    font-size: 4rem;
    width: 90%;
  }
  .page2 .cards {
    width: 100%;
    margin-top: 2.5rem;
    justify-content: start;
  }
  .page2 .cards .card {
    min-height: 50vh;
    height: initial;
    width: 22rem;
  }
  .page3 {
    padding: 6rem 2rem;
  }
  .page3 h1 {
    font-size: 3.7rem;
    width: 90%;
  }

  .page4 {
    margin-top: 2rem;
  }
  .page7 {
    margin-top: 6rem;
    padding-top: 6rem;
  }
  .page4 .wrappper .left .card {
    width: 100%;
  }
  .page4 .wrappper .right {
    width: 100% !important;
  }
  .page7 > h1 {
    width: 85%;
    margin-bottom: 3rem;
    font-size: clamp(2.25rem, 4vw, 3.25rem);
  }
  .page7 .faq-wrap {
    padding: 3rem 1rem;
  }
  .page7 .faq-list {
    width: 100%;
    gap: 0.875rem;
    padding: 0 1rem;
  }
  .page7 .faq-question {
    padding: 1.25rem 1.25rem;
  }
  .page7 .faq-answer {
    padding: 0 1.25rem 1rem;
    font-size: 0.95rem;
  }

  /* PAGE 8 (Hero) */
  .page8 {
    padding: 6rem 1.25rem;
  }
  .page8__inner {
    width: min(48rem, 100%);
  }
  .page8__title {
    font-size: clamp(2rem, 4.2vw, 2.5rem);
  }
  .page8__inner h4 {
    font-size: 1.1rem;
    padding: 0.45rem 1.25rem;
  }
  .page8__cta {
    margin-top: 1.2rem;
  }

  /* Ensure blurred bg covers container at all sizes */
  .page8 .blurred-bg .bg-image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    inset: 0;
  }

  body > .wrap {
    display: none;
  }
}

/* phone */
@media (max-width: 768px) {
  html {
    font-size: 12px;
  }

  .wrappper .right .flex {
    flex-direction: column;
    width: 100%;
  }

  .page1 {
    flex-direction: column-reverse;
    padding: 2rem 1.5rem;
    padding-bottom: 6rem;
    gap: 2rem;
    height: max-content;
    padding-top: 7rem;
  }
  .left,
  .right {
    width: 100%;
  }
  .page4 .wrappper .right {
    width: 100% !important;
  }
  .left h1 {
    font-size: 3rem;
  }
  .left p {
    margin-top: 0.8rem;
    line-height: 1.3;
  }
  .left .cta {
    flex-direction: column;
    width: 100%;
  }
  .left .cta button {
    flex-direction: column;
    width: 100%;
    font-size: 1.3rem !important;
  }
  .left .cta .cta-code-cover {
    width: 100%;
  }

  .right {
    padding-left: 0rem;
  }
  .wrappper .right .flex a {
    width: 100%;
  }

  .rightcover {
    height: 40vh;
    padding: 2rem 1rem;
  }
  .keys {
    padding: 1rem 4rem;
    gap: 2.3rem;
    justify-content: space-around;
  }
  .page2 {
    padding: 6rem 0rem;
  }
  .page2 h4 {
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }
  .page2 h1 {
    font-size: 2rem;
    width: 100%;
  }
  .page2 .cards {
    width: 100%;
    margin-top: 2.5rem;
    padding-left: 4rem !important;
    scroll-snap-type: x mandatory;
    scroll-snap-align: center;
  }
  .page2 .cards .card {
    min-height: 50vh;
    padding: 2rem 2rem;
    flex-shrink: 0;
    min-width: min(80vw, 30rem);
    scroll-snap-align: center;
  }
  .page3 {
    padding-top: 3rem;
  }
  .page3 h1 {
    font-size: 2rem;
    width: 100%;
    padding: 0rem 2rem;
  }

  .page4 h1 {
    font-size: 2rem;
    width: 100%;
    padding: 0rem 2rem;
  }

  .page4 .wrappper {
    flex-direction: column-reverse;
    height: max-content;
    width: 100%;
    gap: 5rem;
  }
  .page4 .wrappper .left,
  .page4 .wrappper .right {
    width: 100%;
    height: max-content;
    justify-content: center;
    position: relative;
  }
  .page4 .wrappper .left .card {
    width: 100%;
  }
  .page4 .wrappper .right {
    padding: 0rem 2rem;
  }
  .page5 h1 {
    font-size: 2rem;
    width: 100%;
    padding: 0rem 2rem;
  }
  .page5 .container {
    flex-direction: column;
    height: max-content;
    padding: 0;
  }
  .page5 .container .left,
  .page5 .container .right {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .page5 .container h1 {
    padding: 0;
    margin-bottom: 1rem;
  }
  .page5 .container .right {
    height: 30vh;
    padding: 0;
  }

  .ScratchParent > h1 {
    width: 80%;
  }
  .page6 h1 {
    font-size: 2rem;
    width: 100%;
    padding: 0rem 2rem;
    margin-bottom: 5rem;
  }
  .page7 {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .page7 > h1 {
    width: 90%;

    margin-bottom: 2.25rem;
    font-size: clamp(1.75rem, 6.2vw, 2.25rem);
  }
  .page7 .faq-wrap {
    padding: 2rem 0.5rem;
  }
  .page7 .faq-list {
    gap: 0.75rem;
    padding: 0 0.5rem;
  }
  .page7 .faq-question {
    padding: 1rem 1rem;
    font-size: clamp(0.95rem, 3.2vw, 1.05rem);
  }
  .page7 .faq-question .chev {
    width: 1.1rem;
    height: 1.1rem;
  }
  .page7 .faq-answer {
    padding: 0 1rem 0.875rem;
    font-size: 0.9rem;
  }

  .page8 {
    height: 70vh;
  }
  .page8 > h1 {
    width: 90%;
    font-size: 2rem;
  }

  .tool-container {
    padding: 1rem !important;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-evenly !important;
  }

  .tool-container .circle {
    position: relative;
    top: 0 !important;
    right: 0 !important;
  }

  .page8 h4 {
    font-size: 2rem;
  }
}

/* p------------------------- */

/* Page wrap */
.page {
  margin-top: 200px;
  padding: 3rem;
}

/* Card */
.page .card {
  max-width: 71rem;
  margin-inline: auto;
  background: linear-gradient(
      170deg,
      #e8602e 3.48%,
      #833a20 9.63%,
      rgba(15, 15, 17, 0.2) 23.8%,
      rgba(15, 15, 17, 0.2) 69.9%
    ),
    #0f0f11;
  border-radius: 1.75rem;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.page h1 {
  font-family: "machina-l", sans-serif;
}

@media (min-width: 768px) {
  .page .card {
    padding: 2.5rem;
  }
}

/* Header section */
.page .card .section1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.page .card .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0.25rem;
}
.page .card .ball {
  width: 2.5rem;
  object-fit: contain;
}
@media (min-width: 768px) {
  .page .card .left {
    flex-direction: row;
    gap: 0.75rem;
  }
  .page .card .ball {
    width: 6.5rem;
    margin-top: -0.6rem;
  }
}
.page .card .title {
  color: #ffe4ce;
  font-family: "machina-l";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.02em;
  margin: 0;
  max-width: 30rem;
}
@media (min-width: 768px) {
  .page .card .title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.page .card .right {
  position: relative;
  display: none; /* hidden on mobile like your md:flex */
  width: 33%;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .page .card .right {
    display: flex;
  }
}
.page .card .shapes {
  position: absolute;
  top: -160px;
  right: -96px;
  width: 256px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}
.page .card .pill {
  position: relative;
  z-index: 1;
  box-shadow: 0px 1px rgba(255, 255, 255, 0.303) inset;
  padding: 0.36rem 1.4rem;
  border-radius: 2.375rem;
  border: 1px solid #4f3b40;
  background: linear-gradient(to right, #36221f, #2a1e1c);
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* Body section */
.page .card .section2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .page .card .section2 {
    flex-direction: row;
    gap: 2rem;
  }
}

/* Left column */
.page .card .col-left {
  width: 100%;
  max-width: 42rem; /* ~2xl */
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .page .card .col-left {
    margin-left: 7rem;
    gap: 2.3rem;
  }
}

.page .card .subtitle {
  font-size: 1.1rem;
  color: #e0beab;
  font-family: "manRope-l", sans-serif;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-weight: 300;
}
@media (min-width: 768px) {
  .page .card .subtitle {
    font-size: 1.2rem;
  }
}

.page .card .price {
  font-size: 2rem;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
}
.page .card .price s {
  font-size: 1rem;
  color: #ffffff80;
  margin-left: 0.3rem;
}

.page .card .cta {
  width: fit-content;
  max-width: 100%;
  padding: 0.6rem 5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  background: linear-gradient(to bottom, #e8602e 0%, #82361a 100%);
  transition: filter 0.2s ease;
  text-wrap: nowrap;
}
@media (min-width: 640px) {
  .page .card .cta {
    padding: 0.6rem 7rem;
  }
}
.page .card .cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.page .card .cta:hover {
  filter: brightness(1.1);
}

/* Right column */
.page .card .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
}

.page .card .row-detail {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  text-transform: capitalize;
}
.page .card .row-detail h3 {
  margin: 0;
  font-weight: 600;
  display: inline;
  font-size: smaller;
}

.page .card .ai-button {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background-color: #2b2b2b;
  color: #bfbfbf;
  border: none;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  text-wrap: nowrap;
}

.page .card .ai-button .icon {
  width: 32px;
  height: 32px;
  color: #bfbfbf;
}

.page .card .ai-button:hover {
  background-color: #3a3a3a;
  color: #ffffff;
}

.page .card .ai-button:active {
  transform: scale(0.97);
}
.page .card .row-detail .muted {
  color: #ffffff66;
  margin-left: 0.25rem;
  font-weight: 400;
}

a {
  text-decoration: none;
}

nav .header .right .nav-item a.btn {
  background-color: #e8602e;
  color: white;
}
.footer-section .options a:hover {
  color: #e8602e !important;
}

.page .card .divider {
  --line: rgba(255, 255, 255, 0.141);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.5rem 0;
  color: #ffffff6b;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}
.page .card .divider::before,
.page .card .divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--line));
}
.page .card .divider::after {
  background: linear-gradient(90deg, var(--line), transparent);
}

.page5 > .left {
  position: absolute;
  z-index: -1;
  left: 0%;
  scale: 1.2;
  top: -20%;
}
.page5 > .right {
  position: absolute;
  z-index: -1;
  right: 0%;
  scale: 2;
  bottom: -50%;
  rotate: 180deg;
}
.conparissionMain {
  margin-top: 10rem;
  margin-bottom: 4%;
  padding: 0 2rem;
}

.conparissionMain h1 {
  font-size: 3.5rem;
  width: 70%;
  margin: auto;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "machina-l", sans-serif;
}

.conparissionMain h4 {
  font-family: "machina-l", sans-serif !important;
  background-color: #e8602e21;
  border: 1px solid #3a1a0e;
  width: fit-content;
  color: rgba(255, 255, 255, 0.627);
  margin: auto;
  padding: 0.4rem 1rem;
  margin-bottom: 1rem;
  padding-top: 0.6rem;
  position: relative;
  text-transform: uppercase;
}

.conparissionMain > h4::before,
.conparissionMain > h4::after,
.conparissionMain > h4 .corner-dot-bl,
.conparissionMain > h4 .corner-dot-br {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ffffff;
  z-index: 1;
}

.conparissionMain h4::before {
  top: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(-50%);
}
.conparissionMain h4::after {
  top: 0px;
  right: 0px;
  transform: translateX(50%) translateY(-50%);
}
.conparissionMain h4 .corner-dot-bl {
  bottom: 0px;
  left: 0px;
  transform: translateX(-50%) translateY(50%);
}
.conparissionMain h4 .corner-dot-br {
  bottom: 0px;
  right: 0px;
  transform: translateX(50%) translateY(50%);
}

.comparision {
  display: flex;
  gap: 5rem;
  min-height: fit-content;
  justify-content: center;
  color: white;
  margin-top: 10rem;
  height: 100%;
}

.comparisionsecleft {
  border-radius: 1.3em;
  width: 40%;
  height: 70vh;
  background: linear-gradient(180deg, #050000 0%, #190000 167.2%);
}

.comparisionsecleft .comparisionheader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 4em;
  padding-bottom: 4em;
}

.comparisionsecleft .contentleftborder {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.435),
    black
  );
  padding: 1px;
  border-radius: 20px;
}

.comparisionsecleft .contentleftborder .comparisioncontent {
  border-radius: 1.3em;
  background: linear-gradient(180deg, #050000 0%, #190000 167.2%);
}

.comparisionsecright {
  width: 40%;
  height: 70vh;
  border-radius: 1.3em;
}

.comparisionsecright .comparisionheader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  padding-bottom: 4em;
}

.comparisionheader svg {
  width: 12em;
}

.comparisionsecright .comparisionrightborder {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.435),
    black
  );
  padding: 1px;
  border-radius: 20px;
}

.comparisionsecright .comparisioncontent {
  border-radius: 1.3em;
  background: linear-gradient(180deg, #050000 0%, #190000 167.2%);
}

.comparisioncontent .comparisioncontentsectionheading {
  display: flex;
  flex-direction: column;
  padding: 8px;
  gap: 8px;
}

.comparisioncontent .comparisioncontentsectionheading .content {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 25px;
}
.comparisioncontent .comparisioncontentsectionheading .content p {
  font-size: 1.3rem;
  font-family: "manrope-l";
  width: 90%;
}

.comparisioncontentsectionheading .comparisionbottomline {
  height: 0.5px;
  width: 100%;
  background: linear-gradient(
    270deg,
    rgba(10, 10, 10, 1) 25%,
    rgba(237, 237, 237, 1) 50%,
    rgba(10, 10, 10, 1) 75%
  );
}

@media only screen and (max-width: 768px) {
  .comparision {
    /* Styles from the 1200px query will apply here */
    gap: 3em; /* You can keep specific gap for phone */
  }

  .comparision .comparisionsecleft {
    border-radius: 1.3em;
    width: 90%;
    height: 70vh;
  }

  .comparision .comparisionsecright {
    border-radius: 1.3em;
    width: 90%;
    height: 70vh;
  }

  .comparision .comparisionsecleft .contentleftborder .comparisionheader {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .comparision .comparisionsecright .contentrightborder .comparisionheader {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .comparisioncontent .comparisioncontentsectionheading {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .comparisioncontent .comparisioncontentsectionheading .content p {
    width: 100%;
    font-size: 1em;
  }
}

@media only screen and (max-width: 1200px) {
  /* --- START: THIS IS THE FIX --- */
  /* Allow the page to grow and scroll */
  html,
  body {
    height: auto;
  }

  /* Override centering and align content to the top */
  body {
    align-items: flex-start;
  }
  /* --- END: THIS IS THE FIX --- */

  .comparision {
    background: black;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex-shrink: 0;
    width: 100%;
    min-height: 100vh; /* This applies to both tablet and phone */
  }

  .conparissionMain h1 {
    font-size: 2.2rem;
    width: 90%;
  }

  .page1 > svg {
    width: 100% !important;
    height: 100vh;
  }

  .content > p {
    font-size: 2em;
  }
}
