body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header {
  background-color: #ca8052;
  padding: 8px 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

#hakkımda {
  padding-top: 70px;
  padding-bottom: 70px;
}

.main_nav_items {
  display: flex;
  margin-right: 30px;
  list-style: none;
}

.main_nav_item {
  margin: 0 10px;
}

.main_nav_item a {
  text-decoration: none;
  color: #fff;
  background-color: #b2800d;
  padding: 4px 16px;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.main_nav_item:hover a {
  background-color: #fff;
  color: #9a999b;
}

.first-div {
  background-image: url("pexels3.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.welcome-text {
  color: #fff;
  font-size: 36px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  margin: 10px;
}

.second-div {
  background-image: url("pexels2.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.p1 {
  text-align: center;

  height: 50px;
}

.content {
  margin-top: 70px;
}

.section {
  display: flex;
  margin: 20px 0;
}

.section:nth-child(odd) {
  flex-direction: row-reverse;
}

.section:nth-child(even) {
  flex-direction: row;
}

.text-content {
  flex: 0 0 50%;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}

footer {
  text-align: center;

  background-color: #ca8052;
  padding: 10px;
}

.social-links {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.social-links a {
  color: #4b0082;
  margin: 0 10px;
  font-size: 20px;
}

.video-container {
  text-align: center;
  margin: 20px 0;
}
