/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.pointer-events-none {
  pointer-events: none !important;
}

.visible {
  visibility: visible !important;
}

.collapse {
  visibility: collapse !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.bottom-5 {
  bottom: 1.25rem !important;
}

.top-\[10\%\] {
  top: 10% !important;
}

.top-\[20\%\] {
  top: 20% !important;
}

.top-\[4\%\] {
  top: 4% !important;
}

.z-10 {
  z-index: 10 !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-\[64\%\] {
  height: 64% !important;
}

.h-auto {
  height: auto !important;
}

.h-full {
  height: 100% !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-\[60px\] {
  width: 60px !important;
}

.w-\[91\%\] {
  width: 91% !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-7xl {
  max-width: 80rem !important;
}

.max-w-\[860px\] {
  max-width: 860px !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-center {
  align-items: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.border {
  border-width: 1px !important;
}

.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-\[10\%\] {
  padding: 10% !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.font-bold {
  font-weight: 700 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.italic {
  font-style: italic !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}

.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}

.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}

.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.underline {
  text-decoration-line: underline !important;
}

.outline {
  outline-style: solid !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

:root {
  --title-span-color: rgb(24, 78, 129);
  --transition-fast: 0.2s;
  --max-content-width: 1385px;
  --min-content-width: 350px;
  --footer-height: 200px;
  --color1: #1C6980;
  --color1: 28,105,128;
  --color2: #1E6879;
  --color2: 30,104,121;
  --color3: #114F72;
  --color3: 17,79,114;
  --color4: #0C425C;
  --color4: 12,66,92;
  --color5: #062D46;
  --color5: 6,45,70;
  --color6: #2F454F;
  --color6: 47,69,79;
  --color7: #1F4148;
  --color7: 31,65,72;
  --color8: #3A7881;
  --color8: 58,120,129;
  --color9: #22c7c7;
  --color9: 34,190,190;
  --color10: #01b0a3;
  --color10: 1,176,163;
  --color11: #00ffec;
  --color11: 0,255,236;
  --color12: 46,68,78;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  min-width: 100%;
  min-height: 100vh;
  font-weight: 400;
  font-family: Montserrat, Arial, Helvetica, Sans-serif;
  color: rgba(255, 255, 255, 1);
  scroll-behavior: smooth;
  background-color: #151e25;
}

h1 {
  font-size: 3.25rem;
  font-weight: 400;
}

h2 {
  font-size: 3.5rem;
  font-weight: 400;
}

h3 {
  font-size: 3rem;
  font-weight: 400;
}

h4 {
  font-size: 2.5rem;
  font-weight: 400;
}

h5 {
  font-size: 2rem;
  font-weight: 400;
}

h6 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 29px;
}

p {
  font-size: 1.35rem;
  line-height: 2rem;
  text-align: center;
}

span {
  display: inline-block;
}

span.nowrap {
  display: inline;
  white-space: nowrap;
}

body {
  min-width: 340px;
  background-size: auto, cover;
}

.container {
  width: 100%;
  perspective: 1px;
  position: relative;
  min-height: 100vh;
  margin: auto;
  background-color: rgba(54, 110, 131, 1);
}

.main-container {
  /* overflow: hidden; */
}

.content {
  max-width: var(--max-content-width);
}

header,
footer,
.hero-container,
.hero-content,
.services-container,
.services-text-container,
.circle{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.menu a,
.button {
  display: flex;
  align-items: center;
  flex-direction: row;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-sizing: border-box;
  background: linear-gradient(
    90deg,
    rgba(43, 62, 67, 1) 0%,
    rgba(43, 62, 67, 1) 100%
    );
  background: rgba(20, 66, 76, 1);
  transition: 400ms ease all;
  z-index: 1;
}

header .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

header .logo {
  margin-left: 7%;
  height: 70%;
  display: flex;
  align-items: center;
}

.logo img {
  height: 90%;
  padding-top: 5px;
  max-width: 80vw;
}

.scrolled{
  height: 40px;
}

.scrolled .logo{
  height: 60%;
}

.revealUp {
  opacity: 0;
  visibility: hidden;
}

.menu {
  font-size: 1.4rem;
  line-height: 1.5rem;
  list-style-type: none;
  position: relative;
  color: rgba(255, 255, 255, .8);
}

.menu a {
  color: rgba(255, 255, 255, .8);
  height: 0%;
}

.menu li a{
  transition: ease .6s all;
}

.menu li:hover a{
  color: rgba(var(--color11), .8);
  transition: ease .4s all;
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, .05);
}

.menu a:active{
  color: rgba(var(--color11), 1);
  transition: 200ms ease all;
  position: relative;
  top: 1px;
  height: calc(100% - 2px);
}

.top-menu {
  display: none;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.top-menu .menu {
  display: flex;
  align-items: center;
  height: 100%;
}

.top-menu li {
  height: 100%;
  display: flex;
  align-items: center;
}

.top-menu a {
  padding: 0px 50px 2px 50px;
  box-sizing: border-box;
}

#mobile-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 60px;
  font-size: 20px;
  z-index: 2;
  position: absolute;
  top:0;
  right: 0;
  transform: translate(0%, 0%);
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

#mobile-button div{
  transition: 200ms ease all;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
}

.bar{
  width: 1.7rem;
  height: 2px;
  background-color: white;
  display: inline-block;
  position: relative;
  transition: background 1s ease;
}

.bar::before,
.bar::after{
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: white;
  transition: all .5s ease;
}

.bar::before{
  top: -.6rem;
}

.bar::after{
  top: .6rem;
}

.active .bar{
  background-color: transparent;
}

.active .bar:before{
  top: 0;
  transform: rotate(135deg);
}

.active .bar:after{
  top: 0;
  transform: rotate(-135deg);
}

#mobile-button:hover div{
  height: 100%;
  background: rgba(255, 255, 255, .05);
  color: rgba(var(--color11), .8);
  cursor: pointer;
}

#mobile-button:active{
  background: rgba(255, 255, 255, .05);
  color: rgba(var(--color11), 1);
  top: 2px;
  height: calc(100% - 2px);
}

#mobile-button.scrolled {
  width: 40px;
}

#scroll-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 10%;
  min-width: 5.625rem;
  max-width: 135px;
  height: 300px;
  justify-content: center;
  align-items: center;
}

#scroll-top a {
  transform: translate(15px, 15px);
  transition: 100ms ease all;
  display: flex;
  opacity: 1;
  min-width: 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, .45);
  background-color: rgba(255, 255, 255, .3);
  box-shadow: 11px 11px 20px 0 rgba(19, 15, 73, .1);
}

