* {
    font-family: 'Quicksand', sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
}

body {
    font-size: 16px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.wow {
    visibility: hidden;
}

.menu-wrapper, .toggle-menu {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#home > section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    color: #000;
    position: relative;
}

#home {
    width: 100%;
    height: 100vh;
    position: relative;
}

#home .swiper-slide {
    cursor: default;
}

#main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

#main-header .header-container {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

#main-header .header-container .logo {
    width: 200px;
    transition: 300ms;
}

#main-header .header-container .nav {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: 300ms;
}

#main-header .header-container .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: 300ms;
    transition-delay: 500ms;
}

#main-header .header-container .menu .languages {
    position: relative;
}

#main-header .header-container .menu .languages .active {
    border: 1px solid #551b96;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 12px;
    transition: 300ms;
    font-weight: 500;
    color: #551b96;
    text-transform: uppercase;
    padding: 5px 20px;
    min-width: 100px;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

#main-header .header-container .menu .languages .list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(0deg, #551a96 20%, #6606d1);
    font-size: 14px;
    list-style: none;
    text-align: center;
    border-radius: 15px;
    z-index: 11;
    transition: 300ms;
    max-height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

#main-header .header-container .menu .languages:Hover .list {
    padding: 35px 0 5px 0;
    max-height: 1000%;
    opacity: 1;
    visibility: visible;
}

#main-header .header-container .menu .languages:Hover .active {
    background: #fff;
}

#main-header .header-container .menu .languages .list a {
    color: #fff;
    transition: 300ms;
    margin-bottom: 6px;
    display: block;
    opacity: .7;
}

#main-header .header-container .menu .languages .list a:Hover {
    opacity: 1;
}

#main-header .header-container .menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    margin-right: 10px;
}

#main-header .header-container .menu > ul > li {
    position: relative;
}

#main-header .header-container .menu > ul > li > a {
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    margin-left: 3px;
    color: #551b96;
    transition: 300ms;
}

#main-header .header-container .menu > ul > li:Hover > a {
    background: linear-gradient(0deg, #551a96 20%, #6606d1);
    color: #fff;
}

#main-header .header-container .actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    transition: 100ms;
    transition-delay: 300ms;
}

#main-header .header-container .actions .appointment a {
    display: block;
    background: linear-gradient(0deg, #551a96 20%, #6606d1);
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 15px;
    margin-left: 10px;
}

#main-header .header-container .actions .appointment a:After {
    content: '\f30b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bolder;
    margin-left: 10px;
    transition: 300ms;
}

#main-header .header-container .actions .search form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 1px solid #ddd;
    border-radius: 15px;
}

#main-header .header-container .actions .search form input {
    width: 200px;
    height: 31px;
    border-radius: 10px;
    border: 0;
    background: transparent;
    font-size: 14px;
    padding: 0 10px;
}

#main-header .header-container .actions .search form button {
    width: 31px;
    height: 31px;
    border-radius: 15px;
    background: linear-gradient(0deg, #551a96 20%, #6606d1);
    color: #fff;
    font-size: 12px;
    border: 0;
}

#main-header .header-container .actions .search form button i {
    font-weight: lighter;
}

#main-header.animate {
    visibility: hidden !important;
}

#main-header.animate .logo {
    transform: translateY(-50px);
    opacity: 0;
}

#main-header.animate .header-container .menu {
    transform: translateY(-50px);
    opacity: 0;
}

#main-header.animate .header-container .actions {
    transform: translateY(-50px);
    opacity: 0;
}

#main-slider {
    position: relative;
}

#main-slider .slider {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 99;
}

#main-slider .owl-carousel .content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 30%;
    font-size: 75px;
    color: #281a6f;
    font-weight: 300;
    line-height: 1.3;
    padding-left: 60px;
}

#main-slider .owl-carousel .content p:first-line {
    font-weight: 500;
}

#main-slider .owl-navigations {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 99;
    padding-bottom: 60px;
}

#main-slider .owl-navigations .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main-slider .owl-navigations .actions .dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#main-slider .owl-navigations .actions .dots .dot {
    width: 80px;
    height: 1px;
    background-color: #ddd;
    margin-right: 2px;
    transition: 300ms;
}

#main-slider .owl-navigations .actions .dots .dot.active {
    background-color: #281a6f;
}

#main-slider .owl-navigations .actions .buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: translateY(90px);
    transition: 2000ms;
    opacity: 0;
}

#main-slider .owl-carousel .content .title {
    transition: 1100ms;
    transform: translateY(220px);
    opacity: 0;
}

body.cta-slider #main-slider.swiper-slide-active .owl-carousel .content .title {
    transform: translateY(0);
    opacity: 1;;
}

#main-slider.swiper-slide-active .owl-navigations .actions .buttons {
    opacity: 1;
    transform: translateY(0);
}

#main-slider .owl-navigations .actions .button {
    padding-left: 30px;
}

#main-slider .owl-navigations .actions .button button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #281a6f;
    border-radius: 100%;
    background-color: transparent;
    z-index: 11;
    transition: 300ms;
    color: #281a6f;
    font-size: 18px;
    position: relative;
}

#main-slider .owl-navigations .actions .button button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #281a6f;
    height: 100%;
    z-index: -1;
    border-radius: 100%;
    transition: 300ms;
    transform: scale(0);
    opacity: 0;
}

#main-slider .owl-navigations .actions .button:Hover button:before {
    opacity: 1;
    transform: scale(1.1);
}

#main-slider .owl-navigations .actions .button:Hover button {
    color: #fff;
    transform: scale(.9);
    box-shadow: 0 0 25px #281a6f;
}

#main-slider .owl-navigations .actions .scroll p {
    margin: 0;
    font-size: 14px;
    color: #555555;
    display: flex;
    align-items: center;
}

#main-slider .owl-navigations .actions .scroll p i {
    display: flex;
    margin: 5px;
    background: #281a6f;
    color: #fff;
    font-weight: lighter;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#main-slider #butterfly {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: -1;
    top: 0;
    transform: scale(.5);
    transition: 300ms;
}

#main-slider.swiper-slide-active #butterfly {
    transform: scale(1);
}

#main-slider #butterfly img {
    width: 350px;
    height: 350px;
    object-fit: contain;
    transform: translateX(-100%);
}

#main-slider:Before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-image: url(/images/leafs-left.svg);
    background-position: left top;
    background-repeat: no-repeat;
    transition: 1600ms;
    transform: translate(-50%, -280px) scale(.5);
    opacity: 0;
}

#main-slider:After {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-image: url(/images/leafs-right.svg);
    background-position: right top;
    background-repeat: no-repeat;
    transition: 1600ms;
    transform: translate(50%, -280px) scale(.5);
    opacity: 0;
}

#main-slider.swiper-slide-active:Before {
    transform: translate(0) scale(1);
    opacity: 1;
}

#main-slider.swiper-slide-active:After {
    transform: translate(0) scale(1);
    opacity: 1;
}

#main-slider .owl-navigations .actions .scroll p i {
    animation-name: tada;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#main-about {
    position: relative;
    z-index: -1;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25% 15% 25%;
    text-align: center;
}

#main-about:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/about-bg.jpg);
    z-index: -2;
    background-size: cover;
    background-position: center -10px;
    transition: 1300ms
}

#main-about.swiper-slide-active:before {
    background-position: center -180px;
}

#main-about h1 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 20px;
    transform: translateY(50px);
    transition: 600ms;
    opacity: 0;
    transition-delay: 200ms;
}

#main-about p {
    font-size: 14px;
    max-width: 100%;
    width: 700px;
    line-height: 1.8;
    letter-spacing: 1.1px;
    transform: translateY(100px);
    transition: 600ms;
    opacity: 0;
    transition-delay: 400ms;
}

#main-about .read-more {
    color: #fff;
    transition: 600ms;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 20px;
    text-transform: lowercase;
    transform: translateY(100px);
    opacity: 0;
    transition-delay: 600ms;
}

#main-about.swiper-slide-active h1 {
    transform: translateY(0);
    opacity: 1;
}

#main-about.swiper-slide-active p {
    transform: translateY(0);
    opacity: 1;
}

#main-about.swiper-slide-active .read-more {
    transform: translateY(0);
    opacity: 1;
}

#main-about.swiper-slide-active .read-more.active {
    transition-delay: 0ms;
    transition: 300ms;
}

#main-about .read-more:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin-left: 15px;
    transition: 300ms;
}

#main-about .read-more:Hover {
    background: #fff;
    color: #01249a;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
}

#main-about svg:first-child {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg);
    width: 100%;
}

#main-about svg:last-child {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
}

#main-about .leaf-layout {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#main-about .leaf-layout:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-image: url(/images/about-left-leafs.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -80px;
    transform: translateX(-150px) scale(.6);
    transition: 1500ms;
}

#main-about.swiper-slide-active .leaf-layout:before {
    transform: translateX(0) scale(1);
}

#main-about .leaf-layout:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-image: url(/images/about-right-leafs.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -80px;
    transform: translateX(150px) scale(.6);
    transition: 1500ms;
}

#main-about.swiper-slide-active .leaf-layout:after {
    transform: translateX(0) scale(1);
}

#main-categories {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-categories .category-content {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    overflow: hidden;
}

#main-categories .category-content:after {
    content: '';
    position: absolute;
    left: -10px;
    bottom: -80px;
    width: 250px;
    height: 250px;
    background-image: url(/images/categories-leafs.svg);
    z-index: -1;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 1600ms;
    opacity: 0;
    transform: scale(.5) translate(-120px);
}

#main-categories.swiper-slide-active .category-content:after,
#page #main-categories.wowed .category-content:after {
    opacity: 1;
    transform: scale(1) translate(0);
}

#main-categories .category-content:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 300px;
    background-color: #f5f6f7;
    border-radius: 30px;
}

#main-categories .categories-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
    column-gap: 10px;
    flex-wrap: wrap;
}

#main-categories .categories-container .category {
    width: calc(33% - 10px);
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: 300ms;
}

#main-categories .categories-container .category:Hover {
    border-color: #ed5555;
}

#main-categories .categories-container .category img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

#main-categories .categories-container .category .content {
    text-align: center;
}

#main-categories .categories-container .category .title {
    display: block;
    font-size: 32px;
    text-transform: lowercase;
    font-weight: 600;
    color: #281a6f;
    transition: 300ms;
    margin-bottom: 15px;
}

#main-categories .categories-container .category .read-more {
    text-transform: lowercase;
    background-color: #ed5555;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 20px;
    transition: 500ms;
    display: inline-block;
    transform: translateY(30px);
    opacity: 0;
}

#main-categories .categories-container .category .read-more:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin-left: 15px;
    font-size: 12px;
}

#main-categories .categories-container .category .read-more:Hover {
    background-color: #ff3434;
    box-shadow: 0 0 20px #ff3434;
}

#main-categories .categories-container .category:Hover .read-more {
    opacity: 1;
    transform: translateY(0);
}

#main-categories .categories-container .category:first-child {
    transform: translateX(-210px);
    transition: 1600ms;
}

#main-categories .categories-container .category:nth-child(3) {
    transform: translateX(210px);
    transition: 1600ms;
}

#main-categories.swiper-slide-active .categories-container .category,
#page #main-categories.wowing .categories-container .category {
    transform: translateX(0);
}

#main-categories .categories-container .cta-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
    transform: translateY(150px);
    transition: 1600ms;
    opacity: 0;
}

#main-categories.swiper-slide-active .categories-container .cta-button,
#page #main-categories.wowing .categories-container .cta-button {
    opacity: 1;
    transform: translateY(0);
}

#main-categories .categories-container .cta-button .button {
    background-color: #572886;
    border-radius: 30px;
    font-size: 18px;
}

#main-categories .categories-container .cta-button .button p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
}

#main-categories .categories-container .cta-button .button p a {
    background-color: #fff;
    font-size: 14px;
    padding: 3px 8px 3px 16px;
    margin-left: 20px;
    border-radius: 20px;
    text-transform: lowercase;
    color: #572886;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-categories .categories-container .cta-button .button p a:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: 300ms;
    border-radius: 100%;
}

#main-categories .categories-container .cta-button .button p a:Hover:after {
    background-color: #572886;
    color: #fff;
    box-shadow: 0 0 20px #572886;
    transform: scale(1.1);
}

#main-post {
    background-color: #f7f8f9;
}

#main-post svg:first-child {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg);
    width: 100%;
}

#main-post svg:last-child {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
}

.butterfly-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.butterfly-info .info-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 1440px;
    margin: auto;
}

.butterfly-info .info-container .image {
    width: 600px;
    position: relative;
}

.butterfly-info .info-container .image img {
    width: 100%;
    transition: 1600ms;
    transform: rotate(15deg) translate(-60px, -60px);
    opacity: 0;
}

.butterfly-info .info-container .image:after {
    content: '';
    position: absolute;
    right: 120px;
    top: 30px;
    width: 100px;
    height: 100px;
    background-image: url(/images/insects-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    transform: translateX(80px) rotate(40deg);
    transition: 1600ms;
    opacity: 0;
}

#main-post.swiper-slide-active .butterfly-info .info-container .image img {
    opacity: 1;
    transform: rotate(0) translate(0);
}

#main-post.swiper-slide-active .butterfly-info .info-container .image:after {
    opacity: 1;
    transform: rotate(0) translate(0);
}

.butterfly-info .info-container .content {
    width: calc(100% - 600px);
    padding-left: 80px;
}

.butterfly-info .info-container .content .title {
    max-width: 50%;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 300;
    color: #28196f;
    transition: 1000ms;
    transform: translateX(-100px);
    opacity: 0;
}

.butterfly-info .info-container .content .title:first-line {
    font-size: 65px;
    font-weight: 600;
}

.butterfly-info .info-container .content .summary {
    font-size: 14px;
    max-width: 70%;
    line-height: 1.7;
    letter-spacing: .2px;
    color: #7e7e7e;
    transition: 1500ms;
    transform: translateX(-100px);
    opacity: 0;
}

.butterfly-info .info-container .content .read-more {
    display: inline-block;
    font-size: 14px;
    text-transform: lowercase;
    color: #9b9b9b;
    font-weight: 600;
    padding: 10px 30px;
    border: 1px solid #9b9b9b;
    border-radius: 20px;
    transition: 2000ms;
    transform: translateX(-100px);
    opacity: 0;
}

.butterfly-info .info-container .content .read-more:After {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 15px;
    transition: 300ms;
    font-weight: lighter;
}

.butterfly-info .info-container .content .read-more:Hover {
    color: #28196f;
    border-color: #28196f;
}

#main-post.swiper-slide-active .butterfly-info .info-container .content .summary {
    transform: translateX(0);
    opacity: 1;
}

#main-post.swiper-slide-active .butterfly-info .info-container .content .title {
    transform: translateX(0);
    opacity: 1;
}

#main-post.swiper-slide-active .butterfly-info .info-container .content .read-more {
    transform: translateX(0);
    opacity: 1;
}

#main-gallery .gallery-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#main-gallery .gallery-container > div {
    width: 50%;
    position: relative;
}

#main-gallery .gallery-container .info {
    padding-right: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#main-gallery .gallery-container .info .section-title {
    display: block;
    font-size: 40px;
    color: #28196f;
    margin-bottom: 30px;
    transition: 1600ms;
    transform: translateY(60px);
    opacity: 0;
    font-weight: bolder;
}

#main-gallery .gallery-container .info .section-title span {
    font-weight: lighter;
}

#main-gallery .gallery-container .socials {
    margin-bottom: 250px;
    position: relative;
}

#main-gallery .gallery-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 280px;
    width: 100%;
    height: 300px;
    background: #28196f;
}

#main-gallery .gallery-container .socials nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#main-gallery .gallery-container .socials nav a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    margin-right: 10px;
    border-radius: 10px;
    color: #000;
    font-size: 20px;
    transition: 1600ms;
    transform: scale(.5);
    opacity: 0;
}

#main-gallery .gallery-container .socials nav a.facebook {
    background: linear-gradient(60deg, #344c80 30%, #4e7fe4);
    color: #fff;
}

#main-gallery .gallery-container .socials nav a.instagram {
    background: linear-gradient(60deg, rgb(188 42 87) 30%, #FF9800);
    color: #fff;
}

#main-gallery .gallery-container .socials nav a.twitter {
    background: linear-gradient(60deg, rgb(0, 172, 237) 30%, rgb(136 218 249));
    color: #fff;
}

#main-gallery .gallery-container .socials nav a.youtube {
    background: linear-gradient(60deg, #bb0000 30%, #ff7777);
    color: #fff;
}

#main-gallery .gallery-container .socials nav a.pinterest {
    background: linear-gradient(60deg, #cb2027 30%, #fd8086);
    color: #fff;
}

#main-gallery .gallery-container .socials nav a.tripadvisor {
    background: linear-gradient(60deg, #00af87 30%, #00efb8);
    color: #fff;
}

#main-gallery .gallery-container .socials nav a:Hover {
    box-shadow: 0 0 30px #c8c8c8;
    transform: scale(1.1);
}

#main-gallery .gallery-container .gallery-card {
    background: #fff;
    width: 600px;
    max-width: 100%;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    right: -250px;
    bottom: -50px;
    z-index: 99;
}

#main-gallery .gallery-container .flowers {
    position: absolute;
    width: 450px;
    right: 350px;
    bottom: -20px;
    z-index: 1;
    transform: scale(.5) translateX(120px);
    transition: 1600ms;
}

#main-gallery .gallery-container .gallery-card .title {
    display: block;
    font-size: 35px;
    color: #28196f;
    margin-bottom: 10px;
    transform: translateY(60px);
    transition: 1600ms;
    opacity: 0;
    font-weight: bolder;
}

#main-gallery .gallery-container .gallery-card .title span {
    font-weight: lighter;
}

#main-gallery .gallery-container .gallery-card p {
    color: #858585;
    margin-bottom: 30px;
    transition: 1600ms;
    transform: translateY(60px);
}

