*  {
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f9;
  color: #333;
}

header {
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
}

nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

nav a:hover {
  color: #0056b3;
}

.hero {
  padding: 140px 20px 80px 20px;
  text-align: center;
  color: #fff;
  background-image: url('head.jpg');
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 3em;
}

.hero p {
  font-size: 1.5em;
}

.content {
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.section {
  padding: 40px 0;
}

.section h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.section p {
  font-size: 1.2em;
  line-height: 1.6;
}

.section {
  display: flex;
}

.cta {
  text-align: center;
  margin: 40px 0;
}

.cta a {
  display: inline-block;
  padding: 15px 30px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
}

.cta a:hover {
  background-color: #0056b3;
}

.testimonials {
  background-color: #f8f8f8;
  padding: 40px;
  border-radius: 10px;
}

.testimonials p {
  font-style: italic;
}

.footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.avatar {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  vertical-align: middle;
  margin-right: 10px;
}

.bg {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 20px auto;
  border-radius: 30px;
}
.nav-item{
  border: none;
  background: none;
  color: #007bff;
  font-size: 16px;
  margin: 0 5px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  padding: 0 10px ;
}
.content-right{
  padding: 10px;
}

#language-switcher {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

#footer-links {
  text-decoration: underline;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  
} 

#footer-links a {
  color: #fff;
}

#footer-links a:hover {
  color: #0056b3;
}