@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Poppins", sans-serif;
}
body.scroll-down .navbar {
  transform: translateY(-120px);
}
body.scroll-up .navbar {
  transform: translateY(0);
}

.section-1 {
  padding-top: 126px !important;
}

h1, h2, h3, h4 {
  font-family: "Familjen Grotesk", sans-serif;
}

/* =========================
   Variables
   ========================= */
/* =========================
   Base
   ========================= */
body {
  min-height: 100vh;
  background-color: #d5dc84;
}

h1 {
  color: #13515a;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.navbar {
  background-image: url("../img/header_img.jpg");
  background-size: cover;
  background-position: center;
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 99;
  transform: translateY(1);
  transition: transform 0.4s ease;
}
.navbar .offcanvas {
  background: #13515A;
}
.navbar .offcanvas .offcanvas-header .btn-close {
  background-image: url(../img/close-btn.svg);
  opacity: 1;
}
.navbar .offcanvas .offcanvas-header .btn-close:hover {
  opacity: 0.5;
}
.navbar .offcanvas .offcanvas-header .btn-close:focus {
  box-shadow: none;
}
.navbar .offcanvas-body {
  padding: 10px 40px;
}
.navbar .offcanvas-body .navbar-nav .nav-item .nav-link {
  color: #D2D883;
  border-bottom: 2.5px solid #D2D883;
  padding: 15px 0;
  font-size: 28px;
  font-family: "Familjen Grotesk", sans-serif;
}

/* =========================
   Layout Blocks
   ========================= */
.outer-blk {
  padding: 30px;
}

.page-id-8, .page-id-18 {
  background-color: #ffffff;
}
.page-id-8 .navbar, .page-id-18 .navbar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: none;
}