#main-gallery .gallery-container .gallery-card .read-more {
    font-size: 14px;
    font-weight: 600;
    text-transform: lowercase;
    color: #bcbec0;
    padding: 10px 30px;
    border: 1px solid #bcbec0;
    border-radius: 30px;
    transition: 1600ms;
    transform: translateY(60px);
    display: inline-block;
}

#main-gallery .gallery-container .gallery-card .read-more:After {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 20px;
    font-weight: lighter;
}

#main-gallery .gallery-container .gallery-card .read-more:Hover {
    border-color: #28196f;
    color: #28196f;
}

#main-gallery .gallery-container .images img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 70vh;
    width: 100%;
    object-fit: cover;
    transition: 300ms;
}

#main-gallery .gallery-container .images .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 160px;
    padding-top: 10px;
    transition: 1600ms;
    transform: translateY(60px);
    opacity: 0;
}

#main-gallery .gallery-container .images .owl-nav i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #28196f;
    margin-right: 10px;
    border-radius: 100%;
    color: #28196f;
    transition: 300ms;
}

#main-gallery .gallery-container .images .owl-nav i:Hover {
    background: #28196f;
    color: #fff;
    box-shadow: 0 0 12px #28196f;
}

#main-gallery.swiper-slide-active .gallery-container .images .owl-nav {
    opacity: 1;
    transform: translateY(0);
}

#main-gallery.swiper-slide-active .gallery-container .socials nav a {
    opacity: 1;
    transform: scale(1);
}

#main-gallery.swiper-slide-active .gallery-container .flowers {
    transform: scale(1) translateX(0);
}

#main-gallery.swiper-slide-active .gallery-container .info .section-title {
    transform: translateY(0);
    opacity: 1;
}

#main-gallery.swiper-slide-active .gallery-container .gallery-card .title {
    transform: translateY(0);
    opacity: 1;
}

#main-gallery.swiper-slide-active .gallery-container .gallery-card p {
    transform: translateY(0);
}

#main-gallery.swiper-slide-active .gallery-container .gallery-card .read-more {
    transform: translateY(0);
}

#main-articles {
    background: #f7f8f9;
    height: 100%;
}

#main-articles .section-content {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

#main-articles svg:first-child {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg);
    width: 100%;
}

#main-articles svg:last-child {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
}

#main-articles .articles-container {
    display: flex;
    column-gap: 40px;
}

#main-articles .section-content .section-header {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main-articles .section-content .section-header .section-title {
    font-size: 45px;
    font-weight: bolder;
    color: #28196f;
    transition: 1600ms;
    opacity: 0;
    transform: translateX(-100px);
}

#main-articles .section-content .section-header a {
    display: block;
    border: 2px solid #ed5555;
    text-transform: lowercase;
    padding: 10px 30px;
    border-radius: 30px;
    color: #ed5555;
    font-weight: bolder;
    transition: 1600ms;
    font-size: 14px;
    transform: translateX(100px);
    opacity: 0;
}

#main-articles .section-content .section-header a:After {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    margin-left: 15px;
}

#main-articles .section-content .section-header a:Hover {
    background: #ed5555;
    color: #fff;
    box-shadow: 0 0 30px #ed5555;
}

#main-articles .section-content .section-header .section-title span {
    font-weight: 300;
}

#main-articles .articles-container .article {
    width: 100%;
    background: #fff;
    border: 2px solid #ed5555;
    padding: 30px;
    border-radius: 30px;
    text-align: center;
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.1);
    transition: 1600ms;
    min-width:350px;
    opacity: 0;
}

#main-articles .articles-container .article .image {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 25px;
    transition: 600ms;
}

#main-articles .articles-container .article .image img {
    transition: 600ms;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#main-articles .articles-container .article .content .title {
    font-size: 20px;
    font-weight: bolder;
    color: #28196f;
    margin-bottom: 20px;
    display: block;
    transition: 600ms;
}

#main-articles .articles-container .article .content p {
    margin-bottom: -15px;
    font-size: 14px;
}

#main-articles .articles-container .article .content .read-more {
    position: relative;
    background: #ed5555;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: lowercase;
    color: #fff;
    transition: 300ms;
    bottom: -46px;
}

#main-articles .articles-container .article .content .read-more:Hover {
    background: #cf3535;
}

#main-articles .articles-container .article .content .read-more:after {
    content: '\f061';
    font-weight: lighter;
    margin-left: 10px;
    font-family: 'Font Awesome 5 Pro';
}

#main-articles .articles-container:hover .article:Not(:hover) {
    opacity: .6;
}

#main-articles .articles-container .article:Hover .image img {
    transform: scale(1.1);
    filter: brightness(50%);
}

#main-articles .articles-container .article:Hover .image {
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}

#main-articles .articles-container .article:Hover .content .title {
    color: #ed5555;
}

#main-articles.swiper-slide-active .section-content .section-header .section-title {
    opacity: 1;
    transform: translateX(0);
}

#main-articles.swiper-slide-active .section-content .section-header a {
    transform: translateX(0);
    opacity: 1;
}

#main-articles .articles-container .article:nth-child(1) {
    transform: translateY(90px);
    transition-delay: 200ms;
}

#main-articles .articles-container .article:nth-child(2) {
    transform: translateY(120px);
    transition-delay: 400ms;
}

#main-articles .articles-container .article:nth-child(3) {
    transform: translateY(150px);
    transition-delay: 600ms;
}

#main-articles.swiper-slide-active .articles-container .article {
    opacity: 1;
    transform: translateY(0);
}

#main-contacts {
    display: flex;
    align-items: flex-end;
}

#main-contacts .contacts-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#main-contacts .contacts-wrapper .container,
#main-contacts .contacts-wrapper .container {
    width: 100%;
}

#main-contacts .contacts-wrapper .contacts {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

#main-contacts .contacts-wrapper .contacts .map {
    width: 550px;
    height: 600px;
    background-image: url(/images/map.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#main-contacts .contacts-wrapper .contacts .map .title {
    background-color: rgb(36 53 116 / 49%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    transition: 300ms;
    opacity: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#main-contacts .contacts-wrapper .contacts .map .title i {
    margin-right: 15px;
}

#main-contacts .contacts-wrapper .contacts .map:Hover .title {
    opacity: 1;
}

#main-contacts .contacts-wrapper .contacts .info {
    width: calc(100% - 550px);
    padding: 15px 0 50px 50px;
}

#main-contacts .contacts-wrapper .contacts .info .white-box {
    background-color: #fff;
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 30px;
    position: relative;
    border-bottom-left-radius: 30px;
}

#main-contacts .contacts-wrapper .contacts .info .white-box > .title {
    width: 50%;
}

#main-contacts .contacts-wrapper .contacts .info .white-box > .title > .title {
    display: block;
    font-size: 37px;
    font-weight: bolder;
    margin-bottom: 30px;
    color: #28196f;
}

#main-contacts .contacts-wrapper .contacts .info .white-box > .title > a {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #bcbec0;
    font-weight: bolder;
    text-transform: lowercase;
    color: #bcbec0;
    padding: 10px 30px;
    border-radius: 20px;
    transition: 600ms;
}

#main-contacts .contacts-wrapper .contacts .info .white-box > .title > a:Hover {
    border-color: #28196f;
    color: #28196f;
}

#main-contacts .contacts-wrapper .contacts .info .white-box > .title > a:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin-left: 10px;
}

#main-contacts .contacts-wrapper .contacts .info .white-box > .value {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    color: #28196f;
}

#main-contacts .contacts-wrapper .contacts .info .white-box > .value p:last-child {
    margin: 0;
}

#main-contacts .contacts-wrapper .contacts .info .actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
    padding-right: 60px;
}

#main-contacts .contacts-wrapper .contacts .info .actions > div {
    width: 50%;
    text-align: center;
}

#main-contacts .contacts-wrapper .contacts:before {
    content: '';
    position: absolute;
    left: -280px;
    bottom: 0;
    width: calc(100% + 400px);
    height: 500px;
    background: #572886;
    z-index: -1;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#main-contacts .contacts-wrapper .contacts .info .actions .days .day {
    line-height: 2;
}

#main-contacts .contacts-wrapper .contacts .info .actions .days .day:not(.active) {
    display: none;
}

#main-contacts .contacts-wrapper .contacts .info .actions .days .day span {
    color: #fff;
    transition: 600ms;
    opacity: .4;
}

#main-contacts .contacts-wrapper .contacts .info .actions .days .now span {
    opacity: 1;
    font-weight: bolder;
}

#main-contacts .contacts-wrapper .contacts .info .actions .days .day:Hover span {
    opacity: .8;
}

#main-contacts .contacts-wrapper .contacts .info .actions > .working-hourses > .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-contacts .contacts-wrapper .contacts .info .actions > .working-hourses > .title span {
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    padding: 5px 10px;
    background: #ddd;
    border-radius: 15px;
}

#main-contacts .contacts-wrapper .contacts .info .actions > .working-hourses > .title span.open {
    background: #268f00;
}

#main-contacts .contacts-wrapper .contacts .info .actions > .working-hourses > .title span.close {
    background: #ff0000;
}

#main-contacts .contacts-wrapper .contacts .info .actions > .working-hourses > .days {
    overflow: auto;
}

#main-contacts .contacts-wrapper .contacts .info .actions > .email .title {
    font-size: 25px;
    color: #fff;
    text-transform: lowercase;
    font-weight: bolder;
    display: block;
    margin-bottom: 20px;
}

#main-contacts .contacts-wrapper .contacts .info .actions > .email .title span {
    font-weight: lighter;
}

#main-contacts .contacts-wrapper .contacts .info .actions > .email .address {
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 25px;
    overflow: hidden;
}

#main-contacts .contacts-wrapper .contacts .info .actions > .email .address p {
    margin: 0;
    opacity: .6;
    transition: 600ms;
    padding: 15px;
    font-size: 14px;
}

#main-contacts .contacts-wrapper .contacts .info .actions > .email:Hover .address p {
    opacity: 1;
}

#main-contacts .contacts-wrapper .contacts .info .actions > .email .address i {
    margin: 0;
    transition: 300ms;
    background: #fff;
    display: flex;
    width: 80px;
    align-items: center;
    justify-content: center;
    color: #572886;
    border-radius: 25px;
}

#main-contacts .contacts-wrapper .contacts:after {
    content: '';
    position: absolute;
    left: -280px;
    bottom: 0;
    width: calc(100% + 100px);
    height: 215px;
    background: #481d74;
    z-index: -1;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#main-contacts .contacts-wrapper .contacts .map:after {
    content: '';
    position: absolute;
    right: -180px;
    bottom: 0;
    width: 250px;
    height: 250px;
    z-index: -1;
    background-image: url(/images/contacts-flowers.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 1600ms;
    transform: scale(.6) translateX(-50px);
    opacity: 0;
}

#main-contacts.swiper-slide-active .contacts-wrapper .contacts .map:after {
    opacity: 1;
    transform: scale(1) translateX(0);
}

#main-footer {
    margin-top: 60px;
    background-color: #f1f2f2;
}

#main-footer .footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#main-footer .footer-container .logo {
    width: 200px;
}

#main-footer .footer-container .logo img {
    width: 100%;
    filter: grayscale(100%);
    opacity: .6;
    transition: 300ms;
    max-height: 100px;
}

#main-footer .footer-container .logo img:hover {
    opacity: 1;
    filter: grayscale(0);
}

#main-footer .footer-container .menu {
    width: calc(100% - 500px);
    padding: 0 20px;
}

#main-footer .footer-container .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-footer .footer-container .menu ul li {
    margin: 0 20px;
}

#main-footer .footer-container .menu ul li a {
    color: #7b7b7b;
    transition: 300ms;
    display: block;
    font-weight: 500;
}

#main-footer .footer-container .menu ul li a:Hover {
    color: #000;
}

#main-footer .footer-container .copyright {
    width: 300px;
    background-color: #e1e1e1;
    text-align: center;
    padding: 30px;
    font-size: 14px
}

#main-footer .footer-container .copyright p:last-child {
    margin: 0;
}

#main-footer .footer-container .copyright p a {
    color: #000;
    font-weight: 600;
    opacity: .7;
    transition: 300ms;
    display: inline-block;
}

#main-footer .footer-container .copyright p a:hover {
    color: #572886;
    opacity: 1;
}


/* main butterfly */

/* layout style */
#wrapper {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -99;
    display: none;
}

/* index css3 objects css */
.flower {
    animation-name: scale_2x;

    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;

    -moz-animation-name: scale_2x;

    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;

    -ms-animation-name: scale_2x;

    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-animation-timing-function: ease-in-out;

    -o-animation-name: scale_2x;

    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-timing-function: ease-in-out;

    -webkit-animation-name: scale_2x;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    position: absolute;
}

.flower_1 {
    width: 350px;
    height: 350px;
    top: 250px;
    left: 0px;
    background: transparent url(/images/butterfly/flower_1.png) 0 0 no-repeat;
    z-index: 0;
    animation-name: scale_1x;
    -moz-animation-name: scale_1x;
    -ms-animation-name: scale_1x;
    -o-animation-name: scale_1x;
    -webkit-animation-name: scale_1x;

    animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    -webkit-animation-duration: 2s;
}

.flower_2 {
    width: 130px;
    height: 130px;
    top: 440px;
    left: 300px;
    background: transparent url(/images/butterfly/flower_2.png) 0 0 no-repeat;
    z-index: 1;
    animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    -ms-animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
}

.flower_3 {
    width: 180px;
    height: 180px;
    top: 460px;
    left: 500px;
    background: transparent url(/images/butterfly/flower_3.png) 0 0 no-repeat;
    z-index: 0;
    animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -ms-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
}

.flower_4 {
    width: 130px;
    height: 126px;
    top: 430px;
    left: 650px;
    background: transparent url(/images/butterfly/flower_4.png) 0 0 no-repeat;
    z-index: 1;
    animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    -webkit-animation-duration: 1.4s;
}

.flower_5 {
    width: 100px;
    height: 100px;
    top: 460px;
    right: 150px;
    background: transparent url(/images/butterfly/flower_5.png) 0 0 no-repeat;
    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

/* .butterfly1 css */
.butterfly1 {
    width: 90px;
    height: 102px;
    position: relative;
    top: 150px;
    left: 20px;
    -moz-animation: flight_1 10s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -webkit-animation: flight_1 10s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -ms-animation: flight_1 10s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -o-animation: flight_1 10s infinite cubic-bezier(0.3, 0, 0.7, 1);
    animation: flight_1 10s infinite cubic-bezier(0.3, 0, 0.7, 1);
}

.butterfly1_body {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 28px;
    background: url(/images/butterfly/butterfly1/butterfly_body.png) no-repeat;
}

.butterfly1_left {
    width: 47px;
    height: 95px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/butterfly/butterfly1/butterfly_left.png) no-repeat;
    animation-fill-mode: forwards;

    animation: fly1_left 0.3s infinite alternate;
    -webkit-animation: fly1_left 0.3s infinite alternate;
    -o-animation: fly1_left 0.3s infinite alternate;
    -moz-animation: fly1_left 0.3s infinite alternate;
    -ms-animation: fly1_left 0.3s infinite alternate;

    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.butterfly1_right {
    width: 49px;
    height: 38px;
    position: absolute;
    top: 43px;
    right: 0px;
    background: url(/images/butterfly/butterfly1/butterfly_right.png) no-repeat;

    animation: fly1_right 0.3s infinite alternate;
    -webkit-animation: fly1_right 0.3s infinite alternate;
    -o-animation: fly1_right 0.3s infinite alternate;
    -moz-animation: fly1_right 0.3s infinite alternate;
    -ms-animation: fly1_right 0.3s infinite alternate;

    -moz-transform-origin: 8%;
    -webkit-transform-origin: 8%;
    -o-transform-origin: 8%;
    -ms-transform-origin: 8%;
    transform-origin: 8%;
}

/* .butterfly3 css */
.butterfly3 {
    width: 90px;
    height: 102px;
    position: relative;
    top: 135px;
    left: 1251px;

    -moz-animation: flight_3 10s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -webkit-animation: flight_3 10s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -ms-animation: flight_3 10s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -o-animation: flight_3 10s infinite cubic-bezier(0.3, 0, 0.7, 1);
    animation: flight_3 10s infinite cubic-bezier(0.3, 0, 0.7, 1);
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    -o-animation-delay: 3s;
}

.butterfly3_body {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    right: 28px;
    background: url(/images/butterfly/butterfly3/butterfly_body.png) no-repeat;
}

.butterfly3_left {
    width: 49px;
    height: 38px;
    position: absolute;
    top: 43px;
    left: 1px;
    background: url(/images/butterfly/butterfly3/butterfly_left.png) no-repeat;

    animation: fly3_left 0.3s infinite alternate;
    -webkit-animation: fly3_left 0.3s infinite alternate;
    -o-animation: fly3_left 0.3s infinite alternate;
    -moz-animation: fly3_left 0.3s infinite alternate;
    -ms-animation: fly3_left 0.3s infinite alternate;

    -moz-transform-origin: 92%;
    -webkit-transform-origin: 92%;
    -o-transform-origin: 92%;
    -ms-transform-origin: 92%;
    transform-origin: 92%;
}

.butterfly3_right {
    width: 47px;
    height: 95px;
    position: absolute;
    top: 0px;
    right: -1px;
    background: url(/images/butterfly/butterfly3/butterfly_right.png) no-repeat;
    animation: fly3_right 0.3s infinite alternate;
    -webkit-animation: fly3_right 0.3s infinite alternate;
    -o-animation: fly3_right 0.3s infinite alternate;
    -moz-animation: fly3_right 0.3s infinite alternate;
    -ms-animation: fly3_right 0.3s infinite alternate;

    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}


/* .butterfly2_80 css */
.butterfly2 {
    width: 77px;
    height: 86px;
    position: relative;
    top: 13px;
    z-index: -1;
    left: 630px;

    -moz-animation: flight_2 15s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -webkit-animation: flight_2 15s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -ms-animation: flight_2 15s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -o-animation: flight_2 15s infinite cubic-bezier(0.3, 0, 0.7, 1);
    animation: flight_2 15s infinite cubic-bezier(0.3, 0, 0.7, 1);
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
}

.butterfly2_body {
    width: 6px;
    height: 23px;
    position: absolute;
    bottom: 28px;
    left: 42px;
    background: url(/images/butterfly/butterfly2_80/butterfly_body.png) no-repeat;
}

.butterfly2_left {
    width: 43px;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/butterfly/butterfly2_80/butterfly_left.png) no-repeat;

    animation: fly2_right 0.2s infinite alternate;
    -webkit-animation: fly2_right 0.2s infinite alternate;
    -o-animation: fly2_right 0.2s infinite alternate;
    -moz-animation: fly2_right 0.2s infinite alternate;
    -ms-animation: fly2_right 0.2s infinite alternate;

    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.butterfly2_right {
    width: 28px;
    height: 60px;
    position: absolute;
    bottom: 20px;
    right: 0px;
    background: url(/images/butterfly/butterfly2_80/butterfly_right.png) no-repeat;

    animation: fly2_left 0.2s infinite alternate;
    -webkit-animation: fly2_left 0.2s infinite alternate;
    -o-animation: fly2_left 0.2s infinite alternate;
    -moz-animation: fly2_left 0.2s infinite alternate;
    -ms-animation: fly2_left 0.2s infinite alternate;

    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

/* .butterfly2_110 css */
.butterfly4 {
    width: 102px;
    height: 95px;
    position: relative;
    top: 0px;
    left: 285px;
    z-index: -1;

    -moz-animation: flight_4 20s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -webkit-animation: flight_4 20s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -ms-animation: flight_4 20s infinite cubic-bezier(0.3, 0, 0.7, 1);
    -o-animation: flight_4 20s infinite cubic-bezier(0.3, 0, 0.7, 1);
    animation: flight_4 20s infinite cubic-bezier(0.3, 0, 0.7, 1);
}

.butterfly4_body {
    width: 8px;
    height: 31px;
    position: absolute;
    bottom: 10px;
    left: 50px;
    background: url(/images/butterfly/butterfly2_110/butterfly_body.png) no-repeat;
}

.butterfly4_left {
    width: 52px;
    height: 92px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/butterfly/butterfly2_110/butterfly_left.png) no-repeat;

    animation: fly4_left 0.35s infinite alternate;
    -webkit-animation: fly4_left 0.35s infinite alternate;
    -o-animation: fly4_left 0.35s infinite alternate;
    -moz-animation: fly4_left 0.35s infinite alternate;
    -ms-animation: fly4_left 0.35s infinite alternate;

    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.butterfly4_right {
    width: 44px;
    height: 80px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url(/images/butterfly/butterfly2_110/butterfly_right.png) no-repeat;

    animation: fly4_right 0.35s infinite alternate;
    -webkit-animation: fly4_right 0.35s infinite alternate;
    -o-animation: fly4_right 0.35s infinite alternate;
    -moz-animation: fly4_right 0.35s infinite alternate;
    -ms-animation: fly4_right 0.35s infinite alternate;

    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}


@charset "UTF-8";
/**************  flower scale animation  *****************/
@keyframes scale_2x {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.15, 1.15);
    }
}