#scroll-top a:hover {
  border: 1px solid rgba(255, 255, 255, .5);
  background-color: rgba(255, 255, 255, .35);
  transform: translate(15px, 14px);
  box-shadow: 8px 8px 17px 0 rgba(0, 0, 0, 0.2);
}

#scroll-top a:active {
  border: 1px solid rgba(255, 255, 255, .5);
  background-color: rgba(255, 255, 255, .35);
  transform: translate(15px, 16px);
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
}

#mobile-menu{
  display: flex;
  min-width: 100vw;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.05),
  0px 0px 1px rgba(0, 0, 0, 0.04);
  background-color: rgba(43, 62, 67, .97);
  background-image: linear-gradient(
    90deg,rgba(43, 62, 67, .65) 0%,
    rgba(43, 62, 67, .65) 100%);
  background-size: cover;
}

#mobile-menu .menu{
  display: flex;
  height: 90%;
  width: 90%;
  min-width: 320px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-size: cover;
}

#mobile-menu li{
  height: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5%;
}

#mobile-menu a{
  width: 100%;
  display: flex;
  justify-content: left;
  text-transform:uppercase;
  color: white;
  font-size: 2.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-left: 15%;
  text-shadow: 5px 5px rgba(var(--color8), .25);
}

#mobile-menu {
  height: 0;
}

.pulse-d:hover {
  animation: pulse-d 1s;
}

@keyframes pulse-d {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--color11),.3);
  }
}

.pulse:hover {
  animation: pulse 1s;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255,255,255,.3);
  }
}

