.inder-regular {
  font-family: "Inder", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background: linear-gradient(94deg, rgb(255, 255, 255) 1%, rgb(222, 222, 222) 100%);
  font-family: "Inder";
  font-weight: 600;
  padding-left: 180px;
  padding-right: 180px;
}
@media (max-width: 710px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  margin-bottom: 100px;
}

h1 {
  font-family: "Vibur";
  font-size: 38px;
  margin: 0;
  text-align: center;
  flex: 1;
}

h2 {
  font-size: 38px;
}

p {
  font-family: "Inder";
  font-weight: 500;
  margin-bottom: 70px;
}

.social-icons {
  display: flex;
  gap: 15px;
}
.social-icons a {
  text-decoration: none;
  color: #121212;
  font-size: 20px;
  transition: color 0.3s, transform 0.2s ease;
}
.social-icons a:hover {
  transform: scale(1.1);
}

.right-space {
  width: 90px;
}

.contactBtn a {
  color: #121212;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
}
button i {
  font-size: large;
  color: black;
}

.mainContainer {
  width: 100%;
  height: 500px;
  text-align: center;
  font-weight: 700;
}
.mainContainer a {
  color: #121212;
  font-weight: 700;
  text-decoration: none;
}
.mainContainer a:hover {
  text-decoration: underline;
}

.expHolder {
  height: 80px;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(214, 214, 214);
}

.expScroller {
  width: 50%;
  height: 100%;
}

.languageandmode {
  display: flex;
  gap: 1rem;
}
.languageandmode a {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.languageandmode a:hover {
  transform: scale(1.1);
}

.fa-svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  display: block;
}

.email {
  font-weight: 500;
}

footer {
  text-align: center;
  bottom: 0;
}

.dark-mode {
  color: white;
  background: #121212;
}
.dark-mode a {
  color: white;
}
.dark-mode i {
  color: white;
}/*# sourceMappingURL=style.css.map */