@-moz-keyframes scale_2x {
    0% {
        -moz-transform: scale(1, 1);
    }
    100% {
        -moz-transform: scale(1.15, 1.15);
    }
}

@-o-keyframes scale_2x {
    0% {
        -o-transform: scale(1, 1);
    }
    100% {
        -o-transform: scale(1.15, 1.15);
    }
}

@-webkit-keyframes scale_2x {
    0% {
        -webkit-transform: scale(1, 1);
    }

    100% {
        -webkit-transform: scale(1.15, 1.15);
    }
}

/* scale_1x animation css3 */
@keyframes scale_1x {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.1, 1.1);
    }
}

@-moz-keyframes scale_1x {
    0% {
        -moz-transform: scale(1, 1);
    }

    100% {
        -moz-transform: scale(1.1, 1.1);
    }
}

@-o-keyframes scale_1x {
    0% {
        -o-transform: scale(1, 1);
    }
    100% {
        -o-transform: scale(1.1, 1.1);
    }
}

@-ms-keyframes scale_1x {
    0% {
        -ms-transform: scale(1, 1);
    }

    100% {
        -ms-transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes scale_1x {
    0% {
        -webkit-transform: scale(1, 1);
    }

    100% {
        -webkit-transform: scale(1.1, 1.1);
    }
}

/*****  butterfly css3 animations  *****/

/*****
 butterfly_1
******/
/**************  flight_1 animation  *****************/
@keyframes flight_1 {
    0% {
        transform: translate(0);
        backface-visibility: hidden;
    }
    15% {
        transform: translate(85px, 178px);
        backface-visibility: hidden;
    }
    25% {
        transform: translate(89px, 182px);
        backface-visibility: hidden;
    }
    35% {
        transform: translate(86px, 178px);
        backface-visibility: hidden;
    }
    50% {
        transform: translate(110px, -125px);
        backface-visibility: hidden;
    }
    70% {
        transform: translate(114px, -127px);
        backface-visibility: hidden;
    }
    85% {
        transform: translate(111px, -125px);
        backface-visibility: hidden;
    }
    100% {
        transform: translate(0);
    }
}

@-moz-keyframes flight_1 {

    0% {
        -moz-transform: translate(0);
        -moz-backface-visibility: hidden;
    }
    15% {
        -moz-transform: translate(85px, 178px);
        -moz-backface-visibility: hidden;
    }
    25% {
        -moz-transform: translate(89px, 182px);
        -moz-backface-visibility: hidden;
    }
    35% {
        -moz-transform: translate(86px, 178px);
        -moz-backface-visibility: hidden;
    }
    50% {
        -moz-transform: translate(110px, -125px);
        -moz-backface-visibility: hidden;
    }
    70% {
        -moz-transform: translate(114px, -127px);
        -moz-backface-visibility: hidden;
    }
    85% {
        -moz-transform: translate(111px, -125px);
        -moz-backface-visibility: hidden;
    }
    100% {
        -moz-transform: translate(0);
    }
}

@-webkit-keyframes flight_1 {

    0% {
        -webkit-transform: translate(0);
        -webkit-backface-visibility: hidden;
    }
    15% {
        -webkit-transform: translate(85px, 178px);
        -webkit-backface-visibility: hidden;
    }
    25% {
        -webkit-transform: translate(89px, 182px);
        -webkit-backface-visibility: hidden;
    }
    35% {
        -webkit-transform: translate(86px, 178px);
        -webkit-backface-visibility: hidden;
    }
    50% {
        -webkit-transform: translate(110px, -125px);
        -webkit-backface-visibility: hidden;
    }
    70% {
        -webkit-transform: translate(114px, -127px);
        -webkit-backface-visibility: hidden;
    }
    85% {
        -webkit-transform: translate(111px, -125px);
        -webkit-backface-visibility: hidden;
    }
    100% {
        -webkit-transform: translate(0);
    }
}

@-o-keyframes flight_1 {
    0% {
        -o-transform: translate(0);
        -o-backface-visibility: hidden;
    }
    15% {
        -o-transform: translate(85px, 178px);
        -o-backface-visibility: hidden;
    }
    25% {
        -o-transform: translate(89px, 182px);
        -o-backface-visibility: hidden;
    }
    35% {
        -o-transform: translate(86px, 178px);
        -o-backface-visibility: hidden;
    }
    50% {
        -o-transform: translate(110px, -125px);
        -o-backface-visibility: hidden;
    }
    70% {
        -o-transform: translate(114px, -127px);
        -o-backface-visibility: hidden;
    }
    85% {
        -o-transform: translate(111px, -125px);
        -o-backface-visibility: hidden;
    }
    100% {
        -o-transform: translate(0);
    }
}

/**************  fly1 wing_action animation  *****************/
@keyframes fly1_left {
    from {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(0);
    }
    to {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(-35deg);
    }
}


@keyframes fly1_right {
    from {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(-65deg) rotateX(15deg);
    }
    to {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(-88deg) rotateX(15deg);
    }
}

@-webkit-keyframes fly1_left {
    from {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(0deg);
    }
    to {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(-35deg);
    }
}


@-webkit-keyframes fly1_right {
    from {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(-65deg) rotateX(15deg);
    }
    to {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(-88deg) rotateX(15deg);
    }
}

@-moz-keyframes fly1_left {
    from {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(0);
    }
    to {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(-35deg);
    }
}


@-moz-keyframes fly1_right {
    from {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(-65deg) rotateX(15deg);
    }
    to {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(-88deg) rotateX(15deg);
    }
}

@-o-keyframes fly1_left {
    from {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(0);
    }
    to {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(-35deg);
    }
}


@-o-keyframes fly1_right {
    from {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(-65deg) rotateX(15deg);
    }
    to {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(-88deg) rotateX(15deg);
    }
}

/*******************************************************************************************************
 butterfly_3
********************************************************************************************************/
/**************  flight_3 animation  *****************/
@keyframes flight_3 {
    0% {
        transform: translate(0);
        backface-visibility: hidden;
    }

    20% {
        transform: translate(-120px, 90px);
        backface-visibility: hidden;
    }
    40% {
        transform: translate(-128px, 98px);
        backface-visibility: hidden;
    }
    60% {
        transform: translate(-203px, -216px);
        backface-visibility: hidden;
    }
    80% {
        transform: translate(-209px, -223px);
        backface-visibility: hidden;
    }

    100% {
        transform: translate(0);
    }
}

@-moz-keyframes flight_3 {

    0% {
        -moz-transform: translate(0);
        -moz-backface-visibility: hidden;
    }

    20% {
        -moz-transform: translate(-120px, 90px);
        -moz-backface-visibility: hidden;
    }
    40% {
        -moz-transform: translate(-128px, 98px);
        -moz-backface-visibility: hidden;
    }
    60% {
        -moz-transform: translate(-203px, -216px);
        -moz-backface-visibility: hidden;
    }
    80% {
        -moz-transform: translate(-209px, -223px);
        -moz-backface-visibility: hidden;
    }
    100% {
        -moz-transform: translate(0);
    }
}

@-webkit-keyframes flight_3 {

    0% {
        -webkit-transform: translate(0);
        -webkit-backface-visibility: hidden;
    }
    20% {
        -webkit-transform: translate(-120px, 90px);
        -webkit-backface-visibility: hidden;
    }
    40% {
        -webkit-transform: translate(-128px, 98px);
        -webkit-backface-visibility: hidden;
    }
    60% {
        -webkit-transform: translate(-203px, -216px);
        -webkit-backface-visibility: hidden;
    }
    80% {
        -webkit-transform: translate(-209px, -223px);
        -webkit-backface-visibility: hidden;
    }
    100% {
        -webkit-transform: translate(0);
    }
}

@-o-keyframes flight_3 {
    0% {
        -o-transform: translate(0);
        -o-backface-visibility: hidden;
    }

    20% {
        -o-transform: translate(-120px, 90px);
        -o-backface-visibility: hidden;
    }
    40% {
        -o-transform: translate(-128px, 98px);
        -o-backface-visibility: hidden;
    }
    60% {
        -o-transform: translate(-203px, -216px);
        -o-backface-visibility: hidden;
    }
    80% {
        -o-transform: translate(-209px, -223px);
        -o-backface-visibility: hidden;
    }


    100% {
        -o-transform: translate(0);
    }
}

/**************  fly3 wing_action animation  *****************/
@keyframes fly3_left {
    from {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(-60deg) rotateX(-13deg);
    }
    to {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(-88deg) rotateX(-13deg);
    }
}


@keyframes fly3_right {
    from {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(0);
    }
    to {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(-35deg);
    }
}

@-webkit-keyframes fly3_left {
    from {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(-60deg) rotateX(-13deg);
    }
    to {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(-88deg) rotateX(-13deg);
    }
}


@-webkit-keyframes fly3_right {
    from {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(0deg);
    }
    to {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(-35deg);
    }
}

@-moz-keyframes fly3_left {
    from {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(-60deg) rotateX(-13deg);
    }
    to {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(-88deg) rotateX(-13deg);
    }
}


@-moz-keyframes fly3_right {
    from {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(0);
    }
    to {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(-35deg);
    }
}

@-o-keyframes fly3_left {
    from {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(-60deg) rotateX(-13deg);
    }
    to {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(-88deg) rotateX(-13deg);
    }
}


@-o-keyframes fly3_right {
    from {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(0);
    }
    to {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(-35deg);
    }
}

/*******************************************************************************************************
 butterfly_2
********************************************************************************************************/
/**************  flight_2 animation  *****************/
@keyframes flight_2 {
    0% {
        transform: translate(0);
        backface-visibility: hidden;
    }
    10% {
        transform: translate(0);
        backface-visibility: hidden;
    }
    20% {
        transform: translate(45px, 328px);
        backface-visibility: hidden;
    }
    30% {
        transform: translate(43px, 323px);
        backface-visibility: hidden;
    }

    35% {
        transform: translate(339px, 18px);
        backface-visibility: hidden;
    }
    50% {
        transform: translate(339px, 18px);
        backface-visibility: hidden;
    }
    70% {
        transform: translate(339px, 18px);
        backface-visibility: hidden;
    }
    85% {
        transform: translate(161px, 85px);
        backface-visibility: hidden;
    }
    100% {
        transform: translate(0);
    }
}

@-moz-keyframes flight_2 {

    0% {
        -moz-transform: translate(0);
        -moz-backface-visibility: hidden;
    }
    10% {
        -moz-transform: translate(0);
        -moz-backface-visibility: hidden;
    }
    20% {
        -moz-transform: translate(45px, 328px);
        -moz-backface-visibility: hidden;
    }
    30% {
        -moz-transform: translate(43px, 323px);
        -moz-backface-visibility: hidden;
    }

    35% {
        -moz-transform: translate(339px, 18px);
        -moz-backface-visibility: hidden;
    }
    50% {
        -moz-transform: translate(339px, 18px);
        -moz-backface-visibility: hidden;
    }
    70% {
        -moz-transform: translate(339px, 18px);
        -moz-backface-visibility: hidden;
    }
    85% {
        -moz-transform: translate(161px, 85px);
        -moz-backface-visibility: hidden;
    }
    100% {
        -moz-transform: translate(0);
    }
}

@-webkit-keyframes flight_2 {

    0% {
        -webkit-transform: translate(0);
        -webkit-backface-visibility: hidden;
    }
    10% {
        -webkit-transform: translate(0);
        -webkit-backface-visibility: hidden;
    }
    20% {
        -webkit-transform: translate(45px, 328px);
        -webkit-backface-visibility: hidden;
    }
    30% {
        -webkit-transform: translate(43px, 323px);
        -webkit-backface-visibility: hidden;
    }

    35% {
        -webkit-transform: translate(339px, 18px);
        -webkit-backface-visibility: hidden;
    }
    50% {
        -webkit-transform: translate(339px, 18px);
        -webkit-backface-visibility: hidden;
    }
    70% {
        -webkit-transform: translate(339px, 18px);
        -webkit-backface-visibility: hidden;
    }
    85% {
        -webkit-transform: translate(161px, 85px);
        -webkit-backface-visibility: hidden;
    }
    100% {
        -webkit-transform: translate(0);
    }
}

@-o-keyframes flight_2 {
    0% {
        -o-transform: translate(0);
        -o-backface-visibility: hidden;
    }
    10% {
        -o-transform: translate(0);
        -o-backface-visibility: hidden;
    }
    20% {
        -o-transform: translate(45px, 328px);
        -o-backface-visibility: hidden;
    }
    30% {
        -o-transform: translate(43px, 323px);
        -o-backface-visibility: hidden;
    }

    35% {
        -o-transform: translate(339px, 18px);
        -o-backface-visibility: hidden;
    }
    50% {
        -o-transform: translate(339px, 18px);
        -o-backface-visibility: hidden;
    }
    70% {
        -o-transform: translate(339px, 18px);
        -o-backface-visibility: hidden;
    }
    85% {
        -o-transform: translate(161px, 85px);
        -o-backface-visibility: hidden;
    }
    100% {
        -o-transform: translate(0);
    }
}

/**************  fly2 wing_action animation  *****************/
@keyframes fly2_left {
    from {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(0);
    }
    to {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(-75deg);
    }
}


@keyframes fly2_right {
    from {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(0);
    }
    to {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(-75deg);
    }
}

@-webkit-keyframes fly2_left {
    from {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(0);
    }
    to {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(75deg);
    }
}


@-webkit-keyframes fly2_right {
    from {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(0);
    }
    to {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(-75deg);
    }
}

@-moz-keyframes fly2_left {
    from {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(0);
    }
    to {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(-75deg);
    }
}


@-moz-keyframes fly2_right {
    from {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(0);
    }
    to {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(-75deg);
    }
}

@-o-keyframes fly2_left {
    from {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(0);
    }
    to {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(-75deg);
    }
}


@-o-keyframes fly2_right {
    from {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(0);
    }
    to {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(-75deg);
    }
}


/*******************************************************************************************************
 butterfly_4
********************************************************************************************************/
/**************  flight_4 animation  *****************/
@keyframes flight_4 {
    0% {
        transform: translate(0);
        backface-visibility: hidden;
    }
    15% {
        transform: translate(35px, 133px);
        backface-visibility: hidden;
    }
    25% {
        transform: translate(249px, 178px);
        backface-visibility: hidden;
    }
    35% {
        transform: translate(386px, 126px);
        backface-visibility: hidden;
    }
    50% {
        transform: translate(200px, 92px);
        backface-visibility: hidden;
    }
    70% {
        transform: translate(200px, 96px);
        backface-visibility: hidden;
    }
    85% {
        transform: translate(200px, 92px);
        backface-visibility: hidden;
    }
    100% {
        transform: translate(0);
    }
}

@-moz-keyframes flight_4 {

    0% {
        -moz-transform: translate(0);
        -moz-backface-visibility: hidden;
    }
    15% {
        -moz-transform: translate(35px, 133px);
        -moz-backface-visibility: hidden;
    }
    25% {
        -moz-transform: translate(249px, 178px);
        -moz-backface-visibility: hidden;
    }
    35% {
        -moz-transform: translate(386px, 126px);
        -moz-backface-visibility: hidden;
    }
    50% {
        -moz-transform: translate(200px, 92px);
        -moz-backface-visibility: hidden;
    }
    70% {
        -moz-transform: translate(200px, 96px);
        -moz-backface-visibility: hidden;
    }
    85% {
        -moz-transform: translate(200px, 92px);
        -moz-backface-visibility: hidden;
    }
    100% {
        -moz-transform: translate(0);
    }
}

@-webkit-keyframes flight_4 {

    0% {
        -webkit-transform: translate(0);
        -webkit-backface-visibility: hidden;
    }
    15% {
        -webkit-transform: translate(35px, 133px);
        -webkit-backface-visibility: hidden;
    }
    25% {
        -webkit-transform: translate(249px, 178px);
        -webkit-backface-visibility: hidden;
    }
    35% {
        -webkit-transform: translate(386px, 126px);
        -webkit-backface-visibility: hidden;
    }
    50% {
        -webkit-transform: translate(200px, 92px);
        -webkit-backface-visibility: hidden;
    }
    70% {
        -webkit-transform: translate(200px, 96px);
        -webkit-backface-visibility: hidden;
    }
    85% {
        -webkit-transform: translate(200px, 92px);
        -webkit-backface-visibility: hidden;
    }
    100% {
        -webkit-transform: translate(0);
    }
}

@-o-keyframes flight_4 {
    0% {
        -o-transform: translate(0);
        -o-backface-visibility: hidden;
    }
    15% {
        -o-transform: translate(35px, 133px);
        -o-backface-visibility: hidden;
    }
    25% {
        -o-transform: translate(249px, 178px);
        -o-backface-visibility: hidden;
    }
    35% {
        -o-transform: translate(386px, 126px);
        -o-backface-visibility: hidden;
    }
    50% {
        -o-transform: translate(200px, 92px);
        -o-backface-visibility: hidden;
    }
    70% {
        -o-transform: translate(200px, 96px);
        -o-backface-visibility: hidden;
    }
    85% {
        -o-transform: translate(200px, 92px);
        -o-backface-visibility: hidden;
    }
    100% {
        -o-transform: translate(0);
    }
}

/**************  fly4 wing_action animation  *****************/
@keyframes fly4_left {
    from {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(0);
    }
    to {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(-55deg);
    }
}

@keyframes fly4_right {
    from {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(0);
    }
    to {
        backface-visibility: hidden;
        transform: perspective(1200px) rotateY(55deg);
    }
}

@-webkit-keyframes fly4_left {
    from {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(0);
    }
    to {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(-55deg);
    }
}

@-webkit-keyframes fly4_right {
    from {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(0);
    }
    to {
        -webkit-backface-visibility: hidden;
        -webkit-transform: perspective(1200px) rotateY(55deg);
    }
}

@-moz-keyframes fly4_left {
    from {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(0);
    }
    to {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(-55deg);
    }
}

@-moz-keyframes fly4_right {
    from {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(0);
    }
    to {
        -moz-backface-visibility: hidden;
        -moz-transform: perspective(1200px) rotateY(-55deg);
    }
}

@-o-keyframes fly4_left {
    from {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(0);
    }
    to {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(-55deg);
    }
}


@-o-keyframes fly4_right {
    from {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(0);
    }
    to {
        -o-backface-visibility: hidden;
        -o-transform: perspective(1200px) rotateY(-55deg);
    }
}

.flower_1 {
    width: 150px;
    height: 150px;
    background-size: contain;
    left: -60px;
}

.flower_2 {
    width: 90px;
    height: 90px;
    left: 0;
    bottom: 0;
    background-size: contain;
}

.flower_5 {
    top: 50%;
    right: -50px;
}


.flower_4 {
    top: 36%;
    right: -50px;
    left: unset;
}

.flower_3 {
    left: -70px;
}

.butterfly2 {
    left: 0;
}

.butterfly3 {
    left: unset;
    right: 0;
}

.butterfly4 {
    left: 20%;
    bottom: 50%;
    top: unset;
}

/* main butter fly end*/

.breadcrumb {
    position: relative;
    z-index: 1;
    background-image: url(/images/breadcrumbs/garden.webp);
    display: flex;
    flex-direction: column;
    border-radius: 0;
    height: 600px;
    align-items: center;
    justify-content: center;
    padding-top: 200px;
    background-size: cover;
    background-position: center center;
}

.breadcrumb svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.breadcrumb h1 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 10px;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
}

.breadcrumb ul li a:After {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin: 0 10px;
    color: #fff;
}

.breadcrumb ul li:last-child a:After {
    content: none;
}

.sup-page .main-header .header-container {
    background: #fff;
    border-radius: 100px;
    padding: 20px 40px !important;
    margin-top: 20px;
}

section#page {
    padding: 80px 0;
}

