@import url('https://fonts.googleapis.com/css2?family=Tagesschrift&display=swap');
@import "tailwindcss";

@theme {
  --font-roboto: "Tagesschrift", monospace; 
}
html {
    scroll-behavior: smooth;
}
.body{
   margin: 0; padding: 0;
      background-color: #f9fafb;
      scroll-behavior: smooth;
}
.nav-bar ,.logo{
  z-index: 10;
}
.banner {
  /* background-position: center;
      transition: transform 0.9s ease;
      will-change: transform;
      display: flex;
     position: relative;
     z-index: 5; */
/* background-image: url('media/bg-1.avif'); */
/* style="background-image: url('media/bg-1.avif'); background-attachment: fixed;" */
     /* background-size: cover;
      background-position: center; */
      color: white;
      font-size: 2.5rem;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      text-shadow: 0 0 10px rgba(0,0,0,0.7);
      /* position: relative; */
      padding: 0 1rem;
}
.accrediations {
  /* width: 60%; */
  background-color: #607d6b;
  padding-top: 1rem;
  border-radius: 500px;
  opacity: 50%;
  /* position: relative; */
}

.accrediations img {
  opacity: 100%;
  position: relative;
  z-index: 1;
}

/* .accrediations img{
  opacity: 100%;
} */
.learner-profile{
  background-color: white;
      padding: 6rem 2rem 8rem;
      box-shadow: 0 -10px 20px rgba(0,0,0,0.1);
      /* margin: auto; */
      position: relative;
      /* z-index: 30; */
      min-height: 1200px;
      /* transition: transform 0.2s ease-out;
      will-change: transform; */
}

@keyframes zoomIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(2);
  }
}

/* .jetlearn-footer {
  background: linear-gradient(to bottom, #d6761b, #cf5d2f);
  color: white;
  font-family: 'Poppins', sans-serif;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 40px;
}

.robot img {
  max-height: 220px;
}

.footer-center {
  text-align: center;
  max-width: 700px;
}

.footer-brand {
  background: #f6e7d3;
  color: black;
  padding: 15px 30px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  margin-bottom: 25px;
}

.logo-icon {
  height: 50px;
  border-radius: 50%;
}

.brand-text {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
}

.social-icons a {
  color: black;
  background: white;
  border-radius: 50%;
  padding: 8px;
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.2s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
}

blockquote {
  font-style: italic;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
}

.quote-author {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

.footer-links {
  margin-top: 20px;
}

.footer-links a {
  margin: 0 15px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #ffe4b5;
}

.footer-bottom {
  text-align: center;
  padding: 10px;
  background: white;
  color: black;
  font-size: 14px;
} */
