* {
  margin: 0;
  font-family: sans-serif;
}

body {
  background-color: #252b42;
  background-image: url('./img/background.png');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  color: white;
}

.header1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}

.logo1 {
  font-size: 24px;
  font-weight: bold;
}

.nav1 {
  display: flex;
  gap: 10px;
}

.nav1 p {
  color: white;
  text-decoration: none;
  margin: 0 15px;
}

.btn1 {
  background-color: #23a6f0;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
}

.container1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 10%;
}

.box1 {
  max-width: 500px;
}

.box1 h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.box1 p {
  font-size: 18px;
  margin-bottom: 30px;
}

.btn2 {
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  margin-left: 10px;
}

.box2 {
  background: white;
  padding: 40px;
  border-radius: 10px;
  color: #252b42;
  width: 350px;
}

.card h3 {
  margin-bottom: 20px;
  text-align: center;
}

label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  font-size: 14px;
}

input,
select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.btn-form {
  width: 100%;
  background-color: #23a6f0;
  color: white;
  border: none;
  padding: 15px;
  margin-top: 25px;
  border-radius: 5px;
  font-weight: 700;
}

.main2 {
  background-color: white;
  padding: 80px 0;
  color: #252b42;
}

.container2 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.text {
  text-align: center;
  margin-bottom: 50px;
}

.text h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

.text p {
  color: #737373;
}

.row2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.card1 {
  flex: 1;
  border: 1px solid #dce9f8;
  border-radius: 10px;
  overflow: hidden;
}

.top {
  background-color: #8ec2f2;
  padding: 30px;
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
}

.icon1 {
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8ec2f2;
  font-size: 20px;
}

.bottom {
  padding: 30px;
  background: white;
}

.bottom ul {
  list-style: none;
  margin-bottom: 20px;
}

.bottom li {
  color: #737373;
  font-size: 14px;
  margin-bottom: 10px;
}

.bottom a {
  color: #23a6f0;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.main3 {
  background-color: #f9f9f9;
  padding: 80px 0;
}

.container3 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.text3 {
  text-align: center;
  margin-bottom: 60px;
}

.box-text3 h2 {
  font-size: 40px;
  color: #252b42;
  margin-bottom: 15px;
}

.box-text3 p {
  color: #737373;
}

.row3 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.card3 {
  flex: 1;
  background: white;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: left;
}

.stars1 img {
  width: 100px;
  margin-bottom: 20px;
}

.text1 {
  color: #737373;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

