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


body {
  background-color: hsl(0, 0%, 100%);
  width: 100%;
}


.container-1 {
  display: block;
  background: linear-gradient(90deg, rgba(255,133,110,1) 16%, rgba(255,84,93,1) 26%), #ff585f;
  border-radius: 0 0 0 90px;
  height: 00px;
  padding: 30px 150px;
  padding-bottom: 420px;
  margin-bottom: 60px;
  background-image: url(../images/bg-pattern-intro-desktop.svg);
  background-repeat: no-repeat;
  background-size: 175%;
  background-position-x: -9.9rem;
  background-position-y: 51.3%;
}


.navbar{
  display: flex;
  padding: 1.5rem 2rem;
}


.nav-items{
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-grow: 1;
  list-style: none;
  margin-left: 6rem;
}


.nav-item{
position: relative;
}


.nav-link{
color: white;
text-decoration: none;
font-size: 0.9rem;
padding: 0.2rem;
cursor: pointer;
opacity: 0.9;
display: flex;
align-items: center;
font-family: "Overpass", serif;
}


.nav-link:hover{
  text-decoration: underline;
}


.arrow{
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
  font-size: 0.8rem;
  display: inline-block;
}


.nav-item:hover .arrow{
  transform: rotate(180deg);
}


.dropdown{
  list-style: none;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  position: absolute;
  background-color: white;
  border-radius: 0.3rem;
  top: 100%;
  left: -20px;
  max-width: 300px;
  opacity: 0;
  padding: 1rem;
  box-shadow: 0 10p 20px rgba(0,0,0,0.1);
}


.dropdown-item{
margin-bottom: 0.5rem;
}


.nav-item:hover .dropdown{
  opacity: 1;
  visibility: visible;
  transform: translateY(8px);
  padding-left: 0.5rem;
  padding-right: 3rem;
}


.dropdown-link{
  text-decoration: none;
  color: black;
  padding: 0.5rem;
  transition: color 0.2s ease;
  font-size: 0.9rem;
  font-family: "Overpass", serif;
}


.dropdown-link:hover{
color: black;
font-weight: bold;
}


.logo {
  position: absolute;
  top: 42px;
  left: 140px;
}


.texts-1 {
  text-align: center;
  color: hsl(0, 0%, 100%);
  padding-top: 65px;
  font-family: "Overpass", serif;
}


h1 {
  font-size: 40px;
}


.section {
  padding-top: 18px;
  font-size: 15px;
}


.login a {
  text-decoration: none;
  color: hsl(0, 0%, 100%);
  background-color: inherit;
  font-weight: bold;
  position: absolute;
  top: 23px;
  left: 820px;
  border: none;
  font-size: 14px;
  margin: 20px auto;
  text-align: center;
  padding: 12px;
  transition: all 200ms ease-in-out;
  font-family: "Overpass", serif;
}


.sign-up-button {
  color: hsl(356, 100%, 66%);
  background-color: hsl(0, 0%, 100%);
  border-radius: 25px;
  border: none;
  font-weight: bold;
  position: absolute;
  top: 28px;
  left: 893px;
  font-size: 12px;
  margin: 20px auto;
  text-align: center;
  padding: 7px 25px;
  transition: all 200ms ease-in-out;
  font-family: "Overpass", serif;
}


.sign-up-button:hover,
.start-button:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(355, 100%, 74%);
  cursor: pointer;
}


.buttons-2 {
  position: absolute;
  top: 210px;
  left: 495px;
  padding-top: 85px;
}


.start-button {
  color: hsl(356, 100%, 66%);
  background-color: hsl(0, 0%, 100%);
  border-radius: 25px;
  border: none;
  font-weight: bold;
  font-size: 12px;
  margin-right: 0.3rem;
  text-align: center;
  padding: 8px 13px;
  transition: all 200ms ease-in-out;
  font-family: "Overpass", serif;
}