section#page .page-content {
    text-align: center;
    margin: auto;
    max-width: 1140px;
    color: #551a98;
    padding-bottom: 810px;
}

section#page .page-content:after {
    content: '';
    position: absolute;
    left: 0;
    height: 1000px;
    width: 100%;
    
    background-image: url(/images/about-garden.webp);
    z-index: -1;
}

section#page .page-content h1,
section#page .page-content h2,
section#page .page-content h3 {
    font-weight: bolder;
    margin-bottom: 20px;
}

section#page #main-categories .categories-container {
    transition: 800ms;
    opacity: 0;
}

.wowed section#page #main-categories .categories-container {
    opacity: 1;
}

section#page #main-categories .categories-container .category {
    transition: 600ms;
}

.sup-page #main-contacts .contacts-wrapper .contacts .map:after {
    opacity: 1;
    transform: scale(1) translateX(0);
}

#garden .information {
    margin: 100px 0;
}

#garden .information h2 {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    color: #572886;
    margin-bottom: 30px;
}

#garden #main-post {
    position: relative;
    background-color: transparent;
}

#info-row {
    background: #572886;
    color: #fff;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

#info-row .box {
    width: 50%;
    position: relative;
    padding-right: 100px;
}

#info-row .box h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

#info-row .box p {
    font-size: 14px;
    font-weight: 300;
}

#info-row .box p:last-child {
    margin: 0;
}

#info-row:before {
    content: '';
    position: absolute;
    left: calc(50% + 100px);
    width: 330px;
    bottom: 0;
    height: 300px;
    background-image: url(/images/info-leaf-1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 50px;
    transition: 1600ms;
    transform: translateY(150px) scale(.6) rotate(-20deg);
    opacity: 0;
}

#info-row:after {
    content: '';
    position: absolute;
    left: calc(50% + 240px);
    width: 330px;
    bottom: 0;
    height: 350px;
    background-image: url(/images/info-leaf-2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 50px;
    transition: 1600ms;
    transform: translateY(150px) scale(.6) rotate(20deg);
    opacity: 0;
}

#info-row .box:after {
    content: '';
    position: absolute;
    right: -450px;
    width: 250px;
    bottom: 0;
    height: 200px;
    background-image: url(/images/info-butterfly.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 1600ms;
    transform: translateY(50px) scale(.6);
    opacity: 0;
}

#info-row.wowed .box:after {
    transform: translateY(0) scale(1);
    opacity: 1;
}

#info-row.wowed:after {
    transform: translateY(0) scale(1) rotate(0);
    opacity: 1;
}

#info-row.wowed:before {
    transform: translateY(0) scale(1) rotate(0);
    opacity: 1;
}

#garden .information .info-flower {
    position: relative;
    z-index: 1;
}

#garden .information .info-flower:before {
    content: '';
    position: absolute;
    left: calc(calc(100% - 1440px) / 2);
    top: 0;
    width: 130px;
    height: 130px;
    background: url(/images/info-flower.webp);
    margin-top: -65px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 1600ms;
    transform: rotate(30deg) scale(.6);
    opacity: 0;
}

#garden .information .info-flower.wowed:before {
    opacity: 1;
    transform: rotate(0) scale(1);
}

#garden #life-row {
    background: #f8f8f8;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

#garden #life-row p {
    color: #551a98;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    max-width: 70%;
}

#garden .wowed .butterfly-info .info-container .image img {
    opacity: 1;
    transform: rotate(0) translate(0, 0);
}

#garden .wowed .butterfly-info .info-container .image:after {
    opacity: 1;
    transform: rotate(0) translate(0);
}

#garden .wowed .butterfly-info .info-container .content .summary {
    transform: translateX(0);
    opacity: 1;
}

#garden .wowed .butterfly-info .info-container .content .title {
    transform: translateX(0);
    opacity: 1;
}

#garden .wowed .butterfly-info .info-container .content .read-more {
    transform: translateX(0);
    opacity: 1;
}

#garden #life-row:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -40%;
    width: 400px;
    height: 400px;
    z-index: 1;
    background-image: url(/images/info-leaf-3.webp);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-120px, 120px) scale(.6);
    transition: 1600ms;
    opacity: 0;
    background-position: left bottom;
}

#garden #life-row.wowed:before {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

#garden #life-row:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40%;
    width: 400px;
    height: 400px;
    z-index: 1;
    background-image: url(/images/info-leaf-4.webp);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-120px, 120px) scale(.6);
    transition: 1600ms;
    opacity: 0;
    background-position: right center;
}

#garden #life-row.wowed:after {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

#garden-products {
    margin: 120px 0;
}

#garden-products .products-container {
    max-width: 1140px;
    margin: auto;
}

#garden-products .products-container .product {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 30px 0;
    z-index: 1;
}

#garden-products .products-container .product:nth-child(odd):Before {
    content: '';
    position: absolute;
    left: 70px;
    bottom: 0;
    width: calc(100% - 350px);
    height: 100%;
    border-bottom-left-radius: 150px;
    border-top-left-radius: 150px;
    z-index: -1;
    border-bottom: 1px solid #b2d73b;
    border-left: 1px solid #b3d636;
}

#garden-products .products-container .product:nth-child(odd):After {
    content: '';
    position: absolute;
    left: 70px;
    bottom: 1px;
    width: calc(100% - 350px);
    height: 100%;
    border-bottom-left-radius: 150px;
    border-top-left-radius: 150px;
    z-index: -1;
    border-top: 1px solid #b2d73b;
    border-left: 1px solid #b3d636;
}

#garden-products .products-container .product:first-child:nth-child(odd):after {
    width: 400px;
}

#garden-products .products-container .product:nth-child(even):Before {
    content: '';
    position: absolute;
    right: 120px;
    bottom: 1px;
    width: calc(100% - 350px);
    height: 100%;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    z-index: -1;
    border-right: 1px solid #b2d73b;
    border-top: 1px solid #b3d636;
}

#garden-products .products-container .product:nth-child(even):After {
    content: '';
    position: absolute;
    right: 120px;
    bottom: 0;
    width: calc(100% - 350px);
    height: 100%;
    border-bottom-right-radius: 150px;
    border-top-right-radius: 150px;
    z-index: -1;
    border-right: 1px solid #b2d73b;
    border-bottom: 1px solid #b3d636;
}

#garden-products .products-container .product .image {
    width: 350px;
}

#garden-products .products-container .product .image img {
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    transition: 900ms;
    transform: scale(.5);
    opacity: 0;
}

#garden-products .products-container .product.wowed .image img {
    opacity: 1;
    transform: scale(1);
}

#garden-products .products-container .product .content {
    width: calc(100% - 350px);
    color: #551a98;
}

#garden-products .products-container .product .content > .title {
    display: block;
    font-size: 25px;
    margin-bottom: 15px;
    transition: 800ms;
}

#garden-products .products-container .product:nth-child(even) .content > .title {
    transform: translateX(-50px);
    opacity: 0;
}

#garden-products .products-container .product:nth-child(odd) .content > .title {
    transform: translateX(50px);
    opacity: 0;
}

#garden-products .products-container .product.wowed .content > .title {
    opacity: 1;
    transform: translateX(0);
}

#garden-products .products-container .product .content p {
    transition: 1000ms;
}

#garden-products .products-container .product:nth-child(even) .content p {
    transform: translateX(-50px);
    opacity: 0;
}

#garden-products .products-container .product:nth-child(odd) .content p {
    transform: translateX(-50px);
    opacity: 0;
}

#garden-products .products-container .product.wowed .content p {
    opacity: 1;
    transform: translateX(0);
}

#garden-products .products-container .product .content .shares {
    display: flex;
    align-items: center;
}

#garden-products .products-container .product .content .shares > .title {
    background-color: #f1f2f2;
    color: #9298a1;
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 15px;
    transition: 800ms;
    transform: translateX(-40px);
    opacity: 0;
    display: inline-block;
}

#garden-products .products-container .product.wowed .content .shares > .title {
    opacity: 1;
    transform: translateX(0);
}

#garden-products .products-container .product .content .shares a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    margin-right: 5px;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    transition: 600ms;
    transform: scale(.5);
    opacity: 0;
}

#garden-products .products-container .product .content .shares a.facebook {
    background: linear-gradient(60deg, #344c80 30%, #4e7fe4);
    color: #fff;
}

#garden-products .products-container .product .content .shares a.instagram {
    background: linear-gradient(60deg, rgb(188 42 87) 30%, #FF9800);
    color: #fff;
}

#garden-products .products-container .product .content .shares a.twitter {
    background: linear-gradient(60deg, rgb(0, 172, 237) 30%, rgb(136 218 249));
    color: #fff;
}

#garden-products .products-container .product .content .shares a.youtube {
    background: linear-gradient(60deg, #bb0000 30%, #ff7777);
    color: #fff;
}

#garden-products .products-container .product .content .shares a.pinterest {
    background: linear-gradient(60deg, #cb2027 30%, #fd8086);
    color: #fff;
}

#garden-products .products-container .product .content .shares a.whatsapp {
    background: linear-gradient(60deg, #075e54 30%, #00bba5);
    color: #fff;
}

#garden-products .products-container .product.wowed .content .shares a {
    opacity: 1;
    transform: scale(1);
}

#garden-products .products-container .product:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}

#garden-products .products-container .product:nth-child(even) .shares {
    justify-content: flex-end;
}

#garden-products .section-header {
    color: #572886;
    position: relative;
    text-align: center;
    padding-bottom: 90px;
}

#garden-products .section-header h4 {
    font-weight: 700;
    font-size: 35px;
}

#garden-products .section-header .category-title {
    font-weight: 700;
    font-size: 25px;
}

#garden-products .section-header:after {
    content: '';
    z-index: -1;
    width: 150px;
    height: 50px;
    left: calc(50% - 145px);
    bottom: 0px;
    position: absolute;
    border-bottom-right-radius: 250px;
    border-right: 2px solid #b2d73b;
    border-bottom: 1px solid #b2d73b;
}

#contacts .contacts-actions {
    background: #fff;
    position: relative;
    border-radius: 30px;
    padding: 90px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -160px;
    z-index: 1;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

#contacts .contacts-actions .information {
    width: 55%;
}

#contacts .contacts-actions .form {
    padding-left: 30px;
    width: 45%;
}

#contacts .contacts-actions .information > h2,
#contacts .contacts-actions .form > h2,
#contacts .contacts-actions .information .socials .socials-title {
    font-weight: 700;
    color: #28196f;
    font-size: 35px;
    margin-bottom: 30px;
    display: block;
}

#contacts .contacts-actions .information > h2 span,
#contacts .contacts-actions .form > h2 span,
#contacts .contacts-actions .information .socials .socials-title span {
    font-weight: 300;
}

#contacts .contacts-actions .information ul {
    list-style: none;
    padding: 0;
    margin: 50px 0 30px 0;
}

#contacts .contacts-actions .information ul li a {
    display: block;
    color: #808285;
    margin-bottom: 10px;
}

#contacts .contacts-actions .information .request-email {
    margin-bottom: 50px;
    color: #808285;
}


#contacts .contacts-actions .information .request-email .title {
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
}

#contacts .contacts-actions .information .request-email a {
    color: #808285;
    display: block;
    transition: 300ms;
}

#contacts .contacts-actions .information .request-email a i {
    font-weight: lighter;
    margin-right: 5px;
}

#contacts .contacts-actions .information .request-email a:Hover {
    color: #28196f;
}

#contacts .contacts-actions .information .socials {
    margin-bottom: 50px;
}

#contacts .contacts-actions .information .socials nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#contacts .contacts-actions .information .socials .socials-title {
    margin-bottom: 10px;
}

#contacts .contacts-actions .information .socials a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    margin-right: 10px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    transition: 1600ms;
    /*     transform: scale(.5);
        opacity: 0; */
}

#contacts .contacts-actions .information .socials a.facebook {
    background: linear-gradient(60deg, #344c80 30%, #4e7fe4);
    color: #fff;
}

#contacts .contacts-actions .information .socials a.instagram {
    background: linear-gradient(60deg, rgb(188 42 87) 30%, #FF9800);
    color: #fff;
}

#contacts .contacts-actions .information .socials a.twitter {
    background: linear-gradient(60deg, rgb(0, 172, 237) 30%, rgb(136 218 249));
    color: #fff;
}

#contacts .contacts-actions .information .socials a.youtube {
    background: linear-gradient(60deg, #bb0000 30%, #ff7777);
    color: #fff;
}

#contacts .contacts-actions .information .socials a.pinterest {
    background: linear-gradient(60deg, #cb2027 30%, #fd8086);
    color: #fff;
}

