*,*::before,*::after {
  box-sizing:border-box;
}
html,body {
  height:100%;
}
body {
  background-color: black;
  margin:0;
  font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  color:#0b1220;
  line-height:1.45;
}
.container {
  max-width:1200px;        
  margin:0 auto;
  padding:0 20px;
}
header {
  background-color: white;
  color:#fff;
  position:sticky;
  top:0;
  z-index:40;
}
.topbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:72px;
}
.logo {
  max-width: 150px;
  margin-left: 30px;
}
nav {
  display:flex;
  gap:18px;
}
nav a {
  color: black;
  font-size: 18px;
  text-decoration:none;
  font-weight:600;
  padding:8px 10px;
  border-radius:6px;
}
/* nav a.cta {
  background:#ff6b35;
  color:#fff;
} */
.menu-toggle {
  display:none;
  background:none;
  border:0;
  font-size:20px;
}
@media(max-width:900px){
  nav {
    display:none;
  } 
  .menu-toggle {
    display:block;
  }
}
.hero {
  padding:64px 0 56px;
  background-color: black;
  color:#fff;
}
.hero-grid {
  display:grid;grid-template-columns:1fr 420px;gap:28px;
  align-items:center;
}
.profile {
  max-width: 80%;
}
h1, .lead, .lead1 {
  text-align: center;
}
.lead, .line {
  margin: auto;
}
.lead1 {
  font-style: italic;
}
.line {
  border: 2px solid red;
  max-width: 30%;
}
.cta-row {
  display:flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top:18px;
}
.btn {
  border: 2px solid red;
  font-size: 16px;
  padding: 12px 70px;
  border-radius:20px;
  margin-top: 20px;
  font-weight:700;
  cursor:pointer;
}
.btn.primary {
  background-color: transparent;
  color:#fff;
}
.btn.ghost {
  background:transparent;
  color:#fff;
}
.features {
  padding: 20px;
}
.grid-3 {
  display:grid;grid-template-columns:repeat(2,1fr);
  gap: 20px;
}
.img10x {
  max-width: 100%;
  border-radius: 5px;
}
@media(max-width:900px){
  .hero-grid {
    grid-template-columns:1fr;
  }
  .grid-3 {
    grid-template-columns:1fr;
  } 
  .card{
    margin-top:18px
  }
}
.courses {
  padding: 20px;
}
.invest {
  color: white;
}
.trust {
  color: white;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}
.course-row {
  display:flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.course {
  border: 1px solid white;
  padding:20px;
  border-radius:10px;
}
.course h5 {
  margin:6px 0;
  font-size: 24px;
  text-align: center;
}
.div {
  display: flex;
  gap: 160px;
}
.div1 {
  color: white;
}
.div2 {
  color: white;
}
.dollar {
  font-size: 20px;
  color: gold;
  font-weight: bold;
}
.min {
  font-size: 14px;
  margin: -15px 0px 25px 0px;
}
.principal {
  color: gold;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.purchase {
  border: 0px;
  padding: 10px;
  background-color: white;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}
.testimonials {
  padding: 50px 0;
}
.h1-test {
  color: white;
}
.slider {
  display:flex;
  gap:10px;
  overflow:hidden;
}
.slide {
  min-width:320px;
  border-radius:10px;
}
.img-test {
  object-fit: contain;
  max-width: 100%;
}
.last {
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  background-image: url('/frontend/images/imgi_background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.last1, .last2 {
  color: white;
  max-width: 35%;
}
.imgdiv {
  width: 100%;
}
.last2 {
  padding: 20px;
  max-width: 65%;
  margin-top: 100px;
}
.pLast {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.imgSocial {
  max-width: 15%;
  margin: 25px;
  border-radius: 10px;
}
@media(max-width:900px){
  .last {
    flex-wrap: wrap;
  }
  .last1, .last2 {
    max-width: 80%;
  }
  .last2 {
    padding: 0px;
    max-width: 90%;
    margin-top: 10px;
  }
  .imgSocial {
    margin: 10px;
  }
}
footer {
  padding:28px 0;
  color: white;
}
footer .footer-grid {
  display:flex;
  gap: 10px;
  flex-direction: column;
}
.footer1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  justify-content: center;
}
.foot1 {
  max-width: 18%;
}
.imgi {
  max-width: 100%;
}
.footer2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
footer a {
  color:inherit;text-decoration:none;
}
.muted, .muted1 {
  font-weight: bold;
  margin-top: 6px;
}
.af {
  margin-right: 20px;
  display: block;
  padding: 5px;
}
@media(max-width:900px){
  .foot1 {
    max-width: 50%;
  }
  .muted1 {
    text-align: center;
  }
}