.home-main .section-1 {
  padding-top: 0 !important;
}
.home-main a {
  text-decoration: none;
}
.home-main .map-pin .tooltip-box {
  transform: translateX(-30px);
}
.home-main .map-pin .tooltip-box rect {
  fill: #fff;
  width: 0;
  transition: width .35s ease;
}
.home-main .map-pin .tooltip-box text {
  opacity: 0;
  fill: #1f5c5b;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transform: translateX(-5px);
  transition: all .2s ease .1s;
  pointer-events: none;
}
.home-main .map-pin:hover .tooltip-box rect {
  width: 170px;
}
.home-main .map-pin:hover .tooltip-box text {
  opacity: 1;
  transform: translateX(20px);
}
.home-main .tooltip-1:hover .tooltip-box rect {
  width: 180px;
}
.home-main .tooltip-2:hover .tooltip-box rect {
  width: 130px;
}
.home-main .tooltip-3:hover .tooltip-box rect {
  width: 180px;
}
.home-main .tooltip-4:hover .tooltip-box rect {
  width: 160px;
}
.home-main .tooltip-5:hover .tooltip-box rect {
  width: 156px;
}
.home-main .tooltip-6:hover .tooltip-box rect {
  width: 106px;
}
.home-main .tooltip-7:hover .tooltip-box rect {
  width: 200px;
}
.home-main .tooltip-8:hover .tooltip-box rect {
  width: 130px;
}
.home-main .hide {
  opacity: 0;
  transition: opacity 1s ease 1s;
}
.home-main .hide-1 {
  opacity: 0;
  transition: opacity 1s ease 2s;
}
.home-main .hide-2 {
  opacity: 0;
  transition: opacity 1s ease 3s;
}
.home-main .hide-3 {
  opacity: 0;
  transition: opacity 1s ease 4s;
}
.home-main .hide-4 {
  opacity: 0;
  transition: opacity 1s ease 5s;
}
.home-main .hide-5 {
  opacity: 0;
  transition: opacity 1s ease 6s;
}
.home-main .person-group-icon-3 image {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.home-main .person-group-icon-3 image:first-child {
  opacity: 1;
}
.home-main .person-group-icon-3 image:last-child {
  opacity: 0;
}
.home-main .person-group-icon-3.active image:first-child {
  opacity: 0;
}
.home-main .person-group-icon-3.active image:last-child {
  opacity: 1;
}
.home-main .person-group-icon-6 image {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.home-main .person-group-icon-6 image:first-child {
  opacity: 1;
}
.home-main .person-group-icon-6 image:last-child {
  opacity: 0;
}
.home-main .person-group-icon-6.active image:first-child {
  opacity: 0;
}
.home-main .person-group-icon-6.active image:last-child {
  opacity: 1;
}
.home-main .person-group-icon-2 image {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.home-main .person-group-icon-2 image:first-child {
  opacity: 1;
}
.home-main .person-group-icon-2 image:last-child {
  opacity: 0;
}
.home-main .person-group-icon-2.active image:first-child {
  opacity: 0;
}
.home-main .person-group-icon-2.active image:last-child {
  opacity: 1;
}

.section-1 .row-1 {
  padding-top: 50px;
  padding-block: 50px;
}
.section-1 .row-1 a {
  color: #13515a;
  font-size: 16px;
  font-weight: 400;
  float: right;
}
.section-1 .row-1 a img {
  margin-right: 5px;
}

/* =========================
   Wheel
   ========================= */
.wheel {
  width: min(303px, 90vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
}

.seg path {
  transition: fill 220ms ease;
}
.seg:hover path {
  fill: #ae8aae;
}
.seg.active path {
  fill: #9c73a4;
}

/* Icons (default + active) */
.wheel-icons .seg1-img,
.wheel-icons .seg2-img,
.wheel-icons .seg3-img,
.wheel-icons .seg4-img,
.wheel-icons .seg5-img,
.wheel-icons .seg6-img,
.wheel-icons .seg7-img,
.wheel-icons .seg8-img,
.wheel-icons .seg9-img,
.wheel-icons .seg10-img {
  transition: opacity 0.2s ease;
}
.wheel-icons .seg1-active,
.wheel-icons .seg2-active,
.wheel-icons .seg3-active,
.wheel-icons .seg4-active,
.wheel-icons .seg5-active,
.wheel-icons .seg6-active,
.wheel-icons .seg7-active,
.wheel-icons .seg8-active,
.wheel-icons .seg9-active,
.wheel-icons .seg10-active {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.wheel-icons.seg1 .seg1-active {
  opacity: 1;
}
.wheel-icons.seg1 .seg1-img {
  opacity: 0;
}
.wheel-icons.seg2 .seg2-active {
  opacity: 1;
}
.wheel-icons.seg2 .seg2-img {
  opacity: 0;
}
.wheel-icons.seg3 .seg3-active {
  opacity: 1;
}
.wheel-icons.seg3 .seg3-img {
  opacity: 0;
}
.wheel-icons.seg4 .seg4-active {
  opacity: 1;
}
.wheel-icons.seg4 .seg4-img {
  opacity: 0;
}
.wheel-icons.seg5 .seg5-active {
  opacity: 1;
}
.wheel-icons.seg5 .seg5-img {
  opacity: 0;
}
.wheel-icons.seg6 .seg6-active {
  opacity: 1;
}
.wheel-icons.seg6 .seg6-img {
  opacity: 0;
}
.wheel-icons.seg7 .seg7-active {
  opacity: 1;
}
.wheel-icons.seg7 .seg7-img {
  opacity: 0;
}
.wheel-icons.seg8 .seg8-active {
  opacity: 1;
}
.wheel-icons.seg8 .seg8-img {
  opacity: 0;
}
.wheel-icons.seg9 .seg9-active {
  opacity: 1;
}
.wheel-icons.seg9 .seg9-img {
  opacity: 0;
}
.wheel-icons.seg10 .seg10-active {
  opacity: 1;
}
.wheel-icons.seg10 .seg10-img {
  opacity: 0;
}

/* =========================
   Wheel Container + Slider Nav
   ========================= */
.wheel-outer-blk {
  position: relative;
  width: 333px;
  margin: 50px auto;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slider-wheel-nav {
  text-align: center;
  position: absolute;
  top: 66px;
  left: 66px;
  z-index: 11;
}
.slider-wheel-nav .outer-blk {
  background-color: #9c73a4;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slider-wheel-nav .outer-blk .inner-blk {
  background-color: #13515a;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-wheel-nav .outer-blk .inner-blk p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 8px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
}
.slider-wheel-nav .outer-blk .arrow-left {
  position: absolute;
  left: 10px;
  top: 44%;
}
.slider-wheel-nav .outer-blk .arrow-right {
  position: absolute;
  right: 10px;
  top: 44%;
}

/* =========================
   Slick Center Scaling
   ========================= */
.center img {
  width: 100%;
}
.center .slick-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.85);
  opacity: 0.6;
}
.center .slick-center {
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}

/* =========================
   Flip Card
   ========================= */
.flip-card {
  width: 300px;
  height: 310px;
  perspective: 1000px;
}
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.flip-card .flip-card-front,
.flip-card .flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  border-radius: 16px;
}
.flip-card .flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flip-card .flip-card-back {
  transform: rotateY(180deg);
  background: #13515a;
  text-align: center;
  flex-direction: column;
}
.flip-card .flip-card-back h4 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.flip-card .flip-card-back p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.flip-card .flip-card-back a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #d5dc84;
}
.flip-card .flip-card-back a img {
  width: 25px;
  padding: 0;
}
.flip-card .info-btn,
.flip-card .back-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: none;
}
.flip-card .info-btn img,
.flip-card .back-btn img {
  padding: 0;
}

/* show buttons only for center slide */
.slick-center .info-btn,
.slick-center .back-btn {
  display: block;
}

/* Footer */
.footer-strip {
  background-color: #AE8AAE;
  color: #fff;
  min-height: 120px;
  display: flex;
  align-items: center;
  width: 100%;
}
.footer-strip .container {
  margin-right: 0;
}
.footer-strip .container .footer-icons img {
  display: none;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.footer-sep {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}

.stock-wheel-main .wheel {
  width: min(700px, 90vw);
  margin: 0 auto;
}
.stock-wheel-main .hide-1, .stock-wheel-main .hide-2, .stock-wheel-main .hide-3, .stock-wheel-main .hide-4, .stock-wheel-main .hide-5, .stock-wheel-main .hide-6, .stock-wheel-main .hide-7, .stock-wheel-main .hide-8, .stock-wheel-main .hide-9, .stock-wheel-main .hide-10 {
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
}
.stock-wheel-main .hide-1 {
  animation-delay: 0.2s;
}
.stock-wheel-main .hide-2 {
  animation-delay: 0.4s;
}
.stock-wheel-main .hide-3 {
  animation-delay: 0.6s;
}
.stock-wheel-main .hide-4 {
  animation-delay: 0.8s;
}
.stock-wheel-main .hide-5 {
  animation-delay: 1s;
}
.stock-wheel-main .hide-6 {
  animation-delay: 1.2s;
}
.stock-wheel-main .hide-7 {
  animation-delay: 1.4s;
}
.stock-wheel-main .hide-8 {
  animation-delay: 1.6s;
}
.stock-wheel-main .hide-9 {
  animation-delay: 1.8s;
}
.stock-wheel-main .hide-10 {
  animation-delay: 2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.stock-wheel-main .fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0.5s;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.stock-main .slick-slider .slick-list {
  padding-bottom: 50px !important;
}
.stock-main .flip-card h2 {
  text-align: center;
  font-size: 18px;
  color: #13515A;
  font-weight: 500;
}
.stock-main .flip-card .flip-card-inner .flip-card-front {
  border-radius: 10px;
}
.stock-main .flip-card .flip-card-inner .flip-card-front .blk-1 img {
  border-radius: 10px;
}
.stock-main .flip-card .flip-card-inner .flip-card-front .info-btn {
  padding: 0;
}
.stock-main .flip-card .flip-card-inner .flip-card-back {
  text-align: left;
  padding: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
.stock-main .flip-card .flip-card-inner .flip-card-back .back-btn {
  padding: 0;
}
.stock-main .flip-card .flip-card-inner .flip-card-back h4 {
  font-style: italic;
}
.stock-main .flip-card .flip-card-inner .flip-card-back a {
  display: flex;
  align-items: center;
}
.stock-main .flip-card .flip-card-inner .flip-card-back a img {
  margin-right: 10px;
}
.stock-main .wheel-outer-blk {
  margin: 0px auto;
}
.stock-main .slider-wheel-nav {
  top: 96px;
  left: 96px;
}
.stock-main .slider-wheel-nav .outer-blk .inner-blk {
  cursor: pointer;
  transition: 0.4s;
}
.stock-main .slider-wheel-nav .outer-blk .inner-blk:hover {
  background-color: #A7B276;
}
.stock-main .slider-wheel-nav .outer-blk .inner-blk p {
  padding: 0 10px;
  margin-bottom: 0;
}
.stock-main .wheel-outer-blk svg {
  opacity: 0;
  transform: scale(0.7);
  transition: all .5s ease;
  transition: all 1s ease;
}
.stock-main .wheel-outer-blk.show-wheel svg {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  transform: scale(1) rotate(360deg);
}

.contact-main .section-1 {
  padding: 60px 0;
}
.contact-main .section-1 .row-1 {
  padding-top: 0px;
  padding-block: 0px;
  margin-bottom: 30px;
}
.contact-main .section-1 .row-1 h1, .contact-main .section-1 .row-1 p {
  color: #5B7553;
}
.contact-main .section-1 .row-2 .cc-2 h4 {
  color: #5B7553;
  font-size: 18px;
  margin-bottom: 30px;
}
.contact-main .section-1 .row-2 .cc-2 .blk-1 {
  margin-bottom: 30px;
  border-bottom: 1px solid #AE8AAE;
}
.contact-main .section-1 .row-2 .cc-2 .blk-1 img {
  width: 25px;
  margin-bottom: 15px;
}
.contact-main .section-1 .row-2 .cc-2 .blk-1 p {
  color: #13515A;
}
.contact-main .section-1 .row-2 .cc-2 .blk-1:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.vision-main .section-02 {
  background-color: #EBF1A8;
  padding: 80px 0;
  padding-bottom: 0;
}
.vision-main .section-02 p {
  color: #213C1B;
  font-size: 28px;
  font-weight: 300;
}

.plant-month-main .carousel-shell {
  width: 100%;
  height: 900px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  user-select: none;
  background-image: url("../img/monthplant/plant-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* ✅ Active */
}
.plant-month-main .carousel-shell .carousel-stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: grab;
}
.plant-month-main .carousel-shell .carousel-stage.dragging {
  cursor: grabbing;
}
.plant-month-main .carousel-shell .carousel-stage.dragging .pm {
  transition: none;
}
.plant-month-main .carousel-shell .carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.plant-month-main .carousel-shell .pm {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 950px;
  height: 618.5px;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.55s ease, opacity 0.55s ease, filter 0.55s ease, z-index 0s linear 0.2s;
  cursor: pointer;
  background-color: #f5fcd9;
}
.plant-month-main .carousel-shell .pm .row {
  margin: 40px;
  border: 1px solid #ae8aae;
}
.plant-month-main .carousel-shell .pm .row .cc-1 {
  padding: 0;
  border-right: 1px solid #ae8aae;
}
.plant-month-main .carousel-shell .pm .row .cc-1 img {
  width: 100%;
  height: 537px;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.plant-month-main .carousel-shell .pm .row .cc-1 .carousel-indicators [data-bs-target] {
  height: 10px;
  width: 10px;
  border: none;
  background-color: #AE8AAE;
  border-radius: 30px;
  opacity: 1;
}
.plant-month-main .carousel-shell .pm .row .cc-1 .carousel-indicators [data-bs-target].active {
  background-color: #84B57E;
}
.plant-month-main .carousel-shell .pm .row .cc-2 {
  padding: 0;
}
.plant-month-main .carousel-shell .pm .row .cc-2 table {
  --bs-table-bg: transparent;
  border-color: #ae8aae;
  border-top: none;
  border-left: transparent;
}
.plant-month-main .carousel-shell .pm .row .cc-2 table tbody tr {
  vertical-align: middle;
}
.plant-month-main .carousel-shell .pm .row .cc-2 table tbody tr th {
  font-size: 9px;
  font-weight: 300;
  color: #13515a;
  padding: 8px 24px;
}
.plant-month-main .carousel-shell .pm .row .cc-2 table tbody tr td {
  border-right: none;
  font-size: 14px;
  font-weight: 700;
  color: #13515a;
}
.plant-month-main .carousel-shell .pm .row .cc-2 table tbody tr:first-child {
  border-top: none;
}
.plant-month-main .carousel-shell .pm .row .cc-2 table tbody tr:first-child td h2 {
  font-size: 24px;
  font-family: "Familjen Grotesk", sans-serif;
  font-style: italic;
  padding-right: 60px;
  line-height: 30px;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.plant-month-main .carousel-shell .pm .row .cc-2 table tbody tr:last-child td {
  position: relative;
  padding: 0px 8px;
}
.plant-month-main .carousel-shell .pm .row .cc-2 table tbody tr:last-child td h6 {
  font-size: 14px;
  font-weight: 700;
  color: #13515a;
  border-right: 1px solid #ae8aae;
  width: 140px;
  margin-bottom: 0;
  padding: 12px 0;
}
.plant-month-main .carousel-shell .pm .row .cc-2 table tbody tr:last-child td a {
  font-size: 12px;
  font-weight: 300;
  color: #13515A;
  position: absolute;
  right: 0;
  top: 22px;
  width: 100px;
  padding: 0;
  text-decoration: none;
  display: flex;
}
.plant-month-main .carousel-shell .pm .row .cc-2 table tbody tr:last-child td a img {
  width: 20px;
  margin-left: 8px;
}
.plant-month-main .carousel-shell .pm .in-left,
.plant-month-main .carousel-shell .pm .in-right {
  font-weight: 700;
  position: absolute;
  top: 110px;
  left: -70.5px;
  rotate: 270deg;
  background: #ae8aae;
  text-transform: uppercase;
  padding: 10.4px 40px;
  color: #f5fcd9;
  font-size: 13px;
  text-decoration: none;
}
.plant-month-main .carousel-shell .pm .in-right {
  right: -69.5px;
  left: auto;
}
.plant-month-main .carousel-shell .pm [class^="corner-dot-"] {
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  background: #ae8aae;
  border-radius: 30px;
}
.plant-month-main .carousel-shell .pm [class^="corner-dot-"]::after {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  border: 1px solid #ae8aae;
  position: relative;
}
.plant-month-main .carousel-shell .pm .corner-dot-1 {
  top: 17px;
  right: 17px;
}
.plant-month-main .carousel-shell .pm .corner-dot-1::after {
  top: -19px;
  left: -16px;
}
.plant-month-main .carousel-shell .pm .corner-dot-2 {
  top: 17px;
  left: 17px;
}
.plant-month-main .carousel-shell .pm .corner-dot-2::after {
  top: -19px;
  left: -19px;
}
.plant-month-main .carousel-shell .pm .corner-dot-3 {
  bottom: 17px;
  left: 17px;
}
.plant-month-main .carousel-shell .pm .corner-dot-3::after {
  top: -15px;
  left: -19px;
}
.plant-month-main .carousel-shell .pm .corner-dot-4 {
  bottom: 17px;
  right: 17px;
}
.plant-month-main .carousel-shell .pm .corner-dot-4::after {
  top: -15px;
  left: -16px;
}
.plant-month-main .carousel-shell .pm.center {
  transform: translate(-50%, -50%) scale(1);
  z-index: 5;
  opacity: 1;
  filter: blur(0);
}
.plant-month-main .carousel-shell .pm.left-1 {
  transform: translate(calc(-45% - 210px), -61%) scale(0.82);
  z-index: 4;
  opacity: 1;
  rotate: -4deg;
}
.plant-month-main .carousel-shell .pm.right-1 {
  transform: translate(calc(-55% + 210px), -50%) scale(0.82);
  z-index: 4;
  opacity: 1;
  rotate: 4deg;
}
.plant-month-main .carousel-shell .pm.left-2 {
  transform: translate(calc(-43% - 355px), -69%) scale(0.66);
  z-index: 3;
  opacity: 1;
  rotate: -7deg;
}
.plant-month-main .carousel-shell .pm.right-2 {
  transform: translate(calc(-57% + 355px), -50%) scale(0.66);
  z-index: 3;
  opacity: 1;
  rotate: 7deg;
}
.plant-month-main .carousel-shell .pm.hidden-left, .plant-month-main .carousel-shell .pm.hidden-right {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.plant-month-main .carousel-shell .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  z-index: 8;
  display: grid;
  place-items: center;
}
.plant-month-main .carousel-shell .nav-btn:hover {
  color: #fff;
}
.plant-month-main .carousel-shell .nav-btn.prev {
  left: 18px;
}
.plant-month-main .carousel-shell .nav-btn.next {
  right: 18px;
}
.plant-month-main .carousel-shell .nav-btn svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}
.plant-month-main .carousel-shell .dots {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 8;
}
.plant-month-main .carousel-shell .dots .dot {
  padding: 10px 22px;
  border-radius: 999px;
  background: #c9d67a;
  color: #1f4d3a;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.plant-month-main .carousel-shell .dots .dot.active {
  background: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.plant-month-main .carousel-shell #pm-1 .cc-2 p {
  font-size: 18px;
  color: #13515a;
  padding: 8px 24px;
  height: 259px;
  overflow: auto;
}
.plant-month-main .carousel-shell #pm-2 {
  background-color: #BAC291;
}
.plant-month-main .carousel-shell #pm-2 .row {
  border-color: #AE8AAE;
}
.plant-month-main .carousel-shell #pm-2 .row [class^="corner-dot-"] {
  background: #AE8AAE;
}
.plant-month-main .carousel-shell #pm-2 .row [class^="corner-dot-"]::after {
  border-color: #AE8AAE;
}
.plant-month-main .carousel-shell #pm-2 .row .in-left,
.plant-month-main .carousel-shell #pm-2 .row .in-right {
  background: #AE8AAE;
  color: #F5FCD9;
  top: 141px;
}
.plant-month-main .carousel-shell #pm-2 .row .in-left {
  left: -101.5px;
}
.plant-month-main .carousel-shell #pm-2 .row .in-right {
  right: -101.5px;
}
.plant-month-main .carousel-shell #pm-2 .row .cc-2 h2 {
  padding: 25px;
  padding-right: 60px;
  color: #13515A;
  font-size: 32px;
  font-weight: 600;
  border-bottom: 1px solid #AE8AAE;
}
.plant-month-main .carousel-shell #pm-2 .row .cc-2 p {
  padding: 25px;
  font-size: 17px;
  font-weight: 300;
  color: #000000;
  height: 380px;
  overflow: auto;
}
.plant-month-main .carousel-shell #pm-3, .plant-month-main .carousel-shell #pm-4, .plant-month-main .carousel-shell #pm-5 {
  background: #EDAB89;
}
.plant-month-main .carousel-shell #pm-3 .row, .plant-month-main .carousel-shell #pm-4 .row, .plant-month-main .carousel-shell #pm-5 .row {
  border-color: #B8673E;
}
.plant-month-main .carousel-shell #pm-3 .row [class^="corner-dot-"], .plant-month-main .carousel-shell #pm-4 .row [class^="corner-dot-"], .plant-month-main .carousel-shell #pm-5 .row [class^="corner-dot-"] {
  background: #B8673E;
}
.plant-month-main .carousel-shell #pm-3 .row [class^="corner-dot-"]::after, .plant-month-main .carousel-shell #pm-4 .row [class^="corner-dot-"]::after, .plant-month-main .carousel-shell #pm-5 .row [class^="corner-dot-"]::after {
  border-color: #B8673E;
}
.plant-month-main .carousel-shell #pm-3 .row .in-left,
.plant-month-main .carousel-shell #pm-3 .row .in-right, .plant-month-main .carousel-shell #pm-4 .row .in-left,
.plant-month-main .carousel-shell #pm-4 .row .in-right, .plant-month-main .carousel-shell #pm-5 .row .in-left,
.plant-month-main .carousel-shell #pm-5 .row .in-right {
  background: #B8673E;
  color: #EDAB89;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-1, .plant-month-main .carousel-shell #pm-4 .row .cc-1, .plant-month-main .carousel-shell #pm-5 .row .cc-1 {
  border: none;
  padding: 25px;
  border-bottom: 1px solid #B8673E;
  padding-bottom: 15px;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-1 h2, .plant-month-main .carousel-shell #pm-4 .row .cc-1 h2, .plant-month-main .carousel-shell #pm-5 .row .cc-1 h2 {
  color: #5B7553;
  font-size: 32px;
  font-weight: 700;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2, .plant-month-main .carousel-shell #pm-4 .row .cc-2, .plant-month-main .carousel-shell #pm-5 .row .cc-2 {
  height: 450px;
  padding: 25px;
  padding-right: 0;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2 .content-blk, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .content-blk, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .content-blk {
  width: 70%;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2 .item .img-blk, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .item .img-blk, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .item .img-blk {
  width: 130px;
  height: 130px;
  background-color: #5B7553;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2 .item .img-blk img, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .item .img-blk img, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .item .img-blk img {
  width: 60px;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2 .item .img-blk.active, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .item .img-blk.active, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .item .img-blk.active {
  background-color: #B8673E;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2 .owl-nav, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .owl-nav, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .owl-nav {
  position: relative;
  bottom: -250px;
  right: 30px;
  display: flex;
  justify-content: end;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2 .owl-nav .owl-prev, .plant-month-main .carousel-shell #pm-3 .row .cc-2 .owl-nav .owl-next, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .owl-nav .owl-prev, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .owl-nav .owl-next, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .owl-nav .owl-prev, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .owl-nav .owl-next {
  background-image: url(../img/monthplant/owl-arrow.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2 .owl-nav .owl-prev span, .plant-month-main .carousel-shell #pm-3 .row .cc-2 .owl-nav .owl-next span, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .owl-nav .owl-prev span, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .owl-nav .owl-next span, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .owl-nav .owl-prev span, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .owl-nav .owl-next span {
  display: none;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2 .owl-nav .owl-next, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .owl-nav .owl-next, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .owl-nav .owl-next {
  rotate: 180deg;
  margin-left: 15px;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2 .img-content, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .img-content, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .img-content {
  display: none;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2 .img-content h3, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .img-content h3, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .img-content h3 {
  color: #5B7553;
  font-size: 30px;
  font-weight: 700;
  font-family: "Familjen Grotesk", sans-serif;
}
.plant-month-main .carousel-shell #pm-3 .row .cc-2 .img-content p, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .img-content p, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .img-content p {
  padding-right: 25px;
  color: #5B7553;
  font-size: 18px;
  max-height: 145px;
  overflow: auto;
}
.plant-month-main .carousel-shell #pm-3 .row .in-left,
.plant-month-main .carousel-shell #pm-3 .row .in-right {
  top: 134px;
}
.plant-month-main .carousel-shell #pm-3 .row .in-left {
  left: -93.5px;
}
.plant-month-main .carousel-shell #pm-3 .row .in-right {
  right: -93.5px;
}
.plant-month-main .carousel-shell #pm-4 {
  background-color: #AE8AAE;
}
.plant-month-main .carousel-shell #pm-4 .row {
  border-color: #F5FCD9;
}
.plant-month-main .carousel-shell #pm-4 .row [class^="corner-dot-"] {
  background: #F5FCD9;
}
.plant-month-main .carousel-shell #pm-4 .row [class^="corner-dot-"]::after {
  border-color: #F5FCD9;
}
.plant-month-main .carousel-shell #pm-4 .row .in-left,
.plant-month-main .carousel-shell #pm-4 .row .in-right {
  background: #F5FCD9;
  color: #AE8AAE;
  top: 136px;
}
.plant-month-main .carousel-shell #pm-4 .row .in-left {
  left: -95.5px;
}
.plant-month-main .carousel-shell #pm-4 .row .in-right {
  right: -95.5px;
}
.plant-month-main .carousel-shell #pm-4 .row .cc-1 {
  border-color: #F5FCD9;
}
.plant-month-main .carousel-shell #pm-4 .row .cc-1 h2 {
  color: #F5FCD9;
}
.plant-month-main .carousel-shell #pm-4 .row .cc-2 .item .img-blk {
  border: 1px solid #F5FCD9;
  background-color: transparent;
}
.plant-month-main .carousel-shell #pm-4 .row .cc-2 .item .img-blk .active-img {
  display: none;
}
.plant-month-main .carousel-shell #pm-4 .row .cc-2 .item .img-blk.active {
  background-color: #F5FCD9;
}
.plant-month-main .carousel-shell #pm-4 .row .cc-2 .item .img-blk.active img {
  display: none;
}
.plant-month-main .carousel-shell #pm-4 .row .cc-2 .item .img-blk.active .active-img {
  display: block;
}
.plant-month-main .carousel-shell #pm-4 .row .cc-2 .img-content h3, .plant-month-main .carousel-shell #pm-4 .row .cc-2 .img-content p {
  color: #F5FCD9;
}
.plant-month-main .carousel-shell #pm-5 {
  background-color: #A7AD8D;
}
.plant-month-main .carousel-shell #pm-5 .row {
  border-color: #5B7553;
}
.plant-month-main .carousel-shell #pm-5 .row [class^="corner-dot-"] {
  background: #5B7553;
}
.plant-month-main .carousel-shell #pm-5 .row [class^="corner-dot-"]::after {
  border-color: #5B7553;
}
.plant-month-main .carousel-shell #pm-5 .row .in-left,
.plant-month-main .carousel-shell #pm-5 .row .in-right {
  background: #5B7553;
  color: #F5FCD9;
  top: 134px;
}
.plant-month-main .carousel-shell #pm-5 .row .in-right {
  right: -93.5px;
}
.plant-month-main .carousel-shell #pm-5 .row .in-left {
  left: -93.5px;
}
.plant-month-main .carousel-shell #pm-5 .row .cc-1 {
  border-color: #5B7553;
}
.plant-month-main .carousel-shell #pm-5 .row .cc-1 h2 {
  color: #1E441E;
}
.plant-month-main .carousel-shell #pm-5 .row .cc-2 .item .img-blk {
  background-color: #5B7553;
}
.plant-month-main .carousel-shell #pm-5 .row .cc-2 .item .img-blk .active-img {
  display: none;
}
.plant-month-main .carousel-shell #pm-5 .row .cc-2 .item .img-blk.active {
  background-color: #F5FCD9;
}
.plant-month-main .carousel-shell #pm-5 .row .cc-2 .item .img-blk.active img {
  display: none;
}
.plant-month-main .carousel-shell #pm-5 .row .cc-2 .item .img-blk.active .active-img {
  display: block;
}
.plant-month-main .carousel-shell #pm-5 .row .cc-2 .img-content h3, .plant-month-main .carousel-shell #pm-5 .row .cc-2 .img-content p {
  color: #1E441E;
}

