*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
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;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
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)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    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;
}

/*
Tabular data
============
*/
/**
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)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

:root {
  --text-secondary-color: #b9bbc5;
  --text-primary-color: white;
  --main-animation: cubic-bezier(0.4, 0, 0.2, 1);
  --text-shadow: #10d4ff;
}

@font-face {
  font-family: BankGothicLt;
  src: local(bankGothicLt), url(../fonts/tt0589m_.ttf);
}

body {
  font-family: BankGothicLt;
}

.content {
  position: relative;
  background-image: url(../images/smoke.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: overlay;
  height: 100vh;
  transition: all 500ms linear;
}

.content-hidden {
  opacity: 0;
  transition: all 500ms linear;
}

.loader {
  position: absolute;
  height: 235px;
  width: 231px;
  z-index: 5;
  top: 43%;
  left: 43%;
  background-image: url(../images/loader.gif);
}

.visually-hidden {
  opacity: 0;
  transition: all 0ms linear;
}

.hidden {
  display: none;
}

.button-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}
.button-top:hover {
  scale: 1.1;
}

.container {
  margin: 0 auto;
  position: relative;
  height: 100vh;
  max-width: 100%;
  width: 1918px;
  overflow-x: clip;

  transition: all 3s var(--main-animation);
}

/* ==== hero ===*/

/* .hero {
  max-width: 1918px;
  background-image: url("../images/hero/hero.jpg");
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  transition: all 1.5s var(--main-animation);
} */

.message1 {
  position: absolute;
  top: 455px;
  left: 456px;
  width: 0;
  height: 0;
  background-size: unset;
  background-position-x: right;
  background-position-y: top;
  background-image: url("../images/hero/message1.png");
  transform: scale(1);
  z-index: 2;

  transition: all 1s linear 1s;
}

.message1:hover {
  /* transform: scale(1.02); */
  transition: all 200ms linear 0s;
}

.animate .message1 {
  width: 306px;
  height: 254px;
  left: 150px;
}

