@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
html::-webkit-scrollbar {
  width: 1rem;
}
html::-webkit-scrollbar-track {
  background: #fff;
}
html::-webkit-scrollbar-thumb {
  background: #10221b;
}

body {
  overflow: hidden;
}

section {
  padding: 5rem 9%;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  border: 0.2rem solid #10221b;
  color: #10221b;
  cursor: pointer;
  background: none;
  font-size: 1.7rem;
  padding: 1rem 3rem;
}
.btn:hover {
  background: #10221b;
  color: #fff;
}

.heading {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4rem;
  color: #10221b;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 9%;
  z-index: 1000;
  display: flex;
  align-items: center;
  max-width: 100vw !important;
}
.header.active {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.header .logo {
  margin-right: auto;
  font-size: 2.5rem;
  font-weight: bolder;
  color: #10221b;
  text-transform: none;
}
.header .logo-icon {
  margin-right: 2rem;
}
.header .logo-icon img {
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
}
.header .navbar {
  max-width: 100vw !important;
}
.header .navbar a {
  text-transform: none;
  margin-left: 2rem;
  font-size: 1.9rem;
  color: #10221b;
}
.header .navbar a:hover {
  color: #219150;
}
.header .navbar #nav-close {
  font-size: 5rem;
  cursor: pointer;
  color: #10221b;
  display: none;
}
.header .icons a,
.header .icons div {
  font-size: 2.5rem;
  cursor: pointer;
  color: #10221b;
}
.header .icons a:hover,
.header .icons div:hover {
  color: #219150;
}
.header #menu-btn {
  display: none;
}

.search-form {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transform: translateY(-110%);
}
.search-form.active {
  transform: translateY(0);
}
.search-form #close-search {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  cursor: pointer;
  color: #fff;
  font-size: 6rem;
}
.search-form #close-search:hover {
  color: #219150;
}
.search-form form {
  width: 70rem;
  margin: 0 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #fff;
  display: flex;
  align-items: center;
}
.search-form form input {
  width: 100%;
  font-size: 2rem;
  color: #fff;
  text-transform: none;
  background: none;
  padding-right: 2rem;
}
.search-form form input:hover {
  color: #aaa;
}
.search-form form label {
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
}
.search-form form label:hover {
  color: #219150;
}

.home {
  padding: 0;
}
.home .box {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: 100% 100% !important;
  background-position: center;
  justify-content: flex-end;
  padding: 2rem 9%;
}
.home .box.second {
  justify-content: flex-start;
}
.home .box .content {
  width: 61rem;
  text-shadow: 0px 0px 2px #000000;
}
.home .box .content span {
  font-size: 6rem;
  color: #fff;
}
.home .box .content h3 {
  font-size: 9rem;
  color: #219150;
  padding-top: 0.5rem;
  text-transform: uppercase;
}
.home .box .content p {
  line-height: 2;
  color: #fff;
  font-size: 2.25rem;
  padding: 1rem 0;
}
.home .box .content a {
  border-color: #fff;
  color: #fff;
}
.home .box .content a:hover {
  border-color: #10221b;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 3rem;
  color: #10221b;
}

.category .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
}
.category .box-container .box {
  text-align: center;
  padding: 2rem;
}
.category .box-container .box img {
  height: 25rem;
  width: 25rem;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.category .box-container .box h3 {
  font-size: 2rem;
  color: #219150;
}
.category .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

.about {
  background: #eee;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.about .image {
  flex: 1 1 42rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
}
.about .image img {
  width: 100%;
  box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
}
.about .image iframe {
  box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
  border: 0.2rem solid #10221b;
  border-radius: 0 30% 70%;
  width: 800px;
  height: 650px;
}
.about .content {
  flex: 1 1 42rem;
}
.about .content h3 {
  font-size: 3rem;
  color: #219150;
  margin-bottom: 3rem;
  text-align: center;
}
.about .content p {
  font-size: 1.75rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}
.about .content a {
  margin-top: 3rem;
}

.shop {
  margin: 5rem 0;
}
.shop .slide {
  border: 0.2rem solid #10221b;
}
.shop .slide:hover .image .icons {
  transform: translateY(0);
}
.shop .slide .image {
  position: relative;
  overflow: hidden;
  height: 30rem;
  width: 100%;
}
.shop .slide .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.shop .slide .image iframe {
  width: 100%;
  height: 100%;
}
.shop .slide .image .icons {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  left: 0;
  text-align: center;
  z-index: 10;
  transform: translateY(7rem);
}
.shop .slide .image .icons button {
  background: rgba(0, 0, 0, 0);
}
.shop .slide .image .icons a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  background: #10221b;
  color: #fff;
  margin: 0 0.2rem;
}
.shop .slide .image .icons a:hover {
  background: #219150;
}
.shop .slide .content {
  padding: 1rem 0;
  text-align: center;
}
.shop .slide .content h3 {
  font-size: 2rem;
  color: #10221b;
}
.shop .slide .content .price {
  padding: 1rem 0;
  padding-top: 0.5rem;
  font-size: 2rem;
  color: #219150;
}
.shop .slide .content .stars i {
  font-size: 1.7rem;
  color: #10221b;
}