.button {
  background: none;
  color: rgba(255, 255, 255,0.8);
  border: solid 2px rgba(255, 255, 255,0.5);
  width: auto;
  width: 220px;
  height: 3.2rem;
  font-size: 1.1em;
  font-weight: 400;
  border-radius: 0.6rem;
  transition: 0.2s ease all;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.button:hover {
  background: rgba(255, 255, 255,0.1);
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  box-shadow: 0px 0px 20px 15px rgba(0,0,0, 0.06);
  transition: 0.2s ease all;
  position: relative;
  top: -1px;
}

.button:active {
  transition: 0.05s ease all;
  top: 1px;
  box-shadow: 0 0 0px #ccc;
  box-shadow: 0px 5px 5px 8px rgba(0, 0, 0, .06);
}

.button.dark {
  background: rgba(var(--color9), .3);
  color: rgba(255,255,255,.8);
}

.button.dark:hover {
  background: rgba(var(--color9), .6);
  color: rgba(255,255,255,1);
  box-shadow: 0px 0px 20px 15px rgba(var(--color7), 0.1);
  top: -1px;
}

.button.dark:active {
  position: relative;
  top: 1px;
  box-shadow: 0px 5px 5px 8px rgba(var(--color7), 0.15);
  transition: 0.05s ease all;
}

.hero-container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.hero-container .content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
}

.plate{
  border-radius: 2rem;
  border: solid 2px rgba(255, 255, 255,0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, .1);
  position: relative;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
  background: transparent;
  overflow: hidden;
}

.plate.transparent::after {
  content: "";
  position: absolute;
  background: transparent;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.07);
  filter: blur(10px);
  margin: -20px;
}

.plate.wave::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  border-radius: 2rem;
  background-image: linear-gradient(to top, rgba(0,0,0,0.11), rgba(0,0,0,0.11)), url(img/svg/waves.svg);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-container .plate{
  margin: 4%;
}

.hero-content {
  margin: 60px 5% 7% 5%;
  padding: 2%;
  border-radius: 0.8rem;
  align-items: left;
}

.hero-content h1,
.hero-content p{
  width: 88%;
  text-align: center;
}

.hero-content h1 {
  line-height: 3.7rem;
  color: #fff;
  font-weight: 500;
  margin: 4% 0;
  margin-bottom: 30px;
}

.hero-content p {
  margin-bottom: 10px;
}

.hero-content span.colorful {
  font-weight: 600;
  color: rgba(80,250,246, .65);
}

