* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #717f83;
  background: #fff;
}

.wrapper {
  min-height: 100vh;
}

.inner-banner {
  background: url("./img/banner-bg.png");
  background-position-x: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
  min-height: 800px;
  background-size: cover;
}

.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 650px;
  background-image: url("./img/banner-bg2.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner-shape img {
  max-width: 100%;
}

.inner-banner-shape .shape-one {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
}

.inner-banner-shape .shape-two {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

.inner-banner-shape .inner-banner-dots {
  position: absolute;
  top: 22%;
  left: 35%;
  animation: flash 10s infinite;
}

.inner-banner-shape .shape-three {
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

header {
  padding: 1rem 3rem 1rem 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  z-index: 10;
  right: 0;
}

header a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: none;
}

header a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #3f91de;
  text-decoration-color: #ff2500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

header .btn a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: unset;
}

.bg-wrapper {
  width: 100%;
  height: 100%;
}

.hero-section {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.hero-section-top {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  padding-top: 10%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}

.hero-section h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: bold;
}

.hero-section h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 1rem;
}

.hero-section p {
  margin-bottom: 18px;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
}

.hero-section strong {
  color: #21373d;
}

.btn {
  background-color: #ff2500;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.09rem;
  max-width: fit-content;
  border-radius: 50px;
}

.btn a {
  text-decoration: none;
  color: #fff;
  padding: 10px 27px;
  display: block;
  font-weight: 300;
}

.btn:hover {
  filter: brightness(1.1);
}

.pre-footer {
  background: url("./img/footer-bg2.png");
  width: 100%;
  height: 202px;
  background-size: cover;
  background-repeat: no-repeat;
}

footer a {
  cursor: pointer;
  font-weight: 500;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  padding-bottom: 0;
  width: 100%;
  position: relative;
}

.inner-footer {
  background-color: #f0f0f0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

footer span {
  font-size: 14px;
  text-align: center;
  color: #2966be;
}

footer li {
  display: inline-block;
  padding: 0 20px;
}

footer a {
  color: #ff2500;
  text-decoration: none;
}

footer ul {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 250px;
  border-bottom: 1px solid rgb(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}

.logo {
  height: 43px;
  width: 228px;
  background: url("./img/logo.svg") no-repeat center center;
  cursor: pointer;
  margin-top: 1rem;
  margin-left: 5%;
  background-size: contain;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .wrapper {
    flex-direction: column;
  }

  .hero-section {
    width: 100%;
    height: 100%;
  }

  .title {
    font-size: 24px;
  }

  .hero-section-top {
    margin-top: unset;
    padding: 1rem;
    align-items: center;
    text-align: center;
  }

  header {
    justify-content: center;
    padding: 1rem;
  }

  .hwt-wrapper {
    flex-direction: column-reverse;
  }
}

.hwt-section {
  background: #fff;
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 120px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.hwt-header {
  text-align: center;
  margin-bottom: 20px;
}

.hwt-section h3 {
  margin-bottom: 20px;
}

.hwt-header h2 {
  margin-bottom: 20px;
  color: #1a1b1e;
  text-align: left;
  font-size: 50px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.4;
}

.hwt-header p {
  font-size: 18px;
  color: #6c6c6c;
}

.hwt-wrapper {
  display: flex;
  justify-content: space-evenly;
  max-width: 1440px;
  margin: 0 auto;
  flex-direction: row-reverse;
}

.hwt-side-left {
  width: 50%;
  max-width: 640px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
  align-items: start;
}

.hwt-side-right {
  width: 50%;
  flex: 1;
}

.hwt-side-right img {
  width: 100%;
}

.hwt-side-left h5 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
  color: rgb(10, 26, 64);
}

.hwt-side-left p {
  font-size: 18px;
  color: gray;
  line-height: 28px;
  margin-bottom: 20px;
}

.hwt-side-left li:not(:last-child) {
  margin-bottom: 40px;
}

.hwt-marker {
  position: relative;
  list-style: none;
}

.hwt-marker::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.hwt-design::before {
  background-image: url("./img/ruler.svg");
}

.hwt-support::before {
  background-image: url("./img/tools.svg");
}

.hwt-marketing::before {
  background-image: url("./img/horn.svg");
}

.services-list {
  display: flex;
  justify-content: center;
}

.services {
  width: 100%;
  margin: 0px auto 0;
  padding: 0 5%;
  text-align: center;
  background-image: url("./img/counter-bg.png");
  height: 400px;
  padding-top: 80px;
  position: relative;
  background-repeat: no-repeat;
}

.services h2 {
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  color: rgb(10, 26, 64);
}

.services-item {
  max-width: 255px;
  padding: 0 10px;
  box-sizing: border-box;
  border-right: 1px dashed #ffffff;
  width: 25%;
}

.services-item:last-child {
  border-right: none;
}

.services-item h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
}

.services-item p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Livvic", sans-serif;
  color: #1a1b1e;
}

.counter-shape-top {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.counter-shape-top img {
  max-width: 100%;
}

@media (max-width: 1180px) {
  .services,
  .hwt-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hwt-side-right {
    margin-left: 0;
    max-width: 40%;
  }
  .hero-section-top {
    padding-top: 20%;
  }
  .hwt-side-left {
    text-align: center;
  }
  .hwt-header h2 {
    text-align: center;
    font-size: 34px;
  }
}

@media (max-width: 920px) {
  .hwt-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  .hwt-header {
    margin-bottom: 20px;
  }
  .hwt-side-left {
    margin-top: 50px;
    width: 100%;
    max-width: none;
  }

  .services-list {
    flex-wrap: wrap;
  }

  .services-list .services-item {
    max-width: none;
    width: 50%;
    margin-bottom: 40px;
  }

  .services-item h3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .services h2,
  .hwt-header h2 {
    margin-bottom: 20px;
  }
  .hwt-side-left h5 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media (max-width: 560px) {
  .services-list .services-item {
    width: 100%;
    padding: 0;
  }
}
