@import "./fonts.css";
@import "./normalize.css";

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: 2px dotted skyblue;
  outline-offset: 4px;
}

html {
  height: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

img {
  display: flex;
  object-fit: cover;
}

h1 {
  margin: 0; /* normalize cssni yo'qotish uchun */
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  font-family: "Lexend";
  font-weight: 400;
  font-size: 16px;
}

main {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1344px; /* o'zgaruvchan */
  margin-inline: auto;
  padding-inline: 50px;
}

.header {
}
.nav {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  align-items: center;
  margin-bottom: 85px;
}
.nav__logo {
  color: #2c2c2c;
}
.nav__list {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.nav__list_item {
}
.nav__list_link {
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2c2c2c;
}
.nav__btn {
  display: flex;
  gap: 10px;
  border: 1px solid #2c2c2c;
  border-radius: 38px;
  padding: 8px 20px;
}
.btn__text {
  line-height: 100%;
  text-transform: uppercase;
  color: #2c2c2c;
}
.btn__img {
}

.main {
}
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section__subtitle {
  text-transform: uppercase;
  color: #000000;
  width: 836px;
  height: 20px;
  /* align-items: center; */
  text-align: center;
  margin-bottom: 28px;
}

.section__title {
  width: 836px;
  height: 104px;
  font-weight: 600;
  font-size: 148px;
  line-height: 125px;
  letter-spacing: -4%;
  text-transform: uppercase;
  color: #2c2c2c;
  margin-bottom: 34px;
}

.section__hero {
  border-radius: 48px;
  background: #0000001a;
  /* padding-bottom: 121px; */
  background: url(../images/Rectangle\ 1.png);
  height: 560px;
  width: 1344px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
.section__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 560px;
  width: 1344px;
}

.section__image_center {
  color: #ffffff 40%;
  border-radius: 44px;
  padding: 12px;
  gap: 10px;
  backdrop-filter: blur(4px);
}

.section__suptitle {
  /* height: 560px;
  width: 1344px; */
  display: flex;
  justify-content: end;
  align-items: end;
}

.section__description {
  width: 244px;
  height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  text-indent: 30px;
  gap: 20px;
  text-align: end;
}