.learn-button {
  color: hsl(0, 0%, 100%);
  background-color: inherit;
  border-radius: 25px;
  border: 1px solid;
  font-weight: bold;
  border-color: hsl(0, 0%, 100%);
  font-size: 12px;
  margin-left: 0.3rem;
  text-align: center;
  padding: 8px 13px;
  transition: all 200ms ease-in-out;
  font-family: "Overpass", serif;
}


.learn-button:hover {
  color: hsl(356, 100%, 66%);
  background-color: hsl(0, 0%, 100%);
  cursor: pointer;
}


h2 {
  text-align: center;
  color: hsl(208, 49%, 24%);
  margin-top: 30px;
  font-family: "Overpass", serif;
  font-size: 30px;
}


.design-text{
  position: absolute;
  top: 30px;
  left: 460px;

}


.parent-1 {
  background-image: url(../images/illustration-editor-desktop.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position-x: 42rem;
  background-position-y: -0.03rem;
  position: relative;
  height: 750px;
  padding-top: 90px;
}


.container-2 {
  padding-left: 82px;
  height: 300px;
  margin-bottom: 200px;
  position: relative;
}


.text-container{
  margin-top: 85px;
  margin-left: 45px;
}


.heading-1,
.heading-2 {
  color: hsl(208, 49%, 24%);
  font-weight: bolder;
  font-size: 25px;
  font-family: "Overpass", serif;
}


.edit-img {
  position: absolute;
  top: -150px;
  left: 500px;
}


.paragraph-1,
.paragraph-2 {
  font-size: 15px;
  color: hsl(207, 13%, 34%);
  line-height: 25px;
  font-family: "Overpass", serif;
}


.container-3 {
  display: block;
  background-color: hsl(237, 17%, 21%);
  border-radius: 0 90px 0 90px;
  height: 350px;
  background-image: url(../images/bg-pattern-circles-Copy20240917132957.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: -40%;
  background-position-y: 80%;
  padding-right: 30px;
}


.heading-3,
.paragraph-3 {
  color: hsl(0, 0%, 100%);
  font-family: "Overpass", serif;
}


.state-div {
  position: absolute;
  top: 1360px;
  left: 650px;
}


.paragraph-3 {
  font-size: 15px;
}


.heading-3 {
  font-size: 25px;
}


.phone {
  position: absolute;
  top: 1203px;
  left: 80px;
  height: auto;
  width: 475px;
}


.parent-2 {
  background-image: url(../images/illustration-laptop-desktop-Copy20240917133007.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position-x: -16rem;
  background-position-y: 5rem;
  position: relative;
  height: 755px;
}


.container-4 {
  padding-left: 82px;
  height: 300px;
  margin-bottom: 200px;
  position: relative;
}


.last-paragraphs {
  position: absolute;
  top: 265px;
  left: 650px;
}


.heading-4,
.heading-5 {
  color: hsl(208, 49%, 24%);
  font-weight: bolder;
  font-size: 25px;
  font-family: "Overpass", serif;
}


.paragraph-4,
.paragraph-5 {
  font-size: 15px;
  color: hsl(207, 13%, 34%);
  line-height: 25px;
  font-family: "Overpass", serif;
}


.container-5 {
  margin-top: 120px;

}


.navbar2 {
  display: flex;
  background-color: hsl(237, 17%, 21%);
  border-radius: 0 90px 0 0;
  height: 300px;
  padding-bottom: 40px;
}


.logo2 {
  position: absolute;
  left: 140px;
  top: 2546px;
}


.product,
.company,
.connect {
  padding: 70px;
}


.product {
  padding-left: 350px;
}


h3 {
  padding-bottom: 20px;
  color: hsl(0, 0%, 100%);
  font-size: 18px;
  font-family: "Overpass", serif;
}


.navbar2 a {
  line-height: 30px;
  text-decoration: none;
  color: hsl(240, 2%, 79%);
  font-size: 15px;
  font-family: "Overpass", serif;
}


.navbar2 a:hover {
  text-decoration: underline;
}


.footer{
  list-style: none;
}

