/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End normalize */

html {
  position: relative;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 122px;
  background-color: #E2F4EA;
}

a {
  color: inherit;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 90px;
  }
}

/* Grid */

.container {
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex: 0 0 1;
  gap: 32px;
}

.row-centered {
  justify-content: center;
}

.box {
  border-radius: 48px;
}

.box>canvas {
  border-radius: 48px;
}

.col-12 {
  flex-basis: 100%;
}

.col-10 {
  flex-basis: calc(100%/12*10);
}

@media screen and (max-width: 768px) {
  .col-10 {
    flex-basis: 100%;
  }
}

/* Typography */

h1 {
  font-weight: 500;
  font-size: 83px;
  line-height: 1.18;
  text-align: center;
  color: #1E1F1F;
  margin: 0;
  margin-bottom: 16px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #6C6C6C;
  margin: 0;
}

.subtitle {
  text-align: center;
  padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 1.57;
    margin-bottom: 16px;
    text-align: left;
    align-self: flex-start;
  }

  .subtitle {
    padding-bottom: 24px;
    text-align: left;
  }
}

/* Navigation */

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(173, 173, 173, 0.25);
  padding: 16px 0 24px 0;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .navigation {
    padding: 16px 0;
  }
}

.menu {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  max-height: 78px;
}

.menu-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  color: #6C6C6C;
  opacity: 1;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .menu-nav {
    opacity: 0;
  }
}

.mobile-menu-button {
  display: none;
  align-self: center;
}

@media screen and (max-width: 768px) {
  .mobile-menu-button {
    display: block;
  }
}

.hidden {
  opacity: 1;
}

.menu-nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 994px) {
  .menu-nav-list {
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    max-height: 54px;
  }
  .menu-nav-list {
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(173, 173, 173, 0.25);
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    flex-direction: column;
    padding: 16px;
  }
}

.menu-nav-list a {
  color: #6C6C6C;
  text-decoration: none;
  transition: all 0.5s;
  padding: 16px 32px;
}

.menu-nav-list a:hover {
  color: rgba(30, 99, 89, 1);
}

@media screen and (max-width: 768px) {
  .menu-nav-list a {
    display: flex;
    justify-content: center;
  }
  .menu-nav-list a.button-link {
    margin-bottom: 16px;
  }
}

a.button-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  text-decoration: none;
  background: #1E6359;
  border-radius: 24px;
  padding: 16px 32px;
  color: #fff;
}

a.button-link:hover {
  color: #fff;
  background-color: #1E1F1F;
}

a.arrow-link {
  color: rgba(30, 99, 89, 1);
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  text-decoration: none;
  width: max-content;
  padding: 4px;
  transition: all .5s;
}

/* Arrow animation */

.arrow-bounce {
  animation: bounce 2s ease infinite;
}

@keyframes bounce {
  0%, 10%, 50%, 70%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateX(16px);
  }
  60% {
    transform: translateX(8px);
  }
}

.page-content {
  min-height: 100%;
  background-color: #E2F4EA;
  flex: 1 1;
}

/* Sections */

.hero {
  padding: 24px 0 48px 0;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-content {
  padding: 24px 0 96px;
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 48px 0 24px;
  }

  .main-content {
    padding: 0 0 48px;
  }

  .hero-content {
    padding: 0 24px;
  }
}

/* Content */

/* Card */

.card {
  display: flex;
  align-items: center;
  background-color: rgba(194, 232, 206, 1);
  border-radius: 48px;
  margin-bottom: 32px;
}

.card ul {
  color: rgba(108, 108, 108, 1);
}

.card li {
  margin-bottom: 8px;
}

.card-neutral {
  background-color: transparent;
}

.card:last-child {
  margin-bottom: 0;
}

.card-content {
  flex-basis: 50%;
}

.card-content-left {
  order: 1;
}

.card-content-inner {
  padding: 32px 64px;
}

@media screen and (max-width: 994px) {
  .card-content-inner {
    padding: 64px;
  }
}

@media screen and (max-width: 768px) {
  .card-content-inner {
    display: flex;
    flex-direction: column;
  }

  .card-content-inner .button-link {
    align-self: center;
    width: max-content;
  }

  .mobile-center {
    text-align: center;
  }
}

.card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.83;
  margin: 0;
  margin-bottom: 16px;
}

.card-description {
  margin-bottom: 16px;
}

.card-description>p {
  margin-bottom: 8px;
}

.card-description>p:last-child {
  margin-bottom: 0;
}

.card-image {
  flex-basis: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(194, 232, 206, 1);
  height: 450px;
}

.card-image-full-width {
  flex-basis: 100%;
  min-height: 500px;
  border-radius: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 48px;
  background-color: rgba(194, 232, 206, 1);
  background-size: cover;
}

.card-image-full-width>canvas {
  border-radius: 48px;
}

.main-image {
  background-image: url(./images/home-main-image.jpg);
}

.products {
  background-image: url(./images/products2.jpg);
}

.processing {
  background-image: url(./images/fishing-processing.jpg);
}

.global-traders {
  background-image: url(./images/global-traders.jpg);
}

.premium-quality {
  background-image: url(./images/premium-quality3.jpg);
}

.fleet {
  background-image: url(./images/fleet.jpg);
}

.fleet-meridian {
  background-image: url(./images/fleet-meridian.jpg);
}

.activities {
  background-image: url(./images/activities.jpg);
}

.monitoring {
  background-image: url(./images/monitoring2.jpg);
}

.crewing {
  background-image: url(./images/products1.jpg);
}

.bunkering {
  background-image: url(./images/bunkering.jpg);
}

.supplies {
  background-image: url(./images/supplies.jpg);
}

.distribution {
  background-image: url(./images/distribution2.jpg);
}

.quality {
  background-image: url(./images/quality2.jpg);
}

.catches {
  background-image: url(./images/catches2.jpg);
}

.qa {
  background-image: url(./images/quality.jpg);
}

.contact {
  background-image: url(./images/contacts.jpg);
}

.image-right {
  border-radius: 0 48px 48px 0;
}

.image-left {
  border-radius: 48px 0 0 48px;
}

.image-full {
  border-radius: 48px;
}

.image-full>canvas {
  border-radius: 48px;
}

@media screen and (max-width: 768px) {
  .card {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .card-content-inner {
    position: relative;
    padding: 32px 24px;
  }

  .card-image {
    width: 100%;
    min-height: 250px;
    order: 1;
  }

  .card-image-full-width {
    min-height: 250px;
  }
}

.company-name {
  font-weight: bold;
}

.footer {
  padding: 96px 0;
  background-color: #000000;
  color: #B8C5C3;
  font-size: 14px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  width: auto;
  max-height: 88px;
}

.footer-title {
  color: #ffffff;
  display: block;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 24px;
}

.footer-description>p:not(:last-child) {
  margin-bottom: 16px;
}

.footer-description:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 0;
  }

  .footer-logo {
    max-height: 54px;
  }
}

@media screen and (max-width: 500px) {
  .footer-container {
    flex-direction: column;
    row-gap: 24px;
    text-align: center;
  }
}