@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
}

ul {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
ul li {
  list-style: none;
}

.btn-warning {
  background-color: #f9eaa8;
  color: #e6e2e2;
  border-radius: 25px;
  padding: 10px 16px;
  font-size: 1.2rem;
  font-weight: 600;
  transition: 1s ease-in-out;
  border: 1px solid #612814;
}
.btn-warning:hover {
  background-color: #f9eaa8;
  color: #e6e2e2;
  border-radius: 25px;
  padding: 10px 16px;
  font-size: 1.2rem;
  font-weight: 600;
  transition: 1s ease-in-out;
  border: 1px solid #a17662;
}

.btn-primary {
  background-color: #006643;
  color: #e6e2e2;
  border-radius: 25px;
  padding: 10px 16px;
  font-size: 1.2rem;
  font-weight: 600;
  transition: 1s ease-in-out;
  border: 1px solid #006643;
}
.btn-primary:hover {
  background-color: #006643;
  color: #e6e2e2;
  border-radius: 25px;
  padding: 10px 16px;
  font-size: 1.2rem;
  font-weight: 600;
  transition: 1s ease-in-out;
  border: 1px solid #006643;
}

.page {
  position: relative;
  font-family: "DM Sans", sans-serif;
}

.top-menu {
  background-color: #fff;
  padding: 0 5px;
}
.top-menu .top-menu-contact ul li {
  display: inline-block;
  margin: 0 5px;
  color: #020202;
}
.top-menu .top-menu-contact ul li a {
  text-decoration: none;
  color: #020202;
}
.top-menu .top-menu-social-icons {
  text-align: end;
}
.top-menu .top-menu-social-icons ul li {
  display: inline-block;
  margin: 0 5px;
}
.top-menu .top-menu-social-icons ul li a {
  text-decoration: none;
  color: #020202;
}

header {
  background-color: #006643;
  padding: 0 5px;
}
header nav .nav-link {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 15px;
  color: #f9eaa8 !important;
}
header nav .nav-link:hover {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 15px;
  color: #f9eaa8 !important;
}
header nav .logo img {
  width: 300px;
}

.slider .swiper-container {
  width: 100%;
  height: 600px;
}
.slider .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider .swiper-container .swiper-slide .slide-text {
  position: absolute;
  background-color: rgba(60, 60, 60, 0.6);
  padding: 30px 20px;
}
.slider .swiper-container .swiper-slide .slide-text h2 {
  color: #e6e2e2;
  margin: 0;
  font-weight: 900;
  font-size: 3.1em;
}
.slider .swiper-container .swiper-slide .slide-text p {
  color: #fff;
  font-size: 16px;
  width: 50%;
  margin: 0 auto;
}

footer {
  padding: 60px 0;
  border-top: 1px solid #612814;
  background-color: #006643;
}
footer .footer-title span {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 600;
  line-height: 18px;
  font-size: 18px;
  color: #e6e2e2;
}
footer .footer-title h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #e6e2e2;
}
footer .footer-content img {
  margin-bottom: 15px;
}
footer .footer-content p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.3px;
  color: #e6e2e2;
}
footer .footer-address-contact h4 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #e6e2e2;
}
footer .footer-address-contact p {
  color: #e6e2e2;
}
footer .footer-address-contact p a {
  color: #e6e2e2;
  text-decoration: none;
}
footer .footer-address-contact ul li a {
  text-decoration: none;
  color: #e6e2e2;
}

.section-1 .abt-img {
  margin: 10px 10px;
}
.section-1 .abt-img img {
  max-width: 100%;
  width: 90%;
}
.section-1 .abt-content {
  margin: 10px 10px;
}
.section-1 .abt-content span {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  color: #909090;
}
.section-1 .abt-content .title {
  margin-top: 20px;
}
.section-1 .abt-content .title h2 {
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 800;
}
.section-1 .abt-content .title p {
  margin-bottom: 20px;
  text-align: justify;
}
.section-1 .abt-content .list ul li p {
  margin-bottom: 5px;
}
.section-1 .abt-content .button {
  margin-top: 25px;
}