.packages {
  background: #eee;
}
.packages .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.packages .box-container .box {
  text-align: center;
  background: #fff;
  border: 0.2rem solid #10221b;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: calc(25% - 20px);
}
.packages .box-container .box:hover {
  background: rgb(16, 34, 27);
}
.packages .box-container .box:hover .content > * {
  color: #fff;
}
.packages .box-container .box:hover .btn {
  border-color: #fff;
  color: #fff;
}
.packages .box-container .box:hover .btn:hover {
  background: #fff;
  color: #10221b;
}
.packages .box-container .box .image {
  height: 25rem;
  margin-bottom: 25rem;
  overflow: hidden;
  padding: 2rem;
  padding-bottom: 0;
  border-radius: 0.5rem;
}
.packages .box-container .box .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 0.5rem;
}
.packages .box-container .box .sp {
  margin: 0 0;
}
.packages .box-container .box .content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.packages .box-container .box .content h3 {
  font-size: 2rem;
  color: #10221b;
}
.packages .box-container .box .content p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}
.packages .box-container .box .content .price {
  font-size: 2rem;
  color: #219150;
}
.packages .box-container .box .content .btn {
  align-self: center;
}

.services {
  background: #eee;
}
.services .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  gap: 1.5rem;
}
.services .box-container .box {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border: 0.2rem solid #10221b;
  border-radius: 0.5rem;
}
.services .box-container .box:hover {
  background: #10221b;
}
.services .box-container .box:hover img {
  filter: invert(1);
}
.services .box-container .box:hover p {
  color: #fff;
}
.services .box-container .box:hover .btn {
  border-color: #fff;
  color: #fff;
}
.services .box-container .box:hover .btn:hover {
  background: #fff;
  color: #10221b;
}
.services .box-container .box img {
  height: 10rem;
  margin-bottom: 1rem;
}
.services .box-container .box h3 {
  margin-top: 2rem;
  font-size: 2rem;
  color: #219150;
  text-transform: none;
}
.services .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

.reviews .slide .text {
  padding: 2rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  font-style: italic;
  background: #eee;
  border-radius: 0.5rem;
  color: #10221b;
  line-height: 2;
  position: relative;
  z-index: 0;
  margin-bottom: 3rem;
}
.reviews .slide .text::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0.7rem;
  height: 3rem;
  width: 3rem;
  background: #eee;
  transform: rotate(45deg);
}
.reviews .slide .text img {
  margin-left: 94.5%;
  padding-top: 0.5rem;
}
.reviews .slide .text span {
  color: #ffea01;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  font-size: 1.75rem;
  margin: 0.5rem;
}
.reviews .slide .user {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.reviews .slide .user img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}
.reviews .slide .user h3 {
  font-size: 2rem;
  color: #10221b;
}
.reviews .slide .user span {
  color: #219150;
  font-size: 1.5rem;
}

.blogs .gree {
  color: #219150;
}
.blogs .slide {
  text-align: center;
  padding: 2rem;
}
.blogs .slide img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.blogs .slide .icons {
  background: #10221b;
  border-radius: 0.5rem;
  padding: 1rem;
  position: relative;
  top: -2rem;
  display: inline-block;
}
.blogs .slide .icons a {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 1rem;
}
.blogs .slide .icons a:hover {
  color: #219150;
}
.blogs .slide .icons a i {
  padding-right: 0.5rem;
  color: #219150;
}
.blogs .slide h3 {
  font-size: 2rem;
  color: #10221b;
}
.blogs .slide p {
  font-size: 1.4rem;
  padding: 1rem 0;
  line-height: 2;
  color: #10221b;
}

