body {
  font-family: "Raleway", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
nav {
  display: flex;
  justify-content: space-between;
  padding: 0 5rem;
  margin: 3rem 0;
}
ul {
  display: flex;
  gap: 1rem;
  list-style: none;
}
nav a:link,
nav a:visited {
  color: hsl(238, 22%, 44%);
  font-weight: 700;
  text-decoration: none;
  margin-right: 1rem;
}
header {
  display: flex;
  gap: 9rem;
  margin: 0 5rem 10rem;
}
.head {
  align-self: center;
  /* flex-basis: 40%; */
  /* width: 50%; */
}
h1 {
  color: hsl(243, 87%, 12%);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.head p {
  color: hsl(243, 87%, 12%);
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.form {
  display: flex;
  gap: 1rem;
}
input {
  border: 1px solid black;
  border-radius: 0.3rem;
  padding: 0.7rem 3rem 0.7rem 0.5rem;
}
button {
  background-color: hsl(224, 93%, 58%);
  color: hsl(240, 75%, 98%);
  border: none;
  border-radius: 0.3rem;
  cursor: pointer;
  padding: 0 3rem;
}
button:hover {
  background-color: hsl(224, 89%, 48%);
}

/* THE STYLING OF MIDDLE CONTENT  */
.img-container {
  height: 400px;
}
.img-container img {
  height: 100%;
}
.background-img-container {
  background-image: url(../images/bg-curve-desktop.svg);
  top: auto;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  /* margin-bottom: 4rem; */
}
.img-text {
  background: hsla(240, 80%, 98%, 0.726);
  padding: 0 5rem 7rem;
  margin-top: 7.1rem;

  display: flex;
  gap: 9rem;
}
h2 {
  color: hsl(243, 87%, 12%);
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.illustration-text p {
  color: hsl(243, 87%, 12%);
  line-height: 1.5;
  margin-bottom: 1rem;
}
.Fylo-icon a:link,
.Fylo-icon a:visited {
  color: hsl(170, 45%, 43%);
  font-size: 1rem;
  font-weight: 700;
  padding: 0.3rem 0;
  text-decoration: none;
  border-bottom: 1px solid hsl(170, 45%, 43%);

  display: inline-flex;
}

.Fylo-icon img {
  height: 22px;
  width: 22px;
  cursor: pointer;
  margin-left: 0.3rem;
}
.Fylo-card {
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  margin-top: 3rem;
  width: 80%;
}
.quot {
  height: 25px;
  width: 25px;
  margin-bottom: 0.5rem;
}
.Dave-profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.Dave-profile img {
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.Dave-profile p {
  margin: 0;
}
.Kyle {
  font-size: 0.8rem;
  font-weight: 700;
}
.founder {
  font-size: 0.7rem;
}

/* STYLING THE ACCESS SECTION  */
.Access {
  background-color: hsl(238, 22%, 44%);
  color: #fff;
  padding: 7rem 5rem;

  display: flex;
  gap: 25rem;
}
.Access h2 {
  color: #fff;
  font-size: 2rem;
}
.Access-text {
  flex-basis: 100%;
}
.form2 {
  flex-basis: 100%;
  align-self: center;
}
.form2 input {
  border: 1px solid black;
  border-radius: 0.3rem;
  padding: 0.7rem 10rem 0.7rem 0.5rem;
  margin-bottom: 1rem;
}
.btn {
  padding: 0.7rem 2rem;
}

/* STYLING THE FYLO FOOTER SECTION  */
footer {
  background-color: hsl(243, 87%, 12%);
  font-family: "Open Sans", sans-serif;
  padding: 5rem 5rem 1rem;
}
footer img {
  /* background: linear-gradient(#fff, #fff); */
  filter: invert(100%) sepia(0%) hue-rotate(196deg) brightness(103%)
    contrast(103%);

  margin-bottom: 1rem;
}
.Fylo-footer {
  color: #fff;
  padding-bottom: 2rem;

  display: flex;
  justify-content: space-between;
  width: 80%;
}
.Contact li {
  display: flex;
  gap: 1rem;
}
.Contact img {
  filter: invert(100%) sepia(0%) hue-rotate(196deg) brightness(103%)
    contrast(103%);
}
.Fylo-footer ul {
  display: flex;
  flex-direction: column;
}
.social-flex {
  display: flex;
  gap: 8rem;
}
.social-list a:link,
.social-list a:visited {
  color: #fff;
  text-decoration: none;
}
.social-icon-container {
  display: flex;
}
.social-icon {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0.3rem;
  margin-left: 1.5rem;
}
.email a:link,
.email a:visited {
  color: #fff;
  text-decoration: none;

  display: flex;
  gap: 1rem;
}
.attribution {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
