html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Overpass", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
main {
  width: 100%;
}
.header-container {
  background-image: url(../images/bg-pattern-intro-desktop.svg),
    linear-gradient(hsl(353, 100%, 62%), hsl(353, 100%, 62%));
  color: #fff;
  border-bottom-left-radius: 5rem;
  padding: 0 7rem;
  margin-bottom: 5rem;
}
nav {
  display: flex;
  justify-content: space-between;

  font-weight: 600;
  padding-top: 2rem;
  margin-bottom: 5rem;
}
nav img {
  flex-basis: 40px;
}

.img {
  display: none;
}
.mobile-signIn-btn,
hr {
  width: 100%;
  display: none;
}
.header-ul img {
  margin-right: 2rem;
}
#menu {
  display: none;
}
.ul-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.items {
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 0.3rem;
  padding: 1rem 2rem 1rem 1rem;
  position: absolute;
  top: 80px;

  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.items li a:hover {
  color: hsl(237, 17%, 21%);
  font-weight: bold;
}
.items li a {
  color: hsl(237, 23%, 31%);
  text-decoration: none;
}
.arrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.arrow li:hover {
  text-decoration: underline;
}
.signIn-btn {
  display: flex;
  align-items: center;
  /* justify-self: flex-end; */
  gap: 2rem;
}
.signIn-btn li:last-child {
  background-color: #fff;
  color: hsl(353, 100%, 62%);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
.signIn-btn li:last-child:hover {
  background-color: hsl(353, 65%, 37%);
  color: #fff;
}
li {
  list-style: none;
  cursor: pointer;
}
.nav-description {
  text-align: center;
  padding-bottom: 5rem;
}
h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.nav-description p {
  margin-bottom: 2rem;
  font-weight: 500;
}
.btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
button {
  border: 0;
  border-radius: 1rem;
  font-weight: 600;
  padding: 0.6rem 1rem;
  cursor: pointer;
}
.btn button:first-child {
  background-color: #fff;
  color: hsl(353, 100%, 62%);
}
.btn button:first-child:hover {
  background-color: hsl(353, 65%, 37%);
  color: #fff;
}
.btn button:last-child {
  background-color: hsl(353, 100%, 62%);
  color: #fff;
  border: 1px solid #fff;
}
.btn button:last-child:hover {
  background-color: #fff;
  color: hsl(353, 100%, 62%);
}
.feature-container {
  padding: 0 0 0 7rem;
}
.feature-container h2 {
  color: hsl(237, 17%, 21%);
  font-size: 3rem;
  text-align: center;
}
h3 {
  color: hsl(237, 17%, 21%);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.feature {
  display: flex;
  gap: 2rem;
}
.feature div:first-child {
  flex-basis: 100%;
  align-self: center;
}
.feature div:first-child p {
  margin-bottom: 3rem;
}
.feature-img-container {
  height: 550px;
  display: flex;
  justify-content: flex-end;
  flex-basis: 100%;
}
.feature-img-container img {
  height: 100%;
}
.infrastructure-container {
  background-color: hsl(237, 23%, 31%);
  border-bottom-left-radius: 5rem;
  border-top-right-radius: 5rem;
  padding: 5rem 5rem 5rem 0;
  margin-bottom: 10rem;
  position: relative;

  display: grid;
  grid-template-columns: 1fr 1fr;
}
.Infrastructure-img img {
  height: 450px;
  position: absolute;
  top: -70px;
}
.infrastructure-details {
  width: 400px;
}
.infrastructure-details h3 {
  color: #fff;
}
.infrastructure-details p {
  color: #ffffffd2;
}
.desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-right: 10rem;
  margin-bottom: 5rem;
}
.desktop img {
  height: 500px;
}
.desktop div h3:nth-child(3) {
  margin-top: 3rem;
}
footer {
  background-color: hsl(237, 17%, 21%);
  border-top-right-radius: 5rem;
  padding: 2rem 20rem 3rem 10rem;

  display: grid;
  grid-template-columns: 1fr 3fr;
}
.footer-ul {
  display: flex;
  justify-content: space-between;
}
.header-list {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.footer-ul ul li a {
  color: #ffffffbd;
  text-decoration: none;
}
.footer-ul ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-ul ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.arrow-up {
  display: none;
}
.items {
  display: none;
}