.message1-text1 {
  position: absolute;
  top: 170px;
  left: -34px;
  width: 320px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.message1-text2 {
  position: absolute;
  top: 192px;
  left: -35px;
  width: 320px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.message1-text3 {
  position: absolute;
  top: 215px;
  left: -36px;
  width: 320px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.message2 {
  position: absolute;
  top: 664px;
  left: 625px;
  width: 0;
  height: 0;
  background-size: unset;
  background-position-x: right;
  background-position-y: top;
  background-image: url("../images/hero/message2.png");
  transform: scale(1);

  transition: all 1s linear 0s;
}

.message2:hover {
  transition: all 200ms linear 0s;
}

.animate .message2 {
  width: 480px;
  height: 297px;
  left: 145px;
}

.message2-text1 {
  position: absolute;
  top: 190px;
  left: 23px;
  width: 320px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.message2-text2 {
  position: absolute;
  top: 213px;
  left: 23px;
  width: 320px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.message2-text3 {
  position: absolute;
  top: 252px;
  left: 23px;
  font-weight: 300;
  font-size: 21px;
  line-height: 19px;
  opacity: 0;
  color: var(--text-primary-color);

  transition: all 1s linear 1s;
}

.animate .message2-text3 {
  opacity: 1;
}

.header-lines {
  position: absolute;
  top: 599px;
  left: 969px;
  width: 0;
  height: 0;
  background-size: unset;
  background-position-x: right;
  background-position-y: top;
  background-image: url("../images/hero/lines.png");

  transition: all 1s linear 2000ms;
}

.animate .header-lines {
  width: 358px;
  height: 274px;
  left: 611px;
}

.message3 {
  position: absolute;
  top: 648px;
  left: 687px;
  width: 0;
  height: 335px;
  background-size: unset;
  background-image: url("../images/hero/message3.png");

  transition: all 1s linear 3s;
}

.message3:hover {
  /* transform: scale(1.02); */
  /* transition: all 200ms linear 0s; */
}

.animate .message3 {
  width: 732px;
}

.message3-text1 {
  position: absolute;
  top: 197px;
  left: 333px;
  width: 320px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.message3-text2 {
  position: absolute;
  top: 220px;
  left: 333px;
  width: 320px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.message3-text3 {
  position: absolute;
  top: 252px;
  left: 334px;
  font-weight: 300;
  font-size: 21px;
  line-height: 19px;
  opacity: 0;
  color: var(--text-primary-color);

  transition: all 1s linear 4s;
}

.animate .message3-text3 {
  opacity: 1;
}

/* ==== section2 ====*/

.containerSection2 {
  position: absolute;
  top: 1300px;
  height: 600px;
}

.section2-left-image {
  position: absolute;
  left: 213px;
  top: -11px;
  z-index: 2;

  transition: all 500ms linear;
}

.section2-left-image:hover {
  transform: scale(1.05) rotate(-2deg);
}

.section2-right-image {
  position: absolute;
  left: 1240px;
  top: 73px;
  z-index: 2;

  transition: all 500ms linear;
}

.section2-right-image:hover {
  transform: scale(1.05) rotate(2deg);
}

.section2-message1 {
  position: absolute;
  top: 2px;
  left: 301px;
  width: 0;
  height: 145px;
  background-size: unset;
  background-image: url("../images/section2/message1.png");
  z-index: 2;
  transform: scale(1);

  transition: all 1s linear 1s;
}

.section2-message1.animate {
  width: 643px;
}

.section2-message1-text1 {
  position: absolute;
  top: 45px;
  left: 240px;
  width: 320px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section2-message1-text3 {
  position: absolute;
  width: 480px;
  top: 85px;
  left: 239px;
  font-weight: 300;
  font-size: 21px;
  line-height: 19px;
  opacity: 0;
  color: var(--text-primary-color);

  transition: all 1s linear 2s;
}

.animate > .section2-message1-text3 {
  opacity: 1;
}

.section2-message2 {
  position: absolute;
  top: 247px;
  left: 544px;
  width: 0;
  height: 250px;
  background-size: unset;
  background-image: url("../images/section2/message2.png");
  z-index: 2;
  transform: scale(1);

  transition: all 1s linear 1s;
}

.section2-message2.animate {
  width: 606px;
}

.section2-message2-text1 {
  position: absolute;
  top: 16px;
  left: 215px;
  width: 320px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section2-message2-text3 {
  position: absolute;
  width: 480px;
  top: 53px;
  left: 214px;
  font-weight: 300;
  font-size: 21px;
  line-height: 19px;
  opacity: 0;
  color: var(--text-primary-color);

  transition: all 1s linear 2s;
}

.animate > .section2-message2-text3 {
  opacity: 1;
}

.section2-message3 {
  position: absolute;
  top: 456px;
  left: 863px;
  width: 0;
  height: 129px;
  background-size: unset;
  background-image: url("../images/section2/message3.png");
  z-index: 2;
  transform: scale(1);

  transition: all 1s linear 1s;
}

.section2-message3.animate {
  width: 432px;
}

.section2-message3-text1 {
  position: absolute;
  top: 13px;
  left: 19px;
  width: 320px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section2-message3-text2 {
  position: absolute;
  top: 36px;
  left: 22px;
  width: 320px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section2-message3-text3 {
  position: absolute;
  width: 480px;
  top: 76px;
  left: 21px;
  font-weight: 300;
  font-size: 21px;
  line-height: 19px;
  opacity: 0;
  color: var(--text-primary-color);

  transition: all 1s linear 2s;
}

.animate > .section2-message3-text3 {
  opacity: 1;
}

/* ==== section 3 ==== */

.containerSection3 {
  position: absolute;
  top: 2200px;
  height: 1000px;
  width: 100%;
}

.section3-image1 {
  position: absolute;
  left: 81px;
  top: 123px;
  z-index: 2;

  transition: all 500ms linear;
}

.section3-image1:hover {
  transform: scale(1.05);
}

.section3-image3 {
  position: absolute;
  left: -20px;
  top: 472px;
  z-index: 2;

  transition: all 500ms linear;
}

.section3-image3:hover {
  transform: scale(1.03) rotate(1deg);
}

.section3-lines {
  position: absolute;
  top: 41px;
  left: 371px;
  width: 0;
  height: 507px;
  background-size: unset;
  background-image: url("../images/section3/lines.png");

  transition: all 1s linear 500ms;
}

.animate > .section3-lines {
  width: 552px;
}

.section3-message1 {
  position: absolute;
  top: 51px;
  left: 656px;
  width: 0;
  height: 199px;
  background-size: unset;
  background-image: url("../images/section3/message1.png");
  z-index: 2;
  transform: scale(1);

  transition: all 1s linear 1500ms;
}

.animate > .section3-message1 {
  width: 820px;
}

.section3-message1-text1 {
  position: absolute;
  top: 35px;
  left: 231px;
  width: 447px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section3-message1-text3 {
  position: absolute;
  width: 500px;
  top: 75px;
  left: 231px;
  font-weight: 300;
  font-size: 21px;
  line-height: 19px;
  opacity: 0;
  color: var(--text-primary-color);

  transition: all 1s linear 3300ms;
}

.section3-message2 {
  position: absolute;
  top: 811px;
  left: 592px;
  width: 0;
  height: 109px;
  background-size: unset;
  background-image: url("../images/section3/message2.png");
  z-index: 2;

  transition: all 1s linear 500ms;
}

.animate.section3-message2 {
  width: 478px;
}

.section3-message2-text1 {
  position: absolute;
  top: 20px;
  left: 26px;
  width: 392px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section3-message2-text2 {
  position: absolute;
  top: 41px;
  left: 28px;
  width: 392px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section3-message2-text3 {
  position: absolute;
  top: 62px;
  left: 27px;
  width: 392px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.containerSection3.animate .section3-message1-text3 {
  opacity: 1;
}

/* =======================4section=========== */
.containerSection4 {
  position: absolute;
  top: 3300px;
  height: 1045px;
  width: 100%;
}
.section4-images1 {
  z-index: 2;
  position: absolute;
  top: 66px;
  left: 130px;
  transition: all 300ms linear;
}
.section4-images1:hover {
  transform: scale(1.05);
}

.section4-images2 {
  position: absolute;
  top: 440px;
  left: 161px;
  transition: all 300ms linear;
}
.section4-images2:hover {
  transform: scale(1.05);
}

.section4-message1 {
  position: absolute;
  top: 39px;
  left: 694px;
  width: 659px;
  height: 483px;
  background-image: url("../images/section4/message1.png");
}

.section4-message2 {
  position: absolute;
  top: 171px;
  left: 1274px;
  width: 0;
  height: 227px;
  background-image: url("../images/section4/message2.png");
  z-index: 2;

  transition: all 1s linear 1000ms;
}

.animate > .section4-message2 {
  width: 472px;
}

.section4-message2-text1 {
  position: absolute;
  top: 20px;
  left: 148px;
  width: 392px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section4-message2-text2 {
  position: absolute;
  top: 43px;
  left: 149px;
  width: 392px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section4-message2-text3 {
  position: absolute;
  top: 66px;
  left: 149px;
  width: 392px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section4-img1-title {
  position: absolute;
  top: 34px;
  left: 322px;
  width: 392px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section4-img2-title1 {
  position: absolute;
  top: 410px;
  left: 286px;
  width: 392px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section4-img2-title2 {
  position: absolute;
  top: 432px;
  left: 285px;
  width: 392px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
}

.section4-message3 {
  position: absolute;
  top: 665px;
  left: 795px;
  width: 0;
  height: 256px;
  background-size: unset;
  background-position-x: right;
  background-position-y: top;
  background-image: url("../images/section4/message3.png");
  z-index: 2;

  transition: all 1s linear 500ms;
}

.animate.section4-message3 {
  width: 661px;
  left: 134px;
}

.section4-message3-text1 {
  position: absolute;
  top: 157px;
  left: 70px;
  width: 367px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

.section4-message3-text2 {
  position: absolute;
  top: 179px;
  left: 70px;
  width: 367px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

.section4-message3-text3 {
  position: absolute;
  top: 201px;
  left: 69px;
  width: 367px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

.section4-message4 {
  position: absolute;
  top: 1154px;
  left: 484px;
  width: 0;
  height: 145px;
  background-image: url("../images/section4/message4.png");
  z-index: 2;

  transition: all 1s linear 500ms;
}

.animate.section4-message4 {
  width: 951px;
}

.section4-message4-text1 {
  position: absolute;
  top: 32px;
  left: 119px;
  width: 851px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

.section4-message4-text2 {
  position: absolute;
  top: 54px;
  left: 156px;
  width: 851px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

.section4-message4-text3 {
  position: absolute;
  top: 76px;
  left: 61px;
  width: 851px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

/* ==== Section 6 ==== */
.containerSection6 {
  position: absolute;
  height: 970px;
  width: 100%;
  top: 5904px;
}

.plates-image {
  position: absolute;
  left: 251px;
  top: 259px;
}

.section6-messages {
  position: absolute;
  top: 317px;
  left: 404px;
  width: 1266px;
  height: 0;
  background-image: url("../images/section6/lines.png");
  z-index: 2;

  transition: all 1s linear 500ms;
}

.animate.section6-messages {
  height: 458px;
}

.section6-messages-text1 {
  position: absolute;
  top: 485px;
  left: -21px;
  width: 851px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

.section6-messages-text2 {
  position: absolute;
  top: 506px;
  left: -31px;
  width: 851px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

.section6-messages-text3 {
  position: absolute;
  top: 484px;
  left: 502px;
  width: 851px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

.section6-messages-text4 {
  position: absolute;
  top: 506px;
  left: 507px;
  width: 851px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

.section6-messages-text5 {
  position: absolute;
  top: 484px;
  left: 1034px;
  width: 851px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

.section6-messages-text6 {
  position: absolute;
  top: 507px;
  left: 987px;
  width: 851px;
  height: 22px;
  font-weight: 300;
  font-size: 33px;
  line-height: 22px;
  filter: drop-shadow(0px 0px 4px var(--text-shadow));
  color: var(--text-shadow);
  text-shadow: 0px 0px 12px;
  fill: var(--text-primary-color);
  z-index: 2;
}

/* ====  ==== */

.wrapper {
  position: absolute;
  top: 0;
  opacity: 0;
  height: 1080px;
  width: 1918px;
  background-image: url("../images/BackGroundMain.jpg");

  transition: opacity 1.5s var(--main-animation);
}

.visible {
  top: 0;
  height: 7182px;
  opacity: 1;
}

.heroRightSide {
  position: absolute;
  top: 0;
  left: 885px;
  z-index: 2; /* check */
  transition: all 1.5s var(--main-animation);
  height: 100vh;
  overflow: hidden;
}
.buttonBlue {
  position: absolute;
  top: 384px;
  right: 0px;
  z-index: 2;
  transition: all 0.5s var(--main-animation);
}
.buttonBlue:hover {
  transform: scale(1.03) translateX(1.4%);
}

.heroRightSideActive {
  transform: translateX(101%);
}

.disabled {
  pointer-events: none;
}

.heroLeftSide {
  position: absolute;
  left: -40px;
  top: 384px;
  max-width: 100%;
  cursor: pointer;
  opacity: 1;
  z-index: 2;

  transition: all 1.5s var(--main-animation);
}

.heroLeftSideHover {
  transition: transform 0.5s var(--main-animation);
}
.heroLeftSideHover:hover {
  transform: scale(1.03);
  transition: transform 0.5s var(--main-animation);
}

.heroLeftSideActive {
  transform: translateX(100%);
}

/* ======================4===================== */

/* .sec2 {
  position: absolute;
  left: 10px;
  top: 2000px;
  z-index: 2;

  transition: all 500ms linear;
}
.sec2:hover {
  transform: scale(1.2);
} */

/* ==== Plates ==== */

.plate1 {
  position: absolute;
  left: 273px;
  top: 5139px;
  z-index: 2;

  transition: all 500ms var(--main-animation);
}

.plate1:hover {
  transform: scale(1.1);
}

.plate2 {
  position: absolute;
  left: 594px;
  top: 5124px;
  z-index: 2;

  transition: all 500ms var(--main-animation);
}

.plate2:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.plate3 {
  position: absolute;
  left: 889px;
  top: 5210px;
  z-index: 2;

  transition: all 500ms var(--main-animation);
}

.plate3:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.plate4 {
  position: absolute;
  left: 1142px;
  top: 4875px;
  z-index: 2;

  transition: all 500ms var(--main-animation);
}

.plate4:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.plate5 {
  position: absolute;
  left: 1390px;
  top: 5092px;
  z-index: 2;

  transition: all 500ms var(--main-animation);
}

.plate5:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/* .plates-image:hover {
  transform: scale(1.01);
} */

/*  ==== footer ====*/

.footer {
  position: absolute;
  display: none;
  bottom: 0;
  height: 302px;
  width: 100%;
  background-color: hsla(0, 0%, 6%, 0.702);
}

.visible > .footer {
  display: block;
}

.footer-content {
  margin: 0 auto;
  height: 302px;
  max-width: 1084px;
}

.info-wrapper {
  display: flex;
  justify-content: space-between;
}

.logo-wrapper {
  margin-top: 43px;
}

.footer-tel {
  margin-top: 26px;
  display: block;
}

.footer-email {
  display: block;
}

.footer-right-side {
  margin-top: 60px;
}

.footer-menu {
  margin: 0;
  padding: 0;
  text-align: end;
  list-style: none;
}

.footer-menu li:not(:last-child) {
  margin-bottom: 30px;
}

.text {
  text-decoration: none;
  color: var(--text-secondary-color);
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.footer-bottom-bar {
  margin-top: 27px;
  padding-top: 37px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--text-primary-color);
}

.bottom-bar-right-side {
  width: 109px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 15;
  background-color: transparent;
  border: none;
  fill: #fff;
}

.icon-button-top {
  transition-delay: 2s;
  fill: #e8a0ff;
}

.item-link {
  text-decoration: none;
  color: var(--text-secondary-color);
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.item-link:hover {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.icon-logo {
  fill: var(--text-secondary-color);
}

.icon-logo:hover {
  fill: #fff;
}
