@font-face {
  font-family: "Inter";
  src: url("./src/font/Inter/static/Inter_28pt-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  text-align: center;
  padding: 0 20px;
}
header h1:nth-of-type(1) {
  font-size: clamp(30px, 5vw, 40px);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000000;
}
header h1:nth-of-type(2) {
  font-size: clamp(20px, 4vw, 40px);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #999999;
  margin-top: 10px;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 100px 0;
  gap: 15px;
}

.Download_btn {
  width: 140px;
  height: 40px;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  transition: 0.3s ease;
  background-color: #000000;
  color: white;
}

.Upgrade_btn {
  width: 140px;
  height: 40px;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  transition: 0.3s ease;
  background-color: #EEEEEE;
  color: black;
}

.blog_wrapper {
  margin-top: 80px;
}

.blog_items {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto 80px auto;
  padding: 0 20px;
  gap: 50px;
}
@media (max-width: 850px) {
  .blog_items {
    flex-direction: column;
    text-align: center;
  }
}

.text_wrapper {
  flex: 1;
}

.os {
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.some_paragraph {
  font-size: 20px;
  font-weight: 500;
  color: #999999;
  line-height: 1.4;
}

.image_1,
.image_3 {
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto 100px auto;
  gap: 40px;
}
.icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.icons .icon svg {
  margin-bottom: 10px;
}

.blogs {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

h2[alt=_blank],
h2[alt=_blank1],
h2[alt=_blank3] {
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 10px;
}

h2[alt=_something],
h2[alt=_blank2],
h2[alt=_blank4] {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #999999;
  line-height: 1.2;
  margin-bottom: 40px;
}

.plan_texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  text-align: center;
}

.plan_subscriptions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1100px;
  margin: 50px auto 0 auto;
  padding: 0 20px;
}

.plan_subscription1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  width: 320px;
  min-height: 400px;
  background-color: #f5f5f5;
  border-radius: 24px;
}

.sometext {
  flex-grow: 1;
  margin-bottom: 20px;
}
.sometext p {
  margin-bottom: 10px;
  color: #333;
}

.free {
  color: #999999;
  font-size: 18px;
}

.price {
  font-size: 40px;
  margin: 10px 0 20px 0;
}

.Donwload,
.Upgrade,
.none {
  width: 140px;
  height: 40px;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  transition: 0.3s ease;
  width: 100%;
  height: 45px;
  border-radius: 10px;
}

.Donwload {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}

.Upgrade {
  background-color: black;
  color: white;
}

.none {
  background-color: #999999;
  color: white;
  cursor: not-allowed;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 150px auto 100px auto;
  text-align: center;
  padding: 0 20px;
}
footer h2[alt=_footer] {
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000000;
}
footer h4 {
  font-size: 22px;
  font-weight: 500;
  color: #999999;
  margin: 15px 0 30px 0;
}

s {
  font-size: 20px;
  color: #999999;
}/*# sourceMappingURL=main.css.map */