@media (max-width: 768px) {
  .carousel-shell {
    height: 620px;
    border-radius: 0;
  }
  .carousel-shell .slide {
    width: 74vw;
    max-width: 360px;
    height: 280px;
  }
  .carousel-shell .slide.left-1, .carousel-shell .slide.right-1 {
    opacity: 0.62;
  }
  .carousel-shell .slide.left-2, .carousel-shell .slide.right-2 {
    opacity: 0.2;
  }
  .carousel-shell .slide.hidden-left, .carousel-shell .slide.hidden-right {
    transform: translate(-50%, -50%) scale(0.45);
  }
  .carousel-shell .nav-btn {
    width: 44px;
    height: 44px;
  }
  .carousel-shell .nav-btn.prev {
    left: 4px;
  }
  .carousel-shell .nav-btn.next {
    right: 4px;
  }
  .carousel-shell .nav-btn svg {
    width: 24px;
    height: 24px;
  }
}
/* responsive */
@media (max-width: 1200px) {
  .carousel-shell .slide {
    width: 430px;
    height: 330px;
  }
  .carousel-shell .slide.left-1 {
    transform: translate(calc(-50% - 180px), -50%) scale(0.8);
  }
  .carousel-shell .slide.right-1 {
    transform: translate(calc(-50% + 180px), -50%) scale(0.8);
  }
  .carousel-shell .slide.left-2 {
    transform: translate(calc(-50% - 300px), -50%) scale(0.62);
  }
  .carousel-shell .slide.right-2 {
    transform: translate(calc(-50% + 300px), -50%) scale(0.62);
  }
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .footer-strip .container .footer-icons {
    display: flex;
    justify-content: space-between;
  }
  .footer-strip .container .footer-icons img {
    width: 84px;
  }

  .contact-main .section-1 .row-1 {
    margin-bottom: 15px;
  }
  .contact-main .section-1 .row-2 .cc-1 {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=custom.css.map */