.newsletter {
  background: #eee;
}
.newsletter .content {
  max-width: 70rem;
  margin: 1rem auto;
  text-align: center;
}
.newsletter .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #10221b;
}
.newsletter .content form {
  margin-top: 2rem;
  background: #fff;
  border-radius: 5rem;
  border: 0.2rem solid #10221b;
  padding: 0.7rem;
  display: flex;
}
.newsletter .content form .email {
  width: 100%;
  background: none;
  text-transform: none;
  font-size: 1.6rem;
  color: #10221b;
  padding: 0 1.3rem;
}
.newsletter .content form .btn {
  border-radius: 5rem;
  margin-top: 0;
  background: #10221b;
  color: #fff;
}
.newsletter .content form .btn:hover {
  background: none;
  color: #10221b;
}

.clients .slide {
  text-align: center;
}
.clients .slide img {
  height: 12rem;
}

.footer {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0, 0, 0)), url(img/footer/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}
.footer .box-container .box h3 {
  font-size: 2rem;
  padding: 1.6rem 0;
  color: #fff;
}
.footer .box-container .box a {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding: 1rem 0;
}
.footer .box-container .box a i {
  color: #219150;
  padding-right: 0.5rem;
}
.footer .box-container .box a:hover {
  color: #219150;
}
.footer .box-container .box a:hover i {
  padding-right: 2rem;
}
.footer .credit {
  text-align: center;
  margin-top: 2.5rem;
  padding: 1rem;
  padding-top: 2.5rem;
  font-size: 2rem;
  color: #fff;
}
.footer .credit span {
  color: #219150;
}

.reviews-photos {
  background: blue;
  margin: 0;
  padding: 0;
  width: 100%;
}
.reviews-photos .item1 {
  grid-area: photo-one;
}
.reviews-photos .item2 {
  grid-area: photo-two;
}
.reviews-photos .item3 {
  grid-area: photo-tree;
}
.reviews-photos .item4 {
  grid-area: photo-four;
}
.reviews-photos .item5 {
  grid-area: photo-five;
}
.reviews-photos .item6 {
  grid-area: photo-six;
}
.reviews-photos .item7 {
  grid-area: photo-seven;
}
.reviews-photos .item8 {
  grid-area: photo-eight;
}
.reviews-photos .grid-container {
  display: grid;
  grid-template-areas: "photo-one photo-one photo-two photo-four photo-four photo-five photo-five photo-six" "photo-one photo-one photo-tree photo-four photo-four photo-seven photo-eight photo-eight";
  gap: 0;
  background-color: #2196F3;
}
.reviews-photos .grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 100px 0;
  font-size: 30px;
}

@media (max-width: 1200px) {
  .header {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 55%;
    scroll-padding-top: 7rem;
  }
  .home .box {
    padding: 2rem;
    justify-content: center;
    background-position: right !important;
  }
  .home .box.second {
    justify-content: center;
    background-position: left !important;
  }
  .home .box .content {
    text-align: center;
  }
  .home .box .content span {
    font-size: 3rem;
  }
  .home .box .content h3 {
    font-size: 4rem;
  }
  .packages .box-container {
    display: block;
  }
  .packages .box-container .box {
    margin: auto;
    width: 80%;
    margin-top: 20px;
  }
  .packages .box-container .box .image {
    margin-bottom: 0;
  }
  .reviews-photos .grid-container {
    display: block;
  }
  .reviews-photos .grid-container > div {
    padding: 200px 0;
  }
  .reviews-photos .grid-container > div:nth-child(1),
  .reviews-photos .grid-container > div:nth-child(2),
  .reviews-photos .grid-container > div:nth-child(5),
  .reviews-photos .grid-container > div:nth-child(7),
  .reviews-photos .grid-container > div:nth-child(8) {
    padding: 0 0;
  }
  .about .image iframe {
    width: 400px;
    height: 325px;
    margin-left: 25%;
  }
}
@media (max-width: 768px) {
  .header {
    width: 100vw;
    overflow: hidden;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -110%;
    background: #fff;
    z-index: 10000;
    width: 35rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .header .navbar.active {
    left: 0;
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
  }
  .header .navbar a {
    margin: 1rem 0;
    font-size: 3rem;
  }
  .header .navbar #nav-close {
    display: block;
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
  .about .image iframe {
    margin-left: 0;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .heading {
    font-size: 3rem;
  }
  .about .image iframe {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