.section-2 {
  background-color: #eee;
}
.section-2 .section-heading h2 {
  font-weight: 800;
  font-size: 3em;
  line-height: 1.2em;
  margin-bottom: 40px;
}
.section-2 .owl-carousel .box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 10px 0;
}
.section-2 .owl-carousel .box img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
}
.section-2 .owl-carousel .box .box-content {
  padding: 10px 10px;
  text-align: center;
}
.section-2 .owl-carousel .box .box-content a {
  text-decoration: none;
  color: #020202;
}
.section-2 .owl-carousel .box .box-content a h3 {
  font-size: 1.2em;
  font-weight: 800;
}
.section-2 .box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 10px 0;
}
.section-2 .box img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
}
.section-2 .box .box-content {
  padding: 10px 10px;
  text-align: center;
}
.section-2 .box .box-content a {
  text-decoration: none;
  color: #020202;
}
.section-2 .box .box-content a h3 {
  font-size: 1.2em;
  font-weight: 800;
}

.section-3 {
  background-color: #d1b798;
  background-image: url("/assets/img/pattern-bg.png");
  background-size: cover;
  background-position: center;
}
.section-3 .testimonial {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
.section-3 .testimonial .testimonial-text {
  background-color: #006643;
  color: #e6e2e2;
  width: 100%;
  height: 350px;
  position: relative;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
.section-3 .testimonial .testimonial-text .user-text {
  width: 80%;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.section-3 .testimonial .testimonial-text .user-text.active-text {
  display: block;
  animation: moveup 0.3s linear forwards;
}
.section-3 .testimonial .testimonial-text .user-text svg {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.section-3 .testimonial .testimonial-text .user-text span {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
  font-weight: 500;
}
.section-3 .testimonial .testimonial-pic {
  display: flex;
  margin-top: 70px;
  align-items: center;
  justify-content: center;
}
.section-3 .testimonial .testimonial-pic .user-pic {
  width: 65px;
  height: 65px;
  padding: 5px 5px;
  cursor: pointer;
  margin: 10px 10px;
  border-radius: 50%;
}
.section-3 .testimonial .testimonial-pic .user-pic.active-pic {
  width: 100px;
  height: 100px;
  border: 3px solid #006643;
}

.section-4 {
  background-image: url("/assets/breadcumb.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.section-4 .breadcumb {
  padding: 30px 30px;
}
.section-4 .breadcumb h2 {
  color: #e6e2e2;
  font-size: 3em;
  font-weight: 800;
}

.section-5 .product-img {
  margin: 20px 10px;
}
.section-5 .product-img img {
  width: 100%;
  height: 500px;
}
.section-5 .product-content {
  margin: 20px 10px;
}
.section-5 .product-content .product-text {
  padding: 10px 10px;
}
.section-5 .product-content .product-text h3 {
  font-size: 3em;
  font-weight: 800;
  margin-bottom: 20px;
}
.section-5 .product-content .product-text p {
  text-align: justify;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}
.section-5 .product-content .product-side {
  padding: 20px 20px;
  background-color: #006643;
}
.section-5 .product-content .product-side .product-side-list {
  color: #e6e2e2;
  margin-bottom: 20px;
}
.section-5 .product-content .product-side .product-side-list p {
  margin-bottom: 0;
}

.section-6 .popup-gallery {
  margin: 10px 0;
  padding: 15px 0;
  text-align: center;
  display: -webkit-inline-flex;
}
.section-6 .popup-gallery a {
  display: inline-block;
}
.section-6 .popup-gallery a .box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  width: 300px;
  margin: 20px 20px;
}
.section-6 .popup-gallery a .box img {
  width: 100%;
  border-radius: 10px;
  display: block;
  transition: transform 0.5s;
}
.section-6 .popup-gallery a .box:hover img {
  transform: scale(1.2);
}

.section-7 {
  background-color: #151414;
}
.section-7 .copy p {
  color: #e6e2e2;
  margin-bottom: 0;
}
.section-7 .copy-social-icons {
  text-align: end;
}
.section-7 .copy-social-icons ul li {
  display: inline-block;
  margin: 0 5px;
  color: #e6e2e2;
}
.section-7 .copy-social-icons ul li a {
  text-decoration: none;
  color: #e6e2e2;
}

.section-8 .contact-info {
  border: 1px solid #006643;
  margin: 20px 20px;
}
.section-8 .contact-info .phone {
  background-color: #006643;
  padding: 30px 40px;
  display: inline-flex;
  flex: 0 0 auto;
  width: 100%;
}
.section-8 .contact-info .phone .box-icon {
  margin-bottom: unset;
  margin-left: 0;
  margin-right: 15px;
}
.section-8 .contact-info .phone .box-icon span {
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  fill: #e6e2e2;
  color: #e6e2e2;
  border-color: #fff;
  text-align: center;
  transition: all 0.3s;
  margin-top: 5px;
}
.section-8 .contact-info .phone .box-icon span svg {
  transform: rotate(306deg);
}
.section-8 .contact-info .phone .phone-number {
  text-align: start;
  flex-grow: 1;
}
.section-8 .contact-info .phone .phone-number h3 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #e6e2e2;
}
.section-8 .contact-info .phone .phone-number p {
  font-size: 1em;
  font-weight: 500;
  color: #e6e2e2;
}
.section-8 .contact-info .email-address {
  padding: 60px 40px;
}
.section-8 .contact-info .email-address p {
  color: #006643;
  font-size: 1.1em;
  font-weight: 500;
}
.section-8 .contact-form {
  margin: 20px 20px;
}
.section-8 .contact-form span {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.section-8 .contact-form h3 {
  font-size: 3em;
  font-weight: 800;
  text-transform: capitalize;
  margin: 10px 0;
}

.section-9 {
  margin-bottom: 0;
}
.section-9 .map {
  width: 100%;
}

@keyframes moveup {
  0% {
    margin-top: 50px;
  }
  100% {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .top-menu .top-menu-contact {
    font-size: 14px;
  }
  .top-menu .top-menu-social-icons {
    font-size: 14px;
  }
  header nav .logo img {
    width: 200px;
  }
  .slider .swiper-container {
    height: 300px;
  }
  .slider .swiper-container .swiper-slide {
    font-size: 14px;
  }
  .slider .swiper-container .swiper-slide .slide-text {
    padding: 20px 10px;
  }
  .slider .swiper-container .swiper-slide .slide-text h2 {
    font-size: 1.9em;
  }
  .section-1 .abt-img img {
    width: 100%;
  }
  .section-1 .abt-content .title h2 {
    font-size: 2em;
  }
  .section-8 .contact-form h3 {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  .top-menu .top-menu-contact {
    text-align: center;
  }
  .top-menu .top-menu-social-icons {
    text-align: center;
  }
  header nav .logo img {
    width: 200px;
  }
  .slider .swiper-container {
    height: 100%;
  }
  .slider .swiper-container .swiper-slide {
    font-size: 12px;
  }
  .slider .swiper-container .swiper-slide .slide-text {
    padding: 20px 10px;
  }
  .slider .swiper-container .swiper-slide .slide-text h2 {
    font-size: 1.5em;
  }
  .section-1 .abt-img img {
    width: 100%;
  }
  .section-1 .abt-content .title h2 {
    font-size: 2.5em;
  }
  .section-2 .box {
    margin: 10px 10px;
    width: 94%;
  }
  .section-5 .product-img img {
    height: 100%;
  }
  .section-6 .popup-gallery {
    margin: 5px 0;
    padding: 5px 5px;
  }
  .section-6 .popup-gallery a .box {
    width: 95%;
    margin: 5px 5px;
  }
}/*# sourceMappingURL=style.css.map */