#contacts .contacts-actions .information .socials a.tripadvisor {
    background: linear-gradient(60deg, #00af87 30%, #00efb8);
    color: #fff;
}

#contacts .contacts-actions .working-hourses {
    margin-bottom: 50px;
}


#contacts .contacts-actions .working-hourses > .title {
    font-weight: 600;
    color: #28196f;
    font-size: 25px;
    margin-bottom: 30px;
    display: block;
}

#contacts .contacts-actions .working-hourses > .title .now {
    background: #c80000;
    font-size: 13px;
    padding: 8px 15px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    margin-left: 15px;
}

#contacts .contacts-actions .working-hourses > .title .now.open {
    background: #118900;
}

#contacts .contacts-actions .working-hourses .day {
    transition: 600ms;
    color: #808285;
    margin-bottom: 10px;
    opacity: .7;
}

#contacts .contacts-actions .working-hourses .day:last-child {
    margin: 0;
}

#contacts .contacts-actions .working-hourses .day.now {
    opacity: 1;
    font-size: 20px;
    font-weight: bolder;
}

#contacts .contacts-actions .working-hourses .day .title {
    font-weight: 600;
    margin-right: 3px;
}

#contacts .contacts-actions .working-hourses .day .title:After {
    content: ':';
}

#contacts .contacts-actions .working-hourses .day:Hover {
    opacity: 1;
    cursor: default;
}

#contacts .contacts-actions .information .pricing h3 {
    font-weight: 600;
    color: #28196f;
    font-size: 25px;
    margin-bottom: 30px;
    display: block;
}

#contacts .contacts-actions .information .pricing ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #808285;
}

#contacts .contacts-actions .information .pricing ul li:not(:last-child) {
    margin-bottom: 10px;
}

#contacts .contacts-actions .information .pricing ul li:Before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bolder;
    margin-right: 10px;
}

#contacts .contacts-actions .information .transport h4 {
    font-weight: 600;
    color: #28196f;
    font-size: 25px;
    margin-bottom: 30px;
    display: block;
}

#contacts .contacts-actions .information .transport .transport-body .bus > div {
    position: relative;
    padding-left: 110px;
    color: #808285;
    margin-bottom: 40px;
}

#contacts .contacts-actions .information .transport .transport-body .bus > div:before {
    content: '';
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(/images/icons/bus.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

#contacts .contacts-actions .information .transport .transport-body .bus > div > strong {
    display: block;
    margin-bottom: 10px;
}

#contacts .contacts-actions .information .transport .transport-body .bus > div > p {
    font-size: 14px;
    margin-bottom: 20px;
}

#contacts .contacts-actions .information .transport .transport-body .bus > div > p:last-child {
    margin: 0;
}

#contacts .contacts-actions .form form input,
#contacts .contacts-actions .form form textarea {
    border: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 15px;
    transition: 300ms;
}

#contacts .contacts-actions .form form textarea {
    min-height: 100px;
}

#contacts .contacts-actions .form form input:focus,
#contacts .contacts-actions .form form textarea:focus {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

#contacts .contacts-actions .form form button {
    font-size: 20px;
    border: 0;
    font-weight: 600;
    background: #ed5555;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    text-transform: lowercase;
    transition: 300ms;
}

#contacts .contacts-actions .form form button:Hover {
    background: #c42c2c;
    box-shadow: 0 0 20px rgb(196 44 44 / 53%);
}

#contacts .contacts-actions .form form button:After {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 20px;
    font-weight: lighter;
}

#contacts .contacts-actions .form .map {
    margin: 50px 0;
}

#contacts .contacts-actions .form .map iframe {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}

#contacts .contacts-actions #how-can-go p {
    position: relative;
    padding-left: 80px;
    color: #808285;
    padding-bottom: 20px;
}

#contacts .contacts-actions #how-can-go p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

#contacts .contacts-actions #how-can-go p:nth-child(1):before {
    background-image: url(/images/icons/service.webp);
}

#contacts .contacts-actions #how-can-go p:nth-child(2):before {
    background-image: url(/images/icons/airplane.webp);
}

#contacts .contacts-actions #how-can-go p:nth-child(3):before {
    background-image: url(/images/icons/train.webp);
}

#contacts .contacts-actions #how-can-go p:nth-child(4):before {
    background-image: url(/images/icons/taxi.webp);
}

#contacts .contacts-actions .information .transport .transport-body .transport-routes {
    display: none;
}

.breadcrumb.padding-breadcrumb {
    padding-top: 50px;
}

#main-header .header-container .menu > ul > li > ul {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background: #572886;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    left: 0;
    width: 150px;
    left: calc(50% - 75px);
    transition: 400ms;
    transform: scale(.3);
    opacity: 0;
    visibility: hidden;
}

#main-header .header-container .menu > ul > li > ul li a {
    display: block;
    white-space: nowrap;
    color: #fff;
    margin-bottom: 10px;
    transition: 300ms;
    position: relative;
    z-index: 1;
    padding: 3px 0;
}

#main-header .header-container .menu > ul > li > ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    border-radius: 20px;
    transition: 300ms;
    transform: scale(.2);
    opacity: 0;
}

#main-header .header-container .menu > ul > li > ul li:Hover a:before {
    opacity: 1;
    transform: scale(1);
}

#main-header .header-container .menu > ul > li > ul li:Hover a {
    color: #572886;
    font-weight: bolder;
}

#main-header .header-container .menu > ul > li > ul li:last-child a {
    margin: 0;
}

#main-header .header-container .menu > ul > li:Hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(3px);
    box-shadow: 0 0 30px #572886;
}

#garden-education .educations .education {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    margin: auto;
}

#garden-education .educations .education > .image {
    width: 600px;
}

#garden-education .educations .education > .image img {
    transition: 1600ms;
    transform: scale(.6) rotate(30deg);
    opacity: 0;
}

#garden-education .educations .education > .content {
    width: calc(100% - 600px);
    color: #551a98;
    transition: 1600ms;
}

#garden-education .educations .education > .content > .title {
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
}

#garden-education .educations .education:nth-child(even) {
    flex-direction: row-reverse;
}

#garden-education .educations .education:nth-child(even) .content {
    padding-right: 80px;
    transform: translateX(120px);
    opacity: 0;
}

#garden-education .educations .education:nth-child(even).wowed .content {
    transform: translateX(0);
    opacity: 1;
}

#garden-education .educations .education:nth-child(odd) .content {
    padding-left: 80px;
    transform: translateX(-120px);
    opacity: 0;
}

#garden-education .educations .education:nth-child(odd).wowed .content {
    transform: translateX(0);
    opacity: 1;
}

#garden-education .educations .education.wowed > .image img {
    opacity: 1;
    transform: scale(1) rotate(0);
}

#garden-education .educations .education .content .shares {
    display: flex;
    align-items: center;
}

#garden-education .educations .education .content .shares > .title {
    background-color: #f1f2f2;
    color: #9298a1;
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 15px;
    transition: 800ms;
    transform: translateX(-40px);
    opacity: 0;
    display: inline-block;
}

#garden-education .educations .education.wowed .content .shares > .title {
    opacity: 1;
    transform: translateX(0);
}

#garden-education .educations .education .content .shares a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    margin-right: 5px;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    transition: 600ms;
    transform: scale(.5);
    opacity: 0;
}

#garden-education .educations .education .content .shares a.facebook {
    background: linear-gradient(60deg, #344c80 30%, #4e7fe4);
    color: #fff;
}

#garden-education .educations .education .content .shares a.instagram {
    background: linear-gradient(60deg, rgb(188 42 87) 30%, #FF9800);
    color: #fff;
}

#garden-education .educations .education .content .shares a.twitter {
    background: linear-gradient(60deg, rgb(0, 172, 237) 30%, rgb(136 218 249));
    color: #fff;
}

#garden-education .educations .education .content .shares a.youtube {
    background: linear-gradient(60deg, #bb0000 30%, #ff7777);
    color: #fff;
}

#garden-education .educations .education .content .shares a.pinterest {
    background: linear-gradient(60deg, #cb2027 30%, #fd8086);
    color: #fff;
}

#garden-education .educations .education .content .shares a.whatsapp {
    background: linear-gradient(60deg, #075e54 30%, #00bba5);
    color: #fff;
}

#garden-education .educations .education.wowed .content a {
    opacity: 1;
    transform: scale(1);
}

.calendar-container .week .day.selected span {
    background: #572886 !important;
}

#nature-education {
    padding-top: 30px;
}

#nature-education .calendar-container {
    padding: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 11;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}

#nature-education .page-body {
    max-width: 1140px;
    margin: 120px auto 30px;
    text-align: center;
    color: #551a98;
}

#nature-education .page-body p {
    max-width: 60%;
    margin: auto;
}

#nature-education .page-body > h2 {
    font-weight: 700;
    font-size: 45px;
}

#nature-education .page-body img {
    margin: 60px 0;
    display: inline-block;
}

#nature-education .form-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    max-width: 1140px;
    margin: 60px auto;
    z-index: 1;
}

#nature-education .form-container:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 400px;
    background: #eff4ef;
    z-index: -1;
    top: 0;
}

#nature-education .form-container .programs {
    width: calc(100% - 500px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 0 0 80px;
}

#nature-education .form-container > .form {
    max-width: 500px;
    margin: -80px 0 0 50px;
    background: #fff;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    padding: 15px;
    position: relative;
    z-index: 99;
    width: 500px;
    text-align: center;
}

#nature-education .form-container > .form:after {
    content: '';
    position: absolute;
    left: calc(100% - 250px);
    bottom: 160px;
    width: 100%;
    height: 400px;
    background-image: url(/images/nature-form-leaf.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 300px;
    z-index: -99;
}

#nature-education .form .input select.disabled {
    opacity: .4;
}

#nature-education .form .input select.disabled option {
    display: none;
}

.calendar-container .months-wrapper .month[data-month="0"] {
    display: none;
}

.calendar-container .months-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.calendar-container .months-wrapper .month {
    width: 33%;
    float: unset;
}

.calendar-container .months-wrapper .month span {
    padding: 0;
}

.calendar-container .buttons-container .label-container {
    display: inline-block;
    -webkit-box-flex: unset !important;
    -moz-box-flex: unset !important;
    -webkit-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #572886;
    padding: 5px 20px;
    color: #fff;
    border-radius: 20px;
}

.calendar-container .year-dropdown {
    margin-bottom: 0 !important;
    padding: 0 !important;
    background: transparent;
    border: 0 !important;
    color: #fff;
}

.calendar-container .year-dropdown:Focus {
    color: #000;
}

.calendar-container .buttons-container {
    justify-content: space-between !important;
}

#nature-education .form .form-title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #572886;
    margin-bottom: 20px;
    padding: 20px 0;
}

#nature-education .form .form-title span {
    font-weight: 300;
}

#nature-education .form form .input {
    margin-bottom: 20px;
}

#nature-education .form form input,
#nature-education .form form select {
    display: block;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 5px;
    transition: 300ms;
}

#nature-education .form form input:focus,
#nature-education .form form select:focus {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

#nature-education .form form input::placeholder {
    color: #cbcbcb;
}

#nature-education .form form small {
    opacity: .6;
}

#nature-education .calendar-container .today-button {
    display: none;
}

#nature-education form button[type="submit"] {
    background: #ed5555;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    border: 0;
    text-transform: lowercase;
    font-size: 20px;
    transition: 300ms;
    margin: 20px 0;
}

#nature-education form button[type="submit"]:After {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin-left: 30px;
}

#nature-education form button[type="submit"]:Hover {
    background: #bb3c3c;
    box-shadow: 0 0 20px #bb3c3c;
}

#nature-education .form-container .programs .programs-body {
    color: #572886;
}

#nature-education .form-container .programs .programs-body .title {
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
}

#nature-education .form-container .programs .programs-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

#nature-education .form-container .programs .programs-body ul li:Before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bolder;
    margin-right: 10px;
}

#nature-education .form-container .programs .programs-body ul li:not(:last-child) {
    margin-bottom: 10px;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

#post-details .post-detail-container {
    border: 1px solid #ed5555;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 30px;
    margin: 50px 0;
}

#post-details .post-detail-container .sidebar {
    width: 300px;
    position: sticky;
    top: 15px;
}

#post-details .post-detail-container .details {
    width: calc(100% - 330px);
    padding: 30px;
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

#post-details .post-detail-container .sidebar > .title {
    background: #ed5555;
    display: block;
    font-size: 25px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 30px;
}

#post-details .post-detail-container .details .cover img {
    width: 100%;
    max-height: 500px;
    border-radius: 30px;
    object-fit: cover;
}

#post-details .post-detail-container .details .meta {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#post-details .post-detail-container .details .meta .published-at {
    opacity: .7;
    font-size: 14px;
}

#post-details .post-detail-container .details .meta .published-at i {
    font-weight: lighter;
    margin-right: 5px;
}

#post-details .post-detail-container .details .shares {
    display: flex;
    align-items: center;
}

#post-details .post-detail-container .details .shares > .title {
    background-color: #f1f2f2;
    color: #9298a1;
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 15px;
    transition: 800ms;
    display: inline-block;
}

#post-details .post-detail-container .details .shares a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    margin-right: 5px;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    transition: 600ms;
}

#post-details .post-detail-container .details .shares a.facebook {
    background: linear-gradient(60deg, #344c80 30%, #4e7fe4);
    color: #fff;
}

#post-details .post-detail-container .details .shares a.instagram {
    background: linear-gradient(60deg, rgb(188 42 87) 30%, #FF9800);
    color: #fff;
}

#post-details .post-detail-container .details .shares a.twitter {
    background: linear-gradient(60deg, rgb(0, 172, 237) 30%, rgb(136 218 249));
    color: #fff;
}

#post-details .post-detail-container .details .shares a.youtube {
    background: linear-gradient(60deg, #bb0000 30%, #ff7777);
    color: #fff;
}

#post-details .post-detail-container .details .shares a.pinterest {
    background: linear-gradient(60deg, #cb2027 30%, #fd8086);
    color: #fff;
}

#post-details .post-detail-container .details .shares a.whatsapp {
    background: linear-gradient(60deg, #075e54 30%, #00bba5);
    color: #fff;
}

#post-details .article-title {
    font-weight: 700;
    color: #281a6f;
    font-size: 25px;
    margin-bottom: 20px;
}

#post-details .images {
    margin-top: 30px;
    position: relative;
}

#post-details .images .owl-nav {
    display: flex;
}

#post-details .images .owl-nav i {
    height: 100%;
    background: #281a6f;
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    transition: 300ms;
    font-weight: 300;
    opacity: .6;
    z-index: 1;
}

#post-details .images .owl-nav i:Hover {
    opacity: 1;
}

#post-details .images .owl-nav .owl-prev i {
    left: 15px;
}

#post-details .images .owl-nav .owl-next i {
    right: 15px;
}

#post-details .images .owl-dots {
    display: none;
}

#post-details .images .owl-nav .disabled i {
    opacity: 0;
}

#post-details .images img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
}

#post-details .post-detail-container .sidebar .articles .article {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#post-details .post-detail-container .sidebar .articles .article .image {
    width: 100px;
    overflow: hidden;
    border-radius: 30px;
}

#post-details .post-detail-container .sidebar .articles .article .image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    transition: 300ms;
    border-radius: 30px;
}

#post-details .post-detail-container .sidebar .articles .article .content {
    width: calc(100% - 100px);
    padding-left: 15px;
}

#post-details .post-detail-container .sidebar .articles .article .title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #ed5555;
    transition: 300ms;
    margin-bottom: 5px;
}

#post-details .post-detail-container .sidebar .articles .article .date {
    font-size: 12px;
    opacity: .6;
}

#post-details .post-detail-container .sidebar .articles .article .date i {
    font-weight: lighter;
    margin-right: 5px;
}

#post-details .post-detail-container .sidebar .articles .article:hover .image img {
    transform: scale(1.1) rotate(3deg);
    filter: brightness(50%);
}

#post-details .post-detail-container .sidebar .articles .article .title:Hover {
    color: #572886;
}

#post-category-details .articles {
    max-width: 1140px;
    margin: 60px auto;
}

#post-category-details .articles .article {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border: 2px solid transparent;
    border-radius: 30px;
    padding: 20px;
    transition: 300ms;
}

#post-category-details .articles .article .image {
    width: 400px;
    overflow: hidden;
    border-radius: 30px;
    transition: 300ms;
}

#post-category-details .articles .article .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#post-category-details .articles .article .content {
    width: calc(100% - 400px);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#post-category-details .articles .article .content .title {
    font-size: 25px;
    color: #281a6f;
    font-weight: 700;
    transition: 300ms;
    margin-bottom: 10px;
}

#post-category-details .articles .article .content p {
    opacity: .8;
    height: 100%;
}

#post-category-details .articles .article .content .read-more {
    background-color: #ed5555;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: lowercase;
    padding: 10px 30px;
    border-radius: 30px;
    transition: 300ms;
}

#post-category-details .articles .article .content .read-more:Hover {
    background-color: #ce3d3d;
    box-shadow: 0 0 18px #ce3d3d;
}

#post-category-details .articles .article .content .read-more:After {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin-left: 30px;
}

#post-category-details .articles .article .content .title:Hover {
    color: #ce3d3d;
}

#post-category-details .articles .article:Hover {
    border-color: #ce3d3d;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#post-category-details .articles .article:Hover .image {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#documents .documents-container {
    max-width: 1140px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}

#documents .documents-container .document {
    width: calc(33% - 15px);
}

#documents .documents-container .document .image {
    border-radius: 30px;
    overflow: hidden;
}

#documents .documents-container .document .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#documents .documents-container .document .content .tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
}

#documents .documents-container .document .content .tags span {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #a1a1a1;
    margin-right: 10px;
}

#documents .documents-container .document .content .tags span:empty {
    display: none;
}

#documents .documents-container .document .content .title {
    display: block;
    font-size: 18px;
    color: #572886;
    margin-bottom: 10px;
}

#documents .documents-container .document .content a {
    background: #00c70c;
    font-size: 16px;
    padding: 5px 30px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    text-transform: lowercase;
    transition: 300ms;
}

#documents .documents-container .document .content a[download]:After {
    content: '\f019';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin-left: 10px;
}

#documents .documents-container .document .content a:Hover {
    background: #005e06;
    box-shadow: 0 0 30px #00c70c;
}

#ticket .ticket-page {
    background: #fff;
    max-width: 1140px;
    margin: -160px auto 120px auto;
    position: relative;
    z-index: 11;
    padding: 60px;
    border-radius: 30px;
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
}

#ticket .ticket-page .page-body p,
#ticket .ticket-page .page-body ul {
    color: #808285;
    font-weight: lighter;
}

#ticket .ticket-page .page-body strong {
    color: #808285;
    font-weight: 600;
}

#ticket .ticket-page .page-body h2 {
    font-weight: bolder;
    font-size: 36px;
    margin-bottom: 30px;
    color: #28196f;
}

.ticket-form .steps {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 80px 0;
    position: relative;
    z-index: 1;
}

.ticket-form .steps:before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    background: #ed5555;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    z-index: -1;
}

.ticket-form .steps .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 300ms;
    width: 100%;
}

.ticket-form .steps .step:Before {
    content: attr(data-order);
    display: flex;
    width: 60px;
    height: 60px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #808285;
    color: #808285;
    font-size: 25px;
    font-weight: 500;
    transition: 300ms;
}

.ticket-form .steps .step .title {
    font-size: 14px;
    margin-top: 15px;
    color: #adacac;
    letter-spacing: 1px;
}

.ticket-form .steps .step.active:before {
    transform: scale(1.1);
    background: #ed5555;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 0 30px rgb(237 85 85 / 40%);
}

.ticket-form .form-body .input {
    margin-bottom: 15px;
    position: relative;
}

.ticket-form .form-body .input:Before {
    content: '\f06a';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    color: red;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    transition: 300ms;
    transform: translateX(-30px);
    opacity: 0;
}

.ticket-form .form-body input:not([type="radio"]),
.ticket-form .form-body input:not([type="checkbox"]),
.ticket-form .form-body textarea,
.ticket-form .form-body select {
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 15px 30px;
    border-radius: 30px;
    transition: 300ms;
}

.ticket-form .form-body input:not([type="radio"]):focus,
.ticket-form .form-body textarea:focus,
.ticket-form .form-body select:focus {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-color: #ed5555;
}

.ticket-form .form-body .input.checkboxes {
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 15px 30px;
    border-radius: 30px;
    transition: 300ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ticket-form .form-body .input.checkboxes > * {
    width: 33%;
}

.ticket-form .form-body .input.checkboxes .title {
    opacity: .9;
}

.ticket-form .form-body .input.checkboxes .checkbox input {
    opacity: 0;
    visibility: 0;
    display: none;
    position: absolute;
}

.ticket-form .form-body .input.checkboxes .checkbox label {
    background: #e7e7e7;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 10px 0;
    margin-top: -10px;
    margin-bottom: -10px;
    border-radius: 15px;
    font-weight: bolder;
    transition: 300ms;
    cursor: pointer;
}

.ticket-form .form-body .input.checkboxes .checkbox input:checked ~ label {
    background: #ed5555;
    color: #fff;
    box-shadow: 0 0 25px #ed5555;
}

.ticket-form button.next {
    background: #ed5555;
    font-size: 20px;
    color: #fff;
    text-transform: lowercase;
    font-weight: 600;
    border: 0;
    padding: 15px 30px;
    border-radius: 30px;
    letter-spacing: 1px;
}

.ticket-form .button {
    margin-top: 30px;
}

.ticket-form button.next:After {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin-left: 30px;
    transition: 300ms;
    transition: 300ms;
}

.ticket-form button.next:Hover {
    background: #b13030;
}

.ticket-form .form-body .input.invalid input,
.ticket-form .form-body .input.invalid textarea {
    border-color: red;
    padding-left: 60px;
}

.ticket-form .form-body .input.invalid:Before {
    opacity: 1;
    transform: translateX(0);
}

#ticket .calendar .nav-tabs {
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
}

#ticket .calendar .nav-tabs .nav-link {
    color: #adacac;
    border: 0 !important;
    cursor: pointer;
    border-radius: 20px;
    transition: 300ms;
}

#ticket .calendar .nav-tabs .nav-link:Hover {
    background: #9b9b9b;
    color: #fff;
}

#ticket .calendar .nav-tabs .nav-link.active {
    background: #ed5555 !important;
    color: #fff;
    box-shadow: 0 0 10px #ed5555;
}

#ticket .calendar .days {
    display: flex;
    overflow-x: scroll;
    padding: 20px;
    margin-top: 30px;
    cursor: grab;
    position: relative;
    max-width: 100%;
    will-change: transform;
    user-select: none;
}

#ticket .calendar .tab-pane:Before {
    content: '';
    border: 1px solid #808285;
    position: absolute;
    left: 0px;
    top: 90px;
    width: 100%;
    height: calc(100% - 110px);
    border-radius: 30px;
}

#ticket .calendar .days::-webkit-scrollbar {
    height: 10px;
    border-radius: 15px;
}

#ticket .calendar .days::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 15px;
}

#ticket .calendar .days::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 15px;
}

#ticket .calendar .days::-webkit-scrollbar-thumb:hover {
    background: #ed5555;
    border-radius: 15px;
}

#ticket .calendar .days .day {
    display: flex;
    flex-direction: column;
    height: 100px;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 80px;
    border-right: 1px solid #ededed;
    cursor: pointer;
    transition: 300ms;
    position: relative;
    z-index: 1;
    transition: 300ms;
}

#ticket .calendar .days .day:Before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    width: calc(100% - 10px);
    height: 100%;
    z-index: -1;
    border-radius: 30px;
    background: #fff;
    transition: 300ms;
}

#ticket .calendar .days .day.disabled {
    cursor: no-drop;
    opacity: .3;
}

#ticket .calendar .days .day.today {
    opacity: 1;
}

#ticket .calendar .days .day.today:before {
    background: #efefef;
}

#ticket .calendar .days .day:Hover:before {
    background: #ed5555;
}

#ticket .calendar .days .day:Hover .day-number,
#ticket .calendar .days .day:Hover .day-name {
    color: #fff;
    opacity: 1;
}

#ticket .calendar .days .day.today .day-number {
    color: #ed5555;
}

#ticket .calendar .days .day:last-child {
    border-right: 0;
}

#ticket .calendar .days .day .day-number {
    font-weight: 700;
    color: #808285;
    font-size: 45px;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
}

#ticket .calendar .days .day .day-name {
    opacity: .6;
    font-size: 14px;
    margin-top: 3px;
}

.form-body.final {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.form-body.final > .info header .title {
    display: block;
    font-size: 25px;
    color: #ed5555;
    margin-bottom: 20px;
}

.form-body.final > .info .rez-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 25px;
    margin-bottom: 20px;
}

.form-body.final > .info .rez-date i {
    margin-right: 10px;
    font-weight: lighter;
}

.form-body.final > .info p {
    margin: 0;
}

.form-body.final > .info .info-boxes {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}

.form-body.final > .info .info-boxes > div {
    width: 50%;
    border: 1px solid #ed5555;
    padding: 20px;
    border-radius: 30px;
}

.form-body.final > .info .info-boxes > div .title {
    display: block;
    background: #ed5555;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 15px;
    margin-bottom: 20px;
}

.form-body.final > .info .info-boxes > div > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #e7e7e7;
    margin: 5px 0;
    padding: 5px 0;
}

.form-body.final > .info .info-boxes > div > div:last-child {
    border: 0;
}

.form-body.final > .info .info-boxes > div > div i {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    font-weight: bolder;
    color: #ed5555;
}

.form-body.final > .info .info-boxes > div > div p {
    width: calc(100% - 30px);
}

.form-body.final .info {
    width: calc(100% - 350px);
}

.form-body.final .check-rez {
    width: 350px;
    padding-left: 30px;
}

.form-body.final .check-rez .check-box {
    background: linear-gradient(45deg, #2b8400 50%, #174800);
    border-radius: 30px;
    padding: 60px 30px 30px 30px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-body.final .check-rez .check-box .icon {
    border: 2px solid #fff;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: lighter;
    border-radius: 100%;
    box-shadow: 0 0 90px rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}

.form-body.final .check-rez .check-box .icon i {
    font-weight: lighter;
}

.form-body.final .check-rez .check-box .title {
    display: block;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
}

.form-body.final .check-rez .check-box p {
    margin-bottom: 40px;
    font-size: 14px;
    opacity: .7;
}

.form-body.final .check-rez .check-box .conditions-checker input {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.form-body.final .check-rez .check-box .conditions-checker label {
    margin: 0;
    font-size: 13px;
    color: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.form-body.final .check-rez .check-box .conditions-checker label:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 6px;
    border-radius: 6px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2b8400;
    font-size: 16px;
    font-weight: bolder;
    transition: 300ms;
    transform: rotate(-25deg) scale(.6);
    opacity: 0;
}

.form-body.final .check-rez .check-box .conditions-checker input:checked ~ label:after {
    opacity: 1;
    transform: rotate(0) scale(1);
}

.form-body.final .check-rez .check-box .conditions-checker label a {
    text-decoration: underline;
    color: #fff;
}

.form-body.final .check-rez .check-box .button {
    width: 100%;
}

.form-body.final .check-rez .check-box button[type="submit"] {
    background: #1c5501;
    padding: 15px 0;
    width: 100%;
    border-radius: 20px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 300ms;
}

.form-body.final .check-rez .check-box button[type="submit"]:Hover {
    background: #0f2e00;
    box-shadow: 0 0 30px #0f2e00;
}

.form-body.final .check-rez .check-box {
    position: relative;
}

.form-body.final .check-rez .check-box:before {
    content: '';
    color: rgba(0, 0, 0, .5);
    transition: 300ms;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: 300ms;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    backdrop-filter: blur(4px);
    visibility: hidden;
    opacity: 0;
}

.form-body.final .check-rez .check-box:After {
    content: '\f1ce';
    color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    transition: 300ms;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: 300ms;
    animation-name: loading;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    opacity: 0;
    visibility: hidden;
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.form-body.final .check-rez .check-box.loading:after,
.form-body.final .check-rez .check-box.loading:before {
    opacity: 1;
    visibility: visible;
}

#museum {
    margin: 80px 0;
}

#museum .summary {
    text-align: center;
    margin: 0 auto 50px auto;
    max-width: 70%;
    color: #572886;
}

#museum .summary h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

#galleryTabs {
    border: 0;
    flex-wrap: wrap;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

#galleryTabs .nav-link {
    background: #572886;
    color: #fff;
    transition: 300ms;
    border-radius: 20px;
    padding: 10px 30px;
    text-transform: lowercase;
    font-weight: 500;
    border: 0;
}

#galleryTabs .nav-link:Hover,
#galleryTabs .nav-link.active {
    background: #ed5555;
    box-shadow: 0 0 20px #ed5555;
    transform: scale(1.1);
}

#museum .gallery-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}

#museum .gallery-container .image {
    widtH: calc(33% - 15px);
    border-radius: 30px;
    overflow: hidden;
    transition: 300ms;
    transform: scale(.8);
    opacity: 0;
}

#museum .gallery-container .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 300ms;
}

#museum .gallery-container .image:Hover {
    filter: brightness(50%);
}

#museum .gallery-container .image.wowing {
    opacity: 1;
    transform: scale(1);
}

.videos-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}

.videos-container .video {
    width: calc(33% - 15px);
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
    transition: 300ms;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.videos-container .video > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 300ms;
    color: #fff;
    padding: 0 30px;
}

.videos-container .video > a .title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: 500ms;
    transform: scale(.7) translateY(-20px);
    opacity: 0;
}

.videos-container .video > a .play-btn {
    background: #c60000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    display: block;
    border-radius: 20px;
    transition: 300ms;
    transform: scale(.7) translateY(20px);
    opacity: 0;
}

.videos-container .video > a .play-btn:Before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bolder;
    margin-right: 10px;
}

.videos-container .video > a .play-btn:Hover {
    background: #480000;
}

.videos-container .video:Hover > a {
    background: rgba(0, 0, 0, 0.7);
}

.videos-container .video.wowing > a .play-btn {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.videos-container .video.wowing > a .title {
    transform: scale(1) translateY(0);
    opacity: 1;
}

#search .search-page {
    max-width: 1140px;
    width: 100%;
    margin: 50px auto;
}

#search .search-page .results .result {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

#search .search-page .results .result .type-container {
    width: 120px;
    margin-bottom: 20px;
}

#search .search-page .results .result .type-container .result-type {
    background: #eee;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    transition: 300ms;
    opacity: .6;
}

#search .search-page .results .result .type-container .result-type.articles {
    background: orange;
}

#search .search-page .results .result .type-container .result-type.documents {
    background: #0095ff;
    color: #fff;
}

#search .search-page .results .result .type-container .result-type.gallery {
    background: #bc00eb;
    color: #fff;
}

#search .search-page .results .result .type-container .result-type.garden_categories {
    background: #0c6d00;
    color: #fff;
}

#search .search-page .results .result .type-container .result-type.garden_products {
    background: #15bb00;
    color: #fff;
}

#search .search-page .results .result .type-container .result-type.page {
    background: #01b785;
    color: #fff;
}

#search .search-page .results .result .type-container .result-type.videos {
    background: #dd0000;
    color: #fff;
}

#search .search-page .results .result .link-container {
    width: calc(100% - 120px);
}

#search .search-page .results .result .link-container > a {
    display: block;
    font-size: 25px;
    color: #572886;
    transition: 300ms;
    font-weight: 700;
}

#search .search-page .results .result .link-container > a:hover {
    color: #481d74;
}

#search .search-page .results .result:Hover .type-container .result-type {
    opacity: 1;
}

#search .search-page .results .result .page-body .content {
    position: relative;
}

#search .search-page .results .result .page-body .button button {
    font-size: 14px;
    font-weight: bolder;
    border: 0;
    background: transparent;
    padding: 0;
    text-transform: uppercase;
    color: #572886;
}

#search .search-page .results .result .page-body .title {
    display: block;
    font-size: 25px;
    color: #572886;
    transition: 300ms;
    font-weight: 700;
    margin-bottom: 20px;
}

#search .search-page .results .result .page-body .title:hover {
    color: #481d74;
}

#search .search-page .results .result .page-body .content {
    position: relative;
    max-height: 10000px;
}

#search .search-page .results .result.limited .page-body .content {
    max-height: 100px;
    overflow: hidden;
    opacity: .5;
    transition: 300ms;
}

#search .search-page .results .result .page-body .button button:After {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
    transition: 300ms;
}

#search .search-page .results .result.limited .page-body .button {
    background: linear-gradient(0, transparent, #fff 70%);
    margin-top: -80px;
    position: relative;
    padding-top: 80px;
}

.popup-container {
    position: fixed;
    left: calc(50% - 200px);
    bottom: 30px;
    background: #ffff;
    z-index: 9999;
    width: 400px;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: 800ms;
    transform: translateY(120px);
    opacity: 0;
    visibility: visible;
}

body.popup-active .popup-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.popup-container .popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popup-container .popup-header .title {
    font-size: 18px;
    color: #bebebe;
    font-weight: 400;
}

.popup-container .popup-header .close-popup {
    border: 0;
    background: #e8e8e8;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 300ms;
    color: #000;
    font-size: 14px;
    padding-top: 3px;
}

.popup-container .popup-header .close-popup i {
    font-weight: lighter;
}

.popup-container .popup-header .close-popup:Hover {
    background: reD;
    color: #fff;
    box-shadow: 0 0 20px red;
}

.popup-container .item .popup-item-title {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: #281a6f;
}

.popup-container .item p {
    font-size: 14px;
    color: #717171;
}

.popup-container .item a {
    font-weighT: bolder;
    font-size: 12px;
    color: #281a6f;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
}

.popup-container .item > a:After {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
}

.popup-container .item .image img {
    transition: 300ms;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.popup-container .owl-nav:not(.disabled) {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: -20px;
}

.popup-container .owl-nav:not(.disabled) i {
    display: flex;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: centeR;
    font-size: 12px;
    margin-left: 5px;
    transition: 300ms;
    opacity: .6;
}

.popup-container .owl-nav:not(.disabled):hover i {
    opacity: 1;
}

.popup-container .owl-nav:not(.disabled) i:Hover {
    background: #281a6f;
    color: #fff;
    box-shadow: 0 0 30px #281a6f;
}

.popup-container .owl-nav:not(.disabled) .disabled i {
    opacity: .3;
}

.popup-container .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.popup-container .owl-dots span {
    width: 10px;
    height: 10px;
    background: #ddd;
    display: block;
    border-radius: 100%;
    transition: 300ms;
    margin-right: 10px;
}

.popup-container .owl-dots .active span {
    background: #53488c;
}

.social-media {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    z-index: 1;
    transition: 800ms;
}

.social-media nav {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: 800ms;
}

.social-media.hide-bar {
    opacity: 0;
    visibility: hidden;
}

.social-media.hide-bar nav {
    transform: translateY(120px);
}

.social-media nav a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    transition: 300ms;
    margin-right: 10px;
}

.social-media nav a:last-child {
    margin-right: 0;
}

.social-media nav a.facebook {
    background: linear-gradient(60deg, #344c80 30%, #4e7fe4);
    color: #fff;
}

.social-media nav a.instagram {
    background: linear-gradient(60deg, rgb(188 42 87) 30%, #FF9800);
    color: #fff;
}

.social-media nav a.twitter {
    background: linear-gradient(60deg, rgb(0, 172, 237) 30%, rgb(136 218 249));
    color: #fff;
}

.social-media nav a.youtube {
    background: linear-gradient(60deg, #bb0000 30%, #ff7777);
    color: #fff;
}

.social-media nav a.pinterest {
    background: linear-gradient(60deg, #cb2027 30%, #fd8086);
    color: #fff;
}

.social-media nav a.tripadvisor {
    background: linear-gradient(60deg, #00af87 30%, #00efb8);
    color: #fff;
}

.social-media nav a:Hover {
    filter: brightness(50%);
}

.swal2-radio label input {
    position: absolute;
    width: 0;
    opacity: 0;
    display: none;
}

.swal2-radio label span {
    transition: 300ms;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.swal2-radio label input:checked ~ span {
    background: #ed5555;
    color: #fff;
    box-shadow: 0 0 10px #ed5555;
}

.form-body.final > .info .rez-date #view-hour {
    margin-left: 10px;
}

.form-body.final > .info .rez-date #view-date {
    margin-right: 10px;
}

.ticket-form {
    position: relative;
}

.ticket-form:Before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
}

.ticket-form:After {
    content: '\f1ce';
    font-family: 'Font Awesome 5 Pro';
    z-index: 99999999;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #572886;
    font-size: 35px;
    font-weight: bolder;
    transition: 300ms;
    animation-name: loading;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    line-height: 1;
    animation-play-state: paused;
    opacity: 0;
    visibility: hidden;
}

.ticket-form.loading:before,
.ticket-form.loading:after {
    opacity: 1;
    visibility: visible;
}

.ticket-form.loading:after {
    animation-play-state: running;
}

section#discover .boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0;
    column-gap: 15px;
    row-gap: 15px;
}

#discover .boxes .box {
    width: calc(33% - 15px);
}

#discover .boxes .box .title {
    display: flex;
    border-radius: 30px;
    border: 2px solid #572886;
    width: 100%;
    height: 150px;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
    font-size: 35px;
    font-weight: 700;
    color: #572886;
    transition: 300ms;
}

#discover .boxes .box:Hover .title {
    box-shadow: 0 0 30px #572886;
}

#contact-form {
    position: relative;
}

#contact-form:Before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    border-radius: 30px;
    backdrop-filter: blur(1px);
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
}

#contact-form:After {
    content: '\f1ce';

    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 11;
    font-family: 'Font Awesome 5 Pro';
    font-size: 35px;
    font-weight: bolder;
    color: #28196f;
    animation-name: loading;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;

    animation-play-state: paused;
    opacity: 0;
    visibility: hidden;
}

#contact-form.loading:before,
#contact-form.loading:after {
    opacity: 1;
    visibility: visible;
}

#contact-form.loading:after {
    animation-play-state: running;
}

#main-header .header-container .actions .socials {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}

#main-header .header-container .actions .socials a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    transition: 600ms;
    background: transparent;
    color: #666666;
}

#main-header .header-container .actions .socials a.facebook:Hover {
    background: linear-gradient(60deg, #344c80 30%, #4e7fe4);
    color: #fff;
}

#main-header .header-container .actions .socials a.instagram:Hover {
    background: linear-gradient(60deg, rgb(188 42 87) 30%, #FF9800);
    color: #fff;
}

#main-header .header-container .actions .socials a.twitter:Hover {
    background: linear-gradient(60deg, rgb(0, 172, 237) 30%, rgb(136 218 249));
    color: #fff;
}

#main-header .header-container .actions .socials a.youtube:Hover {
    background: linear-gradient(60deg, #bb0000 30%, #ff7777);
    color: #fff;
}

#main-header .header-container .actions .socials a.pinterest:Hover {
    background: linear-gradient(60deg, #cb2027 30%, #fd8086);
    color: #fff;
}

#main-header .header-container .actions .socials a.tripadvisor:Hover {
    background: linear-gradient(60deg, #00af87 30%, #00efb8);
    color: #fff;
}

.programs-list {
    text-align: center;
}

.programs-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #572886;
}

.programs-list .title {
    font-size: 25px;
    display: block;
    color: #572886;
    margin-bottom: 20px;
}

.programs-list ul li {
    margin-bottom: 10px;
}

#nature-education .appointment-btn {
    display: inline-block;
    border: 1px solid #551a96;
    color: #551a96;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 30px;
    margin: 30px 0 80px 0;
    font-weight: 600;
    transition: 300ms;
}

#nature-education .appointment-btn:Hover {
    background: #551a96;
    color: #fff;
}

#nature-education .appointment-btn:after {
    content: '\f30b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bolder;
    margin-left: 10px;
    transition: 300ms;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }

    #main-contacts .contacts-wrapper .contacts .map {
        width: 400px;
        margin-right: 150px;
    }

    #main-contacts .contacts-wrapper .contacts:before {
        width: calc(100% + 200px);
    }
}

@media (max-width: 992px) {
    .social-media {
        display: none;
    }

    #main-header .header-container .nav {
        display: none;
    }

    #main-slider .owl-carousel .content {
        font-size: 25px;
        padding: 0 0 20vh 0;
        justify-content: center;
        align-items: flex-end;
    }

    #main-slider .owl-navigations {
        padding-bottom: calc(20vh - 55px);
    }

    #main-slider .owl-navigations .actions .dots .dot {
        width: 30px;
    }

    #main-slider .owl-navigations .actions {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #main-slider .owl-navigations .actions .scroll {
        display: none;
    }

    #main-about .leaf-layout:before {
        width: 100px;
    }

    #main-about .leaf-layout:after {
        width: 100px;
    }

    #main-about {
        padding: 0 30px;
    }

    #main-about.swiper-slide-active:before {
        background-position: center center;
    }

    #main-categories .categories-container {
        flex-wrap: unset;
    }

    #main-categories .categories-container .category {
        width: 300px;
        padding: 20px 10px;
        min-width: calc(100% - 44px);
    }

    #main-categories .categories-container .category .title {
        font-size: 25px;
    }

    #main-categories .category-content .categories-container {
        overflow-x: scroll;
        padding-left: 15px;
    }

    .butterfly-info .info-container {
        max-width: 100%;
        flex-direction: column;
    }

    .butterfly-info .info-container .image {
        width: 100%;
        margin-bottom: 30px;
    }

    .butterfly-info .info-container .content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .butterfly-info .info-container .content .title {
        font-size: 25px;
        max-width: 100%;
    }

    .butterfly-info .info-container .content .title:first-line {
        font-size: 25px;
        font-weight: 600;
    }

    .butterfly-info .info-container .image img {
        max-height: 160px;
    }

    .butterfly-info .info-container .image:after {
        top: 3px;
        width: 50px;
        height: 50px;
        right: 90px;
    }

    .butterfly-info .info-container .content .summary {
        max-width: 100%;
    }

    #main-categories .categories-container .cta-button {
        margin-top: 0;
        height: 100%;
        margin-left: 5px;
        min-width: calc(100% - 44px);
    }

    #main-gallery .gallery-container .info {
        flex-direction: column;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    #main-gallery .gallery-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #main-gallery .gallery-container .info .section-title {
        font-size: 25px;
    }

    #main-gallery .gallery-container .socials nav {
        justify-content: center;
    }

    #main-gallery .gallery-container .socials nav a:last-child {
        margin-right: 0;
    }

    #main-gallery .gallery-container .gallery-card {
        right: 0;
        border: 0;
    }

    #main-gallery .gallery-container .socials {
        margin-bottom: 30px;
        width: 100%;
    }

    #main-gallery .gallery-container .gallery-card .title {
        font-size: 20px;
    }

    #main-gallery .gallery-container:after {
        border: unset;
        top: 144px;
        z-index: -1;
    }

    #main-gallery .gallery-container > div {
        width: 100%;
    }

    #main-gallery .gallery-container .images img {
        height: unset;
    }

    #main-gallery .gallery-container .images .owl-nav {
        position: absolute;
        right: 10px;
        top: 65px;
        z-index: 99;
        background: #fff;
        border-radius: 30px;
        padding: 10px;
    }

    #main-gallery .gallery-container .images .owl-nav .owl-next i {
        margin-right: 0;
    }

    #main-gallery .gallery-container .images .owl-nav i {
        width: 30px;
        height: 30px;
    }

    #main-articles .articles-container {
        width: 100%;
        overflow-y: scroll;
        column-gap: 15px;
        padding-bottom: 30px;
    }

    #main-footer .footer-container {
        padding-top: 30px;
        flex-wrap: wrap;
    }

    #main-slider #butterfly img {
        transition: 1200ms;
        transform: translateX(0);
        width: 150px;
    }

    #main-about h1 {
        font-size: 25px;
    }

    #main-about {
        padding-bottom: 70px;
    }

    #main-about:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 100%);
        z-index: -1;
    }

    #main-categories .categories-container .cta-button .button p {
        height: 400px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 15px;
    }

    #main-categories .categories-container .cta-button .button p a {
        margin-left: 0;
        margin-top: 15px;
        white-space: nowrap;
    }

    #main-articles .section-content .section-header .section-title {
        font-size: 25px;
    }

    #main-articles .section-content .section-header a {
        white-space: nowrap;
        margin-top: 10px;
    }

    #main-articles .articles-container .article {
        min-width: 250px;
        padding: 15px;
    }

    #main-articles .section-content .section-header {
        flex-direction: column;
        margin-bottom: 40px;
    }

    #main-contacts .contacts-wrapper .contacts .map {
        height: unset;
        display: block;
        background-image: none;
        text-align: left;
        border-radius: 0;
        width: 100%;
        margin-top: -55px;
    }

    #main-contacts .contacts-wrapper .contacts .map .title {
        all: unset;
        display: flex;
        color: #fff;
        position: relative;
        font-size: 14px;
        width: 150px;
        margin-left: 10px;
        text-align: center;
        padding: 5px 0;
        border-radius: 10px;
        align-items: center;
    }

    #main-contacts .contacts-wrapper .contacts .map .title i {
        border-radius: 100%;
        align-items: center;
        justify-content: center;
        font-size: 25px;
    }

    #main-contacts .contacts-wrapper .contacts .map:after {
        content: none;
        display: none;
    }

    #main-contacts .contacts-wrapper .contacts {
        flex-direction: column;
    }

    #main-contacts .contacts-wrapper .contacts .info {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }

    #main-contacts .contacts-wrapper .contacts .info > div {
        width: 100%;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions .email {
        display: none;
    }

    #main-contacts .contacts-wrapper .contacts .info .white-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
        background-color: transparent;
    }

    #main-contacts .contacts-wrapper .contacts .info .white-box > .title > a {
        white-space: nowrap;
        font-size: 12px;
        border: 0;
        padding: 0;
    }

    #main-contacts .contacts-wrapper .contacts .info .white-box > .title {
        display: none;
    }

    #main-contacts .contacts-wrapper .contacts .info .white-box > .title > .title {
        margin-bottom: 10px;
        font-size: 18px;
        color: #fff;
        padding-top: 50px;
    }

    #main-contacts .contacts-wrapper .contacts .info .white-box > .value {
        text-align: center;
        margin-top: 20px;
        word-break: break-word;
        word-wrap: break-word;
        padding: 15px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 0;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions {
        padding-right: 0;
        padding-top: 15px;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions > div {
        width: 100%;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions > .working-hourses > .title {
        flex-direction: column;
        width: 150px;
    }

    #main-contacts .contacts-wrapper .contacts:after {
        content: none;
        display: none;
    }

    #main-footer .footer-container .menu ul {
        flex-wrap: wrap;
        column-gap: 10px;
    }

    #main-footer .footer-container .menu ul li {
        width: calc(50% - 10px);
        margin: 0;
    }

    #main-articles .articles-container .article .content .description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 15px;
    }

    #main-articles .articles-container .article .content .read-more {
        bottom: unset;
        margin-bottom: 10px;
    }

    #main-footer {
        margin-top: 0;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions > .working-hourses > .days {
        width: calc(100% - 150px);
        padding-left: 15px;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions .days .day {
        font-size: 14px;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions .days .day:not(.active) {
        display: block;
    }

    #main-articles .articles-container .article .image img {
        height: 150px;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions > .working-hourses {
        padding-left: 10px;
        text-align: center;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions > .working-hourses > .title span {
        margin-left: 0;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions .days .day .title {
        font-size: 13px;
    }

    #main-footer .footer-container .copyright {
        width: 100%;
        position: relative;
        margin-top: 15px;
        z-index: 1;
    }

    #main-footer .footer-container .copyright:Before {
        content: none;
    }

    #main-footer .footer-container .logo {
        width: 120px;
    }

    #main-footer .footer-container .logo img {
        width: 110px;
    }

    #main-footer .footer-container .menu {
        width: calc(100% - 120px);
    }

    #main-footer .footer-container .menu ul li a {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #main-contacts .contacts-wrapper .contacts .info .white-box > .value .title {
        display: block;
    }

    #main-contacts .contacts-wrapper {
        max-height: 100vh;
        background-color: #281a6f;
        justify-content: space-between;
    }

    #main-contacts .contacts-wrapper .contacts:before {
        content: none;
        display: none;
    }

    .menu-wrapper {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #243574;
        background: linear-gradient(0deg, #572886 50%, #243574);
        z-index: 9999;
        overflow-y: auto;
        overflow-x: hidden;
        transition: 900ms;
        max-height: 0;
        padding: 0;
        visibility: hidden;
        transform: scale(.8);
        display: block;
        border-radius: 30px;
    }

    .menu-wrapper .wrapper-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .menu-wrapper .wrapper-header .logo {
        width: 140px;
        background: #fff;
        margin-left: -15px;
        margin-top: -15px;
        padding: 15px;
        border-bottom-right-radius: 15px;
        box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.2);
    }

    .menu-wrapper .wrapper-header .close-button {
        margin-right: -15px;
        margin-top: -15px;
    }

    .menu-wrapper .wrapper-header .close-button button {
        width: 70px;
        height: 70px;
        background: transparent;
        border-bottom-left-radius: 15px;
        box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.2);
        border: 0;
        color: #fff;
        transition: 1400ms;
        transform: scale(.6) translate(30px, -30px);
        opacity: 0;
    }

    .menu-wrapper .wrapper-header .close-button button i {
        font-weight: lighter;
    }

    .menu-wrapper .widgets {
        display: flex;
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 10px;
        margin: 30px 0;
		position:relative;
		z-index:100;
    }

    .menu-wrapper .widgets .widget {
        width: calc(50% - 5px);
        display: flex;
        height: 100px;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
    }
	
	.close{
		font-size:20px !important;
	}

    .menu-wrapper .widgets .widget > div {
        display: flex;
        height: 100px;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        padding: 10px;
        border-radius: 10px;
        z-index: 1;
        overflow: hidden;
        width: 100%;
        transition: 1400ms;
        opacity: 0;
    }

    .menu-wrapper .widgets .widget > div:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 30%, transparent);
        z-index: -1;
        border-radius: 10px;
    }

    .menu-wrapper .widgets .widget > div .icon {
        color: #fff;
        font-size: 25px;
    }

    .menu-wrapper .widget .working_hourses {
        background: #c90000;
        transform: translate(-20px, -30px) scale(.9);
    }

    .menu-wrapper .widget .working_hourses.open {
        background: #1f8e00;
    }

    .menu-wrapper .widget .title {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: 600;
    }

    .menu-wrapper .widget .working_hourses .title .hourses {
        font-size: 12px;
        opacity: .7;
        font-weight: lighter;
        display: block;
    }

    .menu-wrapper .widget .location {
        background: #bc9800;
        transform: translate(20px, -30px) scale(.9);
    }

    .menu-wrapper .widget .price {
        background: #0076d4;
        transform: translate(20px, 30px) scale(.9);
    }

    .menu-wrapper .widget .transport {
        background: #FF5722;
        transform: translate(-20px, 30px) scale(.9);
    }

    .menu-wrapper .menu > .title,
    .menu-wrapper .socials > .title,
    .menu-wrapper .articles > .title,
    .menu-wrapper .contacts > .title {
        display: block;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: .4;
        font-weight: lighter;
        margin-bottom: 10px;
        width: 100%;
    }

    .menu-wrapper .menu {
        margin: 30px 0;
        transition: 1400ms;
        transform: translateX(-90px);
        opacity: 0;
    }

    .menu-wrapper .menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu-wrapper .menu ul li a {
        color: #fff;
        margin-bottom: 8px;
        display: block;
        font-size: 14px;
        opacity: .8;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu-wrapper .menu ul li a:Before {
        content: '\f105';
        font-family: 'Font Awesome 5 Pro';
        font-weight: lighter;
        margin-right: 10px;
    }

    .menu-wrapper .menu ul li:last-child a {
        border: 0;
    }

    .menu-wrapper .socials {
        margin: 30px 0;
    }

    .menu-wrapper .socials nav {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .menu-wrapper .socials nav a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ededed;
        margin-right: 10px;
        border-radius: 10px;
        color: #000;
        font-size: 16px;
        transition: 1600ms;
        transform: scale(.5);
        opacity: 0;
    }

    .menu-wrapper .socials nav a.facebook {
        background: linear-gradient(60deg, #344c80 30%, #4e7fe4);
        color: #fff;
    }

    .menu-wrapper .socials nav a.instagram {
        background: linear-gradient(60deg, rgb(188 42 87) 30%, #FF9800);
        color: #fff;
    }

    .menu-wrapper .socials nav a.twitter {
        background: linear-gradient(60deg, rgb(0, 172, 237) 30%, rgb(136 218 249));
        color: #fff;
    }

    .menu-wrapper .socials nav a.youtube {
        background: linear-gradient(60deg, #bb0000 30%, #ff7777);
        color: #fff;
    }

    .menu-wrapper .socials nav a.pinterest {
        background: linear-gradient(60deg, #cb2027 30%, #fd8086);
        color: #fff;
    }

    .menu-wrapper .socials nav a.tripadvisor {
        background: linear-gradient(60deg, #00af87 30%, #00efb8);
        color: #fff;
    }

    .menu-wrapper .articles {
        margin: 30px 0;
    }

    .menu-wrapper .articles .article {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .menu-wrapper .articles .article .image img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 10px;
    }

    .menu-wrapper .articles .article .content {
        width: calc(100% - 80px);
        padding-left: 10px;
    }

    .menu-wrapper .articles .article .content .title {
        display: block;
        color: #fff;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .menu-wrapper .articles .article .content .date {
        margin: 0;
        font-size: 12px;
        color: #fff;
    }

    .menu-wrapper .articles .article .content .date i {
        font-weight: lighter;
        margin-right: 2px;
    }

    .menu-wrapper .contacts a {
        color: #fff;
        font-size: 14px;
        opacity: .6;
        display: block;
        margin-top: 10px;
    }

    .menu-wrapper .contacts a i {
        margin-right: 10px;
    }

    .menu-wrapper .articles .owl-dots {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 10px 0 0 0;
    }

    .menu-wrapper .articles .owl-dots .owl-dot {
        width: 20px;
        height: 2px;
        display: block;
        background: #fff;
        margin-right: 5px;
        opacity: .5;
    }

    .menu-wrapper .articles .owl-dots .owl-dot.active {
        opacity: 1;
        box-shadow: 0 0 10px #fff;
    }

    .open-menu .menu-wrapper .widgets .widget > div {
        opacity: 1 !important;
        transform: translate(0, 0) scale(1) !important;
    }

    .open-menu .menu-wrapper .menu {
        opacity: 1;
        transform: translateX(0);
    }

    .open-menu .menu-wrapper .socials nav a {
        opacity: 1;
        transform: scale(1);
    }

    .menu-wrapper .wrapper-header .close-button button {
        opacity: 1;
        transform: scale(1) translate(0);
    }

    .open-menu .menu-wrapper {
        padding: 15px;
        max-height: 100%;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        border-radius: 0;
    }

    #main-header .header-container .logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #main-header .header-container img {
        width: 120px;
    }

    .toggle-menu {
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border: 0;
        background-color: transparent;
        color: #28196f;
    }

    #butterfly {
        display: none !important;
        animation-play-state: paused;
    }

    .mobile-butterfly {
        display: block;
        animation-play-state: running;
    }

    #wrapper {
        display: block;
    }

    .breadcrumb {
        height: 250px;
        padding-top: 130px;
    }

    .breadcrumb h1 {
        font-size: 20px;
    }

    .breadcrumb ul li a {
        font-size: 11px;
    }

    section#page {
        padding: 30px 0;
    }

    section#page .page-content:after {
        height: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        position: unset;
    }

    section#page .page-content {
        padding-bottom: 30px;
    }

    #garden-education .educations .education {
        flex-direction: column;
        margin-bottom: 30px;
        text-align: center;
    }

    #garden-education .educations .education > .image {
        width: 100%;
        margin-bottom: 20px;
    }

    #garden-education .educations .education > .content {
        width: 100%;
        padding: 0 !important;
    }

    #garden-education .educations .education .content .shares {
        justify-content: center;
    }

    #garden-education .educations .education:nth-child(even) {
        flex-direction: column;
    }

    #garden-education {
        overflow: hidden;
    }

    #garden-education .educations .education > .content > .title {
        font-size: 18px;
    }

    #garden-education .educations .education > .content p {
        font-size: 13px;
    }

    #nature-education {
        padding: 30px 0;
    }

    #nature-education .page-body > h2 {
        font-size: 25px;
    }

    #nature-education .page-body {
        margin: 0;
    }

    #nature-education .page-body p {
        max-width: 100%;
    }

    #nature-education .form-container {
        flex-direction: column;
        margin: 30px 0;
    }

    #nature-education .form-container > .form {
        width: 100%;
        margin: 30px 0;
        max-width: 100%;
    }

    #nature-education .form-container .programs {
        width: 100%;
        padding: 30px;
    }

    #nature-education .form-container > .form:after {
        content: none;
    }

    #nature-education .form-container:before {
        content: none;
    }

    #nature-education .form .form-title {
        font-size: 20px;
    }

    #nature-education .form-container .programs .programs-body .title {
        font-size: 18px;
    }

    #nature-education .form-container .programs .programs-body ul {
        font-size: 14px;
    }

    #museum .summary h2 {
        font-size: 20px;
    }

    #museum .summary {
        max-width: 100%;
        margin: 30px 0;
    }

    #galleryTabs {
        row-gap: 15px;
    }

    #museum .gallery-container .image {
        width: calc(50% - 15px);
    }

    #museum .gallery-container .image img {
        height: 150px;
    }

    .videos-container .video {
        width: 100%;
    }

    #post-category-details .articles {
        margin: 30px 0;
    }

    #post-category-details .articles .article {
        display: block;
        text-align: center;
    }

    #post-category-details .articles .article .image {
        width: 100%;
    }

    #post-category-details .articles .article .content {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
        display: block;
    }

    #post-category-details .articles .article .content .title {
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
    }

    #post-category-details .articles .article .content p {
        font-size: 13px;
    }

    #post-details .post-detail-container {
        flex-direction: column-reverse;
        margin: 30px 0;
        padding: 15px;
    }

    #post-details .post-detail-container .sidebar {
        position: unset;
        width: 100%;
        top: unset;
    }

    #post-details .post-detail-container .sidebar > .title {
        font-size: 18px;
        text-align: center;
    }

    #post-details .post-detail-container .details {
        width: 100%;
        padding: 15px;
    }

    #post-details .post-detail-container .details .meta {
        margin: 15px 0;
        flex-direction: column;
    }

    #post-details .post-detail-container .details .shares {
        margin: 8px 0;
    }

    #post-details .post-detail-container .details .content {
        text-align: center;
    }

    #post-details .article-title {
        font-size: 20px;
    }

    #post-details .images img {
        height: 150px;
    }

    #documents .documents-container {
        row-gap: 0;
        column-gap: 0;
        flex-direction: column;
    }

    #documents .documents-container .document {
        width: 100%;
        margin-bottom: 30px;
    }

    #contacts .contacts-actions {
        margin-top: -38px;
        padding: 15px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .breadcrumb.padding-breadcrumb {
        padding-top: 110px;
    }

    #contacts .contacts-actions .information {
        width: 100%;
        text-align: center;
    }

    #contacts .contacts-actions .form {
        width: 100%;
        padding-left: 0;
    }

    #contacts .contacts-actions .information > h2, #contacts .contacts-actions .form > h2, #contacts .contacts-actions .information .socials .socials-title {
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    #contacts .contacts-actions .information ul {
        margin: 10px 0 20px 0;
    }

    #contacts .contacts-actions .information .socials nav {
        justify-content: center;
    }

    #contacts .contacts-actions .working-hourses > .title {
        font-size: 18px;
        text-align: center;
    }

    #contacts .contacts-actions .working-hourses > .title .now {
        display: block;
        position: unset;
        max-width: fit-content;
        margin: 10px auto auto auto;
        -webkit-max-width: -webkit-fill-available;
    }

    #contacts .contacts-actions .working-hourses {
        margin-bottom: 30px;
    }

    #contacts .contacts-actions .information .transport .transport-body .bus > div {
        padding-left: 0;
    }

    #contacts .contacts-actions .information .transport .transport-body .bus > div:before {
        position: unset;
        margin: auto;
    }

    #contacts .contacts-actions .information .pricing h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #contacts .contacts-actions .information .pricing ul {
        font-size: 14px;
    }

    #contacts .contacts-actions .form form .button {
        text-align: center;
    }

    #contacts .contacts-actions .form form button {
        font-size: 16px;
    }

    #ticket .ticket-page {
        margin: -36px 0 0 0;
        padding: 15px;
        text-align: center;
    }

    #ticket .ticket-page .page-body h2 {
        font-size: 20px;
    }

    #ticket .ticket-page .page-body p, #ticket .ticket-page .page-body ul {
        font-size: 14px;
        list-style: none;
        padding: 0;
    }

    #ticket .ticket-page .page-body ul li {
        margin-bottom: 15px;
    }

    .ticket-form .steps .step:not(.active) .title {
        display: none;
    }

    .ticket-form .steps .step {
        position: relative;
    }

    .ticket-form .steps .step .title {
        position: absolute;
        bottom: -40px;
    }

    #ticket .calendar .tab-pane:Before {
        top: 170px;
        height: calc(100% - 190px);
    }

    .form-body.final {
        flex-direction: column-reverse;
    }

    .form-body.final .info {
        width: 100%;
    }

    .form-body.final .check-rez {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .form-body.final > .info .rez-date {
        justify-content: center;
    }

    .form-body.final > .info .info-boxes {
        flex-direction: column;
        column-gap: 0;
    }

    .form-body.final > .info .info-boxes > div {
        width: 100%;
        margin-bottom: 15px;
    }

    #documents .documents-container {
        margin: 30px 0;
    }

    #info-row .box {
        width: 100%;
        padding-right: 0;
        text-align: center;
        padding-bottom: 150px;
    }

    #garden .information {
        margin: 30px 0;
    }

    #info-row:before {
        left: calc(50% - 155px);
        width: 170px;
        bottom: -100px;
    }

    #info-row:after {
        left: calc(50% - 60px);
        width: 190px;
        bottom: -90px;
    }

    #info-row .box:after {
        right: calc(50% - 30px);
        width: 120px;
        bottom: -30px;
        transform: translateY(150px) scale(.6);
    }

    #garden #life-row p {
        max-width: 100%;
    }

    #garden #life-row {
        padding: 100px 0;
    }

    #garden #life-row:before {
        width: 150px;
        height: 150px;
        bottom: -70px;
    }

    #garden #life-row:after {
        width: 150px;
        height: 150px;
        bottom: -70px;
        transform: translate(120px, 120px) scale(.6);
    }

    #garden-products .section-header {
        padding-bottom: 60px;
    }

    #garden-products .section-header h4 {
        font-size: 25px;
    }

    #garden-products .section-header .category-title {
        font-size: 18px;
    }

    #garden-products .products-container .product {
        flex-direction: column;
        padding: 0 0 30px 50px !important;;
    }

    #garden-products .products-container .product:nth-child(even) {
        flex-direction: column;
        text-align: left;
    }

    #garden-products .products-container .product:first-child:nth-child(odd):after {
        width: 197px;
    }

    #garden .information h2 {
        font-size: 25px;
    }

    #info-row {
        padding-top: 60px;
    }

    #garden-products .products-container .product .content > .title {
        font-size: 16px;
    }

    #garden-products .products-container .product.wowed .content p {
        font-size: 14px;
    }

    #garden-products {
        margin: 30px 0;
    }

    #garden-products .products-container .product .image {
        width: 100%;
    }

    #garden-products .products-container .product .content {
        width: 100%;
    }

    #garden-products .products-container .product .image img {
        object-fit: contain;
        object-position: center center;
        width: 100%;
    }

    #garden-products .products-container .product:nth-child(even):After {
        content: none;
    }

    #garden-products .products-container .product:Before {
        left: 20px !important;
        border: 0 !important;
        border-left: 1px solid #b3d636 !important;
        border-radius: 0 !important;
    }

    #garden-products .products-container .product:After {
        content: none !important;
    }

    #garden-products .products-container .product .content > .title {
        position: relative;
    }

    #garden-products .products-container .product .content > .title:before {
        content: '';
        position: absolute;
        left: -39px;
        top: 2px;
        width: 20px;
        height: 20px;
        background: #b3d636;
        border-radius: 100%;
        box-shadow: 0 0 12px #b3d636;
        transform: scale(.2);
        transition: 300ms;
    }

    #garden-products .products-container .product.wowed .content > .title:before {
        transform: scale(1);
    }

    #garden-products .section-header:after {
        width: 30px;
        height: 30px;
        border: 0;
        background: #b3d636;
        left: 7px;
        bottom: -5px;
        border-radius: 100%;
        box-shadow: 0 0 12px #b3d636;
    }

    .popup-container {
        width: calc(100% - 30px);
        left: 15px;
    }

    #discover .boxes .box {
        width: 100%;
    }

    #discover .boxes .box .title {
        font-size: 25px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    #main-slider .owl-carousel .content {
        font-size: 45px;
        text-align: center;
        padding: 0 20%;
    }

    #main-slider:Before {
        width: 10%;
        background-position: top left;
    }

    #main-header .header-container .menu > ul > li > a {
        font-size: 14px;
    }

    #main-slider #butterfly img {
        width: 150px;
        height: 150px;
    }

    #main-slider #butterfly {
        padding-top: 30%;
    }

    #main-slider:After {
        width: 10%;
    }

    #main-about .leaf-layout:after {
        width: 150px;
    }

    #main-about .leaf-layout:before {
        width: 150px;
    }

    #main-about.swiper-slide-active:before {
        background-position: center bottom;
    }

    #main-about:before {
        background-position: center 30px;
    }

    #main-categories .categories-container .category img {
        height: 100px;
    }

    #main-categories .categories-container .cta-button .button p {
        font-size: 16px;
    }

    #main-categories .categories-container .category .title {
        font-size: 25px;
    }

    #main-categories .categories-container .category .read-more {
        opacity: 1;
        transform: translateY(10px);
    }

    .butterfly-info .info-container .image {
        width: 300px;
    }

    .butterfly-info .info-container .content {
        width: calc(100% - 300px);
    }

    .butterfly-info .info-container .content .title {
        max-width: 60%;
    }

    .butterfly-info .info-container .image:after {
        right: 56px;
        top: 0;
        width: 80px;
        height: 80px;
    }

    #main-gallery .gallery-container .info {
        padding-right: 40px;
    }

    #main-gallery .gallery-container .socials {
        margin-bottom: 150px;
        z-index: 11;
    }

    #main-gallery .gallery-container .gallery-card {
        right: -122px;
        bottom: -30px;
        padding: 30px;
    }

    #main-gallery .gallery-container .gallery-card .title {
        font-size: 28px;
    }

    #main-gallery.swiper-slide-active .gallery-container .images .owl-nav {
        padding-left: 120px;
    }

    #main-articles .articles-container .article .image img {
        height: 200px;
    }

    #main-contacts .contacts-wrapper .contacts .map {
        height: 300px;
        max-width: 100%;
        border-radius: 30px;
        width: 100%;
        margin-bottom: -30px;
    }

    #main-contacts .contacts-wrapper .contacts .info {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #main-contacts .contacts-wrapper .contacts {
        flex-direction: column;
    }


    #main-contacts .contacts-wrapper .contacts .info {
        padding: 0 0 15px 0;
    }

    #main-contacts .contacts-wrapper .contacts .info .white-box > .title > .title {
        font-size: 25px;
    }

    #main-contacts .contacts-wrapper .contacts .info .white-box {
        border-radius: 30px;
    }

    #main-contacts .contacts-wrapper .contacts .info .white-box > .title > a {
        white-space: nowrap;
        font-size: 11px;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions > .email {
        display: none;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions > .working-hourses {
        width: 100%;
    }

    #main-contacts .contacts-wrapper .contacts .info > div {
        width: 50%;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions {
        padding: 0;
    }

    #main-footer .footer-container {
        flex-wrap: wrap;
        padding-top: 15px;
    }

    #main-footer .footer-container .copyright {
        width: 100%;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #main-footer .footer-container .copyright p {
        margin: 0;
    }

    #main-footer .footer-container .menu {
        width: calc(100% - 200px);
        padding: 0;
    }

    #main-footer .footer-container .menu ul {
        justify-content: flex-end;
    }

    #main-footer .footer-container .menu ul li a {
        font-size: 14px;
    }

    #main-articles .articles-container .article .content p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #main-gallery .gallery-container .flowers {
        width: 180px;
        right: 310px;
        bottom: 100px;
    }

    #main-gallery .gallery-container .socials nav {
        margin-bottom: 30px;
    }

    #main-contacts .contacts-wrapper .contacts .map:after {
        display: none;
    }

    #main-contacts .contacts-wrapper .contacts:before {
        width: 100%;
    }

    #info-row .box {
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #main-slider .owl-carousel .content {
        font-size: 45px;
        padding-left: 187px;
    }

    #main-slider #butterfly img {
        width: 250px;
        height: 250px;
    }

    #main-slider #butterfly {
        padding-left: 30%;
    }

    #main-slider .owl-navigations .actions .buttons {
        padding-left: 190px;
    }


    #main-about:before {
        background-position: center -50px;
    }

    #main-about.swiper-slide-active:before {
        background-position: center bottom;
    }


    #main-gallery .gallery-container .gallery-card {
        bottom: 10px;
    }

    #main-gallery .gallery-container .flowers {
        width: 250px;
        height: 200px;
        right: 273px;
        bottom: 141px;
    }

    #main-contacts .contacts-wrapper .contacts .map {
        height: 550px;
    }

    #main-contacts .contacts-wrapper .contacts .info .white-box > .title > .title {
        font-size: 30px;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions > .email .address i {
        display: none;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions > .email .address p {
        width: 100%;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions > .working-hourses > .title {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #main-contacts .contacts-wrapper .contacts .info .actions {
        padding-right: 30px;
        padding-top: 60px;
    }

    #main-contacts .contacts-wrapper .contacts .info {
        padding: 15px 0 30px 15px;
    }

    #main-contacts .contacts-wrapper .contacts .map:after {
        display: none;
    }

    #main-contacts .contacts-wrapper .contacts:before {
        width: 100%;
    }
}

@media (min-width: 1399px) and (max-width: 1500px) {
    #main-contacts .contacts-wrapper .contacts .map:after {
        display: none;
    }

    #main-contacts .contacts-wrapper .contacts:before {
        width: calc(100% + 300px);
    }

    #documents .documents-container {
        margin: 80px 0;
    }
}
