html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background: #f6f6f6;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #333;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
}

/* Home Section */
.home-display-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("./img/slide1.jpg") no-repeat center center;
  background-size: cover;
}

.home-display-table-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("./img/slide2.webp") no-repeat center center;
}

.home-display-table-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("./img/slide3.webp") no-repeat center center;
}

.home-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-content h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.home-content p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 7px;
}

.home-content h2 {
  width: 80%;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  margin: 10px auto 30px;
  line-height: 1.1;
}

.home-content h2 span {
  font-weight: 700;
}

.home-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
}

.home-top a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  -webkit-transition: all 0.36s ease-in-out 0s;
  transition: all 0.36s ease-in-out 0s;
  text-decoration: none;
}

.home-top a:hover {
  color: #333;
}

.scrolled .home-top a {
  color: #333;
}

.home-top-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.scrolled.home-top-wrapper {
  background: #fff;
}

.btn {
  display: inline-block;
  padding: 10px 25px;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid #333;
  -webkit-transition: 0.36s;
  transition: 0.36s;
}

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

/* Service Section */
#service {
  padding: 60px 20px;
  background: #f6f6f6;
  text-align: center;
}

#service h2 {
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 36px;
  position: relative;
  position: relative;
}

#service h2::after {
  border-bottom: 3px solid #333;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 10%;
}

.service-sunheader-text {
  color: rgb(85, 85, 85);
  font-size: 14px;
  font-weight: 300;
  margin: auto;
  width: 70%;
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  line-height: 1.6;
  margin-top: 10px;
}

.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service-box {
  max-width: 300px;
  background: #fff;
  padding: 50px 25px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Count Area */
.count-area {
  background: url("./img/count-bg.webp") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.count-area:after {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: -111;
}

.counter-box {
  display: inline-block;
  margin: 0 30px;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  padding: 30px;
  color: #fff;
  border-radius: 4px;
}

.counter {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}

.counter-box h3 {
    color: #fff;
}

.services i {
  font-size: 52px;
  color: #333;
}


footer {
  background: #fff;
  color: #333;
  padding: 20px 0;
  text-align: center;
  line-height: 1.6;
}

.logo {
  height: 40px;
  transition: height 0.3s ease-in-out;
}

.scrolled .logo {
  height: 34px;
}

.service-box h3 {
  margin: 20px 0 10px 0;
}

.counter-box i {
    font-size: 40px;
}

.service-box p {
  font-size: 13px;
  margin: 0 0 10px;
  color: rgb(85, 85, 85);
  font-weight: 300;
  letter-spacing: 1px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 0 !important;
  background: transparent !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

.swiper-pagination {
  margin-bottom: 20px;
}

span.swiper-pagination-bullet {
  margin: 0 3px !important;
}

@media (min-width: 768px) {
  .home-top {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .home-top {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .home-top {
    width: 1170px;
  }
}
