
.homepage {
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header {
    height: 48px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-items: centers;
}
.nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: fit-content;
}
.navbar {
    display: flex;
    width: fit-content;
    flex-direction: row;
    border-radius: 0 !important;
}
.navbar:hover {
    cursor: pointer;
    border-bottom: 4px solid #00bfff;
    animation: borderShine 0.5s infinite alternate ease-in-out;
}

.nav p{
    margin: 0;
}
.nav a{
    all: unset;
     display: flex;
    width: fit-content;
    flex-direction: row;
}
.logo {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.logo img{
    height: 40px;
    border-radius: 8px;
}
.headerLogoText {
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.headerText {
    font-family: 'milker';
    font-size: 18px;
    color: white;
    margin-left: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerText h1{
    margin: 0;
}

.greenshine {
  color: #0040ff;
text-shadow: #3b6bfc 0 0 10px;
animation: greenshineShadow 1s infinite alternate ease-in-out;
}

@keyframes greenshineShadow {
from {
    text-shadow: #3b6bfc 0 0 5spx;
}
to {
    text-shadow: #3b6bfc 0 0 20px;
}
}







.homepageStage  {
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    align-content: center;
}
.portImg img{
    height: 500px;
    border-radius: 15px;
}
.portrait{
    display: flex;
    align-items: center;
}
.intro {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.introCard {
    display: flex;
    flex-direction: column;
    width: 470px;
}
.introNameHeader {
    font-size: 68px;
    font-family: 'PlayfairDisplay-Bold';
    margin: 0;
    z-index: -1;
}
.introNameMotto {
    font-size: 15px;
}
.introName p {
    margin: 0;
}
.links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 50px;
}
.ig img{
    display: flex;
    height: 50px;
}
.ig:hover {
    cursor: pointer;
}
.emailSub {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 5px;
    background-color: #26233A;
    box-shadow: 0 0px 8px #0F0D1A;
}
.emailSub:hover {
    cursor: pointer;
    box-shadow: 0 0 10px #00bfff;
}
.email {
    height: 100%;
    display: flex;
    align-items: center;
}
.email img{
    height: 80%;
}
.join {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 5px 10px;
    background-color: #26233A;
    box-shadow: 0 0px 8px #0F0D1A;
    max-height: 100%;
}
.join:hover {
    cursor: pointer;
    box-shadow: 0 0 10px #00bfff;
}
.join img{
    height: 100%;
}
.cryptoWatcher {
    width: 100%;
    margin: 0 !important;
}
/*!!Fix for the crypto watcher!!(the problem is, it is inheriting css from css/global.css)*/
.cryptoWatcher a{
    all: unset;
}
.cryptoWatcher div{
    display: inline-block;
}
.about {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    height: 440px;
}
.aboutme {
    min-width: 50%;
    max-width: 50%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.aboutText {
    background-color: 	#26233A;
    box-shadow: 0 0px 8px #0F0D1A;
    padding: 10px;
}
.aboutText h2{
    margin: 0;
}
.aboutText p{
    margin: 0;
}
.aboutTrading {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}
.aboutTradingCol {
    min-height: 50%;
    max-height: 50%;
    display: flex;
    flex-direction: row;
    width: 100;
}
.aboutTradingBox {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: 	#26233A;
    box-shadow: 0 0px 8px #0F0D1A;
}
.aboutTradingBox p{
    margin: 0;
}
.updates {
    display: flex;
    flex-direction: column;
    width: 50%;;
}
.bookUpdate {
    display: flex;
    flex-direction: row;
    height: 130px;
}
.bookCover {
    display: flex;
    height: auto;
    width: 125px;
    overflow: hidden;
}
.bookCover img{
    height: 130px;
    border-radius: 8px;
}
.bookCover:hover {
    cursor: pointer;
    box-shadow: 0 0 10px #00bfff;
}
.bookDetails {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.currentRead {
    background-color: 	#26233A;
    box-shadow: 0 0px 8px #0F0D1A;
    padding: 5px 10px;
    width: fit-content;
}
.bookYap {
    background-color: 	#26233A;
    box-shadow: 0 0px 8px #0F0D1A;
    padding: 5px 10px;
    flex: 1;
}
.bookYap p, .currentRead p {
    margin: 0;
}

.flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 300px; /* ensures it takes up space in the layout */
    padding: 4px 0px;
}
.flex::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100px; height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, #1c1a26, transparent);
  z-index: 9000;
  overflow: hidden;
}

.flex::after {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 100px; height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, #1c1a26, transparent);
  z-index: 9000;
}
.flex img {
    border-radius: 8px;
    box-shadow: 0 0px 8px #0F0D1A;
    position: absolute;
    transition: all 0.3s ease;
}
.flex img:hover {
    cursor: pointer;
    box-shadow: 0 0 20px #00bfff;
}

.main-img {
    height: 290px;
    z-index: 3;
}

.side-img {
    z-index: 1;
}

.left-img-1 {
    height: 200px;
    width: 100px;
    left: 39%;
    transform: translateX(-180%);
}

.left-img-2 {
    height: 220px;
    width: 100px;
    left: 40%;
    transform: translateX(-100%);
    z-index: 2;
}

.right-img-1 {
    height: 220px;
    width: 100px;
    right: 40%;
    transform: translateX(100%);
    z-index: 2;
}

.right-img-2 {
    height: 200px;
    width: 100px;
    right: 39%;
    transform: translateX(180%);
}
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    background: #26233A;
    color: white;
    border: none;
    padding: 4px 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 8px;
}
.nav-arrow:hover {
    box-shadow: 0 0 10px #00bfff;
}
.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.resultsHeader {
    width: 100%;
    display: flex;
    justify-content: center;    
    align-items: center;
}

.rHeader {
    background-color: #26233A;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0px 8px #0F0D1A;
}

.rHeader p {
    margin: 0;
    color: white;
    font-weight: bold;A
    text-align: center;
}

.resultSlider {
  position: relative;
  width: 100%;
  height: 500px; /* increased height */
  overflow: visible;
  display: flex;
  align-items: center;    /* vertical center */
  justify-content: center; /* horizontal center */
  user-select: none;
  /* no background color */
}

.resultSlider-track {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* no flex here, simpler for absolute positioning */
}

.resultSlider-track img {
  position: absolute;
  width: auto;
  max-height: 400px;  /* increased max height */
  max-width: 280px;   /* wider images */
  object-fit: contain; /* keep aspect ratio */
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.7);
  transition: transform 0.5s ease, filter 0.5s ease, opacity 0.5s ease;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0.6;
  filter: grayscale(0.6);
  user-select: none;
  z-index: 1;
}

.resultSlider-track img.active {
  opacity: 1;
  filter: none;
  transform: scale(1.1);
  z-index: 10;
  cursor: default;
}

.arrow {
  position: absolute;
  transform: translateY(-50%);
  background: #26233A;
  border: none;
  color: white;
  font-size: 40px;
  padding: 10px;
  cursor: pointer;
  z-index: 20;
  user-select: none;
  border-radius: 4px;
  box-shadow: 0 0px 8px #0F0D1A;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}


.glassOverlay {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    font-weight: bold;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* ✨ Hover Shine Effect */
.glassOverlay:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}

.services {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.green {
    color: rgb(11, 255, 3);
}
.red {
    color: rgb(255, 0, 0);
}
.card {
  background-color: #26233A;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  width: 200px;
  box-shadow: 0 0px 8px #0F0D1A;
  position: relative;
  text-align: left;
  height: 240px;
}
.card-header img{
    height: 35px;
}
.card:hover {
  cursor: pointer;
  box-shadow: 0 0 10px #00bfff;
}
.card-header {
  background-color:  rgb(22, 22, 22);
  border-radius: 0.8rem;
  padding: 1rem;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  box-shadow: 0 0px 8px #0F0D1A;
}
.card-header i {
  display: block;
  font-size: 24px;
  color: #a020f0;
  margin-bottom: 0.5rem;
}
.card-header h3 {
  margin: 0;
  font-size: 1rem;
  color: white;
}
.card-content {
  margin-top: 60px;
}
.checkmark {
  color: #a020f0;
  margin-right: 0.5rem;
}
.card-content p {
  margin: 1rem 0;
  line-height: 1.4rem;
}
.contactMe {
    display: flex;
    flex-direction: row;
    background-color: rgb(22, 22, 22);
    width: 90%;
    height: 200px;
    justify-content: space-between;
    box-shadow: 0 0px 8px #0F0D1A;
    align-items: center;
}
.cmInput {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
    background-color: #26233A;
    flex-direction: column;
}
.cmText {
    padding: 10px 20px;
}
.cmText p{
    margin: 0;
}
.cmInput input{
    all: unset;
    box-shadow: 0 0px 8px #0F0D1A;
    padding: 10px 20px;
    border-radius: 8px;
}
.cmInput button{
    all: unset;
    box-shadow: 0 0px 8px #0F0D1A;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #a020f0;;
}
.subcribeBtn:hover {
    cursor: pointer;
    box-shadow: 0 0 10px #00bfff;
}
.footer p{
    margin: 0;
    font-size: 12px;
}