* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
p {
  font-size: 1.25rem;
  font-weight: 250;
}
/* Navigation menu */
.nav_menu {
  padding: 0.5rem 0;
  background-color: #f8f9fa;
}
.bootstrap_and_sign {
  display: flex;
  justify-content: space-between;
  margin: 0 74px;
  padding: 0 12px;
}

a.nav_logo {
  font-size: 20px;
  color: #000000;
  margin: 0 16px 0 0;
  padding: 8px 0;
}
a.nav_logo:hover {
  text-decoration: none;
  color: #000000;
}
a.sign_button {
  font-size: 1rem;
  color: white;
  background-color: #0d6efd;
  border-radius: 5px;
  padding: 12px 16px;
}
a.sign_button:hover {
  background-color: #055fe6;
  transition: 0.3s;
  text-decoration: none;
  color: #ffffff;
}
/* Header */
header {
  background: url(./img/sea_bg.jpg) no-repeat center center;
  width: 100%;
  height: 612px;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-size: cover;
  position: relative;
}
header::before {
  content: "";
  position: absolute;
  background-color: #1c375e;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.header .content {
  position: relative;
  display: flex;
  justify-content: center;
}
.content .headline_site {
  width: 636px;
  height: auto;
  text-align: center;
  color: #ffffff;
}
.main_headline {
  margin-bottom: 48px;
}
form {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  margin: 0;
}

form .email_field {
  border: none;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  width: 500px;
  font-size: 1.25rem;
}
.email_field:focus {
  outline: 2px solid #0461ee;
}
form .sub_btn {
  border: none;
  border-radius: 0.5rem;
  background-color: #0d6efd;
  opacity: 0.5;
  padding: 1rem 1.25rem;
  color: white;
  font-size: 1.25rem;
}

/* Main */

.top_section {
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  padding: 112px 0;
}
.top_section .content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.icons-items {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.icon-item {
  width: 340px;
  margin: 0 50px;
  padding: 0 12px;
}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #0461ee;
  margin-bottom: 15px;
}
.main_section {
  height: 100%;
}
.wrapper {
  flex-direction: column !important;
}
.wrapper .main_section {
  flex-direction: row !important;
}
.description_content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.description-wrapper {
  padding: 50px;
  height: 256px;
}
.flex-reverse .description_content {
  flex-direction: row-reverse !important;
}
.main_image {
  width: 100%;
  height: 480px;
}
.main_image img {
  width: 100%;
  height: 480px;
  min-height: 30rem;
  object-fit: cover;
}

/* People */

.people_section {
  width: 100%;
  background-color: #f8f9fa;
  padding: 7rem 0;
}
.what_people_saying {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 0 74px;
  padding: 0 0.75rem;
}
.what_people_saying h2 {
  margin-bottom: 20px;
}
.poeples_opinion {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-family: "Times New Roman", Times, serif;
}
.person {
  width: 290px;
}
.people_speech {
  width: 100%;
  text-align: center;
}
.person_img img {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  box-shadow: 0px 5px 5px 0px #adb5bd;
  margin: 15px 10px 10px 10px;
}
/* Form section */
.call_section {
  background: url(./img/sea_bg.jpg) no-repeat center center;
  width: 100%;
  height: 100%;
  padding: 7rem 0;

  background-size: cover;
  position: relative;
}
.call_section::before {
  content: "";
  position: absolute;
  background-color: #1c375e;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.call_section .content {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 120px;
}
.main_call_content h2 {
  margin-bottom: 20px;
  color: #ffffff;
}
form #sign_email_field {
  margin-right: 20px;
}

/* Footer */

.footer {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.foot_content {
  margin: 0 85px;
}
.foot_row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
}
.footer li {
  list-style-type: none;
  display: inline;
}
.foot_nav_list li:nth-child(odd) {
  text-decoration: underline;
  color: #0461ee;
}
.footer li:not(:first-child) {
  margin-left: 10px;
}
.foot_nav_text {
  font-size: 0.9rem;
  color: #6c757d;
}
.footer svg {
  height: 28px;
  width: 28px;
  margin: 5px;
}
