@media screen and (min-width: 400px) {
}

@media screen and (min-width: 635px) {
}

@media screen and (min-width: 725px) {
}

@media screen and (min-width: 830px) {
}

@media screen and (min-width: 910px) {
}
@media screen and (min-width: 1315px) {
}

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

body,
h1,
h2,
h3,
h4,
h5,
div,
p {
  margin: 0;
}

body {
  overflow-x: hidden;
}

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

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--black);
}

img,
h1,
h2,
h3,
h4,
p {
  position: relative;
  z-index: 99;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

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

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

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --orange: #ff6643;
  --white: #ffffff;
  --whiteParagraph: #b5b5b6;
  --black: #000000;
  --borderRadius: 20px;
  --borderImg: solid #282828 1px;
  --gray-background: linear-gradient(180deg, #17181f 0%, #000000 100%);
  --gray-background-inverted: linear-gradient(180deg, #000000 0%, #17181f 100%);
  --linear-gradient-text: -webkit-linear-gradient(
    0deg,
    #fe375b 0%,
    #fea945 95%
  );
}

section {
  display: flex;
  justify-content: center;
}

.borderRadius {
  border-radius: var(--borderRadius);
  border: var(--borderImg);
}

body {
  background: #17181f;
  color: white;
  font-family: "Poppins", sans-serif;
  max-width: 100%;
}

.mainHeaderSection {
  background: var(--gray-background);
}

.blur {
  filter: blur(100px);
}

.mainHeaderSection {
  padding: 50px 0px;
  width: 100%;
  max-width: 100%;
}

.mainHeaderContainer {
  max-width: 95%;
}

.mainHeaderTextContainer {
  padding: 5px 5px 25px;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mainHeaderImageContainer > img {
  width: 100%;
  height: auto;
}

.notForMobile {
  display: none;
}

.mainHeaderTitle {
  color: var(--orange);
  font-size: 16px;
  font-weight: 400;
}

.mainHeaderSubTitle {
  display: block;
  line-height: 120%;
  font-size: 40px;
}

.paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  color: var(--whiteParagraph);
  opacity: 100%;
}

.textOutline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--white);
}

.textLinear {
  background: var(--linear-gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

button {
  padding: 20px 40px;
  background-color: white;
  border-radius: 10px;
  color: var(--black);
  font-weight: 600;
  display: inline-block;
  width: fit-content;
}

button:hover {
  cursor: pointer;
}

.mainHeaderImageContainer {
  background-size: contain;
}

/* QUERIES MAIN HEADER */

@media screen and (min-width: 400px) {
  .mainHeaderSubTitle {
    font-size: 50px;
  }
  .mainHeaderImageContainer > img {
    object-fit: cover;
    height: 250px;
  }
}

@media screen and (min-width: 635px) {
  .mainHeaderSubTitle {
    font-size: 55px;
  }
  .mainHeaderImageContainer > img {
    object-fit: cover;
    height: 300px;
  }
}

@media screen and (min-width: 725px) {
  .mainHeaderSubTitle {
    font-size: 60px;
  }
  .mainHeaderImageContainer > img {
    object-fit: cover;
    height: 350px;
  }
}

@media screen and (min-width: 830px) {
  .mainHeaderSubTitle {
    font-size: 65px;
  }
  .mainHeaderImageContainer > img {
    object-fit: cover;
    height: 400px;
  }
}

@media screen and (min-width: 910px) {
  .mainHeaderSection {
    padding: 100px 0px;
  }

  .mainHeaderContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    width: 90%;
    max-width: 1200px;
  }

  .mainHeaderTextContainer {
    padding: 10px;
    width: 750px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .mainHeaderImageContainer > img {
    object-fit: cover;
    height: 500px;
  }

  .mainHeaderTitle {
    color: var(--orange);
    font-size: 16px;
    font-weight: 400;
  }

  .mainHeaderSubTitle {
    display: block;
    line-height: 120%;
    font-size: 55px;
  }

  .paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    color: var(--whiteParagraph);
    opacity: 100%;
  }
}
@media screen and (min-width: 1315px) {
  .mainHeaderSection {
    padding: 100px 0px;
  }

  .mainHeaderContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    width: 90%;
    max-width: 1200px;
  }

  .mainHeaderTextContainer {
    padding: 10px;
    width: 750px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .mainHeaderTitle {
    color: var(--orange);
    font-size: 16px;
    font-weight: 400;
  }

  .mainHeaderSubTitle {
    display: block;
    line-height: 120%;
    font-size: 65px;
  }

  .paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    color: var(--whiteParagraph);
    opacity: 100%;
  }
}

/* TRUST SECTION */

