*,
*:before,
*:after {
  box-sizing: border-box;
  /* border: 1px solid green; */
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
main {
  display: flex;
  width: 100%;
  height: 80vh;
  justify-content: center;
  background: url(../img/spacex-background-.jpg) no-repeat center;
  background-size: cover;
}
main:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: linear-gradient(
    150deg,
    rgba(0, 0, 0, 0.5),
    rgba(90, 90, 90, 0.5) 100%
  );
}
.container {
  display: flex;
  width: 90%;
  justify-content: space-around;
  flex-direction: column;
  z-index: 1;
}

.header {
  display: flex;
  justify-content: center;
  height: 15vh;
}
.header__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.logo {
  height: 10vh;
  width: 300px;
}
.logo img {
  width: 100%;
}
.menu {
  width: 60%;
}
.menu ul {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  list-style: none;
}
.menu-link {
  text-decoration: none;
  color: #005189;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  position: relative;
}
.menu-link:after {
  position: absolute;
  background-color: #005189;
  display: block;
  content: "";
  margin-top: 9px;
  height: 0px;
  width: 100%;
}
.menu-link:hover:after,
.menu-link:focus:after {
  height: 2px;
  transition: 0.2s;
}
.menu-link__btn {
  text-decoration: none;
  margin-left: 30px;
  border: 2px solid #005189;
  border-radius: 3px;
  padding: 10px 25px;
  color: #005189;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.menu-link__btn:hover {
  background-color: #005189;
  color: #fff;
}
/* Main-section */
.main-text {
  width: 100%;
  height: 130vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.main-text__subtitle,
.main-text__subscription {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
}
.main-text__title {
  font-size: 80px;
  font-weight: 700;
  line-height: 72px;
  color: #fff;
}
.main-button {
  display: flex;
  justify-content: center;

  width: 100%;
  z-index: 1;
  display: flex;
}
/* features section */
.features {
  display: flex;
  justify-content: center;
  padding-bottom: 10vh;
}
.features-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
}
.features-title__content {
  font-size: 35px;
  font-weight: 700;
  line-height: 62px;
  color: #005189;
}
.features-content {
  display: flex;
  justify-content: space-around;
}
.features-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(248, 248, 248);
  border-radius: 15px;
  overflow: hidden;
}
.features-block__img {
  width: 300px;
  height: 250px;
}
.features-block__img-1 {
  background: url(../img/features/BN-XI913.jpg) no-repeat center center;
  background-size: cover;
}
.features-block__img-2 {
  background: url(../img/features/Falcon.jpg) no-repeat center center;
  background-size: cover;
}
.features-block__img-3 {
  background: url(../img/features/SpaceX-Falcon-9-640x353.jpg) no-repeat center
    center;
  background-size: cover;
}

.features-block__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 100px;
  color: #005189;
  height: 10vh;
}
.features-block__subscription {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #005189;
  margin-bottom: 6vh;
}
.history {
  display: flex;
  width: 100%;
  height: 80vh;
  justify-content: center;
  background: url(../img/history/starman.jpg) no-repeat center;
  background-size: cover;
}
.history:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: linear-gradient(
    150deg,
    rgba(0, 0, 0, 0.5),
    rgba(90, 90, 90, 0.5) 100%
  );
  z-index: 0;
}
.history-title {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 62px;
  color: rgb(241, 241, 241);
  z-index: 1;
}
.history-block {
  display: flex;
  justify-content: center;
}

.history-story {
  border-radius: 10px;
  z-index: 1;
  background-color: rgba(250, 245, 245, 0.137);
}
.history-story_list-style {
  max-width: 450px;
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
  color: rgb(250, 245, 245);
  z-index: 3;
}

.products {
  display: flex;
  justify-content: center;
  padding: 40px 0px;
}
.products-title {
  display: flex;
  align-self: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 62px;
  color: #005189;
}
.products__dragon {
  margin-top: 30px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
}
.dragon_img {
  flex-basis: 40%;
}
.dragon-img-style {
  width: 400px;
}
.dragon__desc {
  flex-basis: 60%;
  padding: 10px;
}
.desc__header {
  font-size: 30px;
  font-weight: 700;
  line-height: 62px;
  color: #005189;
}

.desc__table {
  text-align-last: center;
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}
.desc__table thead tr {
  font-size: 16px;
  font-weight: 500;
}
.desc__table__header {
  padding: 10px;
  font-size: 17px;
}

.desc__button {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  padding: 12px 27px;
  color: #fff;
  background-color: #005189;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-top: 50px;
}

.desc__button:hover {
  background-color: #002b49;
  color: #fff;
}
.products__falcon-heavy {
  display: flex;
  justify-content: space-around;
  align-items: top;
}
.falcon-heavy__img {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
}
.falcon-heavy__img_style {
  max-height: 70rem;
  margin: 0 auto;
}
.falcon-heavy__description {
  flex-basis: 60%;
  padding: 15px;
}
.description__header {
  font-size: 30px;
  font-weight: 700;
  line-height: 62px;
  color: #005189;
}
.description__subscribe {
  display: flex;
  max-width: 350px;
  margin-bottom: 30px;
}
.description__sub-header {
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  color: #005189;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.description__falcon-engine {
  max-height: 130px;
  margin-bottom: 10px;
}

.desc__table-falcon-9 {
  margin-top: 65px;
}
.button-centr {
  display: flex;
  justify-content: center;
}
.partners {
  display: flex;
  justify-content: center;
  padding: 50px 0px 100px 0px;
}
.partners-block {
  padding-top: 100px;
  display: flex;
  justify-content: space-around;
}
.partners-block__s {
  width: 150px;
  height: 150px;
}
.partners-block-1 {
  background: url(../img/pertners/200px-Tesla_Motors.svg.png) no-repeat center
    center;
  background-size: contain;
}
.partners-block-2 {
  background: url(../img/pertners/nasa.png) no-repeat center center;
  background-size: contain;
}
.partners-block-3 {
  background: url(../img/pertners/neuralink-square-logo.png) no-repeat center
    center;
  background-size: contain;
}
.partners-block-4 {
  background: url(../img/pertners/solar-city.png) no-repeat center center;
  background-size: contain;
}
.footer {
  display: flex;
  width: 100%;
  height: 50vh;
  justify-content: center;
  background: url(../img/footer/fileO3X9WXKC.jpg) no-repeat center;
  background-size: cover;
}
.footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    150deg,
    rgba(0, 0, 0, 0.5),
    rgba(90, 90, 90, 0.5) 100%
  );
  z-index: 0;
}

.footer__menu-link {
  text-decoration: none;
  z-index: 1;
  color: rgb(238, 234, 234);
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.footer__menu-link:hover {
  cursor: pointer;
  z-index: 1;
}
.footer__nav {
  width: 60%;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}
.footer__name {
  display: flex;
  justify-content: center;
  color: rgb(238, 234, 234);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.footer-logos {
  display: flex;
  justify-content: space-around;
}
.footer-logo {
  width: 200px;
  height: 200px;
  display: flex;
}
.footer-logo-1 {
  background: url(../img/footer/dragon.jpg) no-repeat center center;
  background-size: contain;
}
.footer-logo-2 {
  background: url(../img/footer/spaceX.png) no-repeat center center;
  background-size: contain;
}
.footer-logo-3 {
  background: url(../img/footer/spacex-falcons-logo-88A64E636D-seeklogo.com.png)
    no-repeat center center;
  background-size: contain;
}
