* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: 0;
  list-style: none;
}

.container {
  width: 1140px;
  max-width: 95%;
  margin: 0 auto;
}

:root {
  --btn-color: rgb(113, 205, 41);
  --grey-color: rgb(239, 242, 244);
}
a {
  color: inherit;
}

.active {
  background-color: var(--btn-color);
  color: #fff;
  border-radius: 5px;
}

.top-header {
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-header ul {
  display: flex;
  gap: 20px;
}

.top-header ul li a {
  padding: 5px 17px;
  transition: 0.4s;
}

.top-header ul li a:hover:not(.active) {
  color: var(--btn-color);
}

.bottom-header {
  height: 140px;
  background-color: var(--grey-color);
}

.bottom-header .container {
  height: 100%;
}

.header-boxes {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-box {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header-text h6 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}

.header-text p {
  font-size: 16px;
  color: rgb(142, 142, 142);
}

.hero {
  height: 100vh;
  background-image: url("images/slide-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.hero .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-content {
  width: 51%;
}

.hero-footer .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-content h2 {
  font-size: 72px;
  color: #fff;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 60px;
}

.hero-content a {
  padding: 15px 30px;
  color: #fff;
  background-color: var(--btn-color);
  border-radius: 5px;
}

.number {
  position: absolute;
  bottom: 10px;
  display: flex;
  gap: 5px;
}

.number li {
  padding: 7px;
  color: #fff;
  cursor: pointer;
}

.hero-footer {
  background-color: var(--btn-color);
  height: 150px;
}

.hero-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-footer h4 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 10px;
}

.hero-footer p {
  font-size: 12px;
  color: #fff;
}

.hero-footer .btn {
  padding: 15px 30px;
  color: #000;
  font-weight: 400;
  background-color: #fff;
  border-radius: 5px;
}

.sct2 {
  padding: 100px 0;
}

.sct2-left {
  width: 40%;
}

.sct2-right {
  width: 57%;
}

.sct2-left img {
  width: 100%;
}

.sct2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sct2-right h2 {
  font-size: 36px;
}

.sct2-right p {
  color: grey;
  line-height: 30px;
  padding: 17px 0;
}

.sct3 {
  height: 350px;
  background-image: url("https://preview.colorlib.com/theme/prodent/img/facts-bg.jpg");
  background-position: center;
  background-size: cover;
}

.sct3 i {
  font-size: 83px;
  color: var(--btn-color);
}

.sct3 h2 {
  font-size: 36px;
  color: #fff;
}

.sct3 p {
  font-size: 14px;
  color: #fff;
}

.sct3 .container {
  height: 100%;
}

.sct3-boxes {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.sct4 {
  background-color: var(--grey-color);
  /* padding: 70px 0; */
  /* height: 90vh; */
}

.sct4 h2 {
  text-align: center;
  padding: 50px 0;
  font-size: 36px;
}

.box-left {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: 0.5s;
}

.box-right {
  width: 50%;
}

.box-left i {
  color: var(--btn-color);
  font-size: 48px;
}

.sct4-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}

.sct4-box {
  width: 30%;
  display: flex;
  gap: 20px;
}

.sct4 .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.box-right h4 {
  font-size: 24px;
  font-weight: 500;
}

.box-right p {
  font-size: 14px;
  color: #696969;
  line-height: 25px;
  padding-top: 15px;
}

.box-left:hover {
  background-color: var(--btn-color);
}

.box-left:hover i {
  color: #fff;
}

.images {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.image {
  width: 24.9%;
}

.image img {
  width: 100%;
}

.sct5 {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sliders {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
  margin: 100px 0;
}

.slide {
  height: 220px;
  background-color: var(--grey-color);
  width: 30%;
  padding: 40px 15px;

  position: relative;
}

.slide::after {
  content: "";
  height: 20px;
  width: 20px;
  background-color: var(--grey-color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%) rotate(45deg);
}

.slide::before {
  content: '"';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.slide:nth-child(2)::before {
  background-color: var(--btn-color);
}

.slide-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translateX(-50%);
}
.slide-img img {
  width: 100%;
  border-radius: 50%;
}

.sliders .slide:nth-of-type(2) {
  transform: scale(1.2);
}

.colored {
  color: var(--btn-color);
}

.slide p {
  padding: 30px 0;
  text-align: justify;
  line-height: 25px;
  color: grey;
}

.right-btn {
  width: 50px;
  height: 50px;
  background-color: var(--btn-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0;
  cursor: pointer;
}

.sct5-footer {
  background-color: var(--btn-color);
  width: 100%;
  height: 120px;
  text-align: left;
}

.sct5-footer .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sct5-footer-left {
  color: #fff;
}
.sct5-footer p {
  font-size: 12px;
  padding-top: 16px;
}

.input {
  position: relative;
}
.input input {
  outline: none;
  border: none;
  height: 50px;
  padding: 0 25px 5px;
  border-radius: 5px;
}

.input .input-btn {
  outline: none;
  border: none;
  height: 50px;
  border-radius: 5px;
  padding: 0 30px;
  position: absolute;
  right: -50%;
  background-color: #000;
  cursor: pointer;
}

footer {
  background-image: url("https://preview.colorlib.com/theme/prodent/img/footer-bg.jpg.webp");
  background-position: center;
  background-size: cover;
}

footer .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 50px 0;
}

footer .container > div {
  width: 32%;
}

.footer-box p {
  color: grey;
  padding: 50px 0;
  line-height: 30px;
  font-size: 14px;
}

.footer-box .social {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.services ul {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: grey;
}

.services h3,
.hours h3 {
  color: #fff;
}

.hours ul {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: grey;
}

.hours ul li {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

footer ul li:hover {
  color: var(--btn-color);
}

.hours {
  border: 1px solid var(--btn-color);
  padding: 20px 50px;
}
