/****************************RESET*********************/

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

/*********************HEADER***************************/

.header {
  display: flex;
  background-color: #1f2937;
  justify-content: space-around;
}

.logo {
  color: #f9faf8;
  font-size: 28px;
  font-family: 'roboto';
  padding: 20px;
  font-weight: 700;
}

.right-menu {
  display: flex;
}

.right-menu li {
  color: #e5e7eb;
  font-size: 18px;
  font-family: 'roboto';
  padding: 20px;
  list-style-type: none;
}

/**********************Scroll-1***************************/

.scroll1 {
  background-color: #1f2937;
  display: flex;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.scroll1-box1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.hero-main-text {
  font: 48px bolder, Roboto;
  color: #f9faf8;
  font-weight: 900;
  width: 350px;
}

.hero-secondary-text {
  font-size: 22px;
  color: #e5e7eb;
  width: 430px;
  font-family: 'Roboto';
}

.button {
  background-color: #3882f6;
  padding: 10px 40px;
  border-radius: 10px;
  border: 0px;
  color: white;
  font-weight: bold;
  width: 35%;
}

.scroll1-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 530px;
  background-color: gray;
  height: 250px;
  color: white;
}

/*****************SCROLL 2 ***************************/

.scroll2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
}

.title-box {
  font: 36px Roboto;
  color: #1f2937;
  font-weight: 900;
  padding: 50px;
}

.biggest-box {
  display: flex;
  gap: 80px;
}

.box1 {
  background-color: white;
  width: 200px;
  height: 200px;
  border-radius: 30px;
  border: 5px solid #3882f6;
}

.bigbox1 {
  max-width: 200px;
}

.text1 {
  font: 21px 'Roboto';
  text-align: center;
  padding-top: 10px;
}

/**************Scroll 3 *********************/

.scroll3 {
  background-color: #e5e7eb;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote {
  font-size: 36px;
  font-weight: lighter;
  font-style: italic;
  color: #1f2937;
  max-width: 750px;
  padding-bottom: 50px;
}

.author {
  font: 24px Roboto;
  font-weight: 900;
  text-align: end;
}

.author::before {
  content: '\2014';
}

/*******************Scroll 4 *********************/

.scroll4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.text-box {
  background-color: #3882f6;
  width: 1000px;
  height: 150px;
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.title {
  color: #f9faf8;
  font-size: 21px;
  font-family: 'Roboto';
  font-weight: bold;
}

.subtitle {
  font-family: 'Roboto';
  font-size: 18px;
  color: #f9faf8;
  font-weight: 400;
}

.button2 {
  background-color: #3882f6;
  padding: 10px 40px;
  border-radius: 10px;
  border: 2px white solid;
  color: white;
  font-weight: bold;
  width: 15%;
}

/**********************FOOTER*****************************/

.footer {
  display: flex;
  justify-content: center;
  background-color: #1f2937;
}

.footer-info {
  font-size: 18px;
  color: #e5e7eb;
  font-family: 'Roboto';
  margin: 25px;
}
