/*! 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;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "PholosopherR";
  src: url("../fonts/PhilosopherR.ttf");
  font-weight: regular;
  font-style: normal;
}

@font-face {
  font-family: "PhilosopherR";
  src: url(" ../fonts/PhilosopherRB.ttf");
  font-weight: bold;
  font-style: normal;
}

html {
  font-family: "PhilosopherR";
  font-weight: regular;
}

body {
  background-color: black;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.main-section {
  min-height: 700px;
  background-image: url("../img/Gradient.jpeg");
  background-position: center;
  background-size: cover;
  min-width: fit-content;
}

.left-wrapper {
  position: relative;
  padding-left: 40px;
  padding-top: 150px;
}

.left-wrapper__img {
  width: 700px;
  height: 234px;
  position: absolute;
  left: -30px;
}

.left-wrapper__title {
  font-size: 100px;
  color: white;
  position: absolute;
  top: 335px;
}

.left-wrapper__text {
  size: 60px;
  color: white;
  position: absolute;
  width: 578px;
  height: 102px;
  left: 40px;
  top: 444px;
}

.left-wrapper__icons-box {
  position: absolute;
  top: 580px;
  left: 100px;
}

.icons {
  display: flex;
}

.icons-box__img {
  width: 40px;
}

.icons-box__img-1 {
  width: 40px;
  height: 40px;
  margin-right: 87px;
}

.right-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  top: -160px;
}

.right-wrapper__text {
  color: white;
  size: 30px;
  margin-bottom: 140px;
}

.span {
  font-size: 30px;
}

.second-section {
  background: black;
  min-height: 1500px;
}

.second-section__container {
  position: relative;
}

.second-section__title {
  color: white;
  font-size: 100px;
  text-align: center;
}

.second-section__img {
  width: 500px;
  position: absolute;
  top: 130px;
  left: 70px;
}

.second-section__text {
  position: absolute;
  top: 280px;
  left: 410px;
  transform: rotate(90deg);
}

.second-section__img-2 {
  width: 400px;
  position: absolute;
  top: 270px;
  right: 60px;
}

.second-section__img-1 {
  width: 500px;
  position: absolute;
  top: 720px;
  right: 100px;
}

.second-section__text1 {
  position: absolute;
  top: 1000px;
  right: 50px;
  transform: rotate(90deg);
}

.second-section__text2 {
  position: absolute;
  top: 200px;
  right: 80px;
}

.text3 {
  position: absolute;
  top: 900px;
  left: 290px;
  transform: rotate(90deg);
}

.text {
  color: white;
  font-size: 30px;
}

.img-3 {
  width: 400px;
  position: absolute;
  top: 700px;
  left: 10px;
}

.img-4 {
  width: 500px;
  position: absolute;
  top: 1350px;
}

.third-section {
  background: black;
  min-height: 700px;
  position: relative;
}

.third-section__title {
  font-size: 100px;
  color: white;
  margin-bottom: 40px;
  text-align: center;
}

.footer__container {
  min-height: 300px;
  position: relative;
}

.footer__icons-box {
  position: absolute;
  left: 830px;
  top: 100px;
}

.footer__img {
  width: 450px;
  position: absolute;
  top: 70px;
  left: 50px;
}

.footer__img-line {
  width: 980px;
  border-top: 1px solid white;
  position: absolute;
  top: 190px;
  left: 100px;
}

iframe {
  display: block;
  margin: 0 auto;
  width: -webkit-fill-available;
}

@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
  .second-section__img {
    width: 400px;
    left: 20px;
  }
  .second-section__text {
    left: -40px;
  }
  .left-wrapper__img-2 {
    width: 400px;
    right: 80px;
  }
  .left-wrapper__text2 {
    right: 50px;
  }
  .img-3 {
    top: 600px;
  }
  .left-wrapper__img-1 {
    width: 400px;
    top: 630px;
    right: 120px;
  }
  .left-wrapper__text1 {
    top: 800px;
    right: 40px;
  }
  .text3 {
    left: -40px;
    top: 800px;
  }
  .img-4 {
    top: 1250px;
  }
  .third-section__title {
    text-align: center;
    margin-bottom: 50px;
  }
  iframe {
    top: 150px;
  }
  .footer__icons-box {
    left: 630px;
  }
  .footer__img {
    left: 20px;
  }
  .footer__img-line {
    width: 850px;
    left: 65px;
  }
}

@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  .main-section {
    min-height: 820px;
  }
  .left-wrapper__img {
    width: 600px;
    position: absolute;
    left: -40px;
  }
  .left-wrapper__title {
    font-size: 80px;
    left: 20px;
  }
  .left-wrapper__text {
    font-size: 25px;
    left: 30px;
    top: 430px;
  }
  .left-wrapper__icons-box {
    top: 630px;
  }
  .second-section {
    min-height: 1300px;
  }
  .second-section__img-2 {
    right: 30px;
  }
  .second-section__text2 {
    right: -170px;
    top: 400px;
    transform: rotate(90deg);
  }
  .second-section__img-1 {
    right: 10px;
  }
  .second-section__text1 {
    top: 1050px;
    right: -40px;
  }
  .second-section__img {
    left: 20px;
  }
  .second-section__text {
    left: -50px;
  }
  .img-4 {
    top: 1200px;
  }
  .third-section__title {
    font-size: 80px;
    left: 120px;
  }
  .footer__icons-box {
    left: 460px;
  }
  .footer__img {
    left: -10px;
  }
  .footer__img-line {
    width: 650px;
    left: 35px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  .main-section {
    height: 850px;
  }
  .right-wrapper {
    position: absolute;
    top: 260px;
    right: 10px;
  }
  .right-wrapper__text {
    margin-bottom: 100px;
  }
  .left-wrapper__img {
    width: 500px;
    position: absolute;
    left: -50px;
    top: 10px;
  }
  .left-wrapper__title {
    font-size: 50px;
    left: 10px;
    top: 250px;
  }
  .left-wrapper__text {
    font-size: 20px;
    left: 10px;
    top: 330px;
    width: 300px;
  }
  .left-wrapper__icons-box {
    top: 580px;
    left: 50px;
  }
  .icons-box__img {
    width: 40px;
  }
  .second-section {
    min-height: 1000px;
  }
  .second-section__title {
    font-size: 60px;
  }
  .second-section__img {
    width: 300px;
    top: 100px;
    left: -40px;
  }
  .second-section__img-2 {
    width: 250px;
    top: 150px;
    right: 5px;
  }
  .img-3 {
    width: 400px;
    top: 450px;
    left: -40px;
  }
  .second-section__img-1 {
    width: 300px;
    top: 430px;
    right: -50px;
  }
  .second-section__text {
    left: 150px;
    z-index: 3;
    font-size: 25px;
  }
  .second-section__text2 {
    right: 100px;
    top: 100px;
    font-size: 25px;
    transform: inherit;
    width: 100px;
  }
  .text3 {
    left: 250px;
    top: 550px;
    font-size: 25px;
  }
  .second-section__text1 {
    top: 750px;
    right: 0px;
    font-size: 25px;
    transform: inherit;
  }
  .img-4 {
    top: 900px;
    left: 20px;
  }
  .third-section {
    min-height: 650px;
  }
  .third-section__title {
    font-size: 60px;
    align-content: center;
  }
  .icons-box__img {
    width: 30px;
  }
  .footer__icons-box {
    left: 390px;
    top: 120px;
  }
  .icons-box__img-1 {
    width: 30px;
    height: 30px;
    margin-right: 27px;
  }
  .footer__img {
    width: 300px;
    left: 10px;
    top: 110px;
  }
  .footer__img-line {
    width: 450px;
    left: 45px;
  }
}

@media (max-width: 575px) {
  .container {
    width: 100%;
  }
  .main-section {
    height: 100vh;
  }
  .span {
    font-size: 23px;
  }
  .left-wrapper__img {
    width: 300px;
    display: block;
    position: static;
    magin: 0 auto;
    margin-top: -100px;
  }
  .left-wrapper__title {
    font-size: 35px;
    left: 15px;
    top: 260px;
  }
  .left-wrapper__text {
    font-size: 20px;
    left: 15px;
    top: 320px;
    width: 290px;
  }
  .icons-box__img {
    width: 30px;
    margin-right: 37px;
  }
  .left-wrapper__icons-box {
    top: 570px;
    left: 50px;
  }
  .right-wrapper {
    display: none;
  }
  .second-section {
    min-height: 700px;
    overflow: hidden;
  }
  .second-section__title {
    font-size: 35px;
    text-align: center;
  }
  .second-section__img {
    width: 200px;
    top: 80px;
    left: 5px;
  }
  .second-section__img-2 {
    width: 150px;
    top: 110px;
    right: -5px;
  }
  .img-3 {
    width: 200px;
    top: 310px;
    left: 1px;
  }
  .second-section__img-1 {
    width: 200px;
    top: 330px;
    right: -20px;
  }
  .second-section__text {
    left: -30px;
    z-index: 3;
    font-size: 15px;
    top: 130px;
  }
  .second-section__text2 {
    right: 40px;
    top: 270px;
    font-size: 15px;
  }
  .text3 {
    transform: inherit;
    left: 40px;
    top: 520px;
    font-size: 15px;
  }
  .second-section__text1 {
    top: 540px;
    right: 40px;
    font-size: 15px;
  }
  .img-4 {
    top: 730px;
    left: 160px;
    width: 200px;
  }
  .third-section {
    min-height: 450px;
  }
  .third-section__title {
    font-size: 35px;
  }
  iframe {
    height: 300px;
  }
  .footer {
    min-height: 200px;
  }
  .footer__icons-box {
    position: static;
    justify-content: center;
    margin-bottom: 100px;
  }
  .footer__img {
    position: static;
    display: block;
    margin: 0 auto;
    width: 150px;
  }
  .footer__img-line {
    width: 250px;
    position: static;
    display: block;
    margin: 0 auto;
  }
}
