section#frontpage_banner {
  padding-top: 0;
  background: url(../img/svg/banner-bg.svg) no-repeat;
}

section#frontpage_banner .frontpage_banner {
  padding: 3rem 0 11.75rem 0;
  position: relative;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-info {
  width: 60%;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-info p.frontpage_banner-toptitle {
  margin: 0 0 3.125rem 0;
  background: #eee;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1rem 1.75rem 1rem 1.25rem;
  font-size: 1.5rem;
  width: max-content;
  border-radius: 0 3rem 3rem 0;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-info p.frontpage_banner-toptitle span {
  color: var(--green);
}

section#frontpage_banner .frontpage_banner .frontpage_banner-info p.frontpage_banner-toptitle img {
  height: 2.625rem;
  width: 2.625rem;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-info h2.frontpage_banner-title {
  font-size: 3.75rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1.25rem;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-info h2.frontpage_banner-title span {
  color: var(--green);
  font-weight: 500;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-info p.frontpage_banner-subtitle {
  font-size: 1.875rem;
  margin: 0;
  margin-bottom: 3.125rem;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-info a.btn {
  font-size: 1.65rem;
  padding: 1.85rem 2.2rem;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image {
  width: 56%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10rem;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image img {}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus {
  position: absolute;
  bottom: 0;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus.active {
  z-index: 2;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus:nth-child(1) {
  transform: translate(8rem, -14rem);
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus:nth-child(2) {
  transform: translate(23rem, -5rem);
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus:nth-child(3) {
  transform: translate(-12rem, -14rem);
  right: 0;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus span {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: block;
  transition: 0.5s all ease;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus span:hover {
  transition: 0.5s all ease;
  opacity: 0.5;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus span img {
  transition: 0.5s all ease;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus .text {
  background: #fff;
  display: none;
  padding: 1rem;
  border-radius: 1rem;
  max-width: 22rem;
  position: absolute;
  width: max-content;
  top: 3rem;
  transform: translateX(-50%);
  left: 50%;
  transition: 0.5s all ease;
  box-shadow: 0px 0.75rem 1.5rem rgba(0, 0, 0, 0.2);
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus:nth-child(3) .text {
  right: -3rem;
  left: unset;
  transform: unset;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus .text h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: var(--green);
  font-weight: 500;
  margin-bottom: 0.625rem;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus .text p {
  font-weight: 500;
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus.active span img {
  transition: 0.5s all ease;
  transform: rotate(45deg);
}

section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus.active .text {
  display: block;
  transition: 0.5s all ease;
}

section#our_shop {}

section#our_shop .our_shop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.565rem;
}

section#our_shop .our_shop .our_shop-left {
  display: flex;
  flex-direction: column;
}

section#our_shop .our_shop .our_shop-left h2.section_title {
  text-align: left;
}

section#our_shop .our_shop .our_shop-left h2.section_title span {}

section#our_shop .our_shop .our_shop-left .our_shop-discounts,
section#our_shop .our_shop .our_shop-middle .our_shop-plants,
section#our_shop .our_shop .our_shop-right .our_shop-kits,
section#our_shop .our_shop .our_shop-right .our_shop-kashpo {
  position: relative;
  border-radius: 1rem;
  padding: 1.875rem;
  height: calc(100% - 3.75rem);
  flex: 1;
  min-height: 0;
  background: var(--pink);
}

section#our_shop .our_shop .our_shop-left .our_shop-discounts {
  min-height: 24rem;
}

section#our_shop .our_shop .our_shop-left .our_shop-discounts h3,
section#our_shop .our_shop .our_shop-middle .our_shop-plants h3,
section#our_shop .our_shop .our_shop-right .our_shop-kits h3,
section#our_shop .our_shop .our_shop-right .our_shop-kashpo h3 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.text_more {
  position: relative;
  font-size: 1.5rem;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.text_more span {
  position: relative;
  border-bottom: 0.125rem solid var(--text-color);
}

.text_more.white {
  color: #fff;
}

.text_more.white span {
  border-color: #fff;
}

section#our_shop .our_shop .our_shop-left .our_shop-discounts a.more,
section#our_shop .our_shop .our_shop-middle .our_shop-plants a.more,
section#our_shop .our_shop .our_shop-right .our_shop-kits a.more,
section#our_shop .our_shop .our_shop-right .our_shop-kashpo a.more {
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.875rem;
}

section#our_shop .our_shop .our_shop-left .our_shop-discounts a.more span,
section#our_shop .our_shop .our_shop-middle .our_shop-plants a.more span,
section#our_shop .our_shop .our_shop-right .our_shop-kits a.more span,
section#our_shop .our_shop .our_shop-right .our_shop-kashpo a.more span {
  position: relative;
  border-bottom: 0.125rem solid #fff;
}

section#our_shop .our_shop .our_shop-left .our_shop-discounts a.more img {}

section#our_shop .our_shop .our_shop-left .our_shop-discounts .image {
  height: 22.5rem;
  position: absolute;
  bottom: 0;
  right: 1rem;
}

section#our_shop .our_shop .our_shop-left .our_shop-discounts .image img {}

section#our_shop .our_shop .our_shop-middle {}

section#our_shop .our_shop .our_shop-middle .our_shop-plants {
  background: #f5f5f5;
}

section#our_shop .our_shop .our_shop-middle .our_shop-plants h3 {
  color: var(--green);
}

section#our_shop .our_shop .our_shop-middle .our_shop-plants a.more {
  color: var(--text-color);
  border-color: var(--text-color);
}

section#our_shop .our_shop .our_shop-middle .our_shop-plants a.more span {
  color: var(--text-color);
  border-color: var(--text-color);
}

section#our_shop .our_shop .our_shop-middle .our_shop-plants a.more img {}

section#our_shop .our_shop .our_shop-middle .our_shop-plants .image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

section#our_shop .our_shop .our_shop-middle .our_shop-plants .image img {}

section#our_shop .our_shop .our_shop-right {
  display: flex;
  flex-direction: column;
  gap: 1.565rem;
}

section#our_shop .our_shop .our_shop-right .our_shop-kits {
  background: var(--green);
}

section#our_shop .our_shop .our_shop-right .our_shop-kits h3 {}

section#our_shop .our_shop .our_shop-right .our_shop-kits a.more {}

section#our_shop .our_shop .our_shop-right .our_shop-kits a.more span {}

section#our_shop .our_shop .our_shop-right .our_shop-kits a.more img {}

section#our_shop .our_shop .our_shop-right .our_shop-kits .image {
  position: absolute;
  height: 14.85rem;
  bottom: 0;
  right: 1rem;
}

section#our_shop .our_shop .our_shop-right .our_shop-kits .image img {}

section#our_shop .our_shop .our_shop-right .our_shop-kashpo {
  background: #E3F3F0;
}

section#our_shop .our_shop .our_shop-right .our_shop-kashpo h3 {
  color: var(--green);
}

section#our_shop .our_shop .our_shop-right .our_shop-kashpo a.more {
  color: var(--text-color);
  border-color: var(--text-color);
}

