@font-face {
  font-family: "Evolventa";
  src: url("../font/Evolventa/Evolventa-Regular.eot");
  src: url("../font/Evolventa/Evolventa-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../font/Evolventa/Evolventa-Regular.woff2") format("woff2"),
    url("../font/Evolventa/Evolventa-Regular.woff") format("woff"),
    url("../font/Evolventa/Evolventa-Regular.otf") format("opentype"),
    url("../font/Evolventa/Evolventa-Regular.ttf") format("truetype"),
    url("../font/Evolventa/Evolventa-Regular.svg#Evolventa-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Evolventa";
  src: url("../font/Evolventa/Evolventa-Bold.eot");
  src: url("../font/Evolventa/Evolventa-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../font/Evolventa/Evolventa-Bold.woff2") format("woff2"),
    url("../font/Evolventa/Evolventa-Bold.woff") format("woff"),
    url("../font/Evolventa/Evolventa-Bold.otf") format("opentype"),
    url("../font/Evolventa/Evolventa-Bold.ttf") format("truetype"),
    url("../font/Evolventa/Evolventa-Bold.svg#Evolventa-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: "Evolventa", sans-serif;
  background-color: #fff;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

.header {
  background-color: #010507;
}

.header__logo {
  display: block;
  padding: 20px 0 20px 0;
  margin: auto;
  width: 200px;
}

.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__list {
  display: flex;
  gap: 200px;
}

.container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 150px;
  height: 40px;

  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;

  background-color: #ce8a42;
  border: 2px solid #ce8a42;
  border-radius: 20px 0;

  transition: background-color 0.3s;
}

/* clamp(300px, 30vw, 750px); */

.welcome {
  position: relative;
  background-image: url("../image/welcome.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: left;

  min-width: 100%;
  min-height: calc(100vh - 164px);
}
.welcome__text {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.welcome__subtitle {
  color: #cd363a;
  font-size: 70px;
  margin: 0;
  transform: translate(0, 200px);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.welcome__subtitle._active {
  transform: translate(0, 0);
  opacity: 1;
}

.welcome__title {
  color: #fff;
  font-size: 50px;
  margin-top: 0.3em;
  transform: translate(0, 200px);
  opacity: 0;
  transition: all 0.8s ease 0.4s;
}

.welcome__title._active {
  transform: translate(0, 0);
  opacity: 1;
}

.welcome__desc {
  text-align: center;
  position: absolute;
  color: #fff;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.5em;

  transform: translate(-50%, 200px);
  opacity: 0;
  transition: all 0.8s ease 0.6s;
}
.welcome__desc._active {
  margin: 0;
  top: 55%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 70px;
  height: 70px;
  fill: #cd363a;
  animation: arrow 1.5s linear infinite;
}
@keyframes arrow {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 30px;
  }
}
.services {
  background-color: #f5f5f5;
}
.t-section {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
.t-section__title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;

  background-color: #010507;
  border-radius: 0 0 20px 20px;
  width: 300px;
  height: 100%;
}
.services .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.services__cart {
  max-width: 300px;
  text-align: center;
  margin: 20px auto;
}
.services__cart .line {
  opacity: 0;
}
.img {
  height: 300px;
}
.services__img {
  max-width: 250px;
}
.services__title {
  color: #cd363a;
  font-size: 25px;
}
.services__desc {
  min-height: 110px;
  font-weight: normal;
}
.services__price {
  margin-bottom: 0;
  font-weight: bold;
}

.steps {
  padding-top: 50px;
}
.checkmark {
  width: 55px;
  height: 55px;
  fill: #cd363a;
}
.steps__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.steps__subtitle {
  text-align: center;
  margin-top: 5px;
  padding-bottom: 30px;
  font-weight: normal;
}
.steps__cart {
  margin: 0 auto;
  max-width: 500px;
}
.steps__cheker {
  display: flex;
  align-items: center;
  gap: 50px;
}
.checkmark {
  fill: #cd363a;
}
.check__title {
  margin: 0;
}
.check_subtitle {
  margin: 0;
  font-weight: normal;
}
.steps__text {
  padding-left: 20px;
  font-size: 16px;
  padding-bottom: 50px;
}
.steps__text li {
  line-height: 1.5em;
  background-image: url("../image/square-fill.svg");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 85px;
}

.parallax-window {
  height: 400px;
  background: transparent;
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.8)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.8)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.8)
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.8)
  );
  background-image: linear-gradient(
    top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.8)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33000000', endColorstr='#19000000');
}
.paralax__text .container {
  margin: 0 auto;
}
.paralax_title {
  text-align: center;
  color: #cd363a;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 100px;
}
.paralax__subtitle {
  margin-top: 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.paralax_btn {
  margin: 0 auto;
  height: 75px;
  width: 300px;
  font-size: 20px;
}

.contact__phone {
  text-align: center;
}
.line {
  max-width: 400px;
  color: #ce8a42;
  border: 2px solid #ce8a42;
}
.contact__email {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}

.t-sociallinks__wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.t-sociallinks__svg {
  padding-top: 30px;
  fill: #cd363a;
  transition: fill 0.3s;
}

@media (hover: hover) {
  .btn:hover {
    background-color: transparent;
  }
  .t-sociallinks__svg:hover {
    fill: #ce8a42;
  }
}

@media (max-height: 680px) {
  .welcome__text {
    top: 30%;
  }
  .welcome__subtitle {
    font-size: 40px;
  }
  .welcome__title {
    font-size: 30px;
  }
  .welcome__desc {
    font-size: 14px;
  }
  .welcome__arrow {
    display: none;
  }
}
@media (max-width: 656px) {
  .welcome__subtitle {
    font-size: 50px;
  }
  .welcome__title {
    font-size: 35px;
  }
  .welcome__desc {
    font-size: 14px;
  }
  .header__list {
    gap: 40px;
  }
  .services__cart .line {
    opacity: 1;
  }
  .steps__title {
    font-size: 30px;
  }
  .steps__subtitle {
    font-size: 18px;
  }
  .check__title {
    font-size: 16px;
  }
  .check_subtitle {
    font-size: 16px;
  }
  .steps__cheker {
    gap: 30px;
  }
  .steps__text {
    font-size: 14px;
  }
  .steps__text li {
    padding-left: 60px;
  }
  .checkmark {
    width: 35px;
    height: 35px;
    padding-left: 10px;
  }
  .steps__cart {
    max-width: 350px;
  }
  .paralax_title {
    font-size: 35px;
  }
  .paralax__subtitle {
    font-size: 25px;
    padding-top: 20px;
  }
  .paralax_btn {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }
  .t-section__title {
    font-size: 20px;
  }
}
