@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

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

header {
  width: 100%;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: hsl(212, 45%, 89%);
}

.logo_m {
  margin-top: 30px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-par a {
  color: hsl(243, 87%, 12%);
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  padding-left: 40px;
  margin-right: 0px;
  font-size: 1.1em;
  font-weight: 400;
  transition: 0.3s ease;
}

.nav-par a:hover {
  transform: scale(1.1);
  font-size: 1.2em;
  color: hsl(238, 22%, 44%);
  opacity: 0.5;
  text-decoration: dashed underline hsl(238, 22%, 44%);
}

.container {
  width: 100%;
  min-height: 100vh;
}

.main {
  background: url(images/illustration-1.svg) no-repeat;
  background-size: cover;
  background-position: 85% 19%;
  background-size: 500px;
}

h1 {
  color: hsl(243, 87%, 12%);
  width: 360px;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5em;
  padding-top: 330px;
  margin-bottom: 10px;
  margin-left: 35px;
  line-height: 1.6;
}

.paragraph_main {
  font-family: "Open Sans", sans-serif;
  width: 360px;
  margin-left: 35px;
  font-size: 0.7em;
  margin-bottom: 15px;
}

.input_email_main {
  margin-left: 35px;
  padding: 7px;
  width: 15%;
  border-radius: 3px;
  border: 1px solid black;
  margin-right: 10px;
}

.input_email_main::-webkit-input-placeholder {
  opacity: 0.5;
}

.button_main {
  padding: 7px;
  border-radius: 3px;
  border: none;
  width: 12%;
  background-color: hsl(224, 93%, 58%);
  color: hsl(240, 75%, 98%);
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  transition: 0.3s ease;
}

.button_main:hover {
  transform: scale(1.1);
  opacity: 0.7;
  cursor: pointer;
}

.section_2 {
  margin-top: 250px;
  margin-left: 35px;
}

.section_center {
  background: url(images/illustration-2.svg) no-repeat;
  background-size: cover;
  background-position: 85% 90%;
  background-size: 500px;
  background-color: hsl(240, 75%, 98%);
  height: 500px;
}

.h2 {
  font-family: 'Raleway', sans-serif;
  color: hsl(243, 87%, 12%);
  font-style: 1.2em;
  margin-bottom: 25px;
  padding-top: 40px;
}

.paragraph_02 {
  font-family: "Open Sans", sans-serif;
  width: 360px;
  font-size: 0.7em;
  margin-bottom: 15px;
}

.paragraph_03 {
  font-family: "Open Sans", sans-serif;
  width: 370px;
  font-size: 0.7em;
  margin-bottom: 15px;
}

.icon {
  vertical-align: middle;
}

.link_green {
  color: hsl(170, 45%, 43%);
  text-decoration: none;
  text-decoration: underline solid 1.5px;
  text-underline-position: under;
  font-size: 1em;
  transition: 0.3s ease;
}

.link_green:hover {
  transform: scale(1.1);
  font-size: 1.1em;
  opacity: 0.6;
}

.quote_section {
  width: 25%;
  background-color: rgb(255, 255, 255);
  margin-left: 35px;
  margin-top: 30px;
  border-radius: 10px;
  position: relative;
  padding-bottom: 20px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);

}

.icon_2 {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph_quot {
  margin-left: 20px;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: small;
  width: 270px;
}

.avatar {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  border-radius: 100%;
}

figcaption {
  position: absolute;
  margin-left: 85px;
  margin-top: -45px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}

blockquote {
  position: absolute;
  margin-left: 85px;
  margin-top: -25px;
  font-size: 0.7em;
  font-family: "Open Sans", sans-serif;
}

.grid_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100px;
  background-color: hsl(238, 22%, 44%);
  height: 220px;
}

.right {
  margin-left: 35px;
  margin-top: 50px;
  color: aliceblue;
}

.h2_get {
  color: hsl(240, 75%, 98%);
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}

.paragraph_get {
  color: hsl(240, 75%, 98%);
  font-family: "Open Sans", sans-serif;
  width: 440px;
}

.left {
  margin-left: 35px;
  margin-top: 50px;
}

.input_email_left {
  padding: 7px;
  width: 45%;
  border-radius: 3px;
  margin-left: 310px;
  border: none;
}

.input_email_left::-webkit-input-placeholder {
  opacity: 0.5;
}

.input_email_left:valid::after {
  content: "Please check your email.";
  display: block;
  font-size: 14px;
  color: red;
}

.button_email_left {
  padding: 9px;
  width: 25%;
  border-radius: 3px;
  margin-left: 310px;
  border: none;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  color: hsl(240, 75%, 98%);
  background-color: hsl(224, 93%, 58%);
  font-weight: 400;
  transition: 0.3s ease;
}

.button_email_left:hover {
  transform: scale(1.1);
  cursor: pointer;
  opacity: 0.7;
}

.grid_2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 100px;
  height: 350px;
  background-color: hsl(243, 87%, 12%);
}

.right_2 {
  font-family: "Open Sans", sans-serif;
}

.logo_2 {
  margin-top: 70px;
  margin-left: 35px;
  filter: hue-rotate(0deg);
  color: white;
}

.phone {
  margin-left: 35px;
  margin-top: 15px;
  vertical-align: sub;
}

.phone_contact {
  margin-left: 5px;
  display: inline;
  color: hsl(240, 75%, 98%);
  font-size: 1em;
}

.phone_contact a {
  display: inline;
  color: hsl(240, 75%, 98%);
  text-decoration: none;
  transition: 0.3s ease;
}

.number {
  font-size: 1em;
  transition: 0.3s ease;
}

.number:hover {
  transform: scale(1.1);
  color: hsl(238, 22%, 44%);
  font-size: 1.1em;
}

.email {
  margin-left: 35px;
  margin-top: 15px;
  vertical-align: sub;
}

.email_countant {
  margin-left: 5px;
  display: inline;
}

.email_countant a {
  text-decoration: none;
  color: hsl(240, 75%, 98%);
  font-size: 1em;
}

.ema {
  font-size: 1em;
  transition: 0.3s ease;
}

.ema:hover {
  transform: scale(1.1);
  color: hsl(238, 22%, 44%);
  font-size: 1.1em;
}

.center  {
  margin-top: 120px;
}

.center a{
  display: block;
  text-decoration: none;
  margin: 20px;
  font-family: "Open Sans", sans-serif;
  color: hsl(240, 75%, 98%);
  font-size: 1em;
  transition: 0.3s ease;
}

.center a:hover {
  transform: scale(1.1);
  color: hsl(238, 22%, 44%);
  font-size: 1em;
  opacity: 0.7;
}

.left_footer {
  margin-top: 120px
}

.left_footer a{
  display: block;
  text-decoration: none;
  margin: 20px;
  font-family: "Open Sans", sans-serif;
  color: hsl(240, 75%, 98%);
  font-size: 1em;
  transition: 0.3s ease;
}

.left_footer a:hover {
  transform: scale(1.1);
  color: hsl(238, 22%, 44%);
  font-size: 1em;
  opacity: 0.7;
}

.web_site {
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-top: 180px;
  font-size: 1em;
  margin-left: -70px;
}

.web_site a {
  text-decoration: none;
  color: hsl(240, 75%, 98%);
  transition: 0.3s ease;
}

.web_site a:hover {
  color: hsl(170, 100%, 50%);
  transform: scale(1.1);
  font-size: 1.1em;
  opacity: 0.7;
  text-decoration: dashed underline hsl(170, 100%, 50%);
}