section {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  section {
    padding: 3rem 0;
  }
}
.navbar .navbar-brand {
  width: 80px;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-link {
  padding: 0.5rem 2rem;
}

@media (max-width: 768px) {
  .navbar .navbar-brand {
    width: 60px;
  }
}
#hero {
  margin-top: 106px;
  background-image: linear-gradient(to bottom, #fff, #F9F0C1, #fff);
}
#hero h1 {
  color: #4A6FA5;
  font-size: 3rem;
}
#hero a {
  background: #4A6FA5;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: white;
  letter-spacing: 0.1rem;
}
#hero .swiper {
  width: 100%;
  height: 60vh;
}
#hero .swiper .swiper-wrapper .swiper-slide {
  background: tan;
  border-radius: 1rem;
  overflow: hidden;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 425px) {
  #hero .swiper .swiper-wrapper .swiper-slide img {
    object-position: -130px center;
  }
}
#hero .swiper-button-next,
#hero .swiper-button-prev {
  color: white !important;
}

@media (max-width: 768px) {
  #hero {
    margin-top: 86px;
  }
  #hero h1 {
    font-size: 2rem;
  }
}
h2 {
  color: #4A6FA5;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.3rem;
  }
}
#about p {
  margin-bottom: 2rem;
}

#services {
  background: #F9F0C1;
}
#services .card .card-title {
  color: #4A6FA5;
}
#services .card .icon-box {
  width: 100px;
  height: 100px;
  background: #F9F0C1;
  padding: 1rem;
  border-radius: 100%;
}
#services .card .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contact {
  background: #F9F0C1;
}
#contact h3 {
  font-size: 1.5rem;
  color: #4A6FA5;
  margin-bottom: 2rem;
}
#contact a {
  color: black;
}
#contact i {
  color: #4A6FA5;
  font-size: 1.2rem;
  margin-right: 1.2rem;
}

footer {
  background: #F9F0C1;
}
footer a {
  color: black;
}

@media (max-width: 768px) {
  footer {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */