/**
 * Content
 */

body {
	background-color: #fff;
	color: #848959;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(255, 255, 255, 0.25);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: .8rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.4);
	font-family: Favorit, Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.6rem;
	font-weight: 400;
	color: rgb(72, 86, 61);
	font-family: Favorit, Icons;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(102, 90, 71);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "DM Mono", Icons;
	padding: 0;
	margin: 0;
	font-size: 4.9rem;
	line-height: 0.9;
	color: rgb(131, 145, 91);
	font-style: normal;
	font-weight: 500;
	}

[data-predefined-style="true"] h1 a {
	color: rgb(52, 58, 42);
}

[data-predefined-style="true"] h2 {
	font-family: "DM Mono", Icons;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	color: rgb(109, 88, 52);
	font-size: 1.9rem;
	line-height: 1.5;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1.4;
	font-family: "DM Mono", Icons;
	font-style: normal;
	font-weight: 500;
	color: rgb(251, 255, 243);
}

[data-predefined-style="true"] small a {
	color: rgb(43, 47, 29);
	border-bottom-width: 1px;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align:  center/*!text_center*/;
}

[data-css-preset] body {
	background-color: #fbfff0/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 3.4rem /*!main_margin*/;
	padding-bottom: 3.4rem /*!main_margin*/;
	padding-left: 3.4rem /*!main_margin*/;
	padding-right: 3.4rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 90%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -3rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.75rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1.5rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: Favorit, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color:rgba(255, 255, 255, 0.75);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	right: 2rem /*!shop_button*/;
	top: 2rem /*!shop_button*/;
}

#shop_button.text {
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: Favorit, Icons;
    padding: 0;
	font-style: normal;
	font-weight: 400;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 40px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Favorit, Icons;
	font-style: normal;
    font-size: 1.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 1;
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: Favorit, Icons;
    font-size: 1.8rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(255,255,255,1);
    background:  rgba(255,255,255,1) url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 3rem .7rem 1rem;
    
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: Favorit, Icons;
	font-size: 1.8rem;
    background: rgba(0, 0, 0, 1);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    border-bottom: none;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.7rem /*!quick_view_padding*/;
    padding-bottom: 2.7rem /*!quick_view_padding*/;
    padding-left: 2.7rem /*!quick_view_padding*/;
    padding-right: 2.7rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: Favorit, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.14);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(255, 255, 255, 0.85);
}

.audio-player .icon {
    fill: rgba(255, 255, 255, 0.75);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.05);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.09);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(255, 255, 255, 0.6);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


.rotate {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.hover-title {
    display: inlin;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

.custom_btn {
    transition: all .5s ease;
    border: 5px solid #87a6c9;
    display: inline-flex;
    padding: 40px 10px 40px 10px;
    border-radius: 700px;
}

.custom_btn:hover {
    background-color: #87a6c9;
    transform: scale(105%, 105%);
}
.custom_btn1 {
    transition: all .5s ease;
    border: 5px solid #be94c1;
    display: inline-block;
    padding: 40px 10px 40px 10px;
    border-radius: 700px;
}

.custom_btn1:hover {
    background-color: #be94c1;
    transform: scale(105%, 105%);
}
.custom_btn2 {
    transition: all .5s ease;
    border: 5px solid #e3b083;
    display: inline-block;
    padding: 40px 10px 40px 10px;
    border-radius: 700px;
}

.custom_btn2:hover {
    background-color: #e3b083;
    transform: scale(105%, 105%);
}

.banner {
    
    background-color:  #f3f7e1;
    letter-spacing: 10px;
    font-family: "DM Mono", Icons;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.banner_men {
   margin: auto;
   font-size: 15px;  	
}

@media only screen and (max-width: 600px) {
.banner_men  {
 display: none;	
    }
}

.banner img{
    margin: auto;
    justify-content: center;
    align-content: center;
    scale: 70%;
    margin: -15px;
}

@media only screen and (max-width: 600px) {
.banner img{
    scale: 40%;
    margin: -20px;
    }
}  

.front_header {
    display: flex;
    margin: 0 -5% 0;
    align-items: center;
    justify-content: space-around;

    padding-bottom: 15px;
    margin-top: -10%;
}

.front_header img {
      width: 100%;
}

.tagline {
	margin: 0px;
    font-size: 2.8rem;
	line-height: 1.4;
	font-family: "DM Mono", Icons;
	font-style: normal;
	font-weight: 700;
	color: rgb(115, 131, 82);
}

.button_gall .button_row_1 .service_btn:nth-child(1){
    background-image: url("https://files.cargocollective.com/c1843416/Button_1.png");
    background-origin: content-box;
    background-repeat: repeat-x;
    background-position: -30px 10px;
    background-color: #f1ffd5;    
}

.button_gall .button_row_1 .service_btn:nth-child(2){
    background-origin: content-box;
    background-repeat: repeat-x;
    background-position: -30px 10px;
    background-color: #f1ffd5;
	background-image: url("https://files.cargocollective.com/c1843416/Button_2.png");
}

.button_gall .button_row_2 .service_btn:nth-child(1){
	background-image: url("https://files.cargocollective.com/c1843416/button_3.png");
	background-origin: content-box;
    background-repeat: repeat-x;
    background-position: -30px 10px;
    background-color: #f1ffd5;
   
    
}

.button_gall .button_row_2 .service_btn:nth-child(2){
	background-image: url("https://files.cargocollective.com/c1843416/button_4.png");
	background-origin: content-box;
    background-repeat: repeat-x;
    background-position: -30px 10px;
    background-color: #f1ffd5;
}

.front_info{
    overflow: auto;
	margin: auto;
    min-height: 500px;
    border-radius: 100px;
}

.front_info#one{
    background-color: #bfcc96;}

.front_info#two{
    background-color: #8cc0b7;}

.front_info#three{
    background-color: #bda55f;}

.frnt_gif {
	line-height: 7.0px;
    padding: 30px 30px 30px 30px;
    transform: translateY(100px);
    
}
.front_img{
    display: flex;
	margin-left:-50px;
    margin-right:-50px;
}
.front_img img{
	width:100%;
    height: 100%;
}

.front_info_box{
	background-color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 15px 0.5px;
}

.front_info_title{
	font-family: "DM Mono", Icons;
	font-style: normal;
	font-weight: 600;
	color: rgb(104, 92, 70);
    margin: 25px;
    font-size: 25px;
}

.front_info_title#rout{
	color: #6c7e4a;
}

.front_info_title#sci{
	color: #4a7e77;
}

.front_info_title#spec{
	color: #7e7b4a;
}

.front_info_desc{
	font-family: "DM Mono", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(104, 92, 70);
    margin: 25px;
    font-size: 21px;
    text-wrap: balance;
    
}
.front_button_s{
    display: inline-flex;
    border-radius: 50px;
    font-family: "DM Mono", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(104, 92, 70);
    margin: 10px;
    box-shadow: 0px 3px 5px 0.5px #707070;
    padding: 15px;
    min-width: 450px;
    font-size: 25px;
    justify-content: center;
}

@media only screen and (max-width: 1200px) {
 .front_button_s{
    min-width: 100px;
}
 .front_info_box{
    margin-bottom: 50px;
    }
}

.front_button_s#one{
    background-color: #829c54;
}

.front_button_s#two{
    background-color: #ce88bd;
}

.front_button_s#three{
    background-color: #5cb0bb;
}

.front_button_s#four{
    background-color: #bba95c;
}

.front_button_s#business{
    background-color: #a7c797;
    font-size: 20px;
}
.PlantGall {
	display: grid;
    gap: 50px;
    grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 2000px) {
	.PlantGall {
	grid-template-columns: repeat(4, 1fr);
    justify-items: center;
      gap: 25px;
}
}

@media only screen and (max-width: 1380px) {
  .PlantGall {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
      gap: 25px;
  }
}

.Plant {
    transition: 500ms;
    width: 400px;
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
    border-width: 5px;
    border-style: double;
    box-shadow: 1px 2px 5px;
}

@media only screen and (max-width: 850px) {
 .Plant {
    width: 150px;
    height: 225px;
    overflow: hidden;
    border-radius: 20px;
    border-width: 5px;
    border-style: double;
}
}

@media only screen and (max-width: 850px) {
.PlantImage {
    transform: translate(-100%, -70%);
	scale: 50%;
    z-index: 1;
    }
}

.PlantName {
    position: relative;
    margin-top: -25%;
    line-height: 1.5;
    font-size: 25px;
	background-color: #f0f1d7;
    font-weight: 100;
    font-style: oblique;
    border-top-style: double;
    border-bottom-style: double;
    border-width: 3px;
    border-bottom-width: 5px;
}

@media only screen and (max-width: 850px) {
.PlantName {
    position: relative;
    margin-top: -300%;
    line-height: 1.5;
	background-color: #f0f1d7;
    font-weight: 100;
    font-size: 15px;
    font-style: oblique;
    border-top-style: double;
    border-bottom-style: double;
    border-width: 3px;
    border-bottom-width: 5px;
    z-index: 2;
    }
}

.Plant:hover {
    transform: translateY(-10px);
    box-shadow: 3px 4px 7px;
}

.PlantMain {
    display: flex;
    margin-top: -30%;
    margin-bottom: -10%;
    border-bottom-style: double;
    border-bottom-width: 5px;
	scale: 0.7;
 
    justify-content: center;
    align-content: center;

}

.PlantMain > img{
    transform: translateY(50px);
    border: double;
    border-width: 5px;
    border-radius: 50px;

}

@media only screen and (max-width: 850px) {
.PlantMain{
    height: 600px;
    translate: 0px 10px;
    margin-top: -35%;

    }
}

.PP-Image {
    margin: auto;
    max-width: 700px;
    overflow: hidden;
    border-radius: 30px;
	border: double 5px;
    box-shadow: 0px 2px 5px;
}

.PP-Image > img {
    margin: auto; 
}

.SP-Image {
    margin: auto;
    max-width: 520px;
    overflow: hidden;
    border-radius: 30px;
	border: double 5px;
    box-shadow: 0px 2px 5px;
}

.SP-Image > img {
    margin: auto;
    scale: 1.22;
}


.PP-Name {
    font-family: "DM Mono", Icons;
	border-bottom: double;
    line-height: 1;
    font-style: italic;
    font-size: 40px;
    text-shadow: 0px 1px 2px;
    
}

.PP-Desc {
    font-family: "DM Mono", Icons;
	line-height: 1.5;
    margin-top: 15px;
}

.PP-Care {
    font-family: "DM Mono", Icons;
	line-height: 1.2;
    font-size: 40px;
    border-bottom: double;
    margin-top: 30px;
    text-shadow: 0px 1px 2px;
}

.PP-CareDesc {
	font-family: "DM Mono", Icons;
	line-height: 1.5;
    margin-top: 15px;
    text-align: center;
}

.PP-CarePoints {
	text-align: left;
    color: #46402a;
}

.Back-btn {
	text-align: left;
    text-shadow: 0px 1px 2px;
}

.Back-btn:Hover {
 text-shadow: 0px 2px 3px;
}

.Back {
	border-bottom: double;
    margin-bottom: 50px;
}

.S-menu {
position: relative;
width: 100%vw;
pointer-events: none;
margin-top: 0vh;
text-align: center;
z-index: 2;

    
}

.service_head{
	background-color: #d2fbcb;
    margin: -50px;
    margin-top:-50px;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;

}

/* Menu link item */
.menu_item{
    max-width: 500px;
	border: 1px solid #9eb06b;
    border-radius: 55px;
    background-color: #fdfff5;
   	overflow: hidden;
    margin: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    position: relative;
    
}

.menu_item-s{
    max-width: 400px;
	border: 1px solid #687655;
    border-radius: 55px;
    background-color: #fbfff2;
   	overflow: hidden;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    position: relative;
    
}

.menu_item-business{
    max-width: 500px;
	border: 1px solid #687655;
    border-radius: 55px;
    background-color: #fbfff2;
   	overflow: hidden;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    position: relative;
    
}

.menu_item > img {
    margin-top: -80px;
}

.menu_item-s > img {
    margin-top: -80px;
}
.menu-price{
    margin-left: -20px;
    margin-right: -10px;
    anchor-point: center;
    top: 2%;
	left: 50%; 
    transform: translate(-40%, 0); 
    position: absolute;
    color: #fff;
    font-style: italic;
    font-weight: 1000;
    -webkit-text-stroke-width: 1.5px;
  	-webkit-text-stroke-color: #0b1b02;
    
 
}

.menu-desc{
	padding: 10px 30px 30px 30px;
}
.menu__link {
display: inline-block;
text-decoration: none;
background-color:  #cfdcac;
border: 2px solid #9eb06b;
font-weight: 200;
color: #9eb06b; 
pointer-events: auto;
line-height: 40px; 
position: relative;
padding: 0 50px; 
box-sizing: border-box;
margin: 0;
user-select: none;
overflow: hidden;
border-radius: 50px;
}
 .menu_link:Hover{
	content: attr(data-hover);
  background-color: #263238; 
  color: #FFF;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.560, 1.000);
  right: 0; 
}
/* Panels Style*/
/* •••••••••••••••••••••••••••••••• */

/* Common panel style */
.S-panel {
display: inline;
align-items: center;
justify-content: center;
flex-direction: column;
position: absolute;
padding: 0% 10%;
top: 0;
height: 100%;
bottom: 0;
left: 0;
right: 0;
overflow: auto;
z-index: 999;
color: #000;
box-sizing: border-box;
text-align: center;
background-color: #a5c9e4;}


/* panel content (only for animation delay after open) */
.S-panel__content {
opacity: 0;
will-change: margin-top;
transition: all 700ms; 
transition-delay: 600ms;
padding-top: 100px;
padding-left: 100px;
padding-right: 100px;
margin-top: 5%;
}

.S-panel__content-consult {
background-color: #fff;
border-radius: 30px;
max-width: 1300px;
will-change: margin-top;
transition: all 700ms; 
transition-delay: 600ms;
padding-top: 50px;
padding-left: 100px;
padding-right: 100px;
margin: auto;
margin-top: 5%;
}
@media only screen and (max-width: 850px) {
.S-panel__content {
	padding-left: 0px;
	padding-right: 0px;
    }
 .S-panel__content-consult {
	padding-left: 0px;
	padding-right: 0px;
    }
}


/* Panel content animation after open */
.S-panel:target .S-panel__content {
opacity: 1;
}

.S-info-l {
 margin: auto;
 text-align: auto;
 max-width: 500px;
 padding: 100px 10px;
 font: 25px DM Mono Light, serif;
 color:rgb(82, 65, 53);
 font-weight: 100;
}

.S-info-r {
 margin: auto;
 text-align: auto;
 max-width: 500px;
 padding: 100px 10px;
 font:  25px DM Mono Light, serif;
 color:rgb(72, 62, 54);
 font-weight: 100;
}

.S-panel-title {
 font:  60px DM Mono Light, serif;
 color:rgb(255, 255, 255);
}
.S-info-t {
	font: bold 37px DM Mono Light, serif;
    color:rgb(255, 255, 255);
    margin-bottom: 20px;
}

.S-image {
	align-content: center;
}

.S-image > img {
    position: relative;
	border-radius: 30px;
    margin: auto;
    anchor-point: center;
}
/*  Specific "Home "panel */
/* •••••••••••••••••••••••••••••••• */

.S-panel#home {
z-index: 1;
background-color: #f2fee6;}


/*  Specific panel "Slice" */
/* •••••••••••••••••••••••••••••••• */

.S-panel#slice {
background-color: #E53935;
transition: all 800ms cubic-bezier(0.190, 1.000, 0.560, 1.000);
transform: translate3d( 0, -100%, 0 ); }

.S-panel#slice:target {
transform: translate3d( 0, 0, 0 ); }

.S-panel#sit {
background-color: #b5c394;
transition: all 800ms cubic-bezier(0.190, 1.000, 0.560, 1.000);
transform: translate3d( 0, -100%, 0 ); }

.S-panel#sit:target {
transform: translate3d( 0, 0, 0 ); }

.S-panel#repot {
background-color: #b78e8a;
transition: all 800ms cubic-bezier(0.190, 1.000, 0.560, 1.000);
transform: translate3d( 0, -100%, 0 ); }

.S-panel#repot:target {
transform: translate3d( 0, 0, 0 ); }

.S-panel#pest {
background-color: #557365;
transition: all 800ms cubic-bezier(0.190, 1.000, 0.560, 1.000);
transform: translate3d( 0, -100%, 0 ); }

.S-panel#pest:target {
transform: translate3d( 0, 0, 0 ); }

.S-panel#diag {
background-color: #ac7fd1;
transition: all 800ms cubic-bezier(0.190, 1.000, 0.560, 1.000);
transform: translate3d( 0, -100%, 0 ); }

.S-panel#diag:target {
transform: translate3d( 0, 0, 0 ); }

.S-panel#main {
background-color: #cab279;
transition: all 800ms cubic-bezier(0.190, 1.000, 0.560, 1.000);
transform: translate3d( 0, -100%, 0 ); }

.S-panel#main:target {
transform: translate3d( 0, 0, 0 ); }

.S-panel#cont{
background-color: #9aca79;
transition: all 800ms cubic-bezier(0.190, 1.000, 0.560, 1.000);
transform: translate3d( 0, -100%, 0 ); }

.S-panel#cont:target {
transform: translate3d( 0, 0, 0 ); }

.form {
	display: inline-block;
    min-height: 100;
    min-width: 100;
    background-color: red;
}

.form {
	border-radius: 30px;
    margin: auto;
    height: 25%;
    width: 100%;
}

.calen {
	border-radius: 30px;
    margin: auto;
    height: 25%;
    width: 100%;
}

.calen#business {
    height: 50%;
}

.bottom {
	max-height: 100px;
}


.business-services-header{
	font-family: "DM Mono", Icons;
    font-size: 35px;
    font-weight: 500;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 3px;
    border-color: rgba(61, 84, 61, 0.5);
    color: #595032;
    max-width: 500px;
    margin: auto;
	font-style: normal;
    padding-top: 35px;
}

.business-card-boxA{
	display: flex;
    flex-direction: column;
    
}

.business-care-type{
    
	font-family: "DM Mono", Icons;
    font-size: 30px;
    font-weight: 400;
    color: rgba(89, 80, 50, 0.64);
    margin: auto;

    min-width: 250px;
    background-color: rgba(113, 178, 176, 0.74);
    border-radius: 50px;
	box-shadow: 0px 4px 6px .1px #969696;
    
    
}

.business-care-type#full {
	margin-top: 60px;
    background-color: #9dc984;
}

.business-care-type#basic {
	margin-top: 20px;
    background-color: #bed6b1;
}

.business-care-type-desc{
	font-size: 20px;
    font-weight: 300;
    color: rgba(113, 101, 59, 0.9);
    margin-bottom: -15px;
    margin-top: 10px;
}

.business-card-boxB{
	display: flex;
    flex-direction: row;
    margin: auto;
    padding-top: 20px;
}


.business-card{
    font-family: "DM Mono", Icons;
    background-color: #bcb;
    border-radius: 50px;
    border-width: 0px;
    padding-bottom: 20px;
    padding-top: 15px;
    margin: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
  	text-align: center;
   	max-width: 300px;
    overflow: hidden;
    height: 90px;
    transition: height 1s;
}


.submit { -webkit-appearance: none; }

.business-card#water{
	 background-color: #6292a2;
}

.business-card#prune{
	background-color: #a28f62;
}

.business-card#clean{
	background-color: #80a262;
}

.business-card#fertilize{
	background-color: #ac76aa;
}

.business-card#repo{
	background-color: #756743;
}

.business-card#pest{
	background-color: #437556;
}

.business-card#diag{
	background-color: #754347;
}

.business-card .box{
	background-color: white;
    width: 110%;
    margin-left: -12px;
    box-shadow: 0px 0px 10px .3px #333;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 93%;
}

.business-card:focus{
	height: auto;
}


.business-card .title{
	font-size: 25px;
    font-weight: 400px;
    padding-top: 10px;
    border-style: solid;
    border-width: 0px;
    max-width: 200px;
    border-bottom-width: 3px;
    border-color: rgba(61, 84, 61, 0.5);
    margin: auto;
    
}

.business-card .title#water{
	 color: #6292a2;
    border-color:  #6292a2;
}

.business-card .title#prune{
	color: #a28f62;
    border-color:  #a28f62;
}

.business-card .title#clean{
	color: #80a262;
    border-color:  #80a262;
}

.business-card .title#fert{
	color: #a76fa5;
    border-color:  #a76fa5;
}

.business-card .title#repo{
	color: #756743;
    border-color:  #756743;
}

.business-card .title#pest{
	color: #437556;
    border-color:  #437556;
    font-size: 22px;
}

.business-card .title#diag{
	color: #754347;
    border-color:  #754347;
}

.business-card .description{
	font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2px;
    padding-right: 2px;
    text-wrap: balance;
}

@media only screen and (max-width: 850px) {
 .business-card .box{
    width: 116%;
    padding-left: 5px;
   	padding-right: 5px;
}
 .business-card{
	max-width: 200px;
    margin: 0px;
}
    
 .business-card .title#fert{
	font-size: 23px;
}

.business-card:focus{
	height: auto;
}
    
.business-card .description{
    color: #483527;
    }
    
 .business-card .title#pest{
	font-size: 18px;
    margin-top: 5px;
    padding-top: 20px;
	}
}


