* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* shared style */
.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.container {
  width: 85%;
  max-width: 1360px;
  margin: auto;
}

/* NAVBAR */
header {
  background: #FFFFFF;
  padding: 16px 120px;
}
nav {
  width: 85%;
  Max-width: 1360px; 
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
img{
  width: 139px;
  height: 60px
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-menu a {
  text-decoration: none;
  color:#000000;
  font-weight: 500;
  font-size: 16px;
}

.nav-menu a:hover {
  color: #2e8b57;
}
.btn {
  background:#30B868;
  border: none;
  padding: 12px 16px;
  border-radius: 4px;
  font-size:16px;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
}



/* BANNER SECTION*/
.banner {
  background: url("assets/hero-bg.png") center/cover no-repeat;
  height: 80vh;
}

.banner-over {
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-content {
  text-align: center;
  width: 85%;
  max-width: 1360px;
  height: 379px;
  margin: 70px 120px 134px 120px;
}

.badge {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  padding: 8px 12px;
  border-radius: 50px; 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: default;
  gap: 6;
  margin-bottom: 16px;
}

.dot {
  height: 16px;
  width: 16px;
  background-color: #30B868;
  margin-right: 10px;
  position: relative;
  border-radius: 8px;
  background: var(--#30B868, rgba(70, 145, 101, 1));
}

.text {
color: #5d8a60; Muted green text color
font-family: Inter;
font-style: Medium;
font-size: 16px;
font-weight: 500;
line-height: 19px;
letter-spacing: 0%;
}text-align: center;

.structure {
  width: 770px;
  height: 168px;
  text-align: center;
}
.banner-content .structure h1 {
  font-size: 72px;
}
.banner-content .structure p {
  color: rgba(255, 255, 255, 1);
  font-family: Inter;
  font-style: Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.color-green{
  color: green
}

.btn-outline:hover {
  background: #fff;
  color: #000;
}

.btn {
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary {
  background: #2e8b57;
  color: #fff;
}

.btn-primary:hover {
  background: #256f46;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline:hover {
  background: #fff;
  color: #000;
}

a:hover {
  background: #fff;
  color: #000;
}

.hero-buttons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.video-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1.5px solid #ffffff;
  border-radius: 8px;
  font-family: 'Inter'; 
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.video-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.video-button:active {
  transform: translateY(0);
}

/* NOTES */
.notes {
  padding: 80px 0;
  text-align: center;
  width: 85%;
  max-width: 1360px;
  
}
.container {
  margin: 0 auto;
}

.notes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.note-card {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.icon {
  width: 60px;
  height: 60px;
  background: #ff5c5c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

#skills {
    text-align: center;
    width: 85%;
    max-width: 1360px;
    margin: 0 auto;
}
#skills .skills-container {
    width: 85%;
    max-width: 1360px;
    margin: 0 auto;
}

#skills .skills-container .skill-box {
     display: flex;
     gap: 24px;
}

.skill-box{
  margin: 0 auto;
 }
.skill-box .skill-card {
    padding: 30px;
    max-width: 267px;
    box-shadow: 0 6px 50px 0 #00000027
}

.skill-card img {
    max-width: 44px;
    margin-bottom: 30px;
}

.skill-card h3 {
    font-size: 20px;
    color:#181818;
    margin-bottom: 16px;
    margin-top: 16px;
}

.skill-card p {
    font-size: 16px;
    color: #757575;
    line-height: 30px;
}

.section-heading{
  margin-bottom: 44px;
}

.section-heading p{
  padding-top: 16px; 
}

#skills, #about, #resume {
    padding-top: 130px;
}


/* SECOND BRAIN */
.second-brain .container{
    width: 85%;
    max-width: 1360px;
    margin: 0 auto;
    text-align: center; 
}
.second-brain {
  padding: 120px;
}

.second-brain .brain-img img{
    width: 600px;
    height: 600px;
    verticle-align: middle;
}

.brain-flex {
  display: flex;
  align-items: center;
  gap: 50px;
}

.brain-content{
  text-align: justify;
}

.brain-content h2{
  width: 700px;
  height: 116px;
  color: var(--#001931, var(--Color, rgba(0, 25, 49, 1)));
  font-family: Inter;
  font-style: Bold;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.brain-content span{
  width: 700px;
  height: 20px;
  color: green;
  font-family: Inter;
  font-style: Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.brain-content ul {
  margin-top: 15px;
  list-style: none;
}

.brain-content li {
  margin-bottom: 10px;
  text-align: justify;
}

.brain-content li img {
  width: 20px;
  height: 20px;
}


/* EARLY ACCESS */
.early-access .container{
  background: #f6f6f6;
  padding: 80px 0;
  text-align: center;
  width: 1360px;
  height: 384px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24;
  padding: 2 120 120 120;
  margin-left: 120px;
  margin-bottom: 120px;
}

.container p{
  margin-top: 24px;
  margin-bottom: 16px;
}

.small-text {
  margin-top: 10px;
  color: #666;
}


/* FOOTER */
.footer {
  background: #0a1d2f;
  color: #fff;
  padding: 40px 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer a {
  color: #fff;
  margin-left: 15px;
}