.hero-content .button-container {
  margin-top: 2.5%;
  width: 98%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-content .button {
  margin: 2.5% 5%;
  width: 40%;
  min-width: 225px;
}

.hero-picture {
  justify-content: center;
  width: 69%;
  margin-bottom: 7%;
  position: relative;
}

.hero-picture img {
  width: 100%;
  height: auto;
}

.services-container{
  background: 
  radial-gradient(rgba(46, 72, 89, 0) 20%, rgba(21, 34, 43, .2) 70%, rgba(21, 34, 43, .35) 100%),
  linear-gradient(90deg, rgba(44, 65, 81, 1) 0%, rgba(44, 65, 81, 1) 100%);
  justify-content: center;
  /* min-height: 100vh; */
  overflow: hidden;
  background: radial-gradient(at 50% 40%, rgba(13, 98, 107, .8) 0%, rgba(13, 98, 107, .3) 100%);
  background-color: rgba(13, 25, 47, 1);
  position: relative;
}

.services-container .content {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.services-container .title{
  font-size: 2.5em;
  font-weight: 100;
  color: rgba(0,255,236, .5);
  margin-top: 1.5rem;
}

.services-section-title{
  width: 88%;
  color: rgba(255,255,255, .95);
  text-align: center;
  font-size: 2.8rem;
  line-height: 58px;
  margin: 50px;
  font-weight: 600;
}

.services-container .service-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 1rem;
  width: 100%;
}

.services-container .service-title .service-icon-block{
  margin-bottom: 10px;
}

.services-container .plate{
  /* min-height: 360px; */
  padding: 0 8%;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0 30px 0;
  background-color: rgba(36,60,71, .1);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
}

.services-container .plate::before {
  opacity: 0.5;
}

.services-container .plate p{
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: .05em;
  font-weight: 100;
  margin-bottom: 1rem;
}

.service-title h5{
  text-align: center;
  /* margin-left: 1rem; */
  /* padding-right: 48px; */
  line-height: normal;
}

.services-text-container{
  margin-bottom: 20px;
}

.services-text-container p strong{
  font-size: 1.3rem;
}

.services-text-container .plate{
  flex-grow: 1;
}

.services-container .skills {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.services-container .level-container span{
  /* height: 100%; */
  background: rgba(255,255,255, .5);
}

.services-container .level-container span.active{
  background: rgba(255,255,255, 1);
}

.services-container .level-container{
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: 2px;
  grid-column-gap: 2px;
}

.services-container .skill-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .2s ease-in-out;
  background-color: rgba(255,255,255, .05);
  border-radius: 10px;
  white-space: nowrap;
  padding: 5px 15px;
  margin: 5px;
  flex-grow: 1;
  /* max-width: 33.3%; */
}

.services-container .skill-container:hover{
  transform: scale(1.1);
  transition: all .2s ease-in-out;
}

.portfolio-container{
  display: flex;
  background-color: rgba(var(--color12), 1);
  background: radial-gradient(ellipse at 50% 45%, rgba(46, 72, 89, 1) 40%, rgba(21, 34, 43, 1) 100%);
  background: radial-gradient(rgba(46, 72, 89, 1) 20%, rgba(21, 34, 43, .8) 70%, rgba(21, 34, 43, .9) 100%);
  justify-content: center;
  /* min-height: 100vh; */
  position: relative;
  overflow-x: hidden;
}

.portfolio-container::before {
  content: "";
  background-image: url("img/backgrounds/01.png");
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: .05;
  pointer-events: none;
}

.portfolio-container .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  flex: 80%;
}

.portfolio-container .title{
  font-size: 2.5em;
  font-weight: 500;
  color: rgba(0,255,236, .5);
  margin-top: 1.4rem;
  max-width: 80%;
  text-align: center;
}

.projects-container{
  margin-top: 2.5%;
  width: 92%;
  flex-wrap: wrap;
}