section#our_shop .our_shop .our_shop-right .our_shop-kashpo a.more span {
  color: var(--text-color);
  border-color: var(--text-color);
}

section#our_shop .our_shop .our_shop-right .our_shop-kashpo a.more img {}

section#our_shop .our_shop .our_shop-right .our_shop-kashpo .image {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 17.375rem;
}

section#our_shop .our_shop .our_shop-right .our_shop-kashpo .image img {}


section#popular_plants {
  overflow: hidden;
}

section#popular_plants h2.section_title {}

section#popular_plants h2.section_title br {}

section#popular_plants h2.section_title span {}

section#popular_plants .popular_plants {
  text-align: center;
}

section#popular_plants .popular_plants .popular_plants-carousel.swiper {
  margin-bottom: 3.125rem;
  overflow: unset;
}

section#popular_plants .popular_plants .popular_plants-carousel.swiper .swiper-wrapper {}

section#popular_plants .popular_plants .popular_plants-carousel.swiper .swiper-wrapper .item.swiper-slide {}

section#popular_plants .popular_plants .popular_plants-carousel.swiper .swiper-wrapper .item.swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

section#popular_plants .popular_plants .popular_plants-carousel.swiper .swiper-wrapper .item.swiper-slide a .image {
  height: 16rem;
  width: 16rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #F5F5F5, #F5F5F5), #E3F3F0;
  border: 0.0625rem solid #DFDFDF;
  overflow: hidden;
}

section#popular_plants .popular_plants .popular_plants-carousel.swiper .swiper-wrapper .item.swiper-slide a .image img {
  height: 90%;
  width: 90%;
}

