@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
h1,
h3,
h4 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
}

.container {
  max-width: 1350px;
  width: 100%;
  margin: auto;
}
.little-p::before {
  content: "- ";
}
.little-p {
  color: #2e7af4;
  margin-bottom: 20px;
  font-weight: 600;
}
h3 {
  font-size: 50px;
  margin-bottom: 20px;
}
button {
  width: 167px;
  height: 46px;
  background-color: #2e7af4;
  color: #ffffff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  border: none;
}

/* ketevani */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.pro {
  color: #4f46e5;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

nav ul li a:hover {
  color: #4f46e5;
}

.btn-register {
  background-color: #4f46e5;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 25px;
  transition: 0.3s;
}

.btn-register:hover {
  background-color: #3730a3;
}

.hero {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 80px;
  overflow: hidden;
}

.picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: 0; 
}

.hero-text {
  position: relative;
  z-index: 1; 
  color: white;
  max-width: 600px;
}

.hero-text h4 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #c7c7ff;
  margin-bottom: 10px;
}

.hero-text h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-join {
  background-color: #4f46e5;
  color: white;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 25px;
  transition: 0.3s;
  font-weight: 600;
}

.btn-join:hover {
  background-color: #3730a3;
}

.about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 100px;
  gap: 60px;
  background-color: #fff;
}

.about-text {
  flex: 1;
  max-width: 600px;
}

.about-text h6 {
  color: #4f46e5;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.about-text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.btn-watch-video {
  background-color: #4f46e5;
  color: white;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 25px;
  transition: 0.3s;
  font-weight: 600;
}

.btn-watch-video:hover {
  background-color: #3730a3;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.team-section {
  text-align: center;
  padding: 50px 0;
}

.team-cards {
  display: flex;
  justify-content: center; 
  align-items: flex-start;
  flex-wrap: nowrap; 
  gap: 20px; 
  overflow-x: auto; 
  padding: 20px;
}

.team-card {
  flex: 1 1 150px; 
  max-width: 180px;
  text-align: center;
}

.team-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.3s;
}

.team-card h4 {
  margin-top: 10px;
  font-size: 16px;
  color: black;
}

.team-card h6 {
  margin-top: 10px;
  front-size: 10px;
  color: lightskyblue;
}

/* mariami */
.mission-section {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}
.mission-img-div img {
  max-width: 483px;
  object-fit: cover;
}
.mission-img-div img:nth-child(2) {
  transform: translateX(150px);
}
.mission-text-div {
  max-width: 652px;
}
.mission-text-div p:last-child {
  line-height: 35px;
  font-weight: 450;
}
.howitworks-container,
.title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 99px;
  width: 99px;
  font-size: 50px;
  font-weight: 800;
  border-radius: 6px;
  margin-bottom: 15px;
}
.spans-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 150px;
  margin-top: 50px;
}

.spans-container div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  text-align: center;
}

.spans-container div:nth-of-type(1) span {
  background: #ffeeb0;
  color: #c8af56;
}

.spans-container div:nth-of-type(2) span {
  background: #d6f0ff;
  color: #59a6d1;
}

.spans-container div:nth-of-type(3) span {
  background: #c1d9ff;
  color: #7b9bce;
}

.spans-container div:nth-of-type(4) span {
  background: #d4fffc;
  color: #53a9a3;
}

.spans-container div:nth-of-type(5) span {
  background: #ffe4e4;
  color: #bc8181;
}

.spans-container div:nth-of-type(6) span {
  background: #ffcdf1;
  color: #b973a5;
}

.sign-up {
  background-color: #effaff;
}
.sign-up-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding: 50px 0;
}
.sign-up-title {
  max-width: 715px;
  width: 100%;
}
.blogs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blogs-container article {
  max-width: 425px;
}
.blogs-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
}
.articles-container img {
  width: 425px;
  height: 488px;
  object-fit: cover;
}
.articles-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
.articles-container article {
  border-radius: 5px;
}
.avatar-container img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}
.line {
  background: #2e7af4;
  width: 80px;
  height: 3px;
}

.article-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.article-header span {
  width: 102px;
  height: 28px;
  background-color: #ef6464;
  color: #ffffff;
  font-size: 15px;
}
article p {
  color: #a5a5a5;
  font-size: 18px;
  display: inline;
}
article a {
  text-decoration: none;
  color: #2e7af4;
}
.avatar-container {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.avatar-container,
.article-header {
  padding: 10px;
}
.blogs-container button {
  margin-top: 50px;
  margin-bottom: 150px;
}
.contact-container {
  display: flex;
  justify-content: space-between;
}
.contact-container p:nth-child(3) {
  color: #a5a5a5;
  margin-bottom: 40px;
}
.blue-h3 {
  color: #2e7af4;
  margin-bottom: 30px;
}
.user-container {
  background: #f8f8f8;
  max-width: 685px;
  width: 100%;
  padding: 30px;
}
.user-container button {
  margin-top: 30px;
}
.flex-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.flex-div p {
  max-width: 507px;
}
.flex-div span {
  width: 63px;
  height: 63px;
  background: #c1d9ff;
  color: #2e7af4;
  font-size: 28px;
}
.user-iteration label,
.user-iteration select {
  display: block;
  margin: 20px;
}

.user-iteration input {
  max-width: 624px;
  width: 100%;
  height: 70px;
  border: none;
}

.user-iteration input::placeholder {
  padding: 20px;
  opacity: 26%;
  font-size: 20px;
  color: #000000;
}
.user-iteration label {
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
#student-number {
  width: 300px;
  margin-right: 20px;
}
.students,
.teachers {
  display: inline-block;
}
.teachers select {
  height: 70px;
  width: 300px;
  margin: 0;
  border: none;
}
footer {
  background: #1e2734;
  color: #e1e1e1;
  margin-top: 100px;
  padding: 40px;
  max-height: 389px;
  height: 100%;
}
footer a {
  color: #e1e1e1;
  font-family: "Lato", sans-serif;
}
.footer-container {
  display: flex;
  justify-content: space-between;
}
footer ul,
.get-in-touch {
  display: grid;
  gap: 15px;
}
footer ul a {
  font-weight: 500;
}
footer li {
  list-style: none;
}
h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
.footer-container div:nth-of-type(1) {
  max-width: 280px;
}
.social-media img {
  width: 36px;
}
.social-media {
  display: flex;
  justify-content: space-between;
}
.footer-container div:last-child input {
  width: 251px;
  height: 50px;
}
.rights {
  text-align: center;
  margin-top: 60px;
}
/* mariami */

/* paata */