.trustSection {
  background: black;
}

.trustContainer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 90%;
  max-width: 1200px;
  padding-bottom: 50px;
  flex-wrap: wrap;
  gap: 50px;
}

.trustItem {
  max-width: calc(50% - 50) px;
}

@media screen and (min-width: 1050px) {
  .trustContainer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    max-width: 1200px;
    padding-bottom: 50px;
  }
}
/* SECOND HEADER */

.secondHeaderSection {
  background: var(--black);
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
}

.secondHeaderContainer {
  position: relative;
  width: 90%;
  max-width: 1400px;
  padding: 100px 0px;
}

.secondHeaderContainer > video {
  max-width: 100%;
}

#sonowest {
  display: none;
}

@media screen and (min-width: 800px) {
  #sonowest {
    display: block;
  }
}

/* MEDIA QUERIES SECOND HEADER */

@media screen and (min-width: 500px) {
  .secondHeaderSection {
    background: var(--black);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .secondHeaderContainer {
    position: relative;
    width: 95%;
    max-width: 1400px;
    padding: 0px 0px;
  }

  .secondHeaderContainer > video {
    max-width: 100%;
  }
}

.overlay1 {
  position: absolute;
  display: flex;
  flex: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

.overlay2 {
  position: absolute;
  display: flex;
  flex: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

.overlay3 {
  position: absolute;
  display: flex;
  flex: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;

  /* filter: blur(100px); */
}

.overlay4 {
  position: absolute;
  display: flex;
  flex: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  overflow: visible;
  /* filter: blur(100px); */
  justify-content: center;
  align-items: center;
}

.angry-multigradient1 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  overflow: visible;
  filter: blur(100px);
  background: radial-gradient(
      circle at 50% 50%,
      rgb(255, 102, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    ),
    linear-gradient(
      225deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
}

.angry-multigradient2 {
  position: relative;
  z-index: 1;
  top: -100px;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: visible;
  filter: blur(100px);
  background: radial-gradient(
      circle at 50% 50%,
      rgba(0, 149, 255, 1) 0%,
      rgba(0, 0, 0, 1) 100%
    ),
    linear-gradient(
      225deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
}

.angry-multigradient3 {
  position: relative;
  bottom: -800px;
  left: 150px;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: visible;
  filter: blur(100px);
  background: radial-gradient(
      circle at 50% 50%,
      rgb(255, 102, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    ),
    linear-gradient(
      225deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
}

.angry-multigradient4 {
  position: relative;
  bottom: -80px;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: visible;
  filter: blur(100px);
  background: radial-gradient(
      circle at 50% 50%,
      rgb(0, 149, 255, 1) 0%,
      rgba(0, 0, 0, 1) 100%
    ),
    linear-gradient(
      225deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
}

video {
  position: relative;
  z-index: 99;
}

.thirdHeaderSection {
  background: var(--black);
  position: relative;
  z-index: 1;
}

.thirdHeaderContainer {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.titleSticky {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  top: 0px;
}

.titleSticky > div > p {
  margin: 0;
  overflow: hidden;
}

.animateTitle {
  font-size: 40px;
}

.titleSticky > div > p span {
  font-size: 40px;
  color: #ff2c45;
  font-weight: 700;
  display: inline-block;
  line-height: 130%;
  display: none;
}

.titleSticky > div > p span.text-in {
  display: block;
  animation: textIn 0.3s ease;
}
.titleSticky > div > p span.text-out {
  animation: textOut 0.3s ease;
}
@keyframes textIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes textOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.servicesList {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.serviceItem {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(85, 85, 85, 0.2);
  max-width: 600px;
  border-radius: var(--borderRadius);
  backdrop-filter: blur(100px);
  border: var(--borderImg);
  position: relative;
  z-index: 99;
}

.serviceItem > h3 {
  font-weight: 700;
  font-size: 22px;
  position: relative;
  z-index: 99;
}

.serviceItem > h4 {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 99;
}

/* QUERIES SERVICES  */

@media screen and (min-width: 500px) {
  .titleSticky {
    padding-top: 50px;
    position: relative;
    top: 0px;
  }

  .animateTitle {
    font-size: 50px;
  }
  .titleSticky > div > p > span {
    font-size: 50px;
  }
}

@media screen and (min-width: 830px) {
  .thirdHeaderContainer {
    position: relative;
    padding: 100px 0px;
    width: 90%;
    max-width: 1200px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .titleSticky {
    position: sticky;
    z-index: 99;
    top: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: fit-content;
  }

  .animateTitle {
    font-size: 40px;
  }

  .titleSticky > div > p span {
    font-size: 45px;
  }
  .servicesList {
    max-width: 50%;
  }
}

@media screen and (min-width: 635px) {
}

@media screen and (min-width: 725px) {
}

@media screen and (min-width: 910px) {
  .animateTitle {
    font-size: 45px;
  }

  .titleSticky > div > p span {
    font-size: 50px;
  }
}
@media screen and (min-width: 1035px) {
  .animateTitle {
    font-size: 50px;
  }
}

@media screen and (min-width: 1155px) {
  .animateTitle {
    font-size: 55px;
  }

  .titleSticky > div > p span {
    font-size: 55px;
  }
}

@media screen and (min-width: 1300px) {
  .animateTitle {
    font-size: 65px;
  }

  .titleSticky > div > p span {
    font-size: 65px;
  }
}

/* PROCESS SECTION */

.processSection {
  background: var(--black);
  position: relative;
}

.processSectionContainer {
  padding: 100px 0px;
  width: 90%;
  max-width: 1200px;
}

.processTitle {
  display: block;
  line-height: 120%;
  font-size: 45px;
}

.processItemsListContainer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 25px;
  margin-top: 50px;
}

.processItemStyle {
  position: relative;
  z-index: 99;
  background: rgba(85, 85, 85, 0.2);
  backdrop-filter: blur(100px);
  padding: 20px;
  border-radius: var(--borderRadius);
  border: var(--borderImg);
  max-width: 100%;
}

.processItem1 {
  grid-area: 1 / 1 / 2 / 2;
}
.processItem2 {
  grid-area: 2 / 1 / 3 / 2;
}
.processItem3 {
  grid-area: 3 / 1 / 4 / 2;
}
.processItem4 {
  grid-area: 4 / 1 / 5 / 2;
}

.infoProcess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.processContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.processContent > span {
  display: block;
  font-size: 50px;
  font-weight: 700;
}

.infoProcessTitle {
  font-size: 25px;
  font-weight: 700;
  color: white;
}

.plink {
  color: white;
  text-decoration: underline;
  opacity: 100%;
}

/* QUERIES PROCESS SECTION */

@media screen and (min-width: 600px) {
  .processItemsListContainer {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 50px;
  }

  .processItem1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .processItem2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .processItem3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .processItem4 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (min-width: 810px) {
  .processContent > span {
    display: block;
    font-size: 60px;
    font-weight: 700;
  }
}

@media screen and (min-width: 1000px) {
  .infoProcess {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .processContent {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }

  .processContent > span {
    display: block;
    font-size: 60px;
    font-weight: 700;
  }

  .infoProcessTitle {
    font-size: 25px;
    font-weight: 700;
    color: white;
  }
}
@media screen and (min-width: 1100px) {
  .infoProcess {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .processContent {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }

  .processContent > span {
    display: block;
    font-size: 90px;
    font-weight: 700;
  }

  .infoProcessTitle {
    font-size: 25px;
    font-weight: 700;
    color: white;
  }
}
@media screen and (min-width: 1315px) {
  .processTitle {
    display: block;
    line-height: 120%;
    font-size: 65px;
  }

  .processItemsListContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 50px;
  }

  .processItemStyle {
    position: relative;
    z-index: 99;
    background: rgba(85, 85, 85, 0.2);
    backdrop-filter: blur(100px);
    padding: 20px;
    border-radius: var(--borderRadius);
    border: var(--borderImg);
  }

  .processItem1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .processItem2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .processItem3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .processItem4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  .infoProcess {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .processContent {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }

  .processContent > span {
    display: block;
    font-size: 150px;
    font-weight: 700;
  }

  .infoProcessTitle {
    font-size: 25px;
    font-weight: 700;
    color: white;
  }
}

/* CONTACT SECTION  */

.contactSection {
  position: relative;
  z-index: 99;
  background: #17181f;
  padding: 100px 0px;
}

.contactSectionContainer {
  position: relative;
  z-index: 99;
  width: 90%;
  max-width: 1200px;
  display: flex;
  align-items: center;
}

.contactFormText {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
}

.inputContact {
  padding-bottom: 5px;
  background: transparent;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #fafaff;
  color: var(--orange);
}

.inputContact:focus {
  outline: none;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.largerInput {
  flex: 1;
  max-width: 100%;
}

form {
  width: 100%;
  margin: 70px 0px;
}

.formLine {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.contact {
  width: 100%;
}

form > button {
  margin-top: 30px;
}

.disable {
  display: none;
}

@media screen and (min-width: 845px) {
  .formLine {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 40px;
  }

  .contactFormText {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
  }

  #name {
    max-width: 400px;
  }

  #contactField {
    max-width: 600px;
  }
}