section#popular_plants .popular_plants .popular_plants-carousel.swiper .swiper-wrapper .item.swiper-slide a h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

section#popular_plants .popular_plants a.btn {
  padding: 1.875rem 4.6875rem;
}

section#about_studio {
  background: url(../img/studio.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6.875rem 0;
}

section#about_studio h2.section_title {
  color: #fff;
}

section#about_studio .about_studio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

section#about_studio .about_studio .item {
  background: #fff;
  border-radius: 1rem;
  padding: 3.4rem 1rem 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#about_studio .about_studio .item .icon {
  position: relative;
  height: 5.5rem;
  width: 5.5rem;
  border-radius: 100%;
  background: #E3F3F0;
}

section#about_studio .about_studio .item .icon img {
  height: 4.5rem;
  max-width: 4.5rem;
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

section#about_studio .about_studio .item h3 {
  margin: 2.8125rem 0 1.25rem 0;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--green);
}

section#about_studio .about_studio .item p {
  margin: 0;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

section#our_clients {}

section#our_clients h2.section_title {
  text-align: center;
}

section#our_clients .our_clients {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

section#our_clients .our_clients .our_clients-top,
section#our_clients .our_clients .our_clients-bottom {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 1.6rem;
  overflow: hidden;
}

section#our_clients .our_clients .our_clients-top_first,
section#our_clients .our_clients .our_clients-bottom_first {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  animation: right_to_left 30s linear infinite;
  -webkit-animation: right_to_left 30s linear infinite
}

section#our_clients .our_clients .our_clients-top_second,
section#our_clients .our_clients .our_clients-bottom_second {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  animation: right_to_left 30s linear infinite;
  -webkit-animation: right_to_left 30s linear infinite
}

section#our_clients .our_clients .our_clients-bottom_first,
section#our_clients .our_clients .our_clients-bottom_second {
  animation: left_to_right 30s linear infinite;
  -webkit-animation: left_to_right 30s linear infinite
}

section#our_clients .our_clients .our_clients-top:hover *,
section#our_clients .our_clients .our_clients-bottom:hover * {
  animation-play-state: paused
}

section#our_clients .our_clients .our_clients-top .our_clients-item,
section#our_clients .our_clients .our_clients-bottom .our_clients-item {
  width: 19.4rem;
  height: 12rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #0D9284;
}

section#our_clients .our_clients .our_clients-top .our_clients-item.pink-bg,
section#our_clients .our_clients .our_clients-bottom .our_clients-item.pink-bg {
  background: var(--pink);
  border-color: var(--pink);
  ;
}

section#our_clients .our_clients .our_clients-top .our_clients-item.green-bg,
section#our_clients .our_clients .our_clients-bottom .our_clients-item.green-bg {
  background: var(--green);
  border-color: var(--green);
}

section#our_clients .our_clients .our_clients-top .our_clients-item img,
section#our_clients .our_clients .our_clients-bottom .our_clients-item img {
  max-height: 6.25rem;
}

section#our_clients .our_clients .our_clients-item.bg {
  background: var(--pink);
  border-color: var(--pink);
}

@keyframes right_to_left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes left_to_right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

section#front_portfolio {
  padding-bottom: 6.875rem;
}

section#front_portfolio h2.section_title {}

section#front_portfolio .front_portfolio {}

section#front_portfolio .front_portfolio .front_portfolio-nav,
section#page_portfolio .page_portfolio .page_portfolio-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #979797;
}

section#front_portfolio .front_portfolio .front_portfolio-nav span,
section#page_portfolio .page_portfolio .page_portfolio-nav span {
  cursor: pointer;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #979797;
  position: relative;
  width: 100%;
  text-align: center;
  transition: 0.5s all;
}

section#front_portfolio .front_portfolio .front_portfolio-nav span.active,
section#front_portfolio .front_portfolio .front_portfolio-nav span:hover,
section#page_portfolio .page_portfolio .page_portfolio-nav span.active,
section#page_portfolio .page_portfolio .page_portfolio-nav span:hover {
  color: var(--green);
  transition: 0.5s all;
}

section#front_portfolio .front_portfolio .front_portfolio-nav span.active:before,
section#front_portfolio .front_portfolio .front_portfolio-nav span:hover:before,
section#page_portfolio .page_portfolio .page_portfolio-nav span.active:before,
section#page_portfolio .page_portfolio .page_portfolio-nav span:hover:before {
  content: '';
  display: block;
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  background: var(--green);
  bottom: -1.28rem;
  transition: 0.5s all;
}