.portfolio-container .plate a.project-11 img,
.portfolio-container .plate a.project-10 img{
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

.portfolio-container .plate a.project-9 img.mobile{
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.portfolio-container .plate a.project-9 img{
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

.portfolio-container .plate a.project-8 img.tablet{
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

.portfolio-container .plate a.project-8 img.desktop{
  -o-object-position: 25% 0%;
     object-position: 25% 0%;
}

.portfolio-container .plate a.project-9 .text-container p,
.portfolio-container .plate a.project-8 .text-container p,
.portfolio-container .plate a.project-7 .text-container p{
  background-color: rgba(6, 45, 70, .7);
  background: linear-gradient(
      90deg,
      rgba(6, 45, 70, 0) 0%,
      rgba(6, 45, 70, .7) 15%,
      rgba(6, 45, 70, .7) 85%,
      rgba(6, 45, 70, 0) 100%
      );
}

.portfolio-container .plate{
  height: 415px;
  flex: 37%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  margin: 10px 0 30px 0;
  background-color: rgba(72,146,154, .1);
  overflow: hidden;
  position: relative;
}

.portfolio-container .plate:nth-child(odd){
  margin-right: 0;
}

.portfolio-container .plate:nth-child(even){
  margin-left: 0;
}

.portfolio-container .plate .plate-context{
  display: flex;
  justify-content: left;
  height: 100%;
  width: 100%;
}

.portfolio-container .plate:nth-child(even) .plate-context{
  flex-direction: row-reverse;
  justify-content: right;
}

.portfolio-container img.desktop{
  display: none;
}

.portfolio-container img.tablet{
  display: none;
}

.portfolio-container .plate-context img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  transition: all 1s ease-in-out;
}

.portfolio-container .plate:nth-child(1) img{
  -o-object-position: 50% 42%;
     object-position: 50% 42%;
}

.portfolio-container .plate:nth-child(2) img{
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

.portfolio-container .plate:nth-child(3) img{
  -o-object-position: 50% 45%;
     object-position: 50% 45%;
}

.portfolio-container .plate:nth-child(4) img{
  -o-object-position: 50% 55%;
     object-position: 50% 55%;
}

.portfolio-container .plate .plate-context:hover{
  transition-delay: 0.1s;
  transition: all .1s ease-in-out;
}

.portfolio-container .plate:nth-child(even) .plate-context:hover{
  transition-delay: 0.1s;
  transition: all .6s ease-in-out;
}

.portfolio-container .plate:hover .text-container,
.portfolio-container .plate:hover:nth-child(even) .text-container{
  transition: all .6s ease-in-out;
  transform: translate(0);
  background: rgba(6, 45, 70, .5);
}

.portfolio-container .plate:hover:nth-child(even) .text-container{
  transform: translate(0,0);
}

.portfolio-container .plate:hover .text-container{
  transform: translate(0,0);
}

.portfolio-container .plate .text-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  background: rgba(6, 45, 70, .2);
  transition: all 1s ease;
  transform: translate(0%,-100%);
}

.portfolio-container .plate .text-container p{
  transform: translateY(200px);
  opacity: 0;
  transition: all 1s ease;
}

.portfolio-container .plate:hover .text-container p{
  transform: translateY(0);
  opacity: 1;
}

.portfolio-container .plate:nth-child(even) .text-container{
  transform: translate(0, -100%);
}

.portfolio-container .plate:nth-child(odd) .text-container{
  left: 0;
}

.portfolio-container .text-container h5{
  margin-bottom: 1rem;
  color: rgba(var(--color10, 1));
  font-size: 2.2rem;
  background: rgba(6, 45, 70, .8);
  width: 100%;
  padding: 1rem 0;
}

.portfolio-container .text-container p{
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 1);
  padding: 0 2rem;
}

.portfolio-container .button {
  display: flex;
  margin: 2% 0 5% 0;
}

.portfolio-container .button:hover {
  background: rgba(var(--color9), .6);
}

.about-container{
  background: 
              linear-gradient(90deg, rgba(3, 41, 64, .4) 0%, rgba(2, 28, 38, .4) 100%),
              radial-gradient(ellipse at 50% 50%, rgba(46, 72, 89, .2) 40%, rgba(21, 34, 43, .5) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-container::before{
  content: "";
  background-image: url("img/svg/gradient5.svg");
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .5;
}

.about-container .content{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: var(--max-content-width);
}

.about-container .title{
  font-size: 2em;
  font-weight: 100;
  color: rgba(0,255,236, .5);
  margin-top: 4rem;
}

.about-container .plate::before {
  opacity: 0.6;
}

.about-container .plate{
  display: flex;
  min-height: 60vh;
  justify-content: center;
  align-items: center;
  margin: 10px 0 30px 0;
  margin: 8% 4%;
}

.about-container .text-container{
  width: 80%;
}

.about-container .text-container p{
  color: rgba(255,255,255,.95);
  margin: 2rem 0;
}

.about-container .about-picture-container{
  height: 100px;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80%;
}

.about-picture-container .picture-container{
  height: 100%;
  margin-right: 20px;
}

.picture-container img{
  height: 100%;
  width: auto;
}

.about-container .button{
  margin-bottom: 4rem;
}

.about-picture-container h5{
  color: rgba(255,255,255,.95);
  font-size: 1.2rem;
  font-weight: 600;
}

.about-picture-container h6{
  font-size: 1rem;
  color: rgba(255,255,255,.85);
}

.about-picture-container h6,
.about-picture-container h5{
  margin: 5px;
}

.faq-container{
  font-family: "Hind", sans-serif;
  display: flex;
  justify-content: center;
  min-height: 80vh;
  background: radial-gradient(rgba(13, 98, 107, .8) 0%, rgba(13, 98, 107, .8) 20%, rgba(13, 98, 107, .2) 100%);
  background-color: rgba(13, 25, 47, 1);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.faq-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: .1;
}

.faq-container .content{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: var(--max-content-width);
}

.faq-container .title{
  font-size: 2em;
  font-weight: 100;
  color: rgba(0,255,236, .6);
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.faq-container .plate{
  display: flex;
  min-height: 60vh;
  width: 92%;
  height: 100%;
  justify-content: flex-start;
  margin: 10px 0 30px 0;
  margin: 8% 4%;
}

.accordion{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.accordion:last-child{
  margin-bottom: 2rem;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-item{
  max-width: 90%;
  margin-bottom: 1%;
  margin-top: 1%;
  box-sizing: border-box;
  background-color: rgba(30, 53, 64, .6);
  border-radius: .8rem;
  padding: 2rem 2rem 0 2rem;
  box-shadow: .5rem 2px .5rem rgba(0,0,0, .1);
}

.accordion-item .accordion-question{
  color: #03b5d2;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}

.accordion-item .accordion-answer{
  font-size: 1.3rem;
  font-weight: 300;
  margin: 2rem 0 0 0;
  height: 0;
  overflow: hidden;
}

.accordion-item .accordion-answer.open{
  height: auto;
}

.accordion-item .accordion-answer p{
  font-size: 1.4rem;
  color: rbga(255, 255, 255, .6);
  margin: 0 1rem 2rem 0;
}

.accordion-item .icon{
  margin-left: 20px;
  min-width: 25px;
  height: 25px;
  width: 25px;
  background-size: cover;
}

.icon.plus{
  background-image: url("img/svg/plus.svg");
}

.icon.minus{
  background-image: url("img/svg/minus.svg");
}

.icon.plus,
.icon.minus{
  position:absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.contacts-container{
  font-family: "Hind", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background: 
      radial-gradient(rgba(46, 72, 89, 0) 0%, rgba(21, 34, 43, 0) 40%, rgba(21, 34, 43, .5) 100%),
      linear-gradient(90deg, rgba(56, 84, 105, 1) 0%, rgba(56, 84, 105, 1) 100%);
  position: relative;
  margin-bottom: var(--footer-height);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  background-image: url("img/svg/gradient1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.contacts-container .content{
  display: flex;
  justify-content: center;
  max-width: var(--max-content-width);
  height: 100%;
  width: 92%;
}

.contacts-container .title{
  font-size: 3em;
  font-weight: 100;
  color: rgba(0,255,236, .5);
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.contacts-container p{
  margin-bottom: 3rem;
}

.contacts-container .plate{
  display: flex;
  min-height: 60vh;
  height: 100%;
  justify-content: flex-start;
  margin: 10px 0 30px 0;
  margin: 8% 4%;
  width: 92%;
}

.contacts-container .plate::before {
  opacity: .2;
}

.contacts-container form{
  display: flex;
  flex-direction: column;
}

.contacts-container .button{
  display: flex;
  align-items: center;
  align-self: center;
  max-width: 180px;
  margin-top: 2rem;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.2s;
}

.contacts-container .button span{
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

.contacts-container .button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.contacts-container .button:hover .svg-wrapper{
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.contacts-container .button:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.contacts-container .button:hover span {
  transform: translateX(95px);
}

.contacts-container .button:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}

.form-container{
  width: 80%;
  max-width: 600px;
  display: flex;
  justify-content: center;
}

.form-container label{
  font-size: 1.35rem;
  font-size: 0;
  font-weight: 400;
  margin-left: 1.5rem;
}

.form-container input,
.form-container textarea{
  height: 3.2rem;
  width: 100%;
  padding-left: 1.35rem;
  padding-top: 1px;
  border-style: solid;
  border: solid 1px rgba(255, 255, 255,0.2);
  border-radius: 4px;
  background: rgba(var(--color9), .1);
  color: rgba(255,255,255, 1);
  font-size: 1.35rem;
  font-weight: 400;
  border-radius: 0.6rem;
  margin: 1rem 0;
  box-sizing: border-box;
}

.form-container textarea{
  padding-top: 1rem;
  min-height: 200px;
}

.form-container input:focus,
.form-container textarea:focus{
  border: solid 1px rgba(255, 255, 255, 0.5);
}

.form-container input::-moz-placeholder, .form-container textarea::-moz-placeholder{
  color: rgba(255, 255, 255, .3);
}

.form-container input::placeholder,
.form-container textarea::placeholder{
  color: rgba(255, 255, 255, .3);
}

.form-container .hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-container #form-notice {
  font-size: 0.95rem;
  opacity: 0;
  transition: opacity .2s ease;
}

.form-container #form-notice.is-visible {
  opacity: .95;
}

.form-container .button[disabled] {
  opacity: .6;
  pointer-events: none;
}

.input-group {
  position: relative;
}

.input-group input,
.input-group textarea {
  background: rgba(var(--color9), .04);
  transition: background-color 400ms linear;
}

.input-group input:not([value='']),
.input-group textarea:not([value='']) {
  background-color: transparent;
  transition: background-color 400ms linear;
}

.input-group input:focus,
.input-group input:valid {
  outline: 0;
}

.input-group label {
  position: absolute;
  top: 1.87rem;
  left: -2px;
  pointer-events: none;
  color: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, 0);
}

.input-group textarea:not([value='']):not(:focus)+label span,
.input-group input:not([value='']):not(:focus)+label span
{
  transform: translateY(-2.3rem);
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
}

.input-group label span {
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.input-group textarea:focus+label span,
.input-group input:focus+label span,
.input-group input:valid+label span {
  color: rgba(255,255,255, 1);
  transform: translateY(-2.3rem);
  font-size: 1rem;
}

footer {
  bottom: 0;
  color: rgba(102, 102, 102, 1);
  display: flex;
  font-size: 5em;
  height: var(--footer-height);
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  text-transform: uppercase;
  width: 100%;
  z-index: -1;
  background: radial-gradient(90% 80% at 50% 30%, rgba(21, 34, 43, .7) 0%, rgba(21, 34, 43, .95) 90%, rgba(21, 34, 43, 1) 100%);
  background-color: rgba(50, 50, 50, 1);
}

footer .logo{
  height: 30px;
}

footer h6,
footer span{
  font-size: 1rem;
  line-height: normal;
  text-transform: none;
}

footer .content{
  width: 100%;
}

.bottom-menu{
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bottom-menu ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.5rem;
  list-style-type: none;
  color: rgba(255, 255, 255, .8);
  position: relative;
}

.bottom-menu li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}

.bottom-menu li:hover{
  cursor: pointer;
  transition: ease 1s all;
}

.bottom-menu li a{
  display: flex;
  justify-content: center;
  margin: .5rem;
  position: relative;
  color: rgba(255, 255, 255, .7);
  border-radius: .3rem;
  padding: .3rem;
}

.bottom-menu li a::before{
  display: flex;
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(.4);
  box-shadow: 0px -6rem 7rem 4rem rgb(33 93 103);
  border-radius: 50%;
  height: 0;
  width: 0;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
  transition: all 1s ease;
}

.bottom-menu li:hover a::before{
  padding: 0 1rem;
  transition: all .6s ease;
  box-shadow: 0px -2.5rem 10rem 5rem rgb(33 93 103);
}

.bottom-menu li:hover a{
  color: rgba(var(--color11), .8);
  transition: all ease 600ms;
}

.bottom-line{
  height: 2.25rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 3rem 2rem 1.5rem 2rem;
}

.bottom-line .bottom-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: auto;
  margin: 1rem 0;
}

.bottom-logo img {
  height: 100%;
}

.bottom-line .line{
  background: rgba(var(--color11), .3);
  height: 1px;
  flex-grow: 1;
}

.bottom-line .line:nth-of-type(2){
  flex-grow: 50;
}

.bottom-line .line,
.bottom-line .bottom-logo{
  display: none;
}

.rights-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  flex-wrap: wrap;
}

.social-links{
  height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 2rem;
}

.social-links .circle {
  display: flex;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: rgba(102, 102, 102, .7);
  background-color: rgba(102, 102, 102, .5);
  color: rgba(255, 255, 255, .8);
  margin: .5rem;
}

.social-links .circle:hover {
  position: relative;
  transform: scale(1.05);
  background-color: rgba(102, 102, 102, .3);
  box-shadow: 0px 0px 12px 2px rgb(35, 120, 132);
  color: rgba(var(--color11), .65);
  cursor: pointer;
}

.social-links .circle:active {
  position: relative;
  transform: scale(.95);
  box-shadow: 0 0 0px #ccc;
}

.circle:hover svg{
  transform: scale(1.1);
  transition: all .6s ease;
}

.circle img,
.circle svg{
  color: rgba(255,255,255, .8);
  width: 2.1rem;
  transition: all .6s ease;
}

/* Modifier classes -- single style */

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.mb120 {
  margin-bottom: 120px;
}

.width92 {
  width: 92%;
}

.none {
  display: none;
}

@media only screen and (min-width: 450px) {
  .bottom-menu {
    padding: 0 2rem;
  }

  .portfolio-container .title,
  .faq-container .title{
    text-align: left;
  }

  #scroll-top {
    height: 135px;
  }

  .services-container .service-title{
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 40px;
  }

  .services-container .plate p{
    margin-bottom: 5px;
  }

  .service-title h5{
    margin-left: 1rem;
    /* padding-right: 48px; */
    line-height: normal;
  }

  /* .portfolio-container .plate .text-container{
    width: 50%;
    left: 50%;
  } */

  .portfolio-container img.desktop{
    display: none;
  }

  .portfolio-container img.mobile{
    display: none;
  }

  .portfolio-container img.tablet{
    display: block;
  }
}

@media only screen and (min-width: 560px) {
  .bottom-line .bottom-logo,
  .bottom-line .line{
    display: flex;
  }

  .bottom-menu{
    padding: 0 15%;
  }

  .services-container .skill-container{
    max-width: 33.3%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .container {
    height: 100%;
  }

  header .logo {
    margin-left: 6.5%;
    height: 36px;
  }

  .logo img {
    padding-top: 4px;
    height: 90%;
  }

  .scrolled .logo{
    height: 100%;
  }

  .top-menu {
    display: flex;
    margin-right: calc(7% - 40px);
  }

  #mobile-button{
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
  }

  #mobile-menu,
  #mobile-menu.show{
    display: none;
  }

  .hero-container .plate{
    flex-direction: row;
    justify-content: space-between;
    padding: 10% 0;
  }

  .hero-content h1,
  .hero-content p{
    text-align: left;
  }

  .hero-content {
    width: 40%;
    margin: 4%;
  }

  .hero-picture {
    width: 40%;
    margin-right: 6.5%;
    margin-bottom: 0;
  }

  .hero-content h1 {
    margin: 3.5% 0;
    width: 100%;
  }

  .hero-content p {
    margin-top: 2.5%;
    width: 100%;
  }

  .hero-content .button-container{
    margin: 5% 5% 3% 5%;
    width: 100%;
    flex-wrap: nowrap;
  }

  .hero-content .button {
    margin: 2.6%;
    width: auto;
    min-width: 46.5%;
  }

  .title{
    margin: 0;
  }

  .services-container .content{
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .services-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .services-text-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    /* grid-column-gap: 10px; */
    /* grid-row-gap: 20px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
  }

  .services-text-container .plate:nth-child(even){
    margin-left: 24px;
  }

  .services-text-container .plate:nth-child(odd){
    margin-right: 24px;
  }

  .services-text-container .plate{
    height: 100%;
    flex: 37%;
    flex-grow: 1;
    padding: 24px 24px 24px 34px;
  }

  .services-container .skills {
    padding-bottom: 0;
  }

  .portfolio-container .plate:nth-child(odd) {
    margin-right: 24px;
  }

  .portfolio-container .plate:nth-child(even) {
    margin-left: 24px;
  }

  .portfolio-container .plate:last-child {
    margin-right: 0px !important;
  }

  .portfolio-container img.desktop{
    display: block;
  }

  .portfolio-container img.mobile{
    display: none;
  }

  .portfolio-container img.tablet{
    display: none;
  }

  .accordion-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 100%;
  }

  .accordion-container .accordion:nth-child(odd){
    margin-left: 2rem;
  }

  .accordion-container .accordion:nth-child(even){
    margin-right: 2rem;
  }

  .bottom-menu{
    padding: 0 20%;
  }

  .projects-container{
    margin-top: 2.5%;
    display: flex;
    width: 92%;
  }
}


