* {
  margin: 0;
  padding: 0;
}

/* Global styles */

.container {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-center-y {
  align-items: center;
}
.flex-between {
  justify-content: space-between;
}

.height {
  height: 95%;
}

/* line-header */

.line {
  height: 5px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 5px;
}

.line:nth-child(1) {
  transform: translateX(-15px);
}

.line:nth-child(2) {
  margin-top: 4px;
}

/* Header style */

.header {
  padding: 10px 0;
}
.nav-list {
  text-decoration: none;
  list-style: none;
  gap: 20px;
}

.nav-item {
  text-decoration: none;
  font-size: 1.15rem;
}

/* main section one */

.background {
  height: 85vh;
}

/* about reset ti */

.about {
  width: 600px;
  margin: 0 auto;
}

.center-y {
  margin: auto 0;
}

/* services */

.sub-text {
  width: 400px;
}

.divider,
.divider-total {
  height: 0.5px;
  width: 400px;
  background-color: #bfbfbf;
  border-radius: 5px;
  margin-top: 20px;
}

.divider-total {
  width: 100%;
}
.services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 700px;
  gap: 60px;
  column-gap: 100px;
  margin: 0 auto;
}

/* about us */

.left,
.right {
  width: 550px;
}

.right {
  margin: 300px auto 0 auto;
}

/* Testimonials */

.testimonial {
  width: 250px;
  margin: 0 auto;
}

/* Footer */

.footer-info {
  width: 200px;
}