section#front_portfolio .front_portfolio .front_portfolio-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.7rem;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item {
  border-radius: 1rem;
  padding: 1rem;
  border: 0.0625rem solid var(--pink);
  position: relative;
  transition: all 0.3s ease;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item a {
  display: block;
  height: 100%;
  min-height: 23.25rem;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1),
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6),
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) {
  grid-column: span 2;
  padding: 0;
  border: none;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1) .image,
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6) .image,
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) .image {
  height: 100%;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item .image {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item .image:after {
  content: '';
  display: block;
  padding-bottom: 85%;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1) .image:after,
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6) .image:after,
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) .image:after {
  padding-bottom: 56%;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item .image img.cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item .image img.more {
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 1rem;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item .info {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item .info span {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  display: block;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item .info h3 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1) .info,
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6) .info,
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) .info {
  position: absolute;
  bottom: 1.5625rem;
  left: 1.5625rem;
  width: 65%;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1) .info span,
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6) .info span,
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) .info span {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  display: block;
}

section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1) .info h3,
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6) .info h3,
section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) .info h3 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

section#front_portfolio a.btn {
  margin: 2.5rem auto 0 auto;
  display: block;
  padding: 1.8rem;
  font-size: 1.625rem;
}

@media (max-width:1300px) and (min-width:800px) {
  section#frontpage_banner {
    padding-top: 2rem;
  }

  section#frontpage_banner .frontpage_banner {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-info {
    width: 80%;
    margin-right: auto;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-info p.frontpage_banner-toptitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-info p.frontpage_banner-toptitle img {
    height: 1.625rem;
    width: 1.625rem;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-info h2.frontpage_banner-title {
    font-size: 2.5rem;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-info p.frontpage_banner-subtitle {
    font-size: 1.5rem;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image {
    position: relative;
    right: 0;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image::before {
    content: '';
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus {
    z-index: 1;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus:nth-child(1) {
    transform: unset;
    left: 26%;
    bottom: 16%;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus:nth-child(2) {
    transform: unset;
    left: 50%;
    bottom: 8%;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus:nth-child(3) {
    transform: unset;
    right: 26%;
    bottom: 16%;
  }

  section#popular_plants h2.section_title {
    text-align: left;
  }

  section#our_shop .our_shop {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
  }

  section#about_studio .about_studio {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }

  section#our_shop .our_shop .our_shop-left .our_shop-discounts,
  section#our_shop .our_shop .our_shop-middle .our_shop-plants,
  section#our_shop .our_shop .our_shop-right .our_shop-kits,
  section#our_shop .our_shop .our_shop-right .our_shop-kashpo {
    min-height: unset;
    position: relative;
    padding: unset;
    flex: unset;
    height: unset;
    padding-bottom: 100%;
  }

  section#our_shop .our_shop .our_shop-left .our_shop-discounts .info,
  section#our_shop .our_shop .our_shop-middle .our_shop-plants .info,
  section#our_shop .our_shop .our_shop-right .our_shop-kits .info,
  section#our_shop .our_shop .our_shop-right .our_shop-kashpo .info {
    position: absolute;
    left: 1rem;
    top: 1rem;
  }

  section#our_shop .our_shop .our_shop-left .our_shop-discounts h3,
  section#our_shop .our_shop .our_shop-middle .our_shop-plants h3,
  section#our_shop .our_shop .our_shop-right .our_shop-kits h3,
  section#our_shop .our_shop .our_shop-right .our_shop-kashpo h3 {}

  section#our_shop .our_shop .our_shop-left .our_shop-discounts a.more,
  section#our_shop .our_shop .our_shop-middle .our_shop-plants a.more,
  section#our_shop .our_shop .our_shop-right .our_shop-kits a.more,
  section#our_shop .our_shop .our_shop-right .our_shop-kashpo a.more {
    margin-top: 1rem;
  }

  section#our_shop .our_shop .our_shop-right .our_shop-kits a.more {}

  section#our_shop .our_shop .our_shop-left .our_shop-discounts .image,
  section#our_shop .our_shop .our_shop-middle .our_shop-plants .image,
  section#our_shop .our_shop .our_shop-right .our_shop-kits .image {
    height: 70%;
    width: auto;
    right: 0;
    left: unset;
  }

  section#our_shop .our_shop .our_shop-left .our_shop-discounts .image img,
  section#our_shop .our_shop .our_shop-middle .our_shop-plants .image img,
  section#our_shop .our_shop .our_shop-right .our_shop-kits .image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

  section#our_shop .our_shop .our_shop-right .our_shop-kashpo .image {}

  section#our_shop .our_shop .our_shop-left {}

  section#our_shop .our_shop .our_shop-left h2.section_title {}

  section#our_shop .our_shop .our_shop-left .our_shop-discounts {}

  section#our_shop .our_shop .our_shop-middle {}

  section#our_shop .our_shop .our_shop-middle .our_shop-plants {}

  section#our_shop .our_shop .our_shop-right {
    grid-column: span 2;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }

  section#our_shop .our_shop .our_shop-right .our_shop-kits {}

  section#our_shop .our_shop .our_shop-right .our_shop-kashpo {}

  section#front_portfolio .front_portfolio .front_portfolio-nav {
    justify-content: flex-start;
    gap: 1.5rem;
  }

  section#front_portfolio .front_portfolio .front_portfolio-nav span {
    width: max-content;
    font-size: 1.25rem;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1),
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6),
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) {
    grid-column: unset;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item {}

  section#front_portfolio .front_portfolio .front_portfolio-items .item a {
    min-height: 18rem;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item .image {
    height: 11.25rem;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item .info {}

}

@media (max-width:800px) {

  section#frontpage_banner .frontpage_banner {
    padding-bottom: 0;
    padding-top: 1.25rem;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-info {
    width: 100%;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-info p.frontpage_banner-toptitle {
    padding: 0.25rem;
    font-size: 0.75rem;
    gap: 0.125rem;
    margin-bottom: 1rem;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-info p.frontpage_banner-toptitle img {
    height: 1rem;
    width: 1rem;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-info h2.frontpage_banner-title {
    font-size: 1.5rem;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-info p.frontpage_banner-subtitle {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-info a.btn,
  section#front_portfolio a.btn {
    font-size: 0.875rem;
    padding: 1rem;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image {
    width: 100%;
    right: unset;
    height: unset;
    top: unset;
    padding-bottom: 100%;
    position: relative;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
    right: 0;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus {
    z-index: 1;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus:nth-child(1) {
    transform: unset;
    left: 26%;
    bottom: 16%;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus:nth-child(2) {
    transform: unset;
    left: 48%;
    bottom: 8%;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus:nth-child(3) {
    transform: unset;
    right: 26%;
    bottom: 16%;
  }

  section#frontpage_banner .frontpage_banner .frontpage_banner-image .link_plus .text {}

  section#our_shop .our_shop,
  section#about_studio .about_studio,
  section#front_portfolio .front_portfolio .front_portfolio-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  section#our_shop .our_shop .our_shop-left .our_shop-discounts,
  section#our_shop .our_shop .our_shop-middle .our_shop-plants,
  section#our_shop .our_shop .our_shop-right .our_shop-kits,
  section#our_shop .our_shop .our_shop-right .our_shop-kashpo {
    height: 10.5rem;
    padding: 1rem;
    min-height: unset;
    flex: unset;
  }

  section#our_shop .our_shop .our_shop-left .our_shop-discounts h3,
  section#our_shop .our_shop .our_shop-middle .our_shop-plants h3,
  section#our_shop .our_shop .our_shop-right .our_shop-kits h3,
  section#our_shop .our_shop .our_shop-right .our_shop-kashpo h3 {
    font-size: 1.5rem;
    width: 70%;
  }

  section#our_shop .our_shop .our_shop-left .our_shop-discounts a.more,
  section#our_shop .our_shop .our_shop-middle .our_shop-plants a.more,
  section#our_shop .our_shop .our_shop-right .our_shop-kits a.more,
  section#our_shop .our_shop .our_shop-right .our_shop-kashpo a.more {
    font-size: 1rem;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  section#our_shop .our_shop a.more img {
    height: 1.875rem;
    width: 1.975rem;
  }

  section#our_shop .our_shop .our_shop-left .our_shop-discounts .image,
  section#our_shop .our_shop .our_shop-middle .our_shop-plants .image,
  section#our_shop .our_shop .our_shop-right .our_shop-kits .image,
  section#our_shop .our_shop .our_shop-right .our_shop-kashpo .image {
    height: 90%;
    right: 0;
    left: unset;
    width: max-content;
  }

  section#our_shop .our_shop .our_shop-right .our_shop-kashpo .image {}

  section#our_shop .our_shop .our_shop-left .our_shop-discounts .image img,
  section#our_shop .our_shop .our_shop-middle .our_shop-plants .image img,
  section#our_shop .our_shop .our_shop-right .our_shop-kits .image img,
  section#our_shop .our_shop .our_shop-right .our_shop-kashpo .image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

  section#our_shop .our_shop .our_shop-left {}

  section#our_shop .our_shop .our_shop-right {}

  section#popular_plants .popular_plants .popular_plants-carousel.swiper .swiper-wrapper {}

  section#popular_plants .popular_plants .popular_plants-carousel.swiper .swiper-wrapper .item.swiper-slide {
    width: 11.25rem;
  }

  section#popular_plants .popular_plants .popular_plants-carousel.swiper .swiper-wrapper .item.swiper-slide a {
    gap: 1rem;
  }

  section#popular_plants .popular_plants .popular_plants-carousel.swiper .swiper-wrapper .item.swiper-slide a .image {
    height: 11.25rem;
    width: 11.25rem;
  }

  section#popular_plants .popular_plants .popular_plants-carousel.swiper .swiper-wrapper .item.swiper-slide a h3 {
    font-size: 1.25rem;
  }

  section#popular_plants .popular_plants a.btn {
    padding: 1.25rem 2.1875rem;
    font-size: 0.875rem;
  }

  section#about_studio {
    padding: 1.5625rem 0;
  }

  section#about_studio h2.section_title {
    text-align: center;
  }

  section#about_studio .about_studio .item {
    padding: 1.25rem;
  }

  section#about_studio .about_studio .item .icon {
    height: 3.5rem;
    width: 3.5rem;
  }

  section#about_studio .about_studio .item .icon img {
    height: 3rem;
    width: 3rem;
  }

  section#about_studio .about_studio .item h3 {
    margin: 1rem 0;
    text-align: center;
    font-size: 1.25rem;
  }

  section#about_studio .about_studio .item p {
    font-size: 1rem;
  }

  section#our_clients .our_clients {
    gap: 1rem;
  }

  section#our_clients .our_clients .our_clients-top_first,
  section#our_clients .our_clients .our_clients-bottom_first {}

  section#our_clients .our_clients .our_clients-top .our_clients-item,
  section#our_clients .our_clients .our_clients-bottom .our_clients-item {
    height: 6.25rem;
    width: 10.5rem;
  }

  section#our_clients .our_clients .our_clients-top .our_clients-item img,
  section#our_clients .our_clients .our_clients-bottom .our_clients-item img {
    max-height: 75%;
    max-width: 80%;
  }

  section#front_portfolio .front_portfolio .front_portfolio-nav {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    gap: 1rem;
    overflow: scroll;
  }

  section#front_portfolio .front_portfolio .front_portfolio-nav span {
    font-size: 0.875rem;
    width: auto;
  }

  section#front_portfolio .front_portfolio .front_portfolio-nav span.active,
  section#front_portfolio .front_portfolio .front_portfolio-nav span:hover {}

  section#front_portfolio .front_portfolio .front_portfolio-nav span.active:before,
  section#front_portfolio .front_portfolio .front_portfolio-nav span:hover:before {
    bottom: -0.5rem;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1),
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6),
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) {
    grid-column: unset;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1) .info h3,
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6) .info h3,
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) .info h3,
  section#front_portfolio .front_portfolio .front_portfolio-items .item .info h3 {
    font-size: 1.25rem;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item {
    padding: 0.5rem;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1) a,
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6) a,
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) a {
    min-height: 12.5rem;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1) .image:after,
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6) .image:after,
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) .image:after {
    padding: unset;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1) .image,
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6) .image,
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) .image {}

  section#front_portfolio .front_portfolio .front_portfolio-items .item .image {
    height: 11.25rem;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item .image:after {
    padding: unset;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item a {
    min-height: unset;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(1) .info,
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(6) .info,
  section#front_portfolio .front_portfolio .front_portfolio-items .item:nth-child(11) .info {
    left: 1rem;
    bottom: 1rem;
    width: 90%;
  }

  section#front_portfolio .front_portfolio .front_portfolio-items .item .info {
    position: relative;
    bottom: unset;
    left: unset;
    padding-top: 1rem;
